.color-card {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.4;
    z-index: 0;
}

.clock2digit {
    max-width: 300px;
    bottom: -35px;
    position: absolute !important;
    right: -50px;
    width: auto !important;
    transform: scale(0.4);
}

.clock3digit {
    max-width: 300px;
    bottom: -35px;
    position: absolute !important;
    right: -70px;
    width: auto !important;
    transform: scale(0.4);
}

.casino-video {
    position: relative;
    background-color: #000;
    min-height: 200px;
}

.video-iframe {
    border: 0;
}

.animation-iframe {
    height: 235px;
    width: 100%;
    background-image: url(../../animation_banner.png), linear-gradient(var(--theme1-bg), var(--theme2-bg));
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid;
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #2e2e2e !important;
    color: #fff !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: auto;
    left: 0;
    content: "";
    top: 0;
    padding: 5px;
}

.video-overlay h3 {
    font-size: 9px;
    line-height: 9px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.video-overlay img {
    width: 23px !important;
    height: auto;
    margin-right: 3px;
}

.video-overlay .card-inner {
    margin-bottom: 5px;
}

.video-overlay .ab-rtlslider {
    margin: 0 10px;
    width: 110px;
}

.video-overlay .ab-rtlslider .owl-prev {
    position: absolute;
    top: 0px;
    right: -10px;
}

.video-overlay .ab-rtlslider .owl-next {
    position: absolute;
    top: 0px;
    left: -10px;
}

.video-overlay .ab-rtlslider .owl-next span,
.video-overlay .ab-rtlslider .owl-prev span {
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.greenbx {
    color: var(--text-success) !important;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.redbx {
    color: var(--text-danger) !important;
    font-weight: 700;
    text-transform: uppercase;
}

.yellowbx {
    color: var(--text-warning) !important;
    font-weight: 700;
    text-transform: uppercase;
}

.result-desc {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: right;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.b-toast-success .toast .toast-header,
.b-toast-danger .toast .toast-header {
    padding: 10px;
}

.b-toast-success .toast .toast-body,
.b-toast-danger .toast .toast-body {
    display: none !important;
}

.ab-slider .owl-prev {
    position: absolute;
    top: 0px;
    left: -20px;
    font-size: 42px !important;
}

.ab-slider .owl-next {
    position: absolute;
    top: 00px;
    right: -20px;
    font-size: 42px !important;
}

.ab-slider .owl-next span,
.ab-slider .owl-prev span {
    color: #333;
    font-size: 35px;
    line-height: 1;
}

.ab-slider .owl-next span,
.ab-slider .owl-prev span {
    line-height: 2;
}

.ab-slider {
    width: 90% !important;
    margin: 0 auto;
}

.ab-slider .item {
    text-align: center;
}

.round-mt {
    margin-top: 0.7rem !important;
}

.andar {
    background: lightsalmon;
}

.bahar {
    background: lightgreen;
}

.mx-input {
    height: 38px !important;
}

.custom-modal-class .table td,
.table th {
    white-space: nowrap;
}

.custom-modal-class .table thead tr {
    background-color: var(--secondary-bg);
    color: var(--secondary-color);
}

.custom-modal-class .table-responsive {
    margin-bottom: 0;
}

.custom-modal-class .custom-control-label::after {
    top: 0;
}

.unsetteledbet .custom-control-label::after {
    top: 0;
}

.rules-container .table tr td,
.rules-container .table tr th {
    white-space: normal;
}

.rules-container .btn {
    color: var(--secondary-color);
}

.rules-container .card-header {
    margin-bottom: 5px;
}

.tpjudgement .selected {
    border: 3px solid green !important;
}

.tpjudgement img {
    border: 3px solid transparent;
}

.slot-modal .modal-body {
    padding: 0 !important;
}

.slot-modal .close-btn {
    position: absolute;
    right: 0px;
    color: #fff;
    border: 0;
    top: 0px;
    border-radius: 50%;
    background-color: #999;
    height: 30px;
    width: 30px;
    line-height: 15px;
}

.slot-modal .close-btn i {
    font-size: 18px;
}

.slot-modal .modal-dialog {
    min-width: 95% !important;
}

.lott-modal .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.lott-modal .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.lott-modal .modal-dialog {
    max-width: 96%;
    width: 96%;
}

.lott-modal .modal-body {
    padding: 0;
}

.lott-modal .close {
    position: absolute;
    right: -10px;
    color: #000;
    border: 0;
    top: -10px;
    border-radius: 50%;
    background-color: #fff;
    height: 30px;
    width: 30px;
    line-height: 15px;
    z-index: 10;
}

.lott-modal .close i {
    font-size: 18px;
}

@media (orientation: landscape) {
    .lott-modal .modal-content {
        height: 90vh !important;
    }

    .lott-modal iframe {
        height: 90vh;
    }
}

@media (orientation: portrait) {
    .lott-modal .modal-content {
        height: 98vh !important;
    }

    .lott-modal .modal-body {
        max-height: 100vh !important;
    }

    .lott-modal iframe {
        height: 98vh;
    }
}


@media (orientation: landscape) {
    .slot-modal .modal-content {
        height: 90vh !important;
    }
}

@media (orientation: portrait) {
    .slot-modal .modal-content {
        height: 98vh !important;
    }

    .slot-modal .modal-body {
        max-height: 100vh !important;
    }
}

.header-b-menu {
    height: 36px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.header-b-menu a {
    color: #fff;
    font-weight: bold;
}

.header-b-menu .ipl {
    background: #223577;
    padding: 5px;
}


.header-b-menu .election {
    background: #bb1919;
    padding: 5px;
}

.grecaptcha-badge {
    display: none !important;
}

/*Latest Casino*/
.new-casino .back-border {
    border: 2px solid #72bbef;
}

.new-casino .back-border:hover {
    border: 3px solid #72bbef;
}

.new-casino .lay-border {
    border: 2px solid #f994ba;
}

.new-casino .lay-border:hover {
    border: 3px solid #f994ba;
}

.new-casino .casino-video {
    position: relative;
    background-color: transparent;
}

.new-casino .casino-video-title {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 10;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-casino .casino-video-title .casino-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #FDCF13;
    line-height: 14px;
    padding: 0;
    background: transparent;
    position: unset;
    width: auto;
}

.new-casino .casino-video-rid {
    font-weight: bold;
    color: #ddd;
    margin-top: 3px;
}

.new-casino .casino-video .video-box-container {
    max-width: 100%;
}

.new-casino .casino-video .video-box {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
}

.new-casino .casino-video .video-box>img,
.new-casino .casino-video .video-box>iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border: 0;
}

.new-casino .casino-odds-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.new-casino .casino-odds-box-container {
    width: calc(50% - 4px);
    margin-right: 4px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.new-casino .casino-odds-box {
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-casino .casino-odds-box>div {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-casino .casino-odds-box span {
    display: block;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
}

.new-casino .casino-odds-box .casino-odds-box-odd {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.new-casino .casino-odds-box-bhav {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.casino-odds-book {
    text-align: center;
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
}

.new-casino .range-icon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.new-casino .icon-range {
    position: absolute;
    top: 100%;
    background-color: #333;
    padding: 4px;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 12px;
    z-index: 20;
    right: 0;
    transition: 0.1s;
    text-transform: capitalize;
    color: #fff;
}

.new-casino .icon-range span {
    display: inline-block;
    width: auto;
}

.new-casino .video-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-casino .video-overlay img {
    width: 20px;
}

.new-casino .video-overlay h4 {
    font-size: 12px;
    margin-bottom: 0;
}

/*Redqueen*/
.new-casino .redqueen {
    background-color: #eee;
    padding: 5px;
}

.new-casino .redqueen .casino-odds-box-container-extra {
    width: calc(33.33% - 8px);
}

.suspended::after {
    width: 100%;
}

/*.horse-detail .horse-attr {
    background: #ebe7e7;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 10px;
    margin-left: 2px;
    border-radius: 4px;
    color: #333;
}*/

.horse-detail .country-name {
    background: #e5e5e5;
}

.new-launch-text {
    animation: new-launch 1s linear infinite;
}

@keyframes new-launch {
    50% {
        opacity: 0
    }
}

.fifa-worldcup {
    background-color: #8a1538;
    padding: 5px;
}



.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 210px;
    color: #73879c;
    font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', sans-serif;
}

.mx-datepicker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mx-datepicker.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.mx-datepicker-range {
    width: 320px;
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 1000;
}

.mx-input-wrapper {
    position: relative;
}

.mx-input-wrapper .mx-clear-wrapper {
    display: none;
}

.mx-input-wrapper:hover .mx-clear-wrapper {
    display: block;
}

.mx-input-wrapper:hover .mx-clear-wrapper+.mx-input-append {
    display: none;
}

.mx-input {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 30px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mx-input:disabled,
.mx-input.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.mx-input:focus {
    outline: none;
}

.mx-input::-ms-clear {
    display: none;
}

.mx-input-append {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    padding: 6px;
}

.mx-input-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-style: normal;
    color: #555;
    text-align: center;
    cursor: pointer;
}

.mx-calendar-icon {
    width: 100%;
    height: 100%;
    color: #555;
    stroke-width: 8px;
    stroke: currentColor;
    fill: currentColor;
}

.mx-clear-icon::before {
    display: inline-block;
    content: '\2716';
    vertical-align: middle;
}

.mx-clear-icon::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.mx-range-wrapper {
    width: 496px;
    overflow: hidden;
}

.mx-shortcuts-wrapper {
    text-align: left;
    padding: 0 12px;
    line-height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-shortcuts-wrapper .mx-shortcuts {
    background: none;
    outline: none;
    border: 0;
    color: #48576a;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    cursor: pointer;
}

.mx-shortcuts-wrapper .mx-shortcuts:hover {
    color: #419dec;
}

.mx-shortcuts-wrapper .mx-shortcuts:after {
    content: '|';
    margin: 0 10px;
    color: #48576a;
}

.mx-shortcuts-wrapper .mx-shortcuts:last-child::after {
    display: none;
}

.mx-datepicker-footer {
    padding: 4px;
    clear: both;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mx-datepicker-btn {
    font-size: 12px;
    line-height: 1;
    padding: 7px 15px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 3px;
}

.mx-datepicker-btn-confirm {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #73879c;
}

.mx-datepicker-btn-confirm:hover {
    color: #1284e7;
    border-color: #1284e7;
}

/* 日历组件 */
.mx-calendar {
    float: left;
    color: #73879c;
    padding: 6px 12px;
    font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.mx-calendar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mx-calendar-header {
    padding: 0 4px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
}

.mx-calendar-header>a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.mx-calendar-header>a:hover {
    color: #419dec;
}

.mx-icon-last-month,
.mx-icon-last-year,
.mx-icon-next-month,
.mx-icon-next-year {
    padding: 0 6px;
    font-size: 20px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mx-icon-last-month,
.mx-icon-last-year {
    float: left;
}

.mx-icon-next-month,
.mx-icon-next-year {
    float: right;
}

.mx-calendar-content {
    width: 224px;
    height: 224px;
}

.mx-calendar-content .cell {
    vertical-align: middle;
    cursor: pointer;
}

.mx-calendar-content .cell:hover {
    background-color: #eaf8fe;
}

.mx-calendar-content .cell.actived {
    color: #fff;
    background-color: #1284e7;
}

.mx-calendar-content .cell.inrange {
    background-color: #eaf8fe;
}

.mx-calendar-content .cell.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3;
}

.mx-panel {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mx-panel-date {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.mx-panel-date td,
.mx-panel-date th {
    font-size: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.mx-panel-date td.today {
    color: #2a90e9;
}

.mx-panel-date td.last-month,
.mx-panel-date td.next-month {
    color: #ddd;
}

.mx-panel-year {
    padding: 7px 0;
}

.mx-panel-year .cell {
    display: inline-block;
    width: 40%;
    margin: 1px 5%;
    line-height: 40px;
}

.mx-panel-month .cell {
    display: inline-block;
    width: 30%;
    line-height: 40px;
    margin: 8px 1.5%;
}

.mx-time-list {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    /* 滚动条滑块 */
}

.mx-time-list .mx-time-picker-item {
    display: block;
    text-align: left;
    padding-left: 10px;
}

.mx-time-list:first-child {
    border-left: 0;
}

.mx-time-list .cell {
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.mx-time-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.mx-time-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.mx-time-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/*!
* BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
*/
.bv-no-focus-ring:focus {
    outline: none;
}

@media (max-width: 575.98px) {
    .bv-d-xs-down-none {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .bv-d-sm-down-none {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .bv-d-md-down-none {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .bv-d-lg-down-none {
        display: none !important;
    }
}

.bv-d-xl-down-none {
    display: none !important;
}

.card-img-left {
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
    border-top-right-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none !important;
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
    display: none !important;
}

.dropdown .dropdown-menu:focus {
    outline: none;
}

.b-dropdown-form {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400;
}

.b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

.b-dropdown-form.disabled,
.b-dropdown-form:disabled {
    outline: 0 !important;
    color: #6c757d;
    pointer-events: none;
}

.b-dropdown-text {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.3rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.3125rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.2rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
    padding-left: 2.8125rem;
}

.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
    font-size: 1.25rem;
    line-height: 1.5;
}

.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
    top: 0.3125rem;
    height: 1.25rem;
    left: -2.8125rem;
    width: 2.1875rem;
    border-radius: 0.625rem;
}

.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
    top: calc(0.3125rem + 2px);
    left: calc(-2.8125rem + 2px);
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    border-radius: 0.625rem;
    background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(0.9375rem);
    transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
    padding-left: 1.96875rem;
}

.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
    font-size: 0.875rem;
    line-height: 1.5;
}

.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
    top: 0.21875rem;
    left: -1.96875rem;
    width: 1.53125rem;
    height: 0.875rem;
    border-radius: 0.4375rem;
}

.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
    top: calc(0.21875rem + 2px);
    left: calc(-1.96875rem + 2px);
    width: calc(0.875rem - 4px);
    height: calc(0.875rem - 4px);
    border-radius: 0.4375rem;
    background-size: 50% 50%;
}

.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(0.65625rem);
    transform: translateX(0.65625rem);
}

.input-group>.input-group-prepend>.btn-group>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn-group>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,
.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
}

.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
    padding: 0.5rem 1rem;
    line-height: 1.5;
}

.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
    border-radius: 0.3rem;
}

.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
    font-size: inherit;
    height: calc(1.5em + 1rem);
    border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
    font-size: 0.875rem;
    height: calc(1.5em + 0.5rem + 2px);
}

.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
}

.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
    border-radius: 0.2rem;
}

.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
    font-size: inherit;
    height: calc(1.5em + 0.5rem);
    border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.form-control.is-valid {
    background-position: right calc(0.375em + 0.1875rem) center;
}

input[type="color"].form-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.125rem 0.25rem;
}

input[type="color"].form-control:disabled {
    background-color: #adb5bd;
    opacity: 0.65;
}

.input-group>.custom-range {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-range+.form-control,
.input-group>.custom-range+.form-control-plaintext,
.input-group>.custom-range+.custom-select,
.input-group>.custom-range+.custom-range,
.input-group>.custom-range+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control+.custom-range,
.input-group>.form-control-plaintext+.custom-range,
.input-group>.custom-select+.custom-range,
.input-group>.custom-range+.custom-range,
.input-group>.custom-file+.custom-range {
    margin-left: -1px;
}

.input-group>.custom-range:focus {
    z-index: 3;
}

.input-group>.custom-range:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-range:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-range {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0 0.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .input-group>.custom-range {
        transition: none;
    }
}

.input-group>.custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group>.custom-range:disabled,
.input-group>.custom-range[readonly] {
    background-color: #e9ecef;
}

.input-group-lg>.custom-range {
    height: calc(1.5em + 1rem + 2px);
    padding: 0 1rem;
    border-radius: 0.3rem;
}

.input-group-sm>.custom-range {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0 0.5rem;
    border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid,
.input-group .custom-range.is-valid {
    border-color: #28a745;
}

.was-validated .input-group .custom-range:valid:focus,
.input-group .custom-range.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb,
.custom-range.is-valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-moz-range-thumb,
.custom-range.is-valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-ms-thumb,
.custom-range.is-valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid::-webkit-slider-thumb,
.custom-range.is-valid::-webkit-slider-thumb {
    background-color: #28a745;
    background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-thumb:active,
.custom-range.is-valid::-webkit-slider-thumb:active {
    background-color: #9be7ac;
    background-image: none;
}

.was-validated .custom-range:valid::-webkit-slider-runnable-track,
.custom-range.is-valid::-webkit-slider-runnable-track {
    background-color: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-moz-range-thumb,
.custom-range.is-valid::-moz-range-thumb {
    background-color: #28a745;
    background-image: none;
}

.was-validated .custom-range:valid::-moz-range-thumb:active,
.custom-range.is-valid::-moz-range-thumb:active {
    background-color: #9be7ac;
    background-image: none;
}

.was-validated .custom-range:valid::-moz-range-track,
.custom-range.is-valid::-moz-range-track {
    background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid~.valid-feedback,
.was-validated .custom-range:valid~.valid-tooltip,
.custom-range.is-valid~.valid-feedback,
.custom-range.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-range:valid::-ms-thumb,
.custom-range.is-valid::-ms-thumb {
    background-color: #28a745;
    background-image: none;
}

.was-validated .custom-range:valid::-ms-thumb:active,
.custom-range.is-valid::-ms-thumb:active {
    background-color: #9be7ac;
    background-image: none;
}

.was-validated .custom-range:valid::-ms-track-lower,
.custom-range.is-valid::-ms-track-lower {
    background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-ms-track-upper,
.custom-range.is-valid::-ms-track-upper {
    background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid,
.input-group .custom-range.is-invalid {
    border-color: #dc3545;
}

.was-validated .input-group .custom-range:invalid:focus,
.input-group .custom-range.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb,
.custom-range.is-invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-moz-range-thumb,
.custom-range.is-invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-ms-thumb,
.custom-range.is-invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb,
.custom-range.is-invalid::-webkit-slider-thumb {
    background-color: #dc3545;
    background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb:active,
.custom-range.is-invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none;
}

.was-validated .custom-range:invalid::-webkit-slider-runnable-track,
.custom-range.is-invalid::-webkit-slider-runnable-track {
    background-color: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-moz-range-thumb,
.custom-range.is-invalid::-moz-range-thumb {
    background-color: #dc3545;
    background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-thumb:active,
.custom-range.is-invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none;
}

.was-validated .custom-range:invalid::-moz-range-track,
.custom-range.is-invalid::-moz-range-track {
    background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid~.invalid-feedback,
.was-validated .custom-range:invalid~.invalid-tooltip,
.custom-range.is-invalid~.invalid-feedback,
.custom-range.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-range:invalid::-ms-thumb,
.custom-range.is-invalid::-ms-thumb {
    background-color: #dc3545;
    background-image: none;
}

.was-validated .custom-range:invalid::-ms-thumb:active,
.custom-range.is-invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none;
}

.was-validated .custom-range:invalid::-ms-track-lower,
.custom-range.is-invalid::-ms-track-lower {
    background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-ms-track-upper,
.custom-range.is-invalid::-ms-track-upper {
    background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem;
}

.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
}

.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
    top: 0.3125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50% / 50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.3125rem;
}

.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
}

.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
    top: 0.21875rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background: no-repeat 50% / 50% 50%;
}

.b-form-tags.focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.b-form-tags.focus.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.b-form-tags.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-form-tags.disabled {
    background-color: #e9ecef;
}

.b-form-tag {
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
}

.b-form-tag.disabled {
    opacity: 0.75;
}

.b-form-tag>button.b-form-tag-remove {
    color: inherit;
    font-size: 125%;
    line-height: 1;
    float: none;
}

.form-control-sm .b-form-tag {
    line-height: 1.5;
}

.form-control-lg .b-form-tag {
    line-height: 1.5;
}

.modal-backdrop {
    opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
    border-radius: 50rem !important;
    margin-left: 0.25rem;
    line-height: 1;
}

.b-pagination-pills .page-item:first-child .page-link {
    margin-left: 0;
}

.popover.b-popover {
    display: block;
    opacity: 1;
    outline: 0;
}

.popover.b-popover.fade:not(.show) {
    opacity: 0;
}

.popover.b-popover.show {
    opacity: 1;
}

.b-popover-primary.popover {
    background-color: #cce5ff;
    border-color: #b8daff;
}

.b-popover-primary.bs-popover-top>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #b8daff;
}

.b-popover-primary.bs-popover-top>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #cce5ff;
}

.b-popover-primary.bs-popover-right>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #b8daff;
}

.b-popover-primary.bs-popover-right>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #cce5ff;
}

.b-popover-primary.bs-popover-bottom>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #b8daff;
}

.b-popover-primary.bs-popover-bottom>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-bottom .popover-header::before,
.b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-left>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #b8daff;
}

.b-popover-primary.bs-popover-left>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #cce5ff;
}

.b-popover-primary .popover-header {
    color: #212529;
    background-color: #bdddff;
    border-bottom-color: #a3d0ff;
}

.b-popover-primary .popover-body {
    color: #004085;
}

.b-popover-secondary.popover {
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-right>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #d6d8db;
}

.b-popover-secondary.bs-popover-right>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-bottom>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #d6d8db;
}

.b-popover-secondary.bs-popover-bottom>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-bottom .popover-header::before,
.b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-left>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #d6d8db;
}

.b-popover-secondary.bs-popover-left>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #e2e3e5;
}

.b-popover-secondary .popover-header {
    color: #212529;
    background-color: #dadbde;
    border-bottom-color: #ccced2;
}

.b-popover-secondary .popover-body {
    color: #383d41;
}

.b-popover-success.popover {
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.b-popover-success.bs-popover-top>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #c3e6cb;
}

.b-popover-success.bs-popover-top>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #d4edda;
}

.b-popover-success.bs-popover-right>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #c3e6cb;
}

.b-popover-success.bs-popover-right>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #d4edda;
}

.b-popover-success.bs-popover-bottom>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #c3e6cb;
}

.b-popover-success.bs-popover-bottom>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-bottom .popover-header::before,
.b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-left>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #c3e6cb;
}

.b-popover-success.bs-popover-left>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #d4edda;
}

.b-popover-success .popover-header {
    color: #212529;
    background-color: #c9e8d1;
    border-bottom-color: #b7e1c1;
}

.b-popover-success .popover-body {
    color: #155724;
}

.b-popover-info.popover {
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.b-popover-info.bs-popover-top>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #bee5eb;
}

.b-popover-info.bs-popover-top>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #d1ecf1;
}

.b-popover-info.bs-popover-right>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #bee5eb;
}

.b-popover-info.bs-popover-right>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #d1ecf1;
}

.b-popover-info.bs-popover-bottom>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #bee5eb;
}

.b-popover-info.bs-popover-bottom>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-bottom .popover-header::before,
.b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-left>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #bee5eb;
}

.b-popover-info.bs-popover-left>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #d1ecf1;
}

.b-popover-info .popover-header {
    color: #212529;
    background-color: #c5e7ed;
    border-bottom-color: #b2dfe7;
}

.b-popover-info .popover-body {
    color: #0c5460;
}

.b-popover-warning.popover {
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.b-popover-warning.bs-popover-top>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #ffeeba;
}

.b-popover-warning.bs-popover-top>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #fff3cd;
}

.b-popover-warning.bs-popover-right>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #ffeeba;
}

.b-popover-warning.bs-popover-right>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #fff3cd;
}

.b-popover-warning.bs-popover-bottom>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #ffeeba;
}

.b-popover-warning.bs-popover-bottom>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-bottom .popover-header::before,
.b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-left>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #ffeeba;
}

.b-popover-warning.bs-popover-left>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #fff3cd;
}

.b-popover-warning .popover-header {
    color: #212529;
    background-color: #ffefbe;
    border-bottom-color: #ffe9a4;
}

.b-popover-warning .popover-body {
    color: #856404;
}

.b-popover-danger.popover {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #f8d7da;
}

.b-popover-danger.bs-popover-right>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #f5c6cb;
}

.b-popover-danger.bs-popover-right>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #f8d7da;
}

.b-popover-danger.bs-popover-bottom>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #f5c6cb;
}

