/*
    The font-display API specifies how a font is displayed.
    swap tells the browser that text using the font should be displayed immediately
    using a system font. Once the custom font is ready, it replaces the system font
*/
@font-face {
    font-family: 'flaticon';
    src: url('./flaticon.ttf?00139e4ebded231e0b70153a8135cf96') format('truetype'),
        url('./flaticon.woff?00139e4ebded231e0b70153a8135cf96') format('woff'),
        url('./flaticon.woff2?00139e4ebded231e0b70153a8135cf96') format('woff2'),
        url('./flaticon.eot?00139e4ebded231e0b70153a8135cf96#iefix') format('embedded-opentype'),
        url('./flaticon.svg?00139e4ebded231e0b70153a8135cf96#flaticon') format('svg');
    font-display: swap;
}

i[class^='flaticon-']:before,
i[class*=' flaticon-']:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-magnifier:before {
    content: '\f101';
}
.flaticon-home:before {
    content: '\f102';
}
.flaticon-envelope:before {
    content: '\f103';
}
.flaticon-sort-up:before {
    content: '\f104';
}
.flaticon-double-up-arrow:before {
    content: '\f105';
}
.flaticon-exit-top-right:before {
    content: '\f106';
}
.flaticon-diagonal-arrow:before {
    content: '\f107';
}
.flaticon-two-down-arrows:before {
    content: '\f108';
}
.flaticon-sun:before {
    content: '\f109';
}
.flaticon-right-chevron:before {
    content: '\f10a';
}
.flaticon-moon:before {
    content: '\f10b';
}
.flaticon-calendar:before {
    content: '\f10c';
}
.flaticon-caret-down:before {
    content: '\f10d';
}
.flaticon-sort-down:before {
    content: '\f10e';
}
.flaticon-down-chevron:before {
    content: '\f10f';
}
.flaticon-double-chevron:before {
    content: '\f110';
}
.flaticon-up-arrow:before {
    content: '\f111';
}
.flaticon-right-arrow:before {
    content: '\f112';
}
.flaticon-left-chevron:before {
    content: '\f113';
}
.flaticon-left-chevron-1:before {
    content: '\f114';
}
.flaticon-sun-1:before {
    content: '\f115';
}
.flaticon-check:before {
    content: '\f116';
}
.flaticon-sync:before {
    content: '\f117';
}
.flaticon-sync-1:before {
    content: '\f118';
}
.flaticon-next:before {
    content: '\f119';
}
.flaticon-calendar-1:before {
    content: '\f11a';
}
.flaticon-up-chevron:before {
    content: '\f11b';
}
.flaticon-two-arrows-pointing-up:before {
    content: '\f11c';
}
.flaticon-power-off:before {
    content: '\f11d';
}
.flaticon-sun-2:before {
    content: '\f11e';
}
.flaticon-sun-3:before {
    content: '\f11f';
}
.flaticon-sun-4:before {
    content: '\f120';
}
.flaticon-sun-5:before {
    content: '\f121';
}
.flaticon-sun-6:before {
    content: '\f122';
}
.flaticon-next-1:before {
    content: '\f123';
}
.flaticon-right-arrows:before {
    content: '\f124';
}
.flaticon-right-arrow-1:before {
    content: '\f125';
}
.flaticon-plus:before {
    content: '\f126';
}
.flaticon-minus:before {
    content: '\f127';
}
.flaticon-search:before {
    content: '\f128';
}
.flaticon-report:before {
    content: '\f129';
}
.flaticon-clipboard:before {
    content: '\f12a';
}
.flaticon-convert:before {
    content: '\f12b';
}
.flaticon-hidden:before {
    content: '\f12c';
}
.flaticon-eye:before {
    content: '\f12d';
}
.flaticon-history:before {
    content: '\f12e';
}
.flaticon-podium:before {
    content: '\f12f';
}
.flaticon-box:before {
    content: '\f130';
}
.flaticon-profit:before {
    content: '\f131';
}
.flaticon-currency-exchange:before {
    content: '\f132';
}
.flaticon-shopping:before {
    content: '\f133';
}
.flaticon-news:before {
    content: '\f134';
}
.flaticon-world-wide-web:before {
    content: '\f135';
}
.flaticon-bell:before {
    content: '\f136';
}
.flaticon-wallet:before {
    content: '\f137';
}
.flaticon-close:before {
    content: '\f138';
}
.flaticon-money:before {
    content: '\f139';
}
.flaticon-sales:before {
    content: '\f13a';
}
.flaticon-moon-1:before {
    content: '\f13b';
}
.flaticon-affiliate-marketing:before {
    content: '\f13c';
}
.flaticon-logout:before {
    content: '\f13d';
}
.flaticon-network:before {
    content: '\f13e';
}
.flaticon-customer-service:before {
    content: '\f13f';
}
.flaticon-business-card:before {
    content: '\f140';
}
.flaticon-verified-account:before {
    content: '\f141';
}
.flaticon-id:before {
    content: '\f142';
}
.flaticon-hidden-1:before {
    content: '\f143';
}
.flaticon-check-1:before {
    content: '\f144';
}
.flaticon-sun-7:before {
    content: '\f145';
}
