/* 50 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

/* 169 */
img {
    vertical-align: middle;
    border-style: none;
}

/* 447 */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

/* 2037 */
.btn {
    display: inline-block;
    font-weight: normal;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* 2447 */
.btn {
    display: inline-block;
    font-weight: normal;
    color: #3F4254;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* 4234 */
.alert-secondary {
    color: #75757c;
    background-color: #f9f9fc;
    border-color: #f7f7fb;
}

/* 8329 */
.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 2rem;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

/* 8339 */
.alert .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}

/* 8347 */
.alert .alert-icon i {
    font-size: 2.4rem;
}

/* 8355 */
.alert .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* 8642 */
.alert.alert-secondary .alert-icon i {
    color: #74788d;
}

/* 8644 */
.alert.alert-secondary .alert-text {
    color: #595d6e;
}

/* 8654 */
.btn {
    background: transparent;
    background-color: transparent;
    outline: none !important;
    vertical-align: middle;
}

/* 9835 */
.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 10781 */
.form-group.form-group-last {
    margin-bottom: 0rem;
}

/* 15014 */
.kt-container,
.kt-container.kt-container--fluid {
    width: 100%;
    margin: 0;
}

/* 15047 */
.kt-container,
.kt-container.kt-container--fluid {
    width: 100%;
    margin: 0;
}

/* 15150 */
html a,
html button,
body a,
body button {
    outline: none !important;
}

/* 20129 */
.kt-font-brand {
    color: #366cf3 !important;
}

/* 20485 */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* 20493 */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}

/* 20497 */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

/* 20501 */
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid,
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/* 20507 */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid,
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

/* 20554 */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* 20566 */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* 20570 */
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid,
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile)>.kt-grid__item.kt-grid__item--fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

/* 20631 */
.kt-grid.kt-grid--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* 20636 */
.kt-grid>.kt-grid__item {
    max-width: 100%;
}


/* 20858 */
@media (min-width: 1025px) {
    .kt-grid>.kt-grid__item {
        max-width: 100%;
    }
}