.b-popover-danger.bs-popover-bottom>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-bottom .popover-header::before,
.b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-left>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #f5c6cb;
}

.b-popover-danger.bs-popover-left>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #f8d7da;
}

.b-popover-danger .popover-header {
    color: #212529;
    background-color: #f6cace;
    border-bottom-color: #f2b4ba;
}

.b-popover-danger .popover-body {
    color: #721c24;
}

.b-popover-light.popover {
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.b-popover-light.bs-popover-top>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #fdfdfe;
}

.b-popover-light.bs-popover-top>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #fefefe;
}

.b-popover-light.bs-popover-right>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #fdfdfe;
}

.b-popover-light.bs-popover-right>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #fefefe;
}

.b-popover-light.bs-popover-bottom>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #fdfdfe;
}

.b-popover-light.bs-popover-bottom>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-bottom .popover-header::before,
.b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-left>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #fdfdfe;
}

.b-popover-light.bs-popover-left>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #fefefe;
}

.b-popover-light .popover-header {
    color: #212529;
    background-color: #f6f6f6;
    border-bottom-color: #eaeaea;
}

.b-popover-light .popover-body {
    color: #818182;
}

.b-popover-dark.popover {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #d6d8d9;
}

.b-popover-dark.bs-popover-right>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^="right"]>.arrow::before {
    border-right-color: #c6c8ca;
}

.b-popover-dark.bs-popover-right>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^="right"]>.arrow::after {
    border-right-color: #d6d8d9;
}

.b-popover-dark.bs-popover-bottom>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    border-bottom-color: #c6c8ca;
}

.b-popover-dark.bs-popover-bottom>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-bottom .popover-header::before,
.b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-left>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^="left"]>.arrow::before {
    border-left-color: #c6c8ca;
}

.b-popover-dark.bs-popover-left>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^="left"]>.arrow::after {
    border-left-color: #d6d8d9;
}

.b-popover-dark .popover-header {
    color: #212529;
    background-color: #ced0d2;
    border-bottom-color: #c1c4c5;
}

.b-popover-dark .popover-body {
    color: #1b1e21;
}

.table.b-table.b-table-fixed {
    table-layout: fixed;
}

.table.b-table.b-table-no-border-collapse {
    border-collapse: separate;
    border-spacing: 0;
}

.table.b-table[aria-busy="true"] {
    opacity: 0.55;
}

.table.b-table>tbody>tr.b-table-details>td {
    border-top: none !important;
}

.table.b-table>caption {
    caption-side: bottom;
}

.table.b-table.b-table-caption-top>caption {
    caption-side: top !important;
}

.table.b-table>tbody>.table-active,
.table.b-table>tbody>.table-active>th,
.table.b-table>tbody>.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table.b-table.table-hover>tbody>tr.table-active:hover td,
.table.b-table.table-hover>tbody>tr.table-active:hover th {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
}

.table.b-table>tbody>.bg-active,
.table.b-table>tbody>.bg-active>th,
.table.b-table>tbody>.bg-active>td {
    background-color: rgba(255, 255, 255, 0.075) !important;
}

.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,
.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
    margin-bottom: 1rem;
}

.b-table-sticky-header>.table,
.table-responsive>.table,
[class*="table-responsive-"]>.table {
    margin-bottom: 0;
}

.b-table-sticky-header {
    overflow-y: auto;
    max-height: 300px;
}

@media print {
    .b-table-sticky-header {
        overflow-y: visible !important;
        max-height: none !important;
    }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .b-table-sticky-header>.table.b-table>thead>tr>th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*="table-responsive-"]>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*="table-responsive-"]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*="table-responsive-"]>.table.b-table>tfoot>tr>.b-table-sticky-column {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
    }

    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*="table-responsive-"]>.table.b-table>thead>tr>.b-table-sticky-column {
        z-index: 5;
    }

    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*="table-responsive-"]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*="table-responsive-"]>.table.b-table>tfoot>tr>.b-table-sticky-column {
        z-index: 2;
    }

    .table.b-table>thead>tr>.table-b-table-default,
    .table.b-table>tbody>tr>.table-b-table-default,
    .table.b-table>tfoot>tr>.table-b-table-default {
        color: #212529;
        background-color: #fff;
    }

    .table.b-table.table-dark>thead>tr>.bg-b-table-default,
    .table.b-table.table-dark>tbody>tr>.bg-b-table-default,
    .table.b-table.table-dark>tfoot>tr>.bg-b-table-default {
        color: #fff;
        background-color: #343a40;
    }

    .table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default {
        background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
        background-repeat: no-repeat;
    }

    .table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default {
        background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
        background-repeat: no-repeat;
    }

    .table.b-table.table-hover>tbody>tr:hover>.table-b-table-default {
        color: #212529;
        background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
        background-repeat: no-repeat;
    }

    .table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default {
        color: #fff;
        background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
        background-repeat: no-repeat;
    }
}

.table.b-table>thead>tr>[aria-sort],
.table.b-table>tfoot>tr>[aria-sort] {
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0.65em 1em;
}

.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.75rem / 2) center;
    padding-right: calc(0.75rem + 0.65em);
}

.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.75rem / 2) center;
    padding-left: calc(0.75rem + 0.65em);
}

