/*! CSS Used from: Embedded */
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

/*! CSS Used from: ../../css/own-style.min.css?v=2.0.6 */
.my-auto {
    margin: auto;
}

.controller-wrapper {
    min-height: 100%;
}

.controller-wrapper.front {
    padding-top: 60px;
    padding-bottom: 45px;
}

.full-height {
    height: 100%;
}

#back-to-top {
    color: #c8c8c8;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 35px;
    z-index: 999;
}

.front h2:target {
    padding-top: 70px;
    margin-top: -70px;
}

.front h3:target {
    padding-top: 70px;
    margin-top: -70px;
}

.front p {
    font-size: 15px;
}

.smart-overflow {
    overflow-y: auto;
    overflow-x: hidden;
}

.light {
    font-weight: 200;
}

.light strong {
    font-weight: 400;
}

.m-l-xs {
    margin-left: 5px;
}
#image-cover-commercants-aides {
    background-image: url("../../img/carroussel-aides.jpg");
}

.objfit-40 {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.text-link {
    color: #337ab7 !important;
}

.cursor-pointer {
    cursor: pointer;
}
.fbox {
    display: flex;
}

.fend {
    justify-content: flex-end;
}

.subnavbar {
    height: 48px;
    background: #e6e6e6;
}

.subnavbar__item > a {
    display: block;
    color: #868686;
    font-weight: 400;
    padding: 14px 10px 14px;
}

.relative {
    position: relative !important;
}

.ts-uppercase {
    text-transform: uppercase;
}

.weell {
    min-height: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}

.bg-texture {
    background: url('../../img/body-bg.jpg') repeat;
}

.front-footer {
    min-height: 300px;
    background-color: #efefef;
    border-top: 1px solid #e7eaec !important;
}

.front-footer .col-text {
    line-height: 35px;
    font-size: 14px;
}

.front-footer .col-title {
    font-size: 22px;
    font-weight: 200;
}

.ts-sm {
    font-size: 14px;
}

.ts-m {
    font-size: 18px;
}

.fw-m {
    font-weight: 400 !important;
}

.btn-outline-primary {
    border: 1px solid #1aabb3 !important;
    color: #1aabb3 !important;
}

.rad-0 {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.rad-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.primary {
    color: #1aabb3 !important;
}

.__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 199;
    background-color: #0000008a;
}

@media screen and (max-width: 768px) {
    .image-cover {
        width: 100%;
        min-height: 600px;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .row.row-xs-gutters {
        margin-right: -5px;
        margin-left: -5px;
    }

    .row-xs-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .row-xs-gutters [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .container.xs-container-p-w-none {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container.xs-container-p-w-xs {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media screen and (min-width: 768px) {
    .image-cover {
        width: 100%;
        height: 600px;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .rs-p-h-sm {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rs-p-w-md {
        padding-right: 25px;
        padding-left: 25px;
    }

    .rs-m-t-md {
        margin-top: 25px;
    }

    .rs-m-t-lg {
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rs-p-h-sm {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .rs-p-w-md {
        padding-right: 30px;
        padding-left: 30px;
    }

    .rs-m-t-md {
        margin-top: 30px;
    }

    .rs-m-t-lg {
        margin-top: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rs-p-h-sm {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .rs-p-w-md {
        padding-right: 40px;
        padding-left: 40px;
    }

    .rs-m-t-md {
        margin-top: 40px;
    }

    .rs-m-t-lg {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .rs-p-h-sm {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .rs-p-w-md {
        padding-right: 50px;
        padding-left: 50px;
    }

    .rs-m-t-md {
        margin-top: 50px;
    }

    .rs-m-t-lg {
        margin-top: 75px;
    }
}

/*! CSS Used from: ../../css/style-dashboard.min.css?v=2.0.6 */
h1, h2, h3, h4 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h3, h4 {
    margin-top: 5px;
    font-weight: 600;
}

.navbar {
    border: 0;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.btn {
    border-radius: 3px;
}

.btn-primary {
    background-color: #1aabb3;
    border-color: #1aabb3;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #1699a0;
    border-color: #1699a0;
    color: #fff;
}

.btn-primary:active {
    background-image: none;
}

.btn-info {
    background-color: #1DC7D1;
    border-color: #1DC7D1;
    color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover {
    background-color: #21b9bb;
    border-color: #21b9bb;
    color: #fff;
}

.btn-info:active {
    background-image: none;
}

.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.btn-default:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #1aabb3;
    text-decoration: none;
}

.btn-link:active {
    background-image: none;
}

.btn:focus {
    outline: none !important;
}

.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}

.badge-danger {
    background-color: #ed5565;
    color: #fff;
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

a {
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 2200;
}

.modal-body {
    padding: 20px 30px 30px 30px;
}

.modal-footer {
    margin-top: 0;
}

.no-borders {
    border: none !important;
}

.border-left {
    border-left: 1px solid #e7eaec;
}

.border-top {
    border-top: 1px solid #e7eaec;
}

.gray-bg {
    background-color: #f8f8f8;
}

.white-bg {
    background-color: #fff;
}

.text-success {
    color: #1c84c6;
}

.text-warning {
    color: #f8ac59;
}

.text-danger {
    color: #ed5565;
}

.text-muted {
    color: #888;
}

.text-white {
    color: #fff;
}

.full-height {
    height: 100%;
}

.modal {
    z-index: 2050 !important;
}

.p-xs {
    padding: 10px;
}

.p-m {
    padding: 20px;
}

.p-w-xs {
    padding: 0 10px !important;
}

.p-h-xs {
    padding: 10px 0;
}

.p-h-sm {
    padding: 15px 0;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r-md {
    margin-right: 20px;
}

.m-b-md {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    body:not(.mini-navbar) {
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        background-color: #f8f8f8;
    }
}

@media print {
    body {
        overflow: visible !important;
    }
}

/*! CSS Used from: ../../css/plugins/custom-navbar/general-navbar-top.min.css?v=2.0.6 */
.__navbar_size {
    min-height: 65px;
    z-index: 999;
}

.__navbar_ssize {
    height: 40px;
    z-index: 999;
}

.__navbar_primary {
    background: #1aabb3;
}

.__navbar_gray {
    background: #f8f8f8;
}

.__nav_container {
    display: flex;
    align-items: center;
    padding: 5px;
}

.__navbar_gray .nav__item > a, .__navbar_gray .nav__icn > a {
    color: #555;
}

.__navbar_gray .subnav__item > a {
    color: #888888;
}

.__navbar_primary .nav__item > a, .__navbar_primary .nav__icn > a {
    color: #fff;
}

.__navbar_primary .nav__wrapper .nav__item > a {
    color: #555;
}

.nav__item > a {
    display: block;
    padding: 10px 15px;
    font-weight: 400;
}

.subnav__item > a {
    display: block;
    padding: 10px 5px 10px 30px;
    font-weight: 400;
}

.nav__item.psm > a {
    padding: 10px;
}

.nav__item.pxs > a {
    padding: 10px 5px;
}

/* ACTION */
.nav__item > a.active {
    background-color: #1aabb3;
    color: #FFFFFF !important;
}

.nav__item > a:hover {
    background-color: #359ba0;
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 3px;
}

.subnav__item > a:hover {
    background-color: #1aabb3ba;
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 3px;
}

.smart-overflow {
    overflow: auto;
    overflow-x: hidden;
}

.nav__btn {
    display: block;
    padding: 5px;
}

.nav__icn > a {
    display: block;
    padding: 2px 8px;
    font-size: 22px;
}

.nav__wrapper {
    position: fixed;
    top: 64px;
    width: 250px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    display: block;
    z-index: 999;
}

.nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.nav__wrapper-left {
    left: 0;
    transform: translateX(-100%);
}

.nav__wrapper-right {
    right: 0;
    transform: translateX(100%);
}

.sub-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.navigation-brand {
    height: 34px;
    cursor: pointer;
}

.item-name {
    max-height: 40px;
    overflow: hidden;
    color: #565656;
    font-weight: 600;
    font-size: 14px;
}

#top {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.toast-top-right {
    top: 72px !important;
}

.badge-top-right {
    position: absolute;
    right: 0;
    top: 5px;
}

/*! CSS Used from: ../../font-awesome/css/all.min.css?v=2.0.6 */
.fad, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-7x {
    font-size: 7em;
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-plus:before {
    content: "\f067";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-edit:before {
    content: "\f044";
}

.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
}

.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
    color: var(--fa-secondary-color, inherit);
}

.fad:after {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4);
}

.fad.fa-medal:after {
    content: "\10f5a2";
}

.fad.fa-play-circle:after {
    content: "\10f144";
}
.fa-fire-alt:before {
    content: "\f7e4";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-headphones-alt:before {
    content: "\f58f";
}
.far {
    font-family: "Font Awesome 5 Pro";
}

.far {
    font-weight: 400;
}

.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

/*! CSS Used from: Embedded */
iframe#_hjRemoteVarsFrame {
    display: none !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OX-hpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OVuhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXuhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUehpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXehpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOX-hpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOVuhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOXuhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUehpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOXehpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOX-hpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXuhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUehpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXehpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../../font-awesome/webfonts/fa-duotone-900.eot);
    src: url(../../font-awesome/webfonts/fa-duotone-900.eot#iefix) format("embedded-opentype"), url(../../font-awesome/webfonts/fa-duotone-900.woff2) format("woff2"), url(../../font-awesome/webfonts/fa-duotone-900.woff) format("woff"), url(../../font-awesome/webfonts/fa-duotone-900.ttf) format("truetype"), url(../../font-awesome/webfonts/fa-duotone-900.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../../font-awesome/webfonts/fa-light-300.eot);
    src: url(../../font-awesome/webfonts/fa-light-300.eot#iefix) format("embedded-opentype"), url(../../font-awesome/webfonts/fa-light-300.woff2) format("woff2"), url(../../font-awesome/webfonts/fa-light-300.woff) format("woff"), url(../../font-awesome/webfonts/fa-light-300.ttf) format("truetype"), url(../../font-awesome/webfonts/fa-light-300.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../font-awesome/webfonts/fa-regular-400.eot);
    src: url(../../font-awesome/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(../../font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(../../font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(../../font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(../../font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../../font-awesome/webfonts/fa-solid-900.eot);
    src: url(../../font-awesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(../../font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(../../font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(../../font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(../../font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
