@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/wp-content/plugins/lfb-premium/assets/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/plugins/lfb-premium/assets/fonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('/wp-content/plugins/lfb-premium/assets/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/plugins/lfb-premium/assets/fonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/wp-content/plugins/lfb-premium/assets/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/plugins/lfb-premium/assets/fonts/fa-brands-400.ttf') format('truetype');
}

/* Lightweight frontend foundation for estimator forms.
   This replaces the historical Bootstrap/Flat UI packed frontend bundle. */

#lfb_bootstraped.lfb_bootstraped,
#lfb_form.lfb_bootstraped {
    box-sizing: border-box;
}

#lfb_bootstraped.lfb_bootstraped *,
#lfb_bootstraped.lfb_bootstraped *::before,
#lfb_bootstraped.lfb_bootstraped *::after,
#lfb_form.lfb_bootstraped *,
#lfb_form.lfb_bootstraped *::before,
#lfb_form.lfb_bootstraped *::after {
    box-sizing: inherit;
}

#lfb_bootstraped.lfb_bootstraped [hidden],
#lfb_form.lfb_bootstraped [hidden] {
    display: none !important;
}

#lfb_bootstraped.lfb_bootstraped img,
#lfb_form.lfb_bootstraped img {
    max-width: 100%;
    height: auto;
}

#lfb_bootstraped.lfb_bootstraped a,
#lfb_form.lfb_bootstraped a {
    text-decoration: none;
}

#lfb_bootstraped.lfb_bootstraped a:hover,
#lfb_bootstraped.lfb_bootstraped a:focus,
#lfb_form.lfb_bootstraped a:hover,
#lfb_form.lfb_bootstraped a:focus {
    text-decoration: none;
}

#lfb_bootstraped.lfb_bootstraped .clearfix::after,
#lfb_form.lfb_bootstraped .clearfix::after {
    clear: both;
    content: "";
    display: table;
}

#lfb_bootstraped.lfb_bootstraped .container,
#lfb_form.lfb_bootstraped .container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

#lfb_bootstraped.lfb_bootstraped .container-fluid,
#lfb_form.lfb_bootstraped .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

#lfb_bootstraped.lfb_bootstraped .row,
#lfb_form.lfb_bootstraped .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#lfb_bootstraped.lfb_bootstraped .row > [class*="col-"],
#lfb_form.lfb_bootstraped .row > [class*="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#lfb_bootstraped.lfb_bootstraped .col,
#lfb_form.lfb_bootstraped .col {
    flex: 1 0 0%;
}

#lfb_bootstraped.lfb_bootstraped .col-1,
#lfb_form.lfb_bootstraped .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-2,
#lfb_form.lfb_bootstraped .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-3,
#lfb_form.lfb_bootstraped .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

#lfb_bootstraped.lfb_bootstraped .col-4,
#lfb_form.lfb_bootstraped .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-5,
#lfb_form.lfb_bootstraped .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-6,
#lfb_form.lfb_bootstraped .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

#lfb_bootstraped.lfb_bootstraped .col-7,
#lfb_form.lfb_bootstraped .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-8,
#lfb_form.lfb_bootstraped .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-9,
#lfb_form.lfb_bootstraped .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

#lfb_bootstraped.lfb_bootstraped .col-10,
#lfb_form.lfb_bootstraped .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

#lfb_bootstraped.lfb_bootstraped .col-11,
#lfb_form.lfb_bootstraped .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

#lfb_bootstraped.lfb_bootstraped .col-12,
#lfb_form.lfb_bootstraped .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #lfb_bootstraped.lfb_bootstraped .col-sm-1,
    #lfb_bootstraped.lfb_bootstraped .col-md-1,
    #lfb_form.lfb_bootstraped .col-sm-1,
    #lfb_form.lfb_bootstraped .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-2,
    #lfb_bootstraped.lfb_bootstraped .col-md-2,
    #lfb_form.lfb_bootstraped .col-sm-2,
    #lfb_form.lfb_bootstraped .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-3,
    #lfb_bootstraped.lfb_bootstraped .col-md-3,
    #lfb_form.lfb_bootstraped .col-sm-3,
    #lfb_form.lfb_bootstraped .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-4,
    #lfb_bootstraped.lfb_bootstraped .col-md-4,
    #lfb_form.lfb_bootstraped .col-sm-4,
    #lfb_form.lfb_bootstraped .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-5,
    #lfb_bootstraped.lfb_bootstraped .col-md-5,
    #lfb_form.lfb_bootstraped .col-sm-5,
    #lfb_form.lfb_bootstraped .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-6,
    #lfb_bootstraped.lfb_bootstraped .col-md-6,
    #lfb_form.lfb_bootstraped .col-sm-6,
    #lfb_form.lfb_bootstraped .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-7,
    #lfb_bootstraped.lfb_bootstraped .col-md-7,
    #lfb_form.lfb_bootstraped .col-sm-7,
    #lfb_form.lfb_bootstraped .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-8,
    #lfb_bootstraped.lfb_bootstraped .col-md-8,
    #lfb_form.lfb_bootstraped .col-sm-8,
    #lfb_form.lfb_bootstraped .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-9,
    #lfb_bootstraped.lfb_bootstraped .col-md-9,
    #lfb_form.lfb_bootstraped .col-sm-9,
    #lfb_form.lfb_bootstraped .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-10,
    #lfb_bootstraped.lfb_bootstraped .col-md-10,
    #lfb_form.lfb_bootstraped .col-sm-10,
    #lfb_form.lfb_bootstraped .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-11,
    #lfb_bootstraped.lfb_bootstraped .col-md-11,
    #lfb_form.lfb_bootstraped .col-sm-11,
    #lfb_form.lfb_bootstraped .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-sm-12,
    #lfb_bootstraped.lfb_bootstraped .col-md-12,
    #lfb_form.lfb_bootstraped .col-sm-12,
    #lfb_form.lfb_bootstraped .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #lfb_bootstraped.lfb_bootstraped .col-lg-1,
    #lfb_form.lfb_bootstraped .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-2,
    #lfb_form.lfb_bootstraped .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-3,
    #lfb_form.lfb_bootstraped .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-4,
    #lfb_form.lfb_bootstraped .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-5,
    #lfb_form.lfb_bootstraped .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-6,
    #lfb_form.lfb_bootstraped .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-7,
    #lfb_form.lfb_bootstraped .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-8,
    #lfb_form.lfb_bootstraped .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-9,
    #lfb_form.lfb_bootstraped .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-10,
    #lfb_form.lfb_bootstraped .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-11,
    #lfb_form.lfb_bootstraped .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #lfb_bootstraped.lfb_bootstraped .col-lg-12,
    #lfb_form.lfb_bootstraped .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#lfb_bootstraped.lfb_bootstraped .text-left,
#lfb_form.lfb_bootstraped .text-left {
    text-align: left !important;
}

#lfb_bootstraped.lfb_bootstraped .text-center,
#lfb_form.lfb_bootstraped .text-center {
    text-align: center !important;
}

#lfb_bootstraped.lfb_bootstraped .text-right,
#lfb_form.lfb_bootstraped .text-right {
    text-align: right !important;
}

#lfb_bootstraped.lfb_bootstraped .pull-left,
#lfb_form.lfb_bootstraped .pull-left {
    float: left !important;
}

#lfb_bootstraped.lfb_bootstraped .pull-right,
#lfb_form.lfb_bootstraped .pull-right {
    float: right !important;
}

#lfb_bootstraped.lfb_bootstraped .hidden,
#lfb_form.lfb_bootstraped .hidden {
    display: none !important;
}

#lfb_bootstraped.lfb_bootstraped .m-0,
#lfb_form.lfb_bootstraped .m-0 {
    margin: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .mt-0,
#lfb_form.lfb_bootstraped .mt-0 {
    margin-top: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .mb-0,
#lfb_form.lfb_bootstraped .mb-0 {
    margin-bottom: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .mb-3,
#lfb_form.lfb_bootstraped .mb-3 {
    margin-bottom: 1rem !important;
}

#lfb_bootstraped.lfb_bootstraped .me-2,
#lfb_form.lfb_bootstraped .me-2 {
    margin-right: .5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .p-0,
#lfb_form.lfb_bootstraped .p-0 {
    padding: 0 !important;
}

#lfb_bootstraped.lfb_bootstraped .p-2,
#lfb_form.lfb_bootstraped .p-2 {
    padding: .5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pt-3,
#lfb_form.lfb_bootstraped .pt-3 {
    padding-top: 1rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pb-2,
#lfb_form.lfb_bootstraped .pb-2 {
    padding-bottom: .5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pl-4,
#lfb_form.lfb_bootstraped .pl-4 {
    padding-left: 1.5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .pr-4,
#lfb_form.lfb_bootstraped .pr-4 {
    padding-right: 1.5rem !important;
}

#lfb_bootstraped.lfb_bootstraped .btn,
#lfb_form.lfb_bootstraped .btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 0;
    border-radius: 8px;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

#lfb_bootstraped.lfb_bootstraped .btn:hover,
#lfb_bootstraped.lfb_bootstraped .btn:focus,
#lfb_form.lfb_bootstraped .btn:hover,
#lfb_form.lfb_bootstraped .btn:focus {
    color: #fff;
    opacity: .9;
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped .btn.disabled,
#lfb_bootstraped.lfb_bootstraped .btn[disabled],
#lfb_form.lfb_bootstraped .btn.disabled,
#lfb_form.lfb_bootstraped .btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
}

#lfb_bootstraped.lfb_bootstraped .btn-default,
#lfb_form.lfb_bootstraped .btn-default {
    background-color: #bdc3c7;
}

#lfb_bootstraped.lfb_bootstraped .btn-primary,
#lfb_form.lfb_bootstraped .btn-primary {
    background-color: #1abc9c;
}

#lfb_bootstraped.lfb_bootstraped .btn-secondary,
#lfb_form.lfb_bootstraped .btn-secondary {
    background-color: #34495e;
}

#lfb_bootstraped.lfb_bootstraped .btn-success,
#lfb_form.lfb_bootstraped .btn-success {
    background-color: #2ecc71;
}

#lfb_bootstraped.lfb_bootstraped .btn-danger,
#lfb_form.lfb_bootstraped .btn-danger {
    background-color: #e74c3c;
}

#lfb_bootstraped.lfb_bootstraped .btn-warning,
#lfb_form.lfb_bootstraped .btn-warning {
    background-color: #f1c40f;
}

#lfb_bootstraped.lfb_bootstraped .btn-info,
#lfb_form.lfb_bootstraped .btn-info {
    background-color: #3498db;
}

#lfb_bootstraped.lfb_bootstraped .btn-link,
#lfb_form.lfb_bootstraped .btn-link {
    background: transparent;
    color: #16a085;
}

#lfb_bootstraped.lfb_bootstraped .btn-lg,
#lfb_bootstraped.lfb_bootstraped .btn-large,
#lfb_form.lfb_bootstraped .btn-lg,
#lfb_form.lfb_bootstraped .btn-large {
    padding: 13px 19px;
    font-size: 17px;
    line-height: 1.45;
}

#lfb_bootstraped.lfb_bootstraped .btn-sm,
#lfb_bootstraped.lfb_bootstraped .btn-small,
#lfb_form.lfb_bootstraped .btn-sm,
#lfb_form.lfb_bootstraped .btn-small {
    padding: 6px 10px;
    font-size: 13px;
}

#lfb_bootstraped.lfb_bootstraped .btn-xs,
#lfb_form.lfb_bootstraped .btn-xs {
    padding: 3px 7px;
    font-size: 12px;
}

#lfb_bootstraped.lfb_bootstraped .btn-block,
#lfb_form.lfb_bootstraped .btn-block {
    display: block;
    width: 100%;
}

#lfb_bootstraped.lfb_bootstraped .btn-group,
#lfb_form.lfb_bootstraped .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

#lfb_bootstraped.lfb_bootstraped .btn-group > .btn,
#lfb_form.lfb_bootstraped .btn-group > .btn {
    position: relative;
    flex: 0 1 auto;
}

#lfb_bootstraped.lfb_bootstraped .btn-group > .btn:not(:first-child),
#lfb_form.lfb_bootstraped .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

#lfb_bootstraped.lfb_bootstraped .form-group,
#lfb_form.lfb_bootstraped .form-group {
    margin-bottom: 15px;
}

#lfb_bootstraped.lfb_bootstraped label,
#lfb_form.lfb_bootstraped label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

#lfb_bootstraped.lfb_bootstraped .form-control,
#lfb_form.lfb_bootstraped .form-control {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    background-color: #fff;
    background-image: none;
    color: #34495e;
    font-size: 15px;
    line-height: 1.45;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#lfb_bootstraped.lfb_bootstraped .form-control:focus,
#lfb_form.lfb_bootstraped .form-control:focus {
    border-color: #1abc9c;
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped textarea.form-control,
#lfb_form.lfb_bootstraped textarea.form-control {
    height: auto;
}

#lfb_bootstraped.lfb_bootstraped .input-group,
#lfb_form.lfb_bootstraped .input-group {
    position: relative;
    display: flex;
    width: 100%;
    border-collapse: separate;
}

#lfb_bootstraped.lfb_bootstraped .input-group .form-control,
#lfb_form.lfb_bootstraped .input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

#lfb_bootstraped.lfb_bootstraped .input-group-addon,
#lfb_form.lfb_bootstraped .input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 8px 12px;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    background-color: #bdc3c7;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

#lfb_bootstraped.lfb_bootstraped .input-group-addon:first-child,
#lfb_form.lfb_bootstraped .input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#lfb_bootstraped.lfb_bootstraped .input-group-addon:first-child + .form-control,
#lfb_form.lfb_bootstraped .input-group-addon:first-child + .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#lfb_bootstraped.lfb_bootstraped .help-block,
#lfb_form.lfb_bootstraped .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

#lfb_bootstraped.lfb_bootstraped .has-error .form-control,
#lfb_form.lfb_bootstraped .has-error .form-control {
    border-color: #e74c3c;
}

#lfb_bootstraped.lfb_bootstraped .alert,
#lfb_form.lfb_bootstraped .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#lfb_bootstraped.lfb_bootstraped .alert-danger,
#lfb_form.lfb_bootstraped .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#lfb_bootstraped.lfb_bootstraped .alert-success,
#lfb_form.lfb_bootstraped .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#lfb_bootstraped.lfb_bootstraped .alert-warning,
#lfb_form.lfb_bootstraped .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#lfb_bootstraped.lfb_bootstraped .alert-info,
#lfb_form.lfb_bootstraped .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

#lfb_bootstraped.lfb_bootstraped .progress,
#lfb_form.lfb_bootstraped .progress {
    position: relative;
    height: 20px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

#lfb_bootstraped.lfb_bootstraped .progress-bar,
#lfb_form.lfb_bootstraped .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    background-color: #1abc9c;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    transition: width .3s ease;
}

#lfb_bootstraped.lfb_bootstraped .table,
#lfb_form.lfb_bootstraped .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

#lfb_bootstraped.lfb_bootstraped .table > thead > tr > th,
#lfb_bootstraped.lfb_bootstraped .table > tbody > tr > th,
#lfb_bootstraped.lfb_bootstraped .table > tfoot > tr > th,
#lfb_bootstraped.lfb_bootstraped .table > thead > tr > td,
#lfb_bootstraped.lfb_bootstraped .table > tbody > tr > td,
#lfb_bootstraped.lfb_bootstraped .table > tfoot > tr > td,
#lfb_form.lfb_bootstraped .table > thead > tr > th,
#lfb_form.lfb_bootstraped .table > tbody > tr > th,
#lfb_form.lfb_bootstraped .table > tfoot > tr > th,
#lfb_form.lfb_bootstraped .table > thead > tr > td,
#lfb_form.lfb_bootstraped .table > tbody > tr > td,
#lfb_form.lfb_bootstraped .table > tfoot > tr > td {
    padding: 8px;
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    vertical-align: top;
}

#lfb_bootstraped.lfb_bootstraped .table-bordered,
#lfb_form.lfb_bootstraped .table-bordered {
    border: 1px solid #ddd;
}

#lfb_bootstraped.lfb_bootstraped .table-responsive,
#lfb_form.lfb_bootstraped .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

#lfb_bootstraped.lfb_bootstraped .dropdown-menu,
#lfb_form.lfb_bootstraped .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#lfb_bootstraped.lfb_bootstraped .open > .dropdown-menu,
#lfb_bootstraped.lfb_bootstraped .dropdown-menu.show,
#lfb_form.lfb_bootstraped .open > .dropdown-menu,
#lfb_form.lfb_bootstraped .dropdown-menu.show {
    display: block;
}

#lfb_bootstraped.lfb_bootstraped .dropdown-menu > li > a,
#lfb_form.lfb_bootstraped .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

#lfb_bootstraped.lfb_bootstraped .modal,
#lfb_form.lfb_bootstraped .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped .modal.show,
#lfb_form.lfb_bootstraped .modal.show {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

#lfb_bootstraped.lfb_bootstraped .modal-dialog,
#lfb_form.lfb_bootstraped .modal-dialog {
    position: relative;
    width: auto;
    max-width: 600px;
    margin: 30px auto;
    pointer-events: none;
}

#lfb_bootstraped.lfb_bootstraped .modal-content,
#lfb_form.lfb_bootstraped .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}

#lfb_bootstraped.lfb_bootstraped .modal-header,
#lfb_bootstraped.lfb_bootstraped .modal-footer,
#lfb_form.lfb_bootstraped .modal-header,
#lfb_form.lfb_bootstraped .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

#lfb_bootstraped.lfb_bootstraped .modal-header,
#lfb_form.lfb_bootstraped .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

#lfb_bootstraped.lfb_bootstraped .modal-footer,
#lfb_form.lfb_bootstraped .modal-footer {
    border-top: 1px solid #e5e5e5;
}

#lfb_bootstraped.lfb_bootstraped .modal-body,
#lfb_form.lfb_bootstraped .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}

#lfb_bootstraped.lfb_bootstraped .modal-title,
#lfb_form.lfb_bootstraped .modal-title {
    margin: 0;
    line-height: 1.42857143;
}

#lfb_bootstraped.lfb_bootstraped .close,
#lfb_form.lfb_bootstraped .close {
    float: right;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff;
}

#lfb_bootstraped.lfb_bootstraped .close:hover,
#lfb_bootstraped.lfb_bootstraped .close:focus,
#lfb_form.lfb_bootstraped .close:hover,
#lfb_form.lfb_bootstraped .close:focus {
    opacity: .75;
}

.modal-backdrop.lfb_nativeBackdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.lfb_nativeBackdrop.show {
    opacity: .5;
}

body.lfb_modalOpen {
    overflow: hidden;
}

#lfb_bootstraped.lfb_bootstraped .fade,
#lfb_form.lfb_bootstraped .fade {
    opacity: 0;
    transition: opacity .15s linear;
}

#lfb_bootstraped.lfb_bootstraped .fade.show,
#lfb_form.lfb_bootstraped .fade.show {
    opacity: 1;
}

.tooltip.lfb_nativeTooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    max-width: 260px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.286;
    opacity: 0;
    pointer-events: none;
    transition: opacity .12s ease;
}

.tooltip.lfb_nativeTooltip.show {
    opacity: .95;
}

.tooltip.lfb_nativeTooltip .tooltip-inner {
    max-width: 260px;
    padding: 11px 12px;
    color: #fff;
    text-align: center;
    background-color: #34495e;
    border-radius: 6px;
}

.tooltip.lfb_nativeTooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-top .tooltip-arrow,
.tooltip.lfb_nativeTooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #34495e;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-bottom .tooltip-arrow,
.tooltip.lfb_nativeTooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #34495e;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-left .tooltip-arrow,
.tooltip.lfb_nativeTooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #34495e;
}

.tooltip.lfb_nativeTooltip.bs-tooltip-right .tooltip-arrow,
.tooltip.lfb_nativeTooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #34495e;
}

#lfb_bootstraped.lfb_bootstraped .has-switch,
#lfb_form.lfb_bootstraped .has-switch {
    position: relative;
    display: inline-block;
    width: 84px;
    height: 36px;
    overflow: hidden;
    border-radius: 18px;
    background-color: #bdc3c7;
    direction: ltr;
    cursor: pointer;
    vertical-align: middle;
}

#lfb_bootstraped.lfb_bootstraped .has-switch > div,
#lfb_form.lfb_bootstraped .has-switch > div {
    position: relative;
    display: flex;
    width: 150%;
    height: 100%;
    left: -50%;
    transition: left .2s ease;
}

#lfb_bootstraped.lfb_bootstraped .has-switch > div.switch-on,
#lfb_form.lfb_bootstraped .has-switch > div.switch-on {
    left: 0;
}

#lfb_bootstraped.lfb_bootstraped .has-switch > div.switch-off,
#lfb_form.lfb_bootstraped .has-switch > div.switch-off {
    left: -50%;
}

#lfb_bootstraped.lfb_bootstraped .has-switch input[type="checkbox"],
#lfb_form.lfb_bootstraped .has-switch input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#lfb_bootstraped.lfb_bootstraped .has-switch span,
#lfb_bootstraped.lfb_bootstraped .has-switch label,
#lfb_form.lfb_bootstraped .has-switch span,
#lfb_form.lfb_bootstraped .has-switch label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 33.333333%;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

#lfb_bootstraped.lfb_bootstraped .has-switch label,
#lfb_form.lfb_bootstraped .has-switch label {
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
}

#lfb_bootstraped.lfb_bootstraped .has-switch .switch-left,
#lfb_form.lfb_bootstraped .has-switch .switch-left {
    background-color: #1abc9c;
}

#lfb_bootstraped.lfb_bootstraped .has-switch .switch-right,
#lfb_form.lfb_bootstraped .has-switch .switch-right {
    background-color: #bdc3c7;
}

@media (max-width: 767px) {
    #lfb_bootstraped.lfb_bootstraped .row > [class*="col-"],
    #lfb_form.lfb_bootstraped .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #lfb_bootstraped.lfb_bootstraped .modal-dialog,
    #lfb_form.lfb_bootstraped .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 12px auto;
    }
}
#lfb_bootstraped.lfb_bootstraped .fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style,900)}#lfb_bootstraped.lfb_bootstraped .fa,#lfb_bootstraped.lfb_bootstraped .fa-classic,#lfb_bootstraped.lfb_bootstraped .fa-sharp,#lfb_bootstraped.lfb_bootstraped .fas,#lfb_bootstraped.lfb_bootstraped .fa-solid,#lfb_bootstraped.lfb_bootstraped .far,#lfb_bootstraped.lfb_bootstraped .fa-regular,#lfb_bootstraped.lfb_bootstraped .fab,#lfb_bootstraped.lfb_bootstraped .fa-brands{-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}#lfb_bootstraped.lfb_bootstraped .fas,#lfb_bootstraped.lfb_bootstraped .fa-classic,#lfb_bootstraped.lfb_bootstraped .fa-solid,#lfb_bootstraped.lfb_bootstraped .far,#lfb_bootstraped.lfb_bootstraped .fa-regular{font-family:'Font Awesome 6 Free'}#lfb_bootstraped.lfb_bootstraped .fab,#lfb_bootstraped.lfb_bootstraped .fa-brands{font-family:'Font Awesome 6 Brands'}#lfb_bootstraped.lfb_bootstraped .fa-1x{font-size:1em}#lfb_bootstraped.lfb_bootstraped .fa-2x{font-size:2em}#lfb_bootstraped.lfb_bootstraped .fa-3x{font-size:3em}#lfb_bootstraped.lfb_bootstraped .fa-4x{font-size:4em}#lfb_bootstraped.lfb_bootstraped .fa-5x{font-size:5em}#lfb_bootstraped.lfb_bootstraped .fa-6x{font-size:6em}#lfb_bootstraped.lfb_bootstraped .fa-7x{font-size:7em}#lfb_bootstraped.lfb_bootstraped .fa-8x{font-size:8em}#lfb_bootstraped.lfb_bootstraped .fa-9x{font-size:9em}#lfb_bootstraped.lfb_bootstraped .fa-10x{font-size:10em}#lfb_bootstraped.lfb_bootstraped .fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}#lfb_bootstraped.lfb_bootstraped .fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}#lfb_bootstraped.lfb_bootstraped .fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}#lfb_bootstraped.lfb_bootstraped .fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}#lfb_bootstraped.lfb_bootstraped .fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}#lfb_bootstraped.lfb_bootstraped .fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}#lfb_bootstraped.lfb_bootstraped .fa-fw{text-align:center;width:1.25em}#lfb_bootstraped.lfb_bootstraped .fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}#lfb_bootstraped.lfb_bootstraped .fa-ul > li{position:relative}#lfb_bootstraped.lfb_bootstraped .fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}#lfb_bootstraped.lfb_bootstraped .fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,0.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,0.08em);padding:var(--fa-border-padding,0.2em 0.25em 0.15em)}#lfb_bootstraped.lfb_bootstraped .fa-pull-left{float:left;margin-right:var(--fa-pull-margin,0.3em)}#lfb_bootstraped.lfb_bootstraped .fa-pull-right{float:right;margin-left:var(--fa-pull-margin,0.3em)}#lfb_bootstraped.lfb_bootstraped .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)}#lfb_bootstraped.lfb_bootstraped .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(0.28,0.84,0.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.28,0.84,0.42,1))}#lfb_bootstraped.lfb_bootstraped .fa-fade{-webkit-animation-name:fa-fade;animation-name: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);-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(0.4,0,0.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))}#lfb_bootstraped.lfb_bootstraped .fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-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);-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(0.4,0,0.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1))}#lfb_bootstraped.lfb_bootstraped .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)}#lfb_bootstraped.lfb_bootstraped .fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-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,linear);animation-timing-function:var(--fa-animation-timing,linear)}#lfb_bootstraped.lfb_bootstraped .fa-spin{-webkit-animation-name:fa-spin;animation-name: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);-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)}#lfb_bootstraped.lfb_bootstraped .fa-spin-reverse{--fa-animation-direction:reverse}#lfb_bootstraped.lfb_bootstraped .fa-pulse,#lfb_bootstraped.lfb_bootstraped .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){#lfb_bootstraped.lfb_bootstraped .fa-beat,#lfb_bootstraped.lfb_bootstraped .fa-bounce,#lfb_bootstraped.lfb_bootstraped .fa-fade,#lfb_bootstraped.lfb_bootstraped .fa-beat-fade,#lfb_bootstraped.lfb_bootstraped .fa-flip,#lfb_bootstraped.lfb_bootstraped .fa-pulse,#lfb_bootstraped.lfb_bootstraped .fa-shake,#lfb_bootstraped.lfb_bootstraped .fa-spin,#lfb_bootstraped.lfb_bootstraped .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;transition-delay:0;transition-duration:0}}@-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,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em));transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em));transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4)}}@-webkit-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,0.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%,100%{opacity:var(--fa-beat-fade-opacity,0.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%,100%{-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%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#lfb_bootstraped.lfb_bootstraped .fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#lfb_bootstraped.lfb_bootstraped .fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#lfb_bootstraped.lfb_bootstraped .fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}#lfb_bootstraped.lfb_bootstraped .fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}#lfb_bootstraped.lfb_bootstraped .fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}#lfb_bootstraped.lfb_bootstraped .fa-flip-both,#lfb_bootstraped.lfb_bootstraped .fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}#lfb_bootstraped.lfb_bootstraped .fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}#lfb_bootstraped.lfb_bootstraped .fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}#lfb_bootstraped.lfb_bootstraped .fa-stack-1x,#lfb_bootstraped.lfb_bootstraped .fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}#lfb_bootstraped.lfb_bootstraped .fa-stack-1x{line-height:inherit}#lfb_bootstraped.lfb_bootstraped .fa-stack-2x{font-size:2em}#lfb_bootstraped.lfb_bootstraped .fa-inverse{color:var(--fa-inverse,#fff)}#lfb_bootstraped.lfb_bootstraped .fa-0::before{content:"\30"}#lfb_bootstraped.lfb_bootstraped .fa-1::before{content:"\31"}#lfb_bootstraped.lfb_bootstraped .fa-2::before{content:"\32"}#lfb_bootstraped.lfb_bootstraped .fa-3::before{content:"\33"}#lfb_bootstraped.lfb_bootstraped .fa-4::before{content:"\34"}#lfb_bootstraped.lfb_bootstraped .fa-5::before{content:"\35"}#lfb_bootstraped.lfb_bootstraped .fa-6::before{content:"\36"}#lfb_bootstraped.lfb_bootstraped .fa-7::before{content:"\37"}#lfb_bootstraped.lfb_bootstraped .fa-8::before{content:"\38"}#lfb_bootstraped.lfb_bootstraped .fa-9::before{content:"\39"}#lfb_bootstraped.lfb_bootstraped .fa-fill-drip::before{content:"\f576"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-to-circle::before{content:"\e4bd"}#lfb_bootstraped.lfb_bootstraped .fa-circle-chevron-right::before{content:"\f138"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-circle-right::before{content:"\f138"}#lfb_bootstraped.lfb_bootstraped .fa-at::before{content:"\40"}#lfb_bootstraped.lfb_bootstraped .fa-trash-can::before{content:"\f2ed"}#lfb_bootstraped.lfb_bootstraped .fa-trash-alt::before{content:"\f2ed"}#lfb_bootstraped.lfb_bootstraped .fa-text-height::before{content:"\f034"}#lfb_bootstraped.lfb_bootstraped .fa-user-xmark::before{content:"\f235"}#lfb_bootstraped.lfb_bootstraped .fa-user-times::before{content:"\f235"}#lfb_bootstraped.lfb_bootstraped .fa-stethoscope::before{content:"\f0f1"}#lfb_bootstraped.lfb_bootstraped .fa-message::before{content:"\f27a"}#lfb_bootstraped.lfb_bootstraped .fa-comment-alt::before{content:"\f27a"}#lfb_bootstraped.lfb_bootstraped .fa-info::before{content:"\f129"}#lfb_bootstraped.lfb_bootstraped .fa-down-left-and-up-right-to-center::before{content:"\f422"}#lfb_bootstraped.lfb_bootstraped .fa-compress-alt::before{content:"\f422"}#lfb_bootstraped.lfb_bootstraped .fa-explosion::before{content:"\e4e9"}#lfb_bootstraped.lfb_bootstraped .fa-file-lines::before{content:"\f15c"}#lfb_bootstraped.lfb_bootstraped .fa-file-alt::before{content:"\f15c"}#lfb_bootstraped.lfb_bootstraped .fa-file-text::before{content:"\f15c"}#lfb_bootstraped.lfb_bootstraped .fa-wave-square::before{content:"\f83e"}#lfb_bootstraped.lfb_bootstraped .fa-ring::before{content:"\f70b"}#lfb_bootstraped.lfb_bootstraped .fa-building-un::before{content:"\e4d9"}#lfb_bootstraped.lfb_bootstraped .fa-dice-three::before{content:"\f527"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-days::before{content:"\f073"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-alt::before{content:"\f073"}#lfb_bootstraped.lfb_bootstraped .fa-anchor-circle-check::before{content:"\e4aa"}#lfb_bootstraped.lfb_bootstraped .fa-building-circle-arrow-right::before{content:"\e4d1"}#lfb_bootstraped.lfb_bootstraped .fa-volleyball::before{content:"\f45f"}#lfb_bootstraped.lfb_bootstraped .fa-volleyball-ball::before{content:"\f45f"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-up-to-line::before{content:"\e4c2"}#lfb_bootstraped.lfb_bootstraped .fa-sort-down::before{content:"\f0dd"}#lfb_bootstraped.lfb_bootstraped .fa-sort-desc::before{content:"\f0dd"}#lfb_bootstraped.lfb_bootstraped .fa-circle-minus::before{content:"\f056"}#lfb_bootstraped.lfb_bootstraped .fa-minus-circle::before{content:"\f056"}#lfb_bootstraped.lfb_bootstraped .fa-door-open::before{content:"\f52b"}#lfb_bootstraped.lfb_bootstraped .fa-right-from-bracket::before{content:"\f2f5"}#lfb_bootstraped.lfb_bootstraped .fa-sign-out-alt::before{content:"\f2f5"}#lfb_bootstraped.lfb_bootstraped .fa-atom::before{content:"\f5d2"}#lfb_bootstraped.lfb_bootstraped .fa-soap::before{content:"\e06e"}#lfb_bootstraped.lfb_bootstraped .fa-icons::before{content:"\f86d"}#lfb_bootstraped.lfb_bootstraped .fa-heart-music-camera-bolt::before{content:"\f86d"}#lfb_bootstraped.lfb_bootstraped .fa-microphone-lines-slash::before{content:"\f539"}#lfb_bootstraped.lfb_bootstraped .fa-microphone-alt-slash::before{content:"\f539"}#lfb_bootstraped.lfb_bootstraped .fa-bridge-circle-check::before{content:"\e4c9"}#lfb_bootstraped.lfb_bootstraped .fa-pump-medical::before{content:"\e06a"}#lfb_bootstraped.lfb_bootstraped .fa-fingerprint::before{content:"\f577"}#lfb_bootstraped.lfb_bootstraped .fa-hand-point-right::before{content:"\f0a4"}#lfb_bootstraped.lfb_bootstraped .fa-magnifying-glass-location::before{content:"\f689"}#lfb_bootstraped.lfb_bootstraped .fa-search-location::before{content:"\f689"}#lfb_bootstraped.lfb_bootstraped .fa-forward-step::before{content:"\f051"}#lfb_bootstraped.lfb_bootstraped .fa-step-forward::before{content:"\f051"}#lfb_bootstraped.lfb_bootstraped .fa-face-smile-beam::before{content:"\f5b8"}#lfb_bootstraped.lfb_bootstraped .fa-smile-beam::before{content:"\f5b8"}#lfb_bootstraped.lfb_bootstraped .fa-flag-checkered::before{content:"\f11e"}#lfb_bootstraped.lfb_bootstraped .fa-football::before{content:"\f44e"}#lfb_bootstraped.lfb_bootstraped .fa-football-ball::before{content:"\f44e"}#lfb_bootstraped.lfb_bootstraped .fa-school-circle-exclamation::before{content:"\e56c"}#lfb_bootstraped.lfb_bootstraped .fa-crop::before{content:"\f125"}#lfb_bootstraped.lfb_bootstraped .fa-angles-down::before{content:"\f103"}#lfb_bootstraped.lfb_bootstraped .fa-angle-double-down::before{content:"\f103"}#lfb_bootstraped.lfb_bootstraped .fa-users-rectangle::before{content:"\e594"}#lfb_bootstraped.lfb_bootstraped .fa-people-roof::before{content:"\e537"}#lfb_bootstraped.lfb_bootstraped .fa-people-line::before{content:"\e534"}#lfb_bootstraped.lfb_bootstraped .fa-beer-mug-empty::before{content:"\f0fc"}#lfb_bootstraped.lfb_bootstraped .fa-beer::before{content:"\f0fc"}#lfb_bootstraped.lfb_bootstraped .fa-diagram-predecessor::before{content:"\e477"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-long::before{content:"\f176"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-up::before{content:"\f176"}#lfb_bootstraped.lfb_bootstraped .fa-fire-flame-simple::before{content:"\f46a"}#lfb_bootstraped.lfb_bootstraped .fa-burn::before{content:"\f46a"}#lfb_bootstraped.lfb_bootstraped .fa-person::before{content:"\f183"}#lfb_bootstraped.lfb_bootstraped .fa-male::before{content:"\f183"}#lfb_bootstraped.lfb_bootstraped .fa-laptop::before{content:"\f109"}#lfb_bootstraped.lfb_bootstraped .fa-file-csv::before{content:"\f6dd"}#lfb_bootstraped.lfb_bootstraped .fa-menorah::before{content:"\f676"}#lfb_bootstraped.lfb_bootstraped .fa-truck-plane::before{content:"\e58f"}#lfb_bootstraped.lfb_bootstraped .fa-record-vinyl::before{content:"\f8d9"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-stars::before{content:"\f587"}#lfb_bootstraped.lfb_bootstraped .fa-grin-stars::before{content:"\f587"}#lfb_bootstraped.lfb_bootstraped .fa-bong::before{content:"\f55c"}#lfb_bootstraped.lfb_bootstraped .fa-spaghetti-monster-flying::before{content:"\f67b"}#lfb_bootstraped.lfb_bootstraped .fa-pastafarianism::before{content:"\f67b"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-up-across-line::before{content:"\e4af"}#lfb_bootstraped.lfb_bootstraped .fa-spoon::before{content:"\f2e5"}#lfb_bootstraped.lfb_bootstraped .fa-utensil-spoon::before{content:"\f2e5"}#lfb_bootstraped.lfb_bootstraped .fa-jar-wheat::before{content:"\e517"}#lfb_bootstraped.lfb_bootstraped .fa-envelopes-bulk::before{content:"\f674"}#lfb_bootstraped.lfb_bootstraped .fa-mail-bulk::before{content:"\f674"}#lfb_bootstraped.lfb_bootstraped .fa-file-circle-exclamation::before{content:"\e4eb"}#lfb_bootstraped.lfb_bootstraped .fa-circle-h::before{content:"\f47e"}#lfb_bootstraped.lfb_bootstraped .fa-hospital-symbol::before{content:"\f47e"}#lfb_bootstraped.lfb_bootstraped .fa-pager::before{content:"\f815"}#lfb_bootstraped.lfb_bootstraped .fa-address-book::before{content:"\f2b9"}#lfb_bootstraped.lfb_bootstraped .fa-contact-book::before{content:"\f2b9"}#lfb_bootstraped.lfb_bootstraped .fa-strikethrough::before{content:"\f0cc"}#lfb_bootstraped.lfb_bootstraped .fa-k::before{content:"\4b"}#lfb_bootstraped.lfb_bootstraped .fa-landmark-flag::before{content:"\e51c"}#lfb_bootstraped.lfb_bootstraped .fa-pencil::before{content:"\f303"}#lfb_bootstraped.lfb_bootstraped .fa-pencil-alt::before{content:"\f303"}#lfb_bootstraped.lfb_bootstraped .fa-backward::before{content:"\f04a"}#lfb_bootstraped.lfb_bootstraped .fa-caret-right::before{content:"\f0da"}#lfb_bootstraped.lfb_bootstraped .fa-comments::before{content:"\f086"}#lfb_bootstraped.lfb_bootstraped .fa-paste::before{content:"\f0ea"}#lfb_bootstraped.lfb_bootstraped .fa-file-clipboard::before{content:"\f0ea"}#lfb_bootstraped.lfb_bootstraped .fa-code-pull-request::before{content:"\e13c"}#lfb_bootstraped.lfb_bootstraped .fa-clipboard-list::before{content:"\f46d"}#lfb_bootstraped.lfb_bootstraped .fa-truck-ramp-box::before{content:"\f4de"}#lfb_bootstraped.lfb_bootstraped .fa-truck-loading::before{content:"\f4de"}#lfb_bootstraped.lfb_bootstraped .fa-user-check::before{content:"\f4fc"}#lfb_bootstraped.lfb_bootstraped .fa-vial-virus::before{content:"\e597"}#lfb_bootstraped.lfb_bootstraped .fa-sheet-plastic::before{content:"\e571"}#lfb_bootstraped.lfb_bootstraped .fa-blog::before{content:"\f781"}#lfb_bootstraped.lfb_bootstraped .fa-user-ninja::before{content:"\f504"}#lfb_bootstraped.lfb_bootstraped .fa-person-arrow-up-from-line::before{content:"\e539"}#lfb_bootstraped.lfb_bootstraped .fa-scroll-torah::before{content:"\f6a0"}#lfb_bootstraped.lfb_bootstraped .fa-torah::before{content:"\f6a0"}#lfb_bootstraped.lfb_bootstraped .fa-broom-ball::before{content:"\f458"}#lfb_bootstraped.lfb_bootstraped .fa-quidditch::before{content:"\f458"}#lfb_bootstraped.lfb_bootstraped .fa-quidditch-broom-ball::before{content:"\f458"}#lfb_bootstraped.lfb_bootstraped .fa-toggle-off::before{content:"\f204"}#lfb_bootstraped.lfb_bootstraped .fa-box-archive::before{content:"\f187"}#lfb_bootstraped.lfb_bootstraped .fa-archive::before{content:"\f187"}#lfb_bootstraped.lfb_bootstraped .fa-person-drowning::before{content:"\e545"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-9-1::before{content:"\f886"}#lfb_bootstraped.lfb_bootstraped .fa-sort-numeric-desc::before{content:"\f886"}#lfb_bootstraped.lfb_bootstraped .fa-sort-numeric-down-alt::before{content:"\f886"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-tongue-squint::before{content:"\f58a"}#lfb_bootstraped.lfb_bootstraped .fa-grin-tongue-squint::before{content:"\f58a"}#lfb_bootstraped.lfb_bootstraped .fa-spray-can::before{content:"\f5bd"}#lfb_bootstraped.lfb_bootstraped .fa-truck-monster::before{content:"\f63b"}#lfb_bootstraped.lfb_bootstraped .fa-w::before{content:"\57"}#lfb_bootstraped.lfb_bootstraped .fa-earth-africa::before{content:"\f57c"}#lfb_bootstraped.lfb_bootstraped .fa-globe-africa::before{content:"\f57c"}#lfb_bootstraped.lfb_bootstraped .fa-rainbow::before{content:"\f75b"}#lfb_bootstraped.lfb_bootstraped .fa-circle-notch::before{content:"\f1ce"}#lfb_bootstraped.lfb_bootstraped .fa-tablet-screen-button::before{content:"\f3fa"}#lfb_bootstraped.lfb_bootstraped .fa-tablet-alt::before{content:"\f3fa"}#lfb_bootstraped.lfb_bootstraped .fa-paw::before{content:"\f1b0"}#lfb_bootstraped.lfb_bootstraped .fa-cloud::before{content:"\f0c2"}#lfb_bootstraped.lfb_bootstraped .fa-trowel-bricks::before{content:"\e58a"}#lfb_bootstraped.lfb_bootstraped .fa-face-flushed::before{content:"\f579"}#lfb_bootstraped.lfb_bootstraped .fa-flushed::before{content:"\f579"}#lfb_bootstraped.lfb_bootstraped .fa-hospital-user::before{content:"\f80d"}#lfb_bootstraped.lfb_bootstraped .fa-tent-arrow-left-right::before{content:"\e57f"}#lfb_bootstraped.lfb_bootstraped .fa-gavel::before{content:"\f0e3"}#lfb_bootstraped.lfb_bootstraped .fa-legal::before{content:"\f0e3"}#lfb_bootstraped.lfb_bootstraped .fa-binoculars::before{content:"\f1e5"}#lfb_bootstraped.lfb_bootstraped .fa-microphone-slash::before{content:"\f131"}#lfb_bootstraped.lfb_bootstraped .fa-box-tissue::before{content:"\e05b"}#lfb_bootstraped.lfb_bootstraped .fa-motorcycle::before{content:"\f21c"}#lfb_bootstraped.lfb_bootstraped .fa-bell-concierge::before{content:"\f562"}#lfb_bootstraped.lfb_bootstraped .fa-concierge-bell::before{content:"\f562"}#lfb_bootstraped.lfb_bootstraped .fa-pen-ruler::before{content:"\f5ae"}#lfb_bootstraped.lfb_bootstraped .fa-pencil-ruler::before{content:"\f5ae"}#lfb_bootstraped.lfb_bootstraped .fa-people-arrows::before{content:"\e068"}#lfb_bootstraped.lfb_bootstraped .fa-people-arrows-left-right::before{content:"\e068"}#lfb_bootstraped.lfb_bootstraped .fa-mars-and-venus-burst::before{content:"\e523"}#lfb_bootstraped.lfb_bootstraped .fa-square-caret-right::before{content:"\f152"}#lfb_bootstraped.lfb_bootstraped .fa-caret-square-right::before{content:"\f152"}#lfb_bootstraped.lfb_bootstraped .fa-scissors::before{content:"\f0c4"}#lfb_bootstraped.lfb_bootstraped .fa-cut::before{content:"\f0c4"}#lfb_bootstraped.lfb_bootstraped .fa-sun-plant-wilt::before{content:"\e57a"}#lfb_bootstraped.lfb_bootstraped .fa-toilets-portable::before{content:"\e584"}#lfb_bootstraped.lfb_bootstraped .fa-hockey-puck::before{content:"\f453"}#lfb_bootstraped.lfb_bootstraped .fa-table::before{content:"\f0ce"}#lfb_bootstraped.lfb_bootstraped .fa-magnifying-glass-arrow-right::before{content:"\e521"}#lfb_bootstraped.lfb_bootstraped .fa-tachograph-digital::before{content:"\f566"}#lfb_bootstraped.lfb_bootstraped .fa-digital-tachograph::before{content:"\f566"}#lfb_bootstraped.lfb_bootstraped .fa-users-slash::before{content:"\e073"}#lfb_bootstraped.lfb_bootstraped .fa-clover::before{content:"\e139"}#lfb_bootstraped.lfb_bootstraped .fa-reply::before{content:"\f3e5"}#lfb_bootstraped.lfb_bootstraped .fa-mail-reply::before{content:"\f3e5"}#lfb_bootstraped.lfb_bootstraped .fa-star-and-crescent::before{content:"\f699"}#lfb_bootstraped.lfb_bootstraped .fa-house-fire::before{content:"\e50c"}#lfb_bootstraped.lfb_bootstraped .fa-square-minus::before{content:"\f146"}#lfb_bootstraped.lfb_bootstraped .fa-minus-square::before{content:"\f146"}#lfb_bootstraped.lfb_bootstraped .fa-helicopter::before{content:"\f533"}#lfb_bootstraped.lfb_bootstraped .fa-compass::before{content:"\f14e"}#lfb_bootstraped.lfb_bootstraped .fa-square-caret-down::before{content:"\f150"}#lfb_bootstraped.lfb_bootstraped .fa-caret-square-down::before{content:"\f150"}#lfb_bootstraped.lfb_bootstraped .fa-file-circle-question::before{content:"\e4ef"}#lfb_bootstraped.lfb_bootstraped .fa-laptop-code::before{content:"\f5fc"}#lfb_bootstraped.lfb_bootstraped .fa-swatchbook::before{content:"\f5c3"}#lfb_bootstraped.lfb_bootstraped .fa-prescription-bottle::before{content:"\f485"}#lfb_bootstraped.lfb_bootstraped .fa-bars::before{content:"\f0c9"}#lfb_bootstraped.lfb_bootstraped .fa-navicon::before{content:"\f0c9"}#lfb_bootstraped.lfb_bootstraped .fa-people-group::before{content:"\e533"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass-end::before{content:"\f253"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass-3::before{content:"\f253"}#lfb_bootstraped.lfb_bootstraped .fa-heart-crack::before{content:"\f7a9"}#lfb_bootstraped.lfb_bootstraped .fa-heart-broken::before{content:"\f7a9"}#lfb_bootstraped.lfb_bootstraped .fa-square-up-right::before{content:"\f360"}#lfb_bootstraped.lfb_bootstraped .fa-external-link-square-alt::before{content:"\f360"}#lfb_bootstraped.lfb_bootstraped .fa-face-kiss-beam::before{content:"\f597"}#lfb_bootstraped.lfb_bootstraped .fa-kiss-beam::before{content:"\f597"}#lfb_bootstraped.lfb_bootstraped .fa-film::before{content:"\f008"}#lfb_bootstraped.lfb_bootstraped .fa-ruler-horizontal::before{content:"\f547"}#lfb_bootstraped.lfb_bootstraped .fa-people-robbery::before{content:"\e536"}#lfb_bootstraped.lfb_bootstraped .fa-lightbulb::before{content:"\f0eb"}#lfb_bootstraped.lfb_bootstraped .fa-caret-left::before{content:"\f0d9"}#lfb_bootstraped.lfb_bootstraped .fa-circle-exclamation::before{content:"\f06a"}#lfb_bootstraped.lfb_bootstraped .fa-exclamation-circle::before{content:"\f06a"}#lfb_bootstraped.lfb_bootstraped .fa-school-circle-xmark::before{content:"\e56d"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-from-bracket::before{content:"\f08b"}#lfb_bootstraped.lfb_bootstraped .fa-sign-out::before{content:"\f08b"}#lfb_bootstraped.lfb_bootstraped .fa-circle-chevron-down::before{content:"\f13a"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-circle-down::before{content:"\f13a"}#lfb_bootstraped.lfb_bootstraped .fa-unlock-keyhole::before{content:"\f13e"}#lfb_bootstraped.lfb_bootstraped .fa-unlock-alt::before{content:"\f13e"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-showers-heavy::before{content:"\f740"}#lfb_bootstraped.lfb_bootstraped .fa-headphones-simple::before{content:"\f58f"}#lfb_bootstraped.lfb_bootstraped .fa-headphones-alt::before{content:"\f58f"}#lfb_bootstraped.lfb_bootstraped .fa-sitemap::before{content:"\f0e8"}#lfb_bootstraped.lfb_bootstraped .fa-circle-dollar-to-slot::before{content:"\f4b9"}#lfb_bootstraped.lfb_bootstraped .fa-donate::before{content:"\f4b9"}#lfb_bootstraped.lfb_bootstraped .fa-memory::before{content:"\f538"}#lfb_bootstraped.lfb_bootstraped .fa-road-spikes::before{content:"\e568"}#lfb_bootstraped.lfb_bootstraped .fa-fire-burner::before{content:"\e4f1"}#lfb_bootstraped.lfb_bootstraped .fa-flag::before{content:"\f024"}#lfb_bootstraped.lfb_bootstraped .fa-hanukiah::before{content:"\f6e6"}#lfb_bootstraped.lfb_bootstraped .fa-feather::before{content:"\f52d"}#lfb_bootstraped.lfb_bootstraped .fa-volume-low::before{content:"\f027"}#lfb_bootstraped.lfb_bootstraped .fa-volume-down::before{content:"\f027"}#lfb_bootstraped.lfb_bootstraped .fa-comment-slash::before{content:"\f4b3"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-sun-rain::before{content:"\f743"}#lfb_bootstraped.lfb_bootstraped .fa-compress::before{content:"\f066"}#lfb_bootstraped.lfb_bootstraped .fa-wheat-awn::before{content:"\e2cd"}#lfb_bootstraped.lfb_bootstraped .fa-wheat-alt::before{content:"\e2cd"}#lfb_bootstraped.lfb_bootstraped .fa-ankh::before{content:"\f644"}#lfb_bootstraped.lfb_bootstraped .fa-hands-holding-child::before{content:"\e4fa"}#lfb_bootstraped.lfb_bootstraped .fa-asterisk::before{content:"\2a"}#lfb_bootstraped.lfb_bootstraped .fa-square-check::before{content:"\f14a"}#lfb_bootstraped.lfb_bootstraped .fa-check-square::before{content:"\f14a"}#lfb_bootstraped.lfb_bootstraped .fa-peseta-sign::before{content:"\e221"}#lfb_bootstraped.lfb_bootstraped .fa-heading::before{content:"\f1dc"}#lfb_bootstraped.lfb_bootstraped .fa-header::before{content:"\f1dc"}#lfb_bootstraped.lfb_bootstraped .fa-ghost::before{content:"\f6e2"}#lfb_bootstraped.lfb_bootstraped .fa-list::before{content:"\f03a"}#lfb_bootstraped.lfb_bootstraped .fa-list-squares::before{content:"\f03a"}#lfb_bootstraped.lfb_bootstraped .fa-square-phone-flip::before{content:"\f87b"}#lfb_bootstraped.lfb_bootstraped .fa-phone-square-alt::before{content:"\f87b"}#lfb_bootstraped.lfb_bootstraped .fa-cart-plus::before{content:"\f217"}#lfb_bootstraped.lfb_bootstraped .fa-gamepad::before{content:"\f11b"}#lfb_bootstraped.lfb_bootstraped .fa-circle-dot::before{content:"\f192"}#lfb_bootstraped.lfb_bootstraped .fa-dot-circle::before{content:"\f192"}#lfb_bootstraped.lfb_bootstraped .fa-face-dizzy::before{content:"\f567"}#lfb_bootstraped.lfb_bootstraped .fa-dizzy::before{content:"\f567"}#lfb_bootstraped.lfb_bootstraped .fa-egg::before{content:"\f7fb"}#lfb_bootstraped.lfb_bootstraped .fa-house-medical-circle-xmark::before{content:"\e513"}#lfb_bootstraped.lfb_bootstraped .fa-campground::before{content:"\f6bb"}#lfb_bootstraped.lfb_bootstraped .fa-folder-plus::before{content:"\f65e"}#lfb_bootstraped.lfb_bootstraped .fa-futbol::before{content:"\f1e3"}#lfb_bootstraped.lfb_bootstraped .fa-futbol-ball::before{content:"\f1e3"}#lfb_bootstraped.lfb_bootstraped .fa-soccer-ball::before{content:"\f1e3"}#lfb_bootstraped.lfb_bootstraped .fa-paintbrush::before{content:"\f1fc"}#lfb_bootstraped.lfb_bootstraped .fa-paint-brush::before{content:"\f1fc"}#lfb_bootstraped.lfb_bootstraped .fa-lock::before{content:"\f023"}#lfb_bootstraped.lfb_bootstraped .fa-gas-pump::before{content:"\f52f"}#lfb_bootstraped.lfb_bootstraped .fa-hot-tub-person::before{content:"\f593"}#lfb_bootstraped.lfb_bootstraped .fa-hot-tub::before{content:"\f593"}#lfb_bootstraped.lfb_bootstraped .fa-map-location::before{content:"\f59f"}#lfb_bootstraped.lfb_bootstraped .fa-map-marked::before{content:"\f59f"}#lfb_bootstraped.lfb_bootstraped .fa-house-flood-water::before{content:"\e50e"}#lfb_bootstraped.lfb_bootstraped .fa-tree::before{content:"\f1bb"}#lfb_bootstraped.lfb_bootstraped .fa-bridge-lock::before{content:"\e4cc"}#lfb_bootstraped.lfb_bootstraped .fa-sack-dollar::before{content:"\f81d"}#lfb_bootstraped.lfb_bootstraped .fa-pen-to-square::before{content:"\f044"}#lfb_bootstraped.lfb_bootstraped .fa-edit::before{content:"\f044"}#lfb_bootstraped.lfb_bootstraped .fa-car-side::before{content:"\f5e4"}#lfb_bootstraped.lfb_bootstraped .fa-share-nodes::before{content:"\f1e0"}#lfb_bootstraped.lfb_bootstraped .fa-share-alt::before{content:"\f1e0"}#lfb_bootstraped.lfb_bootstraped .fa-heart-circle-minus::before{content:"\e4ff"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass-half::before{content:"\f252"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass-2::before{content:"\f252"}#lfb_bootstraped.lfb_bootstraped .fa-microscope::before{content:"\f610"}#lfb_bootstraped.lfb_bootstraped .fa-sink::before{content:"\e06d"}#lfb_bootstraped.lfb_bootstraped .fa-bag-shopping::before{content:"\f290"}#lfb_bootstraped.lfb_bootstraped .fa-shopping-bag::before{content:"\f290"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-z-a::before{content:"\f881"}#lfb_bootstraped.lfb_bootstraped .fa-sort-alpha-desc::before{content:"\f881"}#lfb_bootstraped.lfb_bootstraped .fa-sort-alpha-down-alt::before{content:"\f881"}#lfb_bootstraped.lfb_bootstraped .fa-mitten::before{content:"\f7b5"}#lfb_bootstraped.lfb_bootstraped .fa-person-rays::before{content:"\e54d"}#lfb_bootstraped.lfb_bootstraped .fa-users::before{content:"\f0c0"}#lfb_bootstraped.lfb_bootstraped .fa-eye-slash::before{content:"\f070"}#lfb_bootstraped.lfb_bootstraped .fa-flask-vial::before{content:"\e4f3"}#lfb_bootstraped.lfb_bootstraped .fa-hand::before{content:"\f256"}#lfb_bootstraped.lfb_bootstraped .fa-hand-paper::before{content:"\f256"}#lfb_bootstraped.lfb_bootstraped .fa-om::before{content:"\f679"}#lfb_bootstraped.lfb_bootstraped .fa-worm::before{content:"\e599"}#lfb_bootstraped.lfb_bootstraped .fa-house-circle-xmark::before{content:"\e50b"}#lfb_bootstraped.lfb_bootstraped .fa-plug::before{content:"\f1e6"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-up::before{content:"\f077"}#lfb_bootstraped.lfb_bootstraped .fa-hand-spock::before{content:"\f259"}#lfb_bootstraped.lfb_bootstraped .fa-stopwatch::before{content:"\f2f2"}#lfb_bootstraped.lfb_bootstraped .fa-face-kiss::before{content:"\f596"}#lfb_bootstraped.lfb_bootstraped .fa-kiss::before{content:"\f596"}#lfb_bootstraped.lfb_bootstraped .fa-bridge-circle-xmark::before{content:"\e4cb"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-tongue::before{content:"\f589"}#lfb_bootstraped.lfb_bootstraped .fa-grin-tongue::before{content:"\f589"}#lfb_bootstraped.lfb_bootstraped .fa-chess-bishop::before{content:"\f43a"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-wink::before{content:"\f58c"}#lfb_bootstraped.lfb_bootstraped .fa-grin-wink::before{content:"\f58c"}#lfb_bootstraped.lfb_bootstraped .fa-ear-deaf::before{content:"\f2a4"}#lfb_bootstraped.lfb_bootstraped .fa-deaf::before{content:"\f2a4"}#lfb_bootstraped.lfb_bootstraped .fa-deafness::before{content:"\f2a4"}#lfb_bootstraped.lfb_bootstraped .fa-hard-of-hearing::before{content:"\f2a4"}#lfb_bootstraped.lfb_bootstraped .fa-road-circle-check::before{content:"\e564"}#lfb_bootstraped.lfb_bootstraped .fa-dice-five::before{content:"\f523"}#lfb_bootstraped.lfb_bootstraped .fa-square-rss::before{content:"\f143"}#lfb_bootstraped.lfb_bootstraped .fa-rss-square::before{content:"\f143"}#lfb_bootstraped.lfb_bootstraped .fa-land-mine-on::before{content:"\e51b"}#lfb_bootstraped.lfb_bootstraped .fa-i-cursor::before{content:"\f246"}#lfb_bootstraped.lfb_bootstraped .fa-stamp::before{content:"\f5bf"}#lfb_bootstraped.lfb_bootstraped .fa-stairs::before{content:"\e289"}#lfb_bootstraped.lfb_bootstraped .fa-i::before{content:"\49"}#lfb_bootstraped.lfb_bootstraped .fa-hryvnia-sign::before{content:"\f6f2"}#lfb_bootstraped.lfb_bootstraped .fa-hryvnia::before{content:"\f6f2"}#lfb_bootstraped.lfb_bootstraped .fa-pills::before{content:"\f484"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-wide::before{content:"\f581"}#lfb_bootstraped.lfb_bootstraped .fa-grin-alt::before{content:"\f581"}#lfb_bootstraped.lfb_bootstraped .fa-tooth::before{content:"\f5c9"}#lfb_bootstraped.lfb_bootstraped .fa-v::before{content:"\56"}#lfb_bootstraped.lfb_bootstraped .fa-bicycle::before{content:"\f206"}#lfb_bootstraped.lfb_bootstraped .fa-staff-snake::before{content:"\e579"}#lfb_bootstraped.lfb_bootstraped .fa-rod-asclepius::before{content:"\e579"}#lfb_bootstraped.lfb_bootstraped .fa-rod-snake::before{content:"\e579"}#lfb_bootstraped.lfb_bootstraped .fa-staff-aesculapius::before{content:"\e579"}#lfb_bootstraped.lfb_bootstraped .fa-head-side-cough-slash::before{content:"\e062"}#lfb_bootstraped.lfb_bootstraped .fa-truck-medical::before{content:"\f0f9"}#lfb_bootstraped.lfb_bootstraped .fa-ambulance::before{content:"\f0f9"}#lfb_bootstraped.lfb_bootstraped .fa-wheat-awn-circle-exclamation::before{content:"\e598"}#lfb_bootstraped.lfb_bootstraped .fa-snowman::before{content:"\f7d0"}#lfb_bootstraped.lfb_bootstraped .fa-mortar-pestle::before{content:"\f5a7"}#lfb_bootstraped.lfb_bootstraped .fa-road-barrier::before{content:"\e562"}#lfb_bootstraped.lfb_bootstraped .fa-school::before{content:"\f549"}#lfb_bootstraped.lfb_bootstraped .fa-igloo::before{content:"\f7ae"}#lfb_bootstraped.lfb_bootstraped .fa-joint::before{content:"\f595"}#lfb_bootstraped.lfb_bootstraped .fa-angle-right::before{content:"\f105"}#lfb_bootstraped.lfb_bootstraped .fa-horse::before{content:"\f6f0"}#lfb_bootstraped.lfb_bootstraped .fa-q::before{content:"\51"}#lfb_bootstraped.lfb_bootstraped .fa-g::before{content:"\47"}#lfb_bootstraped.lfb_bootstraped .fa-notes-medical::before{content:"\f481"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-half::before{content:"\f2c9"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-2::before{content:"\f2c9"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-2::before{content:"\f2c9"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-half::before{content:"\f2c9"}#lfb_bootstraped.lfb_bootstraped .fa-dong-sign::before{content:"\e169"}#lfb_bootstraped.lfb_bootstraped .fa-capsules::before{content:"\f46b"}#lfb_bootstraped.lfb_bootstraped .fa-poo-storm::before{content:"\f75a"}#lfb_bootstraped.lfb_bootstraped .fa-poo-bolt::before{content:"\f75a"}#lfb_bootstraped.lfb_bootstraped .fa-face-frown-open::before{content:"\f57a"}#lfb_bootstraped.lfb_bootstraped .fa-frown-open::before{content:"\f57a"}#lfb_bootstraped.lfb_bootstraped .fa-hand-point-up::before{content:"\f0a6"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill::before{content:"\f0d6"}#lfb_bootstraped.lfb_bootstraped .fa-bookmark::before{content:"\f02e"}#lfb_bootstraped.lfb_bootstraped .fa-align-justify::before{content:"\f039"}#lfb_bootstraped.lfb_bootstraped .fa-umbrella-beach::before{content:"\f5ca"}#lfb_bootstraped.lfb_bootstraped .fa-helmet-un::before{content:"\e503"}#lfb_bootstraped.lfb_bootstraped .fa-bullseye::before{content:"\f140"}#lfb_bootstraped.lfb_bootstraped .fa-bacon::before{content:"\f7e5"}#lfb_bootstraped.lfb_bootstraped .fa-hand-point-down::before{content:"\f0a7"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-from-bracket::before{content:"\e09a"}#lfb_bootstraped.lfb_bootstraped .fa-folder::before{content:"\f07b"}#lfb_bootstraped.lfb_bootstraped .fa-folder-blank::before{content:"\f07b"}#lfb_bootstraped.lfb_bootstraped .fa-file-waveform::before{content:"\f478"}#lfb_bootstraped.lfb_bootstraped .fa-file-medical-alt::before{content:"\f478"}#lfb_bootstraped.lfb_bootstraped .fa-radiation::before{content:"\f7b9"}#lfb_bootstraped.lfb_bootstraped .fa-chart-simple::before{content:"\e473"}#lfb_bootstraped.lfb_bootstraped .fa-mars-stroke::before{content:"\f229"}#lfb_bootstraped.lfb_bootstraped .fa-vial::before{content:"\f492"}#lfb_bootstraped.lfb_bootstraped .fa-gauge::before{content:"\f624"}#lfb_bootstraped.lfb_bootstraped .fa-dashboard::before{content:"\f624"}#lfb_bootstraped.lfb_bootstraped .fa-gauge-med::before{content:"\f624"}#lfb_bootstraped.lfb_bootstraped .fa-tachometer-alt-average::before{content:"\f624"}#lfb_bootstraped.lfb_bootstraped .fa-wand-magic-sparkles::before{content:"\e2ca"}#lfb_bootstraped.lfb_bootstraped .fa-magic-wand-sparkles::before{content:"\e2ca"}#lfb_bootstraped.lfb_bootstraped .fa-e::before{content:"\45"}#lfb_bootstraped.lfb_bootstraped .fa-pen-clip::before{content:"\f305"}#lfb_bootstraped.lfb_bootstraped .fa-pen-alt::before{content:"\f305"}#lfb_bootstraped.lfb_bootstraped .fa-bridge-circle-exclamation::before{content:"\e4ca"}#lfb_bootstraped.lfb_bootstraped .fa-user::before{content:"\f007"}#lfb_bootstraped.lfb_bootstraped .fa-school-circle-check::before{content:"\e56b"}#lfb_bootstraped.lfb_bootstraped .fa-dumpster::before{content:"\f793"}#lfb_bootstraped.lfb_bootstraped .fa-van-shuttle::before{content:"\f5b6"}#lfb_bootstraped.lfb_bootstraped .fa-shuttle-van::before{content:"\f5b6"}#lfb_bootstraped.lfb_bootstraped .fa-building-user::before{content:"\e4da"}#lfb_bootstraped.lfb_bootstraped .fa-square-caret-left::before{content:"\f191"}#lfb_bootstraped.lfb_bootstraped .fa-caret-square-left::before{content:"\f191"}#lfb_bootstraped.lfb_bootstraped .fa-highlighter::before{content:"\f591"}#lfb_bootstraped.lfb_bootstraped .fa-key::before{content:"\f084"}#lfb_bootstraped.lfb_bootstraped .fa-bullhorn::before{content:"\f0a1"}#lfb_bootstraped.lfb_bootstraped .fa-globe::before{content:"\f0ac"}#lfb_bootstraped.lfb_bootstraped .fa-synagogue::before{content:"\f69b"}#lfb_bootstraped.lfb_bootstraped .fa-person-half-dress::before{content:"\e548"}#lfb_bootstraped.lfb_bootstraped .fa-road-bridge::before{content:"\e563"}#lfb_bootstraped.lfb_bootstraped .fa-location-arrow::before{content:"\f124"}#lfb_bootstraped.lfb_bootstraped .fa-c::before{content:"\43"}#lfb_bootstraped.lfb_bootstraped .fa-tablet-button::before{content:"\f10a"}#lfb_bootstraped.lfb_bootstraped .fa-building-lock::before{content:"\e4d6"}#lfb_bootstraped.lfb_bootstraped .fa-pizza-slice::before{content:"\f818"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-wave::before{content:"\f53a"}#lfb_bootstraped.lfb_bootstraped .fa-chart-area::before{content:"\f1fe"}#lfb_bootstraped.lfb_bootstraped .fa-area-chart::before{content:"\f1fe"}#lfb_bootstraped.lfb_bootstraped .fa-house-flag::before{content:"\e50d"}#lfb_bootstraped.lfb_bootstraped .fa-person-circle-minus::before{content:"\e540"}#lfb_bootstraped.lfb_bootstraped .fa-ban::before{content:"\f05e"}#lfb_bootstraped.lfb_bootstraped .fa-cancel::before{content:"\f05e"}#lfb_bootstraped.lfb_bootstraped .fa-camera-rotate::before{content:"\e0d8"}#lfb_bootstraped.lfb_bootstraped .fa-spray-can-sparkles::before{content:"\f5d0"}#lfb_bootstraped.lfb_bootstraped .fa-air-freshener::before{content:"\f5d0"}#lfb_bootstraped.lfb_bootstraped .fa-star::before{content:"\f005"}#lfb_bootstraped.lfb_bootstraped .fa-repeat::before{content:"\f363"}#lfb_bootstraped.lfb_bootstraped .fa-cross::before{content:"\f654"}#lfb_bootstraped.lfb_bootstraped .fa-box::before{content:"\f466"}#lfb_bootstraped.lfb_bootstraped .fa-venus-mars::before{content:"\f228"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-pointer::before{content:"\f245"}#lfb_bootstraped.lfb_bootstraped .fa-mouse-pointer::before{content:"\f245"}#lfb_bootstraped.lfb_bootstraped .fa-maximize::before{content:"\f31e"}#lfb_bootstraped.lfb_bootstraped .fa-expand-arrows-alt::before{content:"\f31e"}#lfb_bootstraped.lfb_bootstraped .fa-charging-station::before{content:"\f5e7"}#lfb_bootstraped.lfb_bootstraped .fa-shapes::before{content:"\f61f"}#lfb_bootstraped.lfb_bootstraped .fa-triangle-circle-square::before{content:"\f61f"}#lfb_bootstraped.lfb_bootstraped .fa-shuffle::before{content:"\f074"}#lfb_bootstraped.lfb_bootstraped .fa-random::before{content:"\f074"}#lfb_bootstraped.lfb_bootstraped .fa-person-running::before{content:"\f70c"}#lfb_bootstraped.lfb_bootstraped .fa-running::before{content:"\f70c"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-retro::before{content:"\e527"}#lfb_bootstraped.lfb_bootstraped .fa-grip-lines-vertical::before{content:"\f7a5"}#lfb_bootstraped.lfb_bootstraped .fa-spider::before{content:"\f717"}#lfb_bootstraped.lfb_bootstraped .fa-hands-bound::before{content:"\e4f9"}#lfb_bootstraped.lfb_bootstraped .fa-file-invoice-dollar::before{content:"\f571"}#lfb_bootstraped.lfb_bootstraped .fa-plane-circle-exclamation::before{content:"\e556"}#lfb_bootstraped.lfb_bootstraped .fa-x-ray::before{content:"\f497"}#lfb_bootstraped.lfb_bootstraped .fa-spell-check::before{content:"\f891"}#lfb_bootstraped.lfb_bootstraped .fa-slash::before{content:"\f715"}#lfb_bootstraped.lfb_bootstraped .fa-computer-mouse::before{content:"\f8cc"}#lfb_bootstraped.lfb_bootstraped .fa-mouse::before{content:"\f8cc"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-to-bracket::before{content:"\f090"}#lfb_bootstraped.lfb_bootstraped .fa-sign-in::before{content:"\f090"}#lfb_bootstraped.lfb_bootstraped .fa-shop-slash::before{content:"\e070"}#lfb_bootstraped.lfb_bootstraped .fa-store-alt-slash::before{content:"\e070"}#lfb_bootstraped.lfb_bootstraped .fa-server::before{content:"\f233"}#lfb_bootstraped.lfb_bootstraped .fa-virus-covid-slash::before{content:"\e4a9"}#lfb_bootstraped.lfb_bootstraped .fa-shop-lock::before{content:"\e4a5"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass-start::before{content:"\f251"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass-1::before{content:"\f251"}#lfb_bootstraped.lfb_bootstraped .fa-blender-phone::before{content:"\f6b6"}#lfb_bootstraped.lfb_bootstraped .fa-building-wheat::before{content:"\e4db"}#lfb_bootstraped.lfb_bootstraped .fa-person-breastfeeding::before{content:"\e53a"}#lfb_bootstraped.lfb_bootstraped .fa-right-to-bracket::before{content:"\f2f6"}#lfb_bootstraped.lfb_bootstraped .fa-sign-in-alt::before{content:"\f2f6"}#lfb_bootstraped.lfb_bootstraped .fa-venus::before{content:"\f221"}#lfb_bootstraped.lfb_bootstraped .fa-passport::before{content:"\f5ab"}#lfb_bootstraped.lfb_bootstraped .fa-heart-pulse::before{content:"\f21e"}#lfb_bootstraped.lfb_bootstraped .fa-heartbeat::before{content:"\f21e"}#lfb_bootstraped.lfb_bootstraped .fa-people-carry-box::before{content:"\f4ce"}#lfb_bootstraped.lfb_bootstraped .fa-people-carry::before{content:"\f4ce"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-high::before{content:"\f769"}#lfb_bootstraped.lfb_bootstraped .fa-microchip::before{content:"\f2db"}#lfb_bootstraped.lfb_bootstraped .fa-crown::before{content:"\f521"}#lfb_bootstraped.lfb_bootstraped .fa-weight-hanging::before{content:"\f5cd"}#lfb_bootstraped.lfb_bootstraped .fa-xmarks-lines::before{content:"\e59a"}#lfb_bootstraped.lfb_bootstraped .fa-file-prescription::before{content:"\f572"}#lfb_bootstraped.lfb_bootstraped .fa-weight-scale::before{content:"\f496"}#lfb_bootstraped.lfb_bootstraped .fa-weight::before{content:"\f496"}#lfb_bootstraped.lfb_bootstraped .fa-user-group::before{content:"\f500"}#lfb_bootstraped.lfb_bootstraped .fa-user-friends::before{content:"\f500"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-a-z::before{content:"\f15e"}#lfb_bootstraped.lfb_bootstraped .fa-sort-alpha-up::before{content:"\f15e"}#lfb_bootstraped.lfb_bootstraped .fa-chess-knight::before{content:"\f441"}#lfb_bootstraped.lfb_bootstraped .fa-face-laugh-squint::before{content:"\f59b"}#lfb_bootstraped.lfb_bootstraped .fa-laugh-squint::before{content:"\f59b"}#lfb_bootstraped.lfb_bootstraped .fa-wheelchair::before{content:"\f193"}#lfb_bootstraped.lfb_bootstraped .fa-circle-arrow-up::before{content:"\f0aa"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-circle-up::before{content:"\f0aa"}#lfb_bootstraped.lfb_bootstraped .fa-toggle-on::before{content:"\f205"}#lfb_bootstraped.lfb_bootstraped .fa-person-walking::before{content:"\f554"}#lfb_bootstraped.lfb_bootstraped .fa-walking::before{content:"\f554"}#lfb_bootstraped.lfb_bootstraped .fa-l::before{content:"\4c"}#lfb_bootstraped.lfb_bootstraped .fa-fire::before{content:"\f06d"}#lfb_bootstraped.lfb_bootstraped .fa-bed-pulse::before{content:"\f487"}#lfb_bootstraped.lfb_bootstraped .fa-procedures::before{content:"\f487"}#lfb_bootstraped.lfb_bootstraped .fa-shuttle-space::before{content:"\f197"}#lfb_bootstraped.lfb_bootstraped .fa-space-shuttle::before{content:"\f197"}#lfb_bootstraped.lfb_bootstraped .fa-face-laugh::before{content:"\f599"}#lfb_bootstraped.lfb_bootstraped .fa-laugh::before{content:"\f599"}#lfb_bootstraped.lfb_bootstraped .fa-folder-open::before{content:"\f07c"}#lfb_bootstraped.lfb_bootstraped .fa-heart-circle-plus::before{content:"\e500"}#lfb_bootstraped.lfb_bootstraped .fa-code-fork::before{content:"\e13b"}#lfb_bootstraped.lfb_bootstraped .fa-city::before{content:"\f64f"}#lfb_bootstraped.lfb_bootstraped .fa-microphone-lines::before{content:"\f3c9"}#lfb_bootstraped.lfb_bootstraped .fa-microphone-alt::before{content:"\f3c9"}#lfb_bootstraped.lfb_bootstraped .fa-pepper-hot::before{content:"\f816"}#lfb_bootstraped.lfb_bootstraped .fa-unlock::before{content:"\f09c"}#lfb_bootstraped.lfb_bootstraped .fa-colon-sign::before{content:"\e140"}#lfb_bootstraped.lfb_bootstraped .fa-headset::before{content:"\f590"}#lfb_bootstraped.lfb_bootstraped .fa-store-slash::before{content:"\e071"}#lfb_bootstraped.lfb_bootstraped .fa-road-circle-xmark::before{content:"\e566"}#lfb_bootstraped.lfb_bootstraped .fa-user-minus::before{content:"\f503"}#lfb_bootstraped.lfb_bootstraped .fa-mars-stroke-up::before{content:"\f22a"}#lfb_bootstraped.lfb_bootstraped .fa-mars-stroke-v::before{content:"\f22a"}#lfb_bootstraped.lfb_bootstraped .fa-champagne-glasses::before{content:"\f79f"}#lfb_bootstraped.lfb_bootstraped .fa-glass-cheers::before{content:"\f79f"}#lfb_bootstraped.lfb_bootstraped .fa-clipboard::before{content:"\f328"}#lfb_bootstraped.lfb_bootstraped .fa-house-circle-exclamation::before{content:"\e50a"}#lfb_bootstraped.lfb_bootstraped .fa-file-arrow-up::before{content:"\f574"}#lfb_bootstraped.lfb_bootstraped .fa-file-upload::before{content:"\f574"}#lfb_bootstraped.lfb_bootstraped .fa-wifi::before{content:"\f1eb"}#lfb_bootstraped.lfb_bootstraped .fa-wifi-3::before{content:"\f1eb"}#lfb_bootstraped.lfb_bootstraped .fa-wifi-strong::before{content:"\f1eb"}#lfb_bootstraped.lfb_bootstraped .fa-bath::before{content:"\f2cd"}#lfb_bootstraped.lfb_bootstraped .fa-bathtub::before{content:"\f2cd"}#lfb_bootstraped.lfb_bootstraped .fa-underline::before{content:"\f0cd"}#lfb_bootstraped.lfb_bootstraped .fa-user-pen::before{content:"\f4ff"}#lfb_bootstraped.lfb_bootstraped .fa-user-edit::before{content:"\f4ff"}#lfb_bootstraped.lfb_bootstraped .fa-signature::before{content:"\f5b7"}#lfb_bootstraped.lfb_bootstraped .fa-stroopwafel::before{content:"\f551"}#lfb_bootstraped.lfb_bootstraped .fa-bold::before{content:"\f032"}#lfb_bootstraped.lfb_bootstraped .fa-anchor-lock::before{content:"\e4ad"}#lfb_bootstraped.lfb_bootstraped .fa-building-ngo::before{content:"\e4d7"}#lfb_bootstraped.lfb_bootstraped .fa-manat-sign::before{content:"\e1d5"}#lfb_bootstraped.lfb_bootstraped .fa-not-equal::before{content:"\f53e"}#lfb_bootstraped.lfb_bootstraped .fa-border-top-left::before{content:"\f853"}#lfb_bootstraped.lfb_bootstraped .fa-border-style::before{content:"\f853"}#lfb_bootstraped.lfb_bootstraped .fa-map-location-dot::before{content:"\f5a0"}#lfb_bootstraped.lfb_bootstraped .fa-map-marked-alt::before{content:"\f5a0"}#lfb_bootstraped.lfb_bootstraped .fa-jedi::before{content:"\f669"}#lfb_bootstraped.lfb_bootstraped .fa-square-poll-vertical::before{content:"\f681"}#lfb_bootstraped.lfb_bootstraped .fa-poll::before{content:"\f681"}#lfb_bootstraped.lfb_bootstraped .fa-mug-hot::before{content:"\f7b6"}#lfb_bootstraped.lfb_bootstraped .fa-car-battery::before{content:"\f5df"}#lfb_bootstraped.lfb_bootstraped .fa-battery-car::before{content:"\f5df"}#lfb_bootstraped.lfb_bootstraped .fa-gift::before{content:"\f06b"}#lfb_bootstraped.lfb_bootstraped .fa-dice-two::before{content:"\f528"}#lfb_bootstraped.lfb_bootstraped .fa-chess-queen::before{content:"\f445"}#lfb_bootstraped.lfb_bootstraped .fa-glasses::before{content:"\f530"}#lfb_bootstraped.lfb_bootstraped .fa-chess-board::before{content:"\f43c"}#lfb_bootstraped.lfb_bootstraped .fa-building-circle-check::before{content:"\e4d2"}#lfb_bootstraped.lfb_bootstraped .fa-person-chalkboard::before{content:"\e53d"}#lfb_bootstraped.lfb_bootstraped .fa-mars-stroke-right::before{content:"\f22b"}#lfb_bootstraped.lfb_bootstraped .fa-mars-stroke-h::before{content:"\f22b"}#lfb_bootstraped.lfb_bootstraped .fa-hand-back-fist::before{content:"\f255"}#lfb_bootstraped.lfb_bootstraped .fa-hand-rock::before{content:"\f255"}#lfb_bootstraped.lfb_bootstraped .fa-square-caret-up::before{content:"\f151"}#lfb_bootstraped.lfb_bootstraped .fa-caret-square-up::before{content:"\f151"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-showers-water::before{content:"\e4e4"}#lfb_bootstraped.lfb_bootstraped .fa-chart-bar::before{content:"\f080"}#lfb_bootstraped.lfb_bootstraped .fa-bar-chart::before{content:"\f080"}#lfb_bootstraped.lfb_bootstraped .fa-hands-bubbles::before{content:"\e05e"}#lfb_bootstraped.lfb_bootstraped .fa-hands-wash::before{content:"\e05e"}#lfb_bootstraped.lfb_bootstraped .fa-less-than-equal::before{content:"\f537"}#lfb_bootstraped.lfb_bootstraped .fa-train::before{content:"\f238"}#lfb_bootstraped.lfb_bootstraped .fa-eye-low-vision::before{content:"\f2a8"}#lfb_bootstraped.lfb_bootstraped .fa-low-vision::before{content:"\f2a8"}#lfb_bootstraped.lfb_bootstraped .fa-crow::before{content:"\f520"}#lfb_bootstraped.lfb_bootstraped .fa-sailboat::before{content:"\e445"}#lfb_bootstraped.lfb_bootstraped .fa-window-restore::before{content:"\f2d2"}#lfb_bootstraped.lfb_bootstraped .fa-square-plus::before{content:"\f0fe"}#lfb_bootstraped.lfb_bootstraped .fa-plus-square::before{content:"\f0fe"}#lfb_bootstraped.lfb_bootstraped .fa-torii-gate::before{content:"\f6a1"}#lfb_bootstraped.lfb_bootstraped .fa-frog::before{content:"\f52e"}#lfb_bootstraped.lfb_bootstraped .fa-bucket::before{content:"\e4cf"}#lfb_bootstraped.lfb_bootstraped .fa-image::before{content:"\f03e"}#lfb_bootstraped.lfb_bootstraped .fa-microphone::before{content:"\f130"}#lfb_bootstraped.lfb_bootstraped .fa-cow::before{content:"\f6c8"}#lfb_bootstraped.lfb_bootstraped .fa-caret-up::before{content:"\f0d8"}#lfb_bootstraped.lfb_bootstraped .fa-screwdriver::before{content:"\f54a"}#lfb_bootstraped.lfb_bootstraped .fa-folder-closed::before{content:"\e185"}#lfb_bootstraped.lfb_bootstraped .fa-house-tsunami::before{content:"\e515"}#lfb_bootstraped.lfb_bootstraped .fa-square-nfi::before{content:"\e576"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-from-ground-water::before{content:"\e4b5"}#lfb_bootstraped.lfb_bootstraped .fa-martini-glass::before{content:"\f57b"}#lfb_bootstraped.lfb_bootstraped .fa-glass-martini-alt::before{content:"\f57b"}#lfb_bootstraped.lfb_bootstraped .fa-rotate-left::before{content:"\f2ea"}#lfb_bootstraped.lfb_bootstraped .fa-rotate-back::before{content:"\f2ea"}#lfb_bootstraped.lfb_bootstraped .fa-rotate-backward::before{content:"\f2ea"}#lfb_bootstraped.lfb_bootstraped .fa-undo-alt::before{content:"\f2ea"}#lfb_bootstraped.lfb_bootstraped .fa-table-columns::before{content:"\f0db"}#lfb_bootstraped.lfb_bootstraped .fa-columns::before{content:"\f0db"}#lfb_bootstraped.lfb_bootstraped .fa-lemon::before{content:"\f094"}#lfb_bootstraped.lfb_bootstraped .fa-head-side-mask::before{content:"\e063"}#lfb_bootstraped.lfb_bootstraped .fa-handshake::before{content:"\f2b5"}#lfb_bootstraped.lfb_bootstraped .fa-gem::before{content:"\f3a5"}#lfb_bootstraped.lfb_bootstraped .fa-dolly::before{content:"\f472"}#lfb_bootstraped.lfb_bootstraped .fa-dolly-box::before{content:"\f472"}#lfb_bootstraped.lfb_bootstraped .fa-smoking::before{content:"\f48d"}#lfb_bootstraped.lfb_bootstraped .fa-minimize::before{content:"\f78c"}#lfb_bootstraped.lfb_bootstraped .fa-compress-arrows-alt::before{content:"\f78c"}#lfb_bootstraped.lfb_bootstraped .fa-monument::before{content:"\f5a6"}#lfb_bootstraped.lfb_bootstraped .fa-snowplow::before{content:"\f7d2"}#lfb_bootstraped.lfb_bootstraped .fa-angles-right::before{content:"\f101"}#lfb_bootstraped.lfb_bootstraped .fa-angle-double-right::before{content:"\f101"}#lfb_bootstraped.lfb_bootstraped .fa-cannabis::before{content:"\f55f"}#lfb_bootstraped.lfb_bootstraped .fa-circle-play::before{content:"\f144"}#lfb_bootstraped.lfb_bootstraped .fa-play-circle::before{content:"\f144"}#lfb_bootstraped.lfb_bootstraped .fa-tablets::before{content:"\f490"}#lfb_bootstraped.lfb_bootstraped .fa-ethernet::before{content:"\f796"}#lfb_bootstraped.lfb_bootstraped .fa-euro-sign::before{content:"\f153"}#lfb_bootstraped.lfb_bootstraped .fa-eur::before{content:"\f153"}#lfb_bootstraped.lfb_bootstraped .fa-euro::before{content:"\f153"}#lfb_bootstraped.lfb_bootstraped .fa-chair::before{content:"\f6c0"}#lfb_bootstraped.lfb_bootstraped .fa-circle-check::before{content:"\f058"}#lfb_bootstraped.lfb_bootstraped .fa-check-circle::before{content:"\f058"}#lfb_bootstraped.lfb_bootstraped .fa-circle-stop::before{content:"\f28d"}#lfb_bootstraped.lfb_bootstraped .fa-stop-circle::before{content:"\f28d"}#lfb_bootstraped.lfb_bootstraped .fa-compass-drafting::before{content:"\f568"}#lfb_bootstraped.lfb_bootstraped .fa-drafting-compass::before{content:"\f568"}#lfb_bootstraped.lfb_bootstraped .fa-plate-wheat::before{content:"\e55a"}#lfb_bootstraped.lfb_bootstraped .fa-icicles::before{content:"\f7ad"}#lfb_bootstraped.lfb_bootstraped .fa-person-shelter::before{content:"\e54f"}#lfb_bootstraped.lfb_bootstraped .fa-neuter::before{content:"\f22c"}#lfb_bootstraped.lfb_bootstraped .fa-id-badge::before{content:"\f2c1"}#lfb_bootstraped.lfb_bootstraped .fa-marker::before{content:"\f5a1"}#lfb_bootstraped.lfb_bootstraped .fa-face-laugh-beam::before{content:"\f59a"}#lfb_bootstraped.lfb_bootstraped .fa-laugh-beam::before{content:"\f59a"}#lfb_bootstraped.lfb_bootstraped .fa-helicopter-symbol::before{content:"\e502"}#lfb_bootstraped.lfb_bootstraped .fa-universal-access::before{content:"\f29a"}#lfb_bootstraped.lfb_bootstraped .fa-circle-chevron-up::before{content:"\f139"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-circle-up::before{content:"\f139"}#lfb_bootstraped.lfb_bootstraped .fa-lari-sign::before{content:"\e1c8"}#lfb_bootstraped.lfb_bootstraped .fa-volcano::before{content:"\f770"}#lfb_bootstraped.lfb_bootstraped .fa-person-walking-dashed-line-arrow-right::before{content:"\e553"}#lfb_bootstraped.lfb_bootstraped .fa-sterling-sign::before{content:"\f154"}#lfb_bootstraped.lfb_bootstraped .fa-gbp::before{content:"\f154"}#lfb_bootstraped.lfb_bootstraped .fa-pound-sign::before{content:"\f154"}#lfb_bootstraped.lfb_bootstraped .fa-viruses::before{content:"\e076"}#lfb_bootstraped.lfb_bootstraped .fa-square-person-confined::before{content:"\e577"}#lfb_bootstraped.lfb_bootstraped .fa-user-tie::before{content:"\f508"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-long::before{content:"\f175"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-down::before{content:"\f175"}#lfb_bootstraped.lfb_bootstraped .fa-tent-arrow-down-to-line::before{content:"\e57e"}#lfb_bootstraped.lfb_bootstraped .fa-certificate::before{content:"\f0a3"}#lfb_bootstraped.lfb_bootstraped .fa-reply-all::before{content:"\f122"}#lfb_bootstraped.lfb_bootstraped .fa-mail-reply-all::before{content:"\f122"}#lfb_bootstraped.lfb_bootstraped .fa-suitcase::before{content:"\f0f2"}#lfb_bootstraped.lfb_bootstraped .fa-person-skating::before{content:"\f7c5"}#lfb_bootstraped.lfb_bootstraped .fa-skating::before{content:"\f7c5"}#lfb_bootstraped.lfb_bootstraped .fa-filter-circle-dollar::before{content:"\f662"}#lfb_bootstraped.lfb_bootstraped .fa-funnel-dollar::before{content:"\f662"}#lfb_bootstraped.lfb_bootstraped .fa-camera-retro::before{content:"\f083"}#lfb_bootstraped.lfb_bootstraped .fa-circle-arrow-down::before{content:"\f0ab"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-circle-down::before{content:"\f0ab"}#lfb_bootstraped.lfb_bootstraped .fa-file-import::before{content:"\f56f"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-to-file::before{content:"\f56f"}#lfb_bootstraped.lfb_bootstraped .fa-square-arrow-up-right::before{content:"\f14c"}#lfb_bootstraped.lfb_bootstraped .fa-external-link-square::before{content:"\f14c"}#lfb_bootstraped.lfb_bootstraped .fa-box-open::before{content:"\f49e"}#lfb_bootstraped.lfb_bootstraped .fa-scroll::before{content:"\f70e"}#lfb_bootstraped.lfb_bootstraped .fa-spa::before{content:"\f5bb"}#lfb_bootstraped.lfb_bootstraped .fa-location-pin-lock::before{content:"\e51f"}#lfb_bootstraped.lfb_bootstraped .fa-pause::before{content:"\f04c"}#lfb_bootstraped.lfb_bootstraped .fa-hill-avalanche::before{content:"\e507"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-empty::before{content:"\f2cb"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-0::before{content:"\f2cb"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-0::before{content:"\f2cb"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-empty::before{content:"\f2cb"}#lfb_bootstraped.lfb_bootstraped .fa-bomb::before{content:"\f1e2"}#lfb_bootstraped.lfb_bootstraped .fa-registered::before{content:"\f25d"}#lfb_bootstraped.lfb_bootstraped .fa-address-card::before{content:"\f2bb"}#lfb_bootstraped.lfb_bootstraped .fa-contact-card::before{content:"\f2bb"}#lfb_bootstraped.lfb_bootstraped .fa-vcard::before{content:"\f2bb"}#lfb_bootstraped.lfb_bootstraped .fa-scale-unbalanced-flip::before{content:"\f516"}#lfb_bootstraped.lfb_bootstraped .fa-balance-scale-right::before{content:"\f516"}#lfb_bootstraped.lfb_bootstraped .fa-subscript::before{content:"\f12c"}#lfb_bootstraped.lfb_bootstraped .fa-diamond-turn-right::before{content:"\f5eb"}#lfb_bootstraped.lfb_bootstraped .fa-directions::before{content:"\f5eb"}#lfb_bootstraped.lfb_bootstraped .fa-burst::before{content:"\e4dc"}#lfb_bootstraped.lfb_bootstraped .fa-house-laptop::before{content:"\e066"}#lfb_bootstraped.lfb_bootstraped .fa-laptop-house::before{content:"\e066"}#lfb_bootstraped.lfb_bootstraped .fa-face-tired::before{content:"\f5c8"}#lfb_bootstraped.lfb_bootstraped .fa-tired::before{content:"\f5c8"}#lfb_bootstraped.lfb_bootstraped .fa-money-bills::before{content:"\e1f3"}#lfb_bootstraped.lfb_bootstraped .fa-smog::before{content:"\f75f"}#lfb_bootstraped.lfb_bootstraped .fa-crutch::before{content:"\f7f7"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-arrow-up::before{content:"\f0ee"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-upload::before{content:"\f0ee"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-upload-alt::before{content:"\f0ee"}#lfb_bootstraped.lfb_bootstraped .fa-palette::before{content:"\f53f"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-turn-right::before{content:"\e4c0"}#lfb_bootstraped.lfb_bootstraped .fa-vest::before{content:"\e085"}#lfb_bootstraped.lfb_bootstraped .fa-ferry::before{content:"\e4ea"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-down-to-people::before{content:"\e4b9"}#lfb_bootstraped.lfb_bootstraped .fa-seedling::before{content:"\f4d8"}#lfb_bootstraped.lfb_bootstraped .fa-sprout::before{content:"\f4d8"}#lfb_bootstraped.lfb_bootstraped .fa-left-right::before{content:"\f337"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-alt-h::before{content:"\f337"}#lfb_bootstraped.lfb_bootstraped .fa-boxes-packing::before{content:"\e4c7"}#lfb_bootstraped.lfb_bootstraped .fa-circle-arrow-left::before{content:"\f0a8"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-circle-left::before{content:"\f0a8"}#lfb_bootstraped.lfb_bootstraped .fa-group-arrows-rotate::before{content:"\e4f6"}#lfb_bootstraped.lfb_bootstraped .fa-bowl-food::before{content:"\e4c6"}#lfb_bootstraped.lfb_bootstraped .fa-candy-cane::before{content:"\f786"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-wide-short::before{content:"\f160"}#lfb_bootstraped.lfb_bootstraped .fa-sort-amount-asc::before{content:"\f160"}#lfb_bootstraped.lfb_bootstraped .fa-sort-amount-down::before{content:"\f160"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-bolt::before{content:"\f76c"}#lfb_bootstraped.lfb_bootstraped .fa-thunderstorm::before{content:"\f76c"}#lfb_bootstraped.lfb_bootstraped .fa-text-slash::before{content:"\f87d"}#lfb_bootstraped.lfb_bootstraped .fa-remove-format::before{content:"\f87d"}#lfb_bootstraped.lfb_bootstraped .fa-face-smile-wink::before{content:"\f4da"}#lfb_bootstraped.lfb_bootstraped .fa-smile-wink::before{content:"\f4da"}#lfb_bootstraped.lfb_bootstraped .fa-file-word::before{content:"\f1c2"}#lfb_bootstraped.lfb_bootstraped .fa-file-powerpoint::before{content:"\f1c4"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-left-right::before{content:"\f07e"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-h::before{content:"\f07e"}#lfb_bootstraped.lfb_bootstraped .fa-house-lock::before{content:"\e510"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-arrow-down::before{content:"\f0ed"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-download::before{content:"\f0ed"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-download-alt::before{content:"\f0ed"}#lfb_bootstraped.lfb_bootstraped .fa-children::before{content:"\e4e1"}#lfb_bootstraped.lfb_bootstraped .fa-chalkboard::before{content:"\f51b"}#lfb_bootstraped.lfb_bootstraped .fa-blackboard::before{content:"\f51b"}#lfb_bootstraped.lfb_bootstraped .fa-user-large-slash::before{content:"\f4fa"}#lfb_bootstraped.lfb_bootstraped .fa-user-alt-slash::before{content:"\f4fa"}#lfb_bootstraped.lfb_bootstraped .fa-envelope-open::before{content:"\f2b6"}#lfb_bootstraped.lfb_bootstraped .fa-handshake-simple-slash::before{content:"\e05f"}#lfb_bootstraped.lfb_bootstraped .fa-handshake-alt-slash::before{content:"\e05f"}#lfb_bootstraped.lfb_bootstraped .fa-mattress-pillow::before{content:"\e525"}#lfb_bootstraped.lfb_bootstraped .fa-guarani-sign::before{content:"\e19a"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-rotate::before{content:"\f021"}#lfb_bootstraped.lfb_bootstraped .fa-refresh::before{content:"\f021"}#lfb_bootstraped.lfb_bootstraped .fa-sync::before{content:"\f021"}#lfb_bootstraped.lfb_bootstraped .fa-fire-extinguisher::before{content:"\f134"}#lfb_bootstraped.lfb_bootstraped .fa-cruzeiro-sign::before{content:"\e152"}#lfb_bootstraped.lfb_bootstraped .fa-greater-than-equal::before{content:"\f532"}#lfb_bootstraped.lfb_bootstraped .fa-shield-halved::before{content:"\f3ed"}#lfb_bootstraped.lfb_bootstraped .fa-shield-alt::before{content:"\f3ed"}#lfb_bootstraped.lfb_bootstraped .fa-book-atlas::before{content:"\f558"}#lfb_bootstraped.lfb_bootstraped .fa-atlas::before{content:"\f558"}#lfb_bootstraped.lfb_bootstraped .fa-virus::before{content:"\e074"}#lfb_bootstraped.lfb_bootstraped .fa-envelope-circle-check::before{content:"\e4e8"}#lfb_bootstraped.lfb_bootstraped .fa-layer-group::before{content:"\f5fd"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-to-dot::before{content:"\e4be"}#lfb_bootstraped.lfb_bootstraped .fa-archway::before{content:"\f557"}#lfb_bootstraped.lfb_bootstraped .fa-heart-circle-check::before{content:"\e4fd"}#lfb_bootstraped.lfb_bootstraped .fa-house-chimney-crack::before{content:"\f6f1"}#lfb_bootstraped.lfb_bootstraped .fa-house-damage::before{content:"\f6f1"}#lfb_bootstraped.lfb_bootstraped .fa-file-zipper::before{content:"\f1c6"}#lfb_bootstraped.lfb_bootstraped .fa-file-archive::before{content:"\f1c6"}#lfb_bootstraped.lfb_bootstraped .fa-square::before{content:"\f0c8"}#lfb_bootstraped.lfb_bootstraped .fa-martini-glass-empty::before{content:"\f000"}#lfb_bootstraped.lfb_bootstraped .fa-glass-martini::before{content:"\f000"}#lfb_bootstraped.lfb_bootstraped .fa-couch::before{content:"\f4b8"}#lfb_bootstraped.lfb_bootstraped .fa-cedi-sign::before{content:"\e0df"}#lfb_bootstraped.lfb_bootstraped .fa-italic::before{content:"\f033"}#lfb_bootstraped.lfb_bootstraped .fa-church::before{content:"\f51d"}#lfb_bootstraped.lfb_bootstraped .fa-comments-dollar::before{content:"\f653"}#lfb_bootstraped.lfb_bootstraped .fa-democrat::before{content:"\f747"}#lfb_bootstraped.lfb_bootstraped .fa-z::before{content:"\5a"}#lfb_bootstraped.lfb_bootstraped .fa-person-skiing::before{content:"\f7c9"}#lfb_bootstraped.lfb_bootstraped .fa-skiing::before{content:"\f7c9"}#lfb_bootstraped.lfb_bootstraped .fa-road-lock::before{content:"\e567"}#lfb_bootstraped.lfb_bootstraped .fa-a::before{content:"\41"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-arrow-down::before{content:"\e03f"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-down::before{content:"\e03f"}#lfb_bootstraped.lfb_bootstraped .fa-feather-pointed::before{content:"\f56b"}#lfb_bootstraped.lfb_bootstraped .fa-feather-alt::before{content:"\f56b"}#lfb_bootstraped.lfb_bootstraped .fa-p::before{content:"\50"}#lfb_bootstraped.lfb_bootstraped .fa-snowflake::before{content:"\f2dc"}#lfb_bootstraped.lfb_bootstraped .fa-newspaper::before{content:"\f1ea"}#lfb_bootstraped.lfb_bootstraped .fa-rectangle-ad::before{content:"\f641"}#lfb_bootstraped.lfb_bootstraped .fa-ad::before{content:"\f641"}#lfb_bootstraped.lfb_bootstraped .fa-circle-arrow-right::before{content:"\f0a9"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-circle-right::before{content:"\f0a9"}#lfb_bootstraped.lfb_bootstraped .fa-filter-circle-xmark::before{content:"\e17b"}#lfb_bootstraped.lfb_bootstraped .fa-locust::before{content:"\e520"}#lfb_bootstraped.lfb_bootstraped .fa-sort::before{content:"\f0dc"}#lfb_bootstraped.lfb_bootstraped .fa-unsorted::before{content:"\f0dc"}#lfb_bootstraped.lfb_bootstraped .fa-list-ol::before{content:"\f0cb"}#lfb_bootstraped.lfb_bootstraped .fa-list-1-2::before{content:"\f0cb"}#lfb_bootstraped.lfb_bootstraped .fa-list-numeric::before{content:"\f0cb"}#lfb_bootstraped.lfb_bootstraped .fa-person-dress-burst::before{content:"\e544"}#lfb_bootstraped.lfb_bootstraped .fa-money-check-dollar::before{content:"\f53d"}#lfb_bootstraped.lfb_bootstraped .fa-money-check-alt::before{content:"\f53d"}#lfb_bootstraped.lfb_bootstraped .fa-vector-square::before{content:"\f5cb"}#lfb_bootstraped.lfb_bootstraped .fa-bread-slice::before{content:"\f7ec"}#lfb_bootstraped.lfb_bootstraped .fa-language::before{content:"\f1ab"}#lfb_bootstraped.lfb_bootstraped .fa-face-kiss-wink-heart::before{content:"\f598"}#lfb_bootstraped.lfb_bootstraped .fa-kiss-wink-heart::before{content:"\f598"}#lfb_bootstraped.lfb_bootstraped .fa-filter::before{content:"\f0b0"}#lfb_bootstraped.lfb_bootstraped .fa-question::before{content:"\3f"}#lfb_bootstraped.lfb_bootstraped .fa-file-signature::before{content:"\f573"}#lfb_bootstraped.lfb_bootstraped .fa-up-down-left-right::before{content:"\f0b2"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-alt::before{content:"\f0b2"}#lfb_bootstraped.lfb_bootstraped .fa-house-chimney-user::before{content:"\e065"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding-heart::before{content:"\f4be"}#lfb_bootstraped.lfb_bootstraped .fa-puzzle-piece::before{content:"\f12e"}#lfb_bootstraped.lfb_bootstraped .fa-money-check::before{content:"\f53c"}#lfb_bootstraped.lfb_bootstraped .fa-star-half-stroke::before{content:"\f5c0"}#lfb_bootstraped.lfb_bootstraped .fa-star-half-alt::before{content:"\f5c0"}#lfb_bootstraped.lfb_bootstraped .fa-code::before{content:"\f121"}#lfb_bootstraped.lfb_bootstraped .fa-whiskey-glass::before{content:"\f7a0"}#lfb_bootstraped.lfb_bootstraped .fa-glass-whiskey::before{content:"\f7a0"}#lfb_bootstraped.lfb_bootstraped .fa-building-circle-exclamation::before{content:"\e4d3"}#lfb_bootstraped.lfb_bootstraped .fa-magnifying-glass-chart::before{content:"\e522"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-right-from-square::before{content:"\f08e"}#lfb_bootstraped.lfb_bootstraped .fa-external-link::before{content:"\f08e"}#lfb_bootstraped.lfb_bootstraped .fa-cubes-stacked::before{content:"\e4e6"}#lfb_bootstraped.lfb_bootstraped .fa-won-sign::before{content:"\f159"}#lfb_bootstraped.lfb_bootstraped .fa-krw::before{content:"\f159"}#lfb_bootstraped.lfb_bootstraped .fa-won::before{content:"\f159"}#lfb_bootstraped.lfb_bootstraped .fa-virus-covid::before{content:"\e4a8"}#lfb_bootstraped.lfb_bootstraped .fa-austral-sign::before{content:"\e0a9"}#lfb_bootstraped.lfb_bootstraped .fa-f::before{content:"\46"}#lfb_bootstraped.lfb_bootstraped .fa-leaf::before{content:"\f06c"}#lfb_bootstraped.lfb_bootstraped .fa-road::before{content:"\f018"}#lfb_bootstraped.lfb_bootstraped .fa-taxi::before{content:"\f1ba"}#lfb_bootstraped.lfb_bootstraped .fa-cab::before{content:"\f1ba"}#lfb_bootstraped.lfb_bootstraped .fa-person-circle-plus::before{content:"\e541"}#lfb_bootstraped.lfb_bootstraped .fa-chart-pie::before{content:"\f200"}#lfb_bootstraped.lfb_bootstraped .fa-pie-chart::before{content:"\f200"}#lfb_bootstraped.lfb_bootstraped .fa-bolt-lightning::before{content:"\e0b7"}#lfb_bootstraped.lfb_bootstraped .fa-sack-xmark::before{content:"\e56a"}#lfb_bootstraped.lfb_bootstraped .fa-file-excel::before{content:"\f1c3"}#lfb_bootstraped.lfb_bootstraped .fa-file-contract::before{content:"\f56c"}#lfb_bootstraped.lfb_bootstraped .fa-fish-fins::before{content:"\e4f2"}#lfb_bootstraped.lfb_bootstraped .fa-building-flag::before{content:"\e4d5"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-beam::before{content:"\f582"}#lfb_bootstraped.lfb_bootstraped .fa-grin-beam::before{content:"\f582"}#lfb_bootstraped.lfb_bootstraped .fa-object-ungroup::before{content:"\f248"}#lfb_bootstraped.lfb_bootstraped .fa-poop::before{content:"\f619"}#lfb_bootstraped.lfb_bootstraped .fa-location-pin::before{content:"\f041"}#lfb_bootstraped.lfb_bootstraped .fa-map-marker::before{content:"\f041"}#lfb_bootstraped.lfb_bootstraped .fa-kaaba::before{content:"\f66b"}#lfb_bootstraped.lfb_bootstraped .fa-toilet-paper::before{content:"\f71e"}#lfb_bootstraped.lfb_bootstraped .fa-helmet-safety::before{content:"\f807"}#lfb_bootstraped.lfb_bootstraped .fa-hard-hat::before{content:"\f807"}#lfb_bootstraped.lfb_bootstraped .fa-hat-hard::before{content:"\f807"}#lfb_bootstraped.lfb_bootstraped .fa-eject::before{content:"\f052"}#lfb_bootstraped.lfb_bootstraped .fa-circle-right::before{content:"\f35a"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-alt-circle-right::before{content:"\f35a"}#lfb_bootstraped.lfb_bootstraped .fa-plane-circle-check::before{content:"\e555"}#lfb_bootstraped.lfb_bootstraped .fa-face-rolling-eyes::before{content:"\f5a5"}#lfb_bootstraped.lfb_bootstraped .fa-meh-rolling-eyes::before{content:"\f5a5"}#lfb_bootstraped.lfb_bootstraped .fa-object-group::before{content:"\f247"}#lfb_bootstraped.lfb_bootstraped .fa-chart-line::before{content:"\f201"}#lfb_bootstraped.lfb_bootstraped .fa-line-chart::before{content:"\f201"}#lfb_bootstraped.lfb_bootstraped .fa-mask-ventilator::before{content:"\e524"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right::before{content:"\f061"}#lfb_bootstraped.lfb_bootstraped .fa-signs-post::before{content:"\f277"}#lfb_bootstraped.lfb_bootstraped .fa-map-signs::before{content:"\f277"}#lfb_bootstraped.lfb_bootstraped .fa-cash-register::before{content:"\f788"}#lfb_bootstraped.lfb_bootstraped .fa-person-circle-question::before{content:"\e542"}#lfb_bootstraped.lfb_bootstraped .fa-h::before{content:"\48"}#lfb_bootstraped.lfb_bootstraped .fa-tarp::before{content:"\e57b"}#lfb_bootstraped.lfb_bootstraped .fa-screwdriver-wrench::before{content:"\f7d9"}#lfb_bootstraped.lfb_bootstraped .fa-tools::before{content:"\f7d9"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-to-eye::before{content:"\e4bf"}#lfb_bootstraped.lfb_bootstraped .fa-plug-circle-bolt::before{content:"\e55b"}#lfb_bootstraped.lfb_bootstraped .fa-heart::before{content:"\f004"}#lfb_bootstraped.lfb_bootstraped .fa-mars-and-venus::before{content:"\f224"}#lfb_bootstraped.lfb_bootstraped .fa-house-user::before{content:"\e1b0"}#lfb_bootstraped.lfb_bootstraped .fa-home-user::before{content:"\e1b0"}#lfb_bootstraped.lfb_bootstraped .fa-dumpster-fire::before{content:"\f794"}#lfb_bootstraped.lfb_bootstraped .fa-house-crack::before{content:"\e3b1"}#lfb_bootstraped.lfb_bootstraped .fa-martini-glass-citrus::before{content:"\f561"}#lfb_bootstraped.lfb_bootstraped .fa-cocktail::before{content:"\f561"}#lfb_bootstraped.lfb_bootstraped .fa-face-surprise::before{content:"\f5c2"}#lfb_bootstraped.lfb_bootstraped .fa-surprise::before{content:"\f5c2"}#lfb_bootstraped.lfb_bootstraped .fa-bottle-water::before{content:"\e4c5"}#lfb_bootstraped.lfb_bootstraped .fa-circle-pause::before{content:"\f28b"}#lfb_bootstraped.lfb_bootstraped .fa-pause-circle::before{content:"\f28b"}#lfb_bootstraped.lfb_bootstraped .fa-toilet-paper-slash::before{content:"\e072"}#lfb_bootstraped.lfb_bootstraped .fa-apple-whole::before{content:"\f5d1"}#lfb_bootstraped.lfb_bootstraped .fa-apple-alt::before{content:"\f5d1"}#lfb_bootstraped.lfb_bootstraped .fa-kitchen-set::before{content:"\e51a"}#lfb_bootstraped.lfb_bootstraped .fa-r::before{content:"\52"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-quarter::before{content:"\f2ca"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-1::before{content:"\f2ca"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-1::before{content:"\f2ca"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-quarter::before{content:"\f2ca"}#lfb_bootstraped.lfb_bootstraped .fa-cube::before{content:"\f1b2"}#lfb_bootstraped.lfb_bootstraped .fa-bitcoin-sign::before{content:"\e0b4"}#lfb_bootstraped.lfb_bootstraped .fa-shield-dog::before{content:"\e573"}#lfb_bootstraped.lfb_bootstraped .fa-solar-panel::before{content:"\f5ba"}#lfb_bootstraped.lfb_bootstraped .fa-lock-open::before{content:"\f3c1"}#lfb_bootstraped.lfb_bootstraped .fa-elevator::before{content:"\e16d"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-transfer::before{content:"\e528"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-trend-up::before{content:"\e529"}#lfb_bootstraped.lfb_bootstraped .fa-house-flood-water-circle-arrow-right::before{content:"\e50f"}#lfb_bootstraped.lfb_bootstraped .fa-square-poll-horizontal::before{content:"\f682"}#lfb_bootstraped.lfb_bootstraped .fa-poll-h::before{content:"\f682"}#lfb_bootstraped.lfb_bootstraped .fa-circle::before{content:"\f111"}#lfb_bootstraped.lfb_bootstraped .fa-backward-fast::before{content:"\f049"}#lfb_bootstraped.lfb_bootstraped .fa-fast-backward::before{content:"\f049"}#lfb_bootstraped.lfb_bootstraped .fa-recycle::before{content:"\f1b8"}#lfb_bootstraped.lfb_bootstraped .fa-user-astronaut::before{content:"\f4fb"}#lfb_bootstraped.lfb_bootstraped .fa-plane-slash::before{content:"\e069"}#lfb_bootstraped.lfb_bootstraped .fa-trademark::before{content:"\f25c"}#lfb_bootstraped.lfb_bootstraped .fa-basketball::before{content:"\f434"}#lfb_bootstraped.lfb_bootstraped .fa-basketball-ball::before{content:"\f434"}#lfb_bootstraped.lfb_bootstraped .fa-satellite-dish::before{content:"\f7c0"}#lfb_bootstraped.lfb_bootstraped .fa-circle-up::before{content:"\f35b"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-alt-circle-up::before{content:"\f35b"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-screen-button::before{content:"\f3cd"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-alt::before{content:"\f3cd"}#lfb_bootstraped.lfb_bootstraped .fa-volume-high::before{content:"\f028"}#lfb_bootstraped.lfb_bootstraped .fa-volume-up::before{content:"\f028"}#lfb_bootstraped.lfb_bootstraped .fa-users-rays::before{content:"\e593"}#lfb_bootstraped.lfb_bootstraped .fa-wallet::before{content:"\f555"}#lfb_bootstraped.lfb_bootstraped .fa-clipboard-check::before{content:"\f46c"}#lfb_bootstraped.lfb_bootstraped .fa-file-audio::before{content:"\f1c7"}#lfb_bootstraped.lfb_bootstraped .fa-burger::before{content:"\f805"}#lfb_bootstraped.lfb_bootstraped .fa-hamburger::before{content:"\f805"}#lfb_bootstraped.lfb_bootstraped .fa-wrench::before{content:"\f0ad"}#lfb_bootstraped.lfb_bootstraped .fa-bugs::before{content:"\e4d0"}#lfb_bootstraped.lfb_bootstraped .fa-rupee-sign::before{content:"\f156"}#lfb_bootstraped.lfb_bootstraped .fa-rupee::before{content:"\f156"}#lfb_bootstraped.lfb_bootstraped .fa-file-image::before{content:"\f1c5"}#lfb_bootstraped.lfb_bootstraped .fa-circle-question::before{content:"\f059"}#lfb_bootstraped.lfb_bootstraped .fa-question-circle::before{content:"\f059"}#lfb_bootstraped.lfb_bootstraped .fa-plane-departure::before{content:"\f5b0"}#lfb_bootstraped.lfb_bootstraped .fa-handshake-slash::before{content:"\e060"}#lfb_bootstraped.lfb_bootstraped .fa-book-bookmark::before{content:"\e0bb"}#lfb_bootstraped.lfb_bootstraped .fa-code-branch::before{content:"\f126"}#lfb_bootstraped.lfb_bootstraped .fa-hat-cowboy::before{content:"\f8c0"}#lfb_bootstraped.lfb_bootstraped .fa-bridge::before{content:"\e4c8"}#lfb_bootstraped.lfb_bootstraped .fa-phone-flip::before{content:"\f879"}#lfb_bootstraped.lfb_bootstraped .fa-phone-alt::before{content:"\f879"}#lfb_bootstraped.lfb_bootstraped .fa-truck-front::before{content:"\e2b7"}#lfb_bootstraped.lfb_bootstraped .fa-cat::before{content:"\f6be"}#lfb_bootstraped.lfb_bootstraped .fa-anchor-circle-exclamation::before{content:"\e4ab"}#lfb_bootstraped.lfb_bootstraped .fa-truck-field::before{content:"\e58d"}#lfb_bootstraped.lfb_bootstraped .fa-route::before{content:"\f4d7"}#lfb_bootstraped.lfb_bootstraped .fa-clipboard-question::before{content:"\e4e3"}#lfb_bootstraped.lfb_bootstraped .fa-panorama::before{content:"\e209"}#lfb_bootstraped.lfb_bootstraped .fa-comment-medical::before{content:"\f7f5"}#lfb_bootstraped.lfb_bootstraped .fa-teeth-open::before{content:"\f62f"}#lfb_bootstraped.lfb_bootstraped .fa-file-circle-minus::before{content:"\e4ed"}#lfb_bootstraped.lfb_bootstraped .fa-tags::before{content:"\f02c"}#lfb_bootstraped.lfb_bootstraped .fa-wine-glass::before{content:"\f4e3"}#lfb_bootstraped.lfb_bootstraped .fa-forward-fast::before{content:"\f050"}#lfb_bootstraped.lfb_bootstraped .fa-fast-forward::before{content:"\f050"}#lfb_bootstraped.lfb_bootstraped .fa-face-meh-blank::before{content:"\f5a4"}#lfb_bootstraped.lfb_bootstraped .fa-meh-blank::before{content:"\f5a4"}#lfb_bootstraped.lfb_bootstraped .fa-square-parking::before{content:"\f540"}#lfb_bootstraped.lfb_bootstraped .fa-parking::before{content:"\f540"}#lfb_bootstraped.lfb_bootstraped .fa-house-signal::before{content:"\e012"}#lfb_bootstraped.lfb_bootstraped .fa-bars-progress::before{content:"\f828"}#lfb_bootstraped.lfb_bootstraped .fa-tasks-alt::before{content:"\f828"}#lfb_bootstraped.lfb_bootstraped .fa-faucet-drip::before{content:"\e006"}#lfb_bootstraped.lfb_bootstraped .fa-cart-flatbed::before{content:"\f474"}#lfb_bootstraped.lfb_bootstraped .fa-dolly-flatbed::before{content:"\f474"}#lfb_bootstraped.lfb_bootstraped .fa-ban-smoking::before{content:"\f54d"}#lfb_bootstraped.lfb_bootstraped .fa-smoking-ban::before{content:"\f54d"}#lfb_bootstraped.lfb_bootstraped .fa-terminal::before{content:"\f120"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-button::before{content:"\f10b"}#lfb_bootstraped.lfb_bootstraped .fa-house-medical-flag::before{content:"\e514"}#lfb_bootstraped.lfb_bootstraped .fa-basket-shopping::before{content:"\f291"}#lfb_bootstraped.lfb_bootstraped .fa-shopping-basket::before{content:"\f291"}#lfb_bootstraped.lfb_bootstraped .fa-tape::before{content:"\f4db"}#lfb_bootstraped.lfb_bootstraped .fa-bus-simple::before{content:"\f55e"}#lfb_bootstraped.lfb_bootstraped .fa-bus-alt::before{content:"\f55e"}#lfb_bootstraped.lfb_bootstraped .fa-eye::before{content:"\f06e"}#lfb_bootstraped.lfb_bootstraped .fa-face-sad-cry::before{content:"\f5b3"}#lfb_bootstraped.lfb_bootstraped .fa-sad-cry::before{content:"\f5b3"}#lfb_bootstraped.lfb_bootstraped .fa-audio-description::before{content:"\f29e"}#lfb_bootstraped.lfb_bootstraped .fa-person-military-to-person::before{content:"\e54c"}#lfb_bootstraped.lfb_bootstraped .fa-file-shield::before{content:"\e4f0"}#lfb_bootstraped.lfb_bootstraped .fa-user-slash::before{content:"\f506"}#lfb_bootstraped.lfb_bootstraped .fa-pen::before{content:"\f304"}#lfb_bootstraped.lfb_bootstraped .fa-tower-observation::before{content:"\e586"}#lfb_bootstraped.lfb_bootstraped .fa-file-code::before{content:"\f1c9"}#lfb_bootstraped.lfb_bootstraped .fa-signal::before{content:"\f012"}#lfb_bootstraped.lfb_bootstraped .fa-signal-5::before{content:"\f012"}#lfb_bootstraped.lfb_bootstraped .fa-signal-perfect::before{content:"\f012"}#lfb_bootstraped.lfb_bootstraped .fa-bus::before{content:"\f207"}#lfb_bootstraped.lfb_bootstraped .fa-heart-circle-xmark::before{content:"\e501"}#lfb_bootstraped.lfb_bootstraped .fa-house-chimney::before{content:"\e3af"}#lfb_bootstraped.lfb_bootstraped .fa-home-lg::before{content:"\e3af"}#lfb_bootstraped.lfb_bootstraped .fa-window-maximize::before{content:"\f2d0"}#lfb_bootstraped.lfb_bootstraped .fa-face-frown::before{content:"\f119"}#lfb_bootstraped.lfb_bootstraped .fa-frown::before{content:"\f119"}#lfb_bootstraped.lfb_bootstraped .fa-prescription::before{content:"\f5b1"}#lfb_bootstraped.lfb_bootstraped .fa-shop::before{content:"\f54f"}#lfb_bootstraped.lfb_bootstraped .fa-store-alt::before{content:"\f54f"}#lfb_bootstraped.lfb_bootstraped .fa-floppy-disk::before{content:"\f0c7"}#lfb_bootstraped.lfb_bootstraped .fa-save::before{content:"\f0c7"}#lfb_bootstraped.lfb_bootstraped .fa-vihara::before{content:"\f6a7"}#lfb_bootstraped.lfb_bootstraped .fa-scale-unbalanced::before{content:"\f515"}#lfb_bootstraped.lfb_bootstraped .fa-balance-scale-left::before{content:"\f515"}#lfb_bootstraped.lfb_bootstraped .fa-sort-up::before{content:"\f0de"}#lfb_bootstraped.lfb_bootstraped .fa-sort-asc::before{content:"\f0de"}#lfb_bootstraped.lfb_bootstraped .fa-comment-dots::before{content:"\f4ad"}#lfb_bootstraped.lfb_bootstraped .fa-commenting::before{content:"\f4ad"}#lfb_bootstraped.lfb_bootstraped .fa-plant-wilt::before{content:"\e5aa"}#lfb_bootstraped.lfb_bootstraped .fa-diamond::before{content:"\f219"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-squint::before{content:"\f585"}#lfb_bootstraped.lfb_bootstraped .fa-grin-squint::before{content:"\f585"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding-dollar::before{content:"\f4c0"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding-usd::before{content:"\f4c0"}#lfb_bootstraped.lfb_bootstraped .fa-bacterium::before{content:"\e05a"}#lfb_bootstraped.lfb_bootstraped .fa-hand-pointer::before{content:"\f25a"}#lfb_bootstraped.lfb_bootstraped .fa-drum-steelpan::before{content:"\f56a"}#lfb_bootstraped.lfb_bootstraped .fa-hand-scissors::before{content:"\f257"}#lfb_bootstraped.lfb_bootstraped .fa-hands-praying::before{content:"\f684"}#lfb_bootstraped.lfb_bootstraped .fa-praying-hands::before{content:"\f684"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-rotate-right::before{content:"\f01e"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-rotate::before{content:"\f01e"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-rotate-forward::before{content:"\f01e"}#lfb_bootstraped.lfb_bootstraped .fa-redo::before{content:"\f01e"}#lfb_bootstraped.lfb_bootstraped .fa-biohazard::before{content:"\f780"}#lfb_bootstraped.lfb_bootstraped .fa-location-crosshairs::before{content:"\f601"}#lfb_bootstraped.lfb_bootstraped .fa-location::before{content:"\f601"}#lfb_bootstraped.lfb_bootstraped .fa-mars-double::before{content:"\f227"}#lfb_bootstraped.lfb_bootstraped .fa-child-dress::before{content:"\e59c"}#lfb_bootstraped.lfb_bootstraped .fa-users-between-lines::before{content:"\e591"}#lfb_bootstraped.lfb_bootstraped .fa-lungs-virus::before{content:"\e067"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-tears::before{content:"\f588"}#lfb_bootstraped.lfb_bootstraped .fa-grin-tears::before{content:"\f588"}#lfb_bootstraped.lfb_bootstraped .fa-phone::before{content:"\f095"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-xmark::before{content:"\f273"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-times::before{content:"\f273"}#lfb_bootstraped.lfb_bootstraped .fa-child-reaching::before{content:"\e59d"}#lfb_bootstraped.lfb_bootstraped .fa-head-side-virus::before{content:"\e064"}#lfb_bootstraped.lfb_bootstraped .fa-user-gear::before{content:"\f4fe"}#lfb_bootstraped.lfb_bootstraped .fa-user-cog::before{content:"\f4fe"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-1-9::before{content:"\f163"}#lfb_bootstraped.lfb_bootstraped .fa-sort-numeric-up::before{content:"\f163"}#lfb_bootstraped.lfb_bootstraped .fa-door-closed::before{content:"\f52a"}#lfb_bootstraped.lfb_bootstraped .fa-shield-virus::before{content:"\e06c"}#lfb_bootstraped.lfb_bootstraped .fa-dice-six::before{content:"\f526"}#lfb_bootstraped.lfb_bootstraped .fa-mosquito-net::before{content:"\e52c"}#lfb_bootstraped.lfb_bootstraped .fa-bridge-water::before{content:"\e4ce"}#lfb_bootstraped.lfb_bootstraped .fa-person-booth::before{content:"\f756"}#lfb_bootstraped.lfb_bootstraped .fa-text-width::before{content:"\f035"}#lfb_bootstraped.lfb_bootstraped .fa-hat-wizard::before{content:"\f6e8"}#lfb_bootstraped.lfb_bootstraped .fa-pen-fancy::before{content:"\f5ac"}#lfb_bootstraped.lfb_bootstraped .fa-person-digging::before{content:"\f85e"}#lfb_bootstraped.lfb_bootstraped .fa-digging::before{content:"\f85e"}#lfb_bootstraped.lfb_bootstraped .fa-trash::before{content:"\f1f8"}#lfb_bootstraped.lfb_bootstraped .fa-gauge-simple::before{content:"\f629"}#lfb_bootstraped.lfb_bootstraped .fa-gauge-simple-med::before{content:"\f629"}#lfb_bootstraped.lfb_bootstraped .fa-tachometer-average::before{content:"\f629"}#lfb_bootstraped.lfb_bootstraped .fa-book-medical::before{content:"\f7e6"}#lfb_bootstraped.lfb_bootstraped .fa-poo::before{content:"\f2fe"}#lfb_bootstraped.lfb_bootstraped .fa-quote-right::before{content:"\f10e"}#lfb_bootstraped.lfb_bootstraped .fa-quote-right-alt::before{content:"\f10e"}#lfb_bootstraped.lfb_bootstraped .fa-shirt::before{content:"\f553"}#lfb_bootstraped.lfb_bootstraped .fa-t-shirt::before{content:"\f553"}#lfb_bootstraped.lfb_bootstraped .fa-tshirt::before{content:"\f553"}#lfb_bootstraped.lfb_bootstraped .fa-cubes::before{content:"\f1b3"}#lfb_bootstraped.lfb_bootstraped .fa-divide::before{content:"\f529"}#lfb_bootstraped.lfb_bootstraped .fa-tenge-sign::before{content:"\f7d7"}#lfb_bootstraped.lfb_bootstraped .fa-tenge::before{content:"\f7d7"}#lfb_bootstraped.lfb_bootstraped .fa-headphones::before{content:"\f025"}#lfb_bootstraped.lfb_bootstraped .fa-hands-holding::before{content:"\f4c2"}#lfb_bootstraped.lfb_bootstraped .fa-hands-clapping::before{content:"\e1a8"}#lfb_bootstraped.lfb_bootstraped .fa-republican::before{content:"\f75e"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-left::before{content:"\f060"}#lfb_bootstraped.lfb_bootstraped .fa-person-circle-xmark::before{content:"\e543"}#lfb_bootstraped.lfb_bootstraped .fa-ruler::before{content:"\f545"}#lfb_bootstraped.lfb_bootstraped .fa-align-left::before{content:"\f036"}#lfb_bootstraped.lfb_bootstraped .fa-dice-d6::before{content:"\f6d1"}#lfb_bootstraped.lfb_bootstraped .fa-restroom::before{content:"\f7bd"}#lfb_bootstraped.lfb_bootstraped .fa-j::before{content:"\4a"}#lfb_bootstraped.lfb_bootstraped .fa-users-viewfinder::before{content:"\e595"}#lfb_bootstraped.lfb_bootstraped .fa-file-video::before{content:"\f1c8"}#lfb_bootstraped.lfb_bootstraped .fa-up-right-from-square::before{content:"\f35d"}#lfb_bootstraped.lfb_bootstraped .fa-external-link-alt::before{content:"\f35d"}#lfb_bootstraped.lfb_bootstraped .fa-table-cells::before{content:"\f00a"}#lfb_bootstraped.lfb_bootstraped .fa-th::before{content:"\f00a"}#lfb_bootstraped.lfb_bootstraped .fa-file-pdf::before{content:"\f1c1"}#lfb_bootstraped.lfb_bootstraped .fa-book-bible::before{content:"\f647"}#lfb_bootstraped.lfb_bootstraped .fa-bible::before{content:"\f647"}#lfb_bootstraped.lfb_bootstraped .fa-o::before{content:"\4f"}#lfb_bootstraped.lfb_bootstraped .fa-suitcase-medical::before{content:"\f0fa"}#lfb_bootstraped.lfb_bootstraped .fa-medkit::before{content:"\f0fa"}#lfb_bootstraped.lfb_bootstraped .fa-user-secret::before{content:"\f21b"}#lfb_bootstraped.lfb_bootstraped .fa-otter::before{content:"\f700"}#lfb_bootstraped.lfb_bootstraped .fa-person-dress::before{content:"\f182"}#lfb_bootstraped.lfb_bootstraped .fa-female::before{content:"\f182"}#lfb_bootstraped.lfb_bootstraped .fa-comment-dollar::before{content:"\f651"}#lfb_bootstraped.lfb_bootstraped .fa-business-time::before{content:"\f64a"}#lfb_bootstraped.lfb_bootstraped .fa-briefcase-clock::before{content:"\f64a"}#lfb_bootstraped.lfb_bootstraped .fa-table-cells-large::before{content:"\f009"}#lfb_bootstraped.lfb_bootstraped .fa-th-large::before{content:"\f009"}#lfb_bootstraped.lfb_bootstraped .fa-book-tanakh::before{content:"\f827"}#lfb_bootstraped.lfb_bootstraped .fa-tanakh::before{content:"\f827"}#lfb_bootstraped.lfb_bootstraped .fa-phone-volume::before{content:"\f2a0"}#lfb_bootstraped.lfb_bootstraped .fa-volume-control-phone::before{content:"\f2a0"}#lfb_bootstraped.lfb_bootstraped .fa-hat-cowboy-side::before{content:"\f8c1"}#lfb_bootstraped.lfb_bootstraped .fa-clipboard-user::before{content:"\f7f3"}#lfb_bootstraped.lfb_bootstraped .fa-child::before{content:"\f1ae"}#lfb_bootstraped.lfb_bootstraped .fa-lira-sign::before{content:"\f195"}#lfb_bootstraped.lfb_bootstraped .fa-satellite::before{content:"\f7bf"}#lfb_bootstraped.lfb_bootstraped .fa-plane-lock::before{content:"\e558"}#lfb_bootstraped.lfb_bootstraped .fa-tag::before{content:"\f02b"}#lfb_bootstraped.lfb_bootstraped .fa-comment::before{content:"\f075"}#lfb_bootstraped.lfb_bootstraped .fa-cake-candles::before{content:"\f1fd"}#lfb_bootstraped.lfb_bootstraped .fa-birthday-cake::before{content:"\f1fd"}#lfb_bootstraped.lfb_bootstraped .fa-cake::before{content:"\f1fd"}#lfb_bootstraped.lfb_bootstraped .fa-envelope::before{content:"\f0e0"}#lfb_bootstraped.lfb_bootstraped .fa-angles-up::before{content:"\f102"}#lfb_bootstraped.lfb_bootstraped .fa-angle-double-up::before{content:"\f102"}#lfb_bootstraped.lfb_bootstraped .fa-paperclip::before{content:"\f0c6"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-to-city::before{content:"\e4b3"}#lfb_bootstraped.lfb_bootstraped .fa-ribbon::before{content:"\f4d6"}#lfb_bootstraped.lfb_bootstraped .fa-lungs::before{content:"\f604"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-9-1::before{content:"\f887"}#lfb_bootstraped.lfb_bootstraped .fa-sort-numeric-up-alt::before{content:"\f887"}#lfb_bootstraped.lfb_bootstraped .fa-litecoin-sign::before{content:"\e1d3"}#lfb_bootstraped.lfb_bootstraped .fa-border-none::before{content:"\f850"}#lfb_bootstraped.lfb_bootstraped .fa-circle-nodes::before{content:"\e4e2"}#lfb_bootstraped.lfb_bootstraped .fa-parachute-box::before{content:"\f4cd"}#lfb_bootstraped.lfb_bootstraped .fa-indent::before{content:"\f03c"}#lfb_bootstraped.lfb_bootstraped .fa-truck-field-un::before{content:"\e58e"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass::before{content:"\f254"}#lfb_bootstraped.lfb_bootstraped .fa-hourglass-empty::before{content:"\f254"}#lfb_bootstraped.lfb_bootstraped .fa-mountain::before{content:"\f6fc"}#lfb_bootstraped.lfb_bootstraped .fa-user-doctor::before{content:"\f0f0"}#lfb_bootstraped.lfb_bootstraped .fa-user-md::before{content:"\f0f0"}#lfb_bootstraped.lfb_bootstraped .fa-circle-info::before{content:"\f05a"}#lfb_bootstraped.lfb_bootstraped .fa-info-circle::before{content:"\f05a"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-meatball::before{content:"\f73b"}#lfb_bootstraped.lfb_bootstraped .fa-camera::before{content:"\f030"}#lfb_bootstraped.lfb_bootstraped .fa-camera-alt::before{content:"\f030"}#lfb_bootstraped.lfb_bootstraped .fa-square-virus::before{content:"\e578"}#lfb_bootstraped.lfb_bootstraped .fa-meteor::before{content:"\f753"}#lfb_bootstraped.lfb_bootstraped .fa-car-on::before{content:"\e4dd"}#lfb_bootstraped.lfb_bootstraped .fa-sleigh::before{content:"\f7cc"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-1-9::before{content:"\f162"}#lfb_bootstraped.lfb_bootstraped .fa-sort-numeric-asc::before{content:"\f162"}#lfb_bootstraped.lfb_bootstraped .fa-sort-numeric-down::before{content:"\f162"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding-droplet::before{content:"\f4c1"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding-water::before{content:"\f4c1"}#lfb_bootstraped.lfb_bootstraped .fa-water::before{content:"\f773"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-check::before{content:"\f274"}#lfb_bootstraped.lfb_bootstraped .fa-braille::before{content:"\f2a1"}#lfb_bootstraped.lfb_bootstraped .fa-prescription-bottle-medical::before{content:"\f486"}#lfb_bootstraped.lfb_bootstraped .fa-prescription-bottle-alt::before{content:"\f486"}#lfb_bootstraped.lfb_bootstraped .fa-landmark::before{content:"\f66f"}#lfb_bootstraped.lfb_bootstraped .fa-truck::before{content:"\f0d1"}#lfb_bootstraped.lfb_bootstraped .fa-crosshairs::before{content:"\f05b"}#lfb_bootstraped.lfb_bootstraped .fa-person-cane::before{content:"\e53c"}#lfb_bootstraped.lfb_bootstraped .fa-tent::before{content:"\e57d"}#lfb_bootstraped.lfb_bootstraped .fa-vest-patches::before{content:"\e086"}#lfb_bootstraped.lfb_bootstraped .fa-check-double::before{content:"\f560"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-a-z::before{content:"\f15d"}#lfb_bootstraped.lfb_bootstraped .fa-sort-alpha-asc::before{content:"\f15d"}#lfb_bootstraped.lfb_bootstraped .fa-sort-alpha-down::before{content:"\f15d"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-wheat::before{content:"\e52a"}#lfb_bootstraped.lfb_bootstraped .fa-cookie::before{content:"\f563"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-rotate-left::before{content:"\f0e2"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-left-rotate::before{content:"\f0e2"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-rotate-back::before{content:"\f0e2"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-rotate-backward::before{content:"\f0e2"}#lfb_bootstraped.lfb_bootstraped .fa-undo::before{content:"\f0e2"}#lfb_bootstraped.lfb_bootstraped .fa-hard-drive::before{content:"\f0a0"}#lfb_bootstraped.lfb_bootstraped .fa-hdd::before{content:"\f0a0"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-squint-tears::before{content:"\f586"}#lfb_bootstraped.lfb_bootstraped .fa-grin-squint-tears::before{content:"\f586"}#lfb_bootstraped.lfb_bootstraped .fa-dumbbell::before{content:"\f44b"}#lfb_bootstraped.lfb_bootstraped .fa-rectangle-list::before{content:"\f022"}#lfb_bootstraped.lfb_bootstraped .fa-list-alt::before{content:"\f022"}#lfb_bootstraped.lfb_bootstraped .fa-tarp-droplet::before{content:"\e57c"}#lfb_bootstraped.lfb_bootstraped .fa-house-medical-circle-check::before{content:"\e511"}#lfb_bootstraped.lfb_bootstraped .fa-person-skiing-nordic::before{content:"\f7ca"}#lfb_bootstraped.lfb_bootstraped .fa-skiing-nordic::before{content:"\f7ca"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-plus::before{content:"\f271"}#lfb_bootstraped.lfb_bootstraped .fa-plane-arrival::before{content:"\f5af"}#lfb_bootstraped.lfb_bootstraped .fa-circle-left::before{content:"\f359"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-alt-circle-left::before{content:"\f359"}#lfb_bootstraped.lfb_bootstraped .fa-train-subway::before{content:"\f239"}#lfb_bootstraped.lfb_bootstraped .fa-subway::before{content:"\f239"}#lfb_bootstraped.lfb_bootstraped .fa-chart-gantt::before{content:"\e0e4"}#lfb_bootstraped.lfb_bootstraped .fa-indian-rupee-sign::before{content:"\e1bc"}#lfb_bootstraped.lfb_bootstraped .fa-indian-rupee::before{content:"\e1bc"}#lfb_bootstraped.lfb_bootstraped .fa-inr::before{content:"\e1bc"}#lfb_bootstraped.lfb_bootstraped .fa-crop-simple::before{content:"\f565"}#lfb_bootstraped.lfb_bootstraped .fa-crop-alt::before{content:"\f565"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-1::before{content:"\f3d1"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-alt::before{content:"\f3d1"}#lfb_bootstraped.lfb_bootstraped .fa-left-long::before{content:"\f30a"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-alt-left::before{content:"\f30a"}#lfb_bootstraped.lfb_bootstraped .fa-dna::before{content:"\f471"}#lfb_bootstraped.lfb_bootstraped .fa-virus-slash::before{content:"\e075"}#lfb_bootstraped.lfb_bootstraped .fa-minus::before{content:"\f068"}#lfb_bootstraped.lfb_bootstraped .fa-subtract::before{content:"\f068"}#lfb_bootstraped.lfb_bootstraped .fa-child-rifle::before{content:"\e4e0"}#lfb_bootstraped.lfb_bootstraped .fa-chess::before{content:"\f439"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-left-long::before{content:"\f177"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-left::before{content:"\f177"}#lfb_bootstraped.lfb_bootstraped .fa-plug-circle-check::before{content:"\e55c"}#lfb_bootstraped.lfb_bootstraped .fa-street-view::before{content:"\f21d"}#lfb_bootstraped.lfb_bootstraped .fa-franc-sign::before{content:"\e18f"}#lfb_bootstraped.lfb_bootstraped .fa-volume-off::before{content:"\f026"}#lfb_bootstraped.lfb_bootstraped .fa-hands-asl-interpreting::before{content:"\f2a3"}#lfb_bootstraped.lfb_bootstraped .fa-american-sign-language-interpreting::before{content:"\f2a3"}#lfb_bootstraped.lfb_bootstraped .fa-asl-interpreting::before{content:"\f2a3"}#lfb_bootstraped.lfb_bootstraped .fa-hands-american-sign-language-interpreting::before{content:"\f2a3"}#lfb_bootstraped.lfb_bootstraped .fa-gear::before{content:"\f013"}#lfb_bootstraped.lfb_bootstraped .fa-cog::before{content:"\f013"}#lfb_bootstraped.lfb_bootstraped .fa-droplet-slash::before{content:"\f5c7"}#lfb_bootstraped.lfb_bootstraped .fa-tint-slash::before{content:"\f5c7"}#lfb_bootstraped.lfb_bootstraped .fa-mosque::before{content:"\f678"}#lfb_bootstraped.lfb_bootstraped .fa-mosquito::before{content:"\e52b"}#lfb_bootstraped.lfb_bootstraped .fa-star-of-david::before{content:"\f69a"}#lfb_bootstraped.lfb_bootstraped .fa-person-military-rifle::before{content:"\e54b"}#lfb_bootstraped.lfb_bootstraped .fa-cart-shopping::before{content:"\f07a"}#lfb_bootstraped.lfb_bootstraped .fa-shopping-cart::before{content:"\f07a"}#lfb_bootstraped.lfb_bootstraped .fa-vials::before{content:"\f493"}#lfb_bootstraped.lfb_bootstraped .fa-plug-circle-plus::before{content:"\e55f"}#lfb_bootstraped.lfb_bootstraped .fa-place-of-worship::before{content:"\f67f"}#lfb_bootstraped.lfb_bootstraped .fa-grip-vertical::before{content:"\f58e"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-turn-up::before{content:"\f148"}#lfb_bootstraped.lfb_bootstraped .fa-level-up::before{content:"\f148"}#lfb_bootstraped.lfb_bootstraped .fa-u::before{content:"\55"}#lfb_bootstraped.lfb_bootstraped .fa-square-root-variable::before{content:"\f698"}#lfb_bootstraped.lfb_bootstraped .fa-square-root-alt::before{content:"\f698"}#lfb_bootstraped.lfb_bootstraped .fa-clock::before{content:"\f017"}#lfb_bootstraped.lfb_bootstraped .fa-clock-four::before{content:"\f017"}#lfb_bootstraped.lfb_bootstraped .fa-backward-step::before{content:"\f048"}#lfb_bootstraped.lfb_bootstraped .fa-step-backward::before{content:"\f048"}#lfb_bootstraped.lfb_bootstraped .fa-pallet::before{content:"\f482"}#lfb_bootstraped.lfb_bootstraped .fa-faucet::before{content:"\e005"}#lfb_bootstraped.lfb_bootstraped .fa-baseball-bat-ball::before{content:"\f432"}#lfb_bootstraped.lfb_bootstraped .fa-s::before{content:"\53"}#lfb_bootstraped.lfb_bootstraped .fa-timeline::before{content:"\e29c"}#lfb_bootstraped.lfb_bootstraped .fa-keyboard::before{content:"\f11c"}#lfb_bootstraped.lfb_bootstraped .fa-caret-down::before{content:"\f0d7"}#lfb_bootstraped.lfb_bootstraped .fa-house-chimney-medical::before{content:"\f7f2"}#lfb_bootstraped.lfb_bootstraped .fa-clinic-medical::before{content:"\f7f2"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-three-quarters::before{content:"\f2c8"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-3::before{content:"\f2c8"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-3::before{content:"\f2c8"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-three-quarters::before{content:"\f2c8"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-screen::before{content:"\f3cf"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-android-alt::before{content:"\f3cf"}#lfb_bootstraped.lfb_bootstraped .fa-plane-up::before{content:"\e22d"}#lfb_bootstraped.lfb_bootstraped .fa-piggy-bank::before{content:"\f4d3"}#lfb_bootstraped.lfb_bootstraped .fa-battery-half::before{content:"\f242"}#lfb_bootstraped.lfb_bootstraped .fa-battery-3::before{content:"\f242"}#lfb_bootstraped.lfb_bootstraped .fa-mountain-city::before{content:"\e52e"}#lfb_bootstraped.lfb_bootstraped .fa-coins::before{content:"\f51e"}#lfb_bootstraped.lfb_bootstraped .fa-khanda::before{content:"\f66d"}#lfb_bootstraped.lfb_bootstraped .fa-sliders::before{content:"\f1de"}#lfb_bootstraped.lfb_bootstraped .fa-sliders-h::before{content:"\f1de"}#lfb_bootstraped.lfb_bootstraped .fa-folder-tree::before{content:"\f802"}#lfb_bootstraped.lfb_bootstraped .fa-network-wired::before{content:"\f6ff"}#lfb_bootstraped.lfb_bootstraped .fa-map-pin::before{content:"\f276"}#lfb_bootstraped.lfb_bootstraped .fa-hamsa::before{content:"\f665"}#lfb_bootstraped.lfb_bootstraped .fa-cent-sign::before{content:"\e3f5"}#lfb_bootstraped.lfb_bootstraped .fa-flask::before{content:"\f0c3"}#lfb_bootstraped.lfb_bootstraped .fa-person-pregnant::before{content:"\e31e"}#lfb_bootstraped.lfb_bootstraped .fa-wand-sparkles::before{content:"\f72b"}#lfb_bootstraped.lfb_bootstraped .fa-ellipsis-vertical::before{content:"\f142"}#lfb_bootstraped.lfb_bootstraped .fa-ellipsis-v::before{content:"\f142"}#lfb_bootstraped.lfb_bootstraped .fa-ticket::before{content:"\f145"}#lfb_bootstraped.lfb_bootstraped .fa-power-off::before{content:"\f011"}#lfb_bootstraped.lfb_bootstraped .fa-right-long::before{content:"\f30b"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-alt-right::before{content:"\f30b"}#lfb_bootstraped.lfb_bootstraped .fa-flag-usa::before{content:"\f74d"}#lfb_bootstraped.lfb_bootstraped .fa-laptop-file::before{content:"\e51d"}#lfb_bootstraped.lfb_bootstraped .fa-tty::before{content:"\f1e4"}#lfb_bootstraped.lfb_bootstraped .fa-teletype::before{content:"\f1e4"}#lfb_bootstraped.lfb_bootstraped .fa-diagram-next::before{content:"\e476"}#lfb_bootstraped.lfb_bootstraped .fa-person-rifle::before{content:"\e54e"}#lfb_bootstraped.lfb_bootstraped .fa-house-medical-circle-exclamation::before{content:"\e512"}#lfb_bootstraped.lfb_bootstraped .fa-closed-captioning::before{content:"\f20a"}#lfb_bootstraped.lfb_bootstraped .fa-person-hiking::before{content:"\f6ec"}#lfb_bootstraped.lfb_bootstraped .fa-hiking::before{content:"\f6ec"}#lfb_bootstraped.lfb_bootstraped .fa-venus-double::before{content:"\f226"}#lfb_bootstraped.lfb_bootstraped .fa-images::before{content:"\f302"}#lfb_bootstraped.lfb_bootstraped .fa-calculator::before{content:"\f1ec"}#lfb_bootstraped.lfb_bootstraped .fa-people-pulling::before{content:"\e535"}#lfb_bootstraped.lfb_bootstraped .fa-n::before{content:"\4e"}#lfb_bootstraped.lfb_bootstraped .fa-cable-car::before{content:"\f7da"}#lfb_bootstraped.lfb_bootstraped .fa-tram::before{content:"\f7da"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-rain::before{content:"\f73d"}#lfb_bootstraped.lfb_bootstraped .fa-building-circle-xmark::before{content:"\e4d4"}#lfb_bootstraped.lfb_bootstraped .fa-ship::before{content:"\f21a"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-down-to-line::before{content:"\e4b8"}#lfb_bootstraped.lfb_bootstraped .fa-download::before{content:"\f019"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin::before{content:"\f580"}#lfb_bootstraped.lfb_bootstraped .fa-grin::before{content:"\f580"}#lfb_bootstraped.lfb_bootstraped .fa-delete-left::before{content:"\f55a"}#lfb_bootstraped.lfb_bootstraped .fa-backspace::before{content:"\f55a"}#lfb_bootstraped.lfb_bootstraped .fa-eye-dropper::before{content:"\f1fb"}#lfb_bootstraped.lfb_bootstraped .fa-eye-dropper-empty::before{content:"\f1fb"}#lfb_bootstraped.lfb_bootstraped .fa-eyedropper::before{content:"\f1fb"}#lfb_bootstraped.lfb_bootstraped .fa-file-circle-check::before{content:"\e5a0"}#lfb_bootstraped.lfb_bootstraped .fa-forward::before{content:"\f04e"}#lfb_bootstraped.lfb_bootstraped .fa-mobile::before{content:"\f3ce"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-android::before{content:"\f3ce"}#lfb_bootstraped.lfb_bootstraped .fa-mobile-phone::before{content:"\f3ce"}#lfb_bootstraped.lfb_bootstraped .fa-face-meh::before{content:"\f11a"}#lfb_bootstraped.lfb_bootstraped .fa-meh::before{content:"\f11a"}#lfb_bootstraped.lfb_bootstraped .fa-align-center::before{content:"\f037"}#lfb_bootstraped.lfb_bootstraped .fa-book-skull::before{content:"\f6b7"}#lfb_bootstraped.lfb_bootstraped .fa-book-dead::before{content:"\f6b7"}#lfb_bootstraped.lfb_bootstraped .fa-id-card::before{content:"\f2c2"}#lfb_bootstraped.lfb_bootstraped .fa-drivers-license::before{content:"\f2c2"}#lfb_bootstraped.lfb_bootstraped .fa-outdent::before{content:"\f03b"}#lfb_bootstraped.lfb_bootstraped .fa-dedent::before{content:"\f03b"}#lfb_bootstraped.lfb_bootstraped .fa-heart-circle-exclamation::before{content:"\e4fe"}#lfb_bootstraped.lfb_bootstraped .fa-house::before{content:"\f015"}#lfb_bootstraped.lfb_bootstraped .fa-home::before{content:"\f015"}#lfb_bootstraped.lfb_bootstraped .fa-home-alt::before{content:"\f015"}#lfb_bootstraped.lfb_bootstraped .fa-home-lg-alt::before{content:"\f015"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-week::before{content:"\f784"}#lfb_bootstraped.lfb_bootstraped .fa-laptop-medical::before{content:"\f812"}#lfb_bootstraped.lfb_bootstraped .fa-b::before{content:"\42"}#lfb_bootstraped.lfb_bootstraped .fa-file-medical::before{content:"\f477"}#lfb_bootstraped.lfb_bootstraped .fa-dice-one::before{content:"\f525"}#lfb_bootstraped.lfb_bootstraped .fa-kiwi-bird::before{content:"\f535"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-arrow-left::before{content:"\f0ec"}#lfb_bootstraped.lfb_bootstraped .fa-exchange::before{content:"\f0ec"}#lfb_bootstraped.lfb_bootstraped .fa-rotate-right::before{content:"\f2f9"}#lfb_bootstraped.lfb_bootstraped .fa-redo-alt::before{content:"\f2f9"}#lfb_bootstraped.lfb_bootstraped .fa-rotate-forward::before{content:"\f2f9"}#lfb_bootstraped.lfb_bootstraped .fa-utensils::before{content:"\f2e7"}#lfb_bootstraped.lfb_bootstraped .fa-cutlery::before{content:"\f2e7"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-wide-short::before{content:"\f161"}#lfb_bootstraped.lfb_bootstraped .fa-sort-amount-up::before{content:"\f161"}#lfb_bootstraped.lfb_bootstraped .fa-mill-sign::before{content:"\e1ed"}#lfb_bootstraped.lfb_bootstraped .fa-bowl-rice::before{content:"\e2eb"}#lfb_bootstraped.lfb_bootstraped .fa-skull::before{content:"\f54c"}#lfb_bootstraped.lfb_bootstraped .fa-tower-broadcast::before{content:"\f519"}#lfb_bootstraped.lfb_bootstraped .fa-broadcast-tower::before{content:"\f519"}#lfb_bootstraped.lfb_bootstraped .fa-truck-pickup::before{content:"\f63c"}#lfb_bootstraped.lfb_bootstraped .fa-up-long::before{content:"\f30c"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-alt-up::before{content:"\f30c"}#lfb_bootstraped.lfb_bootstraped .fa-stop::before{content:"\f04d"}#lfb_bootstraped.lfb_bootstraped .fa-code-merge::before{content:"\f387"}#lfb_bootstraped.lfb_bootstraped .fa-upload::before{content:"\f093"}#lfb_bootstraped.lfb_bootstraped .fa-hurricane::before{content:"\f751"}#lfb_bootstraped.lfb_bootstraped .fa-mound::before{content:"\e52d"}#lfb_bootstraped.lfb_bootstraped .fa-toilet-portable::before{content:"\e583"}#lfb_bootstraped.lfb_bootstraped .fa-compact-disc::before{content:"\f51f"}#lfb_bootstraped.lfb_bootstraped .fa-file-arrow-down::before{content:"\f56d"}#lfb_bootstraped.lfb_bootstraped .fa-file-download::before{content:"\f56d"}#lfb_bootstraped.lfb_bootstraped .fa-caravan::before{content:"\f8ff"}#lfb_bootstraped.lfb_bootstraped .fa-shield-cat::before{content:"\e572"}#lfb_bootstraped.lfb_bootstraped .fa-bolt::before{content:"\f0e7"}#lfb_bootstraped.lfb_bootstraped .fa-zap::before{content:"\f0e7"}#lfb_bootstraped.lfb_bootstraped .fa-glass-water::before{content:"\e4f4"}#lfb_bootstraped.lfb_bootstraped .fa-oil-well::before{content:"\e532"}#lfb_bootstraped.lfb_bootstraped .fa-vault::before{content:"\e2c5"}#lfb_bootstraped.lfb_bootstraped .fa-mars::before{content:"\f222"}#lfb_bootstraped.lfb_bootstraped .fa-toilet::before{content:"\f7d8"}#lfb_bootstraped.lfb_bootstraped .fa-plane-circle-xmark::before{content:"\e557"}#lfb_bootstraped.lfb_bootstraped .fa-yen-sign::before{content:"\f157"}#lfb_bootstraped.lfb_bootstraped .fa-cny::before{content:"\f157"}#lfb_bootstraped.lfb_bootstraped .fa-jpy::before{content:"\f157"}#lfb_bootstraped.lfb_bootstraped .fa-rmb::before{content:"\f157"}#lfb_bootstraped.lfb_bootstraped .fa-yen::before{content:"\f157"}#lfb_bootstraped.lfb_bootstraped .fa-ruble-sign::before{content:"\f158"}#lfb_bootstraped.lfb_bootstraped .fa-rouble::before{content:"\f158"}#lfb_bootstraped.lfb_bootstraped .fa-rub::before{content:"\f158"}#lfb_bootstraped.lfb_bootstraped .fa-ruble::before{content:"\f158"}#lfb_bootstraped.lfb_bootstraped .fa-sun::before{content:"\f185"}#lfb_bootstraped.lfb_bootstraped .fa-guitar::before{content:"\f7a6"}#lfb_bootstraped.lfb_bootstraped .fa-face-laugh-wink::before{content:"\f59c"}#lfb_bootstraped.lfb_bootstraped .fa-laugh-wink::before{content:"\f59c"}#lfb_bootstraped.lfb_bootstraped .fa-horse-head::before{content:"\f7ab"}#lfb_bootstraped.lfb_bootstraped .fa-bore-hole::before{content:"\e4c3"}#lfb_bootstraped.lfb_bootstraped .fa-industry::before{content:"\f275"}#lfb_bootstraped.lfb_bootstraped .fa-circle-down::before{content:"\f358"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-alt-circle-down::before{content:"\f358"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-turn-to-dots::before{content:"\e4c1"}#lfb_bootstraped.lfb_bootstraped .fa-florin-sign::before{content:"\e184"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-short-wide::before{content:"\f884"}#lfb_bootstraped.lfb_bootstraped .fa-sort-amount-desc::before{content:"\f884"}#lfb_bootstraped.lfb_bootstraped .fa-sort-amount-down-alt::before{content:"\f884"}#lfb_bootstraped.lfb_bootstraped .fa-less-than::before{content:"\3c"}#lfb_bootstraped.lfb_bootstraped .fa-angle-down::before{content:"\f107"}#lfb_bootstraped.lfb_bootstraped .fa-car-tunnel::before{content:"\e4de"}#lfb_bootstraped.lfb_bootstraped .fa-head-side-cough::before{content:"\e061"}#lfb_bootstraped.lfb_bootstraped .fa-grip-lines::before{content:"\f7a4"}#lfb_bootstraped.lfb_bootstraped .fa-thumbs-down::before{content:"\f165"}#lfb_bootstraped.lfb_bootstraped .fa-user-lock::before{content:"\f502"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-long::before{content:"\f178"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-right::before{content:"\f178"}#lfb_bootstraped.lfb_bootstraped .fa-anchor-circle-xmark::before{content:"\e4ac"}#lfb_bootstraped.lfb_bootstraped .fa-ellipsis::before{content:"\f141"}#lfb_bootstraped.lfb_bootstraped .fa-ellipsis-h::before{content:"\f141"}#lfb_bootstraped.lfb_bootstraped .fa-chess-pawn::before{content:"\f443"}#lfb_bootstraped.lfb_bootstraped .fa-kit-medical::before{content:"\f479"}#lfb_bootstraped.lfb_bootstraped .fa-first-aid::before{content:"\f479"}#lfb_bootstraped.lfb_bootstraped .fa-person-through-window::before{content:"\e5a9"}#lfb_bootstraped.lfb_bootstraped .fa-toolbox::before{content:"\f552"}#lfb_bootstraped.lfb_bootstraped .fa-hands-holding-circle::before{content:"\e4fb"}#lfb_bootstraped.lfb_bootstraped .fa-bug::before{content:"\f188"}#lfb_bootstraped.lfb_bootstraped .fa-credit-card::before{content:"\f09d"}#lfb_bootstraped.lfb_bootstraped .fa-credit-card-alt::before{content:"\f09d"}#lfb_bootstraped.lfb_bootstraped .fa-car::before{content:"\f1b9"}#lfb_bootstraped.lfb_bootstraped .fa-automobile::before{content:"\f1b9"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding-hand::before{content:"\e4f7"}#lfb_bootstraped.lfb_bootstraped .fa-book-open-reader::before{content:"\f5da"}#lfb_bootstraped.lfb_bootstraped .fa-book-reader::before{content:"\f5da"}#lfb_bootstraped.lfb_bootstraped .fa-mountain-sun::before{content:"\e52f"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-left-right-to-line::before{content:"\e4ba"}#lfb_bootstraped.lfb_bootstraped .fa-dice-d20::before{content:"\f6cf"}#lfb_bootstraped.lfb_bootstraped .fa-truck-droplet::before{content:"\e58c"}#lfb_bootstraped.lfb_bootstraped .fa-file-circle-xmark::before{content:"\e5a1"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-arrow-up::before{content:"\e040"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-up::before{content:"\e040"}#lfb_bootstraped.lfb_bootstraped .fa-medal::before{content:"\f5a2"}#lfb_bootstraped.lfb_bootstraped .fa-bed::before{content:"\f236"}#lfb_bootstraped.lfb_bootstraped .fa-square-h::before{content:"\f0fd"}#lfb_bootstraped.lfb_bootstraped .fa-h-square::before{content:"\f0fd"}#lfb_bootstraped.lfb_bootstraped .fa-podcast::before{content:"\f2ce"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-full::before{content:"\f2c7"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-4::before{content:"\f2c7"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-4::before{content:"\f2c7"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer-full::before{content:"\f2c7"}#lfb_bootstraped.lfb_bootstraped .fa-bell::before{content:"\f0f3"}#lfb_bootstraped.lfb_bootstraped .fa-superscript::before{content:"\f12b"}#lfb_bootstraped.lfb_bootstraped .fa-plug-circle-xmark::before{content:"\e560"}#lfb_bootstraped.lfb_bootstraped .fa-star-of-life::before{content:"\f621"}#lfb_bootstraped.lfb_bootstraped .fa-phone-slash::before{content:"\f3dd"}#lfb_bootstraped.lfb_bootstraped .fa-paint-roller::before{content:"\f5aa"}#lfb_bootstraped.lfb_bootstraped .fa-handshake-angle::before{content:"\f4c4"}#lfb_bootstraped.lfb_bootstraped .fa-hands-helping::before{content:"\f4c4"}#lfb_bootstraped.lfb_bootstraped .fa-location-dot::before{content:"\f3c5"}#lfb_bootstraped.lfb_bootstraped .fa-map-marker-alt::before{content:"\f3c5"}#lfb_bootstraped.lfb_bootstraped .fa-file::before{content:"\f15b"}#lfb_bootstraped.lfb_bootstraped .fa-greater-than::before{content:"\3e"}#lfb_bootstraped.lfb_bootstraped .fa-person-swimming::before{content:"\f5c4"}#lfb_bootstraped.lfb_bootstraped .fa-swimmer::before{content:"\f5c4"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down::before{content:"\f063"}#lfb_bootstraped.lfb_bootstraped .fa-droplet::before{content:"\f043"}#lfb_bootstraped.lfb_bootstraped .fa-tint::before{content:"\f043"}#lfb_bootstraped.lfb_bootstraped .fa-eraser::before{content:"\f12d"}#lfb_bootstraped.lfb_bootstraped .fa-earth-americas::before{content:"\f57d"}#lfb_bootstraped.lfb_bootstraped .fa-earth::before{content:"\f57d"}#lfb_bootstraped.lfb_bootstraped .fa-earth-america::before{content:"\f57d"}#lfb_bootstraped.lfb_bootstraped .fa-globe-americas::before{content:"\f57d"}#lfb_bootstraped.lfb_bootstraped .fa-person-burst::before{content:"\e53b"}#lfb_bootstraped.lfb_bootstraped .fa-dove::before{content:"\f4ba"}#lfb_bootstraped.lfb_bootstraped .fa-battery-empty::before{content:"\f244"}#lfb_bootstraped.lfb_bootstraped .fa-battery-0::before{content:"\f244"}#lfb_bootstraped.lfb_bootstraped .fa-socks::before{content:"\f696"}#lfb_bootstraped.lfb_bootstraped .fa-inbox::before{content:"\f01c"}#lfb_bootstraped.lfb_bootstraped .fa-section::before{content:"\e447"}#lfb_bootstraped.lfb_bootstraped .fa-gauge-high::before{content:"\f625"}#lfb_bootstraped.lfb_bootstraped .fa-tachometer-alt::before{content:"\f625"}#lfb_bootstraped.lfb_bootstraped .fa-tachometer-alt-fast::before{content:"\f625"}#lfb_bootstraped.lfb_bootstraped .fa-envelope-open-text::before{content:"\f658"}#lfb_bootstraped.lfb_bootstraped .fa-hospital::before{content:"\f0f8"}#lfb_bootstraped.lfb_bootstraped .fa-hospital-alt::before{content:"\f0f8"}#lfb_bootstraped.lfb_bootstraped .fa-hospital-wide::before{content:"\f0f8"}#lfb_bootstraped.lfb_bootstraped .fa-wine-bottle::before{content:"\f72f"}#lfb_bootstraped.lfb_bootstraped .fa-chess-rook::before{content:"\f447"}#lfb_bootstraped.lfb_bootstraped .fa-bars-staggered::before{content:"\f550"}#lfb_bootstraped.lfb_bootstraped .fa-reorder::before{content:"\f550"}#lfb_bootstraped.lfb_bootstraped .fa-stream::before{content:"\f550"}#lfb_bootstraped.lfb_bootstraped .fa-dharmachakra::before{content:"\f655"}#lfb_bootstraped.lfb_bootstraped .fa-hotdog::before{content:"\f80f"}#lfb_bootstraped.lfb_bootstraped .fa-person-walking-with-cane::before{content:"\f29d"}#lfb_bootstraped.lfb_bootstraped .fa-blind::before{content:"\f29d"}#lfb_bootstraped.lfb_bootstraped .fa-drum::before{content:"\f569"}#lfb_bootstraped.lfb_bootstraped .fa-ice-cream::before{content:"\f810"}#lfb_bootstraped.lfb_bootstraped .fa-heart-circle-bolt::before{content:"\e4fc"}#lfb_bootstraped.lfb_bootstraped .fa-fax::before{content:"\f1ac"}#lfb_bootstraped.lfb_bootstraped .fa-paragraph::before{content:"\f1dd"}#lfb_bootstraped.lfb_bootstraped .fa-check-to-slot::before{content:"\f772"}#lfb_bootstraped.lfb_bootstraped .fa-vote-yea::before{content:"\f772"}#lfb_bootstraped.lfb_bootstraped .fa-star-half::before{content:"\f089"}#lfb_bootstraped.lfb_bootstraped .fa-boxes-stacked::before{content:"\f468"}#lfb_bootstraped.lfb_bootstraped .fa-boxes::before{content:"\f468"}#lfb_bootstraped.lfb_bootstraped .fa-boxes-alt::before{content:"\f468"}#lfb_bootstraped.lfb_bootstraped .fa-link::before{content:"\f0c1"}#lfb_bootstraped.lfb_bootstraped .fa-chain::before{content:"\f0c1"}#lfb_bootstraped.lfb_bootstraped .fa-ear-listen::before{content:"\f2a2"}#lfb_bootstraped.lfb_bootstraped .fa-assistive-listening-systems::before{content:"\f2a2"}#lfb_bootstraped.lfb_bootstraped .fa-tree-city::before{content:"\e587"}#lfb_bootstraped.lfb_bootstraped .fa-play::before{content:"\f04b"}#lfb_bootstraped.lfb_bootstraped .fa-font::before{content:"\f031"}#lfb_bootstraped.lfb_bootstraped .fa-rupiah-sign::before{content:"\e23d"}#lfb_bootstraped.lfb_bootstraped .fa-magnifying-glass::before{content:"\f002"}#lfb_bootstraped.lfb_bootstraped .fa-search::before{content:"\f002"}#lfb_bootstraped.lfb_bootstraped .fa-table-tennis-paddle-ball::before{content:"\f45d"}#lfb_bootstraped.lfb_bootstraped .fa-ping-pong-paddle-ball::before{content:"\f45d"}#lfb_bootstraped.lfb_bootstraped .fa-table-tennis::before{content:"\f45d"}#lfb_bootstraped.lfb_bootstraped .fa-person-dots-from-line::before{content:"\f470"}#lfb_bootstraped.lfb_bootstraped .fa-diagnoses::before{content:"\f470"}#lfb_bootstraped.lfb_bootstraped .fa-trash-can-arrow-up::before{content:"\f82a"}#lfb_bootstraped.lfb_bootstraped .fa-trash-restore-alt::before{content:"\f82a"}#lfb_bootstraped.lfb_bootstraped .fa-naira-sign::before{content:"\e1f6"}#lfb_bootstraped.lfb_bootstraped .fa-cart-arrow-down::before{content:"\f218"}#lfb_bootstraped.lfb_bootstraped .fa-walkie-talkie::before{content:"\f8ef"}#lfb_bootstraped.lfb_bootstraped .fa-file-pen::before{content:"\f31c"}#lfb_bootstraped.lfb_bootstraped .fa-file-edit::before{content:"\f31c"}#lfb_bootstraped.lfb_bootstraped .fa-receipt::before{content:"\f543"}#lfb_bootstraped.lfb_bootstraped .fa-square-pen::before{content:"\f14b"}#lfb_bootstraped.lfb_bootstraped .fa-pen-square::before{content:"\f14b"}#lfb_bootstraped.lfb_bootstraped .fa-pencil-square::before{content:"\f14b"}#lfb_bootstraped.lfb_bootstraped .fa-suitcase-rolling::before{content:"\f5c1"}#lfb_bootstraped.lfb_bootstraped .fa-person-circle-exclamation::before{content:"\e53f"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-down::before{content:"\f078"}#lfb_bootstraped.lfb_bootstraped .fa-battery-full::before{content:"\f240"}#lfb_bootstraped.lfb_bootstraped .fa-battery::before{content:"\f240"}#lfb_bootstraped.lfb_bootstraped .fa-battery-5::before{content:"\f240"}#lfb_bootstraped.lfb_bootstraped .fa-skull-crossbones::before{content:"\f714"}#lfb_bootstraped.lfb_bootstraped .fa-code-compare::before{content:"\e13a"}#lfb_bootstraped.lfb_bootstraped .fa-list-ul::before{content:"\f0ca"}#lfb_bootstraped.lfb_bootstraped .fa-list-dots::before{content:"\f0ca"}#lfb_bootstraped.lfb_bootstraped .fa-school-lock::before{content:"\e56f"}#lfb_bootstraped.lfb_bootstraped .fa-tower-cell::before{content:"\e585"}#lfb_bootstraped.lfb_bootstraped .fa-down-long::before{content:"\f309"}#lfb_bootstraped.lfb_bootstraped .fa-long-arrow-alt-down::before{content:"\f309"}#lfb_bootstraped.lfb_bootstraped .fa-ranking-star::before{content:"\e561"}#lfb_bootstraped.lfb_bootstraped .fa-chess-king::before{content:"\f43f"}#lfb_bootstraped.lfb_bootstraped .fa-person-harassing::before{content:"\e549"}#lfb_bootstraped.lfb_bootstraped .fa-brazilian-real-sign::before{content:"\e46c"}#lfb_bootstraped.lfb_bootstraped .fa-landmark-dome::before{content:"\f752"}#lfb_bootstraped.lfb_bootstraped .fa-landmark-alt::before{content:"\f752"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up::before{content:"\f062"}#lfb_bootstraped.lfb_bootstraped .fa-tv::before{content:"\f26c"}#lfb_bootstraped.lfb_bootstraped .fa-television::before{content:"\f26c"}#lfb_bootstraped.lfb_bootstraped .fa-tv-alt::before{content:"\f26c"}#lfb_bootstraped.lfb_bootstraped .fa-shrimp::before{content:"\e448"}#lfb_bootstraped.lfb_bootstraped .fa-list-check::before{content:"\f0ae"}#lfb_bootstraped.lfb_bootstraped .fa-tasks::before{content:"\f0ae"}#lfb_bootstraped.lfb_bootstraped .fa-jug-detergent::before{content:"\e519"}#lfb_bootstraped.lfb_bootstraped .fa-circle-user::before{content:"\f2bd"}#lfb_bootstraped.lfb_bootstraped .fa-user-circle::before{content:"\f2bd"}#lfb_bootstraped.lfb_bootstraped .fa-user-shield::before{content:"\f505"}#lfb_bootstraped.lfb_bootstraped .fa-wind::before{content:"\f72e"}#lfb_bootstraped.lfb_bootstraped .fa-car-burst::before{content:"\f5e1"}#lfb_bootstraped.lfb_bootstraped .fa-car-crash::before{content:"\f5e1"}#lfb_bootstraped.lfb_bootstraped .fa-y::before{content:"\59"}#lfb_bootstraped.lfb_bootstraped .fa-person-snowboarding::before{content:"\f7ce"}#lfb_bootstraped.lfb_bootstraped .fa-snowboarding::before{content:"\f7ce"}#lfb_bootstraped.lfb_bootstraped .fa-truck-fast::before{content:"\f48b"}#lfb_bootstraped.lfb_bootstraped .fa-shipping-fast::before{content:"\f48b"}#lfb_bootstraped.lfb_bootstraped .fa-fish::before{content:"\f578"}#lfb_bootstraped.lfb_bootstraped .fa-user-graduate::before{content:"\f501"}#lfb_bootstraped.lfb_bootstraped .fa-circle-half-stroke::before{content:"\f042"}#lfb_bootstraped.lfb_bootstraped .fa-adjust::before{content:"\f042"}#lfb_bootstraped.lfb_bootstraped .fa-clapperboard::before{content:"\e131"}#lfb_bootstraped.lfb_bootstraped .fa-circle-radiation::before{content:"\f7ba"}#lfb_bootstraped.lfb_bootstraped .fa-radiation-alt::before{content:"\f7ba"}#lfb_bootstraped.lfb_bootstraped .fa-baseball::before{content:"\f433"}#lfb_bootstraped.lfb_bootstraped .fa-baseball-ball::before{content:"\f433"}#lfb_bootstraped.lfb_bootstraped .fa-jet-fighter-up::before{content:"\e518"}#lfb_bootstraped.lfb_bootstraped .fa-diagram-project::before{content:"\f542"}#lfb_bootstraped.lfb_bootstraped .fa-project-diagram::before{content:"\f542"}#lfb_bootstraped.lfb_bootstraped .fa-copy::before{content:"\f0c5"}#lfb_bootstraped.lfb_bootstraped .fa-volume-xmark::before{content:"\f6a9"}#lfb_bootstraped.lfb_bootstraped .fa-volume-mute::before{content:"\f6a9"}#lfb_bootstraped.lfb_bootstraped .fa-volume-times::before{content:"\f6a9"}#lfb_bootstraped.lfb_bootstraped .fa-hand-sparkles::before{content:"\e05d"}#lfb_bootstraped.lfb_bootstraped .fa-grip::before{content:"\f58d"}#lfb_bootstraped.lfb_bootstraped .fa-grip-horizontal::before{content:"\f58d"}#lfb_bootstraped.lfb_bootstraped .fa-share-from-square::before{content:"\f14d"}#lfb_bootstraped.lfb_bootstraped .fa-share-square::before{content:"\f14d"}#lfb_bootstraped.lfb_bootstraped .fa-gun::before{content:"\e19b"}#lfb_bootstraped.lfb_bootstraped .fa-square-phone::before{content:"\f098"}#lfb_bootstraped.lfb_bootstraped .fa-phone-square::before{content:"\f098"}#lfb_bootstraped.lfb_bootstraped .fa-plus::before{content:"\2b"}#lfb_bootstraped.lfb_bootstraped .fa-add::before{content:"\2b"}#lfb_bootstraped.lfb_bootstraped .fa-expand::before{content:"\f065"}#lfb_bootstraped.lfb_bootstraped .fa-computer::before{content:"\e4e5"}#lfb_bootstraped.lfb_bootstraped .fa-xmark::before{content:"\f00d"}#lfb_bootstraped.lfb_bootstraped .fa-close::before{content:"\f00d"}#lfb_bootstraped.lfb_bootstraped .fa-multiply::before{content:"\f00d"}#lfb_bootstraped.lfb_bootstraped .fa-remove::before{content:"\f00d"}#lfb_bootstraped.lfb_bootstraped .fa-times::before{content:"\f00d"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-up-down-left-right::before{content:"\f047"}#lfb_bootstraped.lfb_bootstraped .fa-arrows::before{content:"\f047"}#lfb_bootstraped.lfb_bootstraped .fa-chalkboard-user::before{content:"\f51c"}#lfb_bootstraped.lfb_bootstraped .fa-chalkboard-teacher::before{content:"\f51c"}#lfb_bootstraped.lfb_bootstraped .fa-peso-sign::before{content:"\e222"}#lfb_bootstraped.lfb_bootstraped .fa-building-shield::before{content:"\e4d8"}#lfb_bootstraped.lfb_bootstraped .fa-baby::before{content:"\f77c"}#lfb_bootstraped.lfb_bootstraped .fa-users-line::before{content:"\e592"}#lfb_bootstraped.lfb_bootstraped .fa-quote-left::before{content:"\f10d"}#lfb_bootstraped.lfb_bootstraped .fa-quote-left-alt::before{content:"\f10d"}#lfb_bootstraped.lfb_bootstraped .fa-tractor::before{content:"\f722"}#lfb_bootstraped.lfb_bootstraped .fa-trash-arrow-up::before{content:"\f829"}#lfb_bootstraped.lfb_bootstraped .fa-trash-restore::before{content:"\f829"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-down-up-lock::before{content:"\e4b0"}#lfb_bootstraped.lfb_bootstraped .fa-lines-leaning::before{content:"\e51e"}#lfb_bootstraped.lfb_bootstraped .fa-ruler-combined::before{content:"\f546"}#lfb_bootstraped.lfb_bootstraped .fa-copyright::before{content:"\f1f9"}#lfb_bootstraped.lfb_bootstraped .fa-equals::before{content:"\3d"}#lfb_bootstraped.lfb_bootstraped .fa-blender::before{content:"\f517"}#lfb_bootstraped.lfb_bootstraped .fa-teeth::before{content:"\f62e"}#lfb_bootstraped.lfb_bootstraped .fa-shekel-sign::before{content:"\f20b"}#lfb_bootstraped.lfb_bootstraped .fa-ils::before{content:"\f20b"}#lfb_bootstraped.lfb_bootstraped .fa-shekel::before{content:"\f20b"}#lfb_bootstraped.lfb_bootstraped .fa-sheqel::before{content:"\f20b"}#lfb_bootstraped.lfb_bootstraped .fa-sheqel-sign::before{content:"\f20b"}#lfb_bootstraped.lfb_bootstraped .fa-map::before{content:"\f279"}#lfb_bootstraped.lfb_bootstraped .fa-rocket::before{content:"\f135"}#lfb_bootstraped.lfb_bootstraped .fa-photo-film::before{content:"\f87c"}#lfb_bootstraped.lfb_bootstraped .fa-photo-video::before{content:"\f87c"}#lfb_bootstraped.lfb_bootstraped .fa-folder-minus::before{content:"\f65d"}#lfb_bootstraped.lfb_bootstraped .fa-store::before{content:"\f54e"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-trend-up::before{content:"\e098"}#lfb_bootstraped.lfb_bootstraped .fa-plug-circle-minus::before{content:"\e55e"}#lfb_bootstraped.lfb_bootstraped .fa-sign-hanging::before{content:"\f4d9"}#lfb_bootstraped.lfb_bootstraped .fa-sign::before{content:"\f4d9"}#lfb_bootstraped.lfb_bootstraped .fa-bezier-curve::before{content:"\f55b"}#lfb_bootstraped.lfb_bootstraped .fa-bell-slash::before{content:"\f1f6"}#lfb_bootstraped.lfb_bootstraped .fa-tablet::before{content:"\f3fb"}#lfb_bootstraped.lfb_bootstraped .fa-tablet-android::before{content:"\f3fb"}#lfb_bootstraped.lfb_bootstraped .fa-school-flag::before{content:"\e56e"}#lfb_bootstraped.lfb_bootstraped .fa-fill::before{content:"\f575"}#lfb_bootstraped.lfb_bootstraped .fa-angle-up::before{content:"\f106"}#lfb_bootstraped.lfb_bootstraped .fa-drumstick-bite::before{content:"\f6d7"}#lfb_bootstraped.lfb_bootstraped .fa-holly-berry::before{content:"\f7aa"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-left::before{content:"\f053"}#lfb_bootstraped.lfb_bootstraped .fa-bacteria::before{content:"\e059"}#lfb_bootstraped.lfb_bootstraped .fa-hand-lizard::before{content:"\f258"}#lfb_bootstraped.lfb_bootstraped .fa-disease::before{content:"\f7fa"}#lfb_bootstraped.lfb_bootstraped .fa-briefcase-medical::before{content:"\f469"}#lfb_bootstraped.lfb_bootstraped .fa-genderless::before{content:"\f22d"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-right::before{content:"\f054"}#lfb_bootstraped.lfb_bootstraped .fa-retweet::before{content:"\f079"}#lfb_bootstraped.lfb_bootstraped .fa-car-rear::before{content:"\f5de"}#lfb_bootstraped.lfb_bootstraped .fa-car-alt::before{content:"\f5de"}#lfb_bootstraped.lfb_bootstraped .fa-pump-soap::before{content:"\e06b"}#lfb_bootstraped.lfb_bootstraped .fa-video-slash::before{content:"\f4e2"}#lfb_bootstraped.lfb_bootstraped .fa-battery-quarter::before{content:"\f243"}#lfb_bootstraped.lfb_bootstraped .fa-battery-2::before{content:"\f243"}#lfb_bootstraped.lfb_bootstraped .fa-radio::before{content:"\f8d7"}#lfb_bootstraped.lfb_bootstraped .fa-baby-carriage::before{content:"\f77d"}#lfb_bootstraped.lfb_bootstraped .fa-carriage-baby::before{content:"\f77d"}#lfb_bootstraped.lfb_bootstraped .fa-traffic-light::before{content:"\f637"}#lfb_bootstraped.lfb_bootstraped .fa-thermometer::before{content:"\f491"}#lfb_bootstraped.lfb_bootstraped .fa-vr-cardboard::before{content:"\f729"}#lfb_bootstraped.lfb_bootstraped .fa-hand-middle-finger::before{content:"\f806"}#lfb_bootstraped.lfb_bootstraped .fa-percent::before{content:"\25"}#lfb_bootstraped.lfb_bootstraped .fa-percentage::before{content:"\25"}#lfb_bootstraped.lfb_bootstraped .fa-truck-moving::before{content:"\f4df"}#lfb_bootstraped.lfb_bootstraped .fa-glass-water-droplet::before{content:"\e4f5"}#lfb_bootstraped.lfb_bootstraped .fa-display::before{content:"\e163"}#lfb_bootstraped.lfb_bootstraped .fa-face-smile::before{content:"\f118"}#lfb_bootstraped.lfb_bootstraped .fa-smile::before{content:"\f118"}#lfb_bootstraped.lfb_bootstraped .fa-thumbtack::before{content:"\f08d"}#lfb_bootstraped.lfb_bootstraped .fa-thumb-tack::before{content:"\f08d"}#lfb_bootstraped.lfb_bootstraped .fa-trophy::before{content:"\f091"}#lfb_bootstraped.lfb_bootstraped .fa-person-praying::before{content:"\f683"}#lfb_bootstraped.lfb_bootstraped .fa-pray::before{content:"\f683"}#lfb_bootstraped.lfb_bootstraped .fa-hammer::before{content:"\f6e3"}#lfb_bootstraped.lfb_bootstraped .fa-hand-peace::before{content:"\f25b"}#lfb_bootstraped.lfb_bootstraped .fa-rotate::before{content:"\f2f1"}#lfb_bootstraped.lfb_bootstraped .fa-sync-alt::before{content:"\f2f1"}#lfb_bootstraped.lfb_bootstraped .fa-spinner::before{content:"\f110"}#lfb_bootstraped.lfb_bootstraped .fa-robot::before{content:"\f544"}#lfb_bootstraped.lfb_bootstraped .fa-peace::before{content:"\f67c"}#lfb_bootstraped.lfb_bootstraped .fa-gears::before{content:"\f085"}#lfb_bootstraped.lfb_bootstraped .fa-cogs::before{content:"\f085"}#lfb_bootstraped.lfb_bootstraped .fa-warehouse::before{content:"\f494"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-right-dots::before{content:"\e4b7"}#lfb_bootstraped.lfb_bootstraped .fa-splotch::before{content:"\f5bc"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-hearts::before{content:"\f584"}#lfb_bootstraped.lfb_bootstraped .fa-grin-hearts::before{content:"\f584"}#lfb_bootstraped.lfb_bootstraped .fa-dice-four::before{content:"\f524"}#lfb_bootstraped.lfb_bootstraped .fa-sim-card::before{content:"\f7c4"}#lfb_bootstraped.lfb_bootstraped .fa-transgender::before{content:"\f225"}#lfb_bootstraped.lfb_bootstraped .fa-transgender-alt::before{content:"\f225"}#lfb_bootstraped.lfb_bootstraped .fa-mercury::before{content:"\f223"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-turn-down::before{content:"\f149"}#lfb_bootstraped.lfb_bootstraped .fa-level-down::before{content:"\f149"}#lfb_bootstraped.lfb_bootstraped .fa-person-falling-burst::before{content:"\e547"}#lfb_bootstraped.lfb_bootstraped .fa-award::before{content:"\f559"}#lfb_bootstraped.lfb_bootstraped .fa-ticket-simple::before{content:"\f3ff"}#lfb_bootstraped.lfb_bootstraped .fa-ticket-alt::before{content:"\f3ff"}#lfb_bootstraped.lfb_bootstraped .fa-building::before{content:"\f1ad"}#lfb_bootstraped.lfb_bootstraped .fa-angles-left::before{content:"\f100"}#lfb_bootstraped.lfb_bootstraped .fa-angle-double-left::before{content:"\f100"}#lfb_bootstraped.lfb_bootstraped .fa-qrcode::before{content:"\f029"}#lfb_bootstraped.lfb_bootstraped .fa-clock-rotate-left::before{content:"\f1da"}#lfb_bootstraped.lfb_bootstraped .fa-history::before{content:"\f1da"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-beam-sweat::before{content:"\f583"}#lfb_bootstraped.lfb_bootstraped .fa-grin-beam-sweat::before{content:"\f583"}#lfb_bootstraped.lfb_bootstraped .fa-file-export::before{content:"\f56e"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-right-from-file::before{content:"\f56e"}#lfb_bootstraped.lfb_bootstraped .fa-shield::before{content:"\f132"}#lfb_bootstraped.lfb_bootstraped .fa-shield-blank::before{content:"\f132"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-short-wide::before{content:"\f885"}#lfb_bootstraped.lfb_bootstraped .fa-sort-amount-up-alt::before{content:"\f885"}#lfb_bootstraped.lfb_bootstraped .fa-house-medical::before{content:"\e3b2"}#lfb_bootstraped.lfb_bootstraped .fa-golf-ball-tee::before{content:"\f450"}#lfb_bootstraped.lfb_bootstraped .fa-golf-ball::before{content:"\f450"}#lfb_bootstraped.lfb_bootstraped .fa-circle-chevron-left::before{content:"\f137"}#lfb_bootstraped.lfb_bootstraped .fa-chevron-circle-left::before{content:"\f137"}#lfb_bootstraped.lfb_bootstraped .fa-house-chimney-window::before{content:"\e00d"}#lfb_bootstraped.lfb_bootstraped .fa-pen-nib::before{content:"\f5ad"}#lfb_bootstraped.lfb_bootstraped .fa-tent-arrow-turn-left::before{content:"\e580"}#lfb_bootstraped.lfb_bootstraped .fa-tents::before{content:"\e582"}#lfb_bootstraped.lfb_bootstraped .fa-wand-magic::before{content:"\f0d0"}#lfb_bootstraped.lfb_bootstraped .fa-magic::before{content:"\f0d0"}#lfb_bootstraped.lfb_bootstraped .fa-dog::before{content:"\f6d3"}#lfb_bootstraped.lfb_bootstraped .fa-carrot::before{content:"\f787"}#lfb_bootstraped.lfb_bootstraped .fa-moon::before{content:"\f186"}#lfb_bootstraped.lfb_bootstraped .fa-wine-glass-empty::before{content:"\f5ce"}#lfb_bootstraped.lfb_bootstraped .fa-wine-glass-alt::before{content:"\f5ce"}#lfb_bootstraped.lfb_bootstraped .fa-cheese::before{content:"\f7ef"}#lfb_bootstraped.lfb_bootstraped .fa-yin-yang::before{content:"\f6ad"}#lfb_bootstraped.lfb_bootstraped .fa-music::before{content:"\f001"}#lfb_bootstraped.lfb_bootstraped .fa-code-commit::before{content:"\f386"}#lfb_bootstraped.lfb_bootstraped .fa-temperature-low::before{content:"\f76b"}#lfb_bootstraped.lfb_bootstraped .fa-person-biking::before{content:"\f84a"}#lfb_bootstraped.lfb_bootstraped .fa-biking::before{content:"\f84a"}#lfb_bootstraped.lfb_bootstraped .fa-broom::before{content:"\f51a"}#lfb_bootstraped.lfb_bootstraped .fa-shield-heart::before{content:"\e574"}#lfb_bootstraped.lfb_bootstraped .fa-gopuram::before{content:"\f664"}#lfb_bootstraped.lfb_bootstraped .fa-earth-oceania::before{content:"\e47b"}#lfb_bootstraped.lfb_bootstraped .fa-globe-oceania::before{content:"\e47b"}#lfb_bootstraped.lfb_bootstraped .fa-square-xmark::before{content:"\f2d3"}#lfb_bootstraped.lfb_bootstraped .fa-times-square::before{content:"\f2d3"}#lfb_bootstraped.lfb_bootstraped .fa-xmark-square::before{content:"\f2d3"}#lfb_bootstraped.lfb_bootstraped .fa-hashtag::before{content:"\23"}#lfb_bootstraped.lfb_bootstraped .fa-up-right-and-down-left-from-center::before{content:"\f424"}#lfb_bootstraped.lfb_bootstraped .fa-expand-alt::before{content:"\f424"}#lfb_bootstraped.lfb_bootstraped .fa-oil-can::before{content:"\f613"}#lfb_bootstraped.lfb_bootstraped .fa-t::before{content:"\54"}#lfb_bootstraped.lfb_bootstraped .fa-hippo::before{content:"\f6ed"}#lfb_bootstraped.lfb_bootstraped .fa-chart-column::before{content:"\e0e3"}#lfb_bootstraped.lfb_bootstraped .fa-infinity::before{content:"\f534"}#lfb_bootstraped.lfb_bootstraped .fa-vial-circle-check::before{content:"\e596"}#lfb_bootstraped.lfb_bootstraped .fa-person-arrow-down-to-line::before{content:"\e538"}#lfb_bootstraped.lfb_bootstraped .fa-voicemail::before{content:"\f897"}#lfb_bootstraped.lfb_bootstraped .fa-fan::before{content:"\f863"}#lfb_bootstraped.lfb_bootstraped .fa-person-walking-luggage::before{content:"\e554"}#lfb_bootstraped.lfb_bootstraped .fa-up-down::before{content:"\f338"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-alt-v::before{content:"\f338"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-moon-rain::before{content:"\f73c"}#lfb_bootstraped.lfb_bootstraped .fa-calendar::before{content:"\f133"}#lfb_bootstraped.lfb_bootstraped .fa-trailer::before{content:"\e041"}#lfb_bootstraped.lfb_bootstraped .fa-bahai::before{content:"\f666"}#lfb_bootstraped.lfb_bootstraped .fa-haykal::before{content:"\f666"}#lfb_bootstraped.lfb_bootstraped .fa-sd-card::before{content:"\f7c2"}#lfb_bootstraped.lfb_bootstraped .fa-dragon::before{content:"\f6d5"}#lfb_bootstraped.lfb_bootstraped .fa-shoe-prints::before{content:"\f54b"}#lfb_bootstraped.lfb_bootstraped .fa-circle-plus::before{content:"\f055"}#lfb_bootstraped.lfb_bootstraped .fa-plus-circle::before{content:"\f055"}#lfb_bootstraped.lfb_bootstraped .fa-face-grin-tongue-wink::before{content:"\f58b"}#lfb_bootstraped.lfb_bootstraped .fa-grin-tongue-wink::before{content:"\f58b"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding::before{content:"\f4bd"}#lfb_bootstraped.lfb_bootstraped .fa-plug-circle-exclamation::before{content:"\e55d"}#lfb_bootstraped.lfb_bootstraped .fa-link-slash::before{content:"\f127"}#lfb_bootstraped.lfb_bootstraped .fa-chain-broken::before{content:"\f127"}#lfb_bootstraped.lfb_bootstraped .fa-chain-slash::before{content:"\f127"}#lfb_bootstraped.lfb_bootstraped .fa-unlink::before{content:"\f127"}#lfb_bootstraped.lfb_bootstraped .fa-clone::before{content:"\f24d"}#lfb_bootstraped.lfb_bootstraped .fa-person-walking-arrow-loop-left::before{content:"\e551"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-z-a::before{content:"\f882"}#lfb_bootstraped.lfb_bootstraped .fa-sort-alpha-up-alt::before{content:"\f882"}#lfb_bootstraped.lfb_bootstraped .fa-fire-flame-curved::before{content:"\f7e4"}#lfb_bootstraped.lfb_bootstraped .fa-fire-alt::before{content:"\f7e4"}#lfb_bootstraped.lfb_bootstraped .fa-tornado::before{content:"\f76f"}#lfb_bootstraped.lfb_bootstraped .fa-file-circle-plus::before{content:"\e494"}#lfb_bootstraped.lfb_bootstraped .fa-book-quran::before{content:"\f687"}#lfb_bootstraped.lfb_bootstraped .fa-quran::before{content:"\f687"}#lfb_bootstraped.lfb_bootstraped .fa-anchor::before{content:"\f13d"}#lfb_bootstraped.lfb_bootstraped .fa-border-all::before{content:"\f84c"}#lfb_bootstraped.lfb_bootstraped .fa-face-angry::before{content:"\f556"}#lfb_bootstraped.lfb_bootstraped .fa-angry::before{content:"\f556"}#lfb_bootstraped.lfb_bootstraped .fa-cookie-bite::before{content:"\f564"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-trend-down::before{content:"\e097"}#lfb_bootstraped.lfb_bootstraped .fa-rss::before{content:"\f09e"}#lfb_bootstraped.lfb_bootstraped .fa-feed::before{content:"\f09e"}#lfb_bootstraped.lfb_bootstraped .fa-draw-polygon::before{content:"\f5ee"}#lfb_bootstraped.lfb_bootstraped .fa-scale-balanced::before{content:"\f24e"}#lfb_bootstraped.lfb_bootstraped .fa-balance-scale::before{content:"\f24e"}#lfb_bootstraped.lfb_bootstraped .fa-gauge-simple-high::before{content:"\f62a"}#lfb_bootstraped.lfb_bootstraped .fa-tachometer::before{content:"\f62a"}#lfb_bootstraped.lfb_bootstraped .fa-tachometer-fast::before{content:"\f62a"}#lfb_bootstraped.lfb_bootstraped .fa-shower::before{content:"\f2cc"}#lfb_bootstraped.lfb_bootstraped .fa-desktop::before{content:"\f390"}#lfb_bootstraped.lfb_bootstraped .fa-desktop-alt::before{content:"\f390"}#lfb_bootstraped.lfb_bootstraped .fa-m::before{content:"\4d"}#lfb_bootstraped.lfb_bootstraped .fa-table-list::before{content:"\f00b"}#lfb_bootstraped.lfb_bootstraped .fa-th-list::before{content:"\f00b"}#lfb_bootstraped.lfb_bootstraped .fa-comment-sms::before{content:"\f7cd"}#lfb_bootstraped.lfb_bootstraped .fa-sms::before{content:"\f7cd"}#lfb_bootstraped.lfb_bootstraped .fa-book::before{content:"\f02d"}#lfb_bootstraped.lfb_bootstraped .fa-user-plus::before{content:"\f234"}#lfb_bootstraped.lfb_bootstraped .fa-check::before{content:"\f00c"}#lfb_bootstraped.lfb_bootstraped .fa-battery-three-quarters::before{content:"\f241"}#lfb_bootstraped.lfb_bootstraped .fa-battery-4::before{content:"\f241"}#lfb_bootstraped.lfb_bootstraped .fa-house-circle-check::before{content:"\e509"}#lfb_bootstraped.lfb_bootstraped .fa-angle-left::before{content:"\f104"}#lfb_bootstraped.lfb_bootstraped .fa-diagram-successor::before{content:"\e47a"}#lfb_bootstraped.lfb_bootstraped .fa-truck-arrow-right::before{content:"\e58b"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-split-up-and-left::before{content:"\e4bc"}#lfb_bootstraped.lfb_bootstraped .fa-hand-fist::before{content:"\f6de"}#lfb_bootstraped.lfb_bootstraped .fa-fist-raised::before{content:"\f6de"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-moon::before{content:"\f6c3"}#lfb_bootstraped.lfb_bootstraped .fa-briefcase::before{content:"\f0b1"}#lfb_bootstraped.lfb_bootstraped .fa-person-falling::before{content:"\e546"}#lfb_bootstraped.lfb_bootstraped .fa-image-portrait::before{content:"\f3e0"}#lfb_bootstraped.lfb_bootstraped .fa-portrait::before{content:"\f3e0"}#lfb_bootstraped.lfb_bootstraped .fa-user-tag::before{content:"\f507"}#lfb_bootstraped.lfb_bootstraped .fa-rug::before{content:"\e569"}#lfb_bootstraped.lfb_bootstraped .fa-earth-europe::before{content:"\f7a2"}#lfb_bootstraped.lfb_bootstraped .fa-globe-europe::before{content:"\f7a2"}#lfb_bootstraped.lfb_bootstraped .fa-cart-flatbed-suitcase::before{content:"\f59d"}#lfb_bootstraped.lfb_bootstraped .fa-luggage-cart::before{content:"\f59d"}#lfb_bootstraped.lfb_bootstraped .fa-rectangle-xmark::before{content:"\f410"}#lfb_bootstraped.lfb_bootstraped .fa-rectangle-times::before{content:"\f410"}#lfb_bootstraped.lfb_bootstraped .fa-times-rectangle::before{content:"\f410"}#lfb_bootstraped.lfb_bootstraped .fa-window-close::before{content:"\f410"}#lfb_bootstraped.lfb_bootstraped .fa-baht-sign::before{content:"\e0ac"}#lfb_bootstraped.lfb_bootstraped .fa-book-open::before{content:"\f518"}#lfb_bootstraped.lfb_bootstraped .fa-book-journal-whills::before{content:"\f66a"}#lfb_bootstraped.lfb_bootstraped .fa-journal-whills::before{content:"\f66a"}#lfb_bootstraped.lfb_bootstraped .fa-handcuffs::before{content:"\e4f8"}#lfb_bootstraped.lfb_bootstraped .fa-triangle-exclamation::before{content:"\f071"}#lfb_bootstraped.lfb_bootstraped .fa-exclamation-triangle::before{content:"\f071"}#lfb_bootstraped.lfb_bootstraped .fa-warning::before{content:"\f071"}#lfb_bootstraped.lfb_bootstraped .fa-database::before{content:"\f1c0"}#lfb_bootstraped.lfb_bootstraped .fa-share::before{content:"\f064"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-turn-right::before{content:"\f064"}#lfb_bootstraped.lfb_bootstraped .fa-mail-forward::before{content:"\f064"}#lfb_bootstraped.lfb_bootstraped .fa-bottle-droplet::before{content:"\e4c4"}#lfb_bootstraped.lfb_bootstraped .fa-mask-face::before{content:"\e1d7"}#lfb_bootstraped.lfb_bootstraped .fa-hill-rockslide::before{content:"\e508"}#lfb_bootstraped.lfb_bootstraped .fa-right-left::before{content:"\f362"}#lfb_bootstraped.lfb_bootstraped .fa-exchange-alt::before{content:"\f362"}#lfb_bootstraped.lfb_bootstraped .fa-paper-plane::before{content:"\f1d8"}#lfb_bootstraped.lfb_bootstraped .fa-road-circle-exclamation::before{content:"\e565"}#lfb_bootstraped.lfb_bootstraped .fa-dungeon::before{content:"\f6d9"}#lfb_bootstraped.lfb_bootstraped .fa-align-right::before{content:"\f038"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-1-wave::before{content:"\f53b"}#lfb_bootstraped.lfb_bootstraped .fa-money-bill-wave-alt::before{content:"\f53b"}#lfb_bootstraped.lfb_bootstraped .fa-life-ring::before{content:"\f1cd"}#lfb_bootstraped.lfb_bootstraped .fa-hands::before{content:"\f2a7"}#lfb_bootstraped.lfb_bootstraped .fa-sign-language::before{content:"\f2a7"}#lfb_bootstraped.lfb_bootstraped .fa-signing::before{content:"\f2a7"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-day::before{content:"\f783"}#lfb_bootstraped.lfb_bootstraped .fa-water-ladder::before{content:"\f5c5"}#lfb_bootstraped.lfb_bootstraped .fa-ladder-water::before{content:"\f5c5"}#lfb_bootstraped.lfb_bootstraped .fa-swimming-pool::before{content:"\f5c5"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-up-down::before{content:"\f07d"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-v::before{content:"\f07d"}#lfb_bootstraped.lfb_bootstraped .fa-face-grimace::before{content:"\f57f"}#lfb_bootstraped.lfb_bootstraped .fa-grimace::before{content:"\f57f"}#lfb_bootstraped.lfb_bootstraped .fa-wheelchair-move::before{content:"\e2ce"}#lfb_bootstraped.lfb_bootstraped .fa-wheelchair-alt::before{content:"\e2ce"}#lfb_bootstraped.lfb_bootstraped .fa-turn-down::before{content:"\f3be"}#lfb_bootstraped.lfb_bootstraped .fa-level-down-alt::before{content:"\f3be"}#lfb_bootstraped.lfb_bootstraped .fa-person-walking-arrow-right::before{content:"\e552"}#lfb_bootstraped.lfb_bootstraped .fa-square-envelope::before{content:"\f199"}#lfb_bootstraped.lfb_bootstraped .fa-envelope-square::before{content:"\f199"}#lfb_bootstraped.lfb_bootstraped .fa-dice::before{content:"\f522"}#lfb_bootstraped.lfb_bootstraped .fa-bowling-ball::before{content:"\f436"}#lfb_bootstraped.lfb_bootstraped .fa-brain::before{content:"\f5dc"}#lfb_bootstraped.lfb_bootstraped .fa-bandage::before{content:"\f462"}#lfb_bootstraped.lfb_bootstraped .fa-band-aid::before{content:"\f462"}#lfb_bootstraped.lfb_bootstraped .fa-calendar-minus::before{content:"\f272"}#lfb_bootstraped.lfb_bootstraped .fa-circle-xmark::before{content:"\f057"}#lfb_bootstraped.lfb_bootstraped .fa-times-circle::before{content:"\f057"}#lfb_bootstraped.lfb_bootstraped .fa-xmark-circle::before{content:"\f057"}#lfb_bootstraped.lfb_bootstraped .fa-gifts::before{content:"\f79c"}#lfb_bootstraped.lfb_bootstraped .fa-hotel::before{content:"\f594"}#lfb_bootstraped.lfb_bootstraped .fa-earth-asia::before{content:"\f57e"}#lfb_bootstraped.lfb_bootstraped .fa-globe-asia::before{content:"\f57e"}#lfb_bootstraped.lfb_bootstraped .fa-id-card-clip::before{content:"\f47f"}#lfb_bootstraped.lfb_bootstraped .fa-id-card-alt::before{content:"\f47f"}#lfb_bootstraped.lfb_bootstraped .fa-magnifying-glass-plus::before{content:"\f00e"}#lfb_bootstraped.lfb_bootstraped .fa-search-plus::before{content:"\f00e"}#lfb_bootstraped.lfb_bootstraped .fa-thumbs-up::before{content:"\f164"}#lfb_bootstraped.lfb_bootstraped .fa-user-clock::before{content:"\f4fd"}#lfb_bootstraped.lfb_bootstraped .fa-hand-dots::before{content:"\f461"}#lfb_bootstraped.lfb_bootstraped .fa-allergies::before{content:"\f461"}#lfb_bootstraped.lfb_bootstraped .fa-file-invoice::before{content:"\f570"}#lfb_bootstraped.lfb_bootstraped .fa-window-minimize::before{content:"\f2d1"}#lfb_bootstraped.lfb_bootstraped .fa-mug-saucer::before{content:"\f0f4"}#lfb_bootstraped.lfb_bootstraped .fa-coffee::before{content:"\f0f4"}#lfb_bootstraped.lfb_bootstraped .fa-brush::before{content:"\f55d"}#lfb_bootstraped.lfb_bootstraped .fa-mask::before{content:"\f6fa"}#lfb_bootstraped.lfb_bootstraped .fa-magnifying-glass-minus::before{content:"\f010"}#lfb_bootstraped.lfb_bootstraped .fa-search-minus::before{content:"\f010"}#lfb_bootstraped.lfb_bootstraped .fa-ruler-vertical::before{content:"\f548"}#lfb_bootstraped.lfb_bootstraped .fa-user-large::before{content:"\f406"}#lfb_bootstraped.lfb_bootstraped .fa-user-alt::before{content:"\f406"}#lfb_bootstraped.lfb_bootstraped .fa-train-tram::before{content:"\e5b4"}#lfb_bootstraped.lfb_bootstraped .fa-user-nurse::before{content:"\f82f"}#lfb_bootstraped.lfb_bootstraped .fa-syringe::before{content:"\f48e"}#lfb_bootstraped.lfb_bootstraped .fa-cloud-sun::before{content:"\f6c4"}#lfb_bootstraped.lfb_bootstraped .fa-stopwatch-20::before{content:"\e06f"}#lfb_bootstraped.lfb_bootstraped .fa-square-full::before{content:"\f45c"}#lfb_bootstraped.lfb_bootstraped .fa-magnet::before{content:"\f076"}#lfb_bootstraped.lfb_bootstraped .fa-jar::before{content:"\e516"}#lfb_bootstraped.lfb_bootstraped .fa-note-sticky::before{content:"\f249"}#lfb_bootstraped.lfb_bootstraped .fa-sticky-note::before{content:"\f249"}#lfb_bootstraped.lfb_bootstraped .fa-bug-slash::before{content:"\e490"}#lfb_bootstraped.lfb_bootstraped .fa-arrow-up-from-water-pump::before{content:"\e4b6"}#lfb_bootstraped.lfb_bootstraped .fa-bone::before{content:"\f5d7"}#lfb_bootstraped.lfb_bootstraped .fa-user-injured::before{content:"\f728"}#lfb_bootstraped.lfb_bootstraped .fa-face-sad-tear::before{content:"\f5b4"}#lfb_bootstraped.lfb_bootstraped .fa-sad-tear::before{content:"\f5b4"}#lfb_bootstraped.lfb_bootstraped .fa-plane::before{content:"\f072"}#lfb_bootstraped.lfb_bootstraped .fa-tent-arrows-down::before{content:"\e581"}#lfb_bootstraped.lfb_bootstraped .fa-exclamation::before{content:"\21"}#lfb_bootstraped.lfb_bootstraped .fa-arrows-spin::before{content:"\e4bb"}#lfb_bootstraped.lfb_bootstraped .fa-print::before{content:"\f02f"}#lfb_bootstraped.lfb_bootstraped .fa-turkish-lira-sign::before{content:"\e2bb"}#lfb_bootstraped.lfb_bootstraped .fa-try::before{content:"\e2bb"}#lfb_bootstraped.lfb_bootstraped .fa-turkish-lira::before{content:"\e2bb"}#lfb_bootstraped.lfb_bootstraped .fa-dollar-sign::before{content:"\24"}#lfb_bootstraped.lfb_bootstraped .fa-dollar::before{content:"\24"}#lfb_bootstraped.lfb_bootstraped .fa-usd::before{content:"\24"}#lfb_bootstraped.lfb_bootstraped .fa-x::before{content:"\58"}#lfb_bootstraped.lfb_bootstraped .fa-magnifying-glass-dollar::before{content:"\f688"}#lfb_bootstraped.lfb_bootstraped .fa-search-dollar::before{content:"\f688"}#lfb_bootstraped.lfb_bootstraped .fa-users-gear::before{content:"\f509"}#lfb_bootstraped.lfb_bootstraped .fa-users-cog::before{content:"\f509"}#lfb_bootstraped.lfb_bootstraped .fa-person-military-pointing::before{content:"\e54a"}#lfb_bootstraped.lfb_bootstraped .fa-building-columns::before{content:"\f19c"}#lfb_bootstraped.lfb_bootstraped .fa-bank::before{content:"\f19c"}#lfb_bootstraped.lfb_bootstraped .fa-institution::before{content:"\f19c"}#lfb_bootstraped.lfb_bootstraped .fa-museum::before{content:"\f19c"}#lfb_bootstraped.lfb_bootstraped .fa-university::before{content:"\f19c"}#lfb_bootstraped.lfb_bootstraped .fa-umbrella::before{content:"\f0e9"}#lfb_bootstraped.lfb_bootstraped .fa-trowel::before{content:"\e589"}#lfb_bootstraped.lfb_bootstraped .fa-d::before{content:"\44"}#lfb_bootstraped.lfb_bootstraped .fa-stapler::before{content:"\e5af"}#lfb_bootstraped.lfb_bootstraped .fa-masks-theater::before{content:"\f630"}#lfb_bootstraped.lfb_bootstraped .fa-theater-masks::before{content:"\f630"}#lfb_bootstraped.lfb_bootstraped .fa-kip-sign::before{content:"\e1c4"}#lfb_bootstraped.lfb_bootstraped .fa-hand-point-left::before{content:"\f0a5"}#lfb_bootstraped.lfb_bootstraped .fa-handshake-simple::before{content:"\f4c6"}#lfb_bootstraped.lfb_bootstraped .fa-handshake-alt::before{content:"\f4c6"}#lfb_bootstraped.lfb_bootstraped .fa-jet-fighter::before{content:"\f0fb"}#lfb_bootstraped.lfb_bootstraped .fa-fighter-jet::before{content:"\f0fb"}#lfb_bootstraped.lfb_bootstraped .fa-square-share-nodes::before{content:"\f1e1"}#lfb_bootstraped.lfb_bootstraped .fa-share-alt-square::before{content:"\f1e1"}#lfb_bootstraped.lfb_bootstraped .fa-barcode::before{content:"\f02a"}#lfb_bootstraped.lfb_bootstraped .fa-plus-minus::before{content:"\e43c"}#lfb_bootstraped.lfb_bootstraped .fa-video::before{content:"\f03d"}#lfb_bootstraped.lfb_bootstraped .fa-video-camera::before{content:"\f03d"}#lfb_bootstraped.lfb_bootstraped .fa-graduation-cap::before{content:"\f19d"}#lfb_bootstraped.lfb_bootstraped .fa-mortar-board::before{content:"\f19d"}#lfb_bootstraped.lfb_bootstraped .fa-hand-holding-medical::before{content:"\e05c"}#lfb_bootstraped.lfb_bootstraped .fa-person-circle-check::before{content:"\e53e"}#lfb_bootstraped.lfb_bootstraped .fa-turn-up::before{content:"\f3bf"}#lfb_bootstraped.lfb_bootstraped .fa-level-up-alt::before{content:"\f3bf"}#lfb_bootstraped.lfb_bootstraped .sr-only,#lfb_bootstraped.lfb_bootstraped .fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}#lfb_bootstraped.lfb_bootstraped .sr-only-focusable:not(:focus),#lfb_bootstraped.lfb_bootstraped .fa-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}body:not(.wp-admin) #lfb_form.lfb_bootstraped{text-align:center;}.no-js #lfb_form img.lazyload{display:block!important;opacity:1!important;}#lfb_form.lfb_bootstraped:not(.lfb_popup),#lfb_form.lfb_bootstraped:not(.lfb_fullscreen){padding-top:1px;}#lfb_form.lfb_bootstraped.lfb_popup{position:fixed;width:0;height:0;top:50%;left:50%;z-index:9999999;padding-top:80px;padding-bottom:80px;display:none;background:#FFF;opacity:0;overflow-y:auto;}#lfb_form.lfb_bootstraped.lfb_fullscreen{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999999;padding-top:80px;padding-bottom:80px;background:#FFF;overflow-x:hidden;overflow-y:auto;}#lfb_bootstraped.lfb_bootstraped h3{font-size:29px;}html body .lfb_datepickerContainer{font-size:16px;}body.rtl #lfb_form.lfb_bootstraped.lfb_fullscreen{direction:ltr;}body.rtl #lfb_form.lfb_bootstraped.lfb_fullscreen #lfb_panel{direction:rtl;}body.rtl #lfb_form.lfb_bootstraped .switch.has-switch{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}body.rtl #lfb_form.lfb_bootstraped .switch.has-switch i{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}#lfb_form.lfb_bootstraped::-webkit-input-placeholder,#lfb_form.lfb_bootstraped::-moz-placeholder,#lfb_form.lfb_bootstraped:-ms-input-placeholder,#lfb_form.lfb_bootstraped:-moz-placeholder{font-size:15px;}#lfb_form.lfb_bootstraped .lfb_startBtnContainer{padding-bottom:28px;margin-top:48px;}#lfb_form.lfb_bootstraped.lfb_popup #lfb_close_btn{display:block;z-index:99;}#lfb_form.lfb_bootstraped #lfb_summaryDiscountTr #lfb_summaryDiscount{text-align:right!important;}#lfb_form.lfb_bootstraped a[data-btn]{font-size:16px;}#lfb_form.lfb_bootstraped .row,#lfb_form.lfb_bootstraped p{text-align:center;float:none;}#lfb_form.lfb_bootstraped .gform_confirmation_message{font-size:28px;}#lfb_form.lfb_bootstraped .lfb_richtext{text-align:left;word-wrap:break-word;font-size:15px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_richtext.col-md-12{width:90%;margin:0 auto;max-width:90%;margin-bottom:18px;margin-top:18px;}#lfb_form.lfb_bootstraped .lfb_richtext.col-md-2{max-width:400px;}#lfb_form.lfb_bootstraped .lfb_dividerItem{display:block;width:90%;max-width:90%;margin:18px auto;padding:0 12px;float:none;text-align:center;}#lfb_form.lfb_bootstraped .lfb_dividerItem .lfb_dividerLine{display:block;width:100%;height:1px;min-height:1px;border-radius:999px;background:linear-gradient(90deg,transparent 0%,rgba(84,111,143,.35) 18%,rgba(26,188,156,.55) 50%,rgba(84,111,143,.35) 82%,transparent 100%);}#lfb_form.lfb_bootstraped .lfb_headingItem{display:block;width:90%;max-width:90%;margin:20px auto 14px;padding:0 12px;float:none;text-align:left;}#lfb_form.lfb_bootstraped .lfb_headingItem .lfb_headingContent{border-left:4px solid var(--lfb-item-accent,#1abc9c);padding:2px 0 2px 16px;}#lfb_form.lfb_bootstraped .lfb_headingItem h3{margin:0;color:inherit;font-size:24px;font-weight:700;line-height:1.25;letter-spacing:0;}#lfb_form.lfb_bootstraped .lfb_headingItem .lfb_headingDescription{max-width:720px;margin:6px 0 0;color:rgba(84,111,143,.92);font-size:15px;line-height:1.5;text-align:left;}#lfb_form.lfb_bootstraped .lfb_noticeItem{display:block;width:90%;max-width:90%;margin:16px auto;padding:0 12px;float:none;text-align:left;}#lfb_form.lfb_bootstraped .lfb_noticeItem .lfb_noticeContent{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--lfb-notice-border,rgba(26,188,156,.28));border-left:4px solid var(--lfb-item-accent,#1abc9c);border-radius:8px;background:var(--lfb-notice-bg,rgba(26,188,156,.08));box-sizing:border-box;}#lfb_form.lfb_bootstraped .lfb_noticeItem .lfb_noticeIcon{flex:0 0 auto;margin-top:3px;color:var(--lfb-item-accent,#1abc9c);font-size:18px;line-height:1;}#lfb_form.lfb_bootstraped .lfb_noticeItem .lfb_noticeText{min-width:0;}#lfb_form.lfb_bootstraped .lfb_noticeItem h4{margin:0;color:inherit;font-size:18px;font-weight:700;line-height:1.3;letter-spacing:0;}#lfb_form.lfb_bootstraped .lfb_noticeItem .lfb_noticeDescription{margin:5px 0 0;color:rgba(84,111,143,.92);font-size:14px;line-height:1.5;text-align:left;}#lfb_form.lfb_bootstraped .btn:not(.btn-circle):not(#lfb_couponBtn)>.fas:not(.lfb_iconRight),#lfb_form.lfb_bootstraped .btn:not(.btn-circle):not(#lfb_couponBtn)>.fab:not(.lfb_iconRight),#lfb_form.lfb_bootstraped .btn:not(.btn-circle):not(#lfb_couponBtn)>.fa:not(.lfb_iconRight),#lfb_form.lfb_bootstraped a:not(.btn-circle):not(#lfb_couponBtn)>.far:not(.lfb_iconRight){margin-right:6px!important;}#lfb_form.lfb_bootstraped .btn:not(.btn-circle):not(#lfb_couponBtn)>.lfb_btnContent>.fas:not(.lfb_iconRight),#lfb_form.lfb_bootstraped .btn:not(.btn-circle):not(#lfb_couponBtn)>.lfb_btnContent>.fab:not(.lfb_iconRight),#lfb_form.lfb_bootstraped .btn:not(.btn-circle):not(#lfb_couponBtn)>.lfb_btnContent>.fa:not(.lfb_iconRight),#lfb_form.lfb_bootstraped a:not(.btn-circle):not(#lfb_couponBtn)>.lfb_btnContent>.far:not(.lfb_iconRight){margin-right:6px!important;}#lfb_form.lfb_bootstraped .btn>.fa.lfb_iconRight,#lfb_form.lfb_bootstraped a>.fa.lfb_iconRight{margin-left:6px!important;}body.rtl #lfb_form.lfb_bootstraped .btn>.fa,body.rtl #lfb_form.lfb_bootstraped .btn>.fab,body.rtl #lfb_form.lfb_bootstraped .btn>.fas,body.rtl #lfb_form.lfb_bootstraped a>.far,body.rtl #lfb_form.lfb_bootstraped a>.fa{margin-right:0!important;margin-left:6px!important;}#lfb_form.lfb_bootstraped .skiptranslate,#lfb_form.lfb_bootstraped .typekit-badge{display:none;}#lfb_form.lfb_bootstraped .lfb_errorMsg.alert.alert-danger{font-size:16px;max-width:480px;margin:0 auto;margin-top:28px;}#lfb_form.lfb_bootstraped #initialPrice,#lfb_form.lfb_bootstraped #currency,#lfb_form.lfb_bootstraped #emailUrl,#lfb_form.lfb_bootstraped #email_subject,#lfb_form.lfb_bootstraped #admin_email,#lfb_form.lfb_bootstraped #colorA,#lfb_form.lfb_bootstraped #colorB,#lfb_form.lfb_bootstraped #intro_enabled,#lfb_form.lfb_bootstraped #save_to_cart{display:none;}#lfb_form.lfb_bootstraped .container{text-align:center;}#lfb_form.lfb_bootstraped .container:before,#lfb_form.lfb_bootstraped .container:after{display:none;}#lfb_form.lfb_bootstraped #lfb_mainFormTitle{font-size:58px;font-weight:700;line-height:1.1;}#lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_button{margin-bottom:18px;}#lfb_form.lfb_bootstraped .lfb_button.checked[data-useshowconditions="true"]{opacity:.6!important;}#lfb_form.lfb_bootstraped .lfb_button.checked{opacity:.6;-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.20);-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.20);box-shadow:inset 0 2px 0 rgba(0,0,0,.20);}#lfb_form.lfb_bootstraped [data-itemtype="rate"]>label{margin-bottom:-10px;}#lfb_form.lfb_bootstraped .gform_button{border:0;box-sizing:border-box;color:rgb(255,255,255);display:inline-block;font-size:15px;font-style:normal;font-weight:normal;line-height:21px;margin-bottom:0;margin-left:0;margin-right:0;max-height:none;max-width:none;padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:10px;text-align:center;text-shadow:none;vertical-align:middle;}#lfb_form.lfb_bootstraped .gform_footer{padding-top:28px;padding-bottom:28px;}html body div#ui-datepicker-div[style]{z-index:99999999!important;max-width:320px;}#lfb_form.lfb_bootstraped .btn,#lfb_form.lfb_bootstraped .gform_button{white-space:inherit;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);-webkit-transition:-webkit-box-shadow .25s ease-in-out;-moz-transition:-moz-box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out;}#lfb_form.lfb_bootstraped .btn:active,#lfb_form.lfb_bootstraped .btn.active{-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15);}#lfb_form.lfb_bootstraped .btn-primary:hover,#lfb_form.lfb_bootstraped a:hover{opacity:.7;}#lfb_form.lfb_bootstraped .btn-primary:active,#lfb_form.lfb_bootstraped a:active{opacity:.5;}#lfb_form.lfb_bootstraped a.btn.btn-circle{border-radius:50%;padding:0;height:43px;width:43px;line-height:43px;}#lfb_form.lfb_bootstraped #lfb_couponBtn{position:relative;top:0;left:6px;width:46px;height:46px;text-align:center;line-height:46px;padding:0;font-size:22px;}#lfb_form.lfb_bootstraped #lfb_floatingSummary #lfb_summaryTotal .lfb_subTxt{word-break:normal;}#lfb_form.lfb_bootstraped .lfb_totalBottom .lfb_subTxtBottom{display:none;}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_totalBottomContainer{opacity:0;margin-top:22px;margin-bottom:22px;}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_totalBottomContainer hr{max-width:80%;margin:0 auto;}#lfb_form.lfb_bootstraped #lfb_introImage{max-height:256px;max-width:100%;}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_totalBottomContainer h3{font-size:28px;line-height:38px;margin:18px 0 0;color:var(--lfb-main-color,#1abc9c);}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_totalBottomContainer h3>span:first-child{font-size:40px;}#lfb_form.lfb_bootstraped .lfb_totalBottomPriceRolling{display:inline-block;overflow:visible;vertical-align:baseline;line-height:1.05;}#lfb_form.lfb_bootstraped .lfb_totalBottomRoller{display:inline-flex;align-items:baseline;overflow:visible;white-space:nowrap;vertical-align:baseline;}#lfb_form.lfb_bootstraped .lfb_totalBottomDigitRoll{position:relative;display:inline-block;min-width:.62em;height:1em;overflow:hidden;line-height:1em;vertical-align:-.08em;}#lfb_form.lfb_bootstraped .lfb_totalBottomDigit{display:block;width:100%;font-variant-numeric:tabular-nums;text-align:center;will-change:transform,opacity;}#lfb_form.lfb_bootstraped .lfb_totalBottomDigitOld{position:absolute;inset:0;}#lfb_form.lfb_bootstraped .lfb_totalBottomDigitNew{position:relative;}#lfb_form.lfb_bootstraped .lfb_totalBottomPriceRollingUp .lfb_totalBottomDigitOld{animation:lfb-total-roll-old-up .18s cubic-bezier(.2,.9,.25,1) both;}#lfb_form.lfb_bootstraped .lfb_totalBottomPriceRollingUp .lfb_totalBottomDigitNew{animation:lfb-total-roll-new-up .18s cubic-bezier(.2,.9,.25,1) both;}#lfb_form.lfb_bootstraped .lfb_totalBottomPriceRollingDown .lfb_totalBottomDigitOld{animation:lfb-total-roll-old-down .18s cubic-bezier(.2,.9,.25,1) both;}#lfb_form.lfb_bootstraped .lfb_totalBottomPriceRollingDown .lfb_totalBottomDigitNew{animation:lfb-total-roll-new-down .18s cubic-bezier(.2,.9,.25,1) both;}@keyframes lfb-total-roll-old-up{from{transform:translateY(0);opacity:1}to{transform:translateY(-115%);opacity:.15}}@keyframes lfb-total-roll-new-up{from{transform:translateY(115%);opacity:.15}to{transform:translateY(0);opacity:1}}@keyframes lfb-total-roll-old-down{from{transform:translateY(0);opacity:1}to{transform:translateY(115%);opacity:.15}}@keyframes lfb-total-roll-new-down{from{transform:translateY(-115%);opacity:.15}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion:reduce){#lfb_form.lfb_bootstraped .lfb_totalBottomDigitOld{display:none}#lfb_form.lfb_bootstraped .lfb_totalBottomDigitNew{animation:none!important;transform:none!important;opacity:1!important}}#lfb_form.lfb_bootstraped .has-error,#lfb_form.lfb_bootstraped .gfield_error .form-group .form-control{color:#e74c3c;border-color:#e74c3c;-webkit-box-shadow:none;box-shadow:none;}#lfb_form.lfb_bootstraped .form-group.has-error .form-control{color:#e74c3c;border-color:#e74c3c;}#lfb_form.lfb_bootstraped .has-error .has-switch span.switch-right{color:#e74c3c!important;}#lfb_form.lfb_bootstraped .has-switch span.switch-left{background-color:#AAA;}#lfb_form.lfb_bootstraped .has-switch>div.switch-on label{background-color:#bdc3c7;}#lfb_form.lfb_bootstraped .has-switch span.switch-left{color:#FFF;}#lfb_form.lfb_bootstraped .has-switch label{clear:none;box-shadow:-2px 0 4px 1px rgba(0,0,0,.5)!important;}#lfb_form.lfb_bootstraped .has-switch .switch-off.has-error span.switch-right{color:#e74c3c!important;}#lfb_form.lfb_bootstraped .form-control{color:#999;}#lfb_form.lfb_bootstraped input.form-control{min-height:46px;}#lfb_form.lfb_bootstraped #lfb_close_btn{position:absolute;right:10px;top:10px;display:none;font-size:18px;}#lfb_form.lfb_bootstraped.lfb_popup #lfb_close_btn{display:block;}#lfb_form.lfb_bootstraped #lfb_mainPanel{min-height:500px;padding-bottom:0;position:relative;display:none;}#lfb_form.lfb_bootstraped .lfb_genSlide{display:none;width:100%;margin:0 auto;text-align:center;}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_stepTitle{position:absolute;left:0;top:50%;width:100%;text-align:center;margin-left:0;margin-top:-54px;font-size:53px;font-weight:700;line-height:1.1;margin-bottom:15px;-webkit-transition:top .5s ease-out!important;transition:top .5s ease-out!important;}#lfb_form.lfb_bootstraped input[type="checkbox"][data-toggle="switch"]{display:none!important;}#lfb_form.lfb_bootstraped .lfb_switchboxCt.lfb_switchboxStacked>label:first-child{display:block;margin-bottom:10px;}#lfb_form.lfb_bootstraped[data-animspeed="0"] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle,#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_stepTitle.positioned{margin-bottom:38px;}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_genContent{text-align:center;padding-top:188px;opacity:0;}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_genContent.lfb_noDes{padding-top:128px;}#lfb_form.lfb_bootstraped .container-fluid{padding:0!important;}#lfb_form.lfb_bootstraped #lfb_paypalForm img{display:none;}#lfb_form.lfb_bootstraped:not([data-usevisual="1"]) #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2{margin:0 auto;vertical-align:top;padding:18px;display:inline-block;float:none;max-width:100%;width:auto;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent>.row>.lfb_item.col-md-2{margin:0 auto;vertical-align:top;padding:18px;display:inline-block;float:none;max-width:100%;width:auto;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2{min-width:170px;width:170px;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent>.lfb_row{text-align:center;justify-content:center;}#lfb_bootstraped.lfb_bootstraped #lfb_form:not([data-usevisual="1"]) #lfb_mainPanel .lfb_genSlide .lfb_genContent>.lfb_row>p[data-itemtype="separator"]{display:block;flex-basis:100%;width:100%;height:0;min-height:0;margin:0;padding:0;line-height:0;clear:both;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel #finalSlide.lfb_genSlide .lfb_genContent>.lfb_row{flex-direction:column;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.lfb-hidden{display:none!important;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable{display:inline-block!important;position:relative;cursor:pointer;margin-left:30px;margin-right:30px;float:none;margin-top:8px;line-height:1;vertical-align:middle;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable img{filter:drop-shadow(1px 1px 4px rgba(0,0,0,.4));}#lfb_bootstraped.lfb_bootstraped .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-top-left-radius:0!important;border-bottom-left-radius:0!important;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable{margin-left:0;margin-right:0;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable[data-shadowfx="1"]{box-shadow:0 3px 9px 0 rgba(0,0,0,.1);transition-property:box-shadow;transition-duration:.3s;transition-timing-function:ease-out;padding:8px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable[data-shadowfx="1"]:hover{transition-property:box-shadow;transition-duration:.1s;transition-timing-function:ease-in;box-shadow:0 14px 42px 0 rgba(0,0,0,.2);}#lfb_form.lfb_bootstraped .col-md-2,.bootstrap-datetimepicker-widget .col-md-2{width:auto;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc{margin:0;margin-top:0;margin-bottom:0;vertical-align:top;text-align:center;position:relative;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_dividerItem{display:block;width:90%;max-width:90%;margin:22px auto;padding:0 12px;float:none;text-align:center;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_headingItem{display:block;width:90%;max-width:90%;margin:24px auto 18px;padding:0 12px;float:none;text-align:left;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_headingItem .lfb_headingContent,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_headingItem .lfb_headingDescription,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_noticeItem .lfb_noticeContent,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_noticeItem .lfb_noticeText,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_noticeItem .lfb_noticeDescription{text-align:left;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_noticeItem{display:block;width:90%;max-width:90%;margin:18px auto;padding:0 12px;float:none;text-align:left;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12{margin-top:0;display:block;float:none;}#lfb_form.lfb_bootstraped:not([data-usevisual="1"]) #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_picRow{margin-bottom:18px;margin-top:18px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12.lfb_picRow{margin-bottom:20px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable span.icon_select{position:absolute;bottom:0;right:-10px;display:block;width:30px;height:30px;line-height:30px;border-radius:15px;text-align:center;font-size:18px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable span.icon_select.lfb_fxZoom{position:absolute;font-size:72px;right:-8px;bottom:-4px;opacity:0;-webkit-transition:all .25s;transition:all .25s;background-color:transparent!important;}#lfb_form.lfb_bootstraped[data-qttype="1"][data-imgtitlesstyle="static"] #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable[data-quantityenabled="1"].checked{margin-bottom:48px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable.checked span.icon_select.lfb_fxZoom{font-size:42px;opacity:1;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable[data-flipfx="1"]{-webkit-transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable[data-flipfx="1"][data-shadowfx="1"]{-webkit-transition:-webkit-transform .5s ease-in,box-shadow .3s ease-out;transition:transform .5s ease-in,box-shadow .3s ease-out;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable[data-flipfx="1"]:not(.checked){-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable[data-flipfx="1"].checked{-webkit-transform:rotateY(360deg);transform:rotateY(360deg);}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable span.icon_select.lfb_error:not(.lfb_fxZoom){background-color:#e74c3c!important;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable span.icon_select.lfb_fxZoom.lfb_error{color:#e74c3c!important;font-size:42px;opacity:.5!important;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable span.icon_quantity{border-radius:15px;width:30px;height:30px;color:#FFF;font-size:14px;display:none;opacity:1;position:absolute;top:0;left:-10px;line-height:30px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;text-align:center;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_btnContainer{padding-top:36px;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel #finalSlide.lfb_genSlide .lfb_genContent .lfb_btnContainer{padding-top:0;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemDes{margin-top:16px!important;font-size:13px;margin:0 auto;overflow-y:auto;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2 .lfb_itemDes{max-width:240px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent [data-itemtype="rate"] .lfb_itemDes{margin-top:0!important;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_btnContainer .lfb_itemDes{margin-top:24px!important;}#lfb_form.lfb_bootstraped .gform_wrapper ul li.gfield{max-width:380px;margin:0 auto!important;text-align:center;}#lfb_form.lfb_bootstraped .gform_heading{max-width:380px;margin:0 auto!important;font-size:22px;}#lfb_form.lfb_bootstraped .gform_wrapper .gform_footer{text-align:center;}#lfb_form.lfb_bootstraped #lfb_mainPanel .gfield_date_dropdown_month select.form-control,#lfb_form.lfb_bootstraped #lfb_mainPanel .gfield_date_dropdown_day select.form-control,#lfb_form.lfb_bootstraped #lfb_mainPanel .gfield_date_dropdown_year select.form-control{width:auto;margin-right:6px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable.checked span.icon_quantity:hover{opacity:.7;}#lfb_form.lfb_bootstraped .progress{width:100%;}#lfb_form.lfb_bootstraped .progress,#lfb_form .progress-bar{overflow:unset!important;height:28px;}#lfb_form.lfb_bootstraped #wrapper .post-content .lfb_stepTitle{font-size:53px;}#lfb_form.lfb_bootstraped .has-switch{margin:5px;}.lfb_datepickerContainer .ui-datepicker-title select{width:70px;display:inline-block;margin:4px;padding:2px;font-size:16px;}body .ui-datepicker .ui-datepicker-header{padding:0;margin:0;}.ui-datepicker-next .ui-icon,.ui-datepicker-prev .ui-icon{display:none;}.ui-datepicker .ui-datepicker-next>span,.ui-datepicker .ui-datepicker-prev>span{display:none!important;}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{background-color:transparent!important;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable .lfb_itemQtField{position:absolute;margin-top:10px;opacity:0;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable.checked .lfb_itemQtField{opacity:1;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent img{box-shadow:none;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable .img{max-width:64px;max-height:64px;min-width:32px;min-height:32px;cursor:pointer;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable .lfb_imgFontIcon.img{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;min-width:1em;min-height:1em;line-height:1;overflow:visible;vertical-align:middle;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable canvas.img:nth-child(3){display:none;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable.checked span.icon_select{color:#1abc9c;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide div.lfb_selectable .img{-webkit-transition:all .3s ease-out;transition:all .3s ease-out;vertical-align:middle;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide div.lfb_selectable.checked .img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}#lfb_form.lfb_bootstraped .ginput_container{vertical-align:top;}#lfb_form.lfb_bootstraped .lfb_textareaCounter{margin-top:-28px;padding-right:12px;color:rgba(84,111,143,.82);font-size:12px;line-height:20px;text-align:right;pointer-events:none;}#lfb_form.lfb_bootstraped .gform_wrapper .gfield_time_hour,#lfb_form.lfb_bootstraped .gform_wrapper .gfield_time_minute,#lfb_form.lfb_bootstraped .gform_wrapper .gfield_date_month,#lfb_form.lfb_bootstraped .gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year{width:88px!important;line-height:34px;}#lfb_form.lfb_bootstraped .gfield_checkbox input[type="checkbox"],#lfb_form.lfb_bootstraped .gfield_radio input[type="radio"]{margin:11px 5px 0;}#lfb_form.lfb_bootstraped .gform_wrapper .gfield_time_hour input,#lfb_form.lfb_bootstraped .gform_wrapper .gfield_time_minute input,#lfb_form.lfb_bootstraped .gform_wrapper .gfield_date_month input,#lfb_form.lfb_bootstraped .gform_wrapper .gfield_date_day input,#lfb_form.lfb_bootstraped .gform_wrapper .gfield_date_year input{width:40px!important;margin:0!important;display:inline-block;}#lfb_form.lfb_bootstraped input.datepicker{display:inline-block!important;margin:0;}#lfb_form.lfb_bootstraped .genPrice{width:90%;max-width:980px;margin:0 auto;margin-top:58px;margin-bottom:58px;position:relative;display:none;direction:ltr;unicode-bidi:bidi-override;}body.rtl #lfb_form.lfb_bootstraped .genPrice{direction:rtl;}#lfb_form.lfb_bootstraped .genPrice span:not(.lfb_subPrice){direction:ltr;unicode-bidi:bidi-override;}#lfb_form.lfb_bootstraped .lfb_totalBottomContainer h3 span:not(.lfb_subPrice){direction:ltr;unicode-bidi:bidi-override;}#lfb_form.lfb_bootstraped .switch.has-switch{direction:ltr;}#lfb_form.lfb_bootstraped[data-form] .switch.has-switch,#lfb_form.lfb_bootstraped[data-form] .has-switch{position:relative;display:inline-block;width:84px;height:36px;min-width:84px;padding:0;overflow:hidden;border:0;border-radius:18px;vertical-align:middle;}#lfb_form.lfb_bootstraped[data-form] .has-switch>div{position:relative!important;left:0!important;display:block!important;width:100%!important;height:100%;margin:0;transition:none;}#lfb_form.lfb_bootstraped[data-form] .has-switch input[type="checkbox"]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;}#lfb_form.lfb_bootstraped[data-form] .has-switch span,#lfb_form.lfb_bootstraped[data-form] .has-switch label{position:absolute;display:flex;align-items:center;justify-content:center;flex:none!important;margin:0;padding:0;border:0;line-height:1;cursor:pointer;}#lfb_form.lfb_bootstraped[data-form] .has-switch .switch-left,#lfb_form.lfb_bootstraped[data-form] .has-switch .switch-right{inset:0;height:100%;border-radius:18px;font-size:13px;font-weight:700;transition:opacity .18s ease;}#lfb_form.lfb_bootstraped[data-form] .has-switch .switch-left{padding-right:36px;opacity:0;}#lfb_form.lfb_bootstraped[data-form] .has-switch .switch-right{padding-left:36px;opacity:1;}#lfb_form.lfb_bootstraped[data-form] .has-switch>div.switch-on .switch-left{opacity:1;}#lfb_form.lfb_bootstraped[data-form] .has-switch>div.switch-on .switch-right{opacity:0;}#lfb_form.lfb_bootstraped[data-form] .has-switch>div.switch-off .switch-left{opacity:0;}#lfb_form.lfb_bootstraped[data-form] .has-switch>div.switch-off .switch-right{opacity:1;}#lfb_form.lfb_bootstraped[data-form] .has-switch label{z-index:2;top:3px;left:3px;width:30px;height:30px;min-width:30px;border-radius:50%;font-size:0;transform:translateX(0);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;box-shadow:0 2px 6px rgba(0,0,0,.25)!important;}#lfb_form.lfb_bootstraped[data-form] .has-switch>div.switch-on label{transform:translateX(48px);}#lfb_form.lfb_bootstraped[data-form] .has-switch>div.switch-off label{transform:translateX(0);}#lfb_form.lfb_bootstraped[data-form] .has-switch i[class^="fa"],#lfb_form.lfb_bootstraped[data-form] .has-switch i[class*=" fa-"]{margin:0;line-height:1;}#lfb_form.lfb_bootstraped .genPrice .progress{height:28px;overflow:visible!important;}#lfb_form.lfb_bootstraped .genPrice .progress-bar{position:absolute;border-radius:8px;height:28px;min-width:0;overflow:visible!important;}#lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price{display:inline-block;width:78px;font-size:18px;font-weight:bold;position:absolute;border-radius:39px;height:78px;top:-24px;line-height:76px;text-align:center;font-weight:bold;color:white;margin-left:-35px;background-color:#1abc9c;z-index:1;-webkit-box-shadow:inset 0 -3px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -3px 0 rgba(0,0,0,.15);box-shadow:inset 0 -3px 0 rgba(0,0,0,.15);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}body:not(.rtl) #lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price{left:auto!important;right:-39px;}body.rtl #lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price{left:-39px;right:auto!important;}#lfb_form.lfb_bootstraped[data-form][data-stylefields="glassmorphic"] .genPrice .progress .progress-bar-price,#lfb_form.lfb_bootstraped[data-form][data-stylefields="glassmorphic"] .progress-bar{box-shadow:0 0 6px 8px rgba(0,0,0,.1);}#lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice{line-height:60px;}#lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice>span:nth-child(2){font-size:12px;position:absolute;width:100%;text-align:center;top:18px;left:0;}#lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice.lfb_priceSingle>span:nth-child(1){position:relative;top:-5px;}#lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice.lfb_priceSingle>span:nth-child(2){font-size:13px;position:absolute;width:100%;text-align:center;top:14px;left:0;}#lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice.lfb_priceSingle>span:nth-child(3){font-size:12px;position:absolute;width:100%;text-align:center;top:28px;left:0;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_btn-next{position:relative;display:none;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_btn-next.lfb-hidden{display:none!important;opacity:0;}#lfb_form.lfb_bootstraped .lfb-hidden{display:none!important;opacity:0;}#lfb_form.lfb_bootstraped:not(.lfb_visualEditing) #lfb_mainPanel .lfb_disabled{display:none;}#lfb_form.lfb_bootstraped #lfb_mainPanel .genArrows{position:absolute;top:240px;font-size:76px;width:100%;text-align:right;z-index:99;display:none;}#lfb_form.lfb_bootstraped .lfb_genContentSlide{display:none;}#lfb_form.lfb_bootstraped .lfb_genContentSlide.active{display:block;}#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_finalPrice{margin-top:0;color:#008080;font-size:40px;}#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_finalPrice span:nth-child(2){color:#bdc3c7;font-size:20px;text-transform:initial;margin-top:6px;}#lfb_form.lfb_bootstraped #lfb_mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#lfb_form.lfb_bootstraped #lfb_mainPanel textarea,#lfb_form.lfb_bootstraped #lfb_mainPanel select,#lfb_form.lfb_bootstraped #lfb_mainPanel .select-block,#lfb_form.lfb_bootstraped #lfb_mainPanel .input-group{padding:4px;width:380px;max-width:380px;margin:0 auto;text-align:center;display:flex;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_column:not(.col-md-12) input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_column:not(.col-md-12) textarea,#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_column:not(.col-md-12) select,#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_column:not(.col-md-12) .select-block,#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_column:not(.col-md-12) .input-group{width:100%;max-width:100%;}#lfb_form.lfb_bootstraped #lfb_mainPanel .input-group{padding:0;}#lfb_form.lfb_bootstraped #lfb_mainPanel select{padding-left:18px;padding-right:18px;}#lfb_form.lfb_bootstraped #lfb_mainPanel input.lfb_qtfield{width:100px!important;display:block;}#lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"]{display:block;margin:0 auto;margin-top:12px;max-width:80%;direction:ltr;margin-bottom:18px;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel [data-type="slider"]{min-width:0;}#lfb_form.lfb_bootstraped #lfb_mainPanel input[type="file"]{padding-top:7px!important;}#lfb_form.lfb_bootstraped .gfield_list_cell{width:465px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .gfield_list_cell input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#lfb_form.lfb_bootstraped #lfb_mainPanel .gfield_list_celltextarea,#lfb_form.lfb_bootstraped #lfb_mainPanel .gfield_list_cell select{width:437px;}#lfb_bootstraped.lfb_bootstraped>.tooltip{display:none;}#lfb_form.lfb_bootstraped #lfb_mainPanel textarea{height:180px;}#lfb_form.lfb_bootstraped label[for="lfb_legalCheckbox"]{font-weight:bold;vertical-align:top;}#lfb_form.lfb_bootstraped #lfb_legalNoticeContent{border:2px solid;width:90%;max-width:800px;margin:0 auto;overflow-y:auto;min-height:28px;font-size:14px;padding:4px;padding-left:8px;padding-right:8px;border-radius:6px;max-height:100px;margin-top:8px;}#lfb_form.lfb_bootstraped #finalText,#lfb_form.lfb_bootstraped #lfb_payFormFinalTxt{display:none;max-width:90%;margin:0 auto;margin-top:180px;margin-bottom:180px;}#lfb_form.lfb_bootstraped .lfb_errorMsg{display:none;}#lfb_form.lfb_bootstraped:not([data-previousstepbtn="true"]) .lfb_genSlide:not(#finalSlide) .lfb_linkPreviousCt{position:relative;top:-18px;}#lfb_form.lfb_bootstraped .linkPrevious{color:#bdc3c7;display:block;margin-top:8px;font-size:14px;padding-bottom:28px;text-decoration:none;border-bottom-width:0;}#lfb_form.lfb_bootstraped a.linkPrevious{border-bottom:0;}body.rtl #lfb_form.lfb_bootstraped .linkPrevious>.fa{margin-left:36px;}#lfb_form.lfb_bootstraped #modal_quantity input{width:100px;display:inline-block;margin-right:4px;}#lfb_form.lfb_bootstraped .quantityBtns{position:absolute;top:-34px;left:50%;margin-left:-34px;width:70px;display:none;align-items:center;justify-content:center;flex-wrap:nowrap;gap:4px;}#lfb_form.lfb_bootstraped .quantityBtns.open{display:flex!important;}#lfb_form.lfb_bootstraped .quantityBtns.lfb_sliderQtContainer{width:100px;margin-left:-50px;}#lfb_form.lfb_bootstraped .lfb_sliderQt{width:100%;float:none;}#lfb_form.lfb_bootstraped .ui-slider{position:relative;text-align:left;}#lfb_form.lfb_bootstraped .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;touch-action:none;}#lfb_form.lfb_bootstraped .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}#lfb_form.lfb_bootstraped .ui-slider-horizontal{height:.8em;}#lfb_form.lfb_bootstraped .ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em;}#lfb_form.lfb_bootstraped .ui-slider-horizontal .ui-slider-range{top:0;height:100%;}#lfb_form.lfb_bootstraped .ui-slider-horizontal .ui-slider-range-min{left:0;}#lfb_form.lfb_bootstraped .ui-slider-horizontal .ui-slider-range-max{right:0;}#lfb_form.lfb_bootstraped .lfb_sliderQt .ui-slider-handle:after{content:'';display:none;}#lfb_form.lfb_bootstraped .lfb_sliderQt .ui-slider-handle:hover{opacity:1;}#lfb_form.lfb_bootstraped .lfb_sliderQt .tooltip-inner{width:73px;margin-left:-8px;white-space:nowrap;}#lfb_form.lfb_bootstraped>.tooltip>.tooltip-inner{max-width:100%;}#lfb_form.lfb_bootstraped>.tooltip>.tooltip-inner img{margin-top:8px;}#lfb_form.lfb_bootstraped [data-type="slider"] .ui-slider-handle:after{content:'';display:none;}#lfb_form.lfb_bootstraped [data-type="slider"] .ui-slider-handle:hover{opacity:1;}#lfb_form.lfb_bootstraped [data-type="slider"] .tooltip-inner{width:73px;margin-left:-12px;white-space:nowrap;}#lfb_form.lfb_bootstraped [data-type="slider"] .tooltip{width:73px;}#lfb_form.lfb_bootstraped [data-type="slider"] .tooltip .tooltip-arrow{left:50%;width:12px;margin-left:-14px;}#lfb_form.lfb_bootstraped #startInfos{padding-left:48px;padding-right:48px;}#lfb_form.lfb_bootstraped[data-progressbar="3"] #startInfos{padding-bottom:48px;}#lfb_form.lfb_bootstraped .quantityBtns a{display:inline-flex;align-items:center;justify-content:center;width:24px;line-height:22px;height:24px;background-color:#1abc9c;color:white!important;border-radius:12px;text-decoration:none;margin:0;font-weight:bold;}#lfb_form.lfb_bootstraped .quantityBtns a:hover{color:white;}#lfb_form.lfb_bootstraped #finalSlide input.toggle,#lfb_form.lfb_bootstraped #finalSlide textarea.toggle{display:none;}#lfb_form.lfb_bootstraped #finalSlide ul{padding-left:0;margin-left:0;}#lfb_form.lfb_bootstraped #finalSlide .validation_error,#lfb_form.lfb_bootstraped #finalSlide #gforms_confirmation_message,#lfb_form.lfb_bootstraped .gfield_description{display:none;}#lfb_form.lfb_bootstraped #finalSlide .validation_error,#lfb_form.lfb_bootstraped #finalSlide #gforms_confirmation_message{font-size:38px;padding-bottom:48px;padding-top:48px;}#lfb_form.lfb_bootstraped #finalSlide .btn:not(#lfb_btnOrder):not(#lfb_btnOrderPaypal):not(.lfb_button){display:inline-block;margin:0 auto;}#lfb_form.lfb_bootstraped .gfield>div>div{margin:0 auto!important;}#lfb_form.lfb_bootstraped .gfield>div>#input_1_3_toolbar:last-child{display:none!important;}#lfb_form.lfb_bootstraped .gform_body label{clear:both;}#lfb_form.lfb_bootstraped .gform_ajax_spinner{display:none;}#lfb_form.lfb_bootstraped table.gfield_list{margin:0 auto;}#lfb_form.lfb_bootstraped .ginput_quantity_label{display:inline-block;margin-left:14px;}#lfb_form.lfb_bootstraped #finalSlide .estimation_project,#lfb_form.lfb_bootstraped #finalSlide .estimation_total{display:none;}body .lfb_datepickerContainer .ui-datepicker-title{text-align:center;background-color:#1dd2af;color:white;padding:8px;margin:0;line-height:24px;}body .lfb_datepickerContainer th{background-color:#ecf0f1;text-align:center;padding:8px;color:#95a5a6;font-weight:normal;}body .lfb_datepickerContainer td{text-align:center;padding:8px;padding-left:6px;padding-right:6px;background-color:#FFF;color:#95a5a6;border:1px solid #ecf0f1;}body .lfb_datepickerContainer .ui-datepicker-calendar .ui-state-default,body .lfb_datepickerContainer .ui-datepicker-calendar .ui-widget-content .ui-state-default,body .lfb_datepickerContainer .ui-datepicker-calendar .ui-widget-header .ui-state-default,body .lfb_datepickerContainer td>a{color:#1dd2af;text-decoration:none;background-color:#fff;border:0;}body .lfb_datepickerContainer td a:hover{opacity:.7;}body .lfb_datepickerContainer td.ui-datepicker-today a{color:#34495e;}body .lfb_datepickerContainer .ui-datepicker-prev{position:absolute;left:5px;top:7px;display:block;width:22px;height:22px;color:white;content:"<";cursor:pointer;}body .lfb_datepickerContainer .ui-datepicker-next{position:absolute;right:0;top:7px;display:block;width:22px;height:22px;color:white;content:"<";cursor:pointer;}body .lfb_datepickerContainer.lfb_datepickerHasMenu .ui-datepicker-prev,body .lfb_datepickerContainer.lfb_datepickerHasMenu .ui-datepicker-next{line-height:40px;}body .lfb_datepickerContainer .ui-datepicker-prev,.lfb_datepickerContainer .ui-datepicker-next{font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}body .lfb_datepickerContainer .ui-datepicker-prev:before{content:"\e079";}body .lfb_datepickerContainer .ui-datepicker-next:before{content:"\e080";}#lfb_form.lfb_bootstraped #lfb_mainPanel input[type="file"].lfb_filefield{font-size:16px;border:0;line-height:18px;margin-top:3px;}#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary{max-width:800px;width:90%;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary{margin:0 auto;font-size:16px;margin-bottom:0;}#lfb_form.lfb_bootstraped .lfb_summary #lfb_vatRow th,#lfb_form.lfb_bootstraped #lfb_floatingSummary #lfb_vatRow th{text-align:right!important;font-weight:normal;}body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary{direction:rtl;}#lfb_form.lfb_bootstraped #lfb_floatingSummaryContent{overflow-x:hidden;margin-bottom:0;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table,#lfb_form.lfb_bootstraped #lfb_floatingSummary table,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary tbody th{background-color:#FFF;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table{box-shadow:0 0 10px rgba(0,0,0,.2);}#lfb_form.lfb_bootstraped #lfb_floatingSummary table{margin-bottom:0;}#lfb_form.lfb_bootstraped #lfb_floatingSummary table .lfb_quantityTh{width:80px;text-align:right;}#lfb_form.lfb_bootstraped #lfb_floatingSummary table .lfb_priceTh{width:90px;text-align:right;}#lfb_form.lfb_bootstraped #lfb_floatingSummary table .lfb_quantityTd{text-align:right;}#lfb_form.lfb_bootstraped #lfb_floatingSummary table .lfb_priceTd{text-align:right;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table thead,#lfb_form.lfb_bootstraped #lfb_floatingSummary table thead{background-color:#1dd2af;color:#FFF;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table th.lfb_summaryStep,#lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_floatingSummary table th.lfb_summaryStep{text-align:center;color:#FFF;font-size:16px;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary #lfb_summaryTotalTr th:first-child{text-align:right;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary #lfb_summaryDiscountTr th:first-child{text-align:right;font-weight:normal;}#lfb_bootstraped.lfb_bootstraped .dropdown-menu:not(.bootstrap-timepicker-widget):not(.datetimepicker){left:0!important;z-index:2147483647!important;}#lfb_bootstraped.lfb_bootstraped:not(.open)>.dropdown-menu:not(.bootstrap-timepicker-widget):not(.datetimepicker){display:none;}#lfb_bootstraped.lfb_bootstraped .open>.dropdown-menu:not(.bootstrap-timepicker-widget):not(.datetimepicker){display:block;visibility:visible;opacity:1;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table th{vertical-align:top;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table th,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table td{text-align:right;white-space:normal;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table td{overflow-wrap:break-word;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary td:first-child,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary th:first-child,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary td:nth-child(2),#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary th:nth-child(2){text-align:left;}body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary td:first-child,body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary th,body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary td:first-child,body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary td{text-align:right;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary #lfb_summaryTotal{text-align:right;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary [id="lfb_summaryDepositTr"] th:first-child{text-align:left;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary [id="lfb_summaryDeposit"],#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary [id="lfb_summaryDepositTr"]>th:last-child,#lfb_form.lfb_bootstraped #lfb_floatingSummary [id="lfb_summaryDeposit"],#lfb_form.lfb_bootstraped #lfb_floatingSummary [id="lfb_summaryDepositTr"]>th:last-child{text-align:right;}#lfb_form.lfb_bootstraped #lfb_floatingSummary #lfb_summaryTotalTr th,#lfb_form.lfb_bootstraped #lfb_floatingSummary #lfb_summaryTotal{text-align:right;}body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary #lfb_summaryTotalTr th,body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary #lfb_summaryTotal{text-align:right;}#lfb_form.lfb_bootstraped .caret{-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none;}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group:not(.input-group-btn){max-width:380px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .row{max-width:100%;margin-left:0!important;margin-right:0!important;display:block;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .modal .row{display:flex;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .modal .modal-header .close{font-size:24px;}#lfb_bootstraped.lfb_bootstraped btn-group.lfb_bootstrap-select.form-control{width:auto;}body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary{text-align:right;}body.rtl #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table td{text-align:right;}body.rtl #lfb_form .linkPrevious>.fa{-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);-ms-filter:fliph;filter:fliph;}@media (max-width:768px){#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_stepTitle{font-size:38px}}@media (max-width:940px){#lfb_form.lfb_bootstraped .genPrice{width:80%}}@media (max-width:480px){#lfb_form.lfb_bootstraped #lfb_mainFormTitle{font-size:44px}#lfb_form.lfb_bootstraped #startInfos.lfb_loaded{display:none}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_btnContainer{padding-top:0!important}#lfb_form.lfb_bootstraped .lfb_button{margin-top:0!important}#lfb_form.lfb_bootstraped #lfb_close_btn{margin-top:1px;margin-right:7px}#lfb_form.lfb_bootstraped #lfb_mainPanel{min-height:auto;padding-left:18px;padding-right:18px}#lfb_form #finalText{margin-top:48px;font-size:48px}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_stepTitle{font-size:28px}#lfb_form.lfb_bootstraped #lfb_mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#lfb_form.lfb_bootstraped #lfb_mainPanel textarea,#lfb_form.lfb_bootstraped #lfb_mainPanel select,#lfb_form.lfb_bootstraped #lfb_mainPanel .select-block,#lfb_form.lfb_bootstraped #lfb_mainPanel .input-group,#lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_signature{width:100%}#lfb_form.lfb_bootstraped.lfb_popup #lfb_mainPanel #lfb_signature,#lfb_form.lfb_bootstraped.lfb_popup #lfb_mainPanel #lfb_signature canvas{width:280px}#lfb_form.lfb_bootstraped .genPrice{width:60%}}#lfb_form.lfb_bootstraped #lfb_loader{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#1ABC9C;z-index:999999;display:none;}#lfb_form.lfb_bootstraped .lfb_spinner{width:40px;height:40px;position:relative;margin:0 auto;top:50%;margin-top:-20px;}#lfb_form.lfb_bootstraped .double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#FFF;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2.0s infinite ease-in-out;animation:bounce 2.0s infinite ease-in-out;}#lfb_form.lfb_bootstraped .double-bounce2{-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}#lfb_form.lfb_bootstraped .lfb_stepDescription{opacity:0;position:absolute;top:120px;left:0;width:100%;text-align:center;margin-bottom:18px;padding-left:18px;padding-right:18px;}#lfb_form.lfb_bootstraped .lfb_tooltip{position:absolute;z-index:1070;font-size:14px;line-height:1.286;margin-top:3px;padding:5px 0;padding-top:8px;margin-left:-8px;height:auto!important;}#lfb_form.lfb_bootstraped .lfb_tooltip.top{margin-top:-4px;padding:5px 0;padding-bottom:9px;margin-left:-8px;}#lfb_form.lfb_bootstraped .lfb_tooltip .lfb_tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;left:50%;border-width:0 9px 9px;margin-left:-8px;top:-1px;}#lfb_form.lfb_bootstraped .lfb_tooltip.bottom .lfb_tooltip-arrow{border-bottom-color:#34495e;border-width:0 9px 9px;margin-left:-9px;top:-1px;}#lfb_form.lfb_bootstraped .lfb_tooltip.top .lfb_tooltip-arrow{border-top-color:#34495e;border-width:9px 9px 0;top:auto;bottom:0;margin-left:-8px;}#lfb_form.lfb_bootstraped .lfb_tooltip .lfb_tooltip-inner{background-color:#34495e;line-height:1.286;padding:12px;text-align:center;width:183px;border-radius:6px;max-width:200px;color:#fff;}#lfb_form.lfb_bootstraped .lfb_summary #lfb_summaryDiscountTr,#lfb_form.lfb_bootstraped #lfb_floatingSummary #lfb_summaryDiscountTr{display:none;}#lfb_form.lfb_bootstraped #lfb_mainPanel input#lfb_couponField{width:324px;display:inline-block;}body>.ui-datepicker{display:none;}#lfb_form.lfb_bootstraped .lfb_colorpicker{width:1px!important;height:1px!important;opacity:0;position:relative;left:-64px;}#lfb_bootstraped.lfb_bootstraped .lfb_colorPreview{width:64px;height:64px;border-radius:32px;border:2px solid #bdc3c7;background-color:#FFF;display:inline-block;position:relative;-webkit-transition:background-color .8s;transition:background-color .8s;margin-top:8px;margin-right:7px;margin-left:14px;}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone{max-width:85%;margin:0 auto;border-radius:5px;border-style:dashed;min-width:380px;margin-top:2px;}#lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_dropzone{min-width:80px;}#lfb_bootstraped.lfb_bootstraped .lfb_item.has-error .lfb_dropzone{border-color:#e74c3c;}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-remove{position:absolute;top:-5px;right:-5px;z-index:999999;font-size:18px;text-decoration:none;}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-remove:hover{text-decoration:none;opacity:.7;}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .lfb_removeFile{font-size:18px;position:absolute;top:-5px;right:-5px;cursor:pointer;display:block;z-index:999;}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select{max-width:380px;}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select .dropdown-toggle{min-width:160px;max-width:380px;outline:none!important;text-shadow:none;max-height:42px;}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-message{font-size:22px;margin-top:28px;}#lfb_bootstraped.lfb_bootstraped .lfb_genSlide .lfb_distanceError{margin-bottom:0;margin-top:38px;}#lfb_bootstraped.lfb_bootstraped .lfb_genSlide .lfb_distanceError p{color:#c0392b;margin-bottom:0;}#lfb_form.lfb_bootstraped .dropdown-menu:not(.datetimepicker){margin-top:1px;}#lfb_form.lfb_bootstraped .dropdown-menu:not(.datetimepicker) li.selected>a{border-radius:0;}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li a:hover{opacity:.8;background-color:inherit;}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(.0)}50%{-webkit-transform:scale(1.0)}}@keyframes bounce{0%,100%{transform:scale(.0);-webkit-transform:scale(.0)}50%{transform:scale(1.0);-webkit-transform:scale(1.0)}}@media (min-width:768px){#lfb_form.lfb_bootstraped #lfb_mainFormTitle{font-size:42px}#lfb_form.lfb_bootstraped .lfb_stepDescription{padding-left:180px;padding-right:180px}}@media only screen and (max-width:768px){#lfb_form.lfb_bootstraped .lfb_stepDescription{padding-bottom:48px!important}}@media only screen and (max-width:480px){body .ui-datepicker.lfb_datepickerContainer{position:fixed!important;left:0!important;top:0!important;width:100%!important;height:100%!important}body .lfb_datepickerContainer td{line-height:52px;font-size:20px}body .colpick_hex{left:50%!important;margin-left:-104px}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary{width:100%}#lfb_form.lfb_bootstraped #lfb_mainPanel input#lfb_couponField{width:80%}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary{font-size:12px}#lfb_form.lfb_bootstraped #lfb_mainPanel{padding:4px}#lfb_form.lfb_bootstraped .x-container.max.width{padding:0!important;width:100%!important}#lfb_form.lfb_bootstraped .x-column.x-sm.x-1-1{padding:0!important}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone{max-width:95%;margin:0 auto;min-width:95%}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group:not(.input-group-btn){max-width:280px}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent{margin-top:28px!important}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent.lfb_noDes{padding-top:58px!important}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc{margin-top:28px;margin-bottom:8px}#lfb_form.lfb_bootstraped #startInfos{padding-left:28px;padding-right:28px}}#lfb_bootstraped.lfb_bootstraped #lfb_form btnStart{margin-bottom:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-totalrange]:not([data-showsteps="true"]) .progress-bar-price.lfb_notNull{line-height:13px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-totalrange]:not([data-showsteps="true"]) .progress-bar-price.lfb_notNull>span{top:7px!important;font-size:10px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-totalrange]:not([data-showsteps="true"]) .progress-bar-price.lfb_notNull>span>strong{font-size:14px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-totalrange] #lfb_finalPrice{line-height:26px;font-size:16px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-totalrange] #lfb_finalPrice strong{font-size:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] .lfb_stepDescription{padding:0;padding-left:20px;text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"],#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] h1,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] h2,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] h3,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] p,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] .row,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .lfb_genSlide .lfb_stepDescription,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] label,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] .form-group,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] .lfb_genContentSlide,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] label{text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc{text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12.lfb_row{justify-content:flex-start;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"]{padding-top:48px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle{left:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel{padding-left:28px;padding-right:28px;margin-top:48px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #startInfos{padding-left:28px;padding-right:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_btnStart{margin-left:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] .genPrice{padding-left:68px;padding-right:68px;max-width:100%;width:100%;margin-top:38px;margin-bottom:38px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #finalSlide #lfb_finalLabel{display:inline-block;width:auto;margin-right:8px;margin-top:8px;margin-bottom:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form #finalSlide #lfb_finalLabel{margin-bottom:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #finalSlide #lfb_finalPrice{display:inline-block;width:auto;vertical-align:middle;margin-top:4px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-form] #finalSlide #lfb_finalLabel,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-form] #finalSlide #lfb_finalPrice{display:block;flex:1 1 100%;width:100%;max-width:100%;margin-right:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-form] #finalSlide #lfb_finalPrice{margin-top:4px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_summary,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_legalNoticeContent{margin-left:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemDes{margin-left:0;max-width:100%!important;text-align:justify;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] .lfb_genSlide .lfb_totalBottomContainer hr{max-width:100%;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel textarea,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel select,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .select-block,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .input-group{margin-left:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2{padding-left:0;}#lfb_form.lfb_bootstraped[data-inlinelabels="true"] #lfb_mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#lfb_form.lfb_bootstrape[data-inlinelabels="true"] #lfb_mainPanel textarea,#lfb_form.lfb_bootstraped[data-inlinelabels="true"] #lfb_mainPanel select,#lfb_form.lfb_bootstraped[data-inlinelabels="true"] #lfb_mainPanel .select-block,#lfb_form.lfb_bootstraped[data-inlinelabels="true"] #lfb_mainPanel .input-group{width:280px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-inlinelabels="true"] .form-group>label,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-inlinelabels="true"] .lfb_itemBloc>p>label{margin-right:8px;width:140px;line-height:20px;vertical-align:middle;display:inline-block;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-inlinelabels="true"]:not([data-alignleft="true"]) .form-group>label,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-inlinelabels="true"]:not([data-alignleft="true"]) .lfb_itemBloc>p>label{text-align:right;vertical-align:top;margin-top:8px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-inlinelabels="true"] .form-control{display:inline-block!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-inlinelabels="true"] .form-control.toggle{margin-top:14px;display:none;width:434px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-inlinelabels="true"] .switch.has-switch{vertical-align:middle;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainer,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainerStripe{border-top:1px solid #bdc3c7;padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-direction:row;clear:both;text-align:initial;position:static!important;margin:28px 28px 0;width:auto!important;min-height:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .lfb_genSlide h3.lfb_totalBottom{text-align:center;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .linkPrevious{min-width:140px;color:#fff;border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;text-decoration:none;background-color:#bdc3c7;float:none;margin:0;display:inline-flex!important;align-items:center;justify-content:center;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .lfb_btn-next,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrderPaypal,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnPayStripe,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrderStripe,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrder,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #btnOrderRazorpay{float:none;margin-left:0;margin-bottom:0!important;order:2;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrder{float:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #finalSlide .linkPrevious{margin-top:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .lfb_linkPreviousCt{display:flex;align-items:center;justify-content:flex-start;flex:0 1 auto;width:auto;margin:0;order:1;position:static;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainer>p,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainerStripe>p{flex:1 1 auto;margin:0;order:2;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #finalSlide .lfb_btnNextContainer{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #finalSlide .lfb_btnNextContainerStripe{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #finalSlide #lfb_btnOrder{order:2;margin-left:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #finalSlide .lfb_linkPreviousCt{order:1;width:auto;justify-content:flex-start;}#lfb_bootstraped.lfb_bootstraped #lfb_form:not([data-previousstepbtn="true"]) #lfb_mainPanel .lfb_btnNextContainer>.lfb_linkPreviousCt{display:block!important;width:100%;margin-top:10px;text-align:center;position:static;top:auto;}#lfb_bootstraped.lfb_bootstraped #lfb_form:not([data-previousstepbtn="true"]) #lfb_mainPanel .lfb_btnNextContainer>.lfb_linkPreviousCt .linkPrevious{display:inline-block;margin-top:0;padding-bottom:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form #lfb_captcha-wrap{}#lfb_bootstraped.lfb_bootstraped #lfb_form #lfb_captcha{margin-bottom:14px;}#lfb_bootstraped.lfb_bootstraped #lfb_form #lfb_captchaPanel>p{margin-bottom:4px;}#lfb_bootstraped.lfb_bootstraped #lfb_form #lfb_captcha_refresh{font-size:18px;position:absolute;margin-left:8px;margin-top:8px;}#lfb_bootstraped.lfb_bootstraped #lfb_form #lfb_captchaField{width:110px;}#ajax-loading-screen{display:none!important;}#lfb_form.lfb_bootstraped .form-group.has-error .btn-default{color:#e74c3c;}#lfb_form.lfb_bootstraped>.bootstrap-timepicker-widget{width:210px;position:fixed;padding:8px;border-radius:4px;}#lfb_form.lfb_bootstraped>.bootstrap-timepicker-widget a[href="#"]{font-size:20px;margin-left:10px;}#lfb_form.lfb_bootstraped>.bootstrap-timepicker-widget input{background-color:#FFF;font-size:14px;color:#bdc3c7;max-width:60px;}#lfb_form.lfb_bootstraped>.bootstrap-timepicker-widget td.separator{text-align:center;font-size:22px;line-height:32px;}#lfb_form.lfb_bootstraped .input-group>.input-group-addon{font-size:20px;padding:8px;width:42px;-webkit-transition:border .5s ease-in,color .25s linear,background-color .25s linear;transition:border .5s ease-in,color .25s linear,background-color .25s linear;}#lfb_form.lfb_bootstraped:not([data-stylefields="light"]) .input-group>.input-group-addon:first-child{border-right:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;}#lfb_form.lfb_bootstraped:not([data-stylefields="light"]) .input-group>.input-group-addon:first-child+.form-control{border-left:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;}#lfb_form.lfb_bootstraped:not([data-stylefields="light"]) #lfb_mainPanel .input-group>.input-group-addon:first-child{border-right:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;min-height:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;}#lfb_form.lfb_bootstraped:not([data-stylefields="light"]) #lfb_mainPanel .input-group>.input-group-addon:first-child+.form-control{border-left:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;min-height:44px;height:44px;}#lfb_bootstraped.lfb_bootstraped .input-group .form-control:last-child{flex:1;}#lfb_form.lfb_bootstraped .input-group-addon>.fa,#lfb_form.lfb_bootstraped .input-group-addon>.fab,#lfb_form.lfb_bootstraped .input-group-addon>.far,#lfb_form.lfb_bootstraped .input-group-addon>.fas{width:24px;}#lfb_form.lfb_bootstraped[data-stylefields="light"] .form-control:not(textarea){background-color:transparent;border-top:0;border-left:0;border-right:0;border-radius:0;}#lfb_form.lfb_bootstraped[data-stylefields="light"] .form-control{border-radius:0;}#lfb_form.lfb_bootstraped[data-stylefields="light"] .form-control:not(textarea){-webkit-transition:border .5s ease-in,color .25s linear,background-color .25s linear;transition:border .5s ease-in,color .25s linear,background-color .25s linear;}#lfb_form.lfb_bootstraped[data-stylefields="light"] .input-group-addon{border-top:0;border-right:0;border-left:0;border-bottom:2px solid;font-size:28px;padding:0;padding-left:4px;padding-right:4px;border-radius:0;}#lfb_form.lfb_bootstraped:not([data-stylefields="light"]) .form-group.has-error .input-group-addon{background-color:#e74c3c;border-color:#e74c3c;color:white;}#lfb_form.lfb_bootstraped[data-stylefields="light"] .form-group.has-error:not(.focus)>.input-group-addon{border-color:#e74c3c;color:#e74c3c;}#lfb_form.lfb_bootstraped a.btn{position:relative;}#lfb_form.lfb_bootstraped .lfb_shineCanvas{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;}#lfb_form.lfb_bootstraped .lfb_layeredImage{position:relative;display:inline-block;margin:0 auto;margin-top:18px;margin-bottom:28px;box-shadow:0 0 10px rgba(0,0,0,.2);}#lfb_form.lfb_bootstraped .lfb_layeredImage>img:not(.lfb_baseLayer){position:absolute;width:100%;height:100%;top:0;left:0;}#lfb_form.lfb_bootstraped .lfb_bootstrap-select .dropdown-toggle:focus{outline:none!important;}.pac-container{z-index:99999999!important;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped .lfb_summary thead th{padding:8px;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped{padding:0;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped #lfb_mainPanel{padding-top:28px;padding-bottom:28px;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_stepTitle{font-size:30px;margin-top:20px;margin-bottom:10px;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped #lfb_mainPanel p{text-align:initial;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped .lfb_summary{text-align:initial;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped .lfb_summary table{width:100%!important;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped .lfb_summary hr{margin-top:4px;margin-bottom:4px;border:0;border-top:1px solid #eeeeee;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_btnNextContainer{text-align:center;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped #lfb_mainPanel{min-height:100%;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_payFormFinalTxt{font-size:53px;margin-top:140px;}#lfb_bootstraped.lfb_payForm #lfb_form.lfb_bootstraped #lfb_mainPanel .wp-video{margin:0 auto!important;}#lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_stripe_card-error{font-size:16px;color:red;margin-bottom:18px;}#lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_stripeContainer{border:2px solid #CCC;display:inline-block;margin:0 auto;border-radius:6px;max-width:100%;padding:12px;padding-left:38px;padding-right:38px;}#lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_stripeContainer .payment-errors{display:block;padding-bottom:12px;margin-top:-16px;color:#e74c3c;font-size:18px;}#lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_stripeLogoImg{max-height:26px;margin-top:8px;margin-bottom:8px;max-width:180px;margin-bottom:12px;}#lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_floatingSummaryBtnCtWrapper{position:relative;padding-bottom:16px;pointer-events:none;}#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_fullscreen .lfb_floatingSummaryBtnCtWrapper,#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_popup .lfb_floatingSummaryBtnCtWrapper{position:static;padding-bottom:0;}#lfb_form.lfb_bootstraped .lfb_floatingSummaryBtnCt{text-align:right;position:absolute;width:100%;right:0;top:-8px;z-index:999;}#lfb_form.lfb_bootstraped:not(.lfb_fullscreen):not(.lfb_popup) .lfb_floatingSummaryBtnCt{top:-38px;}#lfb_form.lfb_bootstraped .lfb_floatingSummaryBtnCt a{pointer-events:all;}#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_fullscreen .lfb_floatingSummaryBtnCt,#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_popup .lfb_floatingSummaryBtnCt{right:8px;top:18px;}#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_popup .lfb_floatingSummaryBtnCt{top:48px;min-height:43px;}#lfb_form.lfb_bootstraped .lfb_btnFloatingSummary{display:none;opacity:1;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;}#lfb_form.lfb_bootstraped .lfb_btnSaveForm{display:none;opacity:1;-webkit-transition:background-color .5s ease-in-out;-moz-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out;}#lfb_form.lfb_bootstraped .lfb_btnFloatingSummary.btn-circle,#lfb_form.lfb_bootstraped .lfb_btnSaveForm.btn-circle{width:43px;}#lfb_form.lfb_bootstraped .lfb_btnFloatingSummary.disabled,#lfb_form.lfb_bootstraped .lfb_btnSaveForm.disabled{opacity:0;}#lfb_form.lfb_bootstraped .lfb_btnFloatingSummary:not(.btn-circle)>.fa,#lfb_form.lfb_bootstraped .lfb_btnSaveForm:not(.btn-circle)>.fa{margin-right:8px;}#lfb_form.lfb_bootstraped #lfb_floatingSummary{background-color:transparent;position:absolute;max-width:100%;width:380px;right:0;top:42px;z-index:9999;border-radius:6px;font-size:13px;display:none;pointer-events:all;}#lfb_form.lfb_bootstraped #lfb_floatingSummary #lfb_floatingSummaryInner{max-height:280px;overflow-y:auto;overflow-x:hidden;border:1px solid #CCC;margin-top:15px;}#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_fullscreen #lfb_floatingSummary,#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_popup #lfb_floatingSummary{right:4px;}#lfb_bootstraped #lfb_form.lfb_bootstraped.lfb_popup #lfb_floatingSummary{top:80px;}#lfb_form.lfb_bootstraped #lfb_floatingSummary .lfb_summaryStep{cursor:pointer;}#lfb_form.lfb_bootstraped #lfb_floatingSummary .lfb_summaryStep:hover{opacity:.8;}#lfb_form.lfb_bootstraped #lfb_floatingSummary:before{content:" ";width:0;height:0;border-style:solid;border-width:0 16px 16px 16px;border-color:transparent transparent #cccccc transparent;position:absolute;top:0;right:10px;float:right;}#lfb_form.lfb_bootstraped #lfb_floatingSummary table{border:0;}#lfb_form.lfb_bootstraped #lfb_floatingSummary table thead tr th:first-child{border-left:0;}#lfb_form.lfb_bootstraped #lfb_floatingSummary table thead tr th:last-child{border-right:0;}#lfb_form.lfb_bootstraped .lfb_genSlide .lfb_imgTitle{margin-top:4px;margin-bottom:4px;font-size:20px;}#lfb_bootstraped.lfb_bootstraped .lfb_datepicker.form-control[readonly]{cursor:pointer;}#lfb_bootstraped.lfb_bootstraped .datetimepicker{position:absolute;background-color:#34495e;color:white;padding:10px;display:none;margin-top:0;opacity:1;visibility:visible;transition:none;width:221px;max-width:280px;z-index:2147483647;}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:before{border-bottom-color:#34495e;}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{border-bottom-color:#34495e;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table{min-width:0;max-width:100%;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td{padding:2px;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active{background-color:#1abc9c;background-image:none;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.minute:hover{background:#16a085;cursor:pointer;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.hour:hover{background:#16a085;cursor:pointer;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.day:hover{background:#16a085;cursor:pointer;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span:hover{background:#16a085;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr th,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td{color:white;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr th.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled{color:#bdc3c7;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr th:hover{opacity:.9;}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours td,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes td{min-width:40px;}.datetimepicker .datetimepicker-minutes th.prev,.datetimepicker .datetimepicker-minutes th.next{display:none!important;}.datetimepicker .datetimepicker-minutes th.switch{width:100%!important;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.new,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.old{color:inherit;opacity:.9;}#lfb_bootstraped.lfb_bootstraped .datetimepicker th.switch{vertical-align:middle;}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table th:not(.prev):not(.next),#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table td{width:100%;}#lfb_bootstraped.lfb_bootstraped .datetimepicker table{width:100%;}body.rtl #lfb_form .lfb_totalBottom span{direction:rtl!important;unicode-bidi:embed!important;}body.rtl #lfb_form.lfb_bootstraped .genPrice span:not(.lfb_subPrice){direction:rtl!important;unicode-bidi:embed!important;}#lfb_form.lfb_bootstraped .lfb_itemBloc.has-error>div>label{color:#e74c3c!important;}#lfb_form.lfb_bootstraped .lfb_itemBloc.has-error .switch-right{color:#e74c3c!important;}#lfb_bootstraped.lfb_bootstraped .lfb_imageButtonContainer{border:1px solid #bdc3c7;padding-bottom:14px;background-color:white;}#lfb_bootstraped.lfb_bootstraped .lfb_imageButtonContainer{max-width:280px;min-width:200px;margin:0 auto;}#lfb_bootstraped.lfb_bootstraped .lfb_imageButtonContainer .lfb_imageButtonHeader{padding:14px;background-color:#f5f5f5;color:#34495e;font-size:18px;color:white;font-weight:700;}#lfb_bootstraped.lfb_bootstraped .lfb_imageButtonContainer .lfb_imageButtonImg{max-height:84px;max-width:98%;margin:0 auto;margin-top:20px;margin-bottom:20px;display:block;}#lfb_bootstraped.lfb_bootstraped .lfb_imageButtonContainer .btn.lfb_imageButton{width:90%;margin:0 auto;margin-top:18px;white-space:inherit;min-width:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped:not(.lfb_visualEditing) #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_disabled{display:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped th.lfb_summaryStep{font-weight:bold;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_paymentMethodBtns{margin-bottom:24px;margin-top:24px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_paymentMethodBtns .btn,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #finalSlide #lfb_paymentMethodBtns .btn{margin-left:4px;margin-right:4px;color:#FFF;margin-bottom:12px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .fab,#lfb_bootstraped .fab{font-family:'Font Awesome 5 Brands'!important;font-weight:400!important;text-rendering:optimizeLegibility;}#lfb_form .input-group-addon{cursor:pointer;}#lfb_form.lfb_bootstraped[data-sumstepsclick="1"] .lfb_summary .lfb_summaryStep:not([data-step="final"]):hover{opacity:.9;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table th,#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_summary table td{min-width:100px;}#lfb_form.lfb_bootstraped .checkboxCt{padding-left:20px;min-height:58px;}#lfb_form.lfb_bootstraped .checkboxCt label{display:inline-block;position:relative;padding-left:5px;cursor:pointer;}#lfb_form.lfb_bootstraped .checkboxCt label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;top:10px;left:1px;margin-left:-20px;border:1px solid #cccccc;border-radius:3px;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;-o-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out;pointer-events:none;}#lfb_form.lfb_bootstraped .checkboxCt label::after{display:inline-block;position:absolute;width:16px;height:16px;left:0;top:5px;margin-left:-20px;padding-left:3px;padding-top:1px;font-size:11px;color:#FFF!important;pointer-events:none;}#lfb_form.lfb_bootstraped .checkboxCt input[type="checkbox"]{position:relative;z-index:2;width:28px;height:28px;margin:5px 0 0 0;opacity:0;cursor:pointer;vertical-align:top;}#lfb_form.lfb_bootstraped .checkboxCt input[type="checkbox"]:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}#lfb_form.lfb_bootstraped .checkboxCt input[type="checkbox"]:checked+label::after{content:"";border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg);}#lfb_form.lfb_bootstraped .checkboxCt input[type="checkbox"]:disabled+label{opacity:.65;}#lfb_form.lfb_bootstraped .checkboxCt input[type="checkbox"]:disabled+label::before{background-color:#eeeeee;cursor:not-allowed;}#lfb_form.lfb_bootstraped .checkboxCt.checkbox-circle label::before{border-radius:50%;}#lfb_form.lfb_bootstraped .checkboxCt.checkbox-inline{margin-top:0;}#lfb_form.lfb_bootstraped .checkboxCt-primary input[type="checkbox"]:checked+label::before{background-color:#428bca;border-color:#428bca;}#lfb_form.lfb_bootstraped .checkboxCt-primary input[type="checkboxCt"]:checked+label::after{color:#fff!important;}#lfb_form.lfb_bootstraped .lfb_addonCheckboxCt{position:relative;display:flex;align-items:center;width:100%;min-height:46px;padding:7px 12px 7px 36px;border:1px solid rgba(189,195,199,.75);border-radius:4px;background:#fff;box-sizing:border-box;}#lfb_form.lfb_bootstraped .lfb_addonCheckboxCt input[type="checkbox"]{position:absolute;top:50%;left:14px;z-index:1;margin:0;transform:translateY(-50%);}#lfb_form.lfb_bootstraped .lfb_addonCheckboxCt label{flex:1 1 auto;margin:0;padding-left:0;line-height:1.35;cursor:pointer;}#lfb_form.lfb_bootstraped .lfb_addonCheckboxCt label::before{top:50%;left:0;margin-left:-22px;transform:translateY(-50%);}#lfb_form.lfb_bootstraped .lfb_addonCheckboxCt label::after{top:50%;left:0;margin-left:-22px;padding-top:0;line-height:16px;transform:translateY(-50%);}#lfb_form.lfb_bootstraped .lfb_addonCheckboxPrice{flex:0 0 auto;margin-left:16px;white-space:nowrap;}#lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"][data-keeptooltip="1"]{margin-top:54px!important;}#lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .lfb_sliderTooltipPermanent{left:50%!important;pointer-events:none;transform:translateX(-50%)!important;}#lfb_form.lfb_bootstraped .radioCt{padding-left:20px;}#lfb_form.lfb_bootstraped .radioCt label{display:inline-block;position:relative;padding-left:5px;}#lfb_form.lfb_bootstraped .radioCt label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;top:10px;margin-left:-20px;border:1px solid #cccccc;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;-o-transition:border .15s ease-in-out;transition:border .15s ease-in-out;}#lfb_form.lfb_bootstraped .radioCt label::after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:8px;margin-left:-20px;border-radius:50%;background-color:#555555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-.33,.2,1.33);}#lfb_form.lfb_bootstraped .radioCt input[type="radio"]{opacity:0;}#lfb_form.lfb_bootstraped .radioCt input[type="radio"]:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.radio input[type="radio"]:checked+label::after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);}#lfb_form.lfb_bootstraped .radioCt input[type="radio"]:disabled+label{opacity:.65;}#lfb_form.lfb_bootstraped .radioCt input[type="radio"]:disabled+label::before{cursor:not-allowed;}#lfb_form.lfb_bootstraped .radioCt.radio-inline{margin-top:0;}#lfb_form.lfb_bootstraped .radioCt-primary input[type="radio"]+label::after{background-color:#428bca;}#lfb_form.lfb_bootstraped .radioCt-primary input[type="radio"]:checked+label::before{border-color:#428bca;}#lfb_form.lfb_bootstraped .radioCt-primary input[type="radio"]:checked+label::after{background-color:#428bca;}#lfb_form.lfb_bootstraped [data-keeptooltip="1"] .tooltip{display:block!important;}body.cs-preview #lfb_form.lfb_bootstraped #lfb_mainPanel{display:block;}body.cs-preview #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide[data-start="1"],body.cs-preview #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide[data-start="1"] .lfb_genContent{display:block;opacity:1;}body.cs-preview #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide[data-start="1"] .lfb_stepTitle{top:80px!important;}body.cs-preview #lfb_form.lfb_bootstraped .lfb_errorMsg{display:none!important;}#lfb_form .datetimepicker.dropdown-menu{visibility:visible!important;opacity:1!important;width:240px;display:none;z-index:2147483647!important;-webkit-transition:none!important;transition:none!important;}#lfb_form .datetimepicker.dropdown-menu:not(.lfb_datepicker_inline_widget){width:214px;margin-top:8px;padding:6px;font-size:14px;line-height:1.2;}#lfb_form .datetimepicker.dropdown-menu:not(.lfb_datepicker_inline_widget) table tr th,#lfb_form .datetimepicker.dropdown-menu:not(.lfb_datepicker_inline_widget) table tr td{width:26px;height:26px;padding:1px;font-size:14px;line-height:26px;}#lfb_form .datetimepicker.dropdown-menu:not(.lfb_datepicker_inline_widget) th.switch{width:128px;}#lfb_form .datetimepicker.lfb_datepicker_inline_widget{display:block!important;position:relative!important;top:auto!important;left:auto!important;width:100%!important;max-width:320px;margin:8px auto 0;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;z-index:1!important;}#lfb_form .datetimepicker.lfb_datepicker_inline_widget table{width:100%;}#lfb_form .lfb_datepicker_inline.form-control{display:none!important;}#lfb_form.lfb_bootstraped .has-switch i[class^="fa"]{color:white;}#lfb_form.lfb_bootstraped .modal-header{text-align:left;font-size:16px;background-color:rgba(0,0,0,.3);color:white;}#lfb_form.lfb_bootstraped .modal-footer{background-color:rgba(0,0,0,.3);}#lfb_form.lfb_bootstraped .lfb_stripeLogoContainer{margin-top:8px;margin-bottom:8px;}#lfb_form.lfb_bootstraped .modal-header>.fas,#lfb_form.lfb_bootstraped .modal-header>.fab{font-size:24px;float:left;margin-right:10px;}#lfb_bootstraped.lfb_bootstraped .modal{background-color:rgba(0,0,0,.5);}#lfb_bootstraped.lfb_bootstraped .modal-dialog{}#lfb_form.lfb_bootstraped .modal-header>span:not([class]){}#lfb_form.lfb_bootstraped .modal-footer{text-align:center;}#lfb_form.lfb_bootstraped #lfb_stripeModal .lfb_stripeLogo{height:28px;margin:0 auto;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .form-group{margin-bottom:0;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .form-control{margin-bottom:0;margin-top:0!important;}#lfb_form.lfb_bootstraped .lfb_stripeLogoContainer{margin:0;padding-top:18px;opacity:.8;}#lfb_form.lfb_bootstraped #lfb_passModal .modal-body{font-size:21px!important;margin:18px!important;}#lfb_form.lfb_bootstraped .modal-dialog{z-index:2000;}#lfb_form.lfb_bootstraped .modal-footer{text-align:center;}#lfb_form.lfb_bootstraped .modal-dialog .modal-header a.close{color:white;text-decoration:none;opacity:1;}#lfb_form.lfb_bootstraped .modal-dialog .modal-header a.close:hover{color:white;opacity:.7;}#lfb_form.lfb_bootstraped #lfb_stripe_card-element>div,#lfb_form.lfb_bootstraped #lfb_stripe_expiration-element>div,#lfb_form.lfb_bootstraped #lfb_stripe_cvc-element>div{top:3px;}#lfb_form.lfb_bootstraped #lfb_stripeModal .modal-body{min-height:78px;}#lfb_form.lfb_bootstraped #lfb_stripeModal .lfb_amountText{font-size:24px;margin-bottom:14px;line-height:38px;margin-bottom:14px;}#lfb_form.lfb_bootstraped #lfb_stripeModal .lfb_amountText [data-info="amount"]{display:block;font-size:34px;}#lfb_form.lfb_bootstraped #lfb_stripeModal .lfb_amountText [data-info="amount"]>span:not(:first-child){font-size:20px;line-height:24px;}#lfb_form.lfb_bootstraped #lfb_stripeModal [data-panel="loading"]{position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;color:white;padding:28px;font-size:24px;}#lfb_form.lfb_bootstraped #lfb_stripeModal [data-panel="fail"]{font-size:16px;color:#e74c3c;padding:28px;}#lfb_form.lfb_bootstraped #lfb_stripeModal [data-panel="fail"] [data-info="error"]{margin-bottom:18px;font-size:24px;color:#e74c3c;}#lfb_form.lfb_bootstraped #lfb_stripeModal [data-panel="fail"] .fas{font-size:48px;color:#e74c3c;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal{background:rgba(0,0,0,.3);backdrop-filter:blur(10px);border-radius:10px;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);border:1px solid rgba(255,255,255,.18);opacity:0;transition:opacity .3s;transition-delay:.5s;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.show{opacity:1;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-content{background:#dfdfdf;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);border:1px solid rgba(255,255,255,.3);min-height:200px;}@media screen and (min-height:1200px){#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-content{top:180px!important}}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-header,#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-footer{border:none;font-weight:bold;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-header .close{color:white;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-header span{color:#333;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-header>div>span:first-child{margin-right:8px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .modal-header>div>span:last-child{font-size:18px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .form-control{background-color:#fff!important;border:none;border-radius:5px;color:#333;box-shadow:0 4px 6px rgba(0,0,0,.1);}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .form-control:focus{outline:none;box-shadow:0 6px 12px rgba(0,0,0,.1);}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .btn-primary{backdrop-filter:blur(5px);border:none;border-radius:5px;color:white;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s,transform .3s;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 12px rgba(0,0,0,.1);opacity:1;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .btn-primary:focus{outline:none;box-shadow:none;transform:translateY(0);opacity:1;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .lfb_amountText{color:#555;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal .fas{color:white;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal{background:rgba(15,23,42,.56);backdrop-filter:blur(12px);border:none;border-radius:0;box-shadow:none;opacity:0;transition:opacity .18s ease-out;transition-delay:0s;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal.show{opacity:1;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-dialog{max-width:620px;width:calc(100% - 32px);margin:32px auto;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-content{top:auto!important;min-height:0;overflow:hidden;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#ffffff;color:#111827;box-shadow:0 24px 72px rgba(15,23,42,.32);}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header{display:flex;align-items:center;justify-content:space-between;min-height:80px;padding:22px 26px;border:none;border-bottom:1px solid #eef2f7;background:#ffffff;color:#111827;font-weight:700;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeHeaderContent{display:flex;align-items:center;gap:14px;min-width:0;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeIcon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:8px;background:#635bff;color:#ffffff;font-size:22px;font-weight:800;line-height:1;margin-right:0;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header span,#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header strong{color:inherit;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeEyebrow{display:block;margin-bottom:3px;color:#64748b;font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header strong{display:block;font-size:20px;line-height:1.25;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header .close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:16px;border-radius:999px;background:#f8fafc;color:#475569;opacity:1;text-decoration:none;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header .close:hover{background:#eef2f7;color:#111827;opacity:1;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header .close .fas{color:inherit;font-size:14px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-body{min-height:0;padding:24px 26px 20px;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripePanel{margin:0;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_amountTextContainer{padding:0;margin:0 0 20px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_amountText{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px;margin:0;padding:18px 20px;border:1px solid #e5eaf1;border-radius:8px;background:#f8fafc;color:#111827;font-size:14px;line-height:1.35;text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_amountText>span{color:#64748b;font-size:13px;font-weight:700;text-transform:uppercase;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_amountText [data-info="amount"]{display:block;color:#111827;font-size:36px;font-weight:700;line-height:1;text-align:right;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_amountText [data-info="amount"]>span:not(:first-child){font-size:18px;line-height:1.2;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripePaymentForm{padding:0;margin:0;text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFieldsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeField{margin:0!important;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFieldCard,#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFieldOwner{grid-column:1 / -1;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeField label{display:block;margin:0 0 7px;color:#475569;font-size:13px;font-weight:700;line-height:1.25;text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .form-control{height:48px;min-height:48px;margin:0!important;padding:13px 14px;border:1px solid #dbe3ee!important;border-radius:8px;background:#ffffff!important;color:#111827;box-shadow:0 1px 2px rgba(15,23,42,.04);font-size:15px;line-height:20px;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .form-control:focus{outline:none;border-color:#635bff!important;box-shadow:0 0 0 3px rgba(99,91,255,.16);}#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal #lfb_stripe_card-element>div,#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal #lfb_stripe_expiration-element>div,#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal #lfb_stripe_cvc-element>div{top:0;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeCardError{margin-top:12px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:13px;line-height:1.4;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeCardError:empty{display:none;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeTrustRow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1 1 auto;min-width:0;margin:0;color:#64748b;font-size:12px;font-weight:600;line-height:1.35;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeTrustRow span{display:inline-flex;align-items:center;gap:7px;min-width:0;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeTrustRow .fas{color:#16a34a;}#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeLogo{height:24px;margin:0;}#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal [data-panel="loading"]{position:relative;width:100%;height:auto;min-height:248px;padding:0;background:transparent;color:#111827;font-size:15px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeLoadingState,#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFailState{display:flex;min-height:248px;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeLoadingState .fas{color:#635bff;font-size:36px;}#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal [data-panel="fail"]{padding:0;color:#b91c1c;font-size:15px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFailState{min-height:220px;padding:20px;border-radius:8px;background:#fef2f2;color:#b91c1c;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFailState .fas{color:#dc2626;font-size:42px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFailState [data-info="error"]{margin:0;color:#991b1b;font-size:14px;}#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-footer{display:flex;align-items:center;gap:18px;justify-content:flex-end;padding:16px 26px;border:none;border-top:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,#f8fafc 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.92);text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .btn-primary{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:48px;min-width:166px;padding:13px 22px;border:none;border-radius:10px;background:linear-gradient(135deg,#635bff 0%,#7c5cff 100%);color:#ffffff;box-shadow:0 13px 24px rgba(99,91,255,.28),inset 0 1px 0 rgba(255,255,255,.18);font-weight:700;line-height:1.2;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .btn-primary .fas{margin-right:8px;color:inherit;font-size:13px;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(99,91,255,.34),inset 0 1px 0 rgba(255,255,255,.22);opacity:1;}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .btn-primary:focus{outline:none;box-shadow:0 0 0 3px rgba(99,91,255,.2);opacity:1;}@media screen and (max-width:560px){#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-dialog{width:calc(100% - 20px);margin:14px auto}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-header,#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-body,#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-footer{padding-left:18px;padding-right:18px}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_amountText{align-items:flex-start;flex-direction:column;gap:8px}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_amountText [data-info="amount"]{text-align:left}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeFieldsGrid{grid-template-columns:1fr}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .lfb_stripeTrustRow{align-items:flex-start;flex-direction:column;gap:8px}#lfb_form.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-footer{align-items:stretch;flex-direction:column;gap:14px}#lfb_bootstraped.lfb_bootstraped #lfb_stripeModal.lfb_stripeCheckoutModal .modal-footer .btn{width:100%}}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal{background:rgba(0,0,0,.36);backdrop-filter:blur(10px);opacity:0;transition:opacity .3s;transition-delay:.2s;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal.show{opacity:1;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-dialog{max-width:560px;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-content{border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.28);box-shadow:0 18px 42px rgba(15,23,42,.28);}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-header{display:flex;align-items:center;justify-content:space-between;border:none;font-weight:700;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-header>div{display:flex;align-items:center;gap:10px;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-header .fas{color:inherit;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-header .close{color:inherit;opacity:.9;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-body{padding:20px;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .lfb_bankTransferAmount{border-radius:8px;padding:14px 16px;margin-bottom:16px;text-align:center;background:rgba(255,255,255,.78);}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .lfb_bankTransferAmount span{display:block;font-size:13px;font-weight:700;text-transform:uppercase;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .lfb_bankTransferAmount strong{display:block;margin-top:4px;font-size:30px;line-height:1.2;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .lfb_paymentInstructions{margin-bottom:14px;line-height:1.55;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .lfb_paymentInstructions p:last-child{margin-bottom:0;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal dl{display:grid;gap:10px;margin:0;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal dl>div{display:grid;grid-template-columns:minmax(120px,.42fr) 1fr;gap:12px;align-items:center;border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.7);}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal dt,#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal dd{margin:0;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal dt{font-size:12px;font-weight:700;text-transform:uppercase;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal dd{font-size:15px;font-weight:600;word-break:break-word;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-footer{display:flex;justify-content:center;gap:10px;border:none;}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-footer .btn{border-radius:6px;}@media screen and (max-width:540px){#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-body{padding:16px}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal dl>div{grid-template-columns:1fr;gap:4px}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-footer{flex-direction:column}#lfb_bootstraped.lfb_bootstraped #lfb_bankTransferModal .modal-footer .btn{width:100%}}#lfb_form.lfb_bootstraped .lfb_imageButtonContainer .lfb_imageButtonDescription{font-size:16px;padding:14px;padding-bottom:0;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="checkbox"] .lfb_itemDes{margin-top:0!important;}#lfb_form.lfb_bootstraped #lfb_emailActivationContainer .alert{background-color:#1ABC9C;color:white;width:380px;font-size:16px;margin:0 auto;margin-top:8px;margin-bottom:8px;}body>div>.grecaptcha-badge{display:none!important;}#lfb_form.lfb_bootstraped .grecaptcha-badge{position:static!important;visibility:visible!important;margin:0 auto;}#lfb_form.lfb_bootstraped .lfb_btnNextContainer{margin-top:68px;margin-bottom:-4px;}#lfb_form.lfb_bootstraped .lfb_forgotPassLinkCt{text-align:left;max-width:380px;margin:0 auto;}#lfb_form.lfb_bootstraped #lfb_forgotPassLink{font-size:12px;}#lfb_form.lfb_bootstraped #lfb_stepper{position:absolute;left:0;right:0;height:4px;background-color:#bdc3c7;z-index:1;top:0;display:none;}body.rtl #lfb_form.lfb_bootstraped #lfb_stepper{direction:ltr;-webkit-transform:scaleX(-1);transform:scaleX(-1);}#lfb_form.lfb_bootstraped #lfb_stepper .lfb_stepperPoint{position:absolute;z-index:2;width:28px;height:28px;margin-left:-14px;opacity:1;border:3px solid #fff;border-radius:50%;background-color:#bdc3c7;top:-12px;transition:all .5s;box-shadow:inset 0 0 0 rgba(255,255,255,0);}#lfb_form.lfb_bootstraped #lfb_stepper .lfb_stepperPoint:hover{opacity:1;box-shadow:inset 0 0 18px rgba(255,255,255,.5);}#lfb_form.lfb_bootstraped #lfb_stepper .lfb_stepperPoint.lfb_disabledPoint{background-color:#999;cursor:default;}#lfb_form.lfb_bootstraped #lfb_stepper #lfb_stepperBar{position:absolute;height:4px;background-color:#1abc9c;transition:width .5s ease-out;}#lfb_form.lfb_bootstraped[data-progressbar="3"] .container-fluid{padding:0;}#lfb_form .tooltip{pointer-events:none!important;}#lfb_form select>.bs-title-option{display:none!important;}#lfb_form.lfb_bootstraped #lfb_mainPanel select{-webkit-appearance:menulist;-moz-appearance:menulist;background-image:none;}#lfb_form.lfb_bootstraped .kbw-signature{display:inline-block;border:1px solid #a0a0a0;-ms-touch-action:none;}#lfb_form.lfb_bootstraped .kbw-signature-disabled{opacity:.35;}#lfb_form.lfb_bootstraped #lfb_signatureContainer{padding-left:15px;padding-right:15px;margin-bottom:8px;}#lfb_form.lfb_bootstraped #lfb_signature{width:380px;height:120px;margin:0 auto;position:relative;margin-bottom:38px;}#lfb_form.lfb_bootstraped #lfb_signature.has-error{border-color:#e74c3c;}#lfb_form.lfb_bootstraped #lfb_signature #lfb_resetSignature{font-size:18px;position:absolute;bottom:0;right:4px;z-index:1;}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12.lfb_row{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;}#lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_row{text-align:center;clear:both;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_imageButtonContainer{width:100%;max-width:100%;min-width:80px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_imageButtonContainer a.btn-primary{max-width:210px;}#lfb_form.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel [data-type="slider"]{min-width:40px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_row .lfb_item,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_column{float:none!important;vertical-align:top;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_row .lfb_item:not(.lfb_row){text-align:center;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_column{display:inline-block;flex-direction:column;padding-top:8px;padding-bottom:8px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_row .lfb_column .lfb_item:not(.ui-draggable-dragging){width:100%;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_column.col{width:auto;float:left;min-width:180px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_btnNextContainer{clear:both;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-usevisual="1"] .lfb_btnNextContainer{margin-top:48px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_rate{font-size:26px;margin:0 auto;cursor:pointer;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_item.lfb_gmap{width:100%;min-height:220px!important;min-width:480px;box-shadow:0 3px 9px 0 rgba(0,0,0,.1);outline:none;background-size:cover;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_item.lfb_gmap .lfb_mapCt{position:relative;width:100%;height:100%;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .lfb_linkPreviousCt{margin-top:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainer,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainerStripe{min-height:0;}@media (max-width:480px){#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2{padding:10px}#lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable{margin-left:10px;margin-right:10px}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .lfb_btn-next,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrderPaypal,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrderStripe,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrder{float:none;width:100%;margin-bottom:0}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainer,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_mainPanel .lfb_btnNextContainerStripe{flex-direction:column;align-items:stretch;margin-left:18px;margin-right:18px}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .lfb_btn-next,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrderPaypal,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrderStripe,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] #lfb_btnOrder{order:1;margin-left:0}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .lfb_linkPreviousCt{width:100%;margin-left:0;margin-right:0;order:2}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-previousstepbtn="true"] .linkPrevious{min-width:100%;float:none;width:100%;margin-top:0;margin-left:0}#lfb_form.lfb_bootstraped>.bootstrap-timepicker-widget{position:fixed}#lfb_form.lfb_bootstraped #lfb_floatingSummary{position:relative;width:100%!important;right:0!important;margin-top:-38px;top:0}#lfb_form.lfb_bootstraped #lfb_floatingSummary:before{top:-15px;display:none}}@media (max-width:480px){#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_column{width:100%}}#lfb_form.lfb_visualEditing .lfb_item.lfb_disabled{display:block!important;}.rtl #lfb_bootstraped.lfb_bootstraped .input-group .form-control:last-child,.rtl #lfb_bootstraped.lfb_bootstraped .input-group-addon:last-child,.rtl #lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn:not(:first-child),.rtl #lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn,.rtl #lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:6px;border-top-left-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0;}.rtl #lfb_bootstraped.lfb_bootstraped .input-group .form-control:first-child,.rtl #lfb_bootstraped.lfb_bootstraped .input-group-addon:first-child,.rtl #lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn,.rtl #lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.dropdown-toggle,.rtl #lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:6px;border-top-right-radius:6px;}#lfb_bootstraped.lfb_bootstraped .lfb_textCenter{text-align:center;}#lfb_bootstraped.lfb_bootstraped .lfb_btnNextContainerMargTop{margin-top:38px;}#lfb_bootstraped.lfb_bootstraped .lfb_maxWidth{max-width:100%!important;}#lfb_bootstraped.lfb_bootstraped .lfb_maxWidth90{max-width:90%!important;margin:0 auto!important;}#lfb_bootstraped.lfb_bootstraped .lfb-marg-r-s{margin-right:8px;}#lfb_bootstraped.lfb_bootstraped #lfb_legalNoticeContentCt{margin-top:14px;}#lfb_bootstraped.lfb_bootstraped .lfb_stripeMargTop{margin-top:38px;}#lfb_bootstraped.lfb_bootstraped .lfb_sumItemDes{font-size:12px;}#lfb_bootstraped.lfb_bootstraped #lfb_legalCheckbox{display:none;}#lfb_bootstraped.lfb_bootstraped #lfb_legalNoticeContentCt>label{width:auto;}#lfb_form.lfb_bootstraped .form-group .input-group-addon{height:46px;line-height:26px;}#lfb_form.lfb_bootstraped .datetimepicker fieldset{display:block;}#lfb_form.lfb_bootstraped[data-form] .lfb_genSlide .form-group>label,#lfb_form.lfb_bootstraped[data-form] .lfb_genSlide [data-itemtype="checkbox"]>div>label,#lfb_bootstraped.lfb_bootstraped label{line-height:1.4em;}#lfb_form.lfb_bootstraped label,#lfb_bootstraped.lfb_bootstraped label,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget label{line-height:28px;font-size:16px;}#lfb_bootstraped.lfb_bootstraped .lfb_itemBloc[data-alignment="1"] .form-group,#lfb_bootstraped.lfb_bootstraped .lfb_itemBloc[data-alignment="1"] .form-control{text-align:left!important;}#lfb_bootstraped.lfb_bootstraped .lfb_itemBloc[data-alignment="2"] .form-group,#lfb_bootstraped.lfb_bootstraped .lfb_itemBloc[data-alignment="2"] .form-control{text-align:right!important;}@media (max-width:480px){#lfb_bootstraped.lfb_bootstraped #lfb_summary th.lfb_quantityTh,#lfb_bootstraped.lfb_bootstraped #lfb_summary td.lfb_quantityTd{min-width:24px!important}}.modal-backdrop{z-index:10;}#lfb_bootstraped.lfb_bootstraped #lfb_panel>.container-fluid>.row>*{padding-bottom:12px!important;}#lfb_bootstraped.lfb_bootstraped .lfb_dropdownAutocompleteMenu{width:480px;background-color:#f5f5f5;color:#555555;}#lfb_bootstraped.lfb_bootstraped .lfb_dropdownAutocompleteMenu .ui-menu-item-wrapper{cursor:pointer;font-size:18px;line-height:30px;}#lfb_bootstraped.lfb_bootstraped .lfb_dropdownAutocompleteMenu .ui-menu-item-wrapper:hover{color:#16a085;}#lfb_bootstraped.lfb_bootstraped .lfb_comboboxContainer{display:flex;}#lfb_bootstraped.lfb_bootstraped .lfb_dropdownAutocompleteBtn{margin-left:8px;margin-top:4px;font-size:28px;}#lfb_bootstraped.lfb_bootstraped .lfb_dropdownAutocompleteMenu{overflow-y:auto;max-height:180px;}#lfb_bootstraped.lfb_bootstraped a.lfb_numberFieldQtSelector{font-size:24px;color:white;background-color:#bdc3c7;border-radius:50%;width:32px;height:32px;line-height:32px;min-width:32px;line-height:28px;position:relative;text-align:center!important;}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] a.lfb_numberFieldQtSelector{background-color:rgba(0,0,0,.2)!important;}body #lfb_form.lfb_bootstraped.lfb_payForm #lfb_summary{max-width:840px;margin:0 auto;}#lfb_bootstraped.lfb_bootstraped a.lfb_numberFieldQtSelector[data-lfbdirection="-"]{right:auto;left:-8px!important;top:6px!important;}#lfb_bootstraped.lfb_bootstraped a.lfb_numberFieldQtSelector[data-lfbdirection="+"]{top:6px!important;left:8px!important}#lfb_bootstraped.lfb_bootstraped .form-control.lfb_customQtSelector{-moz-appearance:textfield;-webkit-appearance:textfield;}#lfb_bootstraped.lfb_bootstraped .lfb_numberFieldQtSelectorContainer{display:flex;}#lfb_bootstraped.lfb_bootstraped .lfb_numberFieldQtSelectorContainer>input{flex:1;}#lfb_form.lfb_visualEditing #finalSlide .lfb_btnNextContainer{display:none!important;}#lfb_bootstraped.lfb_bootstraped.lfb_visualEditing .lfb_btnAddItem{transition:transform .3s;}#lfb_bootstraped.lfb_bootstraped.lfb_visualEditing .lfb_btnAddItem:hover{transform:scale(1.1);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .checkboxCt label::before{width:28px;height:28px;top:5px;left:1px;margin-left:-28px;border:2px solid #ccc;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .checkboxCt label::after{left:0;top:0;margin-left:-32px;padding-left:3px;padding-top:1px;font-size:38px;position:absolute;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .checkboxCt input[type="checkbox"]:checked+label::after{width:9px;height:17px;top:8px;left:11px;margin-left:-28px;padding:0;border:solid #fff;border-width:0 3px 3px 0;font-size:0;line-height:0;transform:rotate(45deg);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .checkboxCt label{padding-left:14px;font-size:18px;line-height:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_addonCheckboxCt.checkboxCt label{font-size:14px;line-height:20px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_addonCheckboxCt.checkboxCt label::before{width:18px!important;height:18px!important;top:50%!important;left:0!important;margin-left:-24px!important;border-width:1px!important;transform:translateY(-50%)!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_addonCheckboxCt.checkboxCt label::after{width:18px!important;height:18px!important;top:50%!important;left:0!important;margin-left:-24px!important;padding:0!important;font-size:16px!important;line-height:18px!important;text-align:center;transform:translateY(-50%)!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_addonCheckboxCt.checkboxCt input[type="checkbox"]:checked+label::after{width:6px!important;height:11px!important;top:50%!important;left:0!important;margin-left:-18px!important;padding:0!important;border:solid #fff!important;border-width:0 2px 2px 0!important;font-size:0!important;line-height:0!important;transform:translateY(-62%) rotate(45deg)!important;}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .form-control,#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .lfb_dropzone{background-color:rgba(255,255,255,.2)!important;border-color:rgba(255,255,255,.3)!important;transform:scale(1);transition:all .3s ease-in,box-shadow .3s ease-in;margin-top:18px;border-radius:10px;backdrop-filter:blur(10px);box-shadow:0 0 10px rgba(0,0,0,.1);}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .lfb_dropzone .dz-preview.dz-image-preview{background:transparent;}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .form-control:hover{box-shadow:0 0 20px rgba(0,0,0,.2);}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .form-control:focus{transform:scale(1.05);background-color:rgba(255,255,255,.3)!important;border-color:rgba(255,255,255,.4)!important;box-shadow:0 0 30px rgba(0,0,0,.25);}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .form-group.has-error .form-control{border-color:rgba(255,80,80,.4)!important;color:#fc5c65!important;}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] textarea.form-control{margin-top:22px;}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .input-group-addon{background-color:rgba(255,255,255,.2)!important;border-color:rgba(255,255,255,.3)!important;}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .btn{background-color:rgba(43,203,186,.2);border:2px solid rgba(255,255,255,.5);color:#2bcbba;padding:10px 20px;border-radius:10px;backdrop-filter:blur(10px);box-shadow:0 0 10px rgba(43,203,186,.3);transition:all .3s ease-in-out;}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] #lfb_mainPanel .lfb_sliderQt .ui-slider-handle{box-shadow:0 0 4px rgba(0,0,0,.2);}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .btn:hover{background-color:rgba(43,203,186,.3);box-shadow:0 0 20px rgba(43,203,186,.4);}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .btn:active{background-color:rgba(43,203,186,.4);box-shadow:0 0 15px rgba(43,203,186,.5);transform:scale(.98);}#lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .btn:focus{outline:none;box-shadow:0 0 20px rgba(43,203,186,.4),0 0 0 3px rgba(43,203,186,.3);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .row{--bs-gutter-x:2.5rem;}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .lfb_imageButtonContainer{background-color:rgba(0,0,0,.2)!important;border:none!important;box-shadow:0 0 14px rgba(0,0,0,.2);}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .lfb_imageButtonContainer .lfb_imageButtonHeader{background-color:rgba(0,0,0,.3)!important;}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .genPrice .progress{background-color:rgba(0,0,0,.2)!important;}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] a:not(.btn):not(.lfb_numberFieldQtSelector),#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] a:not(.btn):hover,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] a:not(.btn):active,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable.checked span.icon_select,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] #lfb_mainPanel #lfb_finalPrice,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .ginput_product_price,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .checkbox.checked,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .radio.checked,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .checkbox.checked .second-icon,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .radio.checked .second-icon{}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .btn-default,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .has-switch span.switch-right,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .bootstrap-datetimepicker-widget .has-switch span.switch-right,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .dropdown-menu:not(.datetimepicker){background-color:rgba(0,0,0,.4)!important;}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .has-switch span.switch-left{background-color:rgba(255,255,255,.5)!important;}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .checkboxCt label::before{background-color:rgba(0,0,0,.3)!important;border-color:rgba(0,0,0,.1)!important;}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"]::-webkit-input-placeholder,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"]::-moz-placeholder,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"]:-ms-input-placeholder,#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"]:-moz-placeholder{color:#fcfcfc;}#lfb_bootstraped #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"] .alert-danger{color:#f5c2c7;border-color:#f5c2c7;background-color:rgba(0,0,0,.2);}body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] #lfb_mainPanel .lfb_summary table,body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] #lfb_floatingSummaryContent table{background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3);}body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] #lfb_mainPanel .lfb_summary table th.lfb_summaryStep,body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] #lfb_floatingSummaryContent table th.lfb_summaryStep{background-color:rgba(0,0,0,.3);}body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] #lfb_mainPanel .lfb_summary table tbody th:not(.lfb_summaryStep),body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] #lfb_floatingSummaryContent table tbody th:not(.lfb_summaryStep){background-color:rgba(0,0,0,.3);}body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent div.lfb_selectable span.icon_select{background-color:rgba(0,0,0,.4);}body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] .modal-header,body #lfb_form.lfb_bootstraped[data-stylefields="glassmorphic"][data-form] .modal-footer{background-color:transparent;}body #lfb_form.lfb_bootstraped #lfb_verificationModal .modal-content{padding:18px;}body #lfb_form.lfb_bootstraped #lfb_verificationModal .modal-content .form-group label{font-size:26px;line-height:46px;}#lfb_bootstraped.lfb_bootstraped #lfb_verificationModal .modal-content{border-radius:24px;}#lfb_bootstraped.lfb_bootstraped #lfb_verificationModal .lfb_verification-code-inputs{display:flex;gap:12px;}#lfb_bootstraped.lfb_bootstraped #lfb_verificationModal .lfb_verification-code-inputs .lfb_verification-char{width:60px;height:60px;font-size:31px;line-height:46px;text-align:center;border-radius:12px;border:2px solid #ccc;}#lfb_form.lfb_bootstraped .lfb_pricetable{width:100%;margin:10px 0;}#lfb_form.lfb_bootstraped .lfb_ptColumns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}#lfb_form.lfb_bootstraped .lfb_ptCol{flex:1;min-width:180px;max-width:280px;border:2px solid #e0e0e0;border-radius:8px;padding:0;text-align:center;transition:border-color .3s,box-shadow .3s;background:#fff;cursor:pointer;}#lfb_form.lfb_bootstraped .lfb_ptCol:hover{border-color:#bbb;box-shadow:0 2px 12px rgba(0,0,0,.08);}#lfb_form.lfb_bootstraped .lfb_ptCol.lfb_ptSelected{border-color:var(--lfb-main-color,#1abc9c);box-shadow:0 4px 20px rgba(26,188,156,.2);}#lfb_form.lfb_bootstraped .lfb_ptCol.lfb_ptHighlighted{position:relative;}#lfb_form.lfb_bootstraped .lfb_ptBadge{display:inline-block;background:var(--lfb-main-color,#1abc9c);color:#fff;font-size:11px;font-weight:600;padding:3px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;position:absolute;top:-12px;left:50%;transform:translateX(-50%);white-space:nowrap;z-index:1;}#lfb_form.lfb_bootstraped .lfb_ptColHeader{padding:20px 16px 12px;border-bottom:1px solid #f0f0f0;}#lfb_form.lfb_bootstraped .lfb_ptColTitle{font-size:18px;font-weight:600;margin:0 0 4px;color:#333;}#lfb_form.lfb_bootstraped .lfb_ptColPrice{font-size:28px;font-weight:700;color:var(--lfb-main-color,#1abc9c);}#lfb_form.lfb_bootstraped .lfb_ptColFeatures{padding:12px 16px;}#lfb_form.lfb_bootstraped .lfb_ptFeature{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f5f5f5;font-size:13px;}#lfb_form.lfb_bootstraped .lfb_ptFeature:last-child{border-bottom:none;}#lfb_form.lfb_bootstraped .lfb_ptFeatureLabel{color:#888;text-align:left;}#lfb_form.lfb_bootstraped .lfb_ptFeatureValue{font-weight:600;color:#333;}#lfb_form.lfb_bootstraped .lfb_ptColFooter{padding:12px 16px 20px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ptSelectBtn{display:inline-block;padding:8px 24px;border:2px solid var(--lfb-main-color,#1abc9c);border-radius:20px;color:var(--lfb-main-color,#1abc9c)!important;font-weight:600;font-size:13px;text-decoration:none;transition:all .2s;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ptSelectBtn:hover,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ptCol.lfb_ptSelected .lfb_ptSelectBtn{background:var(--lfb-main-color,#1abc9c);color:#fff!important;text-decoration:none;}@media (max-width:600px){#lfb_form.lfb_bootstraped .lfb_ptColumns{flex-direction:column;align-items:center}#lfb_form.lfb_bootstraped .lfb_ptCol{max-width:100%;width:100%}}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap{width:100%;--lfb-ip-accent:var(--lfb-item-accent,var(--lfb-main-color,#1abc9c));--lfb-ip-columns:auto;--lfb-ip-gap:12px;--lfb-ip-card-width:120px;--lfb-ip-card-min-height:120px;--lfb-ip-card-padding-y:16px;--lfb-ip-card-padding-x:10px;--lfb-ip-card-radius:12px;--lfb-ip-media-height:50px;--lfb-ip-icon-size:32px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipGrid{display:flex;flex-wrap:wrap;gap:var(--lfb-ip-gap);justify-content:center;padding:10px 0;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap.lfb_ipStyle_compact{--lfb-ip-card-min-height:92px;--lfb-ip-card-padding-y:10px;--lfb-ip-card-padding-x:8px;--lfb-ip-media-height:42px;--lfb-ip-icon-size:28px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:var(--lfb-ip-card-width);min-height:var(--lfb-ip-card-min-height);padding:var(--lfb-ip-card-padding-y) var(--lfb-ip-card-padding-x);border:2px solid #dee2e6;border-radius:var(--lfb-ip-card-radius);cursor:pointer;transition:all .2s ease;background:#fff;text-align:center;box-sizing:border-box;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap[style*="--lfb-ip-columns"] .lfb_ipGrid{display:grid;grid-template-columns:repeat(var(--lfb-ip-columns),minmax(0,1fr));}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap[style*="--lfb-ip-columns"] .lfb_ipCard{width:100%;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard:hover{border-color:var(--lfb-ip-accent);background:#fff;background:color-mix(in srgb,var(--lfb-ip-accent) 6%,#fff);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipSelected{border-color:var(--lfb-ip-accent);background:#fff;background:color-mix(in srgb,var(--lfb-ip-accent) 8%,#fff);box-shadow:0 0 0 3px rgba(33,150,243,.2);box-shadow:0 0 0 3px color-mix(in srgb,var(--lfb-ip-accent) 20%,transparent);transform:translateY(-2px);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipHighlighted{border-color:var(--lfb-ip-accent);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipHighlighted:not(.lfb_ipSelected){box-shadow:0 3px 14px rgba(33,150,243,.12);box-shadow:0 3px 14px color-mix(in srgb,var(--lfb-ip-accent) 16%,transparent);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipBadge{position:absolute;top:-12px;left:50%;z-index:2;display:inline-block;max-width:calc(100% - 22px);padding:3px 13px;border-radius:999px;background:var(--lfb-ip-accent);color:#ffffff;font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:translateX(-50%);box-shadow:0 4px 12px rgba(0,0,0,.16);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipSelected::after{content:"";position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:var(--lfb-ip-accent);box-shadow:0 4px 10px rgba(0,0,0,.18);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipSelected::before{content:"";position:absolute;top:12px;right:15px;z-index:3;width:7px;height:12px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg);box-sizing:border-box;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap.lfb_ipHideCheck .lfb_ipCard.lfb_ipSelected::before,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap.lfb_ipHideCheck .lfb_ipCard.lfb_ipSelected::after{display:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap.lfb_ipShowCheck .lfb_ipCard.lfb_ipSelected .lfb_ipCardLabel,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap.lfb_ipShowCheck .lfb_ipCard.lfb_ipSelected .lfb_ipCardMeta,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap.lfb_ipShowCheck .lfb_ipCard.lfb_ipSelected .lfb_ipCardPrice{box-sizing:border-box;width:100%;padding-right:30px;padding-left:6px;overflow-wrap:anywhere;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCardIcon{font-size:var(--lfb-ip-icon-size);margin-bottom:8px;color:#546e7a;transition:color .2s;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipSelected .lfb_ipCardIcon{color:var(--lfb-ip-accent);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCardMedia{width:100%;height:var(--lfb-ip-media-height);margin-bottom:10px;display:flex;align-items:center;justify-content:center;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCardMedia img{display:block;width:auto;max-width:100%;max-height:100%;object-fit:contain;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCardLabel{font-size:13px;font-weight:600;color:#37474f;line-height:1.3;margin-bottom:4px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCardMeta{margin-top:-2px;margin-bottom:3px;color:#78909c;font-size:12px;font-weight:500;line-height:1.25;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCardPrice{font-size:12px;color:#78909c;font-weight:500;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipSelected .lfb_ipCardLabel{color:var(--lfb-ip-accent);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard.lfb_ipSelected .lfb_ipCardPrice{color:var(--lfb-ip-accent);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_iconpickerWrap.lfb_ipStyle_swatch{--lfb-ip-card-width:34px;--lfb-ip-card-min-height:34px;--lfb-ip-gap:14px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipGrid{justify-content:flex-start;padding:8px 0 14px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCard{width:var(--lfb-ip-card-width);height:var(--lfb-ip-card-width);min-height:var(--lfb-ip-card-width);padding:0;border-radius:50%;background:transparent;box-shadow:none;transform:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCard:hover{transform:none;box-shadow:0 0 0 4px color-mix(in srgb,var(--lfb-ip-accent) 16%,transparent);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCard.lfb_ipSelected{border-color:var(--lfb-ip-accent);background:transparent;box-shadow:0 0 0 2px #ffffff,0 0 0 4px var(--lfb-ip-accent);transform:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCard.lfb_ipSelected::before,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCard.lfb_ipSelected::after{display:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipSwatch{display:block;width:100%;height:100%;border-radius:inherit;background:var(--lfb-ip-swatch-color,#ffffff);box-shadow:inset 0 0 0 1px rgba(35,48,68,.14);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCard>p{display:none;margin:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipSwatch{flex:0 0 100%;border-radius:50%;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCardIcon,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCardMedia,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCardLabel,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCardMeta,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCardPrice{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator{width:min(90%,1160px);max-width:1160px;margin:-80px auto 16px!important;align-items:stretch;justify-content:center;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .genPrice{max-width:760px;margin-top:0;margin-bottom:8px;position:relative;z-index:4;transform:translateY(-54px);}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .genPrice .progress .progress-bar-price{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin-left:-39px;line-height:1;font-size:16px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .genPrice .progress .progress-bar-price>span{position:static!important;top:auto!important;left:auto!important;display:block;width:auto!important;line-height:1.05;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .genPrice .progress .progress-bar-price>span:first-child{font-size:16px;font-weight:800;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .genPrice .progress .progress-bar-price>span:not(.lfb_subPrice):not(:first-child){font-size:11px;font-weight:700;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) #lfb_mainPanel{margin-top:-78px;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_genSlide .lfb_stepTitle.positioned{top:70px!important;font-size:42px;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_stepDescription{top:100px;font-size:16px;color:#34445c;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) #lfb_mainPanel .lfb_genSlide .lfb_genContent{padding-top:66px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator>.lfb_column{padding-left:12px;padding-right:12px;}@media (min-width:900px){#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator>.lfb_column:first-child{flex:0 0 43%;max-width:43%;width:43%}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator>.lfb_column:last-child{flex:0 0 57%;max-width:57%;width:57%}}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator .lfb_column>.lfb_itemBloc{margin-bottom:12px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator .lfb_itemLabel{display:block;margin:0 0 10px;color:#223149;font-size:15px;font-weight:700;line-height:1.35;text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSectionTitle{margin:0 0 8px!important;text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSectionTitle .lfb_richTextContent{color:#223149;font-size:15px;font-weight:700;line-height:1.35;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_tshirtConfigurator .lfb_column>.lfb_tshirtSectionTitle,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] .lfb_tshirtConfigurator .lfb_column>.lfb_tshirtSectionTitle .lfb_richTextContent{text-align:left!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPreview .lfb_richTextContent{height:100%;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPreviewFrame{display:flex;align-items:center;justify-content:center;min-height:330px;height:100%;padding:24px;border:1px solid #d8dee7;border-radius:8px;background:#ffffff;box-shadow:0 14px 34px rgba(34,49,73,.08);box-sizing:border-box;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPreviewFrame img{display:block;width:min(100%,430px);max-height:290px;object-fit:contain;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator .lfb_tshirtStylePicker .lfb_ipGrid,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator .lfb_tshirtPrintPicker .lfb_ipGrid,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator .lfb_tshirtAddonPicker .lfb_ipGrid{justify-content:flex-start;padding-top:2px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtStylePicker .lfb_ipCard,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPrintPicker .lfb_ipCard,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtAddonPicker .lfb_ipCard{border-radius:8px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtStylePicker .lfb_ipCard{height:96px;min-height:96px;padding-top:10px;padding-bottom:10px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPrintPicker .lfb_ipCard{height:82px;min-height:82px;padding-top:8px;padding-bottom:8px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtAddonPicker .lfb_ipCard{height:58px;min-height:58px;padding-top:7px;padding-bottom:7px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPrintPicker .lfb_ipCardIcon,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtAddonPicker .lfb_ipCardIcon{font-size:20px;margin-bottom:4px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPrintPicker .lfb_ipCardLabel,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtAddonPicker .lfb_ipCardLabel{font-size:12px;line-height:1.18;margin-bottom:2px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtAddonPicker .lfb_ipCardIcon{display:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtColorPicker .lfb_ipGrid{justify-content:flex-start;padding-top:10px;padding-bottom:4px;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtColorPicker{margin-bottom:10px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator .lfb_column>.lfb_tshirtColorPicker{margin-bottom:10px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtColorPicker + .lfb_tshirtSectionTitle{margin-top:0!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSizesRow{display:flex;flex-wrap:nowrap;gap:10px;width:100%;margin:0 0 12px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSizesRow>.lfb_column{flex:1 1 0;float:none;max-width:none;width:auto;padding-left:0;padding-right:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSizeField{margin-bottom:0!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSizeField label{display:block;margin:0 0 7px;color:#223149;font-size:12px;font-weight:700;line-height:1.2;text-align:center;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSizeField input.form-control{min-height:38px;height:38px;padding:6px 8px;border-radius:6px;text-align:center;width:78px;max-width:100%;margin:0 auto;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_tshirtSizesRow.lfb_row{display:flex!important;flex-wrap:nowrap!important;align-items:flex-start;gap:10px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_tshirtSizesRow.lfb_row>.lfb_column.col-md-2{flex:1 1 0!important;float:none!important;display:block!important;min-width:0!important;width:auto!important;max-width:none!important;padding:0!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_tshirtSizesRow .lfb_tshirtSizeField .form-group{width:auto;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_tshirtSizesRow .lfb_tshirtSizeField input.form-control{display:block;width:78px!important;max-width:78px!important;min-width:0!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_tshirtStylePicker .lfb_ipCard{height:96px!important;min-height:96px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_tshirtPrintPicker .lfb_ipCard{height:82px!important;min-height:82px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-usevisual="1"] #lfb_mainPanel .lfb_tshirtAddonPicker .lfb_ipCard{height:58px!important;min-height:58px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .genPrice .progress-bar-price .lfb_subPrice{display:none!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryRow{width:min(90%,1160px);max-width:1160px;margin:0 auto 20px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryCard{width:100%;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryCard .lfb_summaryItemContent{padding:14px 18px;border:1px solid #d8dee7;border-radius:8px;background:#ffffff;box-shadow:0 10px 26px rgba(34,49,73,.07);}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryCard h3{display:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryCard .lfb_subTxt{display:none!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryCard .table-responsive{margin:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryCard table{margin-bottom:0;background:transparent;}@media (max-width:576px){#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCard{width:min(var(--lfb-ip-card-width),100px);min-height:min(var(--lfb-ip-card-min-height),100px);padding:min(var(--lfb-ip-card-padding-y),12px) min(var(--lfb-ip-card-padding-x),8px)}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipCardIcon{font-size:min(var(--lfb-ip-icon-size),26px)}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipGrid{gap:min(var(--lfb-ip-gap),8px)}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_ipStyle_swatch .lfb_ipCard{width:var(--lfb-ip-card-width);min-height:var(--lfb-ip-card-width)}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator,#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtSummaryRow{width:94%}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator{margin-top:0!important}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtPreviewFrame{min-height:250px;padding:18px}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) #lfb_mainPanel{margin-top:-46px}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_genSlide .lfb_stepTitle.positioned{top:76px!important;font-size:32px}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_stepDescription{top:118px;font-size:14px}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) #lfb_mainPanel .lfb_genSlide .lfb_genContent{padding-top:132px}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtConfigurator>.lfb_column{padding-left:0;padding-right:0;margin-bottom:18px}#lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_tshirtColorPicker{margin-bottom:18px!important}}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel{clear:both;min-height:0;height:auto;max-height:none;overflow:visible;padding-bottom:32px;}#lfb_form.lfb_bootstraped[data-form]:not([data-progressbar="3"]) .genPrice .progress{margin-bottom:0;}#lfb_form.lfb_bootstraped[data-form]>p:empty,#lfb_form.lfb_bootstraped[data-form] #lfb_panel>p:empty,#lfb_form.lfb_bootstraped[data-form] #lfb_panel>.container-fluid>p:empty,#lfb_form.lfb_bootstraped[data-form] #lfb_panel>.container-fluid>.row>p:empty,#lfb_form.lfb_bootstraped[data-form] #lfb_panel>.container-fluid>.row>div:not([id]):not([class]):empty,#lfb_form.lfb_bootstraped[data-form] #lfb_panel>.container-fluid>.row>div:not([id])[class=""]:empty{display:none!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide{width:100%;max-width:100%;padding:44px 0 32px;text-align:center;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle,#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_genSlide .lfb_stepTitle.positioned{position:relative!important;top:auto!important;left:auto!important;width:auto;max-width:1040px;margin:0 auto 38px;padding:0 18px;font-size:42px;line-height:1.15;opacity:0;transform:translateY(56px) scale(.96);transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)!important;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle.positioned,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepEntered .lfb_stepTitle,body.cs-preview #lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide[data-start] .lfb_stepTitle,body.cs-preview #lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide[data-start] .lfb_stepTitle.positioned{top:auto!important;opacity:1;transform:none;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_stepDescription,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_genContent{transform:translateY(28px);transition:opacity .4s ease-out,transform .55s cubic-bezier(.22,1,.36,1);will-change:opacity,transform;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_stepDescription{transition-delay:.08s;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_genContent{transition-delay:.18s;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared.lfb_stepEntered .lfb_stepDescription,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared.lfb_stepEntered .lfb_genContent{opacity:1;transform:none;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_genContent .lfb_itemBloc:not(.lfb_row){opacity:0;transform:translateY(24px) scale(.985);transition:opacity .38s ease-out,transform .52s cubic-bezier(.22,1,.36,1);transition-delay:var(--lfb-step-item-delay,0ms);will-change:opacity,transform;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared.lfb_stepEntered .lfb_genContent .lfb_itemBloc:not(.lfb_row){opacity:1;transform:none;}#lfb_form.lfb_bootstraped[data-form] .lfb_stepDescription,#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_stepDescription{position:relative!important;top:auto!important;left:auto!important;width:auto;max-width:920px;margin:0 auto 22px;padding-right:18px;padding-left:18px;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent.lfb_noDes,#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) #lfb_mainPanel .lfb_genSlide .lfb_genContent{width:100%;max-width:1180px;margin:24px auto 0;padding-top:0!important;padding-right:18px;padding-left:18px;opacity:0;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel #finalSlide .lfb_genContent{margin-top:18px;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent>.row,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:18px;margin-right:0;margin-left:0;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item{float:none;min-width:0;box-sizing:border-box;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-12,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-12,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-12{flex:1 1 100%;width:100%;max-width:100%;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-8,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-8,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-8{flex:1 1 calc(66.666667% - 18px);max-width:calc(66.666667% - 9px);}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-6,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-6,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-6{flex:1 1 calc(50% - 18px);max-width:calc(50% - 9px);}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-4,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-4,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-4{flex:1 1 calc(33.333333% - 18px);max-width:calc(33.333333% - 12px);}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-3,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-3,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-3{flex:1 1 calc(25% - 18px);max-width:calc(25% - 14px);}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-2,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-2,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-2,#lfb_form.lfb_bootstraped[data-usevisual="1"][data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2,#lfb_form.lfb_bootstraped:not([data-usevisual="1"])[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2{display:block;flex:0 1 170px;width:auto;max-width:100%;margin:0;padding:0;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_dividerItem,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_headingItem,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.lfb_noticeItem{flex:1 1 100%;width:100%;max-width:min(100%,980px);}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="filefield"]{display:block;flex:1 1 100%;width:100%;max-width:100%;clear:both;padding:8px 0 14px;text-align:center;isolation:isolate;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="filefield"]>label{display:block;margin-bottom:14px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="filefield"] .lfb_dropzone{position:relative;z-index:2;display:block;width:min(100%,380px);max-width:min(100%,380px);min-width:0;margin:0 auto;}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="filefield"] + .lfb_dividerItem{margin-top:34px;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"][data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent>.row,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"][data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_row{justify-content:flex-start;}#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"][data-form] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle,#lfb_bootstraped.lfb_bootstraped #lfb_form[data-alignleft="true"][data-form] #lfb_mainPanel .lfb_genSlide .lfb_stepDescription{max-width:1180px;text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) #lfb_mainPanel{margin-top:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .fas,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .fa-solid,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .fa-classic{font-weight:900;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .far,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .fa-regular,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .fab,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .fa-brands{font-weight:400;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_column>.lfb_iconpickerWrap,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap>.lfb_iconpicker,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap .lfb_ipGrid{width:100%;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap .lfb_ipCardLabel,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap .lfb_ipCardMeta,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap .lfb_ipCardPrice{word-break:normal;overflow-wrap:break-word;}@media only screen and (max-width:768px){#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide{padding:30px 0 24px}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle,#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_genSlide .lfb_stepTitle.positioned{font-size:30px;margin-bottom:12px}#lfb_form.lfb_bootstraped[data-form] .lfb_stepDescription,#lfb_bootstraped.lfb_bootstraped #lfb_form:has(.lfb_tshirtConfigurator) .lfb_stepDescription{padding-bottom:0!important;font-size:15px}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent.lfb_noDes{margin-top:18px!important;padding-right:12px;padding-left:12px}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent>.row,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_row{gap:12px}#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-8,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-8,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-8,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-6,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-6,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-6,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-4,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-4,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-4,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-3,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-3,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-3,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc.col-md-2,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_column.col-md-2,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_item.col-md-2{flex:1 1 100%;width:100%;max-width:100%;margin-top:0;margin-bottom:0}#lfb_form.lfb_bootstraped[data-usevisual="1"][data-form] #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2{min-width:0}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap[style*="--lfb-ip-columns"] .lfb_ipGrid{grid-template-columns:repeat(auto-fit,minmax(128px,1fr))}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap[style*="--lfb-ip-columns"] .lfb_ipCard{width:100%}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap.lfb_ipShowCheck .lfb_ipCard.lfb_ipSelected .lfb_ipCardLabel,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap.lfb_ipShowCheck .lfb_ipCard.lfb_ipSelected .lfb_ipCardMeta,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped[data-form] .lfb_iconpickerWrap.lfb_ipShowCheck .lfb_ipCard.lfb_ipSelected .lfb_ipCardPrice{padding-right:22px;overflow-wrap:break-word}}@media (prefers-reduced-motion:reduce){#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_stepDescription,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_genContent,#lfb_form.lfb_bootstraped[data-form] #lfb_mainPanel .lfb_genSlide.lfb_stepPrepared .lfb_genContent .lfb_itemBloc:not(.lfb_row){transition:none!important;transform:none!important}}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentItem{text-align:left;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentSelector{width:100%;padding:20px;border:1px solid rgba(120,130,150,.28);border-radius:8px;background:#fff;box-shadow:0 14px 34px rgba(18,28,45,.08);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentSelector h3{margin:0 0 16px;color:#5b45d6;font-size:18px;font-weight:700;line-height:1.25;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOption{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;min-height:52px;margin:0 0 10px;padding:12px 14px;border:1px solid #d9dee8;border-radius:6px;background:#fff;color:#223044;text-align:left;appearance:none;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOption:hover,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOption:focus{border-color:#8068ea;box-shadow:0 0 0 3px rgba(108,77,230,.12);outline:none;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOption.is-selected{border-color:#6c4de6;background:rgba(108,77,230,.04);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentRadio{width:18px;height:18px;border:2px solid #c7ceda;border-radius:50%;position:relative;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOption.is-selected .lfb_paymentRadio{border-color:#6c4de6;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOption.is-selected .lfb_paymentRadio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#6c4de6;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOptionText{min-width:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOptionText strong{display:block;overflow-wrap:anywhere;font-size:15px;font-weight:700;line-height:1.25;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOptionBrand{display:inline-flex;align-items:center;gap:7px;color:#8b95a5;font-size:13px;white-space:nowrap;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOptionBrand span{color:#6c4de6;font-size:18px;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails{margin-top:12px;padding:14px;border:1px solid rgba(108,77,230,.18);border-radius:6px;background:rgba(108,77,230,.05);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentInstructions p{margin:0 0 10px;color:#435066;line-height:1.45;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails dl{display:grid;gap:8px;margin:0;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails dl div{display:grid;grid-template-columns:minmax(120px,.38fr) minmax(0,1fr);gap:10px;align-items:start;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails dt,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails dd{margin:0;min-width:0;overflow-wrap:anywhere;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails dt{color:#667085;font-weight:700;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails dd{color:#223044;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentEmpty{padding:12px 14px;border:1px dashed #c7ceda;border-radius:6px;color:#667085;}@media (max-width:575px){#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentSelector{padding:16px}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOption{grid-template-columns:22px minmax(0,1fr)}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentOptionBrand{grid-column:2;justify-self:start;margin-top:-4px}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .lfb_paymentMethodDetails dl div{grid-template-columns:minmax(0,1fr);gap:2px}}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input.form-control,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error textarea.form-control,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error select.form-control,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error .lfb_bootstrap-select .dropdown-toggle,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error .nice-select.form-control,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error .lfb_colorPreview,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error .lfb_dropzone,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error [data-type="slider"]{border-color:#e74c3c!important;box-shadow:none!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"]{width:min(100%,320px)!important;max-width:320px;height:8px!important;margin:26px auto 32px!important;border:0!important;border-radius:999px!important;background:rgba(71,85,105,.28)!important;box-shadow:inset 0 1px 2px rgba(15,23,42,.18);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"][data-keeptooltip="1"]{margin-top:42px!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-range{height:100%!important;border-radius:999px!important;background:var(--lfb-main-color,#1abc9c)!important;box-shadow:0 2px 8px rgba(26,188,156,.2);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_sliderQt .ui-slider-handle{top:50%!important;width:20px!important;height:20px!important;margin-left:0!important;border:3px solid #fff!important;border-radius:50%!important;background:var(--lfb-main-color,#1abc9c)!important;box-shadow:0 5px 14px rgba(15,23,42,.22),0 0 0 1px rgba(15,23,42,.08);cursor:grab;transform:translate(-50%,-50%);transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle:hover,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle.ui-state-hover{box-shadow:0 7px 18px rgba(15,23,42,.26),0 0 0 5px rgba(26,188,156,.16);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle.ui-state-active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.08);box-shadow:0 9px 22px rgba(15,23,42,.3),0 0 0 6px rgba(26,188,156,.2);}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle .tooltip,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_sliderQt .ui-slider-handle .tooltip{top:-42px!important;left:50%!important;display:block;width:auto;min-width:0;margin:0;padding:0;pointer-events:none;transform:translateX(-50%)!important;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle .tooltip-inner,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_sliderQt .ui-slider-handle .tooltip-inner{width:auto!important;min-width:32px;max-width:72px;min-height:0;margin:0!important;padding:5px 8px;border-radius:999px;background:rgba(15,23,42,.94);box-shadow:0 7px 18px rgba(15,23,42,.22);color:#fff;font-size:12px;font-weight:700;line-height:1.1;letter-spacing:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle .tooltip-arrow,#lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_sliderQt .ui-slider-handle .tooltip-arrow{position:absolute;left:50%;bottom:-4px;width:0;height:0;margin-left:-4px;border-top:4px solid rgba(15,23,42,.94);border-right:4px solid transparent;border-left:4px solid transparent;}#lfb_form .lfb_repeaterTableWrap{width:100%;overflow-x:auto;margin-bottom:12px;}#lfb_form .lfb_repeaterTable,#lfb_form .lfb_repeaterSummaryTable{width:100%;border-collapse:collapse;}#lfb_form .lfb_repeaterTable th,#lfb_form .lfb_repeaterTable td,#lfb_form .lfb_repeaterSummaryTable th,#lfb_form .lfb_repeaterSummaryTable td{padding:8px;vertical-align:middle;}#lfb_form .lfb_repeaterTable .form-control{min-width:110px;}#lfb_form .lfb_repeaterLineTotal,#lfb_form .lfb_repeaterLineTotalHead,#lfb_form .lfb_repeaterActions,#lfb_form .lfb_repeaterActionsHead{white-space:nowrap;text-align:center;}#lfb_form .lfb_repeaterSummaryCell{min-width:220px;}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 *//*! * Datetimepicker for Bootstrap * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */
#lfb_bootstraped.lfb_bootstraped .datetimepicker{padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}#lfb_bootstraped.lfb_bootstraped .datetimepicker-inline{width:220px}#lfb_bootstraped.lfb_bootstraped .datetimepicker.datetimepicker-rtl{direction:rtl}#lfb_bootstraped.lfb_bootstraped .datetimepicker.datetimepicker-rtl table tr td span{float:right}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown,#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-left{top:0;left:0}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);border-bottom:0}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker>div{display:none}#lfb_bootstraped.lfb_bootstraped .datetimepicker.days div.datetimepicker-days,#lfb_bootstraped.lfb_bootstraped .datetimepicker.hours div.datetimepicker-hours,#lfb_bootstraped.lfb_bootstraped .datetimepicker.minutes div.datetimepicker-minutes,#lfb_bootstraped.lfb_bootstraped .datetimepicker.months div.datetimepicker-months,#lfb_bootstraped.lfb_bootstraped .datetimepicker.years div.datetimepicker-years{display:block}#lfb_bootstraped.lfb_bootstraped .datetimepicker table{margin:0}#lfb_bootstraped.lfb_bootstraped .datetimepicker td,#lfb_bootstraped.lfb_bootstraped .datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}#lfb_bootstraped.lfb_bootstraped .table-striped .datetimepicker table tr td,#lfb_bootstraped.lfb_bootstraped .table-striped .datetimepicker table tr th{background-color:transparent}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.day:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.hour:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.new,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.old{color:#999}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today[disabled]{background-color:#fdf59a}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:active{background-color:#fbf069}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active[disabled]{background-color:#04c}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active{background-color:#039}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table tr td span.hour_am,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours fieldset legend,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span:hover{background:#eee}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active[disabled]{background-color:#04c}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:active{background-color:#039}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.old{color:#999}#lfb_bootstraped.lfb_bootstraped .datetimepicker th.switch{width:145px}#lfb_bootstraped.lfb_bootstraped .datetimepicker th span.glyphicon{pointer-events:none}#lfb_bootstraped.lfb_bootstraped .datetimepicker tfoot th,#lfb_bootstraped.lfb_bootstraped .datetimepicker thead tr:first-child th{cursor:pointer}#lfb_bootstraped.lfb_bootstraped .datetimepicker tfoot th:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker thead tr:first-child th:hover{background:#eee}#lfb_bootstraped.lfb_bootstraped .input-append.date .add-on i,#lfb_bootstraped.lfb_bootstraped .input-group.date .input-group-addon span,#lfb_bootstraped.lfb_bootstraped .input-prepend.date .add-on i{cursor:pointer;width:14px;height:14px}