.table.b-table>thead>tr>[aria-sort="none"],
.table.b-table>tfoot>tr>[aria-sort="none"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table>thead>tr>[aria-sort="ascending"],
.table.b-table>tfoot>tr>[aria-sort="ascending"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table>thead>tr>[aria-sort="descending"],
.table.b-table>tfoot>tr>[aria-sort="descending"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark>thead>tr>[aria-sort="none"],
.table.b-table.table-dark>tfoot>tr>[aria-sort="none"],
.table.b-table>.thead-dark>tr>[aria-sort="none"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark>thead>tr>[aria-sort="ascending"],
.table.b-table.table-dark>tfoot>tr>[aria-sort="ascending"],
.table.b-table>.thead-dark>tr>[aria-sort="ascending"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark>thead>tr>[aria-sort="descending"],
.table.b-table.table-dark>tfoot>tr>[aria-sort="descending"],
.table.b-table>.thead-dark>tr>[aria-sort="descending"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table>thead>tr>.table-dark[aria-sort="none"],
.table.b-table>tfoot>tr>.table-dark[aria-sort="none"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table>thead>tr>.table-dark[aria-sort="ascending"],
.table.b-table>tfoot>tr>.table-dark[aria-sort="ascending"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table>thead>tr>.table-dark[aria-sort="descending"],
.table.b-table>tfoot>tr>.table-dark[aria-sort="descending"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.3rem / 2) center;
    padding-right: calc(0.3rem + 0.65em);
}

.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.3rem / 2) center;
    padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr {
    cursor: pointer;
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 575.98px) {
    .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%;
    }

    .table.b-table.b-table-stacked-sm>caption,
    .table.b-table.b-table-stacked-sm>tbody,
    .table.b-table.b-table-stacked-sm>tbody>tr,
    .table.b-table.b-table-stacked-sm>tbody>tr>td,
    .table.b-table.b-table-stacked-sm>tbody>tr>th {
        display: block;
    }

    .table.b-table.b-table-stacked-sm>thead,
    .table.b-table.b-table-stacked-sm>tfoot {
        display: none;
    }

    .table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-sm>caption {
        caption-side: top !important;
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0;
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: "";
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0;
    }

    .table.b-table.b-table-stacked-sm>tbody>tr.top-row,
    .table.b-table.b-table-stacked-sm>tbody>tr.bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-sm>tbody>tr> :first-child {
        border-top-width: 3px;
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th {
        border-top-width: 3px;
    }
}

@media (max-width: 767.98px) {
    .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%;
    }

    .table.b-table.b-table-stacked-md>caption,
    .table.b-table.b-table-stacked-md>tbody,
    .table.b-table.b-table-stacked-md>tbody>tr,
    .table.b-table.b-table-stacked-md>tbody>tr>td,
    .table.b-table.b-table-stacked-md>tbody>tr>th {
        display: block;
    }

    .table.b-table.b-table-stacked-md>thead,
    .table.b-table.b-table-stacked-md>tfoot {
        display: none;
    }

    .table.b-table.b-table-stacked-md>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-md>caption {
        caption-side: top !important;
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0;
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: "";
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0;
    }

    .table.b-table.b-table-stacked-md>tbody>tr.top-row,
    .table.b-table.b-table-stacked-md>tbody>tr.bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-md>tbody>tr> :first-child {
        border-top-width: 3px;
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th {
        border-top-width: 3px;
    }
}

@media (max-width: 991.98px) {
    .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%;
    }

    .table.b-table.b-table-stacked-lg>caption,
    .table.b-table.b-table-stacked-lg>tbody,
    .table.b-table.b-table-stacked-lg>tbody>tr,
    .table.b-table.b-table-stacked-lg>tbody>tr>td,
    .table.b-table.b-table-stacked-lg>tbody>tr>th {
        display: block;
    }

    .table.b-table.b-table-stacked-lg>thead,
    .table.b-table.b-table-stacked-lg>tfoot {
        display: none;
    }

    .table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-lg>caption {
        caption-side: top !important;
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0;
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: "";
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0;
    }

    .table.b-table.b-table-stacked-lg>tbody>tr.top-row,
    .table.b-table.b-table-stacked-lg>tbody>tr.bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-lg>tbody>tr> :first-child {
        border-top-width: 3px;
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th {
        border-top-width: 3px;
    }
}

@media (max-width: 1199.98px) {
    .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%;
    }

    .table.b-table.b-table-stacked-xl>caption,
    .table.b-table.b-table-stacked-xl>tbody,
    .table.b-table.b-table-stacked-xl>tbody>tr,
    .table.b-table.b-table-stacked-xl>tbody>tr>td,
    .table.b-table.b-table-stacked-xl>tbody>tr>th {
        display: block;
    }

    .table.b-table.b-table-stacked-xl>thead,
    .table.b-table.b-table-stacked-xl>tfoot {
        display: none;
    }

    .table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-xl>caption {
        caption-side: top !important;
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0;
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: "";
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0;
    }

    .table.b-table.b-table-stacked-xl>tbody>tr.top-row,
    .table.b-table.b-table-stacked-xl>tbody>tr.bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked-xl>tbody>tr> :first-child {
        border-top-width: 3px;
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th {
        border-top-width: 3px;
    }
}

.table.b-table.b-table-stacked {
    display: block;
    width: 100%;
}

.table.b-table.b-table-stacked>caption,
.table.b-table.b-table-stacked>tbody,
.table.b-table.b-table-stacked>tbody>tr,
.table.b-table.b-table-stacked>tbody>tr>td,
.table.b-table.b-table-stacked>tbody>tr>th {
    display: block;
}

.table.b-table.b-table-stacked>thead,
.table.b-table.b-table-stacked>tfoot {
    display: none;
}

.table.b-table.b-table-stacked>thead>tr.b-table-top-row,
.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row {
    display: none;
}

.table.b-table.b-table-stacked>caption {
    caption-side: top !important;
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]::after {
    display: block;
    clear: both;
    content: "";
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
}

.table.b-table.b-table-stacked>tbody>tr.top-row,
.table.b-table.b-table-stacked>tbody>tr.bottom-row {
    display: none;
}

.table.b-table.b-table-stacked>tbody>tr> :first-child {
    border-top-width: 3px;
}

.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th {
    border-top-width: 3px;
}

.b-toast {
    display: block;
    position: relative;
    max-width: 350px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    z-index: 1;
    border-radius: 0.25rem;
}

.b-toast .toast {
    background-color: rgba(255, 255, 255, 0.85);
}

.b-toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.b-toast.b-toast-solid .toast {
    background-color: white;
}

.b-toast .toast {
    opacity: 1;
}

.b-toast .toast.fade:not(.show) {
    opacity: 0;
}

.b-toast .toast .toast-body {
    display: block;
}

.b-toast-primary .toast {
    background-color: rgba(230, 242, 255, 0.85);
    border-color: rgba(184, 218, 255, 0.85);
    color: #004085;
}

.b-toast-primary .toast .toast-header {
    color: #004085;
    background-color: rgba(204, 229, 255, 0.85);
    border-bottom-color: rgba(184, 218, 255, 0.85);
}

.b-toast-primary.b-toast-solid .toast {
    background-color: #e6f2ff;
}

.b-toast-secondary .toast {
    background-color: rgba(239, 240, 241, 0.85);
    border-color: rgba(214, 216, 219, 0.85);
    color: #383d41;
}

.b-toast-secondary .toast .toast-header {
    color: #383d41;
    background-color: rgba(226, 227, 229, 0.85);
    border-bottom-color: rgba(214, 216, 219, 0.85);
}

.b-toast-secondary.b-toast-solid .toast {
    background-color: #eff0f1;
}

.b-toast-success .toast {
    background-color: rgba(230, 245, 233, 0.85);
    border-color: rgba(195, 230, 203, 0.85);
    color: #155724;
}

.b-toast-success .toast .toast-header {
    color: #155724;
    background-color: rgba(212, 237, 218, 0.85);
    border-bottom-color: rgba(195, 230, 203, 0.85);
}

.b-toast-success.b-toast-solid .toast {
    background-color: #e6f5e9;
}

.b-toast-info .toast {
    background-color: rgba(229, 244, 247, 0.85);
    border-color: rgba(190, 229, 235, 0.85);
    color: #0c5460;
}

.b-toast-info .toast .toast-header {
    color: #0c5460;
    background-color: rgba(209, 236, 241, 0.85);
    border-bottom-color: rgba(190, 229, 235, 0.85);
}

.b-toast-info.b-toast-solid .toast {
    background-color: #e5f4f7;
}

.b-toast-warning .toast {
    background-color: rgba(255, 249, 231, 0.85);
    border-color: rgba(255, 238, 186, 0.85);
    color: #856404;
}

.b-toast-warning .toast .toast-header {
    color: #856404;
    background-color: rgba(255, 243, 205, 0.85);
    border-bottom-color: rgba(255, 238, 186, 0.85);
}

.b-toast-warning.b-toast-solid .toast {
    background-color: #fff9e7;
}

.b-toast-danger .toast {
    background-color: rgba(252, 237, 238, 0.85);
    border-color: rgba(245, 198, 203, 0.85);
    color: #721c24;
}

.b-toast-danger .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, 0.85);
    border-bottom-color: rgba(245, 198, 203, 0.85);
}

.b-toast-danger.b-toast-solid .toast {
    background-color: #fcedee;
}

.b-toast-light .toast {
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(253, 253, 254, 0.85);
    color: #818182;
}

.b-toast-light .toast .toast-header {
    color: #818182;
    background-color: rgba(254, 254, 254, 0.85);
    border-bottom-color: rgba(253, 253, 254, 0.85);
}

.b-toast-light.b-toast-solid .toast {
    background-color: white;
}

.b-toast-dark .toast {
    background-color: rgba(227, 229, 229, 0.85);
    border-color: rgba(198, 200, 202, 0.85);
    color: #1b1e21;
}

.b-toast-dark .toast .toast-header {
    color: #1b1e21;
    background-color: rgba(214, 216, 217, 0.85);
    border-bottom-color: rgba(198, 200, 202, 0.85);
}

.b-toast-dark.b-toast-solid .toast {
    background-color: #e3e5e5;
}

.b-toaster {
    z-index: 1100;
}

.b-toaster .b-toaster-slot {
    position: relative;
    display: block;
}

.b-toaster .b-toaster-slot:empty {
    display: none !important;
}

.b-toaster.b-toaster-top-right,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full {
    position: fixed;
    left: 0.5rem;
    right: 0.5rem;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: visible;
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    /* IE11 fix */
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    width: 100%;
    max-width: 100%;
}

.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%;
}

.b-toaster.b-toaster-top-right,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full {
    top: 0;
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot {
    top: 0.5rem;
}

.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full {
    bottom: 0;
}

.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    bottom: 0.5rem;
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot {
    margin-left: auto;
}

.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot {
    margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
    transition: -webkit-transform 0.175s;
    transition: transform 0.175s;
    transition: transform 0.175s, -webkit-transform 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
    transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
    position: absolute;
    transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s;
}

.tooltip.b-tooltip {
    display: block;
    opacity: 0.9;
    outline: 0;
}

.tooltip.b-tooltip.fade:not(.show) {
    opacity: 0;
}

.tooltip.b-tooltip.show {
    opacity: 0.9;
}

.tooltip.b-tooltip.noninteractive {
    pointer-events: none;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #007bff;
}

.tooltip.b-tooltip-primary .tooltip-inner {
    color: #fff;
    background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #6c757d;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
    color: #fff;
    background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
    color: #fff;
    background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
    color: #fff;
    background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
    color: #212529;
    background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #dc3545;
}

.tooltip.b-tooltip-danger .tooltip-inner {
    color: #fff;
    background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
    color: #212529;
    background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
    color: #fff;
    background-color: #343a40;
}

.b-icon.bi {
    display: inline-block;
    overflow: visible;
    vertical-align: -0.15em;
}

.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
    font-size: 125%;
    vertical-align: text-bottom;
}

.fa[_ngcontent-ng-c1798067373],
.fab[_ngcontent-ng-c1798067373],
.fad[_ngcontent-ng-c1798067373],
.fal[_ngcontent-ng-c1798067373],
.far[_ngcontent-ng-c1798067373],
.fas[_ngcontent-ng-c1798067373] {
    -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-lg[_ngcontent-ng-c1798067373] {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs[_ngcontent-ng-c1798067373] {
    font-size: .75em
}

.fa-sm[_ngcontent-ng-c1798067373] {
    font-size: .875em
}

.fa-1x[_ngcontent-ng-c1798067373] {
    font-size: 1em
}

.fa-2x[_ngcontent-ng-c1798067373] {
    font-size: 2em
}

.fa-3x[_ngcontent-ng-c1798067373] {
    font-size: 3em
}

.fa-4x[_ngcontent-ng-c1798067373] {
    font-size: 4em
}

.fa-5x[_ngcontent-ng-c1798067373] {
    font-size: 5em
}

.fa-6x[_ngcontent-ng-c1798067373] {
    font-size: 6em
}

.fa-7x[_ngcontent-ng-c1798067373] {
    font-size: 7em
}

.fa-8x[_ngcontent-ng-c1798067373] {
    font-size: 8em
}

.fa-9x[_ngcontent-ng-c1798067373] {
    font-size: 9em
}

.fa-10x[_ngcontent-ng-c1798067373] {
    font-size: 10em
}

.fa-fw[_ngcontent-ng-c1798067373] {
    text-align: center;
    width: 1.25em
}

.fa-ul[_ngcontent-ng-c1798067373] {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul[_ngcontent-ng-c1798067373]>li[_ngcontent-ng-c1798067373] {
    position: relative
}

.fa-li[_ngcontent-ng-c1798067373] {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border[_ngcontent-ng-c1798067373] {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left[_ngcontent-ng-c1798067373] {
    float: left
}

.fa-pull-right[_ngcontent-ng-c1798067373] {
    float: right
}

.fa.fa-pull-left[_ngcontent-ng-c1798067373],
.fab.fa-pull-left[_ngcontent-ng-c1798067373],
.fal.fa-pull-left[_ngcontent-ng-c1798067373],
.far.fa-pull-left[_ngcontent-ng-c1798067373],
.fas.fa-pull-left[_ngcontent-ng-c1798067373] {
    margin-right: .3em
}

.fa.fa-pull-right[_ngcontent-ng-c1798067373],
.fab.fa-pull-right[_ngcontent-ng-c1798067373],
.fal.fa-pull-right[_ngcontent-ng-c1798067373],
.far.fa-pull-right[_ngcontent-ng-c1798067373],
.fas.fa-pull-right[_ngcontent-ng-c1798067373] {
    margin-left: .3em
}

.fa-spin[_ngcontent-ng-c1798067373] {
    animation: _ngcontent-ng-c1798067373_fa-spin 2s linear infinite
}

.fa-pulse[_ngcontent-ng-c1798067373] {
    animation: _ngcontent-ng-c1798067373_fa-spin 1s steps(8) infinite
}

@keyframes _ngcontent-ng-c1798067373_fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90[_ngcontent-ng-c1798067373] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180[_ngcontent-ng-c1798067373] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270[_ngcontent-ng-c1798067373] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal[_ngcontent-ng-c1798067373] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical[_ngcontent-ng-c1798067373] {
    transform: scaleY(-1)
}

.fa-flip-both[_ngcontent-ng-c1798067373],
.fa-flip-horizontal.fa-flip-vertical[_ngcontent-ng-c1798067373],
.fa-flip-vertical[_ngcontent-ng-c1798067373] {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both[_ngcontent-ng-c1798067373],
.fa-flip-horizontal.fa-flip-vertical[_ngcontent-ng-c1798067373] {
    transform: scale(-1)
}

[_ngcontent-ng-c1798067373]:root .fa-flip-both[_ngcontent-ng-c1798067373],
[_ngcontent-ng-c1798067373]:root .fa-flip-horizontal[_ngcontent-ng-c1798067373],
[_ngcontent-ng-c1798067373]:root .fa-flip-vertical[_ngcontent-ng-c1798067373],
[_ngcontent-ng-c1798067373]:root .fa-rotate-90[_ngcontent-ng-c1798067373],
[_ngcontent-ng-c1798067373]:root .fa-rotate-180[_ngcontent-ng-c1798067373],
[_ngcontent-ng-c1798067373]:root .fa-rotate-270[_ngcontent-ng-c1798067373] {
    filter: none
}

.fa-stack[_ngcontent-ng-c1798067373] {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x[_ngcontent-ng-c1798067373],
.fa-stack-2x[_ngcontent-ng-c1798067373] {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x[_ngcontent-ng-c1798067373] {
    line-height: inherit
}

.fa-stack-2x[_ngcontent-ng-c1798067373] {
    font-size: 2em
}

.fa-inverse[_ngcontent-ng-c1798067373] {
    color: #fff
}

.fa-500px[_ngcontent-ng-c1798067373]:before {
    content: "\f26e"
}

.fa-accessible-icon[_ngcontent-ng-c1798067373]:before {
    content: "\f368"
}

.fa-accusoft[_ngcontent-ng-c1798067373]:before {
    content: "\f369"
}

.fa-acquisitions-incorporated[_ngcontent-ng-c1798067373]:before {
    content: "\f6af"
}

.fa-ad[_ngcontent-ng-c1798067373]:before {
    content: "\f641"
}

.fa-address-book[_ngcontent-ng-c1798067373]:before {
    content: "\f2b9"
}

.fa-address-card[_ngcontent-ng-c1798067373]:before {
    content: "\f2bb"
}

.fa-adjust[_ngcontent-ng-c1798067373]:before {
    content: "\f042"
}

.fa-adn[_ngcontent-ng-c1798067373]:before {
    content: "\f170"
}

.fa-adobe[_ngcontent-ng-c1798067373]:before {
    content: "\f778"
}

.fa-adversal[_ngcontent-ng-c1798067373]:before {
    content: "\f36a"
}

.fa-affiliatetheme[_ngcontent-ng-c1798067373]:before {
    content: "\f36b"
}

.fa-air-freshener[_ngcontent-ng-c1798067373]:before {
    content: "\f5d0"
}

.fa-airbnb[_ngcontent-ng-c1798067373]:before {
    content: "\f834"
}

.fa-algolia[_ngcontent-ng-c1798067373]:before {
    content: "\f36c"
}

.fa-align-center[_ngcontent-ng-c1798067373]:before {
    content: "\f037"
}

.fa-align-justify[_ngcontent-ng-c1798067373]:before {
    content: "\f039"
}

.fa-align-left[_ngcontent-ng-c1798067373]:before {
    content: "\f036"
}

.fa-align-right[_ngcontent-ng-c1798067373]:before {
    content: "\f038"
}

.fa-alipay[_ngcontent-ng-c1798067373]:before {
    content: "\f642"
}

.fa-allergies[_ngcontent-ng-c1798067373]:before {
    content: "\f461"
}

.fa-amazon[_ngcontent-ng-c1798067373]:before {
    content: "\f270"
}

.fa-amazon-pay[_ngcontent-ng-c1798067373]:before {
    content: "\f42c"
}

.fa-ambulance[_ngcontent-ng-c1798067373]:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting[_ngcontent-ng-c1798067373]:before {
    content: "\f2a3"
}

.fa-amilia[_ngcontent-ng-c1798067373]:before {
    content: "\f36d"
}

.fa-anchor[_ngcontent-ng-c1798067373]:before {
    content: "\f13d"
}

.fa-android[_ngcontent-ng-c1798067373]:before {
    content: "\f17b"
}

.fa-angellist[_ngcontent-ng-c1798067373]:before {
    content: "\f209"
}

.fa-angle-double-down[_ngcontent-ng-c1798067373]:before {
    content: "\f103"
}

.fa-angle-double-left[_ngcontent-ng-c1798067373]:before {
    content: "\f100"
}

.fa-angle-double-right[_ngcontent-ng-c1798067373]:before {
    content: "\f101"
}

.fa-angle-double-up[_ngcontent-ng-c1798067373]:before {
    content: "\f102"
}

.fa-angle-down[_ngcontent-ng-c1798067373]:before {
    content: "\f107"
}

.fa-angle-left[_ngcontent-ng-c1798067373]:before {
    content: "\f104"
}

.fa-angle-right[_ngcontent-ng-c1798067373]:before {
    content: "\f105"
}

.fa-angle-up[_ngcontent-ng-c1798067373]:before {
    content: "\f106"
}

.fa-angry[_ngcontent-ng-c1798067373]:before {
    content: "\f556"
}

.fa-angrycreative[_ngcontent-ng-c1798067373]:before {
    content: "\f36e"
}

.fa-angular[_ngcontent-ng-c1798067373]:before {
    content: "\f420"
}

.fa-ankh[_ngcontent-ng-c1798067373]:before {
    content: "\f644"
}

.fa-app-store[_ngcontent-ng-c1798067373]:before {
    content: "\f36f"
}

.fa-app-store-ios[_ngcontent-ng-c1798067373]:before {
    content: "\f370"
}

.fa-apper[_ngcontent-ng-c1798067373]:before {
    content: "\f371"
}

.fa-apple[_ngcontent-ng-c1798067373]:before {
    content: "\f179"
}

.fa-apple-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f5d1"
}

.fa-apple-pay[_ngcontent-ng-c1798067373]:before {
    content: "\f415"
}

.fa-archive[_ngcontent-ng-c1798067373]:before {
    content: "\f187"
}

.fa-archway[_ngcontent-ng-c1798067373]:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down[_ngcontent-ng-c1798067373]:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left[_ngcontent-ng-c1798067373]:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right[_ngcontent-ng-c1798067373]:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up[_ngcontent-ng-c1798067373]:before {
    content: "\f35b"
}

.fa-arrow-circle-down[_ngcontent-ng-c1798067373]:before {
    content: "\f0ab"
}

.fa-arrow-circle-left[_ngcontent-ng-c1798067373]:before {
    content: "\f0a8"
}

.fa-arrow-circle-right[_ngcontent-ng-c1798067373]:before {
    content: "\f0a9"
}

.fa-arrow-circle-up[_ngcontent-ng-c1798067373]:before {
    content: "\f0aa"
}

.fa-arrow-down[_ngcontent-ng-c1798067373]:before {
    content: "\f063"
}

.fa-arrow-left[_ngcontent-ng-c1798067373]:before {
    content: "\f060"
}

.fa-arrow-right[_ngcontent-ng-c1798067373]:before {
    content: "\f061"
}

.fa-arrow-up[_ngcontent-ng-c1798067373]:before {
    content: "\f062"
}

.fa-arrows-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f0b2"
}

.fa-arrows-alt-h[_ngcontent-ng-c1798067373]:before {
    content: "\f337"
}

.fa-arrows-alt-v[_ngcontent-ng-c1798067373]:before {
    content: "\f338"
}

.fa-artstation[_ngcontent-ng-c1798067373]:before {
    content: "\f77a"
}

.fa-assistive-listening-systems[_ngcontent-ng-c1798067373]:before {
    content: "\f2a2"
}

.fa-asterisk[_ngcontent-ng-c1798067373]:before {
    content: "\f069"
}

.fa-asymmetrik[_ngcontent-ng-c1798067373]:before {
    content: "\f372"
}

.fa-at[_ngcontent-ng-c1798067373]:before {
    content: "\f1fa"
}

.fa-atlas[_ngcontent-ng-c1798067373]:before {
    content: "\f558"
}

.fa-atlassian[_ngcontent-ng-c1798067373]:before {
    content: "\f77b"
}

.fa-atom[_ngcontent-ng-c1798067373]:before {
    content: "\f5d2"
}

.fa-audible[_ngcontent-ng-c1798067373]:before {
    content: "\f373"
}

.fa-audio-description[_ngcontent-ng-c1798067373]:before {
    content: "\f29e"
}

.fa-autoprefixer[_ngcontent-ng-c1798067373]:before {
    content: "\f41c"
}

.fa-avianex[_ngcontent-ng-c1798067373]:before {
    content: "\f374"
}

.fa-aviato[_ngcontent-ng-c1798067373]:before {
    content: "\f421"
}

.fa-award[_ngcontent-ng-c1798067373]:before {
    content: "\f559"
}

.fa-aws[_ngcontent-ng-c1798067373]:before {
    content: "\f375"
}

.fa-baby[_ngcontent-ng-c1798067373]:before {
    content: "\f77c"
}

.fa-baby-carriage[_ngcontent-ng-c1798067373]:before {
    content: "\f77d"
}

.fa-backspace[_ngcontent-ng-c1798067373]:before {
    content: "\f55a"
}

.fa-backward[_ngcontent-ng-c1798067373]:before {
    content: "\f04a"
}

.fa-bacon[_ngcontent-ng-c1798067373]:before {
    content: "\f7e5"
}

.fa-balance-scale[_ngcontent-ng-c1798067373]:before {
    content: "\f24e"
}

.fa-balance-scale-left[_ngcontent-ng-c1798067373]:before {
    content: "\f515"
}

.fa-balance-scale-right[_ngcontent-ng-c1798067373]:before {
    content: "\f516"
}

.fa-ban[_ngcontent-ng-c1798067373]:before {
    content: "\f05e"
}

.fa-band-aid[_ngcontent-ng-c1798067373]:before {
    content: "\f462"
}

.fa-bandcamp[_ngcontent-ng-c1798067373]:before {
    content: "\f2d5"
}

.fa-barcode[_ngcontent-ng-c1798067373]:before {
    content: "\f02a"
}

.fa-bars[_ngcontent-ng-c1798067373]:before {
    content: "\f0c9"
}

.fa-baseball-ball[_ngcontent-ng-c1798067373]:before {
    content: "\f433"
}

.fa-basketball-ball[_ngcontent-ng-c1798067373]:before {
    content: "\f434"
}

.fa-bath[_ngcontent-ng-c1798067373]:before {
    content: "\f2cd"
}

.fa-battery-empty[_ngcontent-ng-c1798067373]:before {
    content: "\f244"
}

.fa-battery-full[_ngcontent-ng-c1798067373]:before {
    content: "\f240"
}

.fa-battery-half[_ngcontent-ng-c1798067373]:before {
    content: "\f242"
}

.fa-battery-quarter[_ngcontent-ng-c1798067373]:before {
    content: "\f243"
}

.fa-battery-three-quarters[_ngcontent-ng-c1798067373]:before {
    content: "\f241"
}

.fa-battle-net[_ngcontent-ng-c1798067373]:before {
    content: "\f835"
}

.fa-bed[_ngcontent-ng-c1798067373]:before {
    content: "\f236"
}

.fa-beer[_ngcontent-ng-c1798067373]:before {
    content: "\f0fc"
}

.fa-behance[_ngcontent-ng-c1798067373]:before {
    content: "\f1b4"
}

.fa-behance-square[_ngcontent-ng-c1798067373]:before {
    content: "\f1b5"
}

.fa-bell[_ngcontent-ng-c1798067373]:before {
    content: "\f0f3"
}

.fa-bell-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f1f6"
}

.fa-bezier-curve[_ngcontent-ng-c1798067373]:before {
    content: "\f55b"
}

.fa-bible[_ngcontent-ng-c1798067373]:before {
    content: "\f647"
}

.fa-bicycle[_ngcontent-ng-c1798067373]:before {
    content: "\f206"
}

.fa-biking[_ngcontent-ng-c1798067373]:before {
    content: "\f84a"
}

.fa-bimobject[_ngcontent-ng-c1798067373]:before {
    content: "\f378"
}

.fa-binoculars[_ngcontent-ng-c1798067373]:before {
    content: "\f1e5"
}

.fa-biohazard[_ngcontent-ng-c1798067373]:before {
    content: "\f780"
}

.fa-birthday-cake[_ngcontent-ng-c1798067373]:before {
    content: "\f1fd"
}

.fa-bitbucket[_ngcontent-ng-c1798067373]:before {
    content: "\f171"
}

.fa-bitcoin[_ngcontent-ng-c1798067373]:before {
    content: "\f379"
}

.fa-bity[_ngcontent-ng-c1798067373]:before {
    content: "\f37a"
}

.fa-black-tie[_ngcontent-ng-c1798067373]:before {
    content: "\f27e"
}

.fa-blackberry[_ngcontent-ng-c1798067373]:before {
    content: "\f37b"
}

.fa-blender[_ngcontent-ng-c1798067373]:before {
    content: "\f517"
}

.fa-blender-phone[_ngcontent-ng-c1798067373]:before {
    content: "\f6b6"
}

.fa-blind[_ngcontent-ng-c1798067373]:before {
    content: "\f29d"
}

.fa-blog[_ngcontent-ng-c1798067373]:before {
    content: "\f781"
}

.fa-blogger[_ngcontent-ng-c1798067373]:before {
    content: "\f37c"
}

.fa-blogger-b[_ngcontent-ng-c1798067373]:before {
    content: "\f37d"
}

.fa-bluetooth[_ngcontent-ng-c1798067373]:before {
    content: "\f293"
}

.fa-bluetooth-b[_ngcontent-ng-c1798067373]:before {
    content: "\f294"
}

.fa-bold[_ngcontent-ng-c1798067373]:before {
    content: "\f032"
}

.fa-bolt[_ngcontent-ng-c1798067373]:before {
    content: "\f0e7"
}

.fa-bomb[_ngcontent-ng-c1798067373]:before {
    content: "\f1e2"
}

.fa-bone[_ngcontent-ng-c1798067373]:before {
    content: "\f5d7"
}

.fa-bong[_ngcontent-ng-c1798067373]:before {
    content: "\f55c"
}

.fa-book[_ngcontent-ng-c1798067373]:before {
    content: "\f02d"
}

.fa-book-dead[_ngcontent-ng-c1798067373]:before {
    content: "\f6b7"
}

.fa-book-medical[_ngcontent-ng-c1798067373]:before {
    content: "\f7e6"
}

.fa-book-open[_ngcontent-ng-c1798067373]:before {
    content: "\f518"
}

.fa-book-reader[_ngcontent-ng-c1798067373]:before {
    content: "\f5da"
}

.fa-bookmark[_ngcontent-ng-c1798067373]:before {
    content: "\f02e"
}

.fa-bootstrap[_ngcontent-ng-c1798067373]:before {
    content: "\f836"
}

.fa-border-all[_ngcontent-ng-c1798067373]:before {
    content: "\f84c"
}

.fa-border-none[_ngcontent-ng-c1798067373]:before {
    content: "\f850"
}

.fa-border-style[_ngcontent-ng-c1798067373]:before {
    content: "\f853"
}

.fa-bowling-ball[_ngcontent-ng-c1798067373]:before {
    content: "\f436"
}

.fa-box[_ngcontent-ng-c1798067373]:before {
    content: "\f466"
}

.fa-box-open[_ngcontent-ng-c1798067373]:before {
    content: "\f49e"
}

.fa-boxes[_ngcontent-ng-c1798067373]:before {
    content: "\f468"
}

.fa-braille[_ngcontent-ng-c1798067373]:before {
    content: "\f2a1"
}

.fa-brain[_ngcontent-ng-c1798067373]:before {
    content: "\f5dc"
}

.fa-bread-slice[_ngcontent-ng-c1798067373]:before {
    content: "\f7ec"
}

.fa-briefcase[_ngcontent-ng-c1798067373]:before {
    content: "\f0b1"
}

.fa-briefcase-medical[_ngcontent-ng-c1798067373]:before {
    content: "\f469"
}

.fa-broadcast-tower[_ngcontent-ng-c1798067373]:before {
    content: "\f519"
}

.fa-broom[_ngcontent-ng-c1798067373]:before {
    content: "\f51a"
}

.fa-brush[_ngcontent-ng-c1798067373]:before {
    content: "\f55d"
}

.fa-btc[_ngcontent-ng-c1798067373]:before {
    content: "\f15a"
}

.fa-buffer[_ngcontent-ng-c1798067373]:before {
    content: "\f837"
}

.fa-bug[_ngcontent-ng-c1798067373]:before {
    content: "\f188"
}

.fa-building[_ngcontent-ng-c1798067373]:before {
    content: "\f1ad"
}

.fa-bullhorn[_ngcontent-ng-c1798067373]:before {
    content: "\f0a1"
}

.fa-bullseye[_ngcontent-ng-c1798067373]:before {
    content: "\f140"
}

.fa-burn[_ngcontent-ng-c1798067373]:before {
    content: "\f46a"
}

.fa-buromobelexperte[_ngcontent-ng-c1798067373]:before {
    content: "\f37f"
}

.fa-bus[_ngcontent-ng-c1798067373]:before {
    content: "\f207"
}

.fa-bus-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f55e"
}

.fa-business-time[_ngcontent-ng-c1798067373]:before {
    content: "\f64a"
}

.fa-buy-n-large[_ngcontent-ng-c1798067373]:before {
    content: "\f8a6"
}

.fa-buysellads[_ngcontent-ng-c1798067373]:before {
    content: "\f20d"
}

.fa-calculator[_ngcontent-ng-c1798067373]:before {
    content: "\f1ec"
}

.fa-calendar[_ngcontent-ng-c1798067373]:before {
    content: "\f133"
}

.fa-calendar-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f073"
}

.fa-calendar-check[_ngcontent-ng-c1798067373]:before {
    content: "\f274"
}

.fa-calendar-day[_ngcontent-ng-c1798067373]:before {
    content: "\f783"
}

.fa-calendar-minus[_ngcontent-ng-c1798067373]:before {
    content: "\f272"
}

.fa-calendar-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f271"
}

.fa-calendar-times[_ngcontent-ng-c1798067373]:before {
    content: "\f273"
}

.fa-calendar-week[_ngcontent-ng-c1798067373]:before {
    content: "\f784"
}

.fa-camera[_ngcontent-ng-c1798067373]:before {
    content: "\f030"
}

.fa-camera-retro[_ngcontent-ng-c1798067373]:before {
    content: "\f083"
}

.fa-campground[_ngcontent-ng-c1798067373]:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf[_ngcontent-ng-c1798067373]:before {
    content: "\f785"
}

.fa-candy-cane[_ngcontent-ng-c1798067373]:before {
    content: "\f786"
}

.fa-cannabis[_ngcontent-ng-c1798067373]:before {
    content: "\f55f"
}

.fa-capsules[_ngcontent-ng-c1798067373]:before {
    content: "\f46b"
}

.fa-car[_ngcontent-ng-c1798067373]:before {
    content: "\f1b9"
}

.fa-car-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f5de"
}

.fa-car-battery[_ngcontent-ng-c1798067373]:before {
    content: "\f5df"
}

.fa-car-crash[_ngcontent-ng-c1798067373]:before {
    content: "\f5e1"
}

.fa-car-side[_ngcontent-ng-c1798067373]:before {
    content: "\f5e4"
}

.fa-caret-down[_ngcontent-ng-c1798067373]:before {
    content: "\f0d7"
}

.fa-caret-left[_ngcontent-ng-c1798067373]:before {
    content: "\f0d9"
}

.fa-caret-right[_ngcontent-ng-c1798067373]:before {
    content: "\f0da"
}

.fa-caret-square-down[_ngcontent-ng-c1798067373]:before {
    content: "\f150"
}

.fa-caret-square-left[_ngcontent-ng-c1798067373]:before {
    content: "\f191"
}

.fa-caret-square-right[_ngcontent-ng-c1798067373]:before {
    content: "\f152"
}

.fa-caret-square-up[_ngcontent-ng-c1798067373]:before {
    content: "\f151"
}

.fa-caret-up[_ngcontent-ng-c1798067373]:before {
    content: "\f0d8"
}

.fa-carrot[_ngcontent-ng-c1798067373]:before {
    content: "\f787"
}

.fa-cart-arrow-down[_ngcontent-ng-c1798067373]:before {
    content: "\f218"
}

.fa-cart-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f217"
}

.fa-cash-register[_ngcontent-ng-c1798067373]:before {
    content: "\f788"
}

.fa-cat[_ngcontent-ng-c1798067373]:before {
    content: "\f6be"
}

.fa-cc-amazon-pay[_ngcontent-ng-c1798067373]:before {
    content: "\f42d"
}

.fa-cc-amex[_ngcontent-ng-c1798067373]:before {
    content: "\f1f3"
}

.fa-cc-apple-pay[_ngcontent-ng-c1798067373]:before {
    content: "\f416"
}

.fa-cc-diners-club[_ngcontent-ng-c1798067373]:before {
    content: "\f24c"
}

.fa-cc-discover[_ngcontent-ng-c1798067373]:before {
    content: "\f1f2"
}

.fa-cc-jcb[_ngcontent-ng-c1798067373]:before {
    content: "\f24b"
}

.fa-cc-mastercard[_ngcontent-ng-c1798067373]:before {
    content: "\f1f1"
}

.fa-cc-paypal[_ngcontent-ng-c1798067373]:before {
    content: "\f1f4"
}

.fa-cc-stripe[_ngcontent-ng-c1798067373]:before {
    content: "\f1f5"
}

.fa-cc-visa[_ngcontent-ng-c1798067373]:before {
    content: "\f1f0"
}

.fa-centercode[_ngcontent-ng-c1798067373]:before {
    content: "\f380"
}

.fa-centos[_ngcontent-ng-c1798067373]:before {
    content: "\f789"
}

.fa-certificate[_ngcontent-ng-c1798067373]:before {
    content: "\f0a3"
}

.fa-chair[_ngcontent-ng-c1798067373]:before {
    content: "\f6c0"
}

.fa-chalkboard[_ngcontent-ng-c1798067373]:before {
    content: "\f51b"
}

.fa-chalkboard-teacher[_ngcontent-ng-c1798067373]:before {
    content: "\f51c"
}

.fa-charging-station[_ngcontent-ng-c1798067373]:before {
    content: "\f5e7"
}

.fa-chart-area[_ngcontent-ng-c1798067373]:before {
    content: "\f1fe"
}

.fa-chart-bar[_ngcontent-ng-c1798067373]:before {
    content: "\f080"
}

.fa-chart-line[_ngcontent-ng-c1798067373]:before {
    content: "\f201"
}

.fa-chart-pie[_ngcontent-ng-c1798067373]:before {
    content: "\f200"
}

.fa-check[_ngcontent-ng-c1798067373]:before {
    content: "\f00c"
}

.fa-check-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f058"
}

.fa-check-double[_ngcontent-ng-c1798067373]:before {
    content: "\f560"
}

.fa-check-square[_ngcontent-ng-c1798067373]:before {
    content: "\f14a"
}

.fa-cheese[_ngcontent-ng-c1798067373]:before {
    content: "\f7ef"
}

.fa-chess[_ngcontent-ng-c1798067373]:before {
    content: "\f439"
}

.fa-chess-bishop[_ngcontent-ng-c1798067373]:before {
    content: "\f43a"
}

.fa-chess-board[_ngcontent-ng-c1798067373]:before {
    content: "\f43c"
}

.fa-chess-king[_ngcontent-ng-c1798067373]:before {
    content: "\f43f"
}

.fa-chess-knight[_ngcontent-ng-c1798067373]:before {
    content: "\f441"
}

.fa-chess-pawn[_ngcontent-ng-c1798067373]:before {
    content: "\f443"
}

.fa-chess-queen[_ngcontent-ng-c1798067373]:before {
    content: "\f445"
}

.fa-chess-rook[_ngcontent-ng-c1798067373]:before {
    content: "\f447"
}

.fa-chevron-circle-down[_ngcontent-ng-c1798067373]:before {
    content: "\f13a"
}

.fa-chevron-circle-left[_ngcontent-ng-c1798067373]:before {
    content: "\f137"
}

.fa-chevron-circle-right[_ngcontent-ng-c1798067373]:before {
    content: "\f138"
}

.fa-chevron-circle-up[_ngcontent-ng-c1798067373]:before {
    content: "\f139"
}

.fa-chevron-down[_ngcontent-ng-c1798067373]:before {
    content: "\f078"
}

.fa-chevron-left[_ngcontent-ng-c1798067373]:before {
    content: "\f053"
}

.fa-chevron-right[_ngcontent-ng-c1798067373]:before {
    content: "\f054"
}

.fa-chevron-up[_ngcontent-ng-c1798067373]:before {
    content: "\f077"
}

.fa-child[_ngcontent-ng-c1798067373]:before {
    content: "\f1ae"
}

.fa-chrome[_ngcontent-ng-c1798067373]:before {
    content: "\f268"
}

.fa-chromecast[_ngcontent-ng-c1798067373]:before {
    content: "\f838"
}

.fa-church[_ngcontent-ng-c1798067373]:before {
    content: "\f51d"
}

.fa-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f111"
}

.fa-circle-notch[_ngcontent-ng-c1798067373]:before {
    content: "\f1ce"
}

.fa-city[_ngcontent-ng-c1798067373]:before {
    content: "\f64f"
}

.fa-clinic-medical[_ngcontent-ng-c1798067373]:before {
    content: "\f7f2"
}

.fa-clipboard[_ngcontent-ng-c1798067373]:before {
    content: "\f328"
}

.fa-clipboard-check[_ngcontent-ng-c1798067373]:before {
    content: "\f46c"
}

.fa-clipboard-list[_ngcontent-ng-c1798067373]:before {
    content: "\f46d"
}

.fa-clock[_ngcontent-ng-c1798067373]:before {
    content: "\f017"
}

.fa-clone[_ngcontent-ng-c1798067373]:before {
    content: "\f24d"
}

.fa-closed-captioning[_ngcontent-ng-c1798067373]:before {
    content: "\f20a"
}

.fa-cloud[_ngcontent-ng-c1798067373]:before {
    content: "\f0c2"
}

.fa-cloud-download-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f381"
}

.fa-cloud-meatball[_ngcontent-ng-c1798067373]:before {
    content: "\f73b"
}

.fa-cloud-moon[_ngcontent-ng-c1798067373]:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain[_ngcontent-ng-c1798067373]:before {
    content: "\f73c"
}

.fa-cloud-rain[_ngcontent-ng-c1798067373]:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy[_ngcontent-ng-c1798067373]:before {
    content: "\f740"
}

.fa-cloud-sun[_ngcontent-ng-c1798067373]:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain[_ngcontent-ng-c1798067373]:before {
    content: "\f743"
}

.fa-cloud-upload-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f382"
}

.fa-cloudscale[_ngcontent-ng-c1798067373]:before {
    content: "\f383"
}

.fa-cloudsmith[_ngcontent-ng-c1798067373]:before {
    content: "\f384"
}

.fa-cloudversify[_ngcontent-ng-c1798067373]:before {
    content: "\f385"
}

.fa-cocktail[_ngcontent-ng-c1798067373]:before {
    content: "\f561"
}

.fa-code[_ngcontent-ng-c1798067373]:before {
    content: "\f121"
}

.fa-code-branch[_ngcontent-ng-c1798067373]:before {
    content: "\f126"
}

.fa-codepen[_ngcontent-ng-c1798067373]:before {
    content: "\f1cb"
}

.fa-codiepie[_ngcontent-ng-c1798067373]:before {
    content: "\f284"
}

.fa-coffee[_ngcontent-ng-c1798067373]:before {
    content: "\f0f4"
}

.fa-cog[_ngcontent-ng-c1798067373]:before {
    content: "\f013"
}

.fa-cogs[_ngcontent-ng-c1798067373]:before {
    content: "\f085"
}