/* 21904 */
@media (max-width: 768px) {
    .kt-grid.kt-grid--stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

/* 21908 */
@media (max-width: 768px) {
    .kt-grid>.kt-grid__item {
        max-width: 100%;
    }
}

/* 21968 */
.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* 21274 */
@media (min-width: 769px) {
    .kt-grid.kt-grid--stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

/* 21278 */
@media (min-width: 769px) {
    .kt-grid>.kt-grid__item {
        max-width: 100%;
    }
}

/* 21694 */
@media (max-width: 1024px) {
    .kt-grid.kt-grid--stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

/* 21698 */
@media (max-width: 1024px) {
    .kt-grid>.kt-grid__item {
        max-width: 100%;
    }
}

/* 22093 */
.kt-portlet .kt-portlet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}

/* 22797 */
@media (max-width: 1024px) {
    .kt-portlet {
        margin-bottom: 20px;
    }
}

/* 22814 */
@media (max-width: 1024px) {
    .kt-portlet .kt-portlet__body {
        padding: 15px;
    }
}


/* 23336 */
.kt-scrolltop {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background: #366cf3;
    -webkit-box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
    box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}

/* 23365 */
.kt-scrolltop {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background: #366cf3;
    -webkit-box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
    box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}

/* 23390 */
.kt-scrolltop>i {
    font-size: 1.3rem;
    color: #ffffff;
}

/* 23402 */
.kt-scrolltop--on .kt-scrolltop {
    opacity: 0.3;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* 23409 */
.kt-scrolltop--on .kt-scrolltop:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

/* 23414 */
@media (max-width: 1024px) {
    .kt-scrolltop {
        bottom: 30px;
        right: 15px;
    }
}

.kt-scrolltop {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background: #366cf3;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}

.kt-scrolltop svg {
    height: 20px;
    width: 20px;
}

.kt-scrolltop>i {
    font-size: 1.3rem;
    color: #ffffff;
}

.kt-scrolltop g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.kt-scrolltop:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.kt-scrolltop:hover>i {
    color: #ffffff;
}

.kt-scrolltop--on .kt-scrolltop {
    opacity: 0.3;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.kt-scrolltop--on .kt-scrolltop:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

@media (max-width: 1024px) {
    .kt-scrolltop {
        bottom: 30px;
        right: 15px;
    }
}

@-webkit-keyframes kt-scrolltop-show-animation {
    from {
        margin-bottom: -15px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes kt-scrolltop-show-animation {
    from {
        margin-bottom: -15px;
    }

    to {
        margin-bottom: 0;
    }
}

/* 29662 */
.kt-subheader {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 10px 0;
}

/* 29683 */
.kt-subheader .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 32px !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}


/* 29698 */
.kt-subheader .kt-subheader__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.25rem 0;
}

/* 29716 */
.kt-subheader .kt-subheader__main .kt-subheader__title {
    margin: 0;
    padding: 0 1rem 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #434349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kt-subheader__title span {
    margin-right: .75rem;
}

/* 29750 */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

/* 29762 */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home {
    padding: 0px 0.65rem 0px 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* 29775 */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
    padding: 0 0.35rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: #959cb6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* 29789 */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: content;
    -ms-flex-pack: content;
    justify-content: content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.35rem 0 0;
}

/* 29800 */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: " ";
    background: #e7e8ef;
}

/* 29814 */
.kt-subheader .kt-subheader__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

/* 29825 */
.kt-subheader .kt-subheader__toolbar .btn:not(.dropdown-toggle-split) {
    margin-left: 0.25rem;
}

/* 29845 */
.kt-subheader .kt-subheader__btn-secondary {
    color: #959cb6;
    font-weight: 500;
}

.kt-subheader .kt-subheader__btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.kt-subheader .kt-subheader__btn-secondary i {
    color: #aab1df;
}

.kt-subheader .kt-subheader__btn-secondary g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #aab1df;
}

.kt-subheader .kt-subheader__btn-secondary:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.kt-subheader .kt-subheader__btn-secondary:hover,
.kt-subheader .kt-subheader__btn-secondary.active,
.kt-subheader .kt-subheader__btn-secondary:active,
.kt-subheader .kt-subheader__btn-secondary:focus {
    background: #f2f3f7;
    color: #366cf3;
}

.kt-subheader .kt-subheader__btn-secondary:hover g [fill],
.kt-subheader .kt-subheader__btn-secondary.active g [fill],
.kt-subheader .kt-subheader__btn-secondary:active g [fill],
.kt-subheader .kt-subheader__btn-secondary:focus g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #366cf3;
}

.kt-subheader .kt-subheader__btn-secondary:hover:hover g [fill],
.kt-subheader .kt-subheader__btn-secondary.active:hover g [fill],
.kt-subheader .kt-subheader__btn-secondary:active:hover g [fill],
.kt-subheader .kt-subheader__btn-secondary:focus:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

/* 29898 */
.kt-subheader--transparent .kt-subheader {
    background-color: transparent;
}

/* 29904 */
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
    color: #959cb6;
}

/* 29906 */
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
    background: #dbdce7;
}

/* 29932 */
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary {
    color: #8c94b0;
}

/* 29947 */
@media (max-width: 1024px) {
    .kt-subheader {
        margin: 2px 0;
    }
}

/* 299696 */
.kt-subheader .btn:not(.dropdown-toggle-split) {
    margin-left: 0.5rem;
}

/* 29975 */
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
    padding: 0 0.35rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: #959cb6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.kt-subheader {
    padding: 30px 0 !important;
    height: 120px;
}

.kt-subheader {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 10px 0;
}


.kt-subheader .kt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 30069 */
@media (max-width: 1024px) {
    .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
        padding: 0.5rem 0;
    }
}

/* 30071 */
@media (max-width: 1024px) {
    .kt-subheader .kt-subheader__toolbar {
        padding: 0.5rem 0;
    }
}

