  
@font-face {
    font-family: 'fontello';
    src : url('/v8/resources/fonts/fontello/fontello.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nucleo Outline';
    src : url("/v8/resources/fonts/nucleo/nc-outline.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Nucleo Glyph';
    src: url("/v8/resources/fonts/nucleo/nc-glyph.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }

.nc-icon-outline {
    display: inline-block;
    font: normal normal normal 14px/1 "Nucleo Outline";
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.nc-icon-glyph {
    display: inline-block;
    font: normal normal normal 14px/1 "Nucleo Glyph";
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*------------------------ change icon size -------------------------*/
.nc-icon-glyph.md {
    font-size: 0.7em;
}
.nc-icon-glyph.lg {
    font-size: 1.33333333em;
    vertical-align: -16%;
}
.nc-icon-glyph.x2 {
    font-size: 2em;
}
.nc-icon-glyph.x3 {
    font-size: 3em;
}
/*---------------------------------- add a square/circle background -----------------------------------*/
.nc-icon-glyph.square, .nc-icon-glyph.circle {
    padding: 0.33333em;
    vertical-align: -16%;
    background-color: #eee;
}
.nc-icon-glyph.circle {
    border-radius: 50%;
}
/*------------------------ list icons -------------------------*/
.nc-icon-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.nc-icon-ul > li {
    position: relative;
}
.nc-icon-ul > li > .nc-icon-glyph {
    position: absolute;
    left: -1.57143em;
    top: 0.14286em;
    text-align: center;
}
.nc-icon-ul > li > .nc-icon-glyph.lg {
    top: 0;
    left: -1.35714em;
}
.nc-icon-ul > li > .nc-icon-glyph.circle, .nc-icon-ul > li > .nc-icon-glyph.square {
    top: -0.19048em;
    left: -1.90476em;
}
/*------------------------ spinning icons -------------------------*/
.nc-icon-glyph.spin {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    -moz-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear;
}
@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*------------------------ rotated/flipped icons -------------------------*/
.nc-icon-glyph.rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nc-icon-glyph.rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nc-icon-glyph.rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.nc-icon-glyph.flip-y {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.nc-icon-glyph.flip-x {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/* -------------------------------- nc Web Font Generated using nucleoapp.com -------------------------------- */
/*------------------------ icons -------------------------*/
.nc-icon-glyph.ui-2_share-bold::before {
    content: "\ea33";
}
.nc-icon-glyph.ui-2_link-69::before {
    content: "\ea34";
}
.nc-icon-glyph.ui-2_ban-bold::before {
    content: "\ea35";
}
.nc-icon-glyph.ui-1_bold-remove::before {
    content: "\ea36";
}
.nc-icon-glyph.ui-1_circle-add::before {
    content: "\ea37";
}
.nc-icon-glyph.ui-1_check-circle-08::before {
    content: "\ea38";
}
.nc-icon-glyph.travel_bag::before {
    content: "\ea39";
}
.nc-icon-glyph.ui-2_favourite-31::before {
    content: "\ea3a";
}
.nc-icon-glyph.ui-1_circle-bold-remove::before {
    content: "\ea3b";
}
.nc-icon-glyph.arrows-1_minimal-down::before {
    content: "\ea3c";
}
.nc-icon-glyph.arrows-1_minimal-up::before {
    content: "\ea3d";
}
.nc-icon-glyph.ui-1_zoom::before {
    content: "\ea3e";
}
.nc-icon-glyph.ui-1_simple-remove::before {
    content: "\ea3f";
}
.nc-icon-glyph.ui-1_email-85::before {
    content: "\ea40";
}
.nc-icon-glyph.ui-1_email-83::before {
    content: "\ea41";
}
.nc-icon-glyph.ui-1_email-84::before {
    content: "\ea42";
}
.nc-icon-glyph.arrows-2_skew-down::before {
    content: "\ea43";
}
.nc-icon-glyph.arrows-1_bold-down::before {
    content: "\ea44";
}
.nc-icon-glyph.ui-1_check-bold::before {
    content: "\ea45";
}
.nc-icon-glyph.arrows-1_bold-right::before {
    content: "\ea46";
}
.nc-icon-glyph.users_circle-10::before {
    content: "\ea47";
}
.nc-icon-glyph.ui-2_phone::before {
    content: "\ea48";
}
.nc-icon-glyph.business_globe::before {
    content: "\ea49";
}
.nc-icon-glyph.arrows-1_bold-up::before {
    content: "\ea4a";
}
.nc-icon-glyph.users_add-29::before {
    content: "\ea4b";
}
.nc-icon-glyph.ui-2_fat-remove::before {
    content: "\ea4c";
}
.nc-icon-glyph.arrows-1_minimal-right::before {
    content: "\ea4d";
}
.nc-icon-glyph.food_cookies::before {
    content: "\ea4e";
}
.nc-icon-glyph.media-1_button-power::before {
    content: "\ea4f";
}
.nc-icon-glyph.ui-2_chat-content::before {
    content: "\ea50";
}
.nc-icon-glyph.users_multiple-19::before {
    content: "\ea51";
}
.nc-icon-glyph.ui-1_bell-55::before {
    content: "\ea52";
}
.nc-icon-glyph.arrows-1_circle-left-38::before {
    content: "\ea53";
}
.nc-icon-glyph.location_flag-diagonal-33::before {
    content: "\ea54";
}
.nc-icon-glyph.ui-1_trash::before {
    content: "\ea55";
}
.nc-icon-glyph.tech_computer-old::before {
    content: "\ea56";
}
.nc-icon-glyph.ui-2_favourite-28::before {
    content: "\ea57";
}
.nc-icon-glyph.users_single-01::before {
    content: "\ea58";
}
.nc-icon-glyph.location_position-pin::before {
    content: "\ea59";
}
.nc-icon-glyph.arrows-1_refresh-69::before {
    content: "\ea5a";
}
.nc-icon-glyph.business_chart-bar-33::before {
    content: "\ea5b";
}
.nc-icon-glyph.ui-1_eye-19::before {
    content: "\ea5c";
}
.nc-icon-glyph.users_multiple-11::before {
    content: "\ea5d";
}
.nc-icon-glyph.ui-1_check-circle-07::before {
    content: "\ea5e";
}
.nc-icon-glyph.arrows-1_minimal-left::before {
    content: "\ea5f";
}
.nc-icon-glyph.right-arrow::before {
    content: "\ea60";
}
.nc-icon-glyph.ui-3_heart::before {
    content: "\ea61";
}
.nc-icon-glyph.ui-1_home-51::before {
    content: "\ea62";
}
.nc-icon-glyph.ui-3_phone::before {
    content: "\ea63";
}
.nc-icon-glyph.design_measure-17::before {
    content: "\ea64";
}
.nc-icon-glyph.furniture_bath-tub::before {
    content: "\ea65";
}
.nc-icon-glyph.furniture_bed-side::before {
    content: "\ea66";
}
.nc-icon-glyph.ui-1_circle-remove::before {
    content: "\ea67";
}
.nc-icon-glyph.ui-2_square-remove-12::before {
    content: "\ea68";
}
.nc-icon-glyph.arrows-2_small-right::before {
    content: "\ea69";
}
.nc-icon-glyph.arrows-2_small-left::before {
    content: "\ea6a";
}
.nc-icon-glyph.arrows-3_small-down::before {
    content: "\ea6b";
}
.nc-icon-glyph.arrows-1_bold-left::before {
    content: "\ea6d";
}
.nc-icon-glyph.arrows-1_back-80::before {
    content: "\ea6e";
}
.nc-icon-glyph.arrows-2_file-upload-93::before {
    content: "\ea6f";
}
.nc-icon-glyph.ui-1_simple-add::before {
    content: "\ea70";
}
.nc-icon-glyph.media-1_image-add::before {
    content: "\ea71";
}
.nc-icon-glyph.travel_info::before {
    content: "\ea72";
}
.nc-icon-glyph.camera::before {
    content: "\ea74";
}
.nc-icon-glyph.media-1_audio-92::before {
    content: "\ea75";
}
.nc-icon-glyph.food_course::before {
    content: "\ea76";
}
.nc-icon-glyph.clothes_long-sleeve::before {
    content: "\ea77";
}
.nc-icon-glyph.tech_sync::before {
    content: "\ea78";
}
.nc-icon-glyph.education_book-open::before {
    content: "\ea79";
}
.nc-icon-glyph.education_hat::before {
    content: "\ea7a";
}
.nc-icon-glyph.clothes_baby::before {
    content: "\ea7c";
}
.nc-icon-glyph.users_woman-25::before {
    content: "\ea7d";
}
.nc-icon-glyph.travel_beach-umbrella::before {
    content: "\ea7e";
}
.nc-icon-glyph.location_world-pin::before {
    content: "\ea7f";
}
.nc-icon-glyph.business_handout::before {
    content: "\ea80";
}
.nc-icon-glyph.education_ball-soccer::before {
    content: "\ea81";
}
.nc-icon-glyph.travel_backpack::before {
    content: "\ea82";
}
.nc-icon-glyph.users_man-23::before {
    content: "\ea83";
}
.nc-icon-glyph.ui-2_menu-dots::before {
    content: "\ea84";
}
.nc-icon-glyph.ui-2_alert-i::before {
    content: "\ea85";
}
.nc-icon-glyph.travel_trolley::before {
    content: "\ea86";
}
.nc-icon-glyph.travel_passport::before {
    content: "\ea87";
}
.nc-icon-glyph.business_briefcase-24::before {
    content: "\ea88";
}
.nc-icon-glyph.ui-1_home-52::before {
    content: "\ea89";
}
.nc-icon-glyph.business_pig::before {
    content: "\ea8a";
}
.nc-icon-glyph.health_heartbeat-16::before {
    content: "\ea8b";
}
.nc-icon-glyph.education_notepad::before {
    content: "\ea8c";
}
.nc-icon-glyph.objects_controller::before {
    content: "\ea8d";
}
.nc-icon-glyph.transportation_car-front::before {
    content: "\ea8e";
}
.nc-icon-glyph.shopping_delivery-track::before {
    content: "\ea8f";
}
.nc-icon-glyph.media-1_camera-square-58::before {
    content: "\ea90";
}
.nc-icon-glyph.clothes_coat::before {
    content: "\ea91";
}
.nc-icon-glyph.ui-3_search::before {
    content: "\ea92";
}
.nc-icon-glyph.business_tie-02::before {
    content: "\ea93";
}
.nc-icon-glyph.travel_hotel::before {
    content: "\ea94";
}
.nc-icon-glyph.ui-1_edit-76::before {
    content: "\ea95";
}
.nc-icon-glyph.business_tie-01::before {
    content: "\ea96";
}
.nc-icon-glyph.files_paper::before {
    content: "\ea97";
}
.nc-icon-glyph.design_image::before {
    content: "\ea98";
}
.nc-icon-glyph.ui-2_chat-round-content::before {
    content: "\ea99";
}
.nc-icon-glyph.ui-2_like::before {
    content: "\ea9a";
}
.nc-icon-glyph.ui-1_calendar-grid-58::before {
    content: "\ea9b";
}
.nc-icon-glyph.ui-1_calendar-check-59::before {
    content: "\ea9c";
}
.nc-icon-glyph.health_doctor::before {
    content: "\ea9d";
}
.nc-icon-glyph.business_money-coins::before {
    content: "\ea9e";
}
.nc-icon-glyph.travel_worldmap::before {
    content: "\ea9f";
}
.nc-icon-glyph.transportation_plane-17::before {
    content: "\eaa0";
}
.nc-icon-glyph.business_money-bag::before {
    content: "\eaa1";
}
.nc-icon-glyph.ui-2_book::before {
    content: "\eaa2";
}
.nc-icon-glyph.business_building::before {
    content: "\eaa3";
}
.nc-icon-glyph.weather_sun-fog-30::before {
    content: "\eaa4";
}
.nc-icon-glyph.ui-3_security::before {
    content: "\eaa5";
}
.nc-icon-glyph.food_coffee::before {
    content: "\eaa6";
}
.nc-icon-glyph.users_parent::before {
    content: "\eaa7";
}
.nc-icon-glyph.shopping_cart-modern::before {
    content: "\eaa8";
}
.nc-icon-glyph.nature_paw::before {
    content: "\eaaa";
}
.nc-icon-glyph.emoticons_cry-15::before {
    content: "\eaab";
}
.nc-icon-glyph.shopping_tag-content::before {
    content: "\eaac";
}
.nc-icon-glyph.ui-3_filter-check::before {
    content: "\eaad";
}
.nc-icon-glyph.ui-2_alert-circle::before {
    content: "\eaae";
}
.nc-icon-glyph.ui-2_alert-circle-::before {
    content: "\eaaf";
}
.nc-icon-glyph.ui-1_check-curve::before {
    content: "\eab0";
}
.nc-icon-glyph.business_handshake::before {
    content: "\eab1";
}
.nc-icon-glyph.users_network::before {
    content: "\eab2";
}

.nc-icon-outline.emoticons_cry-57::before {
    content: "\ea02"; }

.nc-icon-outline.ui-1_simple-remove::before {
    content: "\ea03"; }

.nc-icon-outline.ui-1_check-circle-07::before {
    content: "\ea04"; }

.nc-icon-outline.ui-1_circle-remove::before {
    content: "\ea05"; }

.nc-icon-outline.arrows-1_circle-right-37::before {
    content: "\ea06"; }

.nc-icon-outline.ui-1_circle-add::before {
    content: "\ea07"; }

.nc-icon-outline.arrows-1_tail-right::before {
    content: "\ea08"; }

.nc-icon-outline.ui-1_email-84::before {
    content: "\ea09"; }

.nc-icon-outline.ui-1_check::before {
    content: "\ea0a"; }

.nc-icon-outline.users_add-29::before {
    content: "\ea0b"; }

.nc-icon-outline.ui-1_trash-round::before {
    content: "\ea0c"; }

.nc-icon-outline.ui-1_edit-76::before {
    content: "\ea0d"; }

.nc-icon-outline.ui-1_eye-17::before {
    content: "\ea0e"; }

.nc-icon-outline.travel_info::before {
    content: "\ea0f"; }

.nc-icon-outline.ui-1_trash-simple::before {
    content: "\ea10"; }

.nc-icon-outline.files_single-content-03::before {
    content: "\ea11"; }

.nc-icon-outline.design_code::before {
    content: "\ea12"; }

.nc-icon-outline.ui-1_trash::before {
    content: "\ea14"; }

.nc-icon-outline.media-1_image-add::before {
    content: "\ea15"; }

.nc-icon-outline.arrows-1_fullscreen-76::before {
    content: "\ea16"; }

.nc-icon-outline.arrows-1_round-right::before {
    content: "\ea17"; }

.nc-icon-outline.business_award-48::before {
    content: "\ea18"; }

.nc-icon-outline.design_pen-23::before {
    content: "\ea19"; }

.nc-icon-outline.ui-1_edit-74::before {
    content: "\ea1a"; }

.nc-icon-outline.arrows-1_circle-left-38::before {
    content: "\ea1b"; }

.nc-icon-outline.ui-1_calendar-grid-58::before {
    content: "\ea1c"; }

.nc-icon-outline.ui-2_link-72::before {
    content: "\ea1d"; }

.nc-icon-outline.ui-1_lock::before {
    content: "\ea1e"; }

.nc-icon-outline.business_calculator::before {
    content: "\ea1f"; }

.nc-icon-outline.business_award-74::before {
    content: "\ea20"; }

.nc-icon-outline.business_handout::before {
    content: "\ea21"; }

.nc-icon-outline.arrows-2_file-upload-93::before {
    content: "\ea22"; }

.nc-icon-outline.media-1_image-delete::before {
    content: "\ea23"; }

.nc-icon-outline.users_circle-09::before {
    content: "\ea24"; }

.nc-icon-outline.ui-2_phone::before {
    content: "\ea25"; }

.nc-icon-outline.travel_world::before {
    content: "\ea26"; }

.nc-icon-outline.ui-1_email-83::before {
    content: "\ea27"; }

.nc-icon-outline.location_position-pin::before {
    content: "\ea28"; }

.nc-icon-outline.ui-1_pencil::before {
    content: "\ea29"; }

.nc-icon-outline.ui-1_bold-remove::before {
    content: "\ea2a"; }

.nc-icon-outline.users_single-01::before {
    content: "\ea2b"; }

.nc-icon-outline.design_pen-01::before {
    content: "\ea2c"; }

.nc-icon-outline.ui-2_disk::before {
    content: "\ea2d"; }

.nc-icon-outline.ui-2_alert-circle-::before {
    content: "\ea2e"; }

.nc-icon-outline.ui-2_like::before {
    content: "\ea2f"; }

.nc-icon-outline.arrows-2_file-upload-88::before {
    content: "\ea30"; }

.nc-icon-outline.arrows-1_double-left::before {
    content: "\ea31"; }

.nc-icon-outline.arrows-1_double-right::before {
    content: "\ea32"; }

.nc-icon-outline.users_circle-10::before {
    content: "\ea33"; }

.nc-icon-outline.shopping_tag-content::before {
    content: "\ea34"; }

.nc-icon-outline.ui-3_alert::before {
    content: "\ea35"; }

.nc-icon-outline.location_flag-diagonal-33::before {
    content: "\ea36"; }

.nc-icon-outline.arrows-1_bold-up::before {
    content: "\ea37"; }

.nc-icon-outline.education_language::before {
    content: "\ea38"; }

.nc-icon-outline.ui-1_home-51::before {
    content: "\ea39"; }

.nc-icon-outline.travel_bag::before {
    content: "\ea3a"; }

.nc-icon-outline.arrows-1_minimal-down::before {
    content: "\ea3b"; }

.nc-icon-outline.travel_worldmap::before {
    content: "\ea3c"; }

.nc-icon-outline.design_book-open::before {
    content: "\ea3d"; }

.nc-icon-outline.arrows-1_curved-next::before {
    content: "\ea3e"; }

.nc-icon-outline.location_world::before {
    content: "\ea3f"; }

.nc-icon-outline.ui-1_zoom-bold-in::before {
    content: "\ea40"; }

.nc-icon-outline.arrows-1_minimal-left::before {
    content: "\ea41"; }

.nc-icon-outline.arrows-1_minimal-right::before {
    content: "\ea42"; }

.nc-icon-outline.ui-1_eye-19::before {
    content: "\ea43"; }

.nc-icon-outline.ui-2_hourglass::before {
    content: "\ea44"; }

.nc-icon-outline.media-1_camera-20::before {
    content: "\ea45"; }

.nc-icon-outline.users_multiple-11::before {
    content: "\ea46"; }

.nc-icon-outline.ui-1_lock-circle::before {
    content: "\ea47"; }

.nc-icon-outline.media-1_ticket-76::before {
    content: "\ea48"; }

.nc-icon-outline.tech_print::before {
    content: "\ea49"; }

.nc-icon-outline.users_badge-13::before {
    content: "\ea4a"; }

.nc-icon-outline.users_badge-14::before {
    content: "\ea4b"; }

.nc-icon-outline.ui-2_chat-round-content::before {
    content: "\ea4c"; }

.nc-icon-outline.ui-1_simple-add::before {
    content: "\ea4d"; }

.nc-icon-outline.ui-1_simple-delete::before {
    content: "\ea4e"; }

.nc-icon-outline.users_multiple-19::before {
    content: "\ea4f"; }

.nc-icon-outline.ui-1_email-85::before {
    content: "\ea50"; }

.nc-icon-outline.ui-2_chat-content::before {
    content: "\ea51"; }

.nc-icon-outline.ui-1_zoom-split::before {
    content: "\ea52"; }

.nc-icon-outline.ui-1_settings::before {
    content: "\ea53"; }

.nc-icon-outline.ui-1_circle-bold-remove::before {
    content: "\ea54"; }

.nc-icon-outline.arrows-2_move-92::before {
    content: "\ea55"; }

.nc-icon-outline.arrows-2_move-06::before {
    content: "\ea56"; }

.nc-icon-outline.ui-1_lock-open::before {
    content: "\ea57"; }

.nc-icon-outline.business_pin::before {
    content: "\ea58"; }

.nc-icon-outline.ui-1_settings-gear-63::before {
    content: "\ea59"; }

.nc-icon-outline.location_explore::before {
    content: "\ea5a"; }

.nc-icon-outline.ui-1_check-simple::before {
    content: "\ea5b"; }

.nc-icon-outline.travel_hotel::before {
    content: "\ea5c"; }

.nc-icon-outline.ui-2_time-countdown::before {
    content: "\ea5d"; }

.nc-icon-outline.ui-2_alert-circle-i::before {
    content: "\ea5e"; }

.nc-icon-outline.arrows-1_curved-previous::before {
    content: "\ea5f"; }

.nc-icon-outline.ui-2_tile-56::before {
    content: "\ea60"; }

.nc-icon-outline.emoticons_devil::before {
    content: "\ea61"; }

.nc-icon-outline.ui-3_search::before {
    content: "\ea62"; }

.nc-icon-outline.ui-2_time::before {
    content: "\ea63"; }

.nc-icon-outline.travel_temple-02::before {
    content: "\ea64"; }

.nc-icon-outline.business_coins::before {
    content: "\ea65"; }

.nc-icon-outline.design_shape-square::before {
    content: "\ea66"; }

.nc-icon-outline.ui-1_calendar-grid-61::before {
    content: "\ea67"; }

.nc-icon-outline.ui-1_home-52::before {
    content: "\ea68"; }

.nc-icon-outline.business_briefcase-24::before {
    content: "\ea69"; }

.nc-icon-outline.business_contacts::before {
    content: "\ea6a"; }

.nc-icon-outline.location_map-big::before {
    content: "\ea6b"; }

.nc-icon-outline.ui-3_funnel-41::before {
    content: "\ea6c"; }

.nc-icon-outline.ui-1_circle-delete::before {
    content: "\ea6d"; }

.nc-icon-outline.ui-2_filter::before {
    content: "\ea6e"; }

.nc-icon-outline.ui-1_bell-53::before {
    content: "\ea6f"; }

.nc-icon-outline.ui-1_check-bold::before {
    content: "\ea70"; }

.nc-icon-outline.users_badge-15::before {
    content: "\ea71"; }

.nc-icon-outline.business_sign::before {
    content: "\ea72"; }

.nc-icon-outline.ui-2_time-clock::before {
    content: "\ea73"; }

.nc-icon-outline.business_money-coins::before {
    content: "\ea74"; }

.nc-icon-outline.files_archive::before {
    content: "\ea75"; }

.nc-icon-outline.ui-1_calendar-check-59::before {
    content: "\ea76"; }

.nc-icon-outline.ui-1_zoom-split-in::before {
    content: "\ea77"; }

.nc-icon-outline.ui-1_bold-add::before {
    content: "\ea78"; }

.nc-icon-outline.ui-2_favourite-28::before {
    content: "\ea79"; }

.nc-icon-outline.ui-2_favourite-31::before {
    content: "\ea7a"; }

.nc-icon-outline.arrows-1_simple-right::before {
    content: "\ea7b"; }

.nc-icon-outline.users_parent::before {
    content: "\ea7c"; }

.nc-icon-outline.business_progress::before {
    content: "\ea7d"; }

.nc-icon-outline.transportation_plane-18::before {
    content: "\ea7e"; }

.nc-icon-outline.health_bag-50::before {
    content: "\ea7f"; }

.nc-icon-outline.business_wallet-90::before {
    content: "\ea80"; }

.nc-icon-outline.files_single-paragraph::before {
    content: "\ea81"; }

.nc-icon-outline.shopping_mobile-touch::before {
    content: "\ea82"; }

.nc-icon-outline.shopping_hand-card::before {
    content: "\ea83"; }

.nc-icon-outline.health_notebook::before {
    content: "\ea84"; }

.nc-icon-outline.health_brain::before {
    content: "\ea85"; }

.nc-icon-outline.business_notes::before {
    content: "\ea86"; }

.nc-icon-outline.business_books::before {
    content: "\ea87"; }

.nc-icon-outline.health_doctor::before {
    content: "\ea88"; }

.nc-icon-outline.shopping_delivery-track::before {
    content: "\ea89"; }

.nc-icon-outline.business_money-bag::before {
    content: "\ea8a"; }

.nc-icon-outline.transportation_plane-17::before {
    content: "\ea8b"; }

.nc-icon-outline.education_abc::before {
    content: "\ea8c"; }

.nc-icon-outline.business_building::before {
    content: "\ea8d"; }

.nc-icon-outline.ui-2_book::before {
    content: "\ea8e"; }

.nc-icon-outline.users_single-05::before {
    content: "\ea8f"; }

.nc-icon-outline.business_badge::before {
    content: "\ea90"; }

.nc-icon-outline.media-1_rotate-left::before {
    content: "\ea91"; }

.nc-icon-outline.media-1_rotate-right::before {
    content: "\ea92"; }

.nc-icon-outline.media-1_camera-18::before {
    content: "\ea93"; }

.nc-icon-outline.arrows-1_log-out::before {
    content: "\ea94"; }

.nc-icon-outline.ui-1_edit-73::before {
    content: "\ea95"; }

.nc-icon-outline.ui-1_zoom::before {
    content: "\ea96"; }

.nc-icon-outline.location_world-pin::before {
    content: "\ea97"; }

.nc-icon-outline.emoticons_like::before {
    content: "\ea98"; }

.nc-icon-outline.emoticons_like-no::before {
    content: "\ea99"; }

.nc-icon-outline.ui-1_check-circle-08::before {
    content: "\ea9a"; }

.nc-icon-outline.media-1_image-05::before {
    content: "\ea9b"; }

.nc-icon-outline.design_image::before {
    content: "\ea9c"; }

.nc-icon-outline.ui-1_leaf-edit::before {
    content: "\ea9d"; }

.nc-icon-outline.files_paper::before {
    content: "\ea9e"; }

.nc-icon-outline.ui-1_edit-72::before {
    content: "\eaa0"; }

.nc-icon-outline.media-2_speaker-01::before {
    content: "\eaa1"; }

.nc-icon-outline.business_tie-01::before {
    content: "\eaa2"; }

.nc-icon-outline.shopping_box-3d-50::before {
    content: "\eaa3"; }

.nc-icon-outline.tech_computer-old::before {
    content: "\eaa4"; }

.nc-icon-outline.business_bulb-62::before {
    content: "\eaa5"; }

.nc-icon-outline.ui-1_home-simple::before {
    content: "\eaa6"; }

.nc-icon-outline.ui-1_bell-55::before {
    content: "\eaa7"; }

.nc-icon-outline.users_single-body::before {
    content: "\eaa8"; }

.nc-icon-outline.ui-1_preferences-circle::before {
    content: "\eaa9"; }

.nc-icon-outline.ui-2_time-alarm::before {
    content: "\eaaa"; }

.nc-icon-outline.ui-1_notification-70::before {
    content: "\eaab"; }

.nc-icon-outline.business_chart-bar-32::before {
    content: "\eaac"; }

.nc-icon-outline.ui-1_analytics-89::before {
    content: "\eaad"; }

.nc-icon-outline.ui-1_check-square-11::before {
    content: "\eaae"; }

.nc-icon-outline.ui-2_ban::before {
    content: "\eaaf"; }

.nc-icon-outline.ui-1_settings-tool-67::before {
    content: "\eab0"; }

.nc-icon-outline.shopping_award::before {
    content: "\eab1"; }

.nc-icon-outline.media-1_audio-92::before {
    content: "\eab2"; }

.nc-icon-outline.food_course::before {
    content: "\eab3"; }

.nc-icon-outline.clothes_long-sleeve::before {
    content: "\eab4"; }

.nc-icon-outline.tech_sync::before {
    content: "\eab5"; }

.nc-icon-outline.education_book-open::before {
    content: "\eab6"; }

.nc-icon-outline.education_hat::before {
    content: "\eab7"; }

.nc-icon-outline.clothes_baby::before {
    content: "\eab8"; }

.nc-icon-outline.users_woman-25::before {
    content: "\eaba"; }

.nc-icon-outline.travel_beach-umbrella::before {
    content: "\eabb"; }

.nc-icon-outline.education_ball-soccer::before {
    content: "\eabc"; }

.nc-icon-outline.travel_backpack::before {
    content: "\eabe"; }

.nc-icon-outline.users_man-23::before {
    content: "\eabf"; }

.nc-icon-outline.ui-2_menu-dots::before {
    content: "\eac0"; }

.nc-icon-outline.ui-2_alert-i::before {
    content: "\eac1"; }

.nc-icon-outline.travel_trolley::before {
    content: "\eac2"; }

.nc-icon-outline.travel_passport::before {
    content: "\eac3"; }

.nc-icon-outline.business_pig::before {
    content: "\eac4"; }

.nc-icon-outline.health_heartbeat-16::before {
    content: "\eac5"; }

.nc-icon-outline.education_notepad::before {
    content: "\eac6"; }

.nc-icon-outline.objects_controller::before {
    content: "\eac7"; }

.nc-icon-outline.transportation_car-front::before {
    content: "\eac8"; }

.nc-icon-outline.media-1_camera-square-58::before {
    content: "\eac9"; }

.nc-icon-outline.clothes_coat::before {
    content: "\eaca"; }

.nc-icon-outline.business_tie-02::before {
    content: "\eacb"; }

.nc-icon-outline.weather_sun-fog-30::before {
    content: "\eacc"; }

.nc-icon-outline.ui-3_security::before {
    content: "\eacd"; }

.nc-icon-outline.food_coffee::before {
    content: "\eace"; }

.nc-icon-outline.business_cart-bar-33::before {
    content: "\eacf"; }

.nc-icon-outline.shopping_cart-modern::before {
    content: "\ead0"; }

.nc-icon-outline.nature_paw::before {
    content: "\ead2"; }

.nc-icon-outline.business_handshake::before {
    content: "\ead3"; }

.nc-icon-outline.users_network::before {
    content: "\ead4"; }

.nc-icon-outline.payment::before {
    content: "\ead5"; }

.nc-icon-outline.money-time::before {
    content: "\ead6"; }

.nc-icon-outline.currency-dollar::before {
    content: "\ead7"; }

.nc-icon-outline.hands-heart::before {
    content: "\ead8"; }

@font-face {
    font-family: 'fontello';
    src: url('/v8/resources/fonts/fontello/fontello.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/v8/resources/font/fontello.svg?45874157') format('svg');
  }
}
*/
[class^="fontello-"]:before, [class*=" fontello-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fontello-bold:before { content: '\e800'; } /* '?' */
.fontello-italic:before { content: '\e801'; } /* '?' */
.fontello-align-left:before { content: '\e802'; } /* '?' */
.fontello-align-center:before { content: '\e803'; } /* '?' */
.fontello-align-right:before { content: '\e804'; } /* '?' */
.fontello-align-justify:before { content: '\e805'; } /* '?' */
.fontello-link:before { content: '\e806'; } /* '?' */
.fontello-picture:before { content: '\e807'; } /* '?' */
.fontello-info-circled:before { content: '\e808'; } /* '?' */
.fontello-help-circled:before { content: '\e809'; } /* '?' */
.fontello-attention-circled:before { content: '\e80a'; } /* '?' */
.fontello-trash-empty:before { content: '\e80b'; } /* '?' */
.fontello-twitter:before { content: '\f099'; } /* '?' */
.fontello-facebook:before { content: '\f09a'; } /* '?' */
.fontello-docs:before { content: '\f0c5'; } /* '?' */
.fontello-menu:before { content: '\f0c9'; } /* '?' */
.fontello-list-bullet:before { content: '\f0ca'; } /* '?' */
.fontello-list-numbered:before { content: '\f0cb'; } /* '?' */
.fontello-underline:before { content: '\f0cd'; } /* '?' */
.fontello-gplus-squared:before { content: '\f0d4'; } /* '?' */
.fontello-gplus:before { content: '\f0d5'; } /* '?' */
.fontello-linkedin:before { content: '\f0e1'; } /* '?' */
.fontello-lightbulb:before { content: '\f0eb'; } /* '?' */
.fontello-angle-right:before { content: '\f105'; } /* '?' */
.fontello-angle-up:before { content: '\f106'; } /* '?' */
.fontello-angle-down:before { content: '\f107'; } /* '?' */
.fontello-quote-right:before { content: '\f10e'; } /* '?' */
.fontello-smile:before { content: '\f118'; } /* '?' */
.fontello-code:before { content: '\f121'; } /* '?' */
.fontello-unlink:before { content: '\f127'; } /* '?' */
.fontello-attention-alt:before { content: '\f12a'; } /* '?' */
.fontello-eraser:before { content: '\f12d'; } /* '?' */
.fontello-paper-plane:before { content: '\f1d8'; } /* '?' */
.fontello-paper-plane-empty:before { content: '\f1d9'; } /* '?' */
.fontello-header:before { content: '\f1dc'; } /* '?' */
.fontello-eyedropper:before { content: '\f1fb'; } /* '?' */
.fontello-brush:before { content: '\f1fc'; } /* '?' */
.fontello-facebook-official:before { content: '\f230'; } /* '?' */