.fa-coins[_ngcontent-ng-c1798067373]:before {
    content: "\f51e"
}

.fa-columns[_ngcontent-ng-c1798067373]:before {
    content: "\f0db"
}

.fa-comment[_ngcontent-ng-c1798067373]:before {
    content: "\f075"
}

.fa-comment-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f27a"
}

.fa-comment-dollar[_ngcontent-ng-c1798067373]:before {
    content: "\f651"
}

.fa-comment-dots[_ngcontent-ng-c1798067373]:before {
    content: "\f4ad"
}

.fa-comment-medical[_ngcontent-ng-c1798067373]:before {
    content: "\f7f5"
}

.fa-comment-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f4b3"
}

.fa-comments[_ngcontent-ng-c1798067373]:before {
    content: "\f086"
}

.fa-comments-dollar[_ngcontent-ng-c1798067373]:before {
    content: "\f653"
}

.fa-compact-disc[_ngcontent-ng-c1798067373]:before {
    content: "\f51f"
}

.fa-compass[_ngcontent-ng-c1798067373]:before {
    content: "\f14e"
}

.fa-compress[_ngcontent-ng-c1798067373]:before {
    content: "\f066"
}

.fa-compress-arrows-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f78c"
}

.fa-concierge-bell[_ngcontent-ng-c1798067373]:before {
    content: "\f562"
}

.fa-confluence[_ngcontent-ng-c1798067373]:before {
    content: "\f78d"
}

.fa-connectdevelop[_ngcontent-ng-c1798067373]:before {
    content: "\f20e"
}

.fa-contao[_ngcontent-ng-c1798067373]:before {
    content: "\f26d"
}

.fa-cookie[_ngcontent-ng-c1798067373]:before {
    content: "\f563"
}

.fa-cookie-bite[_ngcontent-ng-c1798067373]:before {
    content: "\f564"
}

.fa-copy[_ngcontent-ng-c1798067373]:before {
    content: "\f0c5"
}

.fa-copyright[_ngcontent-ng-c1798067373]:before {
    content: "\f1f9"
}

.fa-cotton-bureau[_ngcontent-ng-c1798067373]:before {
    content: "\f89e"
}

.fa-couch[_ngcontent-ng-c1798067373]:before {
    content: "\f4b8"
}

.fa-cpanel[_ngcontent-ng-c1798067373]:before {
    content: "\f388"
}

.fa-creative-commons[_ngcontent-ng-c1798067373]:before {
    content: "\f25e"
}

.fa-creative-commons-by[_ngcontent-ng-c1798067373]:before {
    content: "\f4e7"
}

.fa-creative-commons-nc[_ngcontent-ng-c1798067373]:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu[_ngcontent-ng-c1798067373]:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp[_ngcontent-ng-c1798067373]:before {
    content: "\f4ea"
}

.fa-creative-commons-nd[_ngcontent-ng-c1798067373]:before {
    content: "\f4eb"
}

.fa-creative-commons-pd[_ngcontent-ng-c1798067373]:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f4ed"
}

.fa-creative-commons-remix[_ngcontent-ng-c1798067373]:before {
    content: "\f4ee"
}

.fa-creative-commons-sa[_ngcontent-ng-c1798067373]:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling[_ngcontent-ng-c1798067373]:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f4f1"
}

.fa-creative-commons-share[_ngcontent-ng-c1798067373]:before {
    content: "\f4f2"
}

.fa-creative-commons-zero[_ngcontent-ng-c1798067373]:before {
    content: "\f4f3"
}

.fa-credit-card[_ngcontent-ng-c1798067373]:before {
    content: "\f09d"
}

.fa-critical-role[_ngcontent-ng-c1798067373]:before {
    content: "\f6c9"
}

.fa-crop[_ngcontent-ng-c1798067373]:before {
    content: "\f125"
}

.fa-crop-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f565"
}

.fa-cross[_ngcontent-ng-c1798067373]:before {
    content: "\f654"
}

.fa-crosshairs[_ngcontent-ng-c1798067373]:before {
    content: "\f05b"
}

.fa-crow[_ngcontent-ng-c1798067373]:before {
    content: "\f520"
}

.fa-crown[_ngcontent-ng-c1798067373]:before {
    content: "\f521"
}

.fa-crutch[_ngcontent-ng-c1798067373]:before {
    content: "\f7f7"
}

.fa-css3[_ngcontent-ng-c1798067373]:before {
    content: "\f13c"
}

.fa-css3-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f38b"
}

.fa-cube[_ngcontent-ng-c1798067373]:before {
    content: "\f1b2"
}

.fa-cubes[_ngcontent-ng-c1798067373]:before {
    content: "\f1b3"
}

.fa-cut[_ngcontent-ng-c1798067373]:before {
    content: "\f0c4"
}

.fa-cuttlefish[_ngcontent-ng-c1798067373]:before {
    content: "\f38c"
}

.fa-d-and-d[_ngcontent-ng-c1798067373]:before {
    content: "\f38d"
}

.fa-d-and-d-beyond[_ngcontent-ng-c1798067373]:before {
    content: "\f6ca"
}

.fa-dashcube[_ngcontent-ng-c1798067373]:before {
    content: "\f210"
}

.fa-database[_ngcontent-ng-c1798067373]:before {
    content: "\f1c0"
}

.fa-deaf[_ngcontent-ng-c1798067373]:before {
    content: "\f2a4"
}

.fa-delicious[_ngcontent-ng-c1798067373]:before {
    content: "\f1a5"
}

.fa-democrat[_ngcontent-ng-c1798067373]:before {
    content: "\f747"
}

.fa-deploydog[_ngcontent-ng-c1798067373]:before {
    content: "\f38e"
}

.fa-deskpro[_ngcontent-ng-c1798067373]:before {
    content: "\f38f"
}

.fa-desktop[_ngcontent-ng-c1798067373]:before {
    content: "\f108"
}

.fa-dev[_ngcontent-ng-c1798067373]:before {
    content: "\f6cc"
}

.fa-deviantart[_ngcontent-ng-c1798067373]:before {
    content: "\f1bd"
}

.fa-dharmachakra[_ngcontent-ng-c1798067373]:before {
    content: "\f655"
}

.fa-dhl[_ngcontent-ng-c1798067373]:before {
    content: "\f790"
}

.fa-diagnoses[_ngcontent-ng-c1798067373]:before {
    content: "\f470"
}

.fa-diaspora[_ngcontent-ng-c1798067373]:before {
    content: "\f791"
}

.fa-dice[_ngcontent-ng-c1798067373]:before {
    content: "\f522"
}

.fa-dice-d20[_ngcontent-ng-c1798067373]:before {
    content: "\f6cf"
}

.fa-dice-d6[_ngcontent-ng-c1798067373]:before {
    content: "\f6d1"
}

.fa-dice-five[_ngcontent-ng-c1798067373]:before {
    content: "\f523"
}

.fa-dice-four[_ngcontent-ng-c1798067373]:before {
    content: "\f524"
}

.fa-dice-one[_ngcontent-ng-c1798067373]:before {
    content: "\f525"
}

.fa-dice-six[_ngcontent-ng-c1798067373]:before {
    content: "\f526"
}

.fa-dice-three[_ngcontent-ng-c1798067373]:before {
    content: "\f527"
}

.fa-dice-two[_ngcontent-ng-c1798067373]:before {
    content: "\f528"
}

.fa-digg[_ngcontent-ng-c1798067373]:before {
    content: "\f1a6"
}

.fa-digital-ocean[_ngcontent-ng-c1798067373]:before {
    content: "\f391"
}

.fa-digital-tachograph[_ngcontent-ng-c1798067373]:before {
    content: "\f566"
}

.fa-directions[_ngcontent-ng-c1798067373]:before {
    content: "\f5eb"
}

.fa-discord[_ngcontent-ng-c1798067373]:before {
    content: "\f392"
}

.fa-discourse[_ngcontent-ng-c1798067373]:before {
    content: "\f393"
}

.fa-divide[_ngcontent-ng-c1798067373]:before {
    content: "\f529"
}

.fa-dizzy[_ngcontent-ng-c1798067373]:before {
    content: "\f567"
}

.fa-dna[_ngcontent-ng-c1798067373]:before {
    content: "\f471"
}

.fa-dochub[_ngcontent-ng-c1798067373]:before {
    content: "\f394"
}

.fa-docker[_ngcontent-ng-c1798067373]:before {
    content: "\f395"
}

.fa-dog[_ngcontent-ng-c1798067373]:before {
    content: "\f6d3"
}

.fa-dollar-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f155"
}

.fa-dolly[_ngcontent-ng-c1798067373]:before {
    content: "\f472"
}

.fa-dolly-flatbed[_ngcontent-ng-c1798067373]:before {
    content: "\f474"
}

.fa-donate[_ngcontent-ng-c1798067373]:before {
    content: "\f4b9"
}

.fa-door-closed[_ngcontent-ng-c1798067373]:before {
    content: "\f52a"
}

.fa-door-open[_ngcontent-ng-c1798067373]:before {
    content: "\f52b"
}

.fa-dot-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f192"
}

.fa-dove[_ngcontent-ng-c1798067373]:before {
    content: "\f4ba"
}

.fa-download[_ngcontent-ng-c1798067373]:before {
    content: "\f019"
}

.fa-draft2digital[_ngcontent-ng-c1798067373]:before {
    content: "\f396"
}

.fa-drafting-compass[_ngcontent-ng-c1798067373]:before {
    content: "\f568"
}

.fa-dragon[_ngcontent-ng-c1798067373]:before {
    content: "\f6d5"
}

.fa-draw-polygon[_ngcontent-ng-c1798067373]:before {
    content: "\f5ee"
}

.fa-dribbble[_ngcontent-ng-c1798067373]:before {
    content: "\f17d"
}

.fa-dribbble-square[_ngcontent-ng-c1798067373]:before {
    content: "\f397"
}

.fa-dropbox[_ngcontent-ng-c1798067373]:before {
    content: "\f16b"
}

.fa-drum[_ngcontent-ng-c1798067373]:before {
    content: "\f569"
}

.fa-drum-steelpan[_ngcontent-ng-c1798067373]:before {
    content: "\f56a"
}

.fa-drumstick-bite[_ngcontent-ng-c1798067373]:before {
    content: "\f6d7"
}

.fa-drupal[_ngcontent-ng-c1798067373]:before {
    content: "\f1a9"
}

.fa-dumbbell[_ngcontent-ng-c1798067373]:before {
    content: "\f44b"
}

.fa-dumpster[_ngcontent-ng-c1798067373]:before {
    content: "\f793"
}

.fa-dumpster-fire[_ngcontent-ng-c1798067373]:before {
    content: "\f794"
}

.fa-dungeon[_ngcontent-ng-c1798067373]:before {
    content: "\f6d9"
}

.fa-dyalog[_ngcontent-ng-c1798067373]:before {
    content: "\f399"
}

.fa-earlybirds[_ngcontent-ng-c1798067373]:before {
    content: "\f39a"
}

.fa-ebay[_ngcontent-ng-c1798067373]:before {
    content: "\f4f4"
}

.fa-edge[_ngcontent-ng-c1798067373]:before {
    content: "\f282"
}

.fa-edit[_ngcontent-ng-c1798067373]:before {
    content: "\f044"
}

.fa-egg[_ngcontent-ng-c1798067373]:before {
    content: "\f7fb"
}

.fa-eject[_ngcontent-ng-c1798067373]:before {
    content: "\f052"
}

.fa-elementor[_ngcontent-ng-c1798067373]:before {
    content: "\f430"
}

.fa-ellipsis-h[_ngcontent-ng-c1798067373]:before {
    content: "\f141"
}

.fa-ellipsis-v[_ngcontent-ng-c1798067373]:before {
    content: "\f142"
}

.fa-ello[_ngcontent-ng-c1798067373]:before {
    content: "\f5f1"
}

.fa-ember[_ngcontent-ng-c1798067373]:before {
    content: "\f423"
}

.fa-empire[_ngcontent-ng-c1798067373]:before {
    content: "\f1d1"
}

.fa-envelope[_ngcontent-ng-c1798067373]:before {
    content: "\f0e0"
}

.fa-envelope-open[_ngcontent-ng-c1798067373]:before {
    content: "\f2b6"
}

.fa-envelope-open-text[_ngcontent-ng-c1798067373]:before {
    content: "\f658"
}

.fa-envelope-square[_ngcontent-ng-c1798067373]:before {
    content: "\f199"
}

.fa-envira[_ngcontent-ng-c1798067373]:before {
    content: "\f299"
}

.fa-equals[_ngcontent-ng-c1798067373]:before {
    content: "\f52c"
}

.fa-eraser[_ngcontent-ng-c1798067373]:before {
    content: "\f12d"
}

.fa-erlang[_ngcontent-ng-c1798067373]:before {
    content: "\f39d"
}

.fa-ethereum[_ngcontent-ng-c1798067373]:before {
    content: "\f42e"
}

.fa-ethernet[_ngcontent-ng-c1798067373]:before {
    content: "\f796"
}

.fa-etsy[_ngcontent-ng-c1798067373]:before {
    content: "\f2d7"
}

.fa-euro-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f153"
}

.fa-evernote[_ngcontent-ng-c1798067373]:before {
    content: "\f839"
}

.fa-exchange-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f362"
}

.fa-exclamation[_ngcontent-ng-c1798067373]:before {
    content: "\f12a"
}

.fa-exclamation-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f06a"
}

.fa-exclamation-triangle[_ngcontent-ng-c1798067373]:before {
    content: "\f071"
}

.fa-expand[_ngcontent-ng-c1798067373]:before {
    content: "\f065"
}

.fa-expand-arrows-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f31e"
}

.fa-expeditedssl[_ngcontent-ng-c1798067373]:before {
    content: "\f23e"
}

.fa-external-link-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f35d"
}

.fa-external-link-square-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f360"
}

.fa-eye[_ngcontent-ng-c1798067373]:before {
    content: "\f06e"
}

.fa-eye-dropper[_ngcontent-ng-c1798067373]:before {
    content: "\f1fb"
}

.fa-eye-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f070"
}

.fa-facebook[_ngcontent-ng-c1798067373]:before {
    content: "\f09a"
}

.fa-facebook-f[_ngcontent-ng-c1798067373]:before {
    content: "\f39e"
}

.fa-facebook-messenger[_ngcontent-ng-c1798067373]:before {
    content: "\f39f"
}

.fa-facebook-square[_ngcontent-ng-c1798067373]:before {
    content: "\f082"
}

.fa-fan[_ngcontent-ng-c1798067373]:before {
    content: "\f863"
}

.fa-fantasy-flight-games[_ngcontent-ng-c1798067373]:before {
    content: "\f6dc"
}

.fa-fast-backward[_ngcontent-ng-c1798067373]:before {
    content: "\f049"
}

.fa-fast-forward[_ngcontent-ng-c1798067373]:before {
    content: "\f050"
}

.fa-fax[_ngcontent-ng-c1798067373]:before {
    content: "\f1ac"
}

.fa-feather[_ngcontent-ng-c1798067373]:before {
    content: "\f52d"
}

.fa-feather-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f56b"
}

.fa-fedex[_ngcontent-ng-c1798067373]:before {
    content: "\f797"
}

.fa-fedora[_ngcontent-ng-c1798067373]:before {
    content: "\f798"
}

.fa-female[_ngcontent-ng-c1798067373]:before {
    content: "\f182"
}

.fa-fighter-jet[_ngcontent-ng-c1798067373]:before {
    content: "\f0fb"
}

.fa-figma[_ngcontent-ng-c1798067373]:before {
    content: "\f799"
}

.fa-file[_ngcontent-ng-c1798067373]:before {
    content: "\f15b"
}

.fa-file-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f15c"
}

.fa-file-archive[_ngcontent-ng-c1798067373]:before {
    content: "\f1c6"
}

.fa-file-audio[_ngcontent-ng-c1798067373]:before {
    content: "\f1c7"
}

.fa-file-code[_ngcontent-ng-c1798067373]:before {
    content: "\f1c9"
}

.fa-file-contract[_ngcontent-ng-c1798067373]:before {
    content: "\f56c"
}

.fa-file-csv[_ngcontent-ng-c1798067373]:before {
    content: "\f6dd"
}

.fa-file-download[_ngcontent-ng-c1798067373]:before {
    content: "\f56d"
}

.fa-file-excel[_ngcontent-ng-c1798067373]:before {
    content: "\f1c3"
}

.fa-file-export[_ngcontent-ng-c1798067373]:before {
    content: "\f56e"
}

.fa-file-image[_ngcontent-ng-c1798067373]:before {
    content: "\f1c5"
}

.fa-file-import[_ngcontent-ng-c1798067373]:before {
    content: "\f56f"
}

.fa-file-invoice[_ngcontent-ng-c1798067373]:before {
    content: "\f570"
}

.fa-file-invoice-dollar[_ngcontent-ng-c1798067373]:before {
    content: "\f571"
}

.fa-file-medical[_ngcontent-ng-c1798067373]:before {
    content: "\f477"
}

.fa-file-medical-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f478"
}

.fa-file-pdf[_ngcontent-ng-c1798067373]:before {
    content: "\f1c1"
}

.fa-file-powerpoint[_ngcontent-ng-c1798067373]:before {
    content: "\f1c4"
}

.fa-file-prescription[_ngcontent-ng-c1798067373]:before {
    content: "\f572"
}

.fa-file-signature[_ngcontent-ng-c1798067373]:before {
    content: "\f573"
}

.fa-file-upload[_ngcontent-ng-c1798067373]:before {
    content: "\f574"
}

.fa-file-video[_ngcontent-ng-c1798067373]:before {
    content: "\f1c8"
}

.fa-file-word[_ngcontent-ng-c1798067373]:before {
    content: "\f1c2"
}

.fa-fill[_ngcontent-ng-c1798067373]:before {
    content: "\f575"
}

.fa-fill-drip[_ngcontent-ng-c1798067373]:before {
    content: "\f576"
}

.fa-film[_ngcontent-ng-c1798067373]:before {
    content: "\f008"
}

.fa-filter[_ngcontent-ng-c1798067373]:before {
    content: "\f0b0"
}

.fa-fingerprint[_ngcontent-ng-c1798067373]:before {
    content: "\f577"
}

.fa-fire[_ngcontent-ng-c1798067373]:before {
    content: "\f06d"
}

.fa-fire-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f7e4"
}

.fa-fire-extinguisher[_ngcontent-ng-c1798067373]:before {
    content: "\f134"
}

.fa-firefox[_ngcontent-ng-c1798067373]:before {
    content: "\f269"
}

.fa-first-aid[_ngcontent-ng-c1798067373]:before {
    content: "\f479"
}

.fa-first-order[_ngcontent-ng-c1798067373]:before {
    content: "\f2b0"
}

.fa-first-order-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f50a"
}

.fa-firstdraft[_ngcontent-ng-c1798067373]:before {
    content: "\f3a1"
}

.fa-fish[_ngcontent-ng-c1798067373]:before {
    content: "\f578"
}

.fa-fist-raised[_ngcontent-ng-c1798067373]:before {
    content: "\f6de"
}

.fa-flag[_ngcontent-ng-c1798067373]:before {
    content: "\f024"
}

.fa-flag-checkered[_ngcontent-ng-c1798067373]:before {
    content: "\f11e"
}

.fa-flag-usa[_ngcontent-ng-c1798067373]:before {
    content: "\f74d"
}

.fa-flask[_ngcontent-ng-c1798067373]:before {
    content: "\f0c3"
}

.fa-flickr[_ngcontent-ng-c1798067373]:before {
    content: "\f16e"
}

.fa-flipboard[_ngcontent-ng-c1798067373]:before {
    content: "\f44d"
}

.fa-flushed[_ngcontent-ng-c1798067373]:before {
    content: "\f579"
}

.fa-fly[_ngcontent-ng-c1798067373]:before {
    content: "\f417"
}

.fa-folder[_ngcontent-ng-c1798067373]:before {
    content: "\f07b"
}

.fa-folder-minus[_ngcontent-ng-c1798067373]:before {
    content: "\f65d"
}

.fa-folder-open[_ngcontent-ng-c1798067373]:before {
    content: "\f07c"
}

.fa-folder-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f65e"
}

.fa-font[_ngcontent-ng-c1798067373]:before {
    content: "\f031"
}

.fa-font-awesome[_ngcontent-ng-c1798067373]:before {
    content: "\f2b4"
}

.fa-font-awesome-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f35c"
}

.fa-font-awesome-flag[_ngcontent-ng-c1798067373]:before {
    content: "\f425"
}

.fa-font-awesome-logo-full[_ngcontent-ng-c1798067373]:before {
    content: "\f4e6"
}

.fa-fonticons[_ngcontent-ng-c1798067373]:before {
    content: "\f280"
}

.fa-fonticons-fi[_ngcontent-ng-c1798067373]:before {
    content: "\f3a2"
}

.fa-football-ball[_ngcontent-ng-c1798067373]:before {
    content: "\f44e"
}

.fa-fort-awesome[_ngcontent-ng-c1798067373]:before {
    content: "\f286"
}

.fa-fort-awesome-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3a3"
}

.fa-forumbee[_ngcontent-ng-c1798067373]:before {
    content: "\f211"
}

.fa-forward[_ngcontent-ng-c1798067373]:before {
    content: "\f04e"
}

.fa-foursquare[_ngcontent-ng-c1798067373]:before {
    content: "\f180"
}

.fa-free-code-camp[_ngcontent-ng-c1798067373]:before {
    content: "\f2c5"
}

.fa-freebsd[_ngcontent-ng-c1798067373]:before {
    content: "\f3a4"
}

.fa-frog[_ngcontent-ng-c1798067373]:before {
    content: "\f52e"
}

.fa-frown[_ngcontent-ng-c1798067373]:before {
    content: "\f119"
}

.fa-frown-open[_ngcontent-ng-c1798067373]:before {
    content: "\f57a"
}

.fa-fulcrum[_ngcontent-ng-c1798067373]:before {
    content: "\f50b"
}

.fa-funnel-dollar[_ngcontent-ng-c1798067373]:before {
    content: "\f662"
}

.fa-futbol[_ngcontent-ng-c1798067373]:before {
    content: "\f1e3"
}

.fa-galactic-republic[_ngcontent-ng-c1798067373]:before {
    content: "\f50c"
}

.fa-galactic-senate[_ngcontent-ng-c1798067373]:before {
    content: "\f50d"
}

.fa-gamepad[_ngcontent-ng-c1798067373]:before {
    content: "\f11b"
}

.fa-gas-pump[_ngcontent-ng-c1798067373]:before {
    content: "\f52f"
}

.fa-gavel[_ngcontent-ng-c1798067373]:before {
    content: "\f0e3"
}

.fa-gem[_ngcontent-ng-c1798067373]:before {
    content: "\f3a5"
}

.fa-genderless[_ngcontent-ng-c1798067373]:before {
    content: "\f22d"
}

.fa-get-pocket[_ngcontent-ng-c1798067373]:before {
    content: "\f265"
}

.fa-gg[_ngcontent-ng-c1798067373]:before {
    content: "\f260"
}

.fa-gg-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f261"
}

.fa-ghost[_ngcontent-ng-c1798067373]:before {
    content: "\f6e2"
}

.fa-gift[_ngcontent-ng-c1798067373]:before {
    content: "\f06b"
}

.fa-gifts[_ngcontent-ng-c1798067373]:before {
    content: "\f79c"
}

.fa-git[_ngcontent-ng-c1798067373]:before {
    content: "\f1d3"
}

.fa-git-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f841"
}

.fa-git-square[_ngcontent-ng-c1798067373]:before {
    content: "\f1d2"
}

.fa-github[_ngcontent-ng-c1798067373]:before {
    content: "\f09b"
}

.fa-github-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f113"
}

.fa-github-square[_ngcontent-ng-c1798067373]:before {
    content: "\f092"
}

.fa-gitkraken[_ngcontent-ng-c1798067373]:before {
    content: "\f3a6"
}

.fa-gitlab[_ngcontent-ng-c1798067373]:before {
    content: "\f296"
}

.fa-gitter[_ngcontent-ng-c1798067373]:before {
    content: "\f426"
}