/* 30073 */
@media (max-width: 1024px) {
    .kt-subheader--transparent .kt-subheader {
        background-color: transparent;
    }
}

/* 30077 */
@media (max-width: 768px) {
    .kt-subheader .kt-subheader__toolbar {
        padding-top: 0.5rem;
    }
}

/* 30521 */
.kt-section {
    padding: 0;
    margin: 0 0 2rem 0;
}

/* 30556 */
.kt-section .kt-section__info {
    display: block;
    font-size: 1rem;
    padding: 0;
    margin: 0 0 1rem 0;
    color: #595d6e;
}

/* 33452 */
.kt-subheader {
    padding: 30px 0 !important;
    height: 120px;
}

/* 33459 */
.kt-subheader .kt-subheader__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* 33470 */
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

/* 33483 */
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
    color: rgba(255, 255, 255, 0.7);
}

/* 33489 */
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
    background: rgba(255, 255, 255, 0.6);
}

/* 33491 */
.kt-subheader .kt-subheader__toolbar .btn.kt-subheader__btn-secondary {
    height: auto;
    padding: 1.5rem 2rem;
    border: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

/* 33509 */
@media (min-width: 1025px) {
    .kt-container {
        padding: 0 30px;
    }
}

/* 33528 */
@media (min-width: 1025px) and (max-width: 1440px) {
    .kt-container:not(.kt-container--fluid) {
        width: 100%;
    }
}

/* 33532 */
@media (max-width: 1024px) {
    .kt-container {
        padding: 0 15px;
    }
}

/* 33534 */
@media (max-width: 1024px) {
    .kt-header-mobile--fixed .kt-wrapper {
        padding-top: 60px;
    }
}

/* 33536 */
@media (max-width: 1024px) {
    .kt-subheader {
        padding: 15px 0 !important;
        height: auto;
    }
}

/* 36397 */
.btn {
    outline: none !important;
    vertical-align: middle;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

/* 37180 */
@media (max-width: 1024px) {
    .kt-content {
        padding: 15px 0;
    }
}

/* 37186 */
@media (max-width: 1024px) {
    .kt-subheader--enabled.kt-subheader--transparent .kt-content {
        padding-top: 0;
    }
}

/* 37182 */
@media (max-width: 1024px) {
    .kt-content.kt-content--fit-top {
        padding-top: 0;
    }
}

/* 37189 */
.kt-footer {
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-color: #1e1e2d;
}

/* 37256 */
.kt-footer .kt-footer__bottom {
    padding: 2rem 0;
    background-color: #181824;
}

/* 37259 */
.kt-footer .kt-footer__bottom .kt-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 37269 */
.kt-footer .kt-footer__bottom .kt-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 37276 */
.kt-footer .kt-footer__bottom .kt-footer__logo .kt-footer__copyright {
    margin: 0;
    padding: 0 1.25rem 0 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #6f7286;
}

/* 37289 */
.kt-footer .kt-footer__bottom .kt-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}

/* 37297 */
.kt-footer .kt-footer__bottom .kt-footer__menu a {
    margin-left: 1rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #a9a7bc;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/* 37311 */
.kt-footer.kt-footer--extended .kt-footer__bottom {
    background-color: transparent;
}

/* 37337 */
@media (max-width: 1024px) {
    .kt-footer .kt-footer__bottom {
        padding: 2rem 0;
    }
}

/* 37339 */
@media (max-width: 1024px) {
    .kt-footer .kt-footer__bottom .kt-footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
}

/* 37348 */
@media (max-width: 1024px) {
    .kt-footer .kt-footer__bottom .kt-footer__wrapper .kt-footer__logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
    }
}

/* 37356 */
@media (max-width: 1024px) {
    .kt-footer .kt-footer__bottom .kt-footer__wrapper .kt-footer__menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        margin-bottom: 1rem;
    }
}

/* 44022 */
.form-group label {
    font-size: 1rem;
    font-weight: 400;
    color: #3F4254;
}