.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item:before {
    content: "\e91d";
    font-family: eicons;
    top: 4px;
    font-size: 13px;
    color: inherit
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: #fff;
    font-size: 1em
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *,
.elementor:after,
.elementor:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:991px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (max-width:991px) {
    .elementor-tablet-align-center {
        text-align: center
    }
    .elementor-tablet-align-center .elementor-button {
        width: auto
    }
    .elementor-tablet-align-right {
        text-align: right
    }
    .elementor-tablet-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet-align-left {
        text-align: left
    }
    .elementor-tablet-align-left .elementor-button {
        width: auto
    }
    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }
    .elementor-mobile-align-center .elementor-button {
        width: auto
    }
    .elementor-mobile-align-right {
        text-align: right
    }
    .elementor-mobile-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile-align-left {
        text-align: left
    }
    .elementor-mobile-align-left .elementor-button {
        width: auto
    }
    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:991px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }
    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }
    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }
    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }
    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }
    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }
    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }
    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }
    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }
    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }
    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }
    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }
    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }
    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }
    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }
    .elementor-column.elementor-xs-20 {
        width: 20%
    }
    .elementor-column.elementor-xs-25 {
        width: 25%
    }
    .elementor-column.elementor-xs-30 {
        width: 30%
    }
    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }
    .elementor-column.elementor-xs-40 {
        width: 40%
    }
    .elementor-column.elementor-xs-50 {
        width: 50%
    }
    .elementor-column.elementor-xs-60 {
        width: 60%
    }
    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }
    .elementor-column.elementor-xs-70 {
        width: 70%
    }
    .elementor-column.elementor-xs-75 {
        width: 75%
    }
    .elementor-column.elementor-xs-80 {
        width: 80%
    }
    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }
    .elementor-column.elementor-xs-90 {
        width: 90%
    }
    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }
    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }
    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }
    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }
    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }
    .elementor-column.elementor-sm-20 {
        width: 20%
    }
    .elementor-column.elementor-sm-25 {
        width: 25%
    }
    .elementor-column.elementor-sm-30 {
        width: 30%
    }
    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }
    .elementor-column.elementor-sm-40 {
        width: 40%
    }
    .elementor-column.elementor-sm-50 {
        width: 50%
    }
    .elementor-column.elementor-sm-60 {
        width: 60%
    }
    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }
    .elementor-column.elementor-sm-70 {
        width: 70%
    }
    .elementor-column.elementor-sm-75 {
        width: 75%
    }
    .elementor-column.elementor-sm-80 {
        width: 80%
    }
    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }
    .elementor-column.elementor-sm-90 {
        width: 90%
    }
    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }
    .elementor-column.elementor-md-11 {
        width: 11.111%
    }
    .elementor-column.elementor-md-12 {
        width: 12.5%
    }
    .elementor-column.elementor-md-14 {
        width: 14.285%
    }
    .elementor-column.elementor-md-16 {
        width: 16.666%
    }
    .elementor-column.elementor-md-20 {
        width: 20%
    }
    .elementor-column.elementor-md-25 {
        width: 25%
    }
    .elementor-column.elementor-md-30 {
        width: 30%
    }
    .elementor-column.elementor-md-33 {
        width: 33.333%
    }
    .elementor-column.elementor-md-40 {
        width: 40%
    }
    .elementor-column.elementor-md-50 {
        width: 50%
    }
    .elementor-column.elementor-md-60 {
        width: 60%
    }
    .elementor-column.elementor-md-66 {
        width: 66.666%
    }
    .elementor-column.elementor-md-70 {
        width: 70%
    }
    .elementor-column.elementor-md-75 {
        width: 75%
    }
    .elementor-column.elementor-md-80 {
        width: 80%
    }
    .elementor-column.elementor-md-83 {
        width: 83.333%
    }
    .elementor-column.elementor-md-90 {
        width: 90%
    }
    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1*var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (max-width:991px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1*var(--grid-row-gap))
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:992px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:768px) and (max-width:991px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

@media screen and (max-width:991px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }
    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }
    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }
    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-tab-title a {
    color: inherit
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-icon svg {
    width: 1em
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #2c2c2c;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }
    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }
    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }
    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }
    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }
    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }
    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }
    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }
    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width:480px) and (max-width:767px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width:479px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (min-width:768px) {
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
    width: 1em
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width:991px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }
    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }
    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }
    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }
    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }
    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    -webkit-box-pack: var(--justify-content, center);
    -ms-flex-pack: var(--justify-content, center);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #818a91;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: #fff
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width:991px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {
    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }
    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }
    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }
    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid solid solid none
    }
    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }
    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }
    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
    content: "\e8fb";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 25px;
    color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
    opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
    font-family: eicons;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: "\e89e"
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
    outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
    opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\e914";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 15px)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:992px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:991px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }
    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i {
    font-size: inherit;
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s .1s;
    -o-transition: opacity .5s .1s;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em;
    margin-right: .75em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateY(-100%) scaleX(.7);
    -ms-transform: translateY(-100%) scaleX(.7);
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

.elementor-portfolio.elementor-grid {
    display: grid
}

.elementor-share-buttons--align-right {
    text-align: right
}

.elementor-share-buttons--align-left {
    text-align: left
}

.elementor-share-buttons--align-center {
    text-align: center
}

.elementor-share-buttons--align-justify {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

@media (max-width:991px) {
    .elementor-share-buttons-tablet--align-right {
        text-align: right
    }
    .elementor-share-buttons-tablet--align-left {
        text-align: left
    }
    .elementor-share-buttons-tablet--align-center {
        text-align: center
    }
    .elementor-share-buttons-tablet--align-justify {
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify
    }
}

@media (max-width:767px) {
    .elementor-share-buttons-mobile--align-right {
        text-align: right
    }
    .elementor-share-buttons-mobile--align-left {
        text-align: left
    }
    .elementor-share-buttons-mobile--align-center {
        text-align: center
    }
    .elementor-share-buttons-mobile--align-justify {
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:992px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

.elementor-kit-2216 {
    --e-global-color-primary: #6ec1e4;
    --e-global-color-secondary: #54595f;
    --e-global-color-text: #7a7a7a;
    --e-global-color-accent: #61ce70;
    --e-global-color-23c3a252: #4054b2;
    --e-global-color-15e21537: #23a455;
    --e-global-color-2ae998e7: #000;
    --e-global-color-a099907: #fff;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

{}

h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:991px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1025px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 768px
    }
}

.elementor-897 .elementor-element.elementor-element-aea5411 {
    margin-top: 95px;
    margin-bottom: 100px
}

.elementor-897 .elementor-element.elementor-element-38abd7f .filter-menu-list {
    background: rgba(0, 0, 0, 0)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .filter-menu-list button {
    color: #555;
    background: rgba(0, 0, 0, 0)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .ft_item_image:before {
    background-color: rgba(0, 0, 0, 0)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .ft_item_image a.icon_link {
    color: #fff;
    background: #ff5427;
    width: 44px;
    height: 44px
}

.elementor-897 .elementor-element.elementor-element-38abd7f .filter-menu-list button:hover,
.elementor-897 .elementor-element.elementor-element-38abd7f .filter-menu-list button.is-checked {
    color: #ff5427
}

.elementor-897 .elementor-element.elementor-element-38abd7f .filter-menu-list button:hover,
.filter-menu-list button.is-checked {
    background: rgba(0, 0, 0, 0)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .grid-item:hover .ft_item_image:before {
    background: rgba(0, 0, 0, .8)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .ft_item_image a.icon_link:hover {
    color: #ff5427;
    background: #fff
}

.elementor-897 .elementor-element.elementor-element-38abd7f .slick-arrow {
    color: #000;
    background: rgba(0, 0, 0, 0)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .indicator-style-two .slick-arrow {
    top: -87px;
    transform: translateX(585px)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .indicator-style-two .slick-arrow.btn-prev {
    transform: translateX(541px)
}

.elementor-897 .elementor-element.elementor-element-38abd7f .slick-arrow:hover {
    color: #ff5427
}

@media(max-width:991px) {
    .elementor-897 .elementor-element.elementor-element-aea5411 {
        margin-top: 55px;
        margin-bottom: 60px
    }
}

i.eci {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.select2-container i.eci,
.elementor-icon-list-icon i.eci {
    display: inline-block
}

.elementor-icons-manager__tab__item__icon.eci {
    font-size: 28px
}

.elementor-icons-manager__tab-link i.eci {
    display: inline-block;
    font-size: 18px
}

@font-face {
    font-family: 'iconfont';
    src: url(//demo.wphash.com/ftagem/wp-content/uploads/elementor_icons_files/fontello-c9837b8b.zip/fontello-c9837b8b/font/iconfont.eot?756272333);
    src: url(//demo.wphash.com/ftagem/wp-content/uploads/elementor_icons_files/fontello-c9837b8b.zip/fontello-c9837b8b/font/iconfont.eot?756272333#iefix) format('embedded-opentype'), url(//demo.wphash.com/ftagem/wp-content/uploads/elementor_icons_files/fontello-c9837b8b.zip/fontello-c9837b8b/font/iconfont.woff2?756272333) format('woff2'), url(//demo.wphash.com/ftagem/wp-content/uploads/elementor_icons_files/fontello-c9837b8b.zip/fontello-c9837b8b/font/iconfont.woff?756272333) format('woff'), url(//demo.wphash.com/ftagem/wp-content/uploads/elementor_icons_files/fontello-c9837b8b.zip/fontello-c9837b8b/font/iconfont.ttf?756272333) format('truetype'), url(//demo.wphash.com/ftagem/wp-content/uploads/elementor_icons_files/fontello-c9837b8b.zip/fontello-c9837b8b/font/iconfont.svg?756272333#iconfont) format('svg');
    font-weight: 400;
    font-style: normal
}

.eci.iconfont-angry-monster:before {
    content: '\e800';
    font-family: 'iconfont'
}

.eci.iconfont-bathtub:before {
    content: '\e801';
    font-family: 'iconfont'
}

.eci.iconfont-bird-wings:before {
    content: '\e802';
    font-family: 'iconfont'
}

.eci.iconfont-bow:before {
    content: '\e803';
    font-family: 'iconfont'
}

.eci.iconfont-castle:before {
    content: '\e804';
    font-family: 'iconfont'
}

.eci.iconfont-circuit:before {
    content: '\e805';
    font-family: 'iconfont'
}

.eci.iconfont-crown-king:before {
    content: '\e806';
    font-family: 'iconfont'
}

.eci.iconfont-crown-queen:before {
    content: '\e807';
    font-family: 'iconfont'
}

.eci.iconfont-dart:before {
    content: '\e808';
    font-family: 'iconfont'
}

.eci.iconfont-disability-race:before {
    content: '\e809';
    font-family: 'iconfont'
}

.eci.iconfont-diving-goggle:before {
    content: '\e80a';
    font-family: 'iconfont'
}

.eci.iconfont-eye-open:before {
    content: '\e80b';
    font-family: 'iconfont'
}

.eci.iconfont-flora-flower:before {
    content: '\e80c';
    font-family: 'iconfont'
}

.eci.iconfont-flora:before {
    content: '\e80d';
    font-family: 'iconfont'
}

.eci.iconfont-gift-box:before {
    content: '\e80e';
    font-family: 'iconfont'
}

.eci.iconfont-halloween-pumpkin:before {
    content: '\e80f';
    font-family: 'iconfont'
}

.eci.iconfont-hand-power:before {
    content: '\e810';
    font-family: 'iconfont'
}

.eci.iconfont-hand-thunder:before {
    content: '\e811';
    font-family: 'iconfont'
}

.eci.iconfont-king-monster:before {
    content: '\e812';
    font-family: 'iconfont'
}

.eci.iconfont-love:before {
    content: '\e813';
    font-family: 'iconfont'
}

.eci.iconfont-magician-hat:before {
    content: '\e814';
    font-family: 'iconfont'
}

.eci.iconfont-native-american:before {
    content: '\e815';
    font-family: 'iconfont'
}

.eci.iconfont-owl-look:before {
    content: '\e816';
    font-family: 'iconfont'
}

.eci.iconfont-phoenix:before {
    content: '\e817';
    font-family: 'iconfont'
}

.eci.iconfont-robot-face:before {
    content: '\e818';
    font-family: 'iconfont'
}

.eci.iconfont-sand-clock:before {
    content: '\e819';
    font-family: 'iconfont'
}

.eci.iconfont-shield-alt:before {
    content: '\e81a';
    font-family: 'iconfont'
}

.eci.iconfont-ship-wheel:before {
    content: '\e81b';
    font-family: 'iconfont'
}

.eci.iconfont-skull-danger:before {
    content: '\e81c';
    font-family: 'iconfont'
}

.eci.iconfont-skull-face:before {
    content: '\e81d';
    font-family: 'iconfont'
}

.eci.iconfont-snowmobile:before {
    content: '\e81e';
    font-family: 'iconfont'
}

.eci.iconfont-space-shuttle:before {
    content: '\e81f';
    font-family: 'iconfont'
}

.eci.iconfont-star-shape:before {
    content: '\e820';
    font-family: 'iconfont'
}

.eci.iconfont-swirl:before {
    content: '\e821';
    font-family: 'iconfont'
}

.eci.iconfont-tattoo-wing:before {
    content: '\e822';
    font-family: 'iconfont'
}

.eci.iconfont-throne:before {
    content: '\e823';
    font-family: 'iconfont'
}

.eci.iconfont-tree-alt:before {
    content: '\e824';
    font-family: 'iconfont'
}

.eci.iconfont-triangle:before {
    content: '\e825';
    font-family: 'iconfont'
}

.eci.iconfont-unity-hand:before {
    content: '\e826';
    font-family: 'iconfont'
}

.eci.iconfont-weed:before {
    content: '\e827';
    font-family: 'iconfont'
}

.eci.iconfont-woman-bird:before {
    content: '\e828';
    font-family: 'iconfont'
}

.eci.iconfont-bat:before {
    content: '\e829';
    font-family: 'iconfont'
}

.eci.iconfont-bear-face:before {
    content: '\e82a';
    font-family: 'iconfont'
}

.eci.iconfont-bear-tracks:before {
    content: '\e82b';
    font-family: 'iconfont'
}

.eci.iconfont-bear:before {
    content: '\e82c';
    font-family: 'iconfont'
}

.eci.iconfont-bird-alt:before {
    content: '\e82d';
    font-family: 'iconfont'
}

.eci.iconfont-bird-flying:before {
    content: '\e82e';
    font-family: 'iconfont'
}

.eci.iconfont-bird:before {
    content: '\e82f';
    font-family: 'iconfont'
}

.eci.iconfont-birds:before {
    content: '\e830';
    font-family: 'iconfont'
}

.eci.iconfont-bone:before {
    content: '\e831';
    font-family: 'iconfont'
}

.eci.iconfont-bull:before {
    content: '\e832';
    font-family: 'iconfont'
}

.eci.iconfont-butterfly-alt:before {
    content: '\e833';
    font-family: 'iconfont'
}

.eci.iconfont-butterfly:before {
    content: '\e834';
    font-family: 'iconfont'
}

.eci.iconfont-camel-alt:before {
    content: '\e835';
    font-family: 'iconfont'
}

.eci.iconfont-camel-head:before {
    content: '\e836';
    font-family: 'iconfont'
}

.eci.iconfont-camel:before {
    content: '\e837';
    font-family: 'iconfont'
}

.eci.iconfont-cat-alt-1:before {
    content: '\e838';
    font-family: 'iconfont'
}

.eci.iconfont-cat-alt-2:before {
    content: '\e839';
    font-family: 'iconfont'
}

.eci.iconfont-cat-alt-3:before {
    content: '\e83a';
    font-family: 'iconfont'
}

.eci.iconfont-cat-dog:before {
    content: '\e83b';
    font-family: 'iconfont'
}

.eci.iconfont-cat-face:before {
    content: '\e83c';
    font-family: 'iconfont'
}

.eci.iconfont-cat:before {
    content: '\e83d';
    font-family: 'iconfont'
}

.eci.iconfont-cow-head:before {
    content: '\e83e';
    font-family: 'iconfont'
}

.eci.iconfont-cow:before {
    content: '\e83f';
    font-family: 'iconfont'
}

.eci.iconfont-crab:before {
    content: '\e840';
    font-family: 'iconfont'
}

.eci.iconfont-crocodile:before {
    content: '\e841';
    font-family: 'iconfont'
}

.eci.iconfont-deer-head:before {
    content: '\e842';
    font-family: 'iconfont'
}

.eci.iconfont-dog-alt:before {
    content: '\e843';
    font-family: 'iconfont'
}

.eci.iconfont-dog-barking:before {
    content: '\e844';
    font-family: 'iconfont'
}

.eci.iconfont-dog:before {
    content: '\e845';
    font-family: 'iconfont'
}

.eci.iconfont-dolphin:before {
    content: '\e846';
    font-family: 'iconfont'
}

.eci.iconfont-duck-tracks:before {
    content: '\e847';
    font-family: 'iconfont'
}

.eci.iconfont-eagle-head:before {
    content: '\e848';
    font-family: 'iconfont'
}

.eci.iconfont-eaten-fish:before {
    content: '\e849';
    font-family: 'iconfont'
}

.eci.iconfont-elephant-alt:before {
    content: '\e84a';
    font-family: 'iconfont'
}

.eci.iconfont-elephant-head-alt:before {
    content: '\e84b';
    font-family: 'iconfont'
}

.eci.iconfont-elephant-head:before {
    content: '\e84c';
    font-family: 'iconfont'
}

.eci.iconfont-elephant:before {
    content: '\e84d';
    font-family: 'iconfont'
}

.eci.iconfont-elk:before {
    content: '\e84e';
    font-family: 'iconfont'
}

.eci.iconfont-fish-1:before {
    content: '\e84f';
    font-family: 'iconfont'
}

.eci.iconfont-fish-2:before {
    content: '\e850';
    font-family: 'iconfont'
}

.eci.iconfont-fish-3:before {
    content: '\e851';
    font-family: 'iconfont'
}

.eci.iconfont-fish-4:before {
    content: '\e852';
    font-family: 'iconfont'
}

.eci.iconfont-fish-5:before {
    content: '\e853';
    font-family: 'iconfont'
}

.eci.iconfont-fish:before {
    content: '\e854';
    font-family: 'iconfont'
}

.eci.iconfont-fox-alt:before {
    content: '\e855';
    font-family: 'iconfont'
}

.eci.iconfont-fox:before {
    content: '\e856';
    font-family: 'iconfont'
}

.eci.iconfont-frog-tracks:before {
    content: '\e857';
    font-family: 'iconfont'
}

.eci.iconfont-frog:before {
    content: '\e858';
    font-family: 'iconfont'
}

.eci.iconfont-froggy:before {
    content: '\e859';
    font-family: 'iconfont'
}

.eci.iconfont-giraffe-head-1:before {
    content: '\e85a';
    font-family: 'iconfont'
}

.eci.iconfont-giraffe-head-2:before {
    content: '\e85b';
    font-family: 'iconfont'
}

.eci.iconfont-giraffe-head:before {
    content: '\e85c';
    font-family: 'iconfont'
}

.eci.iconfont-giraffe:before {
    content: '\e85d';
    font-family: 'iconfont'
}

.eci.iconfont-goat-head:before {
    content: '\e85e';
    font-family: 'iconfont'
}

.eci.iconfont-gorilla:before {
    content: '\e85f';
    font-family: 'iconfont'
}

.eci.iconfont-hen-tracks:before {
    content: '\e860';
    font-family: 'iconfont'
}

.eci.iconfont-horse-head-1:before {
    content: '\e861';
    font-family: 'iconfont'
}

.eci.iconfont-horse-head-2:before {
    content: '\e862';
    font-family: 'iconfont'
}

.eci.iconfont-horse-head:before {
    content: '\e863';
    font-family: 'iconfont'
}

.eci.iconfont-horse-tracks:before {
    content: '\e864';
    font-family: 'iconfont'
}

.eci.iconfont-jellyfish:before {
    content: '\e865';
    font-family: 'iconfont'
}

.eci.iconfont-kangaroo:before {
    content: '\e866';
    font-family: 'iconfont'
}

.eci.iconfont-lemur:before {
    content: '\e867';
    font-family: 'iconfont'
}

.eci.iconfont-lion-head-1:before {
    content: '\e868';
    font-family: 'iconfont'
}

.eci.iconfont-lion-head-2:before {
    content: '\e869';
    font-family: 'iconfont'
}

.eci.iconfont-lion-head:before {
    content: '\e86a';
    font-family: 'iconfont'
}

.eci.iconfont-lion:before {
    content: '\e86b';
    font-family: 'iconfont'
}

.eci.iconfont-monkey-2:before {
    content: '\e86c';
    font-family: 'iconfont'
}

.eci.iconfont-monkey-3:before {
    content: '\e86d';
    font-family: 'iconfont'
}

.eci.iconfont-monkey-face:before {
    content: '\e86e';
    font-family: 'iconfont'
}

.eci.iconfont-monkey:before {
    content: '\e86f';
    font-family: 'iconfont'
}

.eci.iconfont-octopus-alt:before {
    content: '\e870';
    font-family: 'iconfont'
}

.eci.iconfont-octopus:before {
    content: '\e871';
    font-family: 'iconfont'
}

.eci.iconfont-owl:before {
    content: '\e872';
    font-family: 'iconfont'
}

.eci.iconfont-panda-face:before {
    content: '\e873';
    font-family: 'iconfont'
}

.eci.iconfont-panda:before {
    content: '\e874';
    font-family: 'iconfont'
}

.eci.iconfont-panther:before {
    content: '\e875';
    font-family: 'iconfont'
}

.eci.iconfont-parrot-lip:before {
    content: '\e876';
    font-family: 'iconfont'
}

.eci.iconfont-parrot:before {
    content: '\e877';
    font-family: 'iconfont'
}

.eci.iconfont-paw:before {
    content: '\e878';
    font-family: 'iconfont'
}

.eci.iconfont-pelican:before {
    content: '\e879';
    font-family: 'iconfont'
}

.eci.iconfont-penguin:before {
    content: '\e87a';
    font-family: 'iconfont'
}

.eci.iconfont-pig-face:before {
    content: '\e87b';
    font-family: 'iconfont'
}

.eci.iconfont-pig:before {
    content: '\e87c';
    font-family: 'iconfont'
}

.eci.iconfont-pigeon-1:before {
    content: '\e87d';
    font-family: 'iconfont'
}

.eci.iconfont-pigeon-2:before {
    content: '\e87e';
    font-family: 'iconfont'
}

.eci.iconfont-pigeon:before {
    content: '\e87f';
    font-family: 'iconfont'
}

.eci.iconfont-rabbit:before {
    content: '\e880';
    font-family: 'iconfont'
}

.eci.iconfont-rat:before {
    content: '\e881';
    font-family: 'iconfont'
}

.eci.iconfont-rhino-head:before {
    content: '\e882';
    font-family: 'iconfont'
}

.eci.iconfont-rhino:before {
    content: '\e883';
    font-family: 'iconfont'
}

.eci.iconfont-rooster:before {
    content: '\e884';
    font-family: 'iconfont'
}

.eci.iconfont-seahorse:before {
    content: '\e885';
    font-family: 'iconfont'
}

.eci.iconfont-seal:before {
    content: '\e886';
    font-family: 'iconfont'
}

.eci.iconfont-shrimp-alt:before {
    content: '\e887';
    font-family: 'iconfont'
}

.eci.iconfont-shrimp:before {
    content: '\e888';
    font-family: 'iconfont'
}

.eci.iconfont-snail-1:before {
    content: '\e889';
    font-family: 'iconfont'
}

.eci.iconfont-snail-2:before {
    content: '\e88a';
    font-family: 'iconfont'
}

.eci.iconfont-snail-3:before {
    content: '\e88b';
    font-family: 'iconfont'
}

.eci.iconfont-snail:before {
    content: '\e88c';
    font-family: 'iconfont'
}

.eci.iconfont-snake:before {
    content: '\e88d';
    font-family: 'iconfont'
}

.eci.iconfont-squid:before {
    content: '\e88e';
    font-family: 'iconfont'
}

.eci.iconfont-squirrel:before {
    content: '\e88f';
    font-family: 'iconfont'
}

.eci.iconfont-tiger-face:before {
    content: '\e890';
    font-family: 'iconfont'
}

.eci.iconfont-tiger:before {
    content: '\e891';
    font-family: 'iconfont'
}

.eci.iconfont-turtle:before {
    content: '\e892';
    font-family: 'iconfont'
}

.eci.iconfont-whale:before {
    content: '\e893';
    font-family: 'iconfont'
}

.eci.iconfont-woodpecker:before {
    content: '\e894';
    font-family: 'iconfont'
}

.eci.iconfont-zebra:before {
    content: '\e895';
    font-family: 'iconfont'
}

.eci.iconfont-brand-acer:before {
    content: '\e896';
    font-family: 'iconfont'
}

.eci.iconfont-brand-adidas:before {
    content: '\e897';
    font-family: 'iconfont'
}

.eci.iconfont-brand-adobe:before {
    content: '\e898';
    font-family: 'iconfont'
}

.eci.iconfont-brand-air-new-zealand:before {
    content: '\e899';
    font-family: 'iconfont'
}

.eci.iconfont-brand-airbnb:before {
    content: '\e89a';
    font-family: 'iconfont'
}

.eci.iconfont-brand-aircell:before {
    content: '\e89b';
    font-family: 'iconfont'
}

.eci.iconfont-brand-airtel:before {
    content: '\e89c';
    font-family: 'iconfont'
}

.eci.iconfont-brand-alcatel:before {
    content: '\e89d';
    font-family: 'iconfont'
}

.eci.iconfont-brand-alibaba:before {
    content: '\e89e';
    font-family: 'iconfont'
}

.eci.iconfont-brand-aliexpress:before {
    content: '\e89f';
    font-family: 'iconfont'
}

.eci.iconfont-brand-alipay:before {
    content: '\e8a0';
    font-family: 'iconfont'
}

.eci.iconfont-brand-amazon:before {
    content: '\e8a1';
    font-family: 'iconfont'
}

.eci.iconfont-brand-amd:before {
    content: '\e8a2';
    font-family: 'iconfont'
}

.eci.iconfont-brand-american-airlines:before {
    content: '\e8a3';
    font-family: 'iconfont'
}

.eci.iconfont-brand-android-robot:before {
    content: '\e8a4';
    font-family: 'iconfont'
}

.eci.iconfont-brand-android:before {
    content: '\e8a5';
    font-family: 'iconfont'
}

.eci.iconfont-brand-aol:before {
    content: '\e8a6';
    font-family: 'iconfont'
}

.eci.iconfont-brand-apple:before {
    content: '\e8a7';
    font-family: 'iconfont'
}

.eci.iconfont-brand-appstore:before {
    content: '\e8a8';
    font-family: 'iconfont'
}

.eci.iconfont-brand-asus:before {
    content: '\e8a9';
    font-family: 'iconfont'
}

.eci.iconfont-brand-ati:before {
    content: '\e8aa';
    font-family: 'iconfont'
}

.eci.iconfont-brand-att:before {
    content: '\e8ab';
    font-family: 'iconfont'
}

.eci.iconfont-brand-audi:before {
    content: '\e8ac';
    font-family: 'iconfont'
}

.eci.iconfont-brand-axiata:before {
    content: '\e8ad';
    font-family: 'iconfont'
}

.eci.iconfont-brand-bada:before {
    content: '\e8ae';
    font-family: 'iconfont'
}

.eci.iconfont-brand-bbc:before {
    content: '\e8af';
    font-family: 'iconfont'
}

.eci.iconfont-brand-bing:before {
    content: '\e8b0';
    font-family: 'iconfont'
}

.eci.iconfont-brand-blackberry:before {
    content: '\e8b1';
    font-family: 'iconfont'
}

.eci.iconfont-brand-bmw:before {
    content: '\e8b2';
    font-family: 'iconfont'
}

.eci.iconfont-brand-box:before {
    content: '\e8b3';
    font-family: 'iconfont'
}

.eci.iconfont-brand-burger-king:before {
    content: '\e8b4';
    font-family: 'iconfont'
}

.eci.iconfont-brand-business-insider:before {
    content: '\e8b5';
    font-family: 'iconfont'
}

.eci.iconfont-brand-buzzfeed:before {
    content: '\e8b6';
    font-family: 'iconfont'
}

.eci.iconfont-brand-cannon:before {
    content: '\e8b7';
    font-family: 'iconfont'
}

.eci.iconfont-brand-casio:before {
    content: '\e8b8';
    font-family: 'iconfont'
}

.eci.iconfont-brand-china-mobile:before {
    content: '\e8b9';
    font-family: 'iconfont'
}

.eci.iconfont-brand-china-telecom:before {
    content: '\e8ba';
    font-family: 'iconfont'
}

.eci.iconfont-brand-china-unicom:before {
    content: '\e8bb';
    font-family: 'iconfont'
}

.eci.iconfont-brand-cisco:before {
    content: '\e8bc';
    font-family: 'iconfont'
}

.eci.iconfont-brand-citibank:before {
    content: '\e8bd';
    font-family: 'iconfont'
}

.eci.iconfont-brand-cnet:before {
    content: '\e8be';
    font-family: 'iconfont'
}

.eci.iconfont-brand-cnn:before {
    content: '\e8bf';
    font-family: 'iconfont'
}

.eci.iconfont-brand-cocal-cola:before {
    content: '\e8c0';
    font-family: 'iconfont'
}

.eci.iconfont-brand-compaq:before {
    content: '\e8c1';
    font-family: 'iconfont'
}

.eci.iconfont-brand-debian:before {
    content: '\e8c2';
    font-family: 'iconfont'
}

.eci.iconfont-brand-delicious:before {
    content: '\e8c3';
    font-family: 'iconfont'
}

.eci.iconfont-brand-dell:before {
    content: '\e8c4';
    font-family: 'iconfont'
}

.eci.iconfont-brand-designbump:before {
    content: '\e8c5';
    font-family: 'iconfont'
}

.eci.iconfont-brand-designfloat:before {
    content: '\e8c6';
    font-family: 'iconfont'
}

.eci.iconfont-brand-disney:before {
    content: '\e8c7';
    font-family: 'iconfont'
}

.eci.iconfont-brand-dodge:before {
    content: '\e8c8';
    font-family: 'iconfont'
}

.eci.iconfont-brand-dove:before {
    content: '\e8c9';
    font-family: 'iconfont'
}

.eci.iconfont-brand-drupal:before {
    content: '\e8ca';
    font-family: 'iconfont'
}

.eci.iconfont-brand-ebay:before {
    content: '\e8cb';
    font-family: 'iconfont'
}

.eci.iconfont-brand-eleven:before {
    content: '\e8cc';
    font-family: 'iconfont'
}

.eci.iconfont-brand-emirates:before {
    content: '\e8cd';
    font-family: 'iconfont'
}

.eci.iconfont-brand-espn:before {
    content: '\e8ce';
    font-family: 'iconfont'
}

.eci.iconfont-brand-etihad-airways:before {
    content: '\e8cf';
    font-family: 'iconfont'
}

.eci.iconfont-brand-etisalat:before {
    content: '\e8d0';
    font-family: 'iconfont'
}

.eci.iconfont-brand-etsy:before {
    content: '\e8d1';
    font-family: 'iconfont'
}

.eci.iconfont-brand-fastrack:before {
    content: '\e8d2';
    font-family: 'iconfont'
}

.eci.iconfont-brand-fedex:before {
    content: '\e8d3';
    font-family: 'iconfont'
}

.eci.iconfont-brand-ferrari:before {
    content: '\e8d4';
    font-family: 'iconfont'
}

.eci.iconfont-brand-fitbit:before {
    content: '\e8d5';
    font-family: 'iconfont'
}

.eci.iconfont-brand-flikr:before {
    content: '\e8d6';
    font-family: 'iconfont'
}

.eci.iconfont-brand-forbes:before {
    content: '\e8d7';
    font-family: 'iconfont'
}

.eci.iconfont-brand-foursquare:before {
    content: '\e8d8';
    font-family: 'iconfont'
}

.eci.iconfont-brand-foxconn:before {
    content: '\e8d9';
    font-family: 'iconfont'
}

.eci.iconfont-brand-fujitsu:before {
    content: '\e8da';
    font-family: 'iconfont'
}

.eci.iconfont-brand-general-electric:before {
    content: '\e8db';
    font-family: 'iconfont'
}

.eci.iconfont-brand-gillette:before {
    content: '\e8dc';
    font-family: 'iconfont'
}

.eci.iconfont-brand-gizmodo:before {
    content: '\e8dd';
    font-family: 'iconfont'
}

.eci.iconfont-brand-gnome:before {
    content: '\e8de';
    font-family: 'iconfont'
}

.eci.iconfont-brand-google:before {
    content: '\e8df';
    font-family: 'iconfont'
}

.eci.iconfont-brand-gopro:before {
    content: '\e8e0';
    font-family: 'iconfont'
}

.eci.iconfont-brand-gucci:before {
    content: '\e8e1';
    font-family: 'iconfont'
}

.eci.iconfont-brand-hallmark:before {
    content: '\e8e2';
    font-family: 'iconfont'
}

.eci.iconfont-brand-hi5:before {
    content: '\e8e3';
    font-family: 'iconfont'
}

.eci.iconfont-brand-honda:before {
    content: '\e8e4';
    font-family: 'iconfont'
}

.eci.iconfont-brand-hp:before {
    content: '\e8e5';
    font-family: 'iconfont'
}

.eci.iconfont-brand-hsbc:before {
    content: '\e8e6';
    font-family: 'iconfont'
}

.eci.iconfont-brand-htc:before {
    content: '\e8e7';
    font-family: 'iconfont'
}

.eci.iconfont-brand-huawei:before {
    content: '\e8e8';
    font-family: 'iconfont'
}

.eci.iconfont-brand-hulu:before {
    content: '\e8e9';
    font-family: 'iconfont'
}

.eci.iconfont-brand-hyundai:before {
    content: '\e8ea';
    font-family: 'iconfont'
}

.eci.iconfont-brand-ibm:before {
    content: '\e8eb';
    font-family: 'iconfont'
}

.eci.iconfont-brand-icofont:before {
    content: '\e8ec';
    font-family: 'iconfont'
}

.eci.iconfont-brand-icq:before {
    content: '\e8ed';
    font-family: 'iconfont'
}

.eci.iconfont-brand-ikea:before {
    content: '\e8ee';
    font-family: 'iconfont'
}

.eci.iconfont-brand-imdb:before {
    content: '\e8ef';
    font-family: 'iconfont'
}

.eci.iconfont-brand-indiegogo:before {
    content: '\e8f0';
    font-family: 'iconfont'
}

.eci.iconfont-brand-intel:before {
    content: '\e8f1';
    font-family: 'iconfont'
}

.eci.iconfont-brand-ipair:before {
    content: '\e8f2';
    font-family: 'iconfont'
}

.eci.iconfont-brand-jaguar:before {
    content: '\e8f3';
    font-family: 'iconfont'
}

.eci.iconfont-brand-java:before {
    content: '\e8f4';
    font-family: 'iconfont'
}

.eci.iconfont-brand-joomla:before {
    content: '\e8f5';
    font-family: 'iconfont'
}

.eci.iconfont-brand-kickstarter:before {
    content: '\e8f6';
    font-family: 'iconfont'
}

.eci.iconfont-brand-kik:before {
    content: '\e8f7';
    font-family: 'iconfont'
}

.eci.iconfont-brand-lastfm:before {
    content: '\e8f8';
    font-family: 'iconfont'
}

.eci.iconfont-brand-lego:before {
    content: '\e8f9';
    font-family: 'iconfont'
}

.eci.iconfont-brand-lenovo:before {
    content: '\e8fa';
    font-family: 'iconfont'
}

.eci.iconfont-brand-levis:before {
    content: '\e8fb';
    font-family: 'iconfont'
}

.eci.iconfont-brand-lexus:before {
    content: '\e8fc';
    font-family: 'iconfont'
}

.eci.iconfont-brand-lg:before {
    content: '\e8fd';
    font-family: 'iconfont'
}

.eci.iconfont-brand-life-hacker:before {
    content: '\e8fe';
    font-family: 'iconfont'
}

.eci.iconfont-brand-linux-mint:before {
    content: '\e8ff';
    font-family: 'iconfont'
}

.eci.iconfont-brand-linux:before {
    content: '\e900';
    font-family: 'iconfont'
}

.eci.iconfont-brand-lionix:before {
    content: '\e901';
    font-family: 'iconfont'
}

.eci.iconfont-brand-loreal:before {
    content: '\e902';
    font-family: 'iconfont'
}

.eci.iconfont-brand-louis-vuitton:before {
    content: '\e903';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mac-os:before {
    content: '\e904';
    font-family: 'iconfont'
}

.eci.iconfont-brand-marvel-app:before {
    content: '\e905';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mashable:before {
    content: '\e906';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mazda:before {
    content: '\e907';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mcdonals:before {
    content: '\e908';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mercedes:before {
    content: '\e909';
    font-family: 'iconfont'
}

.eci.iconfont-brand-micromax:before {
    content: '\e90a';
    font-family: 'iconfont'
}

.eci.iconfont-brand-microsoft:before {
    content: '\e90b';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mobileme:before {
    content: '\e90c';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mobily:before {
    content: '\e90d';
    font-family: 'iconfont'
}

.eci.iconfont-brand-motorola:before {
    content: '\e90e';
    font-family: 'iconfont'
}

.eci.iconfont-brand-msi:before {
    content: '\e90f';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mts:before {
    content: '\e910';
    font-family: 'iconfont'
}

.eci.iconfont-brand-myspace:before {
    content: '\e911';
    font-family: 'iconfont'
}

.eci.iconfont-brand-mytv:before {
    content: '\e912';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nasa:before {
    content: '\e913';
    font-family: 'iconfont'
}

.eci.iconfont-brand-natgeo:before {
    content: '\e914';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nbc:before {
    content: '\e915';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nescafe:before {
    content: '\e916';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nestle:before {
    content: '\e917';
    font-family: 'iconfont'
}

.eci.iconfont-brand-netflix:before {
    content: '\e918';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nexus:before {
    content: '\e919';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nike:before {
    content: '\e91a';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nokia:before {
    content: '\e91b';
    font-family: 'iconfont'
}

.eci.iconfont-brand-nvidia:before {
    content: '\e91c';
    font-family: 'iconfont'
}

.eci.iconfont-brand-omega:before {
    content: '\e91d';
    font-family: 'iconfont'
}

.eci.iconfont-brand-opensuse:before {
    content: '\e91e';
    font-family: 'iconfont'
}

.eci.iconfont-brand-oracle:before {
    content: '\e91f';
    font-family: 'iconfont'
}

.eci.iconfont-brand-panasonic:before {
    content: '\e920';
    font-family: 'iconfont'
}

.eci.iconfont-brand-paypal:before {
    content: '\e921';
    font-family: 'iconfont'
}

.eci.iconfont-brand-pepsi:before {
    content: '\e922';
    font-family: 'iconfont'
}

.eci.iconfont-brand-philips:before {
    content: '\e923';
    font-family: 'iconfont'
}

.eci.iconfont-brand-pizza-hut:before {
    content: '\e924';
    font-family: 'iconfont'
}

.eci.iconfont-brand-playstation:before {
    content: '\e925';
    font-family: 'iconfont'
}

.eci.iconfont-brand-puma:before {
    content: '\e926';
    font-family: 'iconfont'
}

.eci.iconfont-brand-qatar-air:before {
    content: '\e927';
    font-family: 'iconfont'
}

.eci.iconfont-brand-qvc:before {
    content: '\e928';
    font-family: 'iconfont'
}

.eci.iconfont-brand-readernaut:before {
    content: '\e929';
    font-family: 'iconfont'
}

.eci.iconfont-brand-redbull:before {
    content: '\e92a';
    font-family: 'iconfont'
}

.eci.iconfont-brand-reebok:before {
    content: '\e92b';
    font-family: 'iconfont'
}

.eci.iconfont-brand-reuters:before {
    content: '\e92c';
    font-family: 'iconfont'
}

.eci.iconfont-brand-samsung:before {
    content: '\e92d';
    font-family: 'iconfont'
}

.eci.iconfont-brand-sap:before {
    content: '\e92e';
    font-family: 'iconfont'
}

.eci.iconfont-brand-saudia-airlines:before {
    content: '\e92f';
    font-family: 'iconfont'
}

.eci.iconfont-brand-scribd:before {
    content: '\e930';
    font-family: 'iconfont'
}

.eci.iconfont-brand-shell:before {
    content: '\e931';
    font-family: 'iconfont'
}

.eci.iconfont-brand-siemens:before {
    content: '\e932';
    font-family: 'iconfont'
}

.eci.iconfont-brand-sk-telecom:before {
    content: '\e933';
    font-family: 'iconfont'
}

.eci.iconfont-brand-slideshare:before {
    content: '\e934';
    font-family: 'iconfont'
}

.eci.iconfont-brand-smashing-magazine:before {
    content: '\e935';
    font-family: 'iconfont'
}

.eci.iconfont-brand-snapchat:before {
    content: '\e936';
    font-family: 'iconfont'
}

.eci.iconfont-brand-sony-ericsson:before {
    content: '\e937';
    font-family: 'iconfont'
}

.eci.iconfont-brand-sony:before {
    content: '\e938';
    font-family: 'iconfont'
}

.eci.iconfont-brand-soundcloud:before {
    content: '\e939';
    font-family: 'iconfont'
}

.eci.iconfont-brand-sprint:before {
    content: '\e93a';
    font-family: 'iconfont'
}

.eci.iconfont-brand-squidoo:before {
    content: '\e93b';
    font-family: 'iconfont'
}

.eci.iconfont-brand-starbucks:before {
    content: '\e93c';
    font-family: 'iconfont'
}

.eci.iconfont-brand-stc:before {
    content: '\e93d';
    font-family: 'iconfont'
}

.eci.iconfont-brand-steam:before {
    content: '\e93e';
    font-family: 'iconfont'
}

.eci.iconfont-brand-suzuki:before {
    content: '\e93f';
    font-family: 'iconfont'
}

.eci.iconfont-brand-symbian:before {
    content: '\e940';
    font-family: 'iconfont'
}

.eci.iconfont-brand-t-mobile:before {
    content: '\e941';
    font-family: 'iconfont'
}

.eci.iconfont-brand-tango:before {
    content: '\e942';
    font-family: 'iconfont'
}

.eci.iconfont-brand-target:before {
    content: '\e943';
    font-family: 'iconfont'
}

.eci.iconfont-brand-tata-indicom:before {
    content: '\e944';
    font-family: 'iconfont'
}

.eci.iconfont-brand-techcrunch:before {
    content: '\e945';
    font-family: 'iconfont'
}

.eci.iconfont-brand-telenor:before {
    content: '\e946';
    font-family: 'iconfont'
}

.eci.iconfont-brand-teliasonera:before {
    content: '\e947';
    font-family: 'iconfont'
}

.eci.iconfont-brand-tesla:before {
    content: '\e948';
    font-family: 'iconfont'
}

.eci.iconfont-brand-the-verge:before {
    content: '\e949';
    font-family: 'iconfont'
}

.eci.iconfont-brand-thenextweb:before {
    content: '\e94a';
    font-family: 'iconfont'
}

.eci.iconfont-brand-toshiba:before {
    content: '\e94b';
    font-family: 'iconfont'
}

.eci.iconfont-brand-toyota:before {
    content: '\e94c';
    font-family: 'iconfont'
}

.eci.iconfont-brand-tribenet:before {
    content: '\e94d';
    font-family: 'iconfont'
}

.eci.iconfont-brand-ubuntu:before {
    content: '\e94e';
    font-family: 'iconfont'
}

.eci.iconfont-brand-unilever:before {
    content: '\e94f';
    font-family: 'iconfont'
}

.eci.iconfont-brand-vaio:before {
    content: '\e950';
    font-family: 'iconfont'
}

.eci.iconfont-brand-verizon:before {
    content: '\e951';
    font-family: 'iconfont'
}

.eci.iconfont-brand-viber:before {
    content: '\e952';
    font-family: 'iconfont'
}

.eci.iconfont-brand-vodafone:before {
    content: '\e953';
    font-family: 'iconfont'
}

.eci.iconfont-brand-volkswagen:before {
    content: '\e954';
    font-family: 'iconfont'
}

.eci.iconfont-brand-walmart:before {
    content: '\e955';
    font-family: 'iconfont'
}

.eci.iconfont-brand-warnerbros:before {
    content: '\e956';
    font-family: 'iconfont'
}

.eci.iconfont-brand-whatsapp:before {
    content: '\e957';
    font-family: 'iconfont'
}

.eci.iconfont-brand-wikipedia:before {
    content: '\e958';
    font-family: 'iconfont'
}

.eci.iconfont-brand-windows:before {
    content: '\e959';
    font-family: 'iconfont'
}

.eci.iconfont-brand-wire:before {
    content: '\e95a';
    font-family: 'iconfont'
}

.eci.iconfont-brand-wordpress:before {
    content: '\e95b';
    font-family: 'iconfont'
}

.eci.iconfont-brand-xiaomi:before {
    content: '\e95c';
    font-family: 'iconfont'
}

.eci.iconfont-brand-yahoobuzz:before {
    content: '\e95d';
    font-family: 'iconfont'
}

.eci.iconfont-brand-yamaha:before {
    content: '\e95e';
    font-family: 'iconfont'
}

.eci.iconfont-brand-youtube:before {
    content: '\e95f';
    font-family: 'iconfont'
}

.eci.iconfont-brand-zain:before {
    content: '\e960';
    font-family: 'iconfont'
}

.eci.iconfont-bank-alt:before {
    content: '\e961';
    font-family: 'iconfont'
}

.eci.iconfont-bank:before {
    content: '\e962';
    font-family: 'iconfont'
}

.eci.iconfont-barcode:before {
    content: '\e963';
    font-family: 'iconfont'
}

.eci.iconfont-bill-alt:before {
    content: '\e964';
    font-family: 'iconfont'
}

.eci.iconfont-billboard:before {
    content: '\e965';
    font-family: 'iconfont'
}

.eci.iconfont-briefcase-1:before {
    content: '\e966';
    font-family: 'iconfont'
}

.eci.iconfont-briefcase-2:before {
    content: '\e967';
    font-family: 'iconfont'
}

.eci.iconfont-businessman:before {
    content: '\e968';
    font-family: 'iconfont'
}

.eci.iconfont-businesswoman:before {
    content: '\e969';
    font-family: 'iconfont'
}

.eci.iconfont-chair:before {
    content: '\e96a';
    font-family: 'iconfont'
}

.eci.iconfont-coins:before {
    content: '\e96b';
    font-family: 'iconfont'
}

.eci.iconfont-company:before {
    content: '\e96c';
    font-family: 'iconfont'
}

.eci.iconfont-contact-add:before {
    content: '\e96d';
    font-family: 'iconfont'
}

.eci.iconfont-files-stack:before {
    content: '\e96e';
    font-family: 'iconfont'
}

.eci.iconfont-handshake-deal:before {
    content: '\e96f';
    font-family: 'iconfont'
}

.eci.iconfont-id-card:before {
    content: '\e970';
    font-family: 'iconfont'
}

.eci.iconfont-meeting-add:before {
    content: '\e971';
    font-family: 'iconfont'
}

.eci.iconfont-money-bag:before {
    content: '\e972';
    font-family: 'iconfont'
}

.eci.iconfont-pie-chart:before {
    content: '\e973';
    font-family: 'iconfont'
}

.eci.iconfont-presentation-alt:before {
    content: '\e974';
    font-family: 'iconfont'
}

.eci.iconfont-presentation:before {
    content: '\e975';
    font-family: 'iconfont'
}

.eci.iconfont-stamp:before {
    content: '\e976';
    font-family: 'iconfont'
}

.eci.iconfont-stock-mobile:before {
    content: '\e977';
    font-family: 'iconfont'
}

.eci.iconfont-chart-arrows-axis:before {
    content: '\e978';
    font-family: 'iconfont'
}

.eci.iconfont-chart-bar-graph:before {
    content: '\e979';
    font-family: 'iconfont'
}

.eci.iconfont-chart-flow-1:before {
    content: '\e97a';
    font-family: 'iconfont'
}

.eci.iconfont-chart-flow-2:before {
    content: '\e97b';
    font-family: 'iconfont'
}

.eci.iconfont-chart-flow:before {
    content: '\e97c';
    font-family: 'iconfont'
}

.eci.iconfont-chart-growth:before {
    content: '\e97d';
    font-family: 'iconfont'
}

.eci.iconfont-chart-histogram-alt:before {
    content: '\e97e';
    font-family: 'iconfont'
}

.eci.iconfont-chart-histogram:before {
    content: '\e97f';
    font-family: 'iconfont'
}

.eci.iconfont-chart-line-alt:before {
    content: '\e980';
    font-family: 'iconfont'
}

.eci.iconfont-chart-line:before {
    content: '\e981';
    font-family: 'iconfont'
}

.eci.iconfont-chart-pie-alt:before {
    content: '\e982';
    font-family: 'iconfont'
}

.eci.iconfont-chart-pie:before {
    content: '\e983';
    font-family: 'iconfont'
}

.eci.iconfont-chart-radar-graph:before {
    content: '\e984';
    font-family: 'iconfont'
}

.eci.iconfont-architecture-alt:before {
    content: '\e985';
    font-family: 'iconfont'
}

.eci.iconfont-architecture:before {
    content: '\e986';
    font-family: 'iconfont'
}

.eci.iconfont-barricade:before {
    content: '\e987';
    font-family: 'iconfont'
}

.eci.iconfont-bolt:before {
    content: '\e988';
    font-family: 'iconfont'
}

.eci.iconfont-bricks:before {
    content: '\e989';
    font-family: 'iconfont'
}

.eci.iconfont-building-alt:before {
    content: '\e98a';
    font-family: 'iconfont'
}

.eci.iconfont-bull-dozer:before {
    content: '\e98b';
    font-family: 'iconfont'
}

.eci.iconfont-calculations:before {
    content: '\e98c';
    font-family: 'iconfont'
}

.eci.iconfont-cement-mix:before {
    content: '\e98d';
    font-family: 'iconfont'
}

.eci.iconfont-cement-mixer:before {
    content: '\e98e';
    font-family: 'iconfont'
}

.eci.iconfont-concrete-mixer:before {
    content: '\e98f';
    font-family: 'iconfont'
}

.eci.iconfont-danger-zone:before {
    content: '\e990';
    font-family: 'iconfont'
}

.eci.iconfont-drill:before {
    content: '\e991';
    font-family: 'iconfont'
}

.eci.iconfont-eco-energy:before {
    content: '\e992';
    font-family: 'iconfont'
}

.eci.iconfont-eco-environmen:before {
    content: '\e993';
    font-family: 'iconfont'
}

.eci.iconfont-energy-air:before {
    content: '\e994';
    font-family: 'iconfont'
}

.eci.iconfont-energy-oil:before {
    content: '\e995';
    font-family: 'iconfont'
}

.eci.iconfont-energy-savings:before {
    content: '\e996';
    font-family: 'iconfont'
}

.eci.iconfont-energy-solar:before {
    content: '\e997';
    font-family: 'iconfont'
}

.eci.iconfont-energy-water:before {
    content: '\e998';
    font-family: 'iconfont'
}

.eci.iconfont-engineer:before {
    content: '\e999';
    font-family: 'iconfont'
}

.eci.iconfont-fire-extinguisher-alt:before {
    content: '\e99a';
    font-family: 'iconfont'
}

.eci.iconfont-fire-extinguisher:before {
    content: '\e99b';
    font-family: 'iconfont'
}

.eci.iconfont-fix-tools:before {
    content: '\e99c';
    font-family: 'iconfont'
}

.eci.iconfont-fork-lift:before {
    content: '\e99d';
    font-family: 'iconfont'
}

.eci.iconfont-glue-oil:before {
    content: '\e99e';
    font-family: 'iconfont'
}

.eci.iconfont-hammer-alt:before {
    content: '\e99f';
    font-family: 'iconfont'
}

.eci.iconfont-hammer:before {
    content: '\e9a0';
    font-family: 'iconfont'
}

.eci.iconfont-help-robot:before {
    content: '\e9a1';
    font-family: 'iconfont'
}

.eci.iconfont-industries-1:before {
    content: '\e9a2';
    font-family: 'iconfont'
}

.eci.iconfont-industries-2:before {
    content: '\e9a3';
    font-family: 'iconfont'
}

.eci.iconfont-industries-3:before {
    content: '\e9a4';
    font-family: 'iconfont'
}

.eci.iconfont-industries-4:before {
    content: '\e9a5';
    font-family: 'iconfont'
}

.eci.iconfont-industries-5:before {
    content: '\e9a6';
    font-family: 'iconfont'
}

.eci.iconfont-industries:before {
    content: '\e9a7';
    font-family: 'iconfont'
}

.eci.iconfont-labour:before {
    content: '\e9a8';
    font-family: 'iconfont'
}

.eci.iconfont-mining:before {
    content: '\e9a9';
    font-family: 'iconfont'
}

.eci.iconfont-paint-brush:before {
    content: '\e9aa';
    font-family: 'iconfont'
}

.eci.iconfont-pollution:before {
    content: '\e9ab';
    font-family: 'iconfont'
}

.eci.iconfont-power-zone:before {
    content: '\e9ac';
    font-family: 'iconfont'
}

.eci.iconfont-radio-active:before {
    content: '\e9ad';
    font-family: 'iconfont'
}

.eci.iconfont-recycle-alt:before {
    content: '\e9ae';
    font-family: 'iconfont'
}

.eci.iconfont-recycling-man:before {
    content: '\e9af';
    font-family: 'iconfont'
}

.eci.iconfont-safety-hat-light:before {
    content: '\e9b0';
    font-family: 'iconfont'
}

.eci.iconfont-safety-hat:before {
    content: '\e9b1';
    font-family: 'iconfont'
}

.eci.iconfont-saw:before {
    content: '\e9b2';
    font-family: 'iconfont'
}

.eci.iconfont-screw-driver:before {
    content: '\e9b3';
    font-family: 'iconfont'
}

.eci.iconfont-tools-1:before {
    content: '\e9b4';
    font-family: 'iconfont'
}

.eci.iconfont-tools-bag:before {
    content: '\e9b5';
    font-family: 'iconfont'
}

.eci.iconfont-tow-truck:before {
    content: '\e9b6';
    font-family: 'iconfont'
}

.eci.iconfont-trolley:before {
    content: '\e9b7';
    font-family: 'iconfont'
}

.eci.iconfont-trowel:before {
    content: '\e9b8';
    font-family: 'iconfont'
}

.eci.iconfont-under-construction-alt:before {
    content: '\e9b9';
    font-family: 'iconfont'
}

.eci.iconfont-under-construction:before {
    content: '\e9ba';
    font-family: 'iconfont'
}

.eci.iconfont-vehicle-cement:before {
    content: '\e9bb';
    font-family: 'iconfont'
}

.eci.iconfont-vehicle-crane:before {
    content: '\e9bc';
    font-family: 'iconfont'
}

.eci.iconfont-vehicle-delivery-van:before {
    content: '\e9bd';
    font-family: 'iconfont'
}

.eci.iconfont-vehicle-dozer:before {
    content: '\e9be';
    font-family: 'iconfont'
}

.eci.iconfont-vehicle-excavator:before {
    content: '\e9bf';
    font-family: 'iconfont'
}

.eci.iconfont-vehicle-trucktor:before {
    content: '\e9c0';
    font-family: 'iconfont'
}

.eci.iconfont-vehicle-wrecking:before {
    content: '\e9c1';
    font-family: 'iconfont'
}

.eci.iconfont-worker:before {
    content: '\e9c2';
    font-family: 'iconfont'
}

.eci.iconfont-workers-group:before {
    content: '\e9c3';
    font-family: 'iconfont'
}

.eci.iconfont-wrench:before {
    content: '\e9c4';
    font-family: 'iconfont'
}

.eci.iconfont-afghani-false:before {
    content: '\e9c5';
    font-family: 'iconfont'
}

.eci.iconfont-afghani-minus:before {
    content: '\e9c6';
    font-family: 'iconfont'
}

.eci.iconfont-afghani-plus:before {
    content: '\e9c7';
    font-family: 'iconfont'
}

.eci.iconfont-afghani-true:before {
    content: '\e9c8';
    font-family: 'iconfont'
}

.eci.iconfont-afghani:before {
    content: '\e9c9';
    font-family: 'iconfont'
}

.eci.iconfont-baht-false:before {
    content: '\e9ca';
    font-family: 'iconfont'
}

.eci.iconfont-baht-minus:before {
    content: '\e9cb';
    font-family: 'iconfont'
}

.eci.iconfont-baht-plus:before {
    content: '\e9cc';
    font-family: 'iconfont'
}

.eci.iconfont-baht-true:before {
    content: '\e9cd';
    font-family: 'iconfont'
}

.eci.iconfont-baht:before {
    content: '\e9ce';
    font-family: 'iconfont'
}

.eci.iconfont-bitcoin-false:before {
    content: '\e9cf';
    font-family: 'iconfont'
}

.eci.iconfont-bitcoin-minus:before {
    content: '\e9d0';
    font-family: 'iconfont'
}

.eci.iconfont-bitcoin-plus:before {
    content: '\e9d1';
    font-family: 'iconfont'
}

.eci.iconfont-bitcoin-true:before {
    content: '\e9d2';
    font-family: 'iconfont'
}

.eci.iconfont-bitcoin:before {
    content: '\e9d3';
    font-family: 'iconfont'
}

.eci.iconfont-dollar-flase:before {
    content: '\e9d4';
    font-family: 'iconfont'
}

.eci.iconfont-dollar-minus:before {
    content: '\e9d5';
    font-family: 'iconfont'
}

.eci.iconfont-dollar-plus:before {
    content: '\e9d6';
    font-family: 'iconfont'
}

.eci.iconfont-dollar-true:before {
    content: '\e9d7';
    font-family: 'iconfont'
}

.eci.iconfont-dollar:before {
    content: '\e9d8';
    font-family: 'iconfont'
}

.eci.iconfont-dong-false:before {
    content: '\e9d9';
    font-family: 'iconfont'
}

.eci.iconfont-dong-minus:before {
    content: '\e9da';
    font-family: 'iconfont'
}

.eci.iconfont-dong-plus:before {
    content: '\e9db';
    font-family: 'iconfont'
}

.eci.iconfont-dong-true:before {
    content: '\e9dc';
    font-family: 'iconfont'
}

.eci.iconfont-dong:before {
    content: '\e9dd';
    font-family: 'iconfont'
}

.eci.iconfont-euro-false:before {
    content: '\e9de';
    font-family: 'iconfont'
}

.eci.iconfont-euro-minus:before {
    content: '\e9df';
    font-family: 'iconfont'
}

.eci.iconfont-euro-plus:before {
    content: '\e9e0';
    font-family: 'iconfont'
}

.eci.iconfont-euro-true:before {
    content: '\e9e1';
    font-family: 'iconfont'
}

.eci.iconfont-euro:before {
    content: '\e9e2';
    font-family: 'iconfont'
}

.eci.iconfont-frank-false:before {
    content: '\e9e3';
    font-family: 'iconfont'
}

.eci.iconfont-frank-minus:before {
    content: '\e9e4';
    font-family: 'iconfont'
}

.eci.iconfont-frank-plus:before {
    content: '\e9e5';
    font-family: 'iconfont'
}

.eci.iconfont-frank-true:before {
    content: '\e9e6';
    font-family: 'iconfont'
}

.eci.iconfont-frank:before {
    content: '\e9e7';
    font-family: 'iconfont'
}

.eci.iconfont-hryvnia-false:before {
    content: '\e9e8';
    font-family: 'iconfont'
}

.eci.iconfont-hryvnia-minus:before {
    content: '\e9e9';
    font-family: 'iconfont'
}

.eci.iconfont-hryvnia-plus:before {
    content: '\e9ea';
    font-family: 'iconfont'
}

.eci.iconfont-hryvnia-true:before {
    content: '\e9eb';
    font-family: 'iconfont'
}

.eci.iconfont-hryvnia:before {
    content: '\e9ec';
    font-family: 'iconfont'
}

.eci.iconfont-lira-false:before {
    content: '\e9ed';
    font-family: 'iconfont'
}

.eci.iconfont-lira-minus:before {
    content: '\e9ee';
    font-family: 'iconfont'
}

.eci.iconfont-lira-plus:before {
    content: '\e9ef';
    font-family: 'iconfont'
}

.eci.iconfont-lira-true:before {
    content: '\e9f0';
    font-family: 'iconfont'
}

.eci.iconfont-lira:before {
    content: '\e9f1';
    font-family: 'iconfont'
}

.eci.iconfont-peseta-false:before {
    content: '\e9f2';
    font-family: 'iconfont'
}

.eci.iconfont-peseta-minus:before {
    content: '\e9f3';
    font-family: 'iconfont'
}

.eci.iconfont-peseta-plus:before {
    content: '\e9f4';
    font-family: 'iconfont'
}

.eci.iconfont-peseta-true:before {
    content: '\e9f5';
    font-family: 'iconfont'
}

.eci.iconfont-peseta:before {
    content: '\e9f6';
    font-family: 'iconfont'
}

.eci.iconfont-peso-false:before {
    content: '\e9f7';
    font-family: 'iconfont'
}

.eci.iconfont-peso-minus:before {
    content: '\e9f8';
    font-family: 'iconfont'
}

.eci.iconfont-peso-plus:before {
    content: '\e9f9';
    font-family: 'iconfont'
}

.eci.iconfont-peso-true:before {
    content: '\e9fa';
    font-family: 'iconfont'
}

.eci.iconfont-peso:before {
    content: '\e9fb';
    font-family: 'iconfont'
}

.eci.iconfont-pound-false:before {
    content: '\e9fc';
    font-family: 'iconfont'
}

.eci.iconfont-pound-minus:before {
    content: '\e9fd';
    font-family: 'iconfont'
}

.eci.iconfont-pound-plus:before {
    content: '\e9fe';
    font-family: 'iconfont'
}

.eci.iconfont-pound-true:before {
    content: '\e9ff';
    font-family: 'iconfont'
}

.eci.iconfont-pound:before {
    content: '\ea00';
    font-family: 'iconfont'
}

.eci.iconfont-renminbi-false:before {
    content: '\ea01';
    font-family: 'iconfont'
}

.eci.iconfont-renminbi-minus:before {
    content: '\ea02';
    font-family: 'iconfont'
}

.eci.iconfont-renminbi-plus:before {
    content: '\ea03';
    font-family: 'iconfont'
}

.eci.iconfont-renminbi-true:before {
    content: '\ea04';
    font-family: 'iconfont'
}

.eci.iconfont-renminbi:before {
    content: '\ea05';
    font-family: 'iconfont'
}

.eci.iconfont-riyal-false:before {
    content: '\ea06';
    font-family: 'iconfont'
}

.eci.iconfont-riyal-minus:before {
    content: '\ea07';
    font-family: 'iconfont'
}

.eci.iconfont-riyal-plus:before {
    content: '\ea08';
    font-family: 'iconfont'
}

.eci.iconfont-riyal-true:before {
    content: '\ea09';
    font-family: 'iconfont'
}

.eci.iconfont-riyal:before {
    content: '\ea0a';
    font-family: 'iconfont'
}

.eci.iconfont-rouble-false:before {
    content: '\ea0b';
    font-family: 'iconfont'
}

.eci.iconfont-rouble-minus:before {
    content: '\ea0c';
    font-family: 'iconfont'
}

.eci.iconfont-rouble-plus:before {
    content: '\ea0d';
    font-family: 'iconfont'
}

.eci.iconfont-rouble-true:before {
    content: '\ea0e';
    font-family: 'iconfont'
}

.eci.iconfont-rouble:before {
    content: '\ea0f';
    font-family: 'iconfont'
}

.eci.iconfont-rupee-false:before {
    content: '\ea10';
    font-family: 'iconfont'
}

.eci.iconfont-rupee-minus:before {
    content: '\ea11';
    font-family: 'iconfont'
}

.eci.iconfont-rupee-plus:before {
    content: '\ea12';
    font-family: 'iconfont'
}

.eci.iconfont-rupee-true:before {
    content: '\ea13';
    font-family: 'iconfont'
}

.eci.iconfont-rupee:before {
    content: '\ea14';
    font-family: 'iconfont'
}

.eci.iconfont-taka-false:before {
    content: '\ea15';
    font-family: 'iconfont'
}

.eci.iconfont-taka-minus:before {
    content: '\ea16';
    font-family: 'iconfont'
}

.eci.iconfont-taka-plus:before {
    content: '\ea17';
    font-family: 'iconfont'
}

.eci.iconfont-taka-true:before {
    content: '\ea18';
    font-family: 'iconfont'
}

.eci.iconfont-taka:before {
    content: '\ea19';
    font-family: 'iconfont'
}

.eci.iconfont-turkish-lira-false:before {
    content: '\ea1a';
    font-family: 'iconfont'
}

.eci.iconfont-turkish-lira-minus:before {
    content: '\ea1b';
    font-family: 'iconfont'
}

.eci.iconfont-turkish-lira-plus:before {
    content: '\ea1c';
    font-family: 'iconfont'
}

.eci.iconfont-turkish-lira-true:before {
    content: '\ea1d';
    font-family: 'iconfont'
}

.eci.iconfont-turkish-lira:before {
    content: '\ea1e';
    font-family: 'iconfont'
}

.eci.iconfont-won-false:before {
    content: '\ea1f';
    font-family: 'iconfont'
}

.eci.iconfont-won-minus:before {
    content: '\ea20';
    font-family: 'iconfont'
}

.eci.iconfont-won-plus:before {
    content: '\ea21';
    font-family: 'iconfont'
}

.eci.iconfont-won-true:before {
    content: '\ea22';
    font-family: 'iconfont'
}

.eci.iconfont-won:before {
    content: '\ea23';
    font-family: 'iconfont'
}

.eci.iconfont-yen-false:before {
    content: '\ea24';
    font-family: 'iconfont'
}

.eci.iconfont-yen-minus:before {
    content: '\ea25';
    font-family: 'iconfont'
}

.eci.iconfont-yen-plus:before {
    content: '\ea26';
    font-family: 'iconfont'
}

.eci.iconfont-yen-true:before {
    content: '\ea27';
    font-family: 'iconfont'
}

.eci.iconfont-yen:before {
    content: '\ea28';
    font-family: 'iconfont'
}

.eci.iconfont-android-nexus:before {
    content: '\ea29';
    font-family: 'iconfont'
}

.eci.iconfont-android-tablet:before {
    content: '\ea2a';
    font-family: 'iconfont'
}

.eci.iconfont-apple-watch:before {
    content: '\ea2b';
    font-family: 'iconfont'
}

.eci.iconfont-drawing-tablet:before {
    content: '\ea2c';
    font-family: 'iconfont'
}

.eci.iconfont-earphone:before {
    content: '\ea2d';
    font-family: 'iconfont'
}

.eci.iconfont-flash-drive:before {
    content: '\ea2e';
    font-family: 'iconfont'
}

.eci.iconfont-game-console:before {
    content: '\ea2f';
    font-family: 'iconfont'
}

.eci.iconfont-game-controller:before {
    content: '\ea30';
    font-family: 'iconfont'
}

.eci.iconfont-game-pad:before {
    content: '\ea31';
    font-family: 'iconfont'
}

.eci.iconfont-game:before {
    content: '\ea32';
    font-family: 'iconfont'
}

.eci.iconfont-headphone-alt-1:before {
    content: '\ea33';
    font-family: 'iconfont'
}

.eci.iconfont-headphone-alt-2:before {
    content: '\ea34';
    font-family: 'iconfont'
}

.eci.iconfont-headphone-alt-3:before {
    content: '\ea35';
    font-family: 'iconfont'
}

.eci.iconfont-headphone-alt:before {
    content: '\ea36';
    font-family: 'iconfont'
}

.eci.iconfont-headphone:before {
    content: '\ea37';
    font-family: 'iconfont'
}

.eci.iconfont-htc-one:before {
    content: '\ea38';
    font-family: 'iconfont'
}

.eci.iconfont-imac:before {
    content: '\ea39';
    font-family: 'iconfont'
}

.eci.iconfont-ipad:before {
    content: '\ea3a';
    font-family: 'iconfont'
}

.eci.iconfont-iphone:before {
    content: '\ea3b';
    font-family: 'iconfont'
}

.eci.iconfont-ipod-nano:before {
    content: '\ea3c';
    font-family: 'iconfont'
}

.eci.iconfont-ipod-touch:before {
    content: '\ea3d';
    font-family: 'iconfont'
}

.eci.iconfont-keyboard-alt:before {
    content: '\ea3e';
    font-family: 'iconfont'
}

.eci.iconfont-keyboard-wireless:before {
    content: '\ea3f';
    font-family: 'iconfont'
}

.eci.iconfont-keyboard:before {
    content: '\ea40';
    font-family: 'iconfont'
}

.eci.iconfont-laptop-alt:before {
    content: '\ea41';
    font-family: 'iconfont'
}

.eci.iconfont-laptop:before {
    content: '\ea42';
    font-family: 'iconfont'
}

.eci.iconfont-macbook:before {
    content: '\ea43';
    font-family: 'iconfont'
}

.eci.iconfont-magic-mouse:before {
    content: '\ea44';
    font-family: 'iconfont'
}

.eci.iconfont-micro-chip:before {
    content: '\ea45';
    font-family: 'iconfont'
}

.eci.iconfont-microphone-alt:before {
    content: '\ea46';
    font-family: 'iconfont'
}

.eci.iconfont-microphone:before {
    content: '\ea47';
    font-family: 'iconfont'
}

.eci.iconfont-monitor:before {
    content: '\ea48';
    font-family: 'iconfont'
}

.eci.iconfont-mouse:before {
    content: '\ea49';
    font-family: 'iconfont'
}

.eci.iconfont-mp3-player:before {
    content: '\ea4a';
    font-family: 'iconfont'
}

.eci.iconfont-nintendo:before {
    content: '\ea4b';
    font-family: 'iconfont'
}

.eci.iconfont-playstation-alt:before {
    content: '\ea4c';
    font-family: 'iconfont'
}

.eci.iconfont-psvita:before {
    content: '\ea4d';
    font-family: 'iconfont'
}

.eci.iconfont-radio-mic:before {
    content: '\ea4e';
    font-family: 'iconfont'
}

.eci.iconfont-radio:before {
    content: '\ea4f';
    font-family: 'iconfont'
}

.eci.iconfont-refrigerator:before {
    content: '\ea50';
    font-family: 'iconfont'
}

.eci.iconfont-samsung-galaxy:before {
    content: '\ea51';
    font-family: 'iconfont'
}

.eci.iconfont-surface-tablet:before {
    content: '\ea52';
    font-family: 'iconfont'
}

.eci.iconfont-ui-head-phone:before {
    content: '\ea53';
    font-family: 'iconfont'
}

.eci.iconfont-ui-keyboard:before {
    content: '\ea54';
    font-family: 'iconfont'
}

.eci.iconfont-washing-machine:before {
    content: '\ea55';
    font-family: 'iconfont'
}

.eci.iconfont-wifi-router:before {
    content: '\ea56';
    font-family: 'iconfont'
}

.eci.iconfont-wii-u:before {
    content: '\ea57';
    font-family: 'iconfont'
}

.eci.iconfont-windows-lumia:before {
    content: '\ea58';
    font-family: 'iconfont'
}

.eci.iconfont-wireless-mouse:before {
    content: '\ea59';
    font-family: 'iconfont'
}

.eci.iconfont-xbox-360:before {
    content: '\ea5a';
    font-family: 'iconfont'
}

.eci.iconfont-arrow-down:before {
    content: '\ea5b';
    font-family: 'iconfont'
}

.eci.iconfont-arrow-left:before {
    content: '\ea5c';
    font-family: 'iconfont'
}

.eci.iconfont-arrow-right:before {
    content: '\ea5d';
    font-family: 'iconfont'
}

.eci.iconfont-arrow-up:before {
    content: '\ea5e';
    font-family: 'iconfont'
}

.eci.iconfont-block-down:before {
    content: '\ea5f';
    font-family: 'iconfont'
}

.eci.iconfont-block-left:before {
    content: '\ea60';
    font-family: 'iconfont'
}

.eci.iconfont-block-right:before {
    content: '\ea61';
    font-family: 'iconfont'
}

.eci.iconfont-block-up:before {
    content: '\ea62';
    font-family: 'iconfont'
}

.eci.iconfont-bubble-down:before {
    content: '\ea63';
    font-family: 'iconfont'
}

.eci.iconfont-bubble-left:before {
    content: '\ea64';
    font-family: 'iconfont'
}

.eci.iconfont-bubble-right:before {
    content: '\ea65';
    font-family: 'iconfont'
}

.eci.iconfont-bubble-up:before {
    content: '\ea66';
    font-family: 'iconfont'
}

.eci.iconfont-caret-down:before {
    content: '\ea67';
    font-family: 'iconfont'
}

.eci.iconfont-caret-left:before {
    content: '\ea68';
    font-family: 'iconfont'
}

.eci.iconfont-caret-right:before {
    content: '\ea69';
    font-family: 'iconfont'
}

.eci.iconfont-caret-up:before {
    content: '\ea6a';
    font-family: 'iconfont'
}

.eci.iconfont-circled-down:before {
    content: '\ea6b';
    font-family: 'iconfont'
}

.eci.iconfont-circled-left:before {
    content: '\ea6c';
    font-family: 'iconfont'
}

.eci.iconfont-circled-right:before {
    content: '\ea6d';
    font-family: 'iconfont'
}

.eci.iconfont-circled-up:before {
    content: '\ea6e';
    font-family: 'iconfont'
}

.eci.iconfont-collapse:before {
    content: '\ea6f';
    font-family: 'iconfont'
}

.eci.iconfont-cursor-drag:before {
    content: '\ea70';
    font-family: 'iconfont'
}

.eci.iconfont-curved-double-left:before {
    content: '\ea71';
    font-family: 'iconfont'
}

.eci.iconfont-curved-double-right:before {
    content: '\ea72';
    font-family: 'iconfont'
}

.eci.iconfont-curved-down:before {
    content: '\ea73';
    font-family: 'iconfont'
}

.eci.iconfont-curved-left:before {
    content: '\ea74';
    font-family: 'iconfont'
}

.eci.iconfont-curved-right:before {
    content: '\ea75';
    font-family: 'iconfont'
}

.eci.iconfont-curved-up:before {
    content: '\ea76';
    font-family: 'iconfont'
}

.eci.iconfont-dotted-down:before {
    content: '\ea77';
    font-family: 'iconfont'
}

.eci.iconfont-dotted-left:before {
    content: '\ea78';
    font-family: 'iconfont'
}

.eci.iconfont-dotted-right:before {
    content: '\ea79';
    font-family: 'iconfont'
}

.eci.iconfont-dotted-up:before {
    content: '\ea7a';
    font-family: 'iconfont'
}

.eci.iconfont-double-left:before {
    content: '\ea7b';
    font-family: 'iconfont'
}

.eci.iconfont-double-right:before {
    content: '\ea7c';
    font-family: 'iconfont'
}

.eci.iconfont-expand-alt:before {
    content: '\ea7d';
    font-family: 'iconfont'
}

.eci.iconfont-hand-down:before {
    content: '\ea7e';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drag:before {
    content: '\ea7f';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drag1:before {
    content: '\ea80';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drag2:before {
    content: '\ea81';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-alt-down:before {
    content: '\ea82';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-alt-left:before {
    content: '\ea83';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-alt-right:before {
    content: '\ea84';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-alt-up:before {
    content: '\ea85';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-down:before {
    content: '\ea86';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-left:before {
    content: '\ea87';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-right:before {
    content: '\ea88';
    font-family: 'iconfont'
}

.eci.iconfont-hand-drawn-up:before {
    content: '\ea89';
    font-family: 'iconfont'
}

.eci.iconfont-hand-grippers:before {
    content: '\ea8a';
    font-family: 'iconfont'
}

.eci.iconfont-hand-left:before {
    content: '\ea8b';
    font-family: 'iconfont'
}

.eci.iconfont-hand-right:before {
    content: '\ea8c';
    font-family: 'iconfont'
}

.eci.iconfont-hand-up:before {
    content: '\ea8d';
    font-family: 'iconfont'
}

.eci.iconfont-line-block-down:before {
    content: '\ea8e';
    font-family: 'iconfont'
}

.eci.iconfont-line-block-left:before {
    content: '\ea8f';
    font-family: 'iconfont'
}

.eci.iconfont-line-block-right:before {
    content: '\ea90';
    font-family: 'iconfont'
}

.eci.iconfont-line-block-up:before {
    content: '\ea91';
    font-family: 'iconfont'
}

.eci.iconfont-long-arrow-down:before {
    content: '\ea92';
    font-family: 'iconfont'
}

.eci.iconfont-long-arrow-left:before {
    content: '\ea93';
    font-family: 'iconfont'
}

.eci.iconfont-long-arrow-right:before {
    content: '\ea94';
    font-family: 'iconfont'
}

.eci.iconfont-long-arrow-up:before {
    content: '\ea95';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-collapse:before {
    content: '\ea96';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-double-left:before {
    content: '\ea97';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-double-right:before {
    content: '\ea98';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-down:before {
    content: '\ea99';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-expand:before {
    content: '\ea9a';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-left-down:before {
    content: '\ea9b';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-left-up:before {
    content: '\ea9c';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-left:before {
    content: '\ea9d';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-right-down:before {
    content: '\ea9e';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-right-up:before {
    content: '\ea9f';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-right:before {
    content: '\eaa0';
    font-family: 'iconfont'
}

.eci.iconfont-rounded-up:before {
    content: '\eaa1';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-bubble-down:before {
    content: '\eaa2';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-bubble-left:before {
    content: '\eaa3';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-bubble-right:before {
    content: '\eaa4';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-bubble-up:before {
    content: '\eaa5';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-double-down:before {
    content: '\eaa6';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-double-left:before {
    content: '\eaa7';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-double-right:before {
    content: '\eaa8';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-double-up:before {
    content: '\eaa9';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-down:before {
    content: '\eaaa';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-left:before {
    content: '\eaab';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-long-down:before {
    content: '\eaac';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-long-left:before {
    content: '\eaad';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-long-right:before {
    content: '\eaae';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-long-up:before {
    content: '\eaaf';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-right:before {
    content: '\eab0';
    font-family: 'iconfont'
}

.eci.iconfont-scroll-up:before {
    content: '\eab1';
    font-family: 'iconfont'
}

.eci.iconfont-simple-down:before {
    content: '\eab2';
    font-family: 'iconfont'
}

.eci.iconfont-simple-left-down:before {
    content: '\eab3';
    font-family: 'iconfont'
}

.eci.iconfont-simple-left-up:before {
    content: '\eab4';
    font-family: 'iconfont'
}

.eci.iconfont-simple-left:before {
    content: '\eab5';
    font-family: 'iconfont'
}

.eci.iconfont-simple-right-down:before {
    content: '\eab6';
    font-family: 'iconfont'
}

.eci.iconfont-simple-right-up:before {
    content: '\eab7';
    font-family: 'iconfont'
}

.eci.iconfont-simple-right:before {
    content: '\eab8';
    font-family: 'iconfont'
}

.eci.iconfont-simple-up:before {
    content: '\eab9';
    font-family: 'iconfont'
}

.eci.iconfont-square-down:before {
    content: '\eaba';
    font-family: 'iconfont'
}

.eci.iconfont-square-left:before {
    content: '\eabb';
    font-family: 'iconfont'
}

.eci.iconfont-square-right:before {
    content: '\eabc';
    font-family: 'iconfont'
}

.eci.iconfont-square-up:before {
    content: '\eabd';
    font-family: 'iconfont'
}

.eci.iconfont-stylish-down:before {
    content: '\eabe';
    font-family: 'iconfont'
}

.eci.iconfont-stylish-left:before {
    content: '\eabf';
    font-family: 'iconfont'
}

.eci.iconfont-stylish-right:before {
    content: '\eac0';
    font-family: 'iconfont'
}

.eci.iconfont-stylish-up:before {
    content: '\eac1';
    font-family: 'iconfont'
}

.eci.iconfont-swoosh-down:before {
    content: '\eac2';
    font-family: 'iconfont'
}

.eci.iconfont-swoosh-left:before {
    content: '\eac3';
    font-family: 'iconfont'
}

.eci.iconfont-swoosh-right:before {
    content: '\eac4';
    font-family: 'iconfont'
}

.eci.iconfont-swoosh-up:before {
    content: '\eac5';
    font-family: 'iconfont'
}

.eci.iconfont-thin-double-left:before {
    content: '\eac6';
    font-family: 'iconfont'
}

.eci.iconfont-thin-double-right:before {
    content: '\eac7';
    font-family: 'iconfont'
}

.eci.iconfont-thin-down:before {
    content: '\eac8';
    font-family: 'iconfont'
}

.eci.iconfont-thin-left:before {
    content: '\eac9';
    font-family: 'iconfont'
}

.eci.iconfont-thin-right:before {
    content: '\eaca';
    font-family: 'iconfont'
}

.eci.iconfont-thin-up:before {
    content: '\eacb';
    font-family: 'iconfont'
}

.eci.iconfont-abc:before {
    content: '\eacc';
    font-family: 'iconfont'
}

.eci.iconfont-atom:before {
    content: '\eacd';
    font-family: 'iconfont'
}

.eci.iconfont-award:before {
    content: '\eace';
    font-family: 'iconfont'
}

.eci.iconfont-bell-alt:before {
    content: '\eacf';
    font-family: 'iconfont'
}

.eci.iconfont-black-board:before {
    content: '\ead0';
    font-family: 'iconfont'
}

.eci.iconfont-book-alt:before {
    content: '\ead1';
    font-family: 'iconfont'
}

.eci.iconfont-book:before {
    content: '\ead2';
    font-family: 'iconfont'
}

.eci.iconfont-brainstorming:before {
    content: '\ead3';
    font-family: 'iconfont'
}

.eci.iconfont-certificate-alt-1:before {
    content: '\ead4';
    font-family: 'iconfont'
}

.eci.iconfont-certificate-alt-2:before {
    content: '\ead5';
    font-family: 'iconfont'
}

.eci.iconfont-certificate:before {
    content: '\ead6';
    font-family: 'iconfont'
}

.eci.iconfont-education:before {
    content: '\ead7';
    font-family: 'iconfont'
}

.eci.iconfont-electron:before {
    content: '\ead8';
    font-family: 'iconfont'
}

.eci.iconfont-fountain-pen:before {
    content: '\ead9';
    font-family: 'iconfont'
}

.eci.iconfont-globe-alt:before {
    content: '\eada';
    font-family: 'iconfont'
}

.eci.iconfont-graduate-alt:before {
    content: '\eadb';
    font-family: 'iconfont'
}

.eci.iconfont-graduate:before {
    content: '\eadc';
    font-family: 'iconfont'
}

.eci.iconfont-group-students:before {
    content: '\eadd';
    font-family: 'iconfont'
}

.eci.iconfont-hat-alt:before {
    content: '\eade';
    font-family: 'iconfont'
}

.eci.iconfont-hat:before {
    content: '\eadf';
    font-family: 'iconfont'
}

.eci.iconfont-instrument:before {
    content: '\eae0';
    font-family: 'iconfont'
}

.eci.iconfont-lamp-light:before {
    content: '\eae1';
    font-family: 'iconfont'
}

.eci.iconfont-medal:before {
    content: '\eae2';
    font-family: 'iconfont'
}

.eci.iconfont-microscope-alt:before {
    content: '\eae3';
    font-family: 'iconfont'
}

.eci.iconfont-microscope:before {
    content: '\eae4';
    font-family: 'iconfont'
}

.eci.iconfont-paper:before {
    content: '\eae5';
    font-family: 'iconfont'
}

.eci.iconfont-pen-alt-4:before {
    content: '\eae6';
    font-family: 'iconfont'
}

.eci.iconfont-pen-nib:before {
    content: '\eae7';
    font-family: 'iconfont'
}

.eci.iconfont-pencil-alt-5:before {
    content: '\eae8';
    font-family: 'iconfont'
}

.eci.iconfont-quill-pen:before {
    content: '\eae9';
    font-family: 'iconfont'
}

.eci.iconfont-read-book-alt:before {
    content: '\eaea';
    font-family: 'iconfont'
}

.eci.iconfont-read-book:before {
    content: '\eaeb';
    font-family: 'iconfont'
}

.eci.iconfont-school-bag:before {
    content: '\eaec';
    font-family: 'iconfont'
}

.eci.iconfont-school-bus:before {
    content: '\eaed';
    font-family: 'iconfont'
}

.eci.iconfont-student-alt:before {
    content: '\eaee';
    font-family: 'iconfont'
}

.eci.iconfont-student:before {
    content: '\eaef';
    font-family: 'iconfont'
}

.eci.iconfont-teacher:before {
    content: '\eaf0';
    font-family: 'iconfont'
}

.eci.iconfont-test-bulb:before {
    content: '\eaf1';
    font-family: 'iconfont'
}

.eci.iconfont-test-tube-alt:before {
    content: '\eaf2';
    font-family: 'iconfont'
}

.eci.iconfont-university:before {
    content: '\eaf3';
    font-family: 'iconfont'
}

.eci.iconfont-angry:before {
    content: '\eaf4';
    font-family: 'iconfont'
}

.eci.iconfont-astonished:before {
    content: '\eaf5';
    font-family: 'iconfont'
}

.eci.iconfont-confounded:before {
    content: '\eaf6';
    font-family: 'iconfont'
}

.eci.iconfont-confused:before {
    content: '\eaf7';
    font-family: 'iconfont'
}

.eci.iconfont-crying:before {
    content: '\eaf8';
    font-family: 'iconfont'
}

.eci.iconfont-dizzy:before {
    content: '\eaf9';
    font-family: 'iconfont'
}

.eci.iconfont-expressionless:before {
    content: '\eafa';
    font-family: 'iconfont'
}

.eci.iconfont-heart-eyes:before {
    content: '\eafb';
    font-family: 'iconfont'
}

.eci.iconfont-laughing:before {
    content: '\eafc';
    font-family: 'iconfont'
}

.eci.iconfont-nerd-smile:before {
    content: '\eafd';
    font-family: 'iconfont'
}

.eci.iconfont-open-mouth:before {
    content: '\eafe';
    font-family: 'iconfont'
}

.eci.iconfont-rage:before {
    content: '\eaff';
    font-family: 'iconfont'
}

.eci.iconfont-rolling-eyes:before {
    content: '\eb00';
    font-family: 'iconfont'
}

.eci.iconfont-sad:before {
    content: '\eb01';
    font-family: 'iconfont'
}

.eci.iconfont-simple-smile:before {
    content: '\eb02';
    font-family: 'iconfont'
}

.eci.iconfont-slightly-smile:before {
    content: '\eb03';
    font-family: 'iconfont'
}

.eci.iconfont-smirk:before {
    content: '\eb04';
    font-family: 'iconfont'
}

.eci.iconfont-stuck-out-tongue:before {
    content: '\eb05';
    font-family: 'iconfont'
}

.eci.iconfont-wink-smile:before {
    content: '\eb06';
    font-family: 'iconfont'
}

.eci.iconfont-worried:before {
    content: '\eb07';
    font-family: 'iconfont'
}

.eci.iconfont-file-alt:before {
    content: '\eb08';
    font-family: 'iconfont'
}

.eci.iconfont-file-audio:before {
    content: '\eb09';
    font-family: 'iconfont'
}

.eci.iconfont-file-avi-mp4:before {
    content: '\eb0a';
    font-family: 'iconfont'
}

.eci.iconfont-file-bmp:before {
    content: '\eb0b';
    font-family: 'iconfont'
}

.eci.iconfont-file-code:before {
    content: '\eb0c';
    font-family: 'iconfont'
}

.eci.iconfont-file-css:before {
    content: '\eb0d';
    font-family: 'iconfont'
}

.eci.iconfont-file-document:before {
    content: '\eb0e';
    font-family: 'iconfont'
}

.eci.iconfont-file-eps:before {
    content: '\eb0f';
    font-family: 'iconfont'
}

.eci.iconfont-file-excel:before {
    content: '\eb10';
    font-family: 'iconfont'
}

.eci.iconfont-file-exe:before {
    content: '\eb11';
    font-family: 'iconfont'
}

.eci.iconfont-file-file:before {
    content: '\eb12';
    font-family: 'iconfont'
}

.eci.iconfont-file-flv:before {
    content: '\eb13';
    font-family: 'iconfont'
}

.eci.iconfont-file-gif:before {
    content: '\eb14';
    font-family: 'iconfont'
}

.eci.iconfont-file-html5:before {
    content: '\eb15';
    font-family: 'iconfont'
}

.eci.iconfont-file-image:before {
    content: '\eb16';
    font-family: 'iconfont'
}

.eci.iconfont-file-iso:before {
    content: '\eb17';
    font-family: 'iconfont'
}

.eci.iconfont-file-java:before {
    content: '\eb18';
    font-family: 'iconfont'
}

.eci.iconfont-file-javascript:before {
    content: '\eb19';
    font-family: 'iconfont'
}

.eci.iconfont-file-jpg:before {
    content: '\eb1a';
    font-family: 'iconfont'
}

.eci.iconfont-file-midi:before {
    content: '\eb1b';
    font-family: 'iconfont'
}

.eci.iconfont-file-mov:before {
    content: '\eb1c';
    font-family: 'iconfont'
}

.eci.iconfont-file-mp3:before {
    content: '\eb1d';
    font-family: 'iconfont'
}

.eci.iconfont-file-pdf:before {
    content: '\eb1e';
    font-family: 'iconfont'
}

.eci.iconfont-file-php:before {
    content: '\eb1f';
    font-family: 'iconfont'
}

.eci.iconfont-file-png:before {
    content: '\eb20';
    font-family: 'iconfont'
}

.eci.iconfont-file-powerpoint:before {
    content: '\eb21';
    font-family: 'iconfont'
}

.eci.iconfont-file-presentation:before {
    content: '\eb22';
    font-family: 'iconfont'
}

.eci.iconfont-file-psb:before {
    content: '\eb23';
    font-family: 'iconfont'
}

.eci.iconfont-file-psd:before {
    content: '\eb24';
    font-family: 'iconfont'
}

.eci.iconfont-file-python:before {
    content: '\eb25';
    font-family: 'iconfont'
}

.eci.iconfont-file-ruby:before {
    content: '\eb26';
    font-family: 'iconfont'
}

.eci.iconfont-file-spreadsheet:before {
    content: '\eb27';
    font-family: 'iconfont'
}

.eci.iconfont-file-sql:before {
    content: '\eb28';
    font-family: 'iconfont'
}

.eci.iconfont-file-svg:before {
    content: '\eb29';
    font-family: 'iconfont'
}

.eci.iconfont-file-text:before {
    content: '\eb2a';
    font-family: 'iconfont'
}

.eci.iconfont-file-tiff:before {
    content: '\eb2b';
    font-family: 'iconfont'
}

.eci.iconfont-file-video:before {
    content: '\eb2c';
    font-family: 'iconfont'
}

.eci.iconfont-file-wave:before {
    content: '\eb2d';
    font-family: 'iconfont'
}

.eci.iconfont-file-wmv:before {
    content: '\eb2e';
    font-family: 'iconfont'
}

.eci.iconfont-file-word:before {
    content: '\eb2f';
    font-family: 'iconfont'
}

.eci.iconfont-file-zip:before {
    content: '\eb30';
    font-family: 'iconfont'
}

.eci.iconfont-cycling-alt:before {
    content: '\eb31';
    font-family: 'iconfont'
}

.eci.iconfont-cycling:before {
    content: '\eb32';
    font-family: 'iconfont'
}

.eci.iconfont-dumbbell:before {
    content: '\eb33';
    font-family: 'iconfont'
}

.eci.iconfont-dumbbells:before {
    content: '\eb34';
    font-family: 'iconfont'
}

.eci.iconfont-gym-alt-1:before {
    content: '\eb35';
    font-family: 'iconfont'
}

.eci.iconfont-gym-alt-2:before {
    content: '\eb36';
    font-family: 'iconfont'
}

.eci.iconfont-gym-alt-3:before {
    content: '\eb37';
    font-family: 'iconfont'
}

.eci.iconfont-gym:before {
    content: '\eb38';
    font-family: 'iconfont'
}

.eci.iconfont-muscle-weight:before {
    content: '\eb39';
    font-family: 'iconfont'
}

.eci.iconfont-muscle:before {
    content: '\eb3a';
    font-family: 'iconfont'
}

.eci.iconfont-apple:before {
    content: '\eb3b';
    font-family: 'iconfont'
}

.eci.iconfont-arabian-coffee:before {
    content: '\eb3c';
    font-family: 'iconfont'
}

.eci.iconfont-artichoke:before {
    content: '\eb3d';
    font-family: 'iconfont'
}

.eci.iconfont-asparagus:before {
    content: '\eb3e';
    font-family: 'iconfont'
}

.eci.iconfont-avocado:before {
    content: '\eb3f';
    font-family: 'iconfont'
}

.eci.iconfont-baby-food:before {
    content: '\eb40';
    font-family: 'iconfont'
}

.eci.iconfont-banana:before {
    content: '\eb41';
    font-family: 'iconfont'
}

.eci.iconfont-bbq:before {
    content: '\eb42';
    font-family: 'iconfont'
}

.eci.iconfont-beans:before {
    content: '\eb43';
    font-family: 'iconfont'
}

.eci.iconfont-beer:before {
    content: '\eb44';
    font-family: 'iconfont'
}

.eci.iconfont-bell-pepper-capsicum:before {
    content: '\eb45';
    font-family: 'iconfont'
}

.eci.iconfont-birthday-cake:before {
    content: '\eb46';
    font-family: 'iconfont'
}

.eci.iconfont-bread:before {
    content: '\eb47';
    font-family: 'iconfont'
}

.eci.iconfont-broccoli:before {
    content: '\eb48';
    font-family: 'iconfont'
}

.eci.iconfont-burger:before {
    content: '\eb49';
    font-family: 'iconfont'
}

.eci.iconfont-cabbage:before {
    content: '\eb4a';
    font-family: 'iconfont'
}

.eci.iconfont-carrot:before {
    content: '\eb4b';
    font-family: 'iconfont'
}

.eci.iconfont-cauli-flower:before {
    content: '\eb4c';
    font-family: 'iconfont'
}

.eci.iconfont-cheese:before {
    content: '\eb4d';
    font-family: 'iconfont'
}

.eci.iconfont-chef:before {
    content: '\eb4e';
    font-family: 'iconfont'
}

.eci.iconfont-cherry:before {
    content: '\eb4f';
    font-family: 'iconfont'
}

.eci.iconfont-chicken-fry:before {
    content: '\eb50';
    font-family: 'iconfont'
}

.eci.iconfont-chicken:before {
    content: '\eb51';
    font-family: 'iconfont'
}

.eci.iconfont-cocktail:before {
    content: '\eb52';
    font-family: 'iconfont'
}

.eci.iconfont-coconut-water:before {
    content: '\eb53';
    font-family: 'iconfont'
}

.eci.iconfont-coconut:before {
    content: '\eb54';
    font-family: 'iconfont'
}

.eci.iconfont-coffee-alt:before {
    content: '\eb55';
    font-family: 'iconfont'
}

.eci.iconfont-coffee-cup:before {
    content: '\eb56';
    font-family: 'iconfont'
}

.eci.iconfont-coffee-mug:before {
    content: '\eb57';
    font-family: 'iconfont'
}

.eci.iconfont-coffee-pot:before {
    content: '\eb58';
    font-family: 'iconfont'
}

.eci.iconfont-cola:before {
    content: '\eb59';
    font-family: 'iconfont'
}

.eci.iconfont-corn:before {
    content: '\eb5a';
    font-family: 'iconfont'
}

.eci.iconfont-croissant:before {
    content: '\eb5b';
    font-family: 'iconfont'
}

.eci.iconfont-crop-plant:before {
    content: '\eb5c';
    font-family: 'iconfont'
}

.eci.iconfont-cucumber:before {
    content: '\eb5d';
    font-family: 'iconfont'
}

.eci.iconfont-culinary:before {
    content: '\eb5e';
    font-family: 'iconfont'
}

.eci.iconfont-cup-cake:before {
    content: '\eb5f';
    font-family: 'iconfont'
}

.eci.iconfont-dining-table:before {
    content: '\eb60';
    font-family: 'iconfont'
}

.eci.iconfont-donut:before {
    content: '\eb61';
    font-family: 'iconfont'
}

.eci.iconfont-egg-plant:before {
    content: '\eb62';
    font-family: 'iconfont'
}

.eci.iconfont-egg-poached:before {
    content: '\eb63';
    font-family: 'iconfont'
}

.eci.iconfont-farmer-alt:before {
    content: '\eb64';
    font-family: 'iconfont'
}

.eci.iconfont-farmer:before {
    content: '\eb65';
    font-family: 'iconfont'
}

.eci.iconfont-fast-food:before {
    content: '\eb66';
    font-family: 'iconfont'
}

.eci.iconfont-food-basket:before {
    content: '\eb67';
    font-family: 'iconfont'
}

.eci.iconfont-food-cart:before {
    content: '\eb68';
    font-family: 'iconfont'
}

.eci.iconfont-fork-and-knife:before {
    content: '\eb69';
    font-family: 'iconfont'
}

.eci.iconfont-french-fries:before {
    content: '\eb6a';
    font-family: 'iconfont'
}

.eci.iconfont-fruits:before {
    content: '\eb6b';
    font-family: 'iconfont'
}

.eci.iconfont-grapes:before {
    content: '\eb6c';
    font-family: 'iconfont'
}

.eci.iconfont-honey:before {
    content: '\eb6d';
    font-family: 'iconfont'
}

.eci.iconfont-hot-dog:before {
    content: '\eb6e';
    font-family: 'iconfont'
}

.eci.iconfont-ice-cream-alt:before {
    content: '\eb6f';
    font-family: 'iconfont'
}

.eci.iconfont-ice-cream:before {
    content: '\eb70';
    font-family: 'iconfont'
}

.eci.iconfont-juice:before {
    content: '\eb71';
    font-family: 'iconfont'
}

.eci.iconfont-ketchup:before {
    content: '\eb72';
    font-family: 'iconfont'
}

.eci.iconfont-kiwi:before {
    content: '\eb73';
    font-family: 'iconfont'
}

.eci.iconfont-layered-cake:before {
    content: '\eb74';
    font-family: 'iconfont'
}

.eci.iconfont-lemon-alt:before {
    content: '\eb75';
    font-family: 'iconfont'
}

.eci.iconfont-lemon:before {
    content: '\eb76';
    font-family: 'iconfont'
}

.eci.iconfont-lobster:before {
    content: '\eb77';
    font-family: 'iconfont'
}

.eci.iconfont-mango:before {
    content: '\eb78';
    font-family: 'iconfont'
}

.eci.iconfont-milk:before {
    content: '\eb79';
    font-family: 'iconfont'
}

.eci.iconfont-mushroom:before {
    content: '\eb7a';
    font-family: 'iconfont'
}

.eci.iconfont-noodles:before {
    content: '\eb7b';
    font-family: 'iconfont'
}

.eci.iconfont-onion:before {
    content: '\eb7c';
    font-family: 'iconfont'
}

.eci.iconfont-orange:before {
    content: '\eb7d';
    font-family: 'iconfont'
}

.eci.iconfont-pear:before {
    content: '\eb7e';
    font-family: 'iconfont'
}

.eci.iconfont-peas:before {
    content: '\eb7f';
    font-family: 'iconfont'
}

.eci.iconfont-pepper:before {
    content: '\eb80';
    font-family: 'iconfont'
}

.eci.iconfont-pie-alt:before {
    content: '\eb81';
    font-family: 'iconfont'
}

.eci.iconfont-pie:before {
    content: '\eb82';
    font-family: 'iconfont'
}

.eci.iconfont-pineapple:before {
    content: '\eb83';
    font-family: 'iconfont'
}

.eci.iconfont-pizza-slice:before {
    content: '\eb84';
    font-family: 'iconfont'
}

.eci.iconfont-pizza:before {
    content: '\eb85';
    font-family: 'iconfont'
}

.eci.iconfont-plant:before {
    content: '\eb86';
    font-family: 'iconfont'
}

.eci.iconfont-popcorn:before {
    content: '\eb87';
    font-family: 'iconfont'
}

.eci.iconfont-potato:before {
    content: '\eb88';
    font-family: 'iconfont'
}

.eci.iconfont-pumpkin:before {
    content: '\eb89';
    font-family: 'iconfont'
}

.eci.iconfont-raddish:before {
    content: '\eb8a';
    font-family: 'iconfont'
}

.eci.iconfont-restaurant-menu:before {
    content: '\eb8b';
    font-family: 'iconfont'
}

.eci.iconfont-restaurant:before {
    content: '\eb8c';
    font-family: 'iconfont'
}

.eci.iconfont-salt-and-pepper:before {
    content: '\eb8d';
    font-family: 'iconfont'
}

.eci.iconfont-sandwich:before {
    content: '\eb8e';
    font-family: 'iconfont'
}

.eci.iconfont-sausage:before {
    content: '\eb8f';
    font-family: 'iconfont'
}

.eci.iconfont-soft-drinks:before {
    content: '\eb90';
    font-family: 'iconfont'
}

.eci.iconfont-soup-bowl:before {
    content: '\eb91';
    font-family: 'iconfont'
}

.eci.iconfont-spoon-and-fork:before {
    content: '\eb92';
    font-family: 'iconfont'
}

.eci.iconfont-steak:before {
    content: '\eb93';
    font-family: 'iconfont'
}

.eci.iconfont-strawberry:before {
    content: '\eb94';
    font-family: 'iconfont'
}

.eci.iconfont-sub-sandwich:before {
    content: '\eb95';
    font-family: 'iconfont'
}

.eci.iconfont-sushi:before {
    content: '\eb96';
    font-family: 'iconfont'
}

.eci.iconfont-taco:before {
    content: '\eb97';
    font-family: 'iconfont'
}

.eci.iconfont-tea-pot:before {
    content: '\eb98';
    font-family: 'iconfont'
}

.eci.iconfont-tea:before {
    content: '\eb99';
    font-family: 'iconfont'
}

.eci.iconfont-tomato:before {
    content: '\eb9a';
    font-family: 'iconfont'
}

.eci.iconfont-watermelon:before {
    content: '\eb9b';
    font-family: 'iconfont'
}

.eci.iconfont-wheat:before {
    content: '\eb9c';
    font-family: 'iconfont'
}

.eci.iconfont-baby-backpack:before {
    content: '\eb9d';
    font-family: 'iconfont'
}

.eci.iconfont-baby-cloth:before {
    content: '\eb9e';
    font-family: 'iconfont'
}

.eci.iconfont-baby-milk-bottle:before {
    content: '\eb9f';
    font-family: 'iconfont'
}

.eci.iconfont-baby-trolley:before {
    content: '\eba0';
    font-family: 'iconfont'
}

.eci.iconfont-baby:before {
    content: '\eba1';
    font-family: 'iconfont'
}

.eci.iconfont-candy:before {
    content: '\eba2';
    font-family: 'iconfont'
}

.eci.iconfont-holding-hands:before {
    content: '\eba3';
    font-family: 'iconfont'
}

.eci.iconfont-infant-nipple:before {
    content: '\eba4';
    font-family: 'iconfont'
}

.eci.iconfont-kids-scooter:before {
    content: '\eba5';
    font-family: 'iconfont'
}

.eci.iconfont-safety-pin:before {
    content: '\eba6';
    font-family: 'iconfont'
}

.eci.iconfont-teddy-bear:before {
    content: '\eba7';
    font-family: 'iconfont'
}

.eci.iconfont-toy-ball:before {
    content: '\eba8';
    font-family: 'iconfont'
}

.eci.iconfont-toy-cat:before {
    content: '\eba9';
    font-family: 'iconfont'
}

.eci.iconfont-toy-duck:before {
    content: '\ebaa';
    font-family: 'iconfont'
}

.eci.iconfont-toy-elephant:before {
    content: '\ebab';
    font-family: 'iconfont'
}

.eci.iconfont-toy-hand:before {
    content: '\ebac';
    font-family: 'iconfont'
}

.eci.iconfont-toy-horse:before {
    content: '\ebad';
    font-family: 'iconfont'
}

.eci.iconfont-toy-lattu:before {
    content: '\ebae';
    font-family: 'iconfont'
}

.eci.iconfont-toy-train:before {
    content: '\ebaf';
    font-family: 'iconfont'
}

.eci.iconfont-burglar:before {
    content: '\ebb0';
    font-family: 'iconfont'
}

.eci.iconfont-cannon-firing:before {
    content: '\ebb1';
    font-family: 'iconfont'
}

.eci.iconfont-cc-camera:before {
    content: '\ebb2';
    font-family: 'iconfont'
}

.eci.iconfont-cop-badge:before {
    content: '\ebb3';
    font-family: 'iconfont'
}

.eci.iconfont-cop:before {
    content: '\ebb4';
    font-family: 'iconfont'
}

.eci.iconfont-court-hammer:before {
    content: '\ebb5';
    font-family: 'iconfont'
}

.eci.iconfont-court:before {
    content: '\ebb6';
    font-family: 'iconfont'
}

.eci.iconfont-finger-print:before {
    content: '\ebb7';
    font-family: 'iconfont'
}

.eci.iconfont-gavel:before {
    content: '\ebb8';
    font-family: 'iconfont'
}

.eci.iconfont-handcuff-alt:before {
    content: '\ebb9';
    font-family: 'iconfont'
}

.eci.iconfont-handcuff:before {
    content: '\ebba';
    font-family: 'iconfont'
}

.eci.iconfont-investigation:before {
    content: '\ebbb';
    font-family: 'iconfont'
}

.eci.iconfont-investigator:before {
    content: '\ebbc';
    font-family: 'iconfont'
}

.eci.iconfont-jail:before {
    content: '\ebbd';
    font-family: 'iconfont'
}

.eci.iconfont-judge:before {
    content: '\ebbe';
    font-family: 'iconfont'
}

.eci.iconfont-law-alt-1:before {
    content: '\ebbf';
    font-family: 'iconfont'
}

.eci.iconfont-law-alt-2:before {
    content: '\ebc0';
    font-family: 'iconfont'
}

.eci.iconfont-law-alt-3:before {
    content: '\ebc1';
    font-family: 'iconfont'
}

.eci.iconfont-law-book:before {
    content: '\ebc2';
    font-family: 'iconfont'
}

.eci.iconfont-law-document:before {
    content: '\ebc3';
    font-family: 'iconfont'
}

.eci.iconfont-law-order:before {
    content: '\ebc4';
    font-family: 'iconfont'
}

.eci.iconfont-law-protect:before {
    content: '\ebc5';
    font-family: 'iconfont'
}

.eci.iconfont-law-scales:before {
    content: '\ebc6';
    font-family: 'iconfont'
}

.eci.iconfont-law:before {
    content: '\ebc7';
    font-family: 'iconfont'
}

.eci.iconfont-lawyer-alt-1:before {
    content: '\ebc8';
    font-family: 'iconfont'
}

.eci.iconfont-lawyer-alt-2:before {
    content: '\ebc9';
    font-family: 'iconfont'
}

.eci.iconfont-lawyer:before {
    content: '\ebca';
    font-family: 'iconfont'
}

.eci.iconfont-legal:before {
    content: '\ebcb';
    font-family: 'iconfont'
}

.eci.iconfont-pistol:before {
    content: '\ebcc';
    font-family: 'iconfont'
}

.eci.iconfont-police-badge:before {
    content: '\ebcd';
    font-family: 'iconfont'
}

.eci.iconfont-police-cap:before {
    content: '\ebce';
    font-family: 'iconfont'
}

.eci.iconfont-police-car-alt-1:before {
    content: '\ebcf';
    font-family: 'iconfont'
}

.eci.iconfont-police-car-alt-2:before {
    content: '\ebd0';
    font-family: 'iconfont'
}

.eci.iconfont-police-car:before {
    content: '\ebd1';
    font-family: 'iconfont'
}

.eci.iconfont-police-hat:before {
    content: '\ebd2';
    font-family: 'iconfont'
}

.eci.iconfont-police-van:before {
    content: '\ebd3';
    font-family: 'iconfont'
}

.eci.iconfont-police:before {
    content: '\ebd4';
    font-family: 'iconfont'
}

.eci.iconfont-thief-alt:before {
    content: '\ebd5';
    font-family: 'iconfont'
}

.eci.iconfont-thief:before {
    content: '\ebd6';
    font-family: 'iconfont'
}

.eci.iconfont-abacus-alt:before {
    content: '\ebd7';
    font-family: 'iconfont'
}

.eci.iconfont-abacus:before {
    content: '\ebd8';
    font-family: 'iconfont'
}

.eci.iconfont-angle-180:before {
    content: '\ebd9';
    font-family: 'iconfont'
}

.eci.iconfont-angle-45:before {
    content: '\ebda';
    font-family: 'iconfont'
}

.eci.iconfont-angle-90:before {
    content: '\ebdb';
    font-family: 'iconfont'
}

.eci.iconfont-angle:before {
    content: '\ebdc';
    font-family: 'iconfont'
}

.eci.iconfont-calculator-alt-1:before {
    content: '\ebdd';
    font-family: 'iconfont'
}

.eci.iconfont-calculator-alt-2:before {
    content: '\ebde';
    font-family: 'iconfont'
}

.eci.iconfont-calculator:before {
    content: '\ebdf';
    font-family: 'iconfont'
}

.eci.iconfont-circle-ruler-alt:before {
    content: '\ebe0';
    font-family: 'iconfont'
}

.eci.iconfont-circle-ruler:before {
    content: '\ebe1';
    font-family: 'iconfont'
}

.eci.iconfont-compass-alt-1:before {
    content: '\ebe2';
    font-family: 'iconfont'
}

.eci.iconfont-compass-alt-2:before {
    content: '\ebe3';
    font-family: 'iconfont'
}

.eci.iconfont-compass-alt-3:before {
    content: '\ebe4';
    font-family: 'iconfont'
}

.eci.iconfont-compass-alt-4:before {
    content: '\ebe5';
    font-family: 'iconfont'
}

.eci.iconfont-golden-ratio:before {
    content: '\ebe6';
    font-family: 'iconfont'
}

.eci.iconfont-marker-alt-1:before {
    content: '\ebe7';
    font-family: 'iconfont'
}

.eci.iconfont-marker-alt-2:before {
    content: '\ebe8';
    font-family: 'iconfont'
}

.eci.iconfont-marker-alt-3:before {
    content: '\ebe9';
    font-family: 'iconfont'
}

.eci.iconfont-marker:before {
    content: '\ebea';
    font-family: 'iconfont'
}

.eci.iconfont-math:before {
    content: '\ebeb';
    font-family: 'iconfont'
}

.eci.iconfont-mathematical-alt-1:before {
    content: '\ebec';
    font-family: 'iconfont'
}

.eci.iconfont-mathematical-alt-2:before {
    content: '\ebed';
    font-family: 'iconfont'
}

.eci.iconfont-mathematical:before {
    content: '\ebee';
    font-family: 'iconfont'
}

.eci.iconfont-pen-alt-1:before {
    content: '\ebef';
    font-family: 'iconfont'
}

.eci.iconfont-pen-alt-2:before {
    content: '\ebf0';
    font-family: 'iconfont'
}

.eci.iconfont-pen-alt-3:before {
    content: '\ebf1';
    font-family: 'iconfont'
}

.eci.iconfont-pen-holder-alt-1:before {
    content: '\ebf2';
    font-family: 'iconfont'
}

.eci.iconfont-pen-holder:before {
    content: '\ebf3';
    font-family: 'iconfont'
}

.eci.iconfont-pen:before {
    content: '\ebf4';
    font-family: 'iconfont'
}

.eci.iconfont-pencil-alt-1:before {
    content: '\ebf5';
    font-family: 'iconfont'
}

.eci.iconfont-pencil-alt-2:before {
    content: '\ebf6';
    font-family: 'iconfont'
}

.eci.iconfont-pencil-alt-3:before {
    content: '\ebf7';
    font-family: 'iconfont'
}

.eci.iconfont-pencil-alt-4:before {
    content: '\ebf8';
    font-family: 'iconfont'
}

.eci.iconfont-pencil:before {
    content: '\ebf9';
    font-family: 'iconfont'
}

.eci.iconfont-ruler-alt-1:before {
    content: '\ebfa';
    font-family: 'iconfont'
}

.eci.iconfont-ruler-alt-2:before {
    content: '\ebfb';
    font-family: 'iconfont'
}

.eci.iconfont-ruler-compass-alt:before {
    content: '\ebfc';
    font-family: 'iconfont'
}

.eci.iconfont-ruler-compass:before {
    content: '\ebfd';
    font-family: 'iconfont'
}

.eci.iconfont-ruler-pencil-alt-1:before {
    content: '\ebfe';
    font-family: 'iconfont'
}

.eci.iconfont-ruler-pencil-alt-2:before {
    content: '\ebff';
    font-family: 'iconfont'
}

.eci.iconfont-ruler-pencil:before {
    content: '\ec00';
    font-family: 'iconfont'
}

.eci.iconfont-ruler:before {
    content: '\ec01';
    font-family: 'iconfont'
}

.eci.iconfont-rulers-alt:before {
    content: '\ec02';
    font-family: 'iconfont'
}

.eci.iconfont-rulers:before {
    content: '\ec03';
    font-family: 'iconfont'
}

.eci.iconfont-square-root:before {
    content: '\ec04';
    font-family: 'iconfont'
}

.eci.iconfont-ui-calculator:before {
    content: '\ec05';
    font-family: 'iconfont'
}

.eci.iconfont-aids:before {
    content: '\ec06';
    font-family: 'iconfont'
}

.eci.iconfont-ambulance-crescent:before {
    content: '\ec07';
    font-family: 'iconfont'
}

.eci.iconfont-ambulance-cross:before {
    content: '\ec08';
    font-family: 'iconfont'
}

.eci.iconfont-ambulance:before {
    content: '\ec09';
    font-family: 'iconfont'
}

.eci.iconfont-autism:before {
    content: '\ec0a';
    font-family: 'iconfont'
}

.eci.iconfont-bandage:before {
    content: '\ec0b';
    font-family: 'iconfont'
}

.eci.iconfont-blind:before {
    content: '\ec0c';
    font-family: 'iconfont'
}

.eci.iconfont-blood-drop:before {
    content: '\ec0d';
    font-family: 'iconfont'
}

.eci.iconfont-blood-test:before {
    content: '\ec0e';
    font-family: 'iconfont'
}

.eci.iconfont-blood:before {
    content: '\ec0f';
    font-family: 'iconfont'
}

.eci.iconfont-brain-alt:before {
    content: '\ec10';
    font-family: 'iconfont'
}

.eci.iconfont-brain:before {
    content: '\ec11';
    font-family: 'iconfont'
}

.eci.iconfont-capsule:before {
    content: '\ec12';
    font-family: 'iconfont'
}

.eci.iconfont-crutch:before {
    content: '\ec13';
    font-family: 'iconfont'
}

.eci.iconfont-disabled:before {
    content: '\ec14';
    font-family: 'iconfont'
}

.eci.iconfont-dna-alt-1:before {
    content: '\ec15';
    font-family: 'iconfont'
}

.eci.iconfont-dna-alt-2:before {
    content: '\ec16';
    font-family: 'iconfont'
}

.eci.iconfont-dna:before {
    content: '\ec17';
    font-family: 'iconfont'
}

.eci.iconfont-doctor-alt:before {
    content: '\ec18';
    font-family: 'iconfont'
}

.eci.iconfont-doctor:before {
    content: '\ec19';
    font-family: 'iconfont'
}

.eci.iconfont-drug-pack:before {
    content: '\ec1a';
    font-family: 'iconfont'
}

.eci.iconfont-drug:before {
    content: '\ec1b';
    font-family: 'iconfont'
}

.eci.iconfont-first-aid-alt:before {
    content: '\ec1c';
    font-family: 'iconfont'
}

.eci.iconfont-first-aid:before {
    content: '\ec1d';
    font-family: 'iconfont'
}

.eci.iconfont-heart-beat-alt:before {
    content: '\ec1e';
    font-family: 'iconfont'
}

.eci.iconfont-heart-beat:before {
    content: '\ec1f';
    font-family: 'iconfont'
}

.eci.iconfont-heartbeat:before {
    content: '\ec20';
    font-family: 'iconfont'
}

.eci.iconfont-herbal:before {
    content: '\ec21';
    font-family: 'iconfont'
}

.eci.iconfont-hospital:before {
    content: '\ec22';
    font-family: 'iconfont'
}

.eci.iconfont-icu:before {
    content: '\ec23';
    font-family: 'iconfont'
}

.eci.iconfont-injection-syringe:before {
    content: '\ec24';
    font-family: 'iconfont'
}

.eci.iconfont-laboratory:before {
    content: '\ec25';
    font-family: 'iconfont'
}

.eci.iconfont-medical-sign-alt:before {
    content: '\ec26';
    font-family: 'iconfont'
}

.eci.iconfont-medical-sign:before {
    content: '\ec27';
    font-family: 'iconfont'
}

.eci.iconfont-nurse-alt:before {
    content: '\ec28';
    font-family: 'iconfont'
}

.eci.iconfont-nurse:before {
    content: '\ec29';
    font-family: 'iconfont'
}

.eci.iconfont-nursing-home:before {
    content: '\ec2a';
    font-family: 'iconfont'
}

.eci.iconfont-operation-theater:before {
    content: '\ec2b';
    font-family: 'iconfont'
}

.eci.iconfont-paralysis-disability:before {
    content: '\ec2c';
    font-family: 'iconfont'
}

.eci.iconfont-patient-bed:before {
    content: '\ec2d';
    font-family: 'iconfont'
}

.eci.iconfont-patient-file:before {
    content: '\ec2e';
    font-family: 'iconfont'
}

.eci.iconfont-pills:before {
    content: '\ec2f';
    font-family: 'iconfont'
}

.eci.iconfont-prescription:before {
    content: '\ec30';
    font-family: 'iconfont'
}

.eci.iconfont-pulse:before {
    content: '\ec31';
    font-family: 'iconfont'
}

.eci.iconfont-stethoscope-alt:before {
    content: '\ec32';
    font-family: 'iconfont'
}

.eci.iconfont-stethoscope:before {
    content: '\ec33';
    font-family: 'iconfont'
}

.eci.iconfont-stretcher:before {
    content: '\ec34';
    font-family: 'iconfont'
}

.eci.iconfont-surgeon-alt:before {
    content: '\ec35';
    font-family: 'iconfont'
}

.eci.iconfont-surgeon:before {
    content: '\ec36';
    font-family: 'iconfont'
}

.eci.iconfont-tablets:before {
    content: '\ec37';
    font-family: 'iconfont'
}

.eci.iconfont-test-bottle:before {
    content: '\ec38';
    font-family: 'iconfont'
}

.eci.iconfont-test-tube:before {
    content: '\ec39';
    font-family: 'iconfont'
}

.eci.iconfont-thermometer-alt:before {
    content: '\ec3a';
    font-family: 'iconfont'
}

.eci.iconfont-thermometer:before {
    content: '\ec3b';
    font-family: 'iconfont'
}

.eci.iconfont-tooth:before {
    content: '\ec3c';
    font-family: 'iconfont'
}

.eci.iconfont-xray:before {
    content: '\ec3d';
    font-family: 'iconfont'
}

.eci.iconfont-ui-add:before {
    content: '\ec3e';
    font-family: 'iconfont'
}

.eci.iconfont-ui-alarm:before {
    content: '\ec3f';
    font-family: 'iconfont'
}

.eci.iconfont-ui-battery:before {
    content: '\ec40';
    font-family: 'iconfont'
}

.eci.iconfont-ui-block:before {
    content: '\ec41';
    font-family: 'iconfont'
}

.eci.iconfont-ui-bluetooth:before {
    content: '\ec42';
    font-family: 'iconfont'
}

.eci.iconfont-ui-brightness:before {
    content: '\ec43';
    font-family: 'iconfont'
}

.eci.iconfont-ui-browser:before {
    content: '\ec44';
    font-family: 'iconfont'
}

.eci.iconfont-ui-calendar:before {
    content: '\ec45';
    font-family: 'iconfont'
}

.eci.iconfont-ui-call:before {
    content: '\ec46';
    font-family: 'iconfont'
}

.eci.iconfont-ui-camera:before {
    content: '\ec47';
    font-family: 'iconfont'
}

.eci.iconfont-ui-cart:before {
    content: '\ec48';
    font-family: 'iconfont'
}

.eci.iconfont-ui-cell-phone:before {
    content: '\ec49';
    font-family: 'iconfont'
}

.eci.iconfont-ui-chat:before {
    content: '\ec4a';
    font-family: 'iconfont'
}

.eci.iconfont-ui-check:before {
    content: '\ec4b';
    font-family: 'iconfont'
}

.eci.iconfont-ui-clip-board:before {
    content: '\ec4c';
    font-family: 'iconfont'
}

.eci.iconfont-ui-clip:before {
    content: '\ec4d';
    font-family: 'iconfont'
}

.eci.iconfont-ui-clock:before {
    content: '\ec4e';
    font-family: 'iconfont'
}

.eci.iconfont-ui-close:before {
    content: '\ec4f';
    font-family: 'iconfont'
}

.eci.iconfont-ui-contact-list:before {
    content: '\ec50';
    font-family: 'iconfont'
}

.eci.iconfont-ui-copy:before {
    content: '\ec51';
    font-family: 'iconfont'
}

.eci.iconfont-ui-cut:before {
    content: '\ec52';
    font-family: 'iconfont'
}

.eci.iconfont-ui-delete:before {
    content: '\ec53';
    font-family: 'iconfont'
}

.eci.iconfont-ui-dial-phone:before {
    content: '\ec54';
    font-family: 'iconfont'
}

.eci.iconfont-ui-edit:before {
    content: '\ec55';
    font-family: 'iconfont'
}

.eci.iconfont-ui-email:before {
    content: '\ec56';
    font-family: 'iconfont'
}

.eci.iconfont-ui-file:before {
    content: '\ec57';
    font-family: 'iconfont'
}

.eci.iconfont-ui-fire-wall:before {
    content: '\ec58';
    font-family: 'iconfont'
}

.eci.iconfont-ui-flash-light:before {
    content: '\ec59';
    font-family: 'iconfont'
}

.eci.iconfont-ui-flight:before {
    content: '\ec5a';
    font-family: 'iconfont'
}

.eci.iconfont-ui-folder:before {
    content: '\ec5b';
    font-family: 'iconfont'
}

.eci.iconfont-ui-game:before {
    content: '\ec5c';
    font-family: 'iconfont'
}

.eci.iconfont-ui-handicapped:before {
    content: '\ec5d';
    font-family: 'iconfont'
}

.eci.iconfont-ui-home:before {
    content: '\ec5e';
    font-family: 'iconfont'
}

.eci.iconfont-ui-image:before {
    content: '\ec5f';
    font-family: 'iconfont'
}

.eci.iconfont-ui-laoding:before {
    content: '\ec60';
    font-family: 'iconfont'
}

.eci.iconfont-ui-lock:before {
    content: '\ec61';
    font-family: 'iconfont'
}

.eci.iconfont-ui-love-add:before {
    content: '\ec62';
    font-family: 'iconfont'
}

.eci.iconfont-ui-love-broken:before {
    content: '\ec63';
    font-family: 'iconfont'
}

.eci.iconfont-ui-love-remove:before {
    content: '\ec64';
    font-family: 'iconfont'
}

.eci.iconfont-ui-love:before {
    content: '\ec65';
    font-family: 'iconfont'
}

.eci.iconfont-ui-map:before {
    content: '\ec66';
    font-family: 'iconfont'
}

.eci.iconfont-ui-message:before {
    content: '\ec67';
    font-family: 'iconfont'
}

.eci.iconfont-ui-messaging:before {
    content: '\ec68';
    font-family: 'iconfont'
}

.eci.iconfont-ui-movie:before {
    content: '\ec69';
    font-family: 'iconfont'
}

.eci.iconfont-ui-music-player:before {
    content: '\ec6a';
    font-family: 'iconfont'
}

.eci.iconfont-ui-music:before {
    content: '\ec6b';
    font-family: 'iconfont'
}

.eci.iconfont-ui-mute:before {
    content: '\ec6c';
    font-family: 'iconfont'
}

.eci.iconfont-ui-network:before {
    content: '\ec6d';
    font-family: 'iconfont'
}

.eci.iconfont-ui-next:before {
    content: '\ec6e';
    font-family: 'iconfont'
}

.eci.iconfont-ui-note:before {
    content: '\ec6f';
    font-family: 'iconfont'
}

.eci.iconfont-ui-office:before {
    content: '\ec70';
    font-family: 'iconfont'
}

.eci.iconfont-ui-password:before {
    content: '\ec71';
    font-family: 'iconfont'
}

.eci.iconfont-ui-pause:before {
    content: '\ec72';
    font-family: 'iconfont'
}

.eci.iconfont-ui-play-stop:before {
    content: '\ec73';
    font-family: 'iconfont'
}

.eci.iconfont-ui-play:before {
    content: '\ec74';
    font-family: 'iconfont'
}

.eci.iconfont-ui-pointer:before {
    content: '\ec75';
    font-family: 'iconfont'
}

.eci.iconfont-ui-power:before {
    content: '\ec76';
    font-family: 'iconfont'
}

.eci.iconfont-ui-press:before {
    content: '\ec77';
    font-family: 'iconfont'
}

.eci.iconfont-ui-previous:before {
    content: '\ec78';
    font-family: 'iconfont'
}

.eci.iconfont-ui-rate-add:before {
    content: '\ec79';
    font-family: 'iconfont'
}

.eci.iconfont-ui-rate-blank:before {
    content: '\ec7a';
    font-family: 'iconfont'
}

.eci.iconfont-ui-rate-remove:before {
    content: '\ec7b';
    font-family: 'iconfont'
}

.eci.iconfont-ui-rating:before {
    content: '\ec7c';
    font-family: 'iconfont'
}

.eci.iconfont-ui-record:before {
    content: '\ec7d';
    font-family: 'iconfont'
}

.eci.iconfont-ui-remove:before {
    content: '\ec7e';
    font-family: 'iconfont'
}

.eci.iconfont-ui-reply:before {
    content: '\ec7f';
    font-family: 'iconfont'
}

.eci.iconfont-ui-rotation:before {
    content: '\ec80';
    font-family: 'iconfont'
}

.eci.iconfont-ui-rss:before {
    content: '\ec81';
    font-family: 'iconfont'
}

.eci.iconfont-ui-search:before {
    content: '\ec82';
    font-family: 'iconfont'
}

.eci.iconfont-ui-settings:before {
    content: '\ec83';
    font-family: 'iconfont'
}

.eci.iconfont-ui-social-link:before {
    content: '\ec84';
    font-family: 'iconfont'
}

.eci.iconfont-ui-tag:before {
    content: '\ec85';
    font-family: 'iconfont'
}

.eci.iconfont-ui-text-chat:before {
    content: '\ec86';
    font-family: 'iconfont'
}

.eci.iconfont-ui-text-loading:before {
    content: '\ec87';
    font-family: 'iconfont'
}

.eci.iconfont-ui-theme:before {
    content: '\ec88';
    font-family: 'iconfont'
}

.eci.iconfont-ui-timer:before {
    content: '\ec89';
    font-family: 'iconfont'
}

.eci.iconfont-ui-touch-phone:before {
    content: '\ec8a';
    font-family: 'iconfont'
}

.eci.iconfont-ui-travel:before {
    content: '\ec8b';
    font-family: 'iconfont'
}

.eci.iconfont-ui-unlock:before {
    content: '\ec8c';
    font-family: 'iconfont'
}

.eci.iconfont-ui-user-group:before {
    content: '\ec8d';
    font-family: 'iconfont'
}

.eci.iconfont-ui-user:before {
    content: '\ec8e';
    font-family: 'iconfont'
}

.eci.iconfont-ui-v-card:before {
    content: '\ec8f';
    font-family: 'iconfont'
}

.eci.iconfont-ui-video-chat:before {
    content: '\ec90';
    font-family: 'iconfont'
}

.eci.iconfont-ui-video-message:before {
    content: '\ec91';
    font-family: 'iconfont'
}

.eci.iconfont-ui-video-play:before {
    content: '\ec92';
    font-family: 'iconfont'
}

.eci.iconfont-ui-video:before {
    content: '\ec93';
    font-family: 'iconfont'
}

.eci.iconfont-ui-volume:before {
    content: '\ec94';
    font-family: 'iconfont'
}

.eci.iconfont-ui-weather:before {
    content: '\ec95';
    font-family: 'iconfont'
}

.eci.iconfont-ui-wifi:before {
    content: '\ec96';
    font-family: 'iconfont'
}

.eci.iconfont-ui-zoom-in:before {
    content: '\ec97';
    font-family: 'iconfont'
}

.eci.iconfont-ui-zoom-out:before {
    content: '\ec98';
    font-family: 'iconfont'
}

.eci.iconfont-cassette-player:before {
    content: '\ec99';
    font-family: 'iconfont'
}

.eci.iconfont-cassette:before {
    content: '\ec9a';
    font-family: 'iconfont'
}

.eci.iconfont-forward:before {
    content: '\ec9b';
    font-family: 'iconfont'
}

.eci.iconfont-guiter:before {
    content: '\ec9c';
    font-family: 'iconfont'
}

.eci.iconfont-movie:before {
    content: '\ec9d';
    font-family: 'iconfont'
}

.eci.iconfont-multimedia:before {
    content: '\ec9e';
    font-family: 'iconfont'
}

.eci.iconfont-music-alt:before {
    content: '\ec9f';
    font-family: 'iconfont'
}

.eci.iconfont-music-disk:before {
    content: '\eca0';
    font-family: 'iconfont'
}

.eci.iconfont-music-note:before {
    content: '\eca1';
    font-family: 'iconfont'
}

.eci.iconfont-music-notes:before {
    content: '\eca2';
    font-family: 'iconfont'
}

.eci.iconfont-music:before {
    content: '\eca3';
    font-family: 'iconfont'
}

.eci.iconfont-mute-volume:before {
    content: '\eca4';
    font-family: 'iconfont'
}

.eci.iconfont-pause:before {
    content: '\eca5';
    font-family: 'iconfont'
}

.eci.iconfont-play-alt-1:before {
    content: '\eca6';
    font-family: 'iconfont'
}

.eci.iconfont-play-alt-2:before {
    content: '\eca7';
    font-family: 'iconfont'
}

.eci.iconfont-play-alt-3:before {
    content: '\eca8';
    font-family: 'iconfont'
}

.eci.iconfont-play-pause:before {
    content: '\eca9';
    font-family: 'iconfont'
}

.eci.iconfont-play:before {
    content: '\ecaa';
    font-family: 'iconfont'
}

.eci.iconfont-record:before {
    content: '\ecab';
    font-family: 'iconfont'
}

.eci.iconfont-retro-music-disk:before {
    content: '\ecac';
    font-family: 'iconfont'
}

.eci.iconfont-rewind:before {
    content: '\ecad';
    font-family: 'iconfont'
}

.eci.iconfont-song-notes:before {
    content: '\ecae';
    font-family: 'iconfont'
}

.eci.iconfont-sound-wave-alt:before {
    content: '\ecaf';
    font-family: 'iconfont'
}

.eci.iconfont-sound-wave:before {
    content: '\ecb0';
    font-family: 'iconfont'
}

.eci.iconfont-stop:before {
    content: '\ecb1';
    font-family: 'iconfont'
}

.eci.iconfont-video-alt:before {
    content: '\ecb2';
    font-family: 'iconfont'
}

.eci.iconfont-video-cam:before {
    content: '\ecb3';
    font-family: 'iconfont'
}

.eci.iconfont-video-clapper:before {
    content: '\ecb4';
    font-family: 'iconfont'
}

.eci.iconfont-video:before {
    content: '\ecb5';
    font-family: 'iconfont'
}

.eci.iconfont-volume-bar:before {
    content: '\ecb6';
    font-family: 'iconfont'
}

.eci.iconfont-volume-down:before {
    content: '\ecb7';
    font-family: 'iconfont'
}

.eci.iconfont-volume-mute:before {
    content: '\ecb8';
    font-family: 'iconfont'
}

.eci.iconfont-volume-off:before {
    content: '\ecb9';
    font-family: 'iconfont'
}

.eci.iconfont-volume-up:before {
    content: '\ecba';
    font-family: 'iconfont'
}

.eci.iconfont-youtube-play:before {
    content: '\ecbb';
    font-family: 'iconfont'
}

.eci.iconfont-2checkout-alt:before {
    content: '\ecbc';
    font-family: 'iconfont'
}

.eci.iconfont-2checkout:before {
    content: '\ecbd';
    font-family: 'iconfont'
}

.eci.iconfont-amazon-alt:before {
    content: '\ecbe';
    font-family: 'iconfont'
}

.eci.iconfont-amazon:before {
    content: '\ecbf';
    font-family: 'iconfont'
}

.eci.iconfont-american-express-alt:before {
    content: '\ecc0';
    font-family: 'iconfont'
}

.eci.iconfont-american-express:before {
    content: '\ecc1';
    font-family: 'iconfont'
}

.eci.iconfont-apple-pay-alt:before {
    content: '\ecc2';
    font-family: 'iconfont'
}

.eci.iconfont-apple-pay:before {
    content: '\ecc3';
    font-family: 'iconfont'
}

.eci.iconfont-bank-transfer-alt:before {
    content: '\ecc4';
    font-family: 'iconfont'
}

.eci.iconfont-bank-transfer:before {
    content: '\ecc5';
    font-family: 'iconfont'
}

.eci.iconfont-braintree-alt:before {
    content: '\ecc6';
    font-family: 'iconfont'
}

.eci.iconfont-braintree:before {
    content: '\ecc7';
    font-family: 'iconfont'
}

.eci.iconfont-cash-on-delivery-alt:before {
    content: '\ecc8';
    font-family: 'iconfont'
}

.eci.iconfont-cash-on-delivery:before {
    content: '\ecc9';
    font-family: 'iconfont'
}

.eci.iconfont-diners-club-alt-1:before {
    content: '\ecca';
    font-family: 'iconfont'
}

.eci.iconfont-diners-club-alt-2:before {
    content: '\eccb';
    font-family: 'iconfont'
}

.eci.iconfont-diners-club-alt-3:before {
    content: '\eccc';
    font-family: 'iconfont'
}

.eci.iconfont-diners-club:before {
    content: '\eccd';
    font-family: 'iconfont'
}

.eci.iconfont-discover-alt:before {
    content: '\ecce';
    font-family: 'iconfont'
}

.eci.iconfont-discover:before {
    content: '\eccf';
    font-family: 'iconfont'
}

.eci.iconfont-eway-alt:before {
    content: '\ecd0';
    font-family: 'iconfont'
}

.eci.iconfont-eway:before {
    content: '\ecd1';
    font-family: 'iconfont'
}

.eci.iconfont-google-wallet-alt-1:before {
    content: '\ecd2';
    font-family: 'iconfont'
}

.eci.iconfont-google-wallet-alt-2:before {
    content: '\ecd3';
    font-family: 'iconfont'
}

.eci.iconfont-google-wallet-alt-3:before {
    content: '\ecd4';
    font-family: 'iconfont'
}

.eci.iconfont-google-wallet:before {
    content: '\ecd5';
    font-family: 'iconfont'
}

.eci.iconfont-jcb-alt:before {
    content: '\ecd6';
    font-family: 'iconfont'
}

.eci.iconfont-jcb:before {
    content: '\ecd7';
    font-family: 'iconfont'
}

.eci.iconfont-maestro-alt:before {
    content: '\ecd8';
    font-family: 'iconfont'
}

.eci.iconfont-maestro:before {
    content: '\ecd9';
    font-family: 'iconfont'
}

.eci.iconfont-mastercard-alt:before {
    content: '\ecda';
    font-family: 'iconfont'
}

.eci.iconfont-mastercard:before {
    content: '\ecdb';
    font-family: 'iconfont'
}

.eci.iconfont-payoneer-alt:before {
    content: '\ecdc';
    font-family: 'iconfont'
}

.eci.iconfont-payoneer:before {
    content: '\ecdd';
    font-family: 'iconfont'
}

.eci.iconfont-paypal-alt:before {
    content: '\ecde';
    font-family: 'iconfont'
}

.eci.iconfont-paypal:before {
    content: '\ecdf';
    font-family: 'iconfont'
}

.eci.iconfont-sage-alt:before {
    content: '\ece0';
    font-family: 'iconfont'
}

.eci.iconfont-sage:before {
    content: '\ece1';
    font-family: 'iconfont'
}

.eci.iconfont-skrill-alt:before {
    content: '\ece2';
    font-family: 'iconfont'
}

.eci.iconfont-skrill:before {
    content: '\ece3';
    font-family: 'iconfont'
}

.eci.iconfont-stripe-alt:before {
    content: '\ece4';
    font-family: 'iconfont'
}

.eci.iconfont-stripe:before {
    content: '\ece5';
    font-family: 'iconfont'
}

.eci.iconfont-visa-alt:before {
    content: '\ece6';
    font-family: 'iconfont'
}

.eci.iconfont-visa-electron:before {
    content: '\ece7';
    font-family: 'iconfont'
}

.eci.iconfont-visa:before {
    content: '\ece8';
    font-family: 'iconfont'
}

.eci.iconfont-western-union-alt:before {
    content: '\ece9';
    font-family: 'iconfont'
}

.eci.iconfont-western-union:before {
    content: '\ecea';
    font-family: 'iconfont'
}

.eci.iconfont-boy:before {
    content: '\eceb';
    font-family: 'iconfont'
}

.eci.iconfont-business-man-alt-1:before {
    content: '\ecec';
    font-family: 'iconfont'
}

.eci.iconfont-business-man-alt-2:before {
    content: '\eced';
    font-family: 'iconfont'
}

.eci.iconfont-business-man-alt-3:before {
    content: '\ecee';
    font-family: 'iconfont'
}

.eci.iconfont-business-man:before {
    content: '\ecef';
    font-family: 'iconfont'
}

.eci.iconfont-female:before {
    content: '\ecf0';
    font-family: 'iconfont'
}

.eci.iconfont-funky-man:before {
    content: '\ecf1';
    font-family: 'iconfont'
}

.eci.iconfont-girl-alt:before {
    content: '\ecf2';
    font-family: 'iconfont'
}

.eci.iconfont-girl:before {
    content: '\ecf3';
    font-family: 'iconfont'
}

.eci.iconfont-group:before {
    content: '\ecf4';
    font-family: 'iconfont'
}

.eci.iconfont-hotel-boy-alt:before {
    content: '\ecf5';
    font-family: 'iconfont'
}

.eci.iconfont-hotel-boy:before {
    content: '\ecf6';
    font-family: 'iconfont'
}

.eci.iconfont-kid:before {
    content: '\ecf7';
    font-family: 'iconfont'
}

.eci.iconfont-man-in-glasses:before {
    content: '\ecf8';
    font-family: 'iconfont'
}

.eci.iconfont-people:before {
    content: '\ecf9';
    font-family: 'iconfont'
}

.eci.iconfont-support:before {
    content: '\ecfa';
    font-family: 'iconfont'
}

.eci.iconfont-user-alt-1:before {
    content: '\ecfb';
    font-family: 'iconfont'
}

.eci.iconfont-user-alt-2:before {
    content: '\ecfc';
    font-family: 'iconfont'
}

.eci.iconfont-user-alt-3:before {
    content: '\ecfd';
    font-family: 'iconfont'
}

.eci.iconfont-user-alt-4:before {
    content: '\ecfe';
    font-family: 'iconfont'
}

.eci.iconfont-user-alt-5:before {
    content: '\ecff';
    font-family: 'iconfont'
}

.eci.iconfont-user-alt-6:before {
    content: '\ed00';
    font-family: 'iconfont'
}

.eci.iconfont-user-alt-7:before {
    content: '\ed01';
    font-family: 'iconfont'
}

.eci.iconfont-user-female:before {
    content: '\ed02';
    font-family: 'iconfont'
}

.eci.iconfont-user-male:before {
    content: '\ed03';
    font-family: 'iconfont'
}

.eci.iconfont-user-suited:before {
    content: '\ed04';
    font-family: 'iconfont'
}

.eci.iconfont-user:before {
    content: '\ed05';
    font-family: 'iconfont'
}

.eci.iconfont-users-alt-1:before {
    content: '\ed06';
    font-family: 'iconfont'
}

.eci.iconfont-users-alt-2:before {
    content: '\ed07';
    font-family: 'iconfont'
}

.eci.iconfont-users-alt-3:before {
    content: '\ed08';
    font-family: 'iconfont'
}

.eci.iconfont-users-alt-4:before {
    content: '\ed09';
    font-family: 'iconfont'
}

.eci.iconfont-users-alt-5:before {
    content: '\ed0a';
    font-family: 'iconfont'
}

.eci.iconfont-users-alt-6:before {
    content: '\ed0b';
    font-family: 'iconfont'
}

.eci.iconfont-users-social:before {
    content: '\ed0c';
    font-family: 'iconfont'
}

.eci.iconfont-users:before {
    content: '\ed0d';
    font-family: 'iconfont'
}

.eci.iconfont-waiter-alt:before {
    content: '\ed0e';
    font-family: 'iconfont'
}

.eci.iconfont-waiter:before {
    content: '\ed0f';
    font-family: 'iconfont'
}

.eci.iconfont-woman-in-glasses:before {
    content: '\ed10';
    font-family: 'iconfont'
}

.eci.iconfont-search-1:before {
    content: '\ed11';
    font-family: 'iconfont'
}

.eci.iconfont-search-2:before {
    content: '\ed12';
    font-family: 'iconfont'
}

.eci.iconfont-search-document:before {
    content: '\ed13';
    font-family: 'iconfont'
}

.eci.iconfont-search-folder:before {
    content: '\ed14';
    font-family: 'iconfont'
}

.eci.iconfont-search-job:before {
    content: '\ed15';
    font-family: 'iconfont'
}

.eci.iconfont-search-map:before {
    content: '\ed16';
    font-family: 'iconfont'
}

.eci.iconfont-search-property:before {
    content: '\ed17';
    font-family: 'iconfont'
}

.eci.iconfont-search-restaurant:before {
    content: '\ed18';
    font-family: 'iconfont'
}

.eci.iconfont-search-stock:before {
    content: '\ed19';
    font-family: 'iconfont'
}

.eci.iconfont-search-user:before {
    content: '\ed1a';
    font-family: 'iconfont'
}

.eci.iconfont-search:before {
    content: '\ed1b';
    font-family: 'iconfont'
}

.eci.iconfont-500px:before {
    content: '\ed1c';
    font-family: 'iconfont'
}

.eci.iconfont-aim:before {
    content: '\ed1d';
    font-family: 'iconfont'
}

.eci.iconfont-badoo:before {
    content: '\ed1e';
    font-family: 'iconfont'
}

.eci.iconfont-baidu-tieba:before {
    content: '\ed1f';
    font-family: 'iconfont'
}

.eci.iconfont-bbm-messenger:before {
    content: '\ed20';
    font-family: 'iconfont'
}

.eci.iconfont-bebo:before {
    content: '\ed21';
    font-family: 'iconfont'
}

.eci.iconfont-behance:before {
    content: '\ed22';
    font-family: 'iconfont'
}

.eci.iconfont-blogger:before {
    content: '\ed23';
    font-family: 'iconfont'
}

.eci.iconfont-bootstrap:before {
    content: '\ed24';
    font-family: 'iconfont'
}

.eci.iconfont-brightkite:before {
    content: '\ed25';
    font-family: 'iconfont'
}

.eci.iconfont-cloudapp:before {
    content: '\ed26';
    font-family: 'iconfont'
}

.eci.iconfont-concrete5:before {
    content: '\ed27';
    font-family: 'iconfont'
}

.eci.iconfont-delicious:before {
    content: '\ed28';
    font-family: 'iconfont'
}

.eci.iconfont-designbump:before {
    content: '\ed29';
    font-family: 'iconfont'
}

.eci.iconfont-designfloat:before {
    content: '\ed2a';
    font-family: 'iconfont'
}

.eci.iconfont-deviantart:before {
    content: '\ed2b';
    font-family: 'iconfont'
}

.eci.iconfont-digg:before {
    content: '\ed2c';
    font-family: 'iconfont'
}

.eci.iconfont-dotcms:before {
    content: '\ed2d';
    font-family: 'iconfont'
}

.eci.iconfont-dribbble:before {
    content: '\ed2e';
    font-family: 'iconfont'
}

.eci.iconfont-dribble:before {
    content: '\ed2f';
    font-family: 'iconfont'
}

.eci.iconfont-dropbox:before {
    content: '\ed30';
    font-family: 'iconfont'
}

.eci.iconfont-ebuddy:before {
    content: '\ed31';
    font-family: 'iconfont'
}

.eci.iconfont-ello:before {
    content: '\ed32';
    font-family: 'iconfont'
}

.eci.iconfont-ember:before {
    content: '\ed33';
    font-family: 'iconfont'
}

.eci.iconfont-envato:before {
    content: '\ed34';
    font-family: 'iconfont'
}

.eci.iconfont-evernote:before {
    content: '\ed35';
    font-family: 'iconfont'
}

.eci.iconfont-facebook-messenger:before {
    content: '\ed36';
    font-family: 'iconfont'
}

.eci.iconfont-facebook:before {
    content: '\ed37';
    font-family: 'iconfont'
}

.eci.iconfont-feedburner:before {
    content: '\ed38';
    font-family: 'iconfont'
}

.eci.iconfont-flikr:before {
    content: '\ed39';
    font-family: 'iconfont'
}

.eci.iconfont-folkd:before {
    content: '\ed3a';
    font-family: 'iconfont'
}

.eci.iconfont-foursquare:before {
    content: '\ed3b';
    font-family: 'iconfont'
}

.eci.iconfont-friendfeed:before {
    content: '\ed3c';
    font-family: 'iconfont'
}

.eci.iconfont-ghost:before {
    content: '\ed3d';
    font-family: 'iconfont'
}

.eci.iconfont-github:before {
    content: '\ed3e';
    font-family: 'iconfont'
}

.eci.iconfont-gnome:before {
    content: '\ed3f';
    font-family: 'iconfont'
}

.eci.iconfont-google-buzz:before {
    content: '\ed40';
    font-family: 'iconfont'
}

.eci.iconfont-google-hangouts:before {
    content: '\ed41';
    font-family: 'iconfont'
}

.eci.iconfont-google-map:before {
    content: '\ed42';
    font-family: 'iconfont'
}

.eci.iconfont-google-plus:before {
    content: '\ed43';
    font-family: 'iconfont'
}

.eci.iconfont-google-talk:before {
    content: '\ed44';
    font-family: 'iconfont'
}

.eci.iconfont-hype-machine:before {
    content: '\ed45';
    font-family: 'iconfont'
}

.eci.iconfont-instagram:before {
    content: '\ed46';
    font-family: 'iconfont'
}

.eci.iconfont-kakaotalk:before {
    content: '\ed47';
    font-family: 'iconfont'
}

.eci.iconfont-kickstarter:before {
    content: '\ed48';
    font-family: 'iconfont'
}

.eci.iconfont-kik:before {
    content: '\ed49';
    font-family: 'iconfont'
}

.eci.iconfont-kiwibox:before {
    content: '\ed4a';
    font-family: 'iconfont'
}

.eci.iconfont-line-messenger:before {
    content: '\ed4b';
    font-family: 'iconfont'
}

.eci.iconfont-line:before {
    content: '\ed4c';
    font-family: 'iconfont'
}

.eci.iconfont-linkedin:before {
    content: '\ed4d';
    font-family: 'iconfont'
}

.eci.iconfont-linux-mint:before {
    content: '\ed4e';
    font-family: 'iconfont'
}

.eci.iconfont-live-messenger:before {
    content: '\ed4f';
    font-family: 'iconfont'
}

.eci.iconfont-livejournal:before {
    content: '\ed50';
    font-family: 'iconfont'
}

.eci.iconfont-magento:before {
    content: '\ed51';
    font-family: 'iconfont'
}

.eci.iconfont-meetme:before {
    content: '\ed52';
    font-family: 'iconfont'
}

.eci.iconfont-meetup:before {
    content: '\ed53';
    font-family: 'iconfont'
}

.eci.iconfont-mixx:before {
    content: '\ed54';
    font-family: 'iconfont'
}

.eci.iconfont-newsvine:before {
    content: '\ed55';
    font-family: 'iconfont'
}

.eci.iconfont-nimbuss:before {
    content: '\ed56';
    font-family: 'iconfont'
}

.eci.iconfont-odnoklassniki:before {
    content: '\ed57';
    font-family: 'iconfont'
}

.eci.iconfont-opencart:before {
    content: '\ed58';
    font-family: 'iconfont'
}

.eci.iconfont-oscommerce:before {
    content: '\ed59';
    font-family: 'iconfont'
}

.eci.iconfont-pandora:before {
    content: '\ed5a';
    font-family: 'iconfont'
}

.eci.iconfont-photobucket:before {
    content: '\ed5b';
    font-family: 'iconfont'
}

.eci.iconfont-picasa:before {
    content: '\ed5c';
    font-family: 'iconfont'
}

.eci.iconfont-pinterest:before {
    content: '\ed5d';
    font-family: 'iconfont'
}

.eci.iconfont-prestashop:before {
    content: '\ed5e';
    font-family: 'iconfont'
}

.eci.iconfont-qik:before {
    content: '\ed5f';
    font-family: 'iconfont'
}

.eci.iconfont-qq:before {
    content: '\ed60';
    font-family: 'iconfont'
}

.eci.iconfont-readernaut:before {
    content: '\ed61';
    font-family: 'iconfont'
}

.eci.iconfont-reddit:before {
    content: '\ed62';
    font-family: 'iconfont'
}

.eci.iconfont-renren:before {
    content: '\ed63';
    font-family: 'iconfont'
}

.eci.iconfont-rss:before {
    content: '\ed64';
    font-family: 'iconfont'
}

.eci.iconfont-shopify:before {
    content: '\ed65';
    font-family: 'iconfont'
}

.eci.iconfont-silverstripe:before {
    content: '\ed66';
    font-family: 'iconfont'
}

.eci.iconfont-skype:before {
    content: '\ed67';
    font-family: 'iconfont'
}

.eci.iconfont-slack:before {
    content: '\ed68';
    font-family: 'iconfont'
}

.eci.iconfont-slashdot:before {
    content: '\ed69';
    font-family: 'iconfont'
}

.eci.iconfont-slidshare:before {
    content: '\ed6a';
    font-family: 'iconfont'
}

.eci.iconfont-smugmug:before {
    content: '\ed6b';
    font-family: 'iconfont'
}

.eci.iconfont-snapchat:before {
    content: '\ed6c';
    font-family: 'iconfont'
}

.eci.iconfont-soundcloud:before {
    content: '\ed6d';
    font-family: 'iconfont'
}

.eci.iconfont-spotify:before {
    content: '\ed6e';
    font-family: 'iconfont'
}

.eci.iconfont-stack-exchange:before {
    content: '\ed6f';
    font-family: 'iconfont'
}

.eci.iconfont-stack-overflow:before {
    content: '\ed70';
    font-family: 'iconfont'
}

.eci.iconfont-steam:before {
    content: '\ed71';
    font-family: 'iconfont'
}

.eci.iconfont-stumbleupon:before {
    content: '\ed72';
    font-family: 'iconfont'
}

.eci.iconfont-tagged:before {
    content: '\ed73';
    font-family: 'iconfont'
}

.eci.iconfont-technorati:before {
    content: '\ed74';
    font-family: 'iconfont'
}

.eci.iconfont-telegram:before {
    content: '\ed75';
    font-family: 'iconfont'
}

.eci.iconfont-tinder:before {
    content: '\ed76';
    font-family: 'iconfont'
}

.eci.iconfont-trello:before {
    content: '\ed77';
    font-family: 'iconfont'
}

.eci.iconfont-tumblr:before {
    content: '\ed78';
    font-family: 'iconfont'
}

.eci.iconfont-twitch:before {
    content: '\ed79';
    font-family: 'iconfont'
}

.eci.iconfont-twitter:before {
    content: '\ed7a';
    font-family: 'iconfont'
}

.eci.iconfont-typo3:before {
    content: '\ed7b';
    font-family: 'iconfont'
}

.eci.iconfont-ubercart:before {
    content: '\ed7c';
    font-family: 'iconfont'
}

.eci.iconfont-viber:before {
    content: '\ed7d';
    font-family: 'iconfont'
}

.eci.iconfont-viddler:before {
    content: '\ed7e';
    font-family: 'iconfont'
}

.eci.iconfont-vimeo:before {
    content: '\ed7f';
    font-family: 'iconfont'
}

.eci.iconfont-vine:before {
    content: '\ed80';
    font-family: 'iconfont'
}

.eci.iconfont-virb:before {
    content: '\ed81';
    font-family: 'iconfont'
}

.eci.iconfont-virtuemart:before {
    content: '\ed82';
    font-family: 'iconfont'
}

.eci.iconfont-vk:before {
    content: '\ed83';
    font-family: 'iconfont'
}

.eci.iconfont-wechat:before {
    content: '\ed84';
    font-family: 'iconfont'
}

.eci.iconfont-weibo:before {
    content: '\ed85';
    font-family: 'iconfont'
}

.eci.iconfont-whatsapp:before {
    content: '\ed86';
    font-family: 'iconfont'
}

.eci.iconfont-xing:before {
    content: '\ed87';
    font-family: 'iconfont'
}

.eci.iconfont-yahoo:before {
    content: '\ed88';
    font-family: 'iconfont'
}

.eci.iconfont-yelp:before {
    content: '\ed89';
    font-family: 'iconfont'
}

.eci.iconfont-youku:before {
    content: '\ed8a';
    font-family: 'iconfont'
}

.eci.iconfont-youtube:before {
    content: '\ed8b';
    font-family: 'iconfont'
}

.eci.iconfont-zencart:before {
    content: '\ed8c';
    font-family: 'iconfont'
}

.eci.iconfont-badminton-birdie:before {
    content: '\ed8d';
    font-family: 'iconfont'
}

.eci.iconfont-baseball:before {
    content: '\ed8e';
    font-family: 'iconfont'
}

.eci.iconfont-baseballer:before {
    content: '\ed8f';
    font-family: 'iconfont'
}

.eci.iconfont-basketball-hoop:before {
    content: '\ed90';
    font-family: 'iconfont'
}

.eci.iconfont-basketball:before {
    content: '\ed91';
    font-family: 'iconfont'
}

.eci.iconfont-billiard-ball:before {
    content: '\ed92';
    font-family: 'iconfont'
}

.eci.iconfont-boot-alt-1:before {
    content: '\ed93';
    font-family: 'iconfont'
}

.eci.iconfont-boot-alt-2:before {
    content: '\ed94';
    font-family: 'iconfont'
}

.eci.iconfont-boot:before {
    content: '\ed95';
    font-family: 'iconfont'
}

.eci.iconfont-bowling-alt:before {
    content: '\ed96';
    font-family: 'iconfont'
}

.eci.iconfont-bowling:before {
    content: '\ed97';
    font-family: 'iconfont'
}

.eci.iconfont-canoe:before {
    content: '\ed98';
    font-family: 'iconfont'
}

.eci.iconfont-cheer-leader:before {
    content: '\ed99';
    font-family: 'iconfont'
}

.eci.iconfont-climbing:before {
    content: '\ed9a';
    font-family: 'iconfont'
}

.eci.iconfont-corner:before {
    content: '\ed9b';
    font-family: 'iconfont'
}

.eci.iconfont-field-alt:before {
    content: '\ed9c';
    font-family: 'iconfont'
}

.eci.iconfont-field:before {
    content: '\ed9d';
    font-family: 'iconfont'
}

.eci.iconfont-football-alt:before {
    content: '\ed9e';
    font-family: 'iconfont'
}

.eci.iconfont-football-american:before {
    content: '\ed9f';
    font-family: 'iconfont'
}

.eci.iconfont-football:before {
    content: '\eda0';
    font-family: 'iconfont'
}

.eci.iconfont-foul:before {
    content: '\eda1';
    font-family: 'iconfont'
}

.eci.iconfont-goal-keeper:before {
    content: '\eda2';
    font-family: 'iconfont'
}

.eci.iconfont-goal:before {
    content: '\eda3';
    font-family: 'iconfont'
}

.eci.iconfont-golf-alt:before {
    content: '\eda4';
    font-family: 'iconfont'
}

.eci.iconfont-golf-bag:before {
    content: '\eda5';
    font-family: 'iconfont'
}

.eci.iconfont-golf-cart:before {
    content: '\eda6';
    font-family: 'iconfont'
}

.eci.iconfont-golf-field:before {
    content: '\eda7';
    font-family: 'iconfont'
}

.eci.iconfont-golf:before {
    content: '\eda8';
    font-family: 'iconfont'
}

.eci.iconfont-golfer:before {
    content: '\eda9';
    font-family: 'iconfont'
}

.eci.iconfont-helmet:before {
    content: '\edaa';
    font-family: 'iconfont'
}

.eci.iconfont-hockey-alt:before {
    content: '\edab';
    font-family: 'iconfont'
}

.eci.iconfont-hockey:before {
    content: '\edac';
    font-family: 'iconfont'
}

.eci.iconfont-ice-skate:before {
    content: '\edad';
    font-family: 'iconfont'
}

.eci.iconfont-jersey-alt:before {
    content: '\edae';
    font-family: 'iconfont'
}

.eci.iconfont-jersey:before {
    content: '\edaf';
    font-family: 'iconfont'
}

.eci.iconfont-jumping:before {
    content: '\edb0';
    font-family: 'iconfont'
}

.eci.iconfont-kick:before {
    content: '\edb1';
    font-family: 'iconfont'
}

.eci.iconfont-leg:before {
    content: '\edb2';
    font-family: 'iconfont'
}

.eci.iconfont-match-review:before {
    content: '\edb3';
    font-family: 'iconfont'
}

.eci.iconfont-medal-sport:before {
    content: '\edb4';
    font-family: 'iconfont'
}

.eci.iconfont-offside:before {
    content: '\edb5';
    font-family: 'iconfont'
}

.eci.iconfont-olympic-logo:before {
    content: '\edb6';
    font-family: 'iconfont'
}

.eci.iconfont-olympic:before {
    content: '\edb7';
    font-family: 'iconfont'
}

.eci.iconfont-padding:before {
    content: '\edb8';
    font-family: 'iconfont'
}

.eci.iconfont-penalty-card:before {
    content: '\edb9';
    font-family: 'iconfont'
}

.eci.iconfont-racer:before {
    content: '\edba';
    font-family: 'iconfont'
}

.eci.iconfont-racing-car:before {
    content: '\edbb';
    font-family: 'iconfont'
}

.eci.iconfont-racing-flag-alt:before {
    content: '\edbc';
    font-family: 'iconfont'
}

.eci.iconfont-racing-flag:before {
    content: '\edbd';
    font-family: 'iconfont'
}

.eci.iconfont-racings-wheel:before {
    content: '\edbe';
    font-family: 'iconfont'
}

.eci.iconfont-referee:before {
    content: '\edbf';
    font-family: 'iconfont'
}

.eci.iconfont-refree-jersey:before {
    content: '\edc0';
    font-family: 'iconfont'
}

.eci.iconfont-result-sport:before {
    content: '\edc1';
    font-family: 'iconfont'
}

.eci.iconfont-rugby-ball:before {
    content: '\edc2';
    font-family: 'iconfont'
}

.eci.iconfont-rugby-player:before {
    content: '\edc3';
    font-family: 'iconfont'
}

.eci.iconfont-rugby:before {
    content: '\edc4';
    font-family: 'iconfont'
}

.eci.iconfont-runner-alt-1:before {
    content: '\edc5';
    font-family: 'iconfont'
}

.eci.iconfont-runner-alt-2:before {
    content: '\edc6';
    font-family: 'iconfont'
}

.eci.iconfont-runner:before {
    content: '\edc7';
    font-family: 'iconfont'
}

.eci.iconfont-score-board:before {
    content: '\edc8';
    font-family: 'iconfont'
}

.eci.iconfont-skiing-man:before {
    content: '\edc9';
    font-family: 'iconfont'
}

.eci.iconfont-skydiving-goggles:before {
    content: '\edca';
    font-family: 'iconfont'
}

.eci.iconfont-snow-mobile:before {
    content: '\edcb';
    font-family: 'iconfont'
}

.eci.iconfont-steering:before {
    content: '\edcc';
    font-family: 'iconfont'
}

.eci.iconfont-stopwatch:before {
    content: '\edcd';
    font-family: 'iconfont'
}

.eci.iconfont-substitute:before {
    content: '\edce';
    font-family: 'iconfont'
}

.eci.iconfont-swimmer:before {
    content: '\edcf';
    font-family: 'iconfont'
}

.eci.iconfont-table-tennis:before {
    content: '\edd0';
    font-family: 'iconfont'
}

.eci.iconfont-team-alt:before {
    content: '\edd1';
    font-family: 'iconfont'
}

.eci.iconfont-team:before {
    content: '\edd2';
    font-family: 'iconfont'
}

.eci.iconfont-tennis-player:before {
    content: '\edd3';
    font-family: 'iconfont'
}

.eci.iconfont-tennis:before {
    content: '\edd4';
    font-family: 'iconfont'
}

.eci.iconfont-tracking:before {
    content: '\edd5';
    font-family: 'iconfont'
}

.eci.iconfont-trophy-alt:before {
    content: '\edd6';
    font-family: 'iconfont'
}

.eci.iconfont-trophy:before {
    content: '\edd7';
    font-family: 'iconfont'
}

.eci.iconfont-volleyball-alt:before {
    content: '\edd8';
    font-family: 'iconfont'
}

.eci.iconfont-volleyball-fire:before {
    content: '\edd9';
    font-family: 'iconfont'
}

.eci.iconfont-volleyball:before {
    content: '\edda';
    font-family: 'iconfont'
}

.eci.iconfont-water-bottle:before {
    content: '\eddb';
    font-family: 'iconfont'
}

.eci.iconfont-whistle-alt:before {
    content: '\eddc';
    font-family: 'iconfont'
}

.eci.iconfont-whistle:before {
    content: '\eddd';
    font-family: 'iconfont'
}

.eci.iconfont-win-trophy:before {
    content: '\edde';
    font-family: 'iconfont'
}

.eci.iconfont-align-center:before {
    content: '\eddf';
    font-family: 'iconfont'
}

.eci.iconfont-align-left:before {
    content: '\ede0';
    font-family: 'iconfont'
}

.eci.iconfont-align-right:before {
    content: '\ede1';
    font-family: 'iconfont'
}

.eci.iconfont-all-caps:before {
    content: '\ede2';
    font-family: 'iconfont'
}

.eci.iconfont-bold:before {
    content: '\ede3';
    font-family: 'iconfont'
}

.eci.iconfont-brush:before {
    content: '\ede4';
    font-family: 'iconfont'
}

.eci.iconfont-clip-board:before {
    content: '\ede5';
    font-family: 'iconfont'
}

.eci.iconfont-code-alt:before {
    content: '\ede6';
    font-family: 'iconfont'
}

.eci.iconfont-color-bucket:before {
    content: '\ede7';
    font-family: 'iconfont'
}

.eci.iconfont-color-picker:before {
    content: '\ede8';
    font-family: 'iconfont'
}

.eci.iconfont-copy-invert:before {
    content: '\ede9';
    font-family: 'iconfont'
}

.eci.iconfont-copy:before {
    content: '\edea';
    font-family: 'iconfont'
}

.eci.iconfont-cut:before {
    content: '\edeb';
    font-family: 'iconfont'
}

.eci.iconfont-delete-alt:before {
    content: '\edec';
    font-family: 'iconfont'
}

.eci.iconfont-edit-alt:before {
    content: '\eded';
    font-family: 'iconfont'
}

.eci.iconfont-eraser-alt:before {
    content: '\edee';
    font-family: 'iconfont'
}

.eci.iconfont-font:before {
    content: '\edef';
    font-family: 'iconfont'
}

.eci.iconfont-heading:before {
    content: '\edf0';
    font-family: 'iconfont'
}

.eci.iconfont-indent:before {
    content: '\edf1';
    font-family: 'iconfont'
}

.eci.iconfont-italic-alt:before {
    content: '\edf2';
    font-family: 'iconfont'
}

.eci.iconfont-italic:before {
    content: '\edf3';
    font-family: 'iconfont'
}

.eci.iconfont-justify-all:before {
    content: '\edf4';
    font-family: 'iconfont'
}

.eci.iconfont-justify-center:before {
    content: '\edf5';
    font-family: 'iconfont'
}

.eci.iconfont-justify-left:before {
    content: '\edf6';
    font-family: 'iconfont'
}

.eci.iconfont-justify-right:before {
    content: '\edf7';
    font-family: 'iconfont'
}

.eci.iconfont-link-broken:before {
    content: '\edf8';
    font-family: 'iconfont'
}

.eci.iconfont-outdent:before {
    content: '\edf9';
    font-family: 'iconfont'
}

.eci.iconfont-paper-clip:before {
    content: '\edfa';
    font-family: 'iconfont'
}

.eci.iconfont-paragraph:before {
    content: '\edfb';
    font-family: 'iconfont'
}

.eci.iconfont-pin:before {
    content: '\edfc';
    font-family: 'iconfont'
}

.eci.iconfont-printer:before {
    content: '\edfd';
    font-family: 'iconfont'
}

.eci.iconfont-redo:before {
    content: '\edfe';
    font-family: 'iconfont'
}

.eci.iconfont-rotation:before {
    content: '\edff';
    font-family: 'iconfont'
}

.eci.iconfont-save:before {
    content: '\ee00';
    font-family: 'iconfont'
}

.eci.iconfont-small-cap:before {
    content: '\ee01';
    font-family: 'iconfont'
}

.eci.iconfont-strike-through:before {
    content: '\ee02';
    font-family: 'iconfont'
}

.eci.iconfont-sub-listing:before {
    content: '\ee03';
    font-family: 'iconfont'
}

.eci.iconfont-subscript:before {
    content: '\ee04';
    font-family: 'iconfont'
}

.eci.iconfont-superscript:before {
    content: '\ee05';
    font-family: 'iconfont'
}

.eci.iconfont-table:before {
    content: '\ee06';
    font-family: 'iconfont'
}

.eci.iconfont-text-height:before {
    content: '\ee07';
    font-family: 'iconfont'
}

.eci.iconfont-text-width:before {
    content: '\ee08';
    font-family: 'iconfont'
}

.eci.iconfont-trash:before {
    content: '\ee09';
    font-family: 'iconfont'
}

.eci.iconfont-underline:before {
    content: '\ee0a';
    font-family: 'iconfont'
}

.eci.iconfont-undo:before {
    content: '\ee0b';
    font-family: 'iconfont'
}

.eci.iconfont-air-balloon:before {
    content: '\ee0c';
    font-family: 'iconfont'
}

.eci.iconfont-airplane-alt:before {
    content: '\ee0d';
    font-family: 'iconfont'
}

.eci.iconfont-airplane:before {
    content: '\ee0e';
    font-family: 'iconfont'
}

.eci.iconfont-articulated-truck:before {
    content: '\ee0f';
    font-family: 'iconfont'
}

.eci.iconfont-auto-mobile:before {
    content: '\ee10';
    font-family: 'iconfont'
}

.eci.iconfont-auto-rickshaw:before {
    content: '\ee11';
    font-family: 'iconfont'
}

.eci.iconfont-bicycle-alt-1:before {
    content: '\ee12';
    font-family: 'iconfont'
}

.eci.iconfont-bicycle-alt-2:before {
    content: '\ee13';
    font-family: 'iconfont'
}

.eci.iconfont-bicycle:before {
    content: '\ee14';
    font-family: 'iconfont'
}

.eci.iconfont-bus-alt-1:before {
    content: '\ee15';
    font-family: 'iconfont'
}

.eci.iconfont-bus-alt-2:before {
    content: '\ee16';
    font-family: 'iconfont'
}

.eci.iconfont-bus-alt-3:before {
    content: '\ee17';
    font-family: 'iconfont'
}

.eci.iconfont-bus:before {
    content: '\ee18';
    font-family: 'iconfont'
}

.eci.iconfont-cab:before {
    content: '\ee19';
    font-family: 'iconfont'
}

.eci.iconfont-cable-car:before {
    content: '\ee1a';
    font-family: 'iconfont'
}

.eci.iconfont-car-alt-1:before {
    content: '\ee1b';
    font-family: 'iconfont'
}

.eci.iconfont-car-alt-2:before {
    content: '\ee1c';
    font-family: 'iconfont'
}

.eci.iconfont-car-alt-3:before {
    content: '\ee1d';
    font-family: 'iconfont'
}

.eci.iconfont-car-alt-4:before {
    content: '\ee1e';
    font-family: 'iconfont'
}

.eci.iconfont-car:before {
    content: '\ee1f';
    font-family: 'iconfont'
}

.eci.iconfont-delivery-time:before {
    content: '\ee20';
    font-family: 'iconfont'
}

.eci.iconfont-fast-delivery:before {
    content: '\ee21';
    font-family: 'iconfont'
}

.eci.iconfont-fire-truck-alt:before {
    content: '\ee22';
    font-family: 'iconfont'
}

.eci.iconfont-fire-truck:before {
    content: '\ee23';
    font-family: 'iconfont'
}

.eci.iconfont-free-delivery:before {
    content: '\ee24';
    font-family: 'iconfont'
}

.eci.iconfont-helicopter:before {
    content: '\ee25';
    font-family: 'iconfont'
}

.eci.iconfont-motor-bike-alt:before {
    content: '\ee26';
    font-family: 'iconfont'
}

.eci.iconfont-motor-bike:before {
    content: '\ee27';
    font-family: 'iconfont'
}

.eci.iconfont-motor-biker:before {
    content: '\ee28';
    font-family: 'iconfont'
}

.eci.iconfont-oil-truck:before {
    content: '\ee29';
    font-family: 'iconfont'
}

.eci.iconfont-rickshaw:before {
    content: '\ee2a';
    font-family: 'iconfont'
}

.eci.iconfont-rocket-alt-1:before {
    content: '\ee2b';
    font-family: 'iconfont'
}

.eci.iconfont-rocket-alt-2:before {
    content: '\ee2c';
    font-family: 'iconfont'
}

.eci.iconfont-rocket:before {
    content: '\ee2d';
    font-family: 'iconfont'
}

.eci.iconfont-sail-boat-alt-1:before {
    content: '\ee2e';
    font-family: 'iconfont'
}

.eci.iconfont-sail-boat-alt-2:before {
    content: '\ee2f';
    font-family: 'iconfont'
}

.eci.iconfont-sail-boat:before {
    content: '\ee30';
    font-family: 'iconfont'
}

.eci.iconfont-scooter:before {
    content: '\ee31';
    font-family: 'iconfont'
}

.eci.iconfont-sea-plane:before {
    content: '\ee32';
    font-family: 'iconfont'
}

.eci.iconfont-ship-alt:before {
    content: '\ee33';
    font-family: 'iconfont'
}

.eci.iconfont-ship:before {
    content: '\ee34';
    font-family: 'iconfont'
}

.eci.iconfont-speed-boat:before {
    content: '\ee35';
    font-family: 'iconfont'
}

.eci.iconfont-taxi:before {
    content: '\ee36';
    font-family: 'iconfont'
}

.eci.iconfont-tractor:before {
    content: '\ee37';
    font-family: 'iconfont'
}

.eci.iconfont-train-line:before {
    content: '\ee38';
    font-family: 'iconfont'
}

.eci.iconfont-train-steam:before {
    content: '\ee39';
    font-family: 'iconfont'
}

.eci.iconfont-tram:before {
    content: '\ee3a';
    font-family: 'iconfont'
}

.eci.iconfont-truck-alt:before {
    content: '\ee3b';
    font-family: 'iconfont'
}

.eci.iconfont-truck-loaded:before {
    content: '\ee3c';
    font-family: 'iconfont'
}

.eci.iconfont-truck:before {
    content: '\ee3d';
    font-family: 'iconfont'
}

.eci.iconfont-van-alt:before {
    content: '\ee3e';
    font-family: 'iconfont'
}

.eci.iconfont-van:before {
    content: '\ee3f';
    font-family: 'iconfont'
}

.eci.iconfont-yacht:before {
    content: '\ee40';
    font-family: 'iconfont'
}

.eci.iconfont-5-star-hotel:before {
    content: '\ee41';
    font-family: 'iconfont'
}

.eci.iconfont-air-ticket:before {
    content: '\ee42';
    font-family: 'iconfont'
}

.eci.iconfont-beach-bed:before {
    content: '\ee43';
    font-family: 'iconfont'
}

.eci.iconfont-beach:before {
    content: '\ee44';
    font-family: 'iconfont'
}

.eci.iconfont-camping-vest:before {
    content: '\ee45';
    font-family: 'iconfont'
}

.eci.iconfont-direction-sign:before {
    content: '\ee46';
    font-family: 'iconfont'
}

.eci.iconfont-hill-side:before {
    content: '\ee47';
    font-family: 'iconfont'
}

.eci.iconfont-hill:before {
    content: '\ee48';
    font-family: 'iconfont'
}

.eci.iconfont-hotel:before {
    content: '\ee49';
    font-family: 'iconfont'
}

.eci.iconfont-island-alt:before {
    content: '\ee4a';
    font-family: 'iconfont'
}

.eci.iconfont-island:before {
    content: '\ee4b';
    font-family: 'iconfont'
}

.eci.iconfont-sandals-female:before {
    content: '\ee4c';
    font-family: 'iconfont'
}

.eci.iconfont-sandals-male:before {
    content: '\ee4d';
    font-family: 'iconfont'
}

.eci.iconfont-travelling:before {
    content: '\ee4e';
    font-family: 'iconfont'
}

.eci.iconfont-breakdown:before {
    content: '\ee4f';
    font-family: 'iconfont'
}

.eci.iconfont-celsius:before {
    content: '\ee50';
    font-family: 'iconfont'
}

.eci.iconfont-clouds:before {
    content: '\ee51';
    font-family: 'iconfont'
}

.eci.iconfont-cloudy:before {
    content: '\ee52';
    font-family: 'iconfont'
}

.eci.iconfont-dust:before {
    content: '\ee53';
    font-family: 'iconfont'
}

.eci.iconfont-eclipse:before {
    content: '\ee54';
    font-family: 'iconfont'
}

.eci.iconfont-fahrenheit:before {
    content: '\ee55';
    font-family: 'iconfont'
}

.eci.iconfont-forest-fire:before {
    content: '\ee56';
    font-family: 'iconfont'
}

.eci.iconfont-full-night:before {
    content: '\ee57';
    font-family: 'iconfont'
}

.eci.iconfont-full-sunny:before {
    content: '\ee58';
    font-family: 'iconfont'
}

.eci.iconfont-hail-night:before {
    content: '\ee59';
    font-family: 'iconfont'
}

.eci.iconfont-hail-rainy-night:before {
    content: '\ee5a';
    font-family: 'iconfont'
}

.eci.iconfont-hail-rainy-sunny:before {
    content: '\ee5b';
    font-family: 'iconfont'
}

.eci.iconfont-hail-rainy:before {
    content: '\ee5c';
    font-family: 'iconfont'
}

.eci.iconfont-hail-sunny:before {
    content: '\ee5d';
    font-family: 'iconfont'
}

.eci.iconfont-hail-thunder-night:before {
    content: '\ee5e';
    font-family: 'iconfont'
}

.eci.iconfont-hail-thunder-sunny:before {
    content: '\ee5f';
    font-family: 'iconfont'
}

.eci.iconfont-hail-thunder:before {
    content: '\ee60';
    font-family: 'iconfont'
}

.eci.iconfont-hail:before {
    content: '\ee61';
    font-family: 'iconfont'
}

.eci.iconfont-hill-night:before {
    content: '\ee62';
    font-family: 'iconfont'
}

.eci.iconfont-hill-sunny:before {
    content: '\ee63';
    font-family: 'iconfont'
}

.eci.iconfont-hurricane:before {
    content: '\ee64';
    font-family: 'iconfont'
}

.eci.iconfont-meteor:before {
    content: '\ee65';
    font-family: 'iconfont'
}

.eci.iconfont-night:before {
    content: '\ee66';
    font-family: 'iconfont'
}

.eci.iconfont-rainy-night:before {
    content: '\ee67';
    font-family: 'iconfont'
}

.eci.iconfont-rainy-sunny:before {
    content: '\ee68';
    font-family: 'iconfont'
}

.eci.iconfont-rainy-thunder:before {
    content: '\ee69';
    font-family: 'iconfont'
}

.eci.iconfont-rainy:before {
    content: '\ee6a';
    font-family: 'iconfont'
}

.eci.iconfont-snow-alt:before {
    content: '\ee6b';
    font-family: 'iconfont'
}

.eci.iconfont-snow-flake:before {
    content: '\ee6c';
    font-family: 'iconfont'
}

.eci.iconfont-snow-temp:before {
    content: '\ee6d';
    font-family: 'iconfont'
}

.eci.iconfont-snow:before {
    content: '\ee6e';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-hail:before {
    content: '\ee6f';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-night-hail:before {
    content: '\ee70';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-night-rainy:before {
    content: '\ee71';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-night:before {
    content: '\ee72';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-rainy:before {
    content: '\ee73';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-sunny-hail:before {
    content: '\ee74';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-sunny-rainy:before {
    content: '\ee75';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-sunny:before {
    content: '\ee76';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-thunder-night:before {
    content: '\ee77';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-thunder-sunny:before {
    content: '\ee78';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-thunder:before {
    content: '\ee79';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-windy-night:before {
    content: '\ee7a';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-windy-sunny:before {
    content: '\ee7b';
    font-family: 'iconfont'
}

.eci.iconfont-snowy-windy:before {
    content: '\ee7c';
    font-family: 'iconfont'
}

.eci.iconfont-snowy:before {
    content: '\ee7d';
    font-family: 'iconfont'
}

.eci.iconfont-sun-alt:before {
    content: '\ee7e';
    font-family: 'iconfont'
}

.eci.iconfont-sun-rise:before {
    content: '\ee7f';
    font-family: 'iconfont'
}

.eci.iconfont-sun-set:before {
    content: '\ee80';
    font-family: 'iconfont'
}

.eci.iconfont-sun:before {
    content: '\ee81';
    font-family: 'iconfont'
}

.eci.iconfont-sunny-day-temp:before {
    content: '\ee82';
    font-family: 'iconfont'
}

.eci.iconfont-sunny:before {
    content: '\ee83';
    font-family: 'iconfont'
}

.eci.iconfont-thunder-light:before {
    content: '\ee84';
    font-family: 'iconfont'
}

.eci.iconfont-tornado:before {
    content: '\ee85';
    font-family: 'iconfont'
}

.eci.iconfont-umbrella-alt:before {
    content: '\ee86';
    font-family: 'iconfont'
}

.eci.iconfont-umbrella:before {
    content: '\ee87';
    font-family: 'iconfont'
}

.eci.iconfont-volcano:before {
    content: '\ee88';
    font-family: 'iconfont'
}

.eci.iconfont-wave:before {
    content: '\ee89';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-0:before {
    content: '\ee8a';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-1:before {
    content: '\ee8b';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-10:before {
    content: '\ee8c';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-11:before {
    content: '\ee8d';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-12:before {
    content: '\ee8e';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-2:before {
    content: '\ee8f';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-3:before {
    content: '\ee90';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-4:before {
    content: '\ee91';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-5:before {
    content: '\ee92';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-6:before {
    content: '\ee93';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-7:before {
    content: '\ee94';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-8:before {
    content: '\ee95';
    font-family: 'iconfont'
}

.eci.iconfont-wind-scale-9:before {
    content: '\ee96';
    font-family: 'iconfont'
}

.eci.iconfont-wind-waves:before {
    content: '\ee97';
    font-family: 'iconfont'
}

.eci.iconfont-wind:before {
    content: '\ee98';
    font-family: 'iconfont'
}

.eci.iconfont-windy-hail:before {
    content: '\ee99';
    font-family: 'iconfont'
}

.eci.iconfont-windy-night:before {
    content: '\ee9a';
    font-family: 'iconfont'
}

.eci.iconfont-windy-raining:before {
    content: '\ee9b';
    font-family: 'iconfont'
}

.eci.iconfont-windy-sunny:before {
    content: '\ee9c';
    font-family: 'iconfont'
}

.eci.iconfont-windy-thunder-raining:before {
    content: '\ee9d';
    font-family: 'iconfont'
}

.eci.iconfont-windy-thunder:before {
    content: '\ee9e';
    font-family: 'iconfont'
}

.eci.iconfont-windy:before {
    content: '\ee9f';
    font-family: 'iconfont'
}

.eci.iconfont-addons:before {
    content: '\eea0';
    font-family: 'iconfont'
}

.eci.iconfont-address-book:before {
    content: '\eea1';
    font-family: 'iconfont'
}

.eci.iconfont-adjust:before {
    content: '\eea2';
    font-family: 'iconfont'
}

.eci.iconfont-alarm:before {
    content: '\eea3';
    font-family: 'iconfont'
}

.eci.iconfont-anchor:before {
    content: '\eea4';
    font-family: 'iconfont'
}

.eci.iconfont-archive:before {
    content: '\eea5';
    font-family: 'iconfont'
}

.eci.iconfont-at:before {
    content: '\eea6';
    font-family: 'iconfont'
}

.eci.iconfont-attachment:before {
    content: '\eea7';
    font-family: 'iconfont'
}

.eci.iconfont-audio:before {
    content: '\eea8';
    font-family: 'iconfont'
}

.eci.iconfont-automation:before {
    content: '\eea9';
    font-family: 'iconfont'
}

.eci.iconfont-badge:before {
    content: '\eeaa';
    font-family: 'iconfont'
}

.eci.iconfont-bag-alt:before {
    content: '\eeab';
    font-family: 'iconfont'
}

.eci.iconfont-bag:before {
    content: '\eeac';
    font-family: 'iconfont'
}

.eci.iconfont-ban:before {
    content: '\eead';
    font-family: 'iconfont'
}

.eci.iconfont-bar-code:before {
    content: '\eeae';
    font-family: 'iconfont'
}

.eci.iconfont-bars:before {
    content: '\eeaf';
    font-family: 'iconfont'
}

.eci.iconfont-basket:before {
    content: '\eeb0';
    font-family: 'iconfont'
}

.eci.iconfont-battery-empty:before {
    content: '\eeb1';
    font-family: 'iconfont'
}

.eci.iconfont-battery-full:before {
    content: '\eeb2';
    font-family: 'iconfont'
}

.eci.iconfont-battery-half:before {
    content: '\eeb3';
    font-family: 'iconfont'
}

.eci.iconfont-battery-low:before {
    content: '\eeb4';
    font-family: 'iconfont'
}

.eci.iconfont-beaker:before {
    content: '\eeb5';
    font-family: 'iconfont'
}

.eci.iconfont-beard:before {
    content: '\eeb6';
    font-family: 'iconfont'
}

.eci.iconfont-bed:before {
    content: '\eeb7';
    font-family: 'iconfont'
}

.eci.iconfont-bell:before {
    content: '\eeb8';
    font-family: 'iconfont'
}

.eci.iconfont-beverage:before {
    content: '\eeb9';
    font-family: 'iconfont'
}

.eci.iconfont-bill:before {
    content: '\eeba';
    font-family: 'iconfont'
}

.eci.iconfont-bin:before {
    content: '\eebb';
    font-family: 'iconfont'
}

.eci.iconfont-binary:before {
    content: '\eebc';
    font-family: 'iconfont'
}

.eci.iconfont-binoculars:before {
    content: '\eebd';
    font-family: 'iconfont'
}

.eci.iconfont-bluetooth:before {
    content: '\eebe';
    font-family: 'iconfont'
}

.eci.iconfont-bomb:before {
    content: '\eebf';
    font-family: 'iconfont'
}

.eci.iconfont-book-mark:before {
    content: '\eec0';
    font-family: 'iconfont'
}

.eci.iconfont-box:before {
    content: '\eec1';
    font-family: 'iconfont'
}

.eci.iconfont-briefcase:before {
    content: '\eec2';
    font-family: 'iconfont'
}

.eci.iconfont-broken:before {
    content: '\eec3';
    font-family: 'iconfont'
}

.eci.iconfont-bucket:before {
    content: '\eec4';
    font-family: 'iconfont'
}

.eci.iconfont-bucket1:before {
    content: '\eec5';
    font-family: 'iconfont'
}

.eci.iconfont-bucket2:before {
    content: '\eec6';
    font-family: 'iconfont'
}

.eci.iconfont-bug:before {
    content: '\eec7';
    font-family: 'iconfont'
}

.eci.iconfont-building:before {
    content: '\eec8';
    font-family: 'iconfont'
}

.eci.iconfont-bulb-alt:before {
    content: '\eec9';
    font-family: 'iconfont'
}

.eci.iconfont-bullet:before {
    content: '\eeca';
    font-family: 'iconfont'
}

.eci.iconfont-bullhorn:before {
    content: '\eecb';
    font-family: 'iconfont'
}

.eci.iconfont-bullseye:before {
    content: '\eecc';
    font-family: 'iconfont'
}

.eci.iconfont-calendar:before {
    content: '\eecd';
    font-family: 'iconfont'
}

.eci.iconfont-camera-alt:before {
    content: '\eece';
    font-family: 'iconfont'
}

.eci.iconfont-camera:before {
    content: '\eecf';
    font-family: 'iconfont'
}

.eci.iconfont-card:before {
    content: '\eed0';
    font-family: 'iconfont'
}

.eci.iconfont-cart-alt:before {
    content: '\eed1';
    font-family: 'iconfont'
}

.eci.iconfont-cart:before {
    content: '\eed2';
    font-family: 'iconfont'
}

.eci.iconfont-cc:before {
    content: '\eed3';
    font-family: 'iconfont'
}

.eci.iconfont-charging:before {
    content: '\eed4';
    font-family: 'iconfont'
}

.eci.iconfont-chat:before {
    content: '\eed5';
    font-family: 'iconfont'
}

.eci.iconfont-check-alt:before {
    content: '\eed6';
    font-family: 'iconfont'
}

.eci.iconfont-check-circled:before {
    content: '\eed7';
    font-family: 'iconfont'
}

.eci.iconfont-check:before {
    content: '\eed8';
    font-family: 'iconfont'
}

.eci.iconfont-checked:before {
    content: '\eed9';
    font-family: 'iconfont'
}

.eci.iconfont-children-care:before {
    content: '\eeda';
    font-family: 'iconfont'
}

.eci.iconfont-clip:before {
    content: '\eedb';
    font-family: 'iconfont'
}

.eci.iconfont-clock-time:before {
    content: '\eedc';
    font-family: 'iconfont'
}

.eci.iconfont-close-circled:before {
    content: '\eedd';
    font-family: 'iconfont'
}

.eci.iconfont-close-line-circled:before {
    content: '\eede';
    font-family: 'iconfont'
}

.eci.iconfont-close-line-squared-alt:before {
    content: '\eedf';
    font-family: 'iconfont'
}

.eci.iconfont-close-line-squared:before {
    content: '\eee0';
    font-family: 'iconfont'
}

.eci.iconfont-close-line:before {
    content: '\eee1';
    font-family: 'iconfont'
}

.eci.iconfont-close-squared-alt:before {
    content: '\eee2';
    font-family: 'iconfont'
}

.eci.iconfont-close-squared:before {
    content: '\eee3';
    font-family: 'iconfont'
}

.eci.iconfont-close:before {
    content: '\eee4';
    font-family: 'iconfont'
}

.eci.iconfont-cloud-download:before {
    content: '\eee5';
    font-family: 'iconfont'
}

.eci.iconfont-cloud-refresh:before {
    content: '\eee6';
    font-family: 'iconfont'
}

.eci.iconfont-cloud-upload:before {
    content: '\eee7';
    font-family: 'iconfont'
}

.eci.iconfont-cloud:before {
    content: '\eee8';
    font-family: 'iconfont'
}

.eci.iconfont-code-not-allowed:before {
    content: '\eee9';
    font-family: 'iconfont'
}

.eci.iconfont-code:before {
    content: '\eeea';
    font-family: 'iconfont'
}

.eci.iconfont-comment:before {
    content: '\eeeb';
    font-family: 'iconfont'
}

.eci.iconfont-compass-alt:before {
    content: '\eeec';
    font-family: 'iconfont'
}

.eci.iconfont-compass:before {
    content: '\eeed';
    font-family: 'iconfont'
}

.eci.iconfont-computer:before {
    content: '\eeee';
    font-family: 'iconfont'
}

.eci.iconfont-connection:before {
    content: '\eeef';
    font-family: 'iconfont'
}

.eci.iconfont-console:before {
    content: '\eef0';
    font-family: 'iconfont'
}

.eci.iconfont-contacts:before {
    content: '\eef1';
    font-family: 'iconfont'
}

.eci.iconfont-contrast:before {
    content: '\eef2';
    font-family: 'iconfont'
}

.eci.iconfont-copyright:before {
    content: '\eef3';
    font-family: 'iconfont'
}

.eci.iconfont-credit-card:before {
    content: '\eef4';
    font-family: 'iconfont'
}

.eci.iconfont-crop:before {
    content: '\eef5';
    font-family: 'iconfont'
}

.eci.iconfont-crown:before {
    content: '\eef6';
    font-family: 'iconfont'
}

.eci.iconfont-cube:before {
    content: '\eef7';
    font-family: 'iconfont'
}

.eci.iconfont-cubes:before {
    content: '\eef8';
    font-family: 'iconfont'
}

.eci.iconfont-dashboard-web:before {
    content: '\eef9';
    font-family: 'iconfont'
}

.eci.iconfont-dashboard:before {
    content: '\eefa';
    font-family: 'iconfont'
}

.eci.iconfont-data:before {
    content: '\eefb';
    font-family: 'iconfont'
}

.eci.iconfont-database-add:before {
    content: '\eefc';
    font-family: 'iconfont'
}

.eci.iconfont-database-locked:before {
    content: '\eefd';
    font-family: 'iconfont'
}

.eci.iconfont-database-remove:before {
    content: '\eefe';
    font-family: 'iconfont'
}

.eci.iconfont-database:before {
    content: '\eeff';
    font-family: 'iconfont'
}

.eci.iconfont-delete:before {
    content: '\ef00';
    font-family: 'iconfont'
}

.eci.iconfont-diamond:before {
    content: '\ef01';
    font-family: 'iconfont'
}

.eci.iconfont-dice-multiple:before {
    content: '\ef02';
    font-family: 'iconfont'
}

.eci.iconfont-dice:before {
    content: '\ef03';
    font-family: 'iconfont'
}

.eci.iconfont-disc:before {
    content: '\ef04';
    font-family: 'iconfont'
}

.eci.iconfont-diskette:before {
    content: '\ef05';
    font-family: 'iconfont'
}

.eci.iconfont-document-folder:before {
    content: '\ef06';
    font-family: 'iconfont'
}

.eci.iconfont-download-alt:before {
    content: '\ef07';
    font-family: 'iconfont'
}

.eci.iconfont-download:before {
    content: '\ef08';
    font-family: 'iconfont'
}

.eci.iconfont-downloaded:before {
    content: '\ef09';
    font-family: 'iconfont'
}

.eci.iconfont-drag:before {
    content: '\ef0a';
    font-family: 'iconfont'
}

.eci.iconfont-drag1:before {
    content: '\ef0b';
    font-family: 'iconfont'
}

.eci.iconfont-drag2:before {
    content: '\ef0c';
    font-family: 'iconfont'
}

.eci.iconfont-drag3:before {
    content: '\ef0d';
    font-family: 'iconfont'
}

.eci.iconfont-earth:before {
    content: '\ef0e';
    font-family: 'iconfont'
}

.eci.iconfont-ebook:before {
    content: '\ef0f';
    font-family: 'iconfont'
}

.eci.iconfont-edit:before {
    content: '\ef10';
    font-family: 'iconfont'
}

.eci.iconfont-eject:before {
    content: '\ef11';
    font-family: 'iconfont'
}

.eci.iconfont-email:before {
    content: '\ef12';
    font-family: 'iconfont'
}

.eci.iconfont-envelope-open:before {
    content: '\ef13';
    font-family: 'iconfont'
}

.eci.iconfont-envelope:before {
    content: '\ef14';
    font-family: 'iconfont'
}

.eci.iconfont-eraser:before {
    content: '\ef15';
    font-family: 'iconfont'
}

.eci.iconfont-error:before {
    content: '\ef16';
    font-family: 'iconfont'
}

.eci.iconfont-excavator:before {
    content: '\ef17';
    font-family: 'iconfont'
}

.eci.iconfont-exchange:before {
    content: '\ef18';
    font-family: 'iconfont'
}

.eci.iconfont-exclamation-circle:before {
    content: '\ef19';
    font-family: 'iconfont'
}

.eci.iconfont-exclamation-square:before {
    content: '\ef1a';
    font-family: 'iconfont'
}

.eci.iconfont-exclamation-tringle:before {
    content: '\ef1b';
    font-family: 'iconfont'
}

.eci.iconfont-exclamation:before {
    content: '\ef1c';
    font-family: 'iconfont'
}

.eci.iconfont-exit:before {
    content: '\ef1d';
    font-family: 'iconfont'
}

.eci.iconfont-expand:before {
    content: '\ef1e';
    font-family: 'iconfont'
}

.eci.iconfont-external-link:before {
    content: '\ef1f';
    font-family: 'iconfont'
}

.eci.iconfont-external:before {
    content: '\ef20';
    font-family: 'iconfont'
}

.eci.iconfont-eye-alt:before {
    content: '\ef21';
    font-family: 'iconfont'
}

.eci.iconfont-eye-blocked:before {
    content: '\ef22';
    font-family: 'iconfont'
}

.eci.iconfont-eye-dropper:before {
    content: '\ef23';
    font-family: 'iconfont'
}

.eci.iconfont-eye:before {
    content: '\ef24';
    font-family: 'iconfont'
}

.eci.iconfont-favourite:before {
    content: '\ef25';
    font-family: 'iconfont'
}

.eci.iconfont-fax:before {
    content: '\ef26';
    font-family: 'iconfont'
}

.eci.iconfont-file-fill:before {
    content: '\ef27';
    font-family: 'iconfont'
}

.eci.iconfont-film:before {
    content: '\ef28';
    font-family: 'iconfont'
}

.eci.iconfont-filter:before {
    content: '\ef29';
    font-family: 'iconfont'
}

.eci.iconfont-fire-alt:before {
    content: '\ef2a';
    font-family: 'iconfont'
}

.eci.iconfont-fire-burn:before {
    content: '\ef2b';
    font-family: 'iconfont'
}

.eci.iconfont-fire:before {
    content: '\ef2c';
    font-family: 'iconfont'
}

.eci.iconfont-flag-alt-1:before {
    content: '\ef2d';
    font-family: 'iconfont'
}

.eci.iconfont-flag-alt-2:before {
    content: '\ef2e';
    font-family: 'iconfont'
}

.eci.iconfont-flag:before {
    content: '\ef2f';
    font-family: 'iconfont'
}

.eci.iconfont-flame-torch:before {
    content: '\ef30';
    font-family: 'iconfont'
}

.eci.iconfont-flash-light:before {
    content: '\ef31';
    font-family: 'iconfont'
}

.eci.iconfont-flash:before {
    content: '\ef32';
    font-family: 'iconfont'
}

.eci.iconfont-flask:before {
    content: '\ef33';
    font-family: 'iconfont'
}

.eci.iconfont-focus:before {
    content: '\ef34';
    font-family: 'iconfont'
}

.eci.iconfont-folder-open:before {
    content: '\ef35';
    font-family: 'iconfont'
}

.eci.iconfont-folder:before {
    content: '\ef36';
    font-family: 'iconfont'
}

.eci.iconfont-foot-print:before {
    content: '\ef37';
    font-family: 'iconfont'
}

.eci.iconfont-garbage:before {
    content: '\ef38';
    font-family: 'iconfont'
}

.eci.iconfont-gear-alt:before {
    content: '\ef39';
    font-family: 'iconfont'
}

.eci.iconfont-gear:before {
    content: '\ef3a';
    font-family: 'iconfont'
}

.eci.iconfont-gears:before {
    content: '\ef3b';
    font-family: 'iconfont'
}

.eci.iconfont-gift:before {
    content: '\ef3c';
    font-family: 'iconfont'
}

.eci.iconfont-glass:before {
    content: '\ef3d';
    font-family: 'iconfont'
}

.eci.iconfont-globe:before {
    content: '\ef3e';
    font-family: 'iconfont'
}

.eci.iconfont-graffiti:before {
    content: '\ef3f';
    font-family: 'iconfont'
}

.eci.iconfont-grocery:before {
    content: '\ef40';
    font-family: 'iconfont'
}

.eci.iconfont-hand:before {
    content: '\ef41';
    font-family: 'iconfont'
}

.eci.iconfont-hanger:before {
    content: '\ef42';
    font-family: 'iconfont'
}

.eci.iconfont-hard-disk:before {
    content: '\ef43';
    font-family: 'iconfont'
}

.eci.iconfont-heart-alt:before {
    content: '\ef44';
    font-family: 'iconfont'
}

.eci.iconfont-heart:before {
    content: '\ef45';
    font-family: 'iconfont'
}

.eci.iconfont-history:before {
    content: '\ef46';
    font-family: 'iconfont'
}

.eci.iconfont-home:before {
    content: '\ef47';
    font-family: 'iconfont'
}

.eci.iconfont-horn:before {
    content: '\ef48';
    font-family: 'iconfont'
}

.eci.iconfont-hour-glass:before {
    content: '\ef49';
    font-family: 'iconfont'
}

.eci.iconfont-id:before {
    content: '\ef4a';
    font-family: 'iconfont'
}

.eci.iconfont-image:before {
    content: '\ef4b';
    font-family: 'iconfont'
}

.eci.iconfont-inbox:before {
    content: '\ef4c';
    font-family: 'iconfont'
}

.eci.iconfont-infinite:before {
    content: '\ef4d';
    font-family: 'iconfont'
}

.eci.iconfont-info-circle:before {
    content: '\ef4e';
    font-family: 'iconfont'
}

.eci.iconfont-info-square:before {
    content: '\ef4f';
    font-family: 'iconfont'
}

.eci.iconfont-info:before {
    content: '\ef50';
    font-family: 'iconfont'
}

.eci.iconfont-institution:before {
    content: '\ef51';
    font-family: 'iconfont'
}

.eci.iconfont-interface:before {
    content: '\ef52';
    font-family: 'iconfont'
}

.eci.iconfont-invisible:before {
    content: '\ef53';
    font-family: 'iconfont'
}

.eci.iconfont-jacket:before {
    content: '\ef54';
    font-family: 'iconfont'
}

.eci.iconfont-jar:before {
    content: '\ef55';
    font-family: 'iconfont'
}

.eci.iconfont-jewlery:before {
    content: '\ef56';
    font-family: 'iconfont'
}

.eci.iconfont-karate:before {
    content: '\ef57';
    font-family: 'iconfont'
}

.eci.iconfont-key-hole:before {
    content: '\ef58';
    font-family: 'iconfont'
}

.eci.iconfont-key:before {
    content: '\ef59';
    font-family: 'iconfont'
}

.eci.iconfont-label:before {
    content: '\ef5a';
    font-family: 'iconfont'
}

.eci.iconfont-lamp:before {
    content: '\ef5b';
    font-family: 'iconfont'
}

.eci.iconfont-layers:before {
    content: '\ef5c';
    font-family: 'iconfont'
}

.eci.iconfont-layout:before {
    content: '\ef5d';
    font-family: 'iconfont'
}

.eci.iconfont-leaf:before {
    content: '\ef5e';
    font-family: 'iconfont'
}

.eci.iconfont-leaflet:before {
    content: '\ef5f';
    font-family: 'iconfont'
}

.eci.iconfont-learn:before {
    content: '\ef60';
    font-family: 'iconfont'
}

.eci.iconfont-lego:before {
    content: '\ef61';
    font-family: 'iconfont'
}

.eci.iconfont-lens:before {
    content: '\ef62';
    font-family: 'iconfont'
}

.eci.iconfont-letter:before {
    content: '\ef63';
    font-family: 'iconfont'
}

.eci.iconfont-letterbox:before {
    content: '\ef64';
    font-family: 'iconfont'
}

.eci.iconfont-library:before {
    content: '\ef65';
    font-family: 'iconfont'
}

.eci.iconfont-license:before {
    content: '\ef66';
    font-family: 'iconfont'
}

.eci.iconfont-life-bouy:before {
    content: '\ef67';
    font-family: 'iconfont'
}

.eci.iconfont-life-buoy:before {
    content: '\ef68';
    font-family: 'iconfont'
}

.eci.iconfont-life-jacket:before {
    content: '\ef69';
    font-family: 'iconfont'
}

.eci.iconfont-life-ring:before {
    content: '\ef6a';
    font-family: 'iconfont'
}

.eci.iconfont-light-bulb:before {
    content: '\ef6b';
    font-family: 'iconfont'
}

.eci.iconfont-lighter:before {
    content: '\ef6c';
    font-family: 'iconfont'
}

.eci.iconfont-lightning-ray:before {
    content: '\ef6d';
    font-family: 'iconfont'
}

.eci.iconfont-like:before {
    content: '\ef6e';
    font-family: 'iconfont'
}

.eci.iconfont-line-height:before {
    content: '\ef6f';
    font-family: 'iconfont'
}

.eci.iconfont-link-alt:before {
    content: '\ef70';
    font-family: 'iconfont'
}

.eci.iconfont-link:before {
    content: '\ef71';
    font-family: 'iconfont'
}

.eci.iconfont-list:before {
    content: '\ef72';
    font-family: 'iconfont'
}

.eci.iconfont-listening:before {
    content: '\ef73';
    font-family: 'iconfont'
}

.eci.iconfont-listine-dots:before {
    content: '\ef74';
    font-family: 'iconfont'
}

.eci.iconfont-listing-box:before {
    content: '\ef75';
    font-family: 'iconfont'
}

.eci.iconfont-listing-number:before {
    content: '\ef76';
    font-family: 'iconfont'
}

.eci.iconfont-live-support:before {
    content: '\ef77';
    font-family: 'iconfont'
}

.eci.iconfont-location-arrow:before {
    content: '\ef78';
    font-family: 'iconfont'
}

.eci.iconfont-location-pin:before {
    content: '\ef79';
    font-family: 'iconfont'
}

.eci.iconfont-lock:before {
    content: '\ef7a';
    font-family: 'iconfont'
}

.eci.iconfont-login:before {
    content: '\ef7b';
    font-family: 'iconfont'
}

.eci.iconfont-logout:before {
    content: '\ef7c';
    font-family: 'iconfont'
}

.eci.iconfont-lollipop:before {
    content: '\ef7d';
    font-family: 'iconfont'
}

.eci.iconfont-long-drive:before {
    content: '\ef7e';
    font-family: 'iconfont'
}

.eci.iconfont-look:before {
    content: '\ef7f';
    font-family: 'iconfont'
}

.eci.iconfont-loop:before {
    content: '\ef80';
    font-family: 'iconfont'
}

.eci.iconfont-luggage:before {
    content: '\ef81';
    font-family: 'iconfont'
}

.eci.iconfont-lunch:before {
    content: '\ef82';
    font-family: 'iconfont'
}

.eci.iconfont-lungs:before {
    content: '\ef83';
    font-family: 'iconfont'
}

.eci.iconfont-magic-alt:before {
    content: '\ef84';
    font-family: 'iconfont'
}

.eci.iconfont-magic:before {
    content: '\ef85';
    font-family: 'iconfont'
}

.eci.iconfont-magnet:before {
    content: '\ef86';
    font-family: 'iconfont'
}

.eci.iconfont-mail-box:before {
    content: '\ef87';
    font-family: 'iconfont'
}

.eci.iconfont-mail:before {
    content: '\ef88';
    font-family: 'iconfont'
}

.eci.iconfont-male:before {
    content: '\ef89';
    font-family: 'iconfont'
}

.eci.iconfont-map-pins:before {
    content: '\ef8a';
    font-family: 'iconfont'
}

.eci.iconfont-map:before {
    content: '\ef8b';
    font-family: 'iconfont'
}

.eci.iconfont-maximize:before {
    content: '\ef8c';
    font-family: 'iconfont'
}

.eci.iconfont-measure:before {
    content: '\ef8d';
    font-family: 'iconfont'
}

.eci.iconfont-medicine:before {
    content: '\ef8e';
    font-family: 'iconfont'
}

.eci.iconfont-mega-phone:before {
    content: '\ef8f';
    font-family: 'iconfont'
}

.eci.iconfont-megaphone-alt:before {
    content: '\ef90';
    font-family: 'iconfont'
}

.eci.iconfont-megaphone:before {
    content: '\ef91';
    font-family: 'iconfont'
}

.eci.iconfont-memorial:before {
    content: '\ef92';
    font-family: 'iconfont'
}

.eci.iconfont-memory-card:before {
    content: '\ef93';
    font-family: 'iconfont'
}

.eci.iconfont-mic-mute:before {
    content: '\ef94';
    font-family: 'iconfont'
}

.eci.iconfont-mic:before {
    content: '\ef95';
    font-family: 'iconfont'
}

.eci.iconfont-military:before {
    content: '\ef96';
    font-family: 'iconfont'
}

.eci.iconfont-mill:before {
    content: '\ef97';
    font-family: 'iconfont'
}

.eci.iconfont-minus-circle:before {
    content: '\ef98';
    font-family: 'iconfont'
}

.eci.iconfont-minus-square:before {
    content: '\ef99';
    font-family: 'iconfont'
}

.eci.iconfont-minus:before {
    content: '\ef9a';
    font-family: 'iconfont'
}

.eci.iconfont-mobile-phone:before {
    content: '\ef9b';
    font-family: 'iconfont'
}

.eci.iconfont-molecule:before {
    content: '\ef9c';
    font-family: 'iconfont'
}

.eci.iconfont-money:before {
    content: '\ef9d';
    font-family: 'iconfont'
}

.eci.iconfont-moon:before {
    content: '\ef9e';
    font-family: 'iconfont'
}

.eci.iconfont-mop:before {
    content: '\ef9f';
    font-family: 'iconfont'
}

.eci.iconfont-muffin:before {
    content: '\efa0';
    font-family: 'iconfont'
}

.eci.iconfont-mustache:before {
    content: '\efa1';
    font-family: 'iconfont'
}

.eci.iconfont-navigation-menu:before {
    content: '\efa2';
    font-family: 'iconfont'
}

.eci.iconfont-navigation:before {
    content: '\efa3';
    font-family: 'iconfont'
}

.eci.iconfont-network-tower:before {
    content: '\efa4';
    font-family: 'iconfont'
}

.eci.iconfont-network:before {
    content: '\efa5';
    font-family: 'iconfont'
}

.eci.iconfont-news:before {
    content: '\efa6';
    font-family: 'iconfont'
}

.eci.iconfont-newspaper:before {
    content: '\efa7';
    font-family: 'iconfont'
}

.eci.iconfont-no-smoking:before {
    content: '\efa8';
    font-family: 'iconfont'
}

.eci.iconfont-not-allowed:before {
    content: '\efa9';
    font-family: 'iconfont'
}

.eci.iconfont-notebook:before {
    content: '\efaa';
    font-family: 'iconfont'
}

.eci.iconfont-notepad:before {
    content: '\efab';
    font-family: 'iconfont'
}

.eci.iconfont-notification:before {
    content: '\efac';
    font-family: 'iconfont'
}

.eci.iconfont-numbered:before {
    content: '\efad';
    font-family: 'iconfont'
}

.eci.iconfont-opposite:before {
    content: '\efae';
    font-family: 'iconfont'
}

.eci.iconfont-optic:before {
    content: '\efaf';
    font-family: 'iconfont'
}

.eci.iconfont-options:before {
    content: '\efb0';
    font-family: 'iconfont'
}

.eci.iconfont-package:before {
    content: '\efb1';
    font-family: 'iconfont'
}

.eci.iconfont-page:before {
    content: '\efb2';
    font-family: 'iconfont'
}

.eci.iconfont-paint:before {
    content: '\efb3';
    font-family: 'iconfont'
}

.eci.iconfont-paper-plane:before {
    content: '\efb4';
    font-family: 'iconfont'
}

.eci.iconfont-paperclip:before {
    content: '\efb5';
    font-family: 'iconfont'
}

.eci.iconfont-papers:before {
    content: '\efb6';
    font-family: 'iconfont'
}

.eci.iconfont-pay:before {
    content: '\efb7';
    font-family: 'iconfont'
}

.eci.iconfont-penguin-linux:before {
    content: '\efb8';
    font-family: 'iconfont'
}

.eci.iconfont-pestle:before {
    content: '\efb9';
    font-family: 'iconfont'
}

.eci.iconfont-phone-circle:before {
    content: '\efba';
    font-family: 'iconfont'
}

.eci.iconfont-phone:before {
    content: '\efbb';
    font-family: 'iconfont'
}

.eci.iconfont-picture:before {
    content: '\efbc';
    font-family: 'iconfont'
}

.eci.iconfont-pine:before {
    content: '\efbd';
    font-family: 'iconfont'
}

.eci.iconfont-pixels:before {
    content: '\efbe';
    font-family: 'iconfont'
}

.eci.iconfont-plugin:before {
    content: '\efbf';
    font-family: 'iconfont'
}

.eci.iconfont-plus-circle:before {
    content: '\efc0';
    font-family: 'iconfont'
}

.eci.iconfont-plus-square:before {
    content: '\efc1';
    font-family: 'iconfont'
}

.eci.iconfont-plus:before {
    content: '\efc2';
    font-family: 'iconfont'
}

.eci.iconfont-polygonal:before {
    content: '\efc3';
    font-family: 'iconfont'
}

.eci.iconfont-power:before {
    content: '\efc4';
    font-family: 'iconfont'
}

.eci.iconfont-price:before {
    content: '\efc5';
    font-family: 'iconfont'
}

.eci.iconfont-print:before {
    content: '\efc6';
    font-family: 'iconfont'
}

.eci.iconfont-puzzle:before {
    content: '\efc7';
    font-family: 'iconfont'
}

.eci.iconfont-qr-code:before {
    content: '\efc8';
    font-family: 'iconfont'
}

.eci.iconfont-queen:before {
    content: '\efc9';
    font-family: 'iconfont'
}

.eci.iconfont-question-circle:before {
    content: '\efca';
    font-family: 'iconfont'
}

.eci.iconfont-question-square:before {
    content: '\efcb';
    font-family: 'iconfont'
}

.eci.iconfont-question:before {
    content: '\efcc';
    font-family: 'iconfont'
}

.eci.iconfont-quote-left:before {
    content: '\efcd';
    font-family: 'iconfont'
}

.eci.iconfont-quote-right:before {
    content: '\efce';
    font-family: 'iconfont'
}

.eci.iconfont-random:before {
    content: '\efcf';
    font-family: 'iconfont'
}

.eci.iconfont-recycle:before {
    content: '\efd0';
    font-family: 'iconfont'
}

.eci.iconfont-refresh:before {
    content: '\efd1';
    font-family: 'iconfont'
}

.eci.iconfont-repair:before {
    content: '\efd2';
    font-family: 'iconfont'
}

.eci.iconfont-reply-all:before {
    content: '\efd3';
    font-family: 'iconfont'
}

.eci.iconfont-reply:before {
    content: '\efd4';
    font-family: 'iconfont'
}

.eci.iconfont-resize:before {
    content: '\efd5';
    font-family: 'iconfont'
}

.eci.iconfont-responsive:before {
    content: '\efd6';
    font-family: 'iconfont'
}

.eci.iconfont-retweet:before {
    content: '\efd7';
    font-family: 'iconfont'
}

.eci.iconfont-road:before {
    content: '\efd8';
    font-family: 'iconfont'
}

.eci.iconfont-robot:before {
    content: '\efd9';
    font-family: 'iconfont'
}

.eci.iconfont-royal:before {
    content: '\efda';
    font-family: 'iconfont'
}

.eci.iconfont-rss-feed:before {
    content: '\efdb';
    font-family: 'iconfont'
}

.eci.iconfont-safety:before {
    content: '\efdc';
    font-family: 'iconfont'
}

.eci.iconfont-sale-discount:before {
    content: '\efdd';
    font-family: 'iconfont'
}

.eci.iconfont-satellite:before {
    content: '\efde';
    font-family: 'iconfont'
}

.eci.iconfont-send-mail:before {
    content: '\efdf';
    font-family: 'iconfont'
}

.eci.iconfont-server:before {
    content: '\efe0';
    font-family: 'iconfont'
}

.eci.iconfont-settings-alt:before {
    content: '\efe1';
    font-family: 'iconfont'
}

.eci.iconfont-settings:before {
    content: '\efe2';
    font-family: 'iconfont'
}

.eci.iconfont-share-alt:before {
    content: '\efe3';
    font-family: 'iconfont'
}

.eci.iconfont-share-boxed:before {
    content: '\efe4';
    font-family: 'iconfont'
}

.eci.iconfont-share:before {
    content: '\efe5';
    font-family: 'iconfont'
}

.eci.iconfont-shield:before {
    content: '\efe6';
    font-family: 'iconfont'
}

.eci.iconfont-shopping-cart:before {
    content: '\efe7';
    font-family: 'iconfont'
}

.eci.iconfont-sign-in:before {
    content: '\efe8';
    font-family: 'iconfont'
}

.eci.iconfont-sign-out:before {
    content: '\efe9';
    font-family: 'iconfont'
}

.eci.iconfont-signal:before {
    content: '\efea';
    font-family: 'iconfont'
}

.eci.iconfont-site-map:before {
    content: '\efeb';
    font-family: 'iconfont'
}

.eci.iconfont-smart-phone:before {
    content: '\efec';
    font-family: 'iconfont'
}

.eci.iconfont-soccer:before {
    content: '\efed';
    font-family: 'iconfont'
}

.eci.iconfont-sort-alt:before {
    content: '\efee';
    font-family: 'iconfont'
}

.eci.iconfont-sort:before {
    content: '\efef';
    font-family: 'iconfont'
}

.eci.iconfont-space:before {
    content: '\eff0';
    font-family: 'iconfont'
}

.eci.iconfont-spanner:before {
    content: '\eff1';
    font-family: 'iconfont'
}

.eci.iconfont-speech-comments:before {
    content: '\eff2';
    font-family: 'iconfont'
}

.eci.iconfont-speed-meter:before {
    content: '\eff3';
    font-family: 'iconfont'
}

.eci.iconfont-spinner-alt-1:before {
    content: '\eff4';
    font-family: 'iconfont'
}

.eci.iconfont-spinner-alt-2:before {
    content: '\eff5';
    font-family: 'iconfont'
}

.eci.iconfont-spinner-alt-3:before {
    content: '\eff6';
    font-family: 'iconfont'
}

.eci.iconfont-spinner-alt-4:before {
    content: '\eff7';
    font-family: 'iconfont'
}

.eci.iconfont-spinner-alt-5:before {
    content: '\eff8';
    font-family: 'iconfont'
}

.eci.iconfont-spinner-alt-6:before {
    content: '\eff9';
    font-family: 'iconfont'
}

.eci.iconfont-spinner:before {
    content: '\effa';
    font-family: 'iconfont'
}

.eci.iconfont-spreadsheet:before {
    content: '\effb';
    font-family: 'iconfont'
}

.eci.iconfont-square:before {
    content: '\effc';
    font-family: 'iconfont'
}

.eci.iconfont-ssl-security:before {
    content: '\effd';
    font-family: 'iconfont'
}

.eci.iconfont-star-alt-1:before {
    content: '\effe';
    font-family: 'iconfont'
}

.eci.iconfont-star-alt-2:before {
    content: '\efff';
    font-family: 'iconfont'
}

.eci.iconfont-star:before {
    content: '\f000';
    font-family: 'iconfont'
}

.eci.iconfont-street-view:before {
    content: '\f001';
    font-family: 'iconfont'
}

.eci.iconfont-support-faq:before {
    content: '\f002';
    font-family: 'iconfont'
}

.eci.iconfont-tack-pin:before {
    content: '\f003';
    font-family: 'iconfont'
}

.eci.iconfont-tag:before {
    content: '\f004';
    font-family: 'iconfont'
}

.eci.iconfont-tags:before {
    content: '\f005';
    font-family: 'iconfont'
}

.eci.iconfont-tasks-alt:before {
    content: '\f006';
    font-family: 'iconfont'
}

.eci.iconfont-tasks:before {
    content: '\f007';
    font-family: 'iconfont'
}

.eci.iconfont-telephone:before {
    content: '\f008';
    font-family: 'iconfont'
}

.eci.iconfont-telescope:before {
    content: '\f009';
    font-family: 'iconfont'
}

.eci.iconfont-terminal:before {
    content: '\f00a';
    font-family: 'iconfont'
}

.eci.iconfont-thumbs-down:before {
    content: '\f00b';
    font-family: 'iconfont'
}

.eci.iconfont-thumbs-up:before {
    content: '\f00c';
    font-family: 'iconfont'
}

.eci.iconfont-tick-boxed:before {
    content: '\f00d';
    font-family: 'iconfont'
}

.eci.iconfont-tick-mark:before {
    content: '\f00e';
    font-family: 'iconfont'
}

.eci.iconfont-ticket:before {
    content: '\f00f';
    font-family: 'iconfont'
}

.eci.iconfont-tie:before {
    content: '\f010';
    font-family: 'iconfont'
}

.eci.iconfont-toggle-off:before {
    content: '\f011';
    font-family: 'iconfont'
}

.eci.iconfont-toggle-on:before {
    content: '\f012';
    font-family: 'iconfont'
}

.eci.iconfont-tools-alt-2:before {
    content: '\f013';
    font-family: 'iconfont'
}

.eci.iconfont-tools:before {
    content: '\f014';
    font-family: 'iconfont'
}

.eci.iconfont-touch:before {
    content: '\f015';
    font-family: 'iconfont'
}

.eci.iconfont-traffic-light:before {
    content: '\f016';
    font-family: 'iconfont'
}

.eci.iconfont-transparent:before {
    content: '\f017';
    font-family: 'iconfont'
}

.eci.iconfont-tree:before {
    content: '\f018';
    font-family: 'iconfont'
}

.eci.iconfont-unique-idea:before {
    content: '\f019';
    font-family: 'iconfont'
}

.eci.iconfont-unlock:before {
    content: '\f01a';
    font-family: 'iconfont'
}

.eci.iconfont-unlocked:before {
    content: '\f01b';
    font-family: 'iconfont'
}

.eci.iconfont-upload-alt:before {
    content: '\f01c';
    font-family: 'iconfont'
}

.eci.iconfont-upload:before {
    content: '\f01d';
    font-family: 'iconfont'
}

.eci.iconfont-usb-drive:before {
    content: '\f01e';
    font-family: 'iconfont'
}

.eci.iconfont-usb:before {
    content: '\f01f';
    font-family: 'iconfont'
}

.eci.iconfont-vector-path:before {
    content: '\f020';
    font-family: 'iconfont'
}

.eci.iconfont-verification-check:before {
    content: '\f021';
    font-family: 'iconfont'
}

.eci.iconfont-wall-clock:before {
    content: '\f022';
    font-family: 'iconfont'
}

.eci.iconfont-wall:before {
    content: '\f023';
    font-family: 'iconfont'
}

.eci.iconfont-wallet:before {
    content: '\f024';
    font-family: 'iconfont'
}

.eci.iconfont-warning-alt:before {
    content: '\f025';
    font-family: 'iconfont'
}

.eci.iconfont-warning:before {
    content: '\f026';
    font-family: 'iconfont'
}

.eci.iconfont-water-drop:before {
    content: '\f027';
    font-family: 'iconfont'
}

.eci.iconfont-web:before {
    content: '\f028';
    font-family: 'iconfont'
}

.eci.iconfont-wheelchair:before {
    content: '\f029';
    font-family: 'iconfont'
}

.eci.iconfont-wifi-alt:before {
    content: '\f02a';
    font-family: 'iconfont'
}

.eci.iconfont-wifi:before {
    content: '\f02b';
    font-family: 'iconfont'
}

.eci.iconfont-world:before {
    content: '\f02c';
    font-family: 'iconfont'
}

.eci.iconfont-zigzag:before {
    content: '\f02d';
    font-family: 'iconfont'
}

.eci.iconfont-zipped:before {
    content: '\f02e';
    font-family: 'iconfont'
}