.fa-glass-cheers[_ngcontent-ng-c1798067373]:before {
    content: "\f79f"
}

.fa-glass-martini[_ngcontent-ng-c1798067373]:before {
    content: "\f000"
}

.fa-glass-martini-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f57b"
}

.fa-glass-whiskey[_ngcontent-ng-c1798067373]:before {
    content: "\f7a0"
}

.fa-glasses[_ngcontent-ng-c1798067373]:before {
    content: "\f530"
}

.fa-glide[_ngcontent-ng-c1798067373]:before {
    content: "\f2a5"
}

.fa-glide-g[_ngcontent-ng-c1798067373]:before {
    content: "\f2a6"
}

.fa-globe[_ngcontent-ng-c1798067373]:before {
    content: "\f0ac"
}

.fa-globe-africa[_ngcontent-ng-c1798067373]:before {
    content: "\f57c"
}

.fa-globe-americas[_ngcontent-ng-c1798067373]:before {
    content: "\f57d"
}

.fa-globe-asia[_ngcontent-ng-c1798067373]:before {
    content: "\f57e"
}

.fa-globe-europe[_ngcontent-ng-c1798067373]:before {
    content: "\f7a2"
}

.fa-gofore[_ngcontent-ng-c1798067373]:before {
    content: "\f3a7"
}

.fa-golf-ball[_ngcontent-ng-c1798067373]:before {
    content: "\f450"
}

.fa-goodreads[_ngcontent-ng-c1798067373]:before {
    content: "\f3a8"
}

.fa-goodreads-g[_ngcontent-ng-c1798067373]:before {
    content: "\f3a9"
}

.fa-google[_ngcontent-ng-c1798067373]:before {
    content: "\f1a0"
}

.fa-google-drive[_ngcontent-ng-c1798067373]:before {
    content: "\f3aa"
}

.fa-google-play[_ngcontent-ng-c1798067373]:before {
    content: "\f3ab"
}

.fa-google-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f2b3"
}

.fa-google-plus-g[_ngcontent-ng-c1798067373]:before {
    content: "\f0d5"
}

.fa-google-plus-square[_ngcontent-ng-c1798067373]:before {
    content: "\f0d4"
}

.fa-google-wallet[_ngcontent-ng-c1798067373]:before {
    content: "\f1ee"
}

.fa-gopuram[_ngcontent-ng-c1798067373]:before {
    content: "\f664"
}

.fa-graduation-cap[_ngcontent-ng-c1798067373]:before {
    content: "\f19d"
}

.fa-gratipay[_ngcontent-ng-c1798067373]:before {
    content: "\f184"
}

.fa-grav[_ngcontent-ng-c1798067373]:before {
    content: "\f2d6"
}

.fa-greater-than[_ngcontent-ng-c1798067373]:before {
    content: "\f531"
}

.fa-greater-than-equal[_ngcontent-ng-c1798067373]:before {
    content: "\f532"
}

.fa-grimace[_ngcontent-ng-c1798067373]:before {
    content: "\f57f"
}

.fa-grin[_ngcontent-ng-c1798067373]:before {
    content: "\f580"
}

.fa-grin-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f581"
}

.fa-grin-beam[_ngcontent-ng-c1798067373]:before {
    content: "\f582"
}

.fa-grin-beam-sweat[_ngcontent-ng-c1798067373]:before {
    content: "\f583"
}

.fa-grin-hearts[_ngcontent-ng-c1798067373]:before {
    content: "\f584"
}

.fa-grin-squint[_ngcontent-ng-c1798067373]:before {
    content: "\f585"
}

.fa-grin-squint-tears[_ngcontent-ng-c1798067373]:before {
    content: "\f586"
}

.fa-grin-stars[_ngcontent-ng-c1798067373]:before {
    content: "\f587"
}

.fa-grin-tears[_ngcontent-ng-c1798067373]:before {
    content: "\f588"
}

.fa-grin-tongue[_ngcontent-ng-c1798067373]:before {
    content: "\f589"
}

.fa-grin-tongue-squint[_ngcontent-ng-c1798067373]:before {
    content: "\f58a"
}

.fa-grin-tongue-wink[_ngcontent-ng-c1798067373]:before {
    content: "\f58b"
}

.fa-grin-wink[_ngcontent-ng-c1798067373]:before {
    content: "\f58c"
}

.fa-grip-horizontal[_ngcontent-ng-c1798067373]:before {
    content: "\f58d"
}

.fa-grip-lines[_ngcontent-ng-c1798067373]:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical[_ngcontent-ng-c1798067373]:before {
    content: "\f7a5"
}

.fa-grip-vertical[_ngcontent-ng-c1798067373]:before {
    content: "\f58e"
}

.fa-gripfire[_ngcontent-ng-c1798067373]:before {
    content: "\f3ac"
}

.fa-grunt[_ngcontent-ng-c1798067373]:before {
    content: "\f3ad"
}

.fa-guitar[_ngcontent-ng-c1798067373]:before {
    content: "\f7a6"
}

.fa-gulp[_ngcontent-ng-c1798067373]:before {
    content: "\f3ae"
}

.fa-h-square[_ngcontent-ng-c1798067373]:before {
    content: "\f0fd"
}

.fa-hacker-news[_ngcontent-ng-c1798067373]:before {
    content: "\f1d4"
}

.fa-hacker-news-square[_ngcontent-ng-c1798067373]:before {
    content: "\f3af"
}

.fa-hackerrank[_ngcontent-ng-c1798067373]:before {
    content: "\f5f7"
}

.fa-hamburger[_ngcontent-ng-c1798067373]:before {
    content: "\f805"
}

.fa-hammer[_ngcontent-ng-c1798067373]:before {
    content: "\f6e3"
}

.fa-hamsa[_ngcontent-ng-c1798067373]:before {
    content: "\f665"
}

.fa-hand-holding[_ngcontent-ng-c1798067373]:before {
    content: "\f4bd"
}

.fa-hand-holding-heart[_ngcontent-ng-c1798067373]:before {
    content: "\f4be"
}

.fa-hand-holding-usd[_ngcontent-ng-c1798067373]:before {
    content: "\f4c0"
}

.fa-hand-lizard[_ngcontent-ng-c1798067373]:before {
    content: "\f258"
}

.fa-hand-middle-finger[_ngcontent-ng-c1798067373]:before {
    content: "\f806"
}

.fa-hand-paper[_ngcontent-ng-c1798067373]:before {
    content: "\f256"
}

.fa-hand-peace[_ngcontent-ng-c1798067373]:before {
    content: "\f25b"
}

.fa-hand-point-down[_ngcontent-ng-c1798067373]:before {
    content: "\f0a7"
}

.fa-hand-point-left[_ngcontent-ng-c1798067373]:before {
    content: "\f0a5"
}

.fa-hand-point-right[_ngcontent-ng-c1798067373]:before {
    content: "\f0a4"
}

.fa-hand-point-up[_ngcontent-ng-c1798067373]:before {
    content: "\f0a6"
}

.fa-hand-pointer[_ngcontent-ng-c1798067373]:before {
    content: "\f25a"
}

.fa-hand-rock[_ngcontent-ng-c1798067373]:before {
    content: "\f255"
}

.fa-hand-scissors[_ngcontent-ng-c1798067373]:before {
    content: "\f257"
}

.fa-hand-spock[_ngcontent-ng-c1798067373]:before {
    content: "\f259"
}

.fa-hands[_ngcontent-ng-c1798067373]:before {
    content: "\f4c2"
}

.fa-hands-helping[_ngcontent-ng-c1798067373]:before {
    content: "\f4c4"
}

.fa-handshake[_ngcontent-ng-c1798067373]:before {
    content: "\f2b5"
}

.fa-hanukiah[_ngcontent-ng-c1798067373]:before {
    content: "\f6e6"
}

.fa-hard-hat[_ngcontent-ng-c1798067373]:before {
    content: "\f807"
}

.fa-hashtag[_ngcontent-ng-c1798067373]:before {
    content: "\f292"
}

.fa-hat-cowboy[_ngcontent-ng-c1798067373]:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side[_ngcontent-ng-c1798067373]:before {
    content: "\f8c1"
}

.fa-hat-wizard[_ngcontent-ng-c1798067373]:before {
    content: "\f6e8"
}

.fa-haykal[_ngcontent-ng-c1798067373]:before {
    content: "\f666"
}

.fa-hdd[_ngcontent-ng-c1798067373]:before {
    content: "\f0a0"
}

.fa-heading[_ngcontent-ng-c1798067373]:before {
    content: "\f1dc"
}

.fa-headphones[_ngcontent-ng-c1798067373]:before {
    content: "\f025"
}

.fa-headphones-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f58f"
}

.fa-headset[_ngcontent-ng-c1798067373]:before {
    content: "\f590"
}

.fa-heart[_ngcontent-ng-c1798067373]:before {
    content: "\f004"
}

.fa-heart-broken[_ngcontent-ng-c1798067373]:before {
    content: "\f7a9"
}

.fa-heartbeat[_ngcontent-ng-c1798067373]:before {
    content: "\f21e"
}

.fa-helicopter[_ngcontent-ng-c1798067373]:before {
    content: "\f533"
}

.fa-highlighter[_ngcontent-ng-c1798067373]:before {
    content: "\f591"
}

.fa-hiking[_ngcontent-ng-c1798067373]:before {
    content: "\f6ec"
}

.fa-hippo[_ngcontent-ng-c1798067373]:before {
    content: "\f6ed"
}

.fa-hips[_ngcontent-ng-c1798067373]:before {
    content: "\f452"
}

.fa-hire-a-helper[_ngcontent-ng-c1798067373]:before {
    content: "\f3b0"
}

.fa-history[_ngcontent-ng-c1798067373]:before {
    content: "\f1da"
}

.fa-hockey-puck[_ngcontent-ng-c1798067373]:before {
    content: "\f453"
}

.fa-holly-berry[_ngcontent-ng-c1798067373]:before {
    content: "\f7aa"
}

.fa-home[_ngcontent-ng-c1798067373]:before {
    content: "\f015"
}

.fa-hooli[_ngcontent-ng-c1798067373]:before {
    content: "\f427"
}

.fa-hornbill[_ngcontent-ng-c1798067373]:before {
    content: "\f592"
}

.fa-horse[_ngcontent-ng-c1798067373]:before {
    content: "\f6f0"
}

.fa-horse-head[_ngcontent-ng-c1798067373]:before {
    content: "\f7ab"
}

.fa-hospital[_ngcontent-ng-c1798067373]:before {
    content: "\f0f8"
}

.fa-hospital-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f47d"
}

.fa-hospital-symbol[_ngcontent-ng-c1798067373]:before {
    content: "\f47e"
}

.fa-hot-tub[_ngcontent-ng-c1798067373]:before {
    content: "\f593"
}

.fa-hotdog[_ngcontent-ng-c1798067373]:before {
    content: "\f80f"
}

.fa-hotel[_ngcontent-ng-c1798067373]:before {
    content: "\f594"
}

.fa-hotjar[_ngcontent-ng-c1798067373]:before {
    content: "\f3b1"
}

.fa-hourglass[_ngcontent-ng-c1798067373]:before {
    content: "\f254"
}

.fa-hourglass-end[_ngcontent-ng-c1798067373]:before {
    content: "\f253"
}

.fa-hourglass-half[_ngcontent-ng-c1798067373]:before {
    content: "\f252"
}

.fa-hourglass-start[_ngcontent-ng-c1798067373]:before {
    content: "\f251"
}

.fa-house-damage[_ngcontent-ng-c1798067373]:before {
    content: "\f6f1"
}

.fa-houzz[_ngcontent-ng-c1798067373]:before {
    content: "\f27c"
}

.fa-hryvnia[_ngcontent-ng-c1798067373]:before {
    content: "\f6f2"
}

.fa-html5[_ngcontent-ng-c1798067373]:before {
    content: "\f13b"
}

.fa-hubspot[_ngcontent-ng-c1798067373]:before {
    content: "\f3b2"
}

.fa-i-cursor[_ngcontent-ng-c1798067373]:before {
    content: "\f246"
}

.fa-ice-cream[_ngcontent-ng-c1798067373]:before {
    content: "\f810"
}

.fa-icicles[_ngcontent-ng-c1798067373]:before {
    content: "\f7ad"
}

.fa-icons[_ngcontent-ng-c1798067373]:before {
    content: "\f86d"
}

.fa-id-badge[_ngcontent-ng-c1798067373]:before {
    content: "\f2c1"
}

.fa-id-card[_ngcontent-ng-c1798067373]:before {
    content: "\f2c2"
}

.fa-id-card-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f47f"
}

.fa-igloo[_ngcontent-ng-c1798067373]:before {
    content: "\f7ae"
}

.fa-image[_ngcontent-ng-c1798067373]:before {
    content: "\f03e"
}

.fa-images[_ngcontent-ng-c1798067373]:before {
    content: "\f302"
}

.fa-imdb[_ngcontent-ng-c1798067373]:before {
    content: "\f2d8"
}

.fa-inbox[_ngcontent-ng-c1798067373]:before {
    content: "\f01c"
}

.fa-indent[_ngcontent-ng-c1798067373]:before {
    content: "\f03c"
}

.fa-industry[_ngcontent-ng-c1798067373]:before {
    content: "\f275"
}

.fa-infinity[_ngcontent-ng-c1798067373]:before {
    content: "\f534"
}

.fa-info[_ngcontent-ng-c1798067373]:before {
    content: "\f129"
}

.fa-info-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f05a"
}

.fa-instagram[_ngcontent-ng-c1798067373]:before {
    content: "\f16d"
}

.fa-intercom[_ngcontent-ng-c1798067373]:before {
    content: "\f7af"
}

.fa-internet-explorer[_ngcontent-ng-c1798067373]:before {
    content: "\f26b"
}

.fa-invision[_ngcontent-ng-c1798067373]:before {
    content: "\f7b0"
}

.fa-ioxhost[_ngcontent-ng-c1798067373]:before {
    content: "\f208"
}

.fa-italic[_ngcontent-ng-c1798067373]:before {
    content: "\f033"
}

.fa-itch-io[_ngcontent-ng-c1798067373]:before {
    content: "\f83a"
}

.fa-itunes[_ngcontent-ng-c1798067373]:before {
    content: "\f3b4"
}

.fa-itunes-note[_ngcontent-ng-c1798067373]:before {
    content: "\f3b5"
}

.fa-java[_ngcontent-ng-c1798067373]:before {
    content: "\f4e4"
}

.fa-jedi[_ngcontent-ng-c1798067373]:before {
    content: "\f669"
}

.fa-jedi-order[_ngcontent-ng-c1798067373]:before {
    content: "\f50e"
}

.fa-jenkins[_ngcontent-ng-c1798067373]:before {
    content: "\f3b6"
}

.fa-jira[_ngcontent-ng-c1798067373]:before {
    content: "\f7b1"
}

.fa-joget[_ngcontent-ng-c1798067373]:before {
    content: "\f3b7"
}

.fa-joint[_ngcontent-ng-c1798067373]:before {
    content: "\f595"
}

.fa-joomla[_ngcontent-ng-c1798067373]:before {
    content: "\f1aa"
}

.fa-journal-whills[_ngcontent-ng-c1798067373]:before {
    content: "\f66a"
}

.fa-js[_ngcontent-ng-c1798067373]:before {
    content: "\f3b8"
}

.fa-js-square[_ngcontent-ng-c1798067373]:before {
    content: "\f3b9"
}

.fa-jsfiddle[_ngcontent-ng-c1798067373]:before {
    content: "\f1cc"
}

.fa-kaaba[_ngcontent-ng-c1798067373]:before {
    content: "\f66b"
}

.fa-kaggle[_ngcontent-ng-c1798067373]:before {
    content: "\f5fa"
}

.fa-key[_ngcontent-ng-c1798067373]:before {
    content: "\f084"
}

.fa-keybase[_ngcontent-ng-c1798067373]:before {
    content: "\f4f5"
}

.fa-keyboard[_ngcontent-ng-c1798067373]:before {
    content: "\f11c"
}

.fa-keycdn[_ngcontent-ng-c1798067373]:before {
    content: "\f3ba"
}

.fa-khanda[_ngcontent-ng-c1798067373]:before {
    content: "\f66d"
}

.fa-kickstarter[_ngcontent-ng-c1798067373]:before {
    content: "\f3bb"
}

.fa-kickstarter-k[_ngcontent-ng-c1798067373]:before {
    content: "\f3bc"
}

.fa-kiss[_ngcontent-ng-c1798067373]:before {
    content: "\f596"
}

.fa-kiss-beam[_ngcontent-ng-c1798067373]:before {
    content: "\f597"
}

.fa-kiss-wink-heart[_ngcontent-ng-c1798067373]:before {
    content: "\f598"
}

.fa-kiwi-bird[_ngcontent-ng-c1798067373]:before {
    content: "\f535"
}

.fa-korvue[_ngcontent-ng-c1798067373]:before {
    content: "\f42f"
}

.fa-landmark[_ngcontent-ng-c1798067373]:before {
    content: "\f66f"
}

.fa-language[_ngcontent-ng-c1798067373]:before {
    content: "\f1ab"
}

.fa-laptop[_ngcontent-ng-c1798067373]:before {
    content: "\f109"
}

.fa-laptop-code[_ngcontent-ng-c1798067373]:before {
    content: "\f5fc"
}

.fa-laptop-medical[_ngcontent-ng-c1798067373]:before {
    content: "\f812"
}

.fa-laravel[_ngcontent-ng-c1798067373]:before {
    content: "\f3bd"
}

.fa-lastfm[_ngcontent-ng-c1798067373]:before {
    content: "\f202"
}

.fa-lastfm-square[_ngcontent-ng-c1798067373]:before {
    content: "\f203"
}

.fa-laugh[_ngcontent-ng-c1798067373]:before {
    content: "\f599"
}

.fa-laugh-beam[_ngcontent-ng-c1798067373]:before {
    content: "\f59a"
}

.fa-laugh-squint[_ngcontent-ng-c1798067373]:before {
    content: "\f59b"
}

.fa-laugh-wink[_ngcontent-ng-c1798067373]:before {
    content: "\f59c"
}

.fa-layer-group[_ngcontent-ng-c1798067373]:before {
    content: "\f5fd"
}

.fa-leaf[_ngcontent-ng-c1798067373]:before {
    content: "\f06c"
}

.fa-leanpub[_ngcontent-ng-c1798067373]:before {
    content: "\f212"
}

.fa-lemon[_ngcontent-ng-c1798067373]:before {
    content: "\f094"
}

.fa-less[_ngcontent-ng-c1798067373]:before {
    content: "\f41d"
}

.fa-less-than[_ngcontent-ng-c1798067373]:before {
    content: "\f536"
}

.fa-less-than-equal[_ngcontent-ng-c1798067373]:before {
    content: "\f537"
}

.fa-level-down-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3be"
}

.fa-level-up-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3bf"
}

.fa-life-ring[_ngcontent-ng-c1798067373]:before {
    content: "\f1cd"
}

.fa-lightbulb[_ngcontent-ng-c1798067373]:before {
    content: "\f0eb"
}

.fa-line[_ngcontent-ng-c1798067373]:before {
    content: "\f3c0"
}

.fa-link[_ngcontent-ng-c1798067373]:before {
    content: "\f0c1"
}

.fa-linkedin[_ngcontent-ng-c1798067373]:before {
    content: "\f08c"
}

.fa-linkedin-in[_ngcontent-ng-c1798067373]:before {
    content: "\f0e1"
}

.fa-linode[_ngcontent-ng-c1798067373]:before {
    content: "\f2b8"
}

.fa-linux[_ngcontent-ng-c1798067373]:before {
    content: "\f17c"
}

.fa-lira-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f195"
}

.fa-list[_ngcontent-ng-c1798067373]:before {
    content: "\f03a"
}

.fa-list-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f022"
}

.fa-list-ol[_ngcontent-ng-c1798067373]:before {
    content: "\f0cb"
}

.fa-list-ul[_ngcontent-ng-c1798067373]:before {
    content: "\f0ca"
}

.fa-location-arrow[_ngcontent-ng-c1798067373]:before {
    content: "\f124"
}

.fa-lock[_ngcontent-ng-c1798067373]:before {
    content: "\f023"
}

.fa-lock-open[_ngcontent-ng-c1798067373]:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down[_ngcontent-ng-c1798067373]:before {
    content: "\f309"
}

.fa-long-arrow-alt-left[_ngcontent-ng-c1798067373]:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right[_ngcontent-ng-c1798067373]:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up[_ngcontent-ng-c1798067373]:before {
    content: "\f30c"
}

.fa-low-vision[_ngcontent-ng-c1798067373]:before {
    content: "\f2a8"
}

.fa-luggage-cart[_ngcontent-ng-c1798067373]:before {
    content: "\f59d"
}

.fa-lyft[_ngcontent-ng-c1798067373]:before {
    content: "\f3c3"
}

.fa-magento[_ngcontent-ng-c1798067373]:before {
    content: "\f3c4"
}

.fa-magic[_ngcontent-ng-c1798067373]:before {
    content: "\f0d0"
}

.fa-magnet[_ngcontent-ng-c1798067373]:before {
    content: "\f076"
}

.fa-mail-bulk[_ngcontent-ng-c1798067373]:before {
    content: "\f674"
}

.fa-mailchimp[_ngcontent-ng-c1798067373]:before {
    content: "\f59e"
}

.fa-male[_ngcontent-ng-c1798067373]:before {
    content: "\f183"
}

.fa-mandalorian[_ngcontent-ng-c1798067373]:before {
    content: "\f50f"
}

.fa-map[_ngcontent-ng-c1798067373]:before {
    content: "\f279"
}

.fa-map-marked[_ngcontent-ng-c1798067373]:before {
    content: "\f59f"
}

.fa-map-marked-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f5a0"
}

.fa-map-marker[_ngcontent-ng-c1798067373]:before {
    content: "\f041"
}

.fa-map-marker-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3c5"
}

.fa-map-pin[_ngcontent-ng-c1798067373]:before {
    content: "\f276"
}

.fa-map-signs[_ngcontent-ng-c1798067373]:before {
    content: "\f277"
}

.fa-markdown[_ngcontent-ng-c1798067373]:before {
    content: "\f60f"
}

.fa-marker[_ngcontent-ng-c1798067373]:before {
    content: "\f5a1"
}

.fa-mars[_ngcontent-ng-c1798067373]:before {
    content: "\f222"
}

.fa-mars-double[_ngcontent-ng-c1798067373]:before {
    content: "\f227"
}

.fa-mars-stroke[_ngcontent-ng-c1798067373]:before {
    content: "\f229"
}

.fa-mars-stroke-h[_ngcontent-ng-c1798067373]:before {
    content: "\f22b"
}

.fa-mars-stroke-v[_ngcontent-ng-c1798067373]:before {
    content: "\f22a"
}

.fa-mask[_ngcontent-ng-c1798067373]:before {
    content: "\f6fa"
}

.fa-mastodon[_ngcontent-ng-c1798067373]:before {
    content: "\f4f6"
}

.fa-maxcdn[_ngcontent-ng-c1798067373]:before {
    content: "\f136"
}

.fa-mdb[_ngcontent-ng-c1798067373]:before {
    content: "\f8ca"
}

.fa-medal[_ngcontent-ng-c1798067373]:before {
    content: "\f5a2"
}

.fa-medapps[_ngcontent-ng-c1798067373]:before {
    content: "\f3c6"
}

.fa-medium[_ngcontent-ng-c1798067373]:before {
    content: "\f23a"
}

.fa-medium-m[_ngcontent-ng-c1798067373]:before {
    content: "\f3c7"
}

.fa-medkit[_ngcontent-ng-c1798067373]:before {
    content: "\f0fa"
}

.fa-medrt[_ngcontent-ng-c1798067373]:before {
    content: "\f3c8"
}

.fa-meetup[_ngcontent-ng-c1798067373]:before {
    content: "\f2e0"
}

.fa-megaport[_ngcontent-ng-c1798067373]:before {
    content: "\f5a3"
}

.fa-meh[_ngcontent-ng-c1798067373]:before {
    content: "\f11a"
}

