*, ::after, ::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-top: 0;
}
.h1, h1 {
    font-size: 2.25rem;
}
h2, .h2 {
	font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 17px;
}
dl, ol, p, pre, ul {
    margin-bottom: 1rem;
}
.btn, img, svg {
    vertical-align: middle;
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio], dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin-top: 0;
}
.nav, .navbar {
    flex-wrap: wrap;
}
.nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
blockquote, figure {
    margin: 0 0 1rem;
}
.d-none,[hidden] {
    display: none!important
}
.d-inline-block {
    display: inline-block !important;
}
.d-flex {
    display: flex !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.order-2 {
    order: 2;
}
.col,.col-auto,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-12,
.col-sm-6,
.col-sm-12,
.col-md,
.col-md-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-12,
.col-lg-auto,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-9,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xxl-2,
.col-xxl-10 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col,.col-auto {
    max-width: 100%
}
.col {
    flex-basis: 0;
    flex-grow: 1;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
	flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.mw-100 {
    max-width: 100% !important;
}
.w-70 {
    width: 70% !important;
}
.w-100 {
    width: 100% !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-24 {
    font-size: 24px !important;
}

.mb-0, .mb-0px, .my-0, .my-0px {
    margin-bottom: 0 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5px, .my-5px {
    margin-bottom: 5px !important;
}
.mb-10px, .my-10px {
    margin-bottom: 10px !important;
}
.mb-15px, .my-15px {
    margin-bottom: 15px !important;
}
.mb-20px, .my-20px {
    margin-bottom: 20px !important;
}
.mb-25px, .my-25px {
    margin-bottom: 25px !important;
}
.mb-30px, .my-30px {
    margin-bottom: 30px !important;
}
.mb-40px, .my-40px {
    margin-bottom: 40px !important;
}

.mt-0, .mt-0px, .my-0, .my-0px {
    margin-top: 0 !important;
}
.mt-5px, .my-5px {
    margin-top: 5px !important;
}
.mt-10px, .my-10px {
    margin-top: 10px !important;
}
.mt-15px, .my-15px {
    margin-top: 15px !important;
}
.mt-20px, .my-20px {
    margin-top: 20px !important;
}
.mt-25px, .my-25px {
    margin-top: 25px !important;
}
.mt-30px, .my-30px {
    margin-top: 30px !important;
}
.ml-0, .ml-0px, .mx-0, .mx-0px {
    margin-left: 0 !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.ml-5px, .mx-5px {
    margin-left: 5px !important;
}
.ml-10px, .mx-10px {
    margin-left: 10px !important;
}
.ml-25px, .mx-25px {
    margin-left: 25px !important;
}
.mr-0, .mr-0px, .mx-0, .mx-0px {
    margin-right: 0 !important;
}
.mr-10px, .mx-10px {
    margin-right: 10px !important;
}
.mr-15px, .mx-15px {
    margin-right: 15px !important;
}
.mr-25px, .mx-25px {
    margin-right: 25px !important;
}
.pt-0, .pt-0px, .py-0, .py-0px {
    padding-top: 0 !important;
}
.pt-2px, .py-2px {
	padding-top: 2px !important;
}
.pt-15px, .py-15px {
    padding-top: 15px !important;
}
.pb-5px, .py-5px {
    padding-bottom: 5px !important;
}
.pl-0, .pl-0px, .px-0, .px-0px {
	padding-left: 0 !important;
}
.pl-5px, .px-5px {
    padding-left: 5px !important;
}
.pl-10px, .px-10px {
    padding-left: 10px !important;
}
.pl-15px, .px-15px {
    padding-left: 15px !important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.pb-15px, .py-15px {
    padding-bottom: 15px !important;
}
.pr-0, .pr-0px, .px-0, .px-0px {
    padding-right: 0 !important;
}
.pr-15px, .px-15px {
    padding-right: 15px !important;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
}
label {
    display: inline-block;
	margin-bottom: 0.5rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea.form-control {
    height: auto;
}
.card {
    position: relative;
}
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}
.card-body {
    flex: 1 1 auto;
}
.btn {
    display: inline-block;
    text-align: center;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.badge {
    white-space: nowrap;
	line-height: 1;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
	opacity: 0;
	text-shadow: none;
	line-height: 1.5;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    line-break: auto;
    word-wrap: break-word;
    text-decoration: none;
    white-space: normal;
}
.tooltip-inner {
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
table {
    border-collapse: collapse;
}
.tab-content>.tab-pane, .toast.hide {
    display: none;
}
.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	position: relative;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat;
}
.collapse:not(.show), template {
	display: none;
}
@media (min-width: 576px) {
	.col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.order-sm-0 {
        order: 0;
    }
    .order-sm-last {
        order: 13;
    }
	.d-sm-none {
        display: none !important;
    }
	.d-sm-inline {
        display: inline !important;
    }
	.d-sm-block {
        display: block !important;
    }
	.float-sm-right {
        float: right !important;
    }
}
@media (min-width: 768px) {
	.col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
	.col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
	.col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
	.col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
	.col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
	.col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	.col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
	.col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-md-7 {
		flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
	.col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
	.col-md-12 {
		flex: 0 0 100%;
        max-width: 100%;
    }
	.ml-md-0, .ml-md-0px, .mx-md-0, .mx-md-0px {
        margin-left: 0 !important;
    }
	.ml-md-15px, .mx-md-15px {
		margin-left: 15px !important;
	}
	.mt-md-50px, .my-md-50px {
		margin-top: 50px !important;
    }
	.mb-md-0, .mb-md-0px, .my-md-0, .my-md-0px {
		margin-bottom: 0 !important;
	}
	.mb-md-20px, .my-md-20px {
		margin-bottom: 20px !important;
	}
	.mb-md-30px, .my-md-30px {
		margin-bottom: 30px !important;
	}
	.pt-md-0, .pt-md-0px, .py-md-0, .py-md-0px {
        padding-top: 0 !important;
    }
	.pt-md-15px, .py-md-15px {
        padding-top: 15px !important;
    }
	.pl-md-15px, .px-md-15px {
        padding-left: 15px !important;
    }
	.pb-md-15px, .py-md-15px {
        padding-bottom: 15px !important;
    }
	.w-md-100 {
        width: 100% !important;
    }
	.w-md-40 {
        width: 40% !important;
    }
	.d-md-block {
        display: block !important;
    }
	.d-md-none {
        display: none !important;
    }
	.d-md-flex {
        display: flex !important;
    }
	.align-items-md-center {
        align-items: center !important;
    }
	.flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
	.justify-content-md-start {
        justify-content: flex-start !important;
    }
	.order-md-0 {
        order: 0;
    }
}
@media (min-width: 992px) {
	.col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
	.col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	.col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
	.col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
	.col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
	.col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.order-lg-0 {
		order: 0;
	}
	.d-lg-flex {
        display: flex !important;
    }
	.d-lg-inline {
        display: inline !important;
    }
	.d-lg-none {
        display: none !important;
    }
	.d-lg-block {
        display: block !important;
    }
	.d-lg-flex {
        display: flex !important;
    }
	.mt-lg-0, .mt-lg-0px, .my-lg-0, .my-lg-0px {
        margin-top: 0 !important;
    }
	.mt-lg-20px, .my-lg-20px {
		margin-top: 20px !important;
	}
	.mt-lg-40px, .my-lg-40px {
        margin-top: 40px !important;
    }
	.mb-lg-0, .mb-lg-0px, .my-lg-0, .my-lg-0px {
        margin-bottom: 0 !important;
    }
	.mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
	.mb-lg-20px, .my-lg-20px {
        margin-bottom: 20px !important;
    }
	.ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
	.pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }
	.w-lg-auto {
        width: auto !important;
    }
	.w-lg-100 {
        width: 100% !important;
    }
	.align-items-lg-center {
        align-items: center !important;
    }
	.text-lg-right {
        text-align: right !important;
    }
	.text-lg-left {
        text-align: left !important;
    }
	.fs-lg-14 {
        font-size: 14px !important;
    }
}
@media (min-width: 1200px) {
	.col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
	.col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
	.col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
	.col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	.col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
	.col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
	.col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
	.d-xl-block {
        display: block !important;
    }
	.mb-xl-45px, .my-xl-45px {
        margin-bottom: 45px !important;
    }
	.pl-xl-0, .pl-xl-0px, .px-xl-0, .px-xl-0px {
        padding-left: 0 !important;
    }
	.pr-xl-15px, .px-xl-15px {
        padding-right: 15px !important;
    }
}
@media (min-width: 1400px) {
	.col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}