.fa-meh-blank[_ngcontent-ng-c1798067373]:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes[_ngcontent-ng-c1798067373]:before {
    content: "\f5a5"
}

.fa-memory[_ngcontent-ng-c1798067373]:before {
    content: "\f538"
}

.fa-mendeley[_ngcontent-ng-c1798067373]:before {
    content: "\f7b3"
}

.fa-menorah[_ngcontent-ng-c1798067373]:before {
    content: "\f676"
}

.fa-mercury[_ngcontent-ng-c1798067373]:before {
    content: "\f223"
}

.fa-meteor[_ngcontent-ng-c1798067373]:before {
    content: "\f753"
}

.fa-microchip[_ngcontent-ng-c1798067373]:before {
    content: "\f2db"
}

.fa-microphone[_ngcontent-ng-c1798067373]:before {
    content: "\f130"
}

.fa-microphone-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f539"
}

.fa-microphone-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f131"
}

.fa-microscope[_ngcontent-ng-c1798067373]:before {
    content: "\f610"
}

.fa-microsoft[_ngcontent-ng-c1798067373]:before {
    content: "\f3ca"
}

.fa-minus[_ngcontent-ng-c1798067373]:before {
    content: "\f068"
}

.fa-minus-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f056"
}

.fa-minus-square[_ngcontent-ng-c1798067373]:before {
    content: "\f146"
}

.fa-mitten[_ngcontent-ng-c1798067373]:before {
    content: "\f7b5"
}

.fa-mix[_ngcontent-ng-c1798067373]:before {
    content: "\f3cb"
}

.fa-mixcloud[_ngcontent-ng-c1798067373]:before {
    content: "\f289"
}

.fa-mizuni[_ngcontent-ng-c1798067373]:before {
    content: "\f3cc"
}

.fa-mobile[_ngcontent-ng-c1798067373]:before {
    content: "\f10b"
}

.fa-mobile-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3cd"
}

.fa-modx[_ngcontent-ng-c1798067373]:before {
    content: "\f285"
}

.fa-monero[_ngcontent-ng-c1798067373]:before {
    content: "\f3d0"
}

.fa-money-bill[_ngcontent-ng-c1798067373]:before {
    content: "\f0d6"
}

.fa-money-bill-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3d1"
}

.fa-money-bill-wave[_ngcontent-ng-c1798067373]:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f53b"
}

.fa-money-check[_ngcontent-ng-c1798067373]:before {
    content: "\f53c"
}

.fa-money-check-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f53d"
}

.fa-monument[_ngcontent-ng-c1798067373]:before {
    content: "\f5a6"
}

.fa-moon[_ngcontent-ng-c1798067373]:before {
    content: "\f186"
}

.fa-mortar-pestle[_ngcontent-ng-c1798067373]:before {
    content: "\f5a7"
}

.fa-mosque[_ngcontent-ng-c1798067373]:before {
    content: "\f678"
}

.fa-motorcycle[_ngcontent-ng-c1798067373]:before {
    content: "\f21c"
}

.fa-mountain[_ngcontent-ng-c1798067373]:before {
    content: "\f6fc"
}

.fa-mouse[_ngcontent-ng-c1798067373]:before {
    content: "\f8cc"
}

.fa-mouse-pointer[_ngcontent-ng-c1798067373]:before {
    content: "\f245"
}

.fa-mug-hot[_ngcontent-ng-c1798067373]:before {
    content: "\f7b6"
}

.fa-music[_ngcontent-ng-c1798067373]:before {
    content: "\f001"
}

.fa-napster[_ngcontent-ng-c1798067373]:before {
    content: "\f3d2"
}

.fa-neos[_ngcontent-ng-c1798067373]:before {
    content: "\f612"
}

.fa-network-wired[_ngcontent-ng-c1798067373]:before {
    content: "\f6ff"
}

.fa-neuter[_ngcontent-ng-c1798067373]:before {
    content: "\f22c"
}

.fa-newspaper[_ngcontent-ng-c1798067373]:before {
    content: "\f1ea"
}

.fa-nimblr[_ngcontent-ng-c1798067373]:before {
    content: "\f5a8"
}

.fa-node[_ngcontent-ng-c1798067373]:before {
    content: "\f419"
}

.fa-node-js[_ngcontent-ng-c1798067373]:before {
    content: "\f3d3"
}

.fa-not-equal[_ngcontent-ng-c1798067373]:before {
    content: "\f53e"
}

.fa-notes-medical[_ngcontent-ng-c1798067373]:before {
    content: "\f481"
}

.fa-npm[_ngcontent-ng-c1798067373]:before {
    content: "\f3d4"
}

.fa-ns8[_ngcontent-ng-c1798067373]:before {
    content: "\f3d5"
}

.fa-nutritionix[_ngcontent-ng-c1798067373]:before {
    content: "\f3d6"
}

.fa-object-group[_ngcontent-ng-c1798067373]:before {
    content: "\f247"
}

.fa-object-ungroup[_ngcontent-ng-c1798067373]:before {
    content: "\f248"
}

.fa-odnoklassniki[_ngcontent-ng-c1798067373]:before {
    content: "\f263"
}

.fa-odnoklassniki-square[_ngcontent-ng-c1798067373]:before {
    content: "\f264"
}

.fa-oil-can[_ngcontent-ng-c1798067373]:before {
    content: "\f613"
}

.fa-old-republic[_ngcontent-ng-c1798067373]:before {
    content: "\f510"
}

.fa-om[_ngcontent-ng-c1798067373]:before {
    content: "\f679"
}

.fa-opencart[_ngcontent-ng-c1798067373]:before {
    content: "\f23d"
}

.fa-openid[_ngcontent-ng-c1798067373]:before {
    content: "\f19b"
}

.fa-opera[_ngcontent-ng-c1798067373]:before {
    content: "\f26a"
}

.fa-optin-monster[_ngcontent-ng-c1798067373]:before {
    content: "\f23c"
}

.fa-orcid[_ngcontent-ng-c1798067373]:before {
    content: "\f8d2"
}

.fa-osi[_ngcontent-ng-c1798067373]:before {
    content: "\f41a"
}

.fa-otter[_ngcontent-ng-c1798067373]:before {
    content: "\f700"
}

.fa-outdent[_ngcontent-ng-c1798067373]:before {
    content: "\f03b"
}

.fa-page4[_ngcontent-ng-c1798067373]:before {
    content: "\f3d7"
}

.fa-pagelines[_ngcontent-ng-c1798067373]:before {
    content: "\f18c"
}

.fa-pager[_ngcontent-ng-c1798067373]:before {
    content: "\f815"
}

.fa-paint-brush[_ngcontent-ng-c1798067373]:before {
    content: "\f1fc"
}

.fa-paint-roller[_ngcontent-ng-c1798067373]:before {
    content: "\f5aa"
}

.fa-palette[_ngcontent-ng-c1798067373]:before {
    content: "\f53f"
}

.fa-palfed[_ngcontent-ng-c1798067373]:before {
    content: "\f3d8"
}

.fa-pallet[_ngcontent-ng-c1798067373]:before {
    content: "\f482"
}

.fa-paper-plane[_ngcontent-ng-c1798067373]:before {
    content: "\f1d8"
}

.fa-paperclip[_ngcontent-ng-c1798067373]:before {
    content: "\f0c6"
}

.fa-parachute-box[_ngcontent-ng-c1798067373]:before {
    content: "\f4cd"
}

.fa-paragraph[_ngcontent-ng-c1798067373]:before {
    content: "\f1dd"
}

.fa-parking[_ngcontent-ng-c1798067373]:before {
    content: "\f540"
}

.fa-passport[_ngcontent-ng-c1798067373]:before {
    content: "\f5ab"
}

.fa-pastafarianism[_ngcontent-ng-c1798067373]:before {
    content: "\f67b"
}

.fa-paste[_ngcontent-ng-c1798067373]:before {
    content: "\f0ea"
}

.fa-patreon[_ngcontent-ng-c1798067373]:before {
    content: "\f3d9"
}

.fa-pause[_ngcontent-ng-c1798067373]:before {
    content: "\f04c"
}

.fa-pause-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f28b"
}

.fa-paw[_ngcontent-ng-c1798067373]:before {
    content: "\f1b0"
}

.fa-paypal[_ngcontent-ng-c1798067373]:before {
    content: "\f1ed"
}

.fa-peace[_ngcontent-ng-c1798067373]:before {
    content: "\f67c"
}

.fa-pen[_ngcontent-ng-c1798067373]:before {
    content: "\f304"
}

.fa-pen-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f305"
}

.fa-pen-fancy[_ngcontent-ng-c1798067373]:before {
    content: "\f5ac"
}

.fa-pen-nib[_ngcontent-ng-c1798067373]:before {
    content: "\f5ad"
}

.fa-pen-square[_ngcontent-ng-c1798067373]:before {
    content: "\f14b"
}

.fa-pencil-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f303"
}

.fa-pencil-ruler[_ngcontent-ng-c1798067373]:before {
    content: "\f5ae"
}

.fa-penny-arcade[_ngcontent-ng-c1798067373]:before {
    content: "\f704"
}

.fa-people-carry[_ngcontent-ng-c1798067373]:before {
    content: "\f4ce"
}

.fa-pepper-hot[_ngcontent-ng-c1798067373]:before {
    content: "\f816"
}

.fa-percent[_ngcontent-ng-c1798067373]:before {
    content: "\f295"
}

.fa-percentage[_ngcontent-ng-c1798067373]:before {
    content: "\f541"
}

.fa-periscope[_ngcontent-ng-c1798067373]:before {
    content: "\f3da"
}

.fa-person-booth[_ngcontent-ng-c1798067373]:before {
    content: "\f756"
}

.fa-phabricator[_ngcontent-ng-c1798067373]:before {
    content: "\f3db"
}

.fa-phoenix-framework[_ngcontent-ng-c1798067373]:before {
    content: "\f3dc"
}

.fa-phoenix-squadron[_ngcontent-ng-c1798067373]:before {
    content: "\f511"
}

.fa-phone[_ngcontent-ng-c1798067373]:before {
    content: "\f095"
}

.fa-phone-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f879"
}

.fa-phone-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f3dd"
}

.fa-phone-square[_ngcontent-ng-c1798067373]:before {
    content: "\f098"
}

.fa-phone-square-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f87b"
}

.fa-phone-volume[_ngcontent-ng-c1798067373]:before {
    content: "\f2a0"
}

.fa-photo-video[_ngcontent-ng-c1798067373]:before {
    content: "\f87c"
}

.fa-php[_ngcontent-ng-c1798067373]:before {
    content: "\f457"
}

.fa-pied-piper[_ngcontent-ng-c1798067373]:before {
    content: "\f2ae"
}

.fa-pied-piper-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f1a8"
}

.fa-pied-piper-hat[_ngcontent-ng-c1798067373]:before {
    content: "\f4e5"
}

.fa-pied-piper-pp[_ngcontent-ng-c1798067373]:before {
    content: "\f1a7"
}

.fa-piggy-bank[_ngcontent-ng-c1798067373]:before {
    content: "\f4d3"
}

.fa-pills[_ngcontent-ng-c1798067373]:before {
    content: "\f484"
}

.fa-pinterest[_ngcontent-ng-c1798067373]:before {
    content: "\f0d2"
}

.fa-pinterest-p[_ngcontent-ng-c1798067373]:before {
    content: "\f231"
}

.fa-pinterest-square[_ngcontent-ng-c1798067373]:before {
    content: "\f0d3"
}

.fa-pizza-slice[_ngcontent-ng-c1798067373]:before {
    content: "\f818"
}

.fa-place-of-worship[_ngcontent-ng-c1798067373]:before {
    content: "\f67f"
}

.fa-plane[_ngcontent-ng-c1798067373]:before {
    content: "\f072"
}

.fa-plane-arrival[_ngcontent-ng-c1798067373]:before {
    content: "\f5af"
}

.fa-plane-departure[_ngcontent-ng-c1798067373]:before {
    content: "\f5b0"
}

.fa-play[_ngcontent-ng-c1798067373]:before {
    content: "\f04b"
}

.fa-play-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f144"
}

.fa-playstation[_ngcontent-ng-c1798067373]:before {
    content: "\f3df"
}

.fa-plug[_ngcontent-ng-c1798067373]:before {
    content: "\f1e6"
}

.fa-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f067"
}

.fa-plus-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f055"
}

.fa-plus-square[_ngcontent-ng-c1798067373]:before {
    content: "\f0fe"
}

.fa-podcast[_ngcontent-ng-c1798067373]:before {
    content: "\f2ce"
}

.fa-poll[_ngcontent-ng-c1798067373]:before {
    content: "\f681"
}

.fa-poll-h[_ngcontent-ng-c1798067373]:before {
    content: "\f682"
}

.fa-poo[_ngcontent-ng-c1798067373]:before {
    content: "\f2fe"
}

.fa-poo-storm[_ngcontent-ng-c1798067373]:before {
    content: "\f75a"
}

.fa-poop[_ngcontent-ng-c1798067373]:before {
    content: "\f619"
}

.fa-portrait[_ngcontent-ng-c1798067373]:before {
    content: "\f3e0"
}

.fa-pound-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f154"
}

.fa-power-off[_ngcontent-ng-c1798067373]:before {
    content: "\f011"
}

.fa-pray[_ngcontent-ng-c1798067373]:before {
    content: "\f683"
}

.fa-praying-hands[_ngcontent-ng-c1798067373]:before {
    content: "\f684"
}

.fa-prescription[_ngcontent-ng-c1798067373]:before {
    content: "\f5b1"
}

.fa-prescription-bottle[_ngcontent-ng-c1798067373]:before {
    content: "\f485"
}

.fa-prescription-bottle-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f486"
}

.fa-print[_ngcontent-ng-c1798067373]:before {
    content: "\f02f"
}

.fa-procedures[_ngcontent-ng-c1798067373]:before {
    content: "\f487"
}

.fa-product-hunt[_ngcontent-ng-c1798067373]:before {
    content: "\f288"
}

.fa-project-diagram[_ngcontent-ng-c1798067373]:before {
    content: "\f542"
}

.fa-pushed[_ngcontent-ng-c1798067373]:before {
    content: "\f3e1"
}

.fa-puzzle-piece[_ngcontent-ng-c1798067373]:before {
    content: "\f12e"
}

.fa-python[_ngcontent-ng-c1798067373]:before {
    content: "\f3e2"
}

.fa-qq[_ngcontent-ng-c1798067373]:before {
    content: "\f1d6"
}

.fa-qrcode[_ngcontent-ng-c1798067373]:before {
    content: "\f029"
}

.fa-question[_ngcontent-ng-c1798067373]:before {
    content: "\f128"
}

.fa-question-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f059"
}

.fa-quidditch[_ngcontent-ng-c1798067373]:before {
    content: "\f458"
}

.fa-quinscape[_ngcontent-ng-c1798067373]:before {
    content: "\f459"
}

.fa-quora[_ngcontent-ng-c1798067373]:before {
    content: "\f2c4"
}

.fa-quote-left[_ngcontent-ng-c1798067373]:before {
    content: "\f10d"
}

.fa-quote-right[_ngcontent-ng-c1798067373]:before {
    content: "\f10e"
}

.fa-quran[_ngcontent-ng-c1798067373]:before {
    content: "\f687"
}

.fa-r-project[_ngcontent-ng-c1798067373]:before {
    content: "\f4f7"
}

.fa-radiation[_ngcontent-ng-c1798067373]:before {
    content: "\f7b9"
}

.fa-radiation-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f7ba"
}

.fa-rainbow[_ngcontent-ng-c1798067373]:before {
    content: "\f75b"
}

.fa-random[_ngcontent-ng-c1798067373]:before {
    content: "\f074"
}

.fa-raspberry-pi[_ngcontent-ng-c1798067373]:before {
    content: "\f7bb"
}

.fa-ravelry[_ngcontent-ng-c1798067373]:before {
    content: "\f2d9"
}

.fa-react[_ngcontent-ng-c1798067373]:before {
    content: "\f41b"
}

.fa-reacteurope[_ngcontent-ng-c1798067373]:before {
    content: "\f75d"
}

.fa-readme[_ngcontent-ng-c1798067373]:before {
    content: "\f4d5"
}

.fa-rebel[_ngcontent-ng-c1798067373]:before {
    content: "\f1d0"
}

.fa-receipt[_ngcontent-ng-c1798067373]:before {
    content: "\f543"
}

.fa-record-vinyl[_ngcontent-ng-c1798067373]:before {
    content: "\f8d9"
}

.fa-recycle[_ngcontent-ng-c1798067373]:before {
    content: "\f1b8"
}

.fa-red-river[_ngcontent-ng-c1798067373]:before {
    content: "\f3e3"
}

.fa-reddit[_ngcontent-ng-c1798067373]:before {
    content: "\f1a1"
}

.fa-reddit-alien[_ngcontent-ng-c1798067373]:before {
    content: "\f281"
}

.fa-reddit-square[_ngcontent-ng-c1798067373]:before {
    content: "\f1a2"
}

.fa-redhat[_ngcontent-ng-c1798067373]:before {
    content: "\f7bc"
}

.fa-redo[_ngcontent-ng-c1798067373]:before {
    content: "\f01e"
}

.fa-redo-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f2f9"
}

.fa-registered[_ngcontent-ng-c1798067373]:before {
    content: "\f25d"
}

.fa-remove-format[_ngcontent-ng-c1798067373]:before {
    content: "\f87d"
}

.fa-renren[_ngcontent-ng-c1798067373]:before {
    content: "\f18b"
}

.fa-reply[_ngcontent-ng-c1798067373]:before {
    content: "\f3e5"
}

.fa-reply-all[_ngcontent-ng-c1798067373]:before {
    content: "\f122"
}

.fa-replyd[_ngcontent-ng-c1798067373]:before {
    content: "\f3e6"
}

.fa-republican[_ngcontent-ng-c1798067373]:before {
    content: "\f75e"
}

.fa-researchgate[_ngcontent-ng-c1798067373]:before {
    content: "\f4f8"
}

.fa-resolving[_ngcontent-ng-c1798067373]:before {
    content: "\f3e7"
}

.fa-restroom[_ngcontent-ng-c1798067373]:before {
    content: "\f7bd"
}

.fa-retweet[_ngcontent-ng-c1798067373]:before {
    content: "\f079"
}

.fa-rev[_ngcontent-ng-c1798067373]:before {
    content: "\f5b2"
}

.fa-ribbon[_ngcontent-ng-c1798067373]:before {
    content: "\f4d6"
}

.fa-ring[_ngcontent-ng-c1798067373]:before {
    content: "\f70b"
}

.fa-road[_ngcontent-ng-c1798067373]:before {
    content: "\f018"
}

.fa-robot[_ngcontent-ng-c1798067373]:before {
    content: "\f544"
}

.fa-rocket[_ngcontent-ng-c1798067373]:before {
    content: "\f135"
}

.fa-rocketchat[_ngcontent-ng-c1798067373]:before {
    content: "\f3e8"
}

.fa-rockrms[_ngcontent-ng-c1798067373]:before {
    content: "\f3e9"
}

.fa-route[_ngcontent-ng-c1798067373]:before {
    content: "\f4d7"
}

.fa-rss[_ngcontent-ng-c1798067373]:before {
    content: "\f09e"
}

.fa-rss-square[_ngcontent-ng-c1798067373]:before {
    content: "\f143"
}

.fa-ruble-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f158"
}

.fa-ruler[_ngcontent-ng-c1798067373]:before {
    content: "\f545"
}

.fa-ruler-combined[_ngcontent-ng-c1798067373]:before {
    content: "\f546"
}

.fa-ruler-horizontal[_ngcontent-ng-c1798067373]:before {
    content: "\f547"
}

.fa-ruler-vertical[_ngcontent-ng-c1798067373]:before {
    content: "\f548"
}

.fa-running[_ngcontent-ng-c1798067373]:before {
    content: "\f70c"
}

.fa-rupee-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f156"
}

.fa-sad-cry[_ngcontent-ng-c1798067373]:before {
    content: "\f5b3"
}

.fa-sad-tear[_ngcontent-ng-c1798067373]:before {
    content: "\f5b4"
}

.fa-safari[_ngcontent-ng-c1798067373]:before {
    content: "\f267"
}

.fa-salesforce[_ngcontent-ng-c1798067373]:before {
    content: "\f83b"
}

.fa-sass[_ngcontent-ng-c1798067373]:before {
    content: "\f41e"
}

.fa-satellite[_ngcontent-ng-c1798067373]:before {
    content: "\f7bf"
}

.fa-satellite-dish[_ngcontent-ng-c1798067373]:before {
    content: "\f7c0"
}

.fa-save[_ngcontent-ng-c1798067373]:before {
    content: "\f0c7"
}

.fa-schlix[_ngcontent-ng-c1798067373]:before {
    content: "\f3ea"
}

.fa-school[_ngcontent-ng-c1798067373]:before {
    content: "\f549"
}

.fa-screwdriver[_ngcontent-ng-c1798067373]:before {
    content: "\f54a"
}

.fa-scribd[_ngcontent-ng-c1798067373]:before {
    content: "\f28a"
}

.fa-scroll[_ngcontent-ng-c1798067373]:before {
    content: "\f70e"
}

.fa-sd-card[_ngcontent-ng-c1798067373]:before {
    content: "\f7c2"
}

.fa-search[_ngcontent-ng-c1798067373]:before {
    content: "\f002"
}

.fa-search-dollar[_ngcontent-ng-c1798067373]:before {
    content: "\f688"
}

.fa-search-location[_ngcontent-ng-c1798067373]:before {
    content: "\f689"
}

.fa-search-minus[_ngcontent-ng-c1798067373]:before {
    content: "\f010"
}

.fa-search-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f00e"
}

.fa-searchengin[_ngcontent-ng-c1798067373]:before {
    content: "\f3eb"
}

.fa-seedling[_ngcontent-ng-c1798067373]:before {
    content: "\f4d8"
}

.fa-sellcast[_ngcontent-ng-c1798067373]:before {
    content: "\f2da"
}

.fa-sellsy[_ngcontent-ng-c1798067373]:before {
    content: "\f213"
}

.fa-server[_ngcontent-ng-c1798067373]:before {
    content: "\f233"
}

.fa-servicestack[_ngcontent-ng-c1798067373]:before {
    content: "\f3ec"
}

.fa-shapes[_ngcontent-ng-c1798067373]:before {
    content: "\f61f"
}

.fa-share[_ngcontent-ng-c1798067373]:before {
    content: "\f064"
}

.fa-share-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f1e0"
}

.fa-share-alt-square[_ngcontent-ng-c1798067373]:before {
    content: "\f1e1"
}

.fa-share-square[_ngcontent-ng-c1798067373]:before {
    content: "\f14d"
}

.fa-shekel-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f20b"
}

.fa-shield-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3ed"
}

.fa-ship[_ngcontent-ng-c1798067373]:before {
    content: "\f21a"
}

.fa-shipping-fast[_ngcontent-ng-c1798067373]:before {
    content: "\f48b"
}

.fa-shirtsinbulk[_ngcontent-ng-c1798067373]:before {
    content: "\f214"
}

.fa-shoe-prints[_ngcontent-ng-c1798067373]:before {
    content: "\f54b"
}

.fa-shopping-bag[_ngcontent-ng-c1798067373]:before {
    content: "\f290"
}

.fa-shopping-basket[_ngcontent-ng-c1798067373]:before {
    content: "\f291"
}

.fa-shopping-cart[_ngcontent-ng-c1798067373]:before {
    content: "\f07a"
}

.fa-shopware[_ngcontent-ng-c1798067373]:before {
    content: "\f5b5"
}

.fa-shower[_ngcontent-ng-c1798067373]:before {
    content: "\f2cc"
}

.fa-shuttle-van[_ngcontent-ng-c1798067373]:before {
    content: "\f5b6"
}

.fa-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f4d9"
}

.fa-sign-in-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f2f6"
}

.fa-sign-language[_ngcontent-ng-c1798067373]:before {
    content: "\f2a7"
}

.fa-sign-out-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f2f5"
}

.fa-signal[_ngcontent-ng-c1798067373]:before {
    content: "\f012"
}

.fa-signature[_ngcontent-ng-c1798067373]:before {
    content: "\f5b7"
}

.fa-sim-card[_ngcontent-ng-c1798067373]:before {
    content: "\f7c4"
}

.fa-simplybuilt[_ngcontent-ng-c1798067373]:before {
    content: "\f215"
}

.fa-sistrix[_ngcontent-ng-c1798067373]:before {
    content: "\f3ee"
}

.fa-sitemap[_ngcontent-ng-c1798067373]:before {
    content: "\f0e8"
}

.fa-sith[_ngcontent-ng-c1798067373]:before {
    content: "\f512"
}

.fa-skating[_ngcontent-ng-c1798067373]:before {
    content: "\f7c5"
}

.fa-sketch[_ngcontent-ng-c1798067373]:before {
    content: "\f7c6"
}

.fa-skiing[_ngcontent-ng-c1798067373]:before {
    content: "\f7c9"
}

.fa-skiing-nordic[_ngcontent-ng-c1798067373]:before {
    content: "\f7ca"
}

.fa-skull[_ngcontent-ng-c1798067373]:before {
    content: "\f54c"
}

.fa-skull-crossbones[_ngcontent-ng-c1798067373]:before {
    content: "\f714"
}

.fa-skyatlas[_ngcontent-ng-c1798067373]:before {
    content: "\f216"
}

.fa-skype[_ngcontent-ng-c1798067373]:before {
    content: "\f17e"
}

.fa-slack[_ngcontent-ng-c1798067373]:before {
    content: "\f198"
}

.fa-slack-hash[_ngcontent-ng-c1798067373]:before {
    content: "\f3ef"
}

.fa-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f715"
}

.fa-sleigh[_ngcontent-ng-c1798067373]:before {
    content: "\f7cc"
}

.fa-sliders-h[_ngcontent-ng-c1798067373]:before {
    content: "\f1de"
}

.fa-slideshare[_ngcontent-ng-c1798067373]:before {
    content: "\f1e7"
}

.fa-smile[_ngcontent-ng-c1798067373]:before {
    content: "\f118"
}

.fa-smile-beam[_ngcontent-ng-c1798067373]:before {
    content: "\f5b8"
}

.fa-smile-wink[_ngcontent-ng-c1798067373]:before {
    content: "\f4da"
}

.fa-smog[_ngcontent-ng-c1798067373]:before {
    content: "\f75f"
}

.fa-smoking[_ngcontent-ng-c1798067373]:before {
    content: "\f48d"
}

.fa-smoking-ban[_ngcontent-ng-c1798067373]:before {
    content: "\f54d"
}

.fa-sms[_ngcontent-ng-c1798067373]:before {
    content: "\f7cd"
}

.fa-snapchat[_ngcontent-ng-c1798067373]:before {
    content: "\f2ab"
}

.fa-snapchat-ghost[_ngcontent-ng-c1798067373]:before {
    content: "\f2ac"
}

.fa-snapchat-square[_ngcontent-ng-c1798067373]:before {
    content: "\f2ad"
}

.fa-snowboarding[_ngcontent-ng-c1798067373]:before {
    content: "\f7ce"
}

.fa-snowflake[_ngcontent-ng-c1798067373]:before {
    content: "\f2dc"
}

.fa-snowman[_ngcontent-ng-c1798067373]:before {
    content: "\f7d0"
}

.fa-snowplow[_ngcontent-ng-c1798067373]:before {
    content: "\f7d2"
}

.fa-socks[_ngcontent-ng-c1798067373]:before {
    content: "\f696"
}

.fa-solar-panel[_ngcontent-ng-c1798067373]:before {
    content: "\f5ba"
}

.fa-sort[_ngcontent-ng-c1798067373]:before {
    content: "\f0dc"
}

.fa-sort-alpha-down[_ngcontent-ng-c1798067373]:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f881"
}

.fa-sort-alpha-up[_ngcontent-ng-c1798067373]:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f882"
}

.fa-sort-amount-down[_ngcontent-ng-c1798067373]:before {
    content: "\f160"
}

.fa-sort-amount-down-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f884"
}

.fa-sort-amount-up[_ngcontent-ng-c1798067373]:before {
    content: "\f161"
}

.fa-sort-amount-up-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f885"
}

.fa-sort-down[_ngcontent-ng-c1798067373]:before {
    content: "\f0dd"
}

.fa-sort-numeric-down[_ngcontent-ng-c1798067373]:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f886"
}

.fa-sort-numeric-up[_ngcontent-ng-c1798067373]:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f887"
}

.fa-sort-up[_ngcontent-ng-c1798067373]:before {
    content: "\f0de"
}

.fa-soundcloud[_ngcontent-ng-c1798067373]:before {
    content: "\f1be"
}

.fa-sourcetree[_ngcontent-ng-c1798067373]:before {
    content: "\f7d3"
}

.fa-spa[_ngcontent-ng-c1798067373]:before {
    content: "\f5bb"
}

.fa-space-shuttle[_ngcontent-ng-c1798067373]:before {
    content: "\f197"
}

.fa-speakap[_ngcontent-ng-c1798067373]:before {
    content: "\f3f3"
}

.fa-speaker-deck[_ngcontent-ng-c1798067373]:before {
    content: "\f83c"
}

.fa-spell-check[_ngcontent-ng-c1798067373]:before {
    content: "\f891"
}

.fa-spider[_ngcontent-ng-c1798067373]:before {
    content: "\f717"
}

.fa-spinner[_ngcontent-ng-c1798067373]:before {
    content: "\f110"
}

.fa-splotch[_ngcontent-ng-c1798067373]:before {
    content: "\f5bc"
}

.fa-spotify[_ngcontent-ng-c1798067373]:before {
    content: "\f1bc"
}

.fa-spray-can[_ngcontent-ng-c1798067373]:before {
    content: "\f5bd"
}

.fa-square[_ngcontent-ng-c1798067373]:before {
    content: "\f0c8"
}

.fa-square-full[_ngcontent-ng-c1798067373]:before {
    content: "\f45c"
}

.fa-square-root-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f698"
}

.fa-squarespace[_ngcontent-ng-c1798067373]:before {
    content: "\f5be"
}

.fa-stack-exchange[_ngcontent-ng-c1798067373]:before {
    content: "\f18d"
}

.fa-stack-overflow[_ngcontent-ng-c1798067373]:before {
    content: "\f16c"
}

.fa-stackpath[_ngcontent-ng-c1798067373]:before {
    content: "\f842"
}

.fa-stamp[_ngcontent-ng-c1798067373]:before {
    content: "\f5bf"
}

.fa-star[_ngcontent-ng-c1798067373]:before {
    content: "\f005"
}

.fa-star-and-crescent[_ngcontent-ng-c1798067373]:before {
    content: "\f699"
}

.fa-star-half[_ngcontent-ng-c1798067373]:before {
    content: "\f089"
}

.fa-star-half-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f5c0"
}

.fa-star-of-david[_ngcontent-ng-c1798067373]:before {
    content: "\f69a"
}

.fa-star-of-life[_ngcontent-ng-c1798067373]:before {
    content: "\f621"
}

.fa-staylinked[_ngcontent-ng-c1798067373]:before {
    content: "\f3f5"
}

.fa-steam[_ngcontent-ng-c1798067373]:before {
    content: "\f1b6"
}

.fa-steam-square[_ngcontent-ng-c1798067373]:before {
    content: "\f1b7"
}

.fa-steam-symbol[_ngcontent-ng-c1798067373]:before {
    content: "\f3f6"
}

.fa-step-backward[_ngcontent-ng-c1798067373]:before {
    content: "\f048"
}

.fa-step-forward[_ngcontent-ng-c1798067373]:before {
    content: "\f051"
}

.fa-stethoscope[_ngcontent-ng-c1798067373]:before {
    content: "\f0f1"
}

.fa-sticker-mule[_ngcontent-ng-c1798067373]:before {
    content: "\f3f7"
}

.fa-sticky-note[_ngcontent-ng-c1798067373]:before {
    content: "\f249"
}

.fa-stop[_ngcontent-ng-c1798067373]:before {
    content: "\f04d"
}

.fa-stop-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f28d"
}

.fa-stopwatch[_ngcontent-ng-c1798067373]:before {
    content: "\f2f2"
}

.fa-store[_ngcontent-ng-c1798067373]:before {
    content: "\f54e"
}

.fa-store-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f54f"
}

.fa-strava[_ngcontent-ng-c1798067373]:before {
    content: "\f428"
}

.fa-stream[_ngcontent-ng-c1798067373]:before {
    content: "\f550"
}

.fa-street-view[_ngcontent-ng-c1798067373]:before {
    content: "\f21d"
}

.fa-strikethrough[_ngcontent-ng-c1798067373]:before {
    content: "\f0cc"
}

.fa-stripe[_ngcontent-ng-c1798067373]:before {
    content: "\f429"
}

.fa-stripe-s[_ngcontent-ng-c1798067373]:before {
    content: "\f42a"
}

.fa-stroopwafel[_ngcontent-ng-c1798067373]:before {
    content: "\f551"
}

.fa-studiovinari[_ngcontent-ng-c1798067373]:before {
    content: "\f3f8"
}

.fa-stumbleupon[_ngcontent-ng-c1798067373]:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f1a3"
}

.fa-subscript[_ngcontent-ng-c1798067373]:before {
    content: "\f12c"
}

.fa-subway[_ngcontent-ng-c1798067373]:before {
    content: "\f239"
}

.fa-suitcase[_ngcontent-ng-c1798067373]:before {
    content: "\f0f2"
}

.fa-suitcase-rolling[_ngcontent-ng-c1798067373]:before {
    content: "\f5c1"
}

.fa-sun[_ngcontent-ng-c1798067373]:before {
    content: "\f185"
}

.fa-superpowers[_ngcontent-ng-c1798067373]:before {
    content: "\f2dd"
}

.fa-superscript[_ngcontent-ng-c1798067373]:before {
    content: "\f12b"
}

.fa-supple[_ngcontent-ng-c1798067373]:before {
    content: "\f3f9"
}

.fa-surprise[_ngcontent-ng-c1798067373]:before {
    content: "\f5c2"
}

.fa-suse[_ngcontent-ng-c1798067373]:before {
    content: "\f7d6"
}

.fa-swatchbook[_ngcontent-ng-c1798067373]:before {
    content: "\f5c3"
}

.fa-swift[_ngcontent-ng-c1798067373]:before {
    content: "\f8e1"
}

.fa-swimmer[_ngcontent-ng-c1798067373]:before {
    content: "\f5c4"
}

.fa-swimming-pool[_ngcontent-ng-c1798067373]:before {
    content: "\f5c5"
}

.fa-symfony[_ngcontent-ng-c1798067373]:before {
    content: "\f83d"
}

.fa-synagogue[_ngcontent-ng-c1798067373]:before {
    content: "\f69b"
}

.fa-sync[_ngcontent-ng-c1798067373]:before {
    content: "\f021"
}

.fa-sync-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f2f1"
}

.fa-syringe[_ngcontent-ng-c1798067373]:before {
    content: "\f48e"
}

.fa-table[_ngcontent-ng-c1798067373]:before {
    content: "\f0ce"
}

.fa-table-tennis[_ngcontent-ng-c1798067373]:before {
    content: "\f45d"
}

.fa-tablet[_ngcontent-ng-c1798067373]:before {
    content: "\f10a"
}

.fa-tablet-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3fa"
}

.fa-tablets[_ngcontent-ng-c1798067373]:before {
    content: "\f490"
}

.fa-tachometer-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3fd"
}

.fa-tag[_ngcontent-ng-c1798067373]:before {
    content: "\f02b"
}

.fa-tags[_ngcontent-ng-c1798067373]:before {
    content: "\f02c"
}

.fa-tape[_ngcontent-ng-c1798067373]:before {
    content: "\f4db"
}

.fa-tasks[_ngcontent-ng-c1798067373]:before {
    content: "\f0ae"
}

.fa-taxi[_ngcontent-ng-c1798067373]:before {
    content: "\f1ba"
}

.fa-teamspeak[_ngcontent-ng-c1798067373]:before {
    content: "\f4f9"
}

.fa-teeth[_ngcontent-ng-c1798067373]:before {
    content: "\f62e"
}

.fa-teeth-open[_ngcontent-ng-c1798067373]:before {
    content: "\f62f"
}

.fa-telegram[_ngcontent-ng-c1798067373]:before {
    content: "\f2c6"
}

.fa-telegram-plane[_ngcontent-ng-c1798067373]:before {
    content: "\f3fe"
}

.fa-temperature-high[_ngcontent-ng-c1798067373]:before {
    content: "\f769"
}

.fa-temperature-low[_ngcontent-ng-c1798067373]:before {
    content: "\f76b"
}

.fa-tencent-weibo[_ngcontent-ng-c1798067373]:before {
    content: "\f1d5"
}

.fa-tenge[_ngcontent-ng-c1798067373]:before {
    content: "\f7d7"
}

.fa-terminal[_ngcontent-ng-c1798067373]:before {
    content: "\f120"
}

.fa-text-height[_ngcontent-ng-c1798067373]:before {
    content: "\f034"
}

.fa-text-width[_ngcontent-ng-c1798067373]:before {
    content: "\f035"
}

.fa-th[_ngcontent-ng-c1798067373]:before {
    content: "\f00a"
}

.fa-th-large[_ngcontent-ng-c1798067373]:before {
    content: "\f009"
}

.fa-th-list[_ngcontent-ng-c1798067373]:before {
    content: "\f00b"
}

.fa-the-red-yeti[_ngcontent-ng-c1798067373]:before {
    content: "\f69d"
}

.fa-theater-masks[_ngcontent-ng-c1798067373]:before {
    content: "\f630"
}

.fa-themeco[_ngcontent-ng-c1798067373]:before {
    content: "\f5c6"
}

.fa-themeisle[_ngcontent-ng-c1798067373]:before {
    content: "\f2b2"
}

.fa-thermometer[_ngcontent-ng-c1798067373]:before {
    content: "\f491"
}

.fa-thermometer-empty[_ngcontent-ng-c1798067373]:before {
    content: "\f2cb"
}

.fa-thermometer-full[_ngcontent-ng-c1798067373]:before {
    content: "\f2c7"
}

.fa-thermometer-half[_ngcontent-ng-c1798067373]:before {
    content: "\f2c9"
}

.fa-thermometer-quarter[_ngcontent-ng-c1798067373]:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters[_ngcontent-ng-c1798067373]:before {
    content: "\f2c8"
}

.fa-think-peaks[_ngcontent-ng-c1798067373]:before {
    content: "\f731"
}

.fa-thumbs-down[_ngcontent-ng-c1798067373]:before {
    content: "\f165"
}

.fa-thumbs-up[_ngcontent-ng-c1798067373]:before {
    content: "\f164"
}

.fa-thumbtack[_ngcontent-ng-c1798067373]:before {
    content: "\f08d"
}

.fa-ticket-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f3ff"
}

.fa-times[_ngcontent-ng-c1798067373]:before {
    content: "\f00d"
}

.fa-times-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f057"
}

.fa-tint[_ngcontent-ng-c1798067373]:before {
    content: "\f043"
}

.fa-tint-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f5c7"
}

.fa-tired[_ngcontent-ng-c1798067373]:before {
    content: "\f5c8"
}

.fa-toggle-off[_ngcontent-ng-c1798067373]:before {
    content: "\f204"
}

.fa-toggle-on[_ngcontent-ng-c1798067373]:before {
    content: "\f205"
}

.fa-toilet[_ngcontent-ng-c1798067373]:before {
    content: "\f7d8"
}

.fa-toilet-paper[_ngcontent-ng-c1798067373]:before {
    content: "\f71e"
}

.fa-toolbox[_ngcontent-ng-c1798067373]:before {
    content: "\f552"
}

.fa-tools[_ngcontent-ng-c1798067373]:before {
    content: "\f7d9"
}

.fa-tooth[_ngcontent-ng-c1798067373]:before {
    content: "\f5c9"
}

.fa-torah[_ngcontent-ng-c1798067373]:before {
    content: "\f6a0"
}

.fa-torii-gate[_ngcontent-ng-c1798067373]:before {
    content: "\f6a1"
}

.fa-tractor[_ngcontent-ng-c1798067373]:before {
    content: "\f722"
}

.fa-trade-federation[_ngcontent-ng-c1798067373]:before {
    content: "\f513"
}

.fa-trademark[_ngcontent-ng-c1798067373]:before {
    content: "\f25c"
}

.fa-traffic-light[_ngcontent-ng-c1798067373]:before {
    content: "\f637"
}

.fa-train[_ngcontent-ng-c1798067373]:before {
    content: "\f238"
}

.fa-tram[_ngcontent-ng-c1798067373]:before {
    content: "\f7da"
}

.fa-transgender[_ngcontent-ng-c1798067373]:before {
    content: "\f224"
}

.fa-transgender-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f225"
}

.fa-trash[_ngcontent-ng-c1798067373]:before {
    content: "\f1f8"
}

.fa-trash-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f2ed"
}

.fa-trash-restore[_ngcontent-ng-c1798067373]:before {
    content: "\f829"
}

.fa-trash-restore-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f82a"
}

.fa-tree[_ngcontent-ng-c1798067373]:before {
    content: "\f1bb"
}

.fa-trello[_ngcontent-ng-c1798067373]:before {
    content: "\f181"
}

.fa-tripadvisor[_ngcontent-ng-c1798067373]:before {
    content: "\f262"
}

.fa-trophy[_ngcontent-ng-c1798067373]:before {
    content: "\f091"
}

.fa-truck[_ngcontent-ng-c1798067373]:before {
    content: "\f0d1"
}

.fa-truck-loading[_ngcontent-ng-c1798067373]:before {
    content: "\f4de"
}

.fa-truck-monster[_ngcontent-ng-c1798067373]:before {
    content: "\f63b"
}

.fa-truck-moving[_ngcontent-ng-c1798067373]:before {
    content: "\f4df"
}

.fa-truck-pickup[_ngcontent-ng-c1798067373]:before {
    content: "\f63c"
}

.fa-tshirt[_ngcontent-ng-c1798067373]:before {
    content: "\f553"
}

.fa-tty[_ngcontent-ng-c1798067373]:before {
    content: "\f1e4"
}

.fa-tumblr[_ngcontent-ng-c1798067373]:before {
    content: "\f173"
}

.fa-tumblr-square[_ngcontent-ng-c1798067373]:before {
    content: "\f174"
}

.fa-tv[_ngcontent-ng-c1798067373]:before {
    content: "\f26c"
}

.fa-twitch[_ngcontent-ng-c1798067373]:before {
    content: "\f1e8"
}

.fa-twitter[_ngcontent-ng-c1798067373]:before {
    content: "\f099"
}

.fa-twitter-square[_ngcontent-ng-c1798067373]:before {
    content: "\f081"
}

.fa-typo3[_ngcontent-ng-c1798067373]:before {
    content: "\f42b"
}

.fa-uber[_ngcontent-ng-c1798067373]:before {
    content: "\f402"
}

.fa-ubuntu[_ngcontent-ng-c1798067373]:before {
    content: "\f7df"
}

.fa-uikit[_ngcontent-ng-c1798067373]:before {
    content: "\f403"
}

.fa-umbraco[_ngcontent-ng-c1798067373]:before {
    content: "\f8e8"
}

.fa-umbrella[_ngcontent-ng-c1798067373]:before {
    content: "\f0e9"
}

.fa-umbrella-beach[_ngcontent-ng-c1798067373]:before {
    content: "\f5ca"
}

.fa-underline[_ngcontent-ng-c1798067373]:before {
    content: "\f0cd"
}

.fa-undo[_ngcontent-ng-c1798067373]:before {
    content: "\f0e2"
}

.fa-undo-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f2ea"
}

.fa-uniregistry[_ngcontent-ng-c1798067373]:before {
    content: "\f404"
}

.fa-universal-access[_ngcontent-ng-c1798067373]:before {
    content: "\f29a"
}

.fa-university[_ngcontent-ng-c1798067373]:before {
    content: "\f19c"
}

.fa-unlink[_ngcontent-ng-c1798067373]:before {
    content: "\f127"
}

.fa-unlock[_ngcontent-ng-c1798067373]:before {
    content: "\f09c"
}

.fa-unlock-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f13e"
}

.fa-untappd[_ngcontent-ng-c1798067373]:before {
    content: "\f405"
}

.fa-upload[_ngcontent-ng-c1798067373]:before {
    content: "\f093"
}

.fa-ups[_ngcontent-ng-c1798067373]:before {
    content: "\f7e0"
}

.fa-usb[_ngcontent-ng-c1798067373]:before {
    content: "\f287"
}

.fa-user[_ngcontent-ng-c1798067373]:before {
    content: "\f007"
}

.fa-user-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f406"
}

.fa-user-alt-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f4fa"
}

.fa-user-astronaut[_ngcontent-ng-c1798067373]:before {
    content: "\f4fb"
}

.fa-user-check[_ngcontent-ng-c1798067373]:before {
    content: "\f4fc"
}

.fa-user-circle[_ngcontent-ng-c1798067373]:before {
    content: "\f2bd"
}

.fa-user-clock[_ngcontent-ng-c1798067373]:before {
    content: "\f4fd"
}

.fa-user-cog[_ngcontent-ng-c1798067373]:before {
    content: "\f4fe"
}

.fa-user-edit[_ngcontent-ng-c1798067373]:before {
    content: "\f4ff"
}

.fa-user-friends[_ngcontent-ng-c1798067373]:before {
    content: "\f500"
}

.fa-user-graduate[_ngcontent-ng-c1798067373]:before {
    content: "\f501"
}

.fa-user-injured[_ngcontent-ng-c1798067373]:before {
    content: "\f728"
}

.fa-user-lock[_ngcontent-ng-c1798067373]:before {
    content: "\f502"
}

.fa-user-md[_ngcontent-ng-c1798067373]:before {
    content: "\f0f0"
}

.fa-user-minus[_ngcontent-ng-c1798067373]:before {
    content: "\f503"
}

.fa-user-ninja[_ngcontent-ng-c1798067373]:before {
    content: "\f504"
}

.fa-user-nurse[_ngcontent-ng-c1798067373]:before {
    content: "\f82f"
}

.fa-user-plus[_ngcontent-ng-c1798067373]:before {
    content: "\f234"
}

.fa-user-secret[_ngcontent-ng-c1798067373]:before {
    content: "\f21b"
}

.fa-user-shield[_ngcontent-ng-c1798067373]:before {
    content: "\f505"
}

.fa-user-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f506"
}

.fa-user-tag[_ngcontent-ng-c1798067373]:before {
    content: "\f507"
}

.fa-user-tie[_ngcontent-ng-c1798067373]:before {
    content: "\f508"
}

.fa-user-times[_ngcontent-ng-c1798067373]:before {
    content: "\f235"
}

.fa-users[_ngcontent-ng-c1798067373]:before {
    content: "\f0c0"
}

.fa-users-cog[_ngcontent-ng-c1798067373]:before {
    content: "\f509"
}

.fa-usps[_ngcontent-ng-c1798067373]:before {
    content: "\f7e1"
}

.fa-ussunnah[_ngcontent-ng-c1798067373]:before {
    content: "\f407"
}

.fa-utensil-spoon[_ngcontent-ng-c1798067373]:before {
    content: "\f2e5"
}

.fa-utensils[_ngcontent-ng-c1798067373]:before {
    content: "\f2e7"
}

.fa-vaadin[_ngcontent-ng-c1798067373]:before {
    content: "\f408"
}

.fa-vector-square[_ngcontent-ng-c1798067373]:before {
    content: "\f5cb"
}

.fa-venus[_ngcontent-ng-c1798067373]:before {
    content: "\f221"
}

.fa-venus-double[_ngcontent-ng-c1798067373]:before {
    content: "\f226"
}

.fa-venus-mars[_ngcontent-ng-c1798067373]:before {
    content: "\f228"
}

.fa-viacoin[_ngcontent-ng-c1798067373]:before {
    content: "\f237"
}

.fa-viadeo[_ngcontent-ng-c1798067373]:before {
    content: "\f2a9"
}

.fa-viadeo-square[_ngcontent-ng-c1798067373]:before {
    content: "\f2aa"
}

.fa-vial[_ngcontent-ng-c1798067373]:before {
    content: "\f492"
}

.fa-vials[_ngcontent-ng-c1798067373]:before {
    content: "\f493"
}

.fa-viber[_ngcontent-ng-c1798067373]:before {
    content: "\f409"
}

.fa-video[_ngcontent-ng-c1798067373]:before {
    content: "\f03d"
}

.fa-video-slash[_ngcontent-ng-c1798067373]:before {
    content: "\f4e2"
}

.fa-vihara[_ngcontent-ng-c1798067373]:before {
    content: "\f6a7"
}

.fa-vimeo[_ngcontent-ng-c1798067373]:before {
    content: "\f40a"
}

.fa-vimeo-square[_ngcontent-ng-c1798067373]:before {
    content: "\f194"
}

.fa-vimeo-v[_ngcontent-ng-c1798067373]:before {
    content: "\f27d"
}

.fa-vine[_ngcontent-ng-c1798067373]:before {
    content: "\f1ca"
}

.fa-vk[_ngcontent-ng-c1798067373]:before {
    content: "\f189"
}

.fa-vnv[_ngcontent-ng-c1798067373]:before {
    content: "\f40b"
}

.fa-voicemail[_ngcontent-ng-c1798067373]:before {
    content: "\f897"
}

.fa-volleyball-ball[_ngcontent-ng-c1798067373]:before {
    content: "\f45f"
}

.fa-volume-down[_ngcontent-ng-c1798067373]:before {
    content: "\f027"
}

.fa-volume-mute[_ngcontent-ng-c1798067373]:before {
    content: "\f6a9"
}

.fa-volume-off[_ngcontent-ng-c1798067373]:before {
    content: "\f026"
}

.fa-volume-up[_ngcontent-ng-c1798067373]:before {
    content: "\f028"
}

.fa-vote-yea[_ngcontent-ng-c1798067373]:before {
    content: "\f772"
}

.fa-vr-cardboard[_ngcontent-ng-c1798067373]:before {
    content: "\f729"
}

.fa-vuejs[_ngcontent-ng-c1798067373]:before {
    content: "\f41f"
}

.fa-walking[_ngcontent-ng-c1798067373]:before {
    content: "\f554"
}

.fa-wallet[_ngcontent-ng-c1798067373]:before {
    content: "\f555"
}

.fa-warehouse[_ngcontent-ng-c1798067373]:before {
    content: "\f494"
}

.fa-water[_ngcontent-ng-c1798067373]:before {
    content: "\f773"
}

.fa-wave-square[_ngcontent-ng-c1798067373]:before {
    content: "\f83e"
}

.fa-waze[_ngcontent-ng-c1798067373]:before {
    content: "\f83f"
}

.fa-weebly[_ngcontent-ng-c1798067373]:before {
    content: "\f5cc"
}

.fa-weibo[_ngcontent-ng-c1798067373]:before {
    content: "\f18a"
}

.fa-weight[_ngcontent-ng-c1798067373]:before {
    content: "\f496"
}

.fa-weight-hanging[_ngcontent-ng-c1798067373]:before {
    content: "\f5cd"
}

.fa-weixin[_ngcontent-ng-c1798067373]:before {
    content: "\f1d7"
}

.fa-whatsapp[_ngcontent-ng-c1798067373]:before {
    content: "\f232"
}

.fa-whatsapp-square[_ngcontent-ng-c1798067373]:before {
    content: "\f40c"
}

.fa-wheelchair[_ngcontent-ng-c1798067373]:before {
    content: "\f193"
}

.fa-whmcs[_ngcontent-ng-c1798067373]:before {
    content: "\f40d"
}

.fa-wifi[_ngcontent-ng-c1798067373]:before {
    content: "\f1eb"
}

.fa-wikipedia-w[_ngcontent-ng-c1798067373]:before {
    content: "\f266"
}

.fa-wind[_ngcontent-ng-c1798067373]:before {
    content: "\f72e"
}

.fa-window-close[_ngcontent-ng-c1798067373]:before {
    content: "\f410"
}

.fa-window-maximize[_ngcontent-ng-c1798067373]:before {
    content: "\f2d0"
}

.fa-window-minimize[_ngcontent-ng-c1798067373]:before {
    content: "\f2d1"
}

.fa-window-restore[_ngcontent-ng-c1798067373]:before {
    content: "\f2d2"
}

.fa-windows[_ngcontent-ng-c1798067373]:before {
    content: "\f17a"
}

.fa-wine-bottle[_ngcontent-ng-c1798067373]:before {
    content: "\f72f"
}

.fa-wine-glass[_ngcontent-ng-c1798067373]:before {
    content: "\f4e3"
}

.fa-wine-glass-alt[_ngcontent-ng-c1798067373]:before {
    content: "\f5ce"
}

.fa-wix[_ngcontent-ng-c1798067373]:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast[_ngcontent-ng-c1798067373]:before {
    content: "\f730"
}

.fa-wolf-pack-battalion[_ngcontent-ng-c1798067373]:before {
    content: "\f514"
}

.fa-won-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f159"
}

.fa-wordpress[_ngcontent-ng-c1798067373]:before {
    content: "\f19a"
}

.fa-wordpress-simple[_ngcontent-ng-c1798067373]:before {
    content: "\f411"
}

.fa-wpbeginner[_ngcontent-ng-c1798067373]:before {
    content: "\f297"
}

.fa-wpexplorer[_ngcontent-ng-c1798067373]:before {
    content: "\f2de"
}

.fa-wpforms[_ngcontent-ng-c1798067373]:before {
    content: "\f298"
}

.fa-wpressr[_ngcontent-ng-c1798067373]:before {
    content: "\f3e4"
}

.fa-wrench[_ngcontent-ng-c1798067373]:before {
    content: "\f0ad"
}

.fa-x-ray[_ngcontent-ng-c1798067373]:before {
    content: "\f497"
}

.fa-xbox[_ngcontent-ng-c1798067373]:before {
    content: "\f412"
}

.fa-xing[_ngcontent-ng-c1798067373]:before {
    content: "\f168"
}

.fa-xing-square[_ngcontent-ng-c1798067373]:before {
    content: "\f169"
}

.fa-y-combinator[_ngcontent-ng-c1798067373]:before {
    content: "\f23b"
}

.fa-yahoo[_ngcontent-ng-c1798067373]:before {
    content: "\f19e"
}

.fa-yammer[_ngcontent-ng-c1798067373]:before {
    content: "\f840"
}

.fa-yandex[_ngcontent-ng-c1798067373]:before {
    content: "\f413"
}

.fa-yandex-international[_ngcontent-ng-c1798067373]:before {
    content: "\f414"
}

.fa-yarn[_ngcontent-ng-c1798067373]:before {
    content: "\f7e3"
}

.fa-yelp[_ngcontent-ng-c1798067373]:before {
    content: "\f1e9"
}

.fa-yen-sign[_ngcontent-ng-c1798067373]:before {
    content: "\f157"
}

.fa-yin-yang[_ngcontent-ng-c1798067373]:before {
    content: "\f6ad"
}

.fa-yoast[_ngcontent-ng-c1798067373]:before {
    content: "\f2b1"
}

.fa-youtube[_ngcontent-ng-c1798067373]:before {
    content: "\f167"
}

.fa-youtube-square[_ngcontent-ng-c1798067373]:before {
    content: "\f431"
}

.fa-zhihu[_ngcontent-ng-c1798067373]:before {
    content: "\f63f"
}

.sr-only[_ngcontent-ng-c1798067373] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable[_ngcontent-ng-c1798067373]:active,
.sr-only-focusable[_ngcontent-ng-c1798067373]:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(fa-brands-400.b2970adce8797051.eot);
    src: url(fa-brands-400.b2970adce8797051.eot?#iefix) format("embedded-opentype"), url(fa-brands-400.7edea186e9687169.woff2) format("woff2"), url(fa-brands-400.0e53fe4feaaacc48.woff) format("woff"), url(fa-brands-400.9c02eaf6eede2776.ttf) format("truetype"), url(fa-brands-400.a76d53bf993d73a2.svg#fontawesome) format("svg")
}

.fab[_ngcontent-ng-c1798067373] {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(fa-regular-400.a0140e7cea6c13f1.eot);
    src: url(fa-regular-400.a0140e7cea6c13f1.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.e2b3a9dcfb1fca6e.woff2) format("woff2"), url(fa-regular-400.04dd5282f2256565.woff) format("woff"), url(fa-regular-400.7346017cbe156280.ttf) format("truetype"), url(fa-regular-400.ee37fbccfd7cfca6.svg#fontawesome) format("svg")
}

.far[_ngcontent-ng-c1798067373] {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(fa-solid-900.974801a4444657f1.eot);
    src: url(fa-solid-900.974801a4444657f1.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.620019ed9d1100b6.woff2) format("woff2"), url(fa-solid-900.e67670b0779338ff.woff) format("woff"), url(fa-solid-900.d5b0a3566b352ee9.ttf) format("truetype"), url(fa-solid-900.cd7322bf5a6e6fcf.svg#fontawesome) format("svg")
}

.fa[_ngcontent-ng-c1798067373],
.far[_ngcontent-ng-c1798067373],
.fas[_ngcontent-ng-c1798067373] {
    font-family: "Font Awesome 5 Free"
}

.fa[_ngcontent-ng-c1798067373],
.fas[_ngcontent-ng-c1798067373] {
    font-weight: 900
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] *[_ngcontent-ng-c1798067373] {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373]:hover {
    color: #fff
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] {
    list-style: none
}

.flip-clock-wrapper.clearfix[_ngcontent-ng-c1798067373]:before,
.flip-clock-wrapper.clearfix[_ngcontent-ng-c1798067373]:after {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix[_ngcontent-ng-c1798067373]:after {
    clear: both
}

.flip-clock-wrapper.clearfix[_ngcontent-ng-c1798067373] {
    zoom: 1
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] {
    font: 11px Helvetica Neue, Helvetica, sans-serif;
    -webkit-user-select: none
}

.flip-clock-meridium[_ngcontent-ng-c1798067373] {
    background: none !important;
    box-shadow: 0 0 !important;
    font-size: 36px !important
}

.flip-clock-meridium[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] {
    color: #313333
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373]:before,
.flip-clock-wrapper[_ngcontent-ng-c1798067373]:after {
    content: " ";
    display: table
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373]:after {
    clear: both
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #000
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373]:first-child {
    z-index: 2
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] {
    display: block;
    height: 100%;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div[_ngcontent-ng-c1798067373] {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div[_ngcontent-ng-c1798067373] .shadow[_ngcontent-ng-c1798067373] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div.up[_ngcontent-ng-c1798067373] {
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div.up[_ngcontent-ng-c1798067373]:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: #0006
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div.down[_ngcontent-ng-c1798067373] {
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div[_ngcontent-ng-c1798067373] div.inn[_ngcontent-ng-c1798067373] {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #000;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #ffb80c;
    border-radius: 6px;
    font-size: 70px
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div.up[_ngcontent-ng-c1798067373] div.inn[_ngcontent-ng-c1798067373] {
    top: 0
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li[_ngcontent-ng-c1798067373] a[_ngcontent-ng-c1798067373] div.down[_ngcontent-ng-c1798067373] div.inn[_ngcontent-ng-c1798067373] {
    bottom: 0
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-before[_ngcontent-ng-c1798067373] {
    z-index: 3
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] .flip[_ngcontent-ng-c1798067373] {
    box-shadow: 0 2px 5px #000000b3
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-active[_ngcontent-ng-c1798067373] {
    animation: _ngcontent-ng-c1798067373_asd .01s .49s linear both;
    z-index: 5
}

.flip-clock-divider[_ngcontent-ng-c1798067373] {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px
}

.flip-clock-divider[_ngcontent-ng-c1798067373]:first-child {
    width: 0
}

.flip-clock-dot[_ngcontent-ng-c1798067373] {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000080;
    left: 5px
}

.flip-clock-divider[_ngcontent-ng-c1798067373] .flip-clock-label[_ngcontent-ng-c1798067373] {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes[_ngcontent-ng-c1798067373] .flip-clock-label[_ngcontent-ng-c1798067373] {
    right: -88px
}

.flip-clock-divider.seconds[_ngcontent-ng-c1798067373] .flip-clock-label[_ngcontent-ng-c1798067373] {
    right: -91px
}

.flip-clock-dot.top[_ngcontent-ng-c1798067373] {
    top: 30px
}

.flip-clock-dot.bottom[_ngcontent-ng-c1798067373] {
    bottom: 30px
}

@keyframes _ngcontent-ng-c1798067373_asd {
    0% {
        z-index: 2
    }

    to {
        z-index: 4
    }
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-active[_ngcontent-ng-c1798067373] .down[_ngcontent-ng-c1798067373] {
    z-index: 2;
    animation: _ngcontent-ng-c1798067373_turn .5s .5s linear both
}

@keyframes _ngcontent-ng-c1798067373_turn {
    0% {
        transform: rotateX(90deg)
    }

    to {
        transform: rotateX(0)
    }
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-before[_ngcontent-ng-c1798067373] .up[_ngcontent-ng-c1798067373] {
    z-index: 2;
    animation: _ngcontent-ng-c1798067373_turn2 .5s linear both
}

@keyframes _ngcontent-ng-c1798067373_turn2 {
    0% {
        transform: rotateX(0)
    }

    to {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul[_ngcontent-ng-c1798067373] li.flip-clock-active[_ngcontent-ng-c1798067373] {
    z-index: 3
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-before[_ngcontent-ng-c1798067373] .up[_ngcontent-ng-c1798067373] .shadow[_ngcontent-ng-c1798067373] {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, .1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0%, black 100%;
    animation: _ngcontent-ng-c1798067373_show .5s linear both
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-active[_ngcontent-ng-c1798067373] .up[_ngcontent-ng-c1798067373] .shadow[_ngcontent-ng-c1798067373] {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, .1) 0%, black 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0%, black 100%;
    animation: _ngcontent-ng-c1798067373_hide .5s .3s linear both
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-before[_ngcontent-ng-c1798067373] .down[_ngcontent-ng-c1798067373] .shadow[_ngcontent-ng-c1798067373] {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, black 0%, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, .1) 100%;
    animation: _ngcontent-ng-c1798067373_show .5s linear both
}

.flip-clock-wrapper[_ngcontent-ng-c1798067373] ul.play[_ngcontent-ng-c1798067373] li.flip-clock-active[_ngcontent-ng-c1798067373] .down[_ngcontent-ng-c1798067373] .shadow[_ngcontent-ng-c1798067373] {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, black 0%, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, .1) 100%;
    animation: _ngcontent-ng-c1798067373_hide .5s .2s linear both
}

@keyframes _ngcontent-ng-c1798067373_show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes _ngcontent-ng-c1798067373_hide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#result-desc[_ngcontent-ng-c1798067373] {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: right;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.redbx[_ngcontent-ng-c1798067373] {
    color: red;
    font-weight: 700;
    text-transform: uppercase
}

.yellowbx[_ngcontent-ng-c1798067373] {
    color: #ff0;
    font-weight: 700;
    text-transform: uppercase
}

.NotclickAble[_ngcontent-ng-c1798067373],
.ab.ab3[_ngcontent-ng-c1798067373] .mobileandarbahar[_ngcontent-ng-c1798067373] .card-odd-box[_ngcontent-ng-c1798067373] .NotclickAble[_ngcontent-ng-c1798067373] {
    pointer-events: none !important
}

.casino-last-results[_ngcontent-ng-c1798067373] .result.playertie[_ngcontent-ng-c1798067373] {
    background: #2c3e50;
    color: #fff
}

.casino-last-results[_ngcontent-ng-c1798067373] .result.result-c[_ngcontent-ng-c1798067373] {
    color: #08c
}

.casino-last-results[_ngcontent-ng-c1798067373] .result.aplayer[_ngcontent-ng-c1798067373] {
    background-color: #086cb8 !important;
    color: #fff !important
}

.casino-last-results[_ngcontent-ng-c1798067373] .result.cbanker[_ngcontent-ng-c1798067373] {
    background-color: #ae2130 !important;
    color: #fff !important
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .ab-cards[_ngcontent-ng-c1798067373] {
    width: 100%;
    flex-wrap: inherit;
    overflow-x: scroll
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .ab-cards[_ngcontent-ng-c1798067373]::-webkit-scrollbar {
    display: none
}

.remark[_ngcontent-ng-c1798067373] {
    color: #8b0000;
    font-weight: 700
}

.ab-cards-container[_ngcontent-ng-c1798067373] .casino-result-cardimg[_ngcontent-ng-c1798067373] {
    display: flex
}

.andharbahar1_slide[_ngcontent-ng-c1798067373] {
    overflow-x: auto !important;
    justify-content: unset !important;
    display: flex;
}

.andharbahar1_slide[_ngcontent-ng-c1798067373]::-webkit-scrollbar {
    width: 0px;
    background-color: #f5f5f5;
    border: none;
    height: 0px
}

.andharbahar1_slide[_ngcontent-ng-c1798067373]::-webkit-scrollbar-thumb {
    background-color: var(--bg-primary);
    border: none
}

.ab-cards-container[_ngcontent-ng-c1798067373] .casino-result-cards[_ngcontent-ng-c1798067373] {
    position: relative
}

.ab.ab3[_ngcontent-ng-c1798067373] .ab-cards-container[_ngcontent-ng-c1798067373] .ab-pervious[_ngcontent-ng-c1798067373] {
    width: 20px;
    height: 0;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    left: -12px;
    top: 4px
}

.ab.ab3[_ngcontent-ng-c1798067373] .ab-cards-container[_ngcontent-ng-c1798067373] .ab-pervious[_ngcontent-ng-c1798067373] img[_ngcontent-ng-c1798067373] {
    width: 15px !important;
    height: auto !important
}

.ab.ab3[_ngcontent-ng-c1798067373] .ab-cards-container[_ngcontent-ng-c1798067373] .ab-next[_ngcontent-ng-c1798067373] {
    width: 20px !important;
    height: 0;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: -15px;
    top: 4px
}

.ab.ab3[_ngcontent-ng-c1798067373] .ab-cards-container[_ngcontent-ng-c1798067373] .ab-next[_ngcontent-ng-c1798067373] img[_ngcontent-ng-c1798067373] {
    width: 15px !important;
    height: auto !important
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .andar-boxmob-slider[_ngcontent-ng-c1798067373] .draggable[_ngcontent-ng-c1798067373] {
    overflow-x: auto;
    display: flex
}

.ab.ab3[_ngcontent-ng-c1798067373] .andar-boxmob-slider[_ngcontent-ng-c1798067373] {
    padding: 5px 20px;
    position: relative
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .andar-boxmob-slider[_ngcontent-ng-c1798067373] .ab-pervious[_ngcontent-ng-c1798067373] {
    width: 20px;
    height: 0;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 27%;
    transform: translateY(-50%)
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .andar-boxmob-slider[_ngcontent-ng-c1798067373] .ab-pervious[_ngcontent-ng-c1798067373] img[_ngcontent-ng-c1798067373] {
    width: 15px !important;
    height: auto !important
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .andar-boxmob-slider[_ngcontent-ng-c1798067373] .ab-next[_ngcontent-ng-c1798067373] {
    width: 20px !important;
    height: 0;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 2px;
    top: 27%;
    transform: translateY(-50%)
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .andar-boxmob-slider[_ngcontent-ng-c1798067373] .ab-next[_ngcontent-ng-c1798067373] img[_ngcontent-ng-c1798067373] {
    width: 15px !important;
    height: auto !important
}

.mobileandarbahar[_ngcontent-ng-c1798067373] .andar-boxmob-slider[_ngcontent-ng-c1798067373] .draggable[_ngcontent-ng-c1798067373]::-webkit-scrollbar {
    width: 0px;
    background-color: #f5f5f5;
    border: none;
    height: 0px
}

.andar-bhar2-cards-slider[_ngcontent-ng-c1798067373] .draggable[_ngcontent-ng-c1798067373] {
    overflow-x: auto;
    display: flex
}

.andar-bhar2-cards-slider[_ngcontent-ng-c1798067373] .ab-pervious[_ngcontent-ng-c1798067373] {
    width: 20px;
    height: 0;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 27%;
    transform: translateY(-50%)
}

.andar-bhar2-cards-slider[_ngcontent-ng-c1798067373] .ab-pervious[_ngcontent-ng-c1798067373] img[_ngcontent-ng-c1798067373] {
    width: 15px !important;
    height: auto !important
}

.andar-bhar2-cards-slider[_ngcontent-ng-c1798067373] .ab-next[_ngcontent-ng-c1798067373] {
    width: 20px !important;
    height: 0;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 2px;
    top: 27%;
    transform: translateY(-50%)
}

.andar-bhar2-cards-slider[_ngcontent-ng-c1798067373] .ab-next[_ngcontent-ng-c1798067373] img[_ngcontent-ng-c1798067373] {
    width: 15px !important;
    height: auto !important
}

.andar-bhar2-cards-slider[_ngcontent-ng-c1798067373] {
    position: relative;
    width: 100%;
    padding: 0 25px
}

.andar-bhar2-cards-slider[_ngcontent-ng-c1798067373] .draggable[_ngcontent-ng-c1798067373]::-webkit-scrollbar {
    width: 0px;
    background-color: #f5f5f5;
    border: none;
    height: 0px
}

.baccarat[_ngcontent-ng-c1798067373] .casino-last-results[_ngcontent-ng-c1798067373] .result.result-b[_ngcontent-ng-c1798067373] {
    background: #355e3b;
    color: #ff3
}

.baccarat[_ngcontent-ng-c1798067373] .casino-last-results[_ngcontent-ng-c1798067373] .result.result-b[_ngcontent-ng-c1798067373] {
    background-color: #ae2130;
    color: #fff
}

.baccarat[_ngcontent-ng-c1798067373] .casino-last-results[_ngcontent-ng-c1798067373] .result.result-c[_ngcontent-ng-c1798067373] {
    background: #355e3b;
    color: #08c
}

.baccarat[_ngcontent-ng-c1798067373] .casino-last-results[_ngcontent-ng-c1798067373] .result.ctie[_ngcontent-ng-c1798067373] {
    background: #279532
}

.ab2-box[_ngcontent-ng-c1798067373] .casino-odds[_ngcontent-ng-c1798067373] img[_ngcontent-ng-c1798067373] {
    width: 24px !important;
    height: auto !important
}

.ball-by-ball[_ngcontent-ng-c1798067373] .col-6.col-md-4[_ngcontent-ng-c1798067373] {
    padding: 0
}

.sportsbook iframe {
    height: calc(100% - 1px);
}

.PhoneInput input:focus-visible {
    outline: 0;
}

.PhoneInput input {
    border: 0;
}

.acc-tp-casino-detail .form-select {
    width: auto;
    display: inline-block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    margin-right: 5px;
}

.login-auth-box {
    width: 500px;
    max-width: 90%;
}

.login-auth input {
    padding: 10px;
    width: 60px !important;
    height: 60px !important;
}

.login-auth>div {
    margin-top: 20px;
    justify-content: space-between;
}

#floater {
    position: absolute;
    top: 50vh;
    right: 0;
    width: 50px;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 10001;
    border-radius: 3px 0 0 3px;
    padding: 0px;
    box-shadow: rgb(255 255 255 / 98%) -5px 0px 10px -5px;
    /* background-color: #41a6d9; */
    /* color: white; */
    text-align: center;
    box-sizing: border-box;
}

#floater img {
    width: 50px;
    height: 50px;
}

.modal-18plus img {
    height: 30px;
}

.login-page {
    justify-content: flex-start;
}

.login-box {
    margin: 2% 0;
}

.footer.footer-login {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.username-text .success-form,
.phonenumber-text .success-form {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .login-auth input {
        padding: 10px;
        width: 40px !important;
        height: 40px !important;
    }

    .sportsbook .slot-iframe.show {
        top: 85px;
        height: calc(100vh - 85px);
    }

    .login-box img {
        max-height: 70px;
    }

    .social-icon {
        height: 30px;
        width: 30px;
    }

    .social-icon img {
        height: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    .ball-by-ball .market-6 .market-nation-detail {
        width: calc(100% - 160px);
    }

    .ball-by-ball .fancy-min-max-box {
        width: 80px;
    }
}