/*!
 * Bootstrap v4.1.3 (://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
	--blue: #ff5e14;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #ff5e14;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}

*,::after,::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: arial;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width:device-width
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #ff5e14;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,kbd,pre,samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}[hidden] {
	display: none!important
}

:is(.h1,.cwKuZHQlB),:is(.h2,.cSVHxRrhi),:is(.h3,.cagqvrwlV),:is(.h4,.cjbToNmYA),:is(.h5,.ctyWHTkZR),:is(.h6,.cGNnTGQgn),h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

:is(.h1,.cwKuZHQlB),h1 {
	font-size: 2.5rem
}

:is(.h2,.cSVHxRrhi),h2 {
	font-size: 2rem
}

:is(.h3,.cagqvrwlV),h3 {
	font-size: 1.75rem
}

:is(.h4,.cjbToNmYA),h4 {
	font-size: 1.5rem
}

:is(.h5,.ctyWHTkZR),h5 {
	font-size: 1.25rem
}

:is(.h6,.cGNnTGQgn),h6 {
	font-size: 1rem
}

:is(.lead,.cGOVuWzgQ) {
	font-size: 1.25rem;
	font-weight: 300
}

:is(.display-1,.cORZuAvGC) {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

:is(.display-2,.cZAComvoA) {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

:is(.display-3,.cZdgGZktA) {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

:is(.display-4,.ciNELuRyg) {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}

:is(.small,.cLGCvZopb),small {
	font-size: 80%;
	font-weight: 400
}

:is(.mark,.cFwsVvMJq),mark {
	padding: .2em;
	background-color: #fcf8e3
}

:is(.list-unstyled,.cqnJFSERi) {
	padding-left: 0;
	list-style: none
}

:is(.list-inline,.cbeTTDOZk) {
	padding-left: 0;
	list-style: none
}

:is(.list-inline-item,.cLxvxNPeP) {
	display: inline-block
}

:is(.list-inline-item,.cLxvxNPeP):not(:last-child) {
	margin-right: .5rem
}

:is(.initialism,.clALasdpx) {
	font-size: 90%;
	text-transform: uppercase
}

:is(.blockquote,.cpjQhXDZC) {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

:is(.blockquote-footer,.cXXLzZUAX) {
	display: block;
	font-size: 80%;
	color: #6c757d
}

:is(.blockquote-footer,.cXXLzZUAX)::before {
	content: "\2014 \00A0"
}

:is(.img-fluid,.cpwJCVeaF) {
	max-width: 100%;
	height: auto
}

:is(.img-thumbnail,.cGzOikQGw) {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

:is(.figure,.cjYHQuLtt) {
	display: inline-block
}

:is(.figure-img,.cymfxexhv) {
	margin-bottom: .5rem;
	line-height: 1
}

:is(.figure-caption,.cCFyLUHzU) {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

:is(.pre-scrollable,.cgiCfCRZA) {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

:is(.row,.cbpZJRDCr) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

:is(.no-gutters,.cjpNyfRxN) {
	margin-right: 0;
	margin-left: 0
}

:is(.no-gutters,.cjpNyfRxN)>:is(.col,.ckAIDawLl),:is(.no-gutters,.cjpNyfRxN)>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

:is(.col,.ckAIDawLl),:is(.col-1,.ceDCbWPTn),:is(.col-10,.cANPLThRA),:is(.col-11,.cZBzgRmbO),:is(.col-12,.ccGBPFnZS),:is(.col-2,.cPiwjWgnH),:is(.col-3,.cZtNiTdEE),:is(.col-4,.cINYAbOsd),:is(.col-5,.cyTrlACoi),:is(.col-6,.canRsuQWu),:is(.col-7,.cujXzpHmN),:is(.col-8,.cwTeUIqZJ),:is(.col-9,.cRQSsSmPG),:is(.col-auto,.cSoeomseu),:is(.col-lg,.cPObAOiZW),:is(.col-lg-1,.ceOALIgXQ),:is(.col-lg-10,.cWejuzGYm),:is(.col-lg-11,.ciGNlydhz),:is(.col-lg-12,.ctAAJBzRQ),:is(.col-lg-2,.cAJidXXcY),:is(.col-lg-3,.cArKSOyFL),:is(.col-lg-4,.cZtATxVgE),:is(.col-lg-5,.clhyGBnHq),:is(.col-lg-6,.cVyXuATHW),:is(.col-lg-7,.cAHNZHqfa),:is(.col-lg-8,.cfUCwnkAZ),:is(.col-lg-9,.chRxrsbhf),:is(.col-lg-auto,.cnQALIgYV),:is(.col-md,.cIWsoRreb),:is(.col-md-1,.ceGpfJpbE),:is(.col-md-10,.cdbvZzxDc),:is(.col-md-11,.cCqweEkWt),:is(.col-md-12,.cgyGOPPmc),:is(.col-md-2,.cKilwPuER),:is(.col-md-3,.cvAYuFELn),:is(.col-md-4,.ciagPseAO),:is(.col-md-5,.cyzUEzZAb),:is(.col-md-6,.cteJuUWtr),:is(.col-md-7,.cfRABMECN),:is(.col-md-8,.cayFCPzeV),:is(.col-md-9,.cQCJIgvmf),:is(.col-md-auto,.cxgPpVmKV),:is(.col-sm,.caJsualmh),:is(.col-sm-1,.cKlosNatp),:is(.col-sm-10,.cydURHqNE),:is(.col-sm-11,.cOoHHOvql),:is(.col-sm-12,.cRRAqjwZO),:is(.col-sm-2,.ctteabgQF),:is(.col-sm-3,.cPmWxFOxA),:is(.col-sm-4,.cDpmIeodO),:is(.col-sm-5,.cmUEbGXum),:is(.col-sm-6,.coHTfWYCO),:is(.col-sm-7,.cVQpKtlvk),:is(.col-sm-8,.cAHjZtvPX),:is(.col-sm-9,.cxSaYdHAA),:is(.col-sm-auto,.cqhuapllr),:is(.col-xl,.cDYcPIMSA),:is(.col-xl-1,.cMPHPzKOO),:is(.col-xl-10,.cEGDcoTDc),:is(.col-xl-11,.cYbtcFOsn),:is(.col-xl-12,.cLCxQbszx),:is(.col-xl-2,.ciiMigNDe),:is(.col-xl-3,.cbCBSkKUq),:is(.col-xl-4,.cAQUsxlzE),:is(.col-xl-5,.cWDJUVWCn),:is(.col-xl-6,.cbrejkEvo),:is(.col-xl-7,.cPsJUsxcE),:is(.col-xl-8,.cOdIMLeVc),:is(.col-xl-9,.cKKkMyRpZ),:is(.col-xl-auto,.cuANMSWVy) {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

:is(.col,.ckAIDawLl) {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}

:is(.col-auto,.cSoeomseu) {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

:is(.col-1,.ceDCbWPTn) {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

:is(.col-2,.cPiwjWgnH) {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

:is(.col-3,.cZtNiTdEE) {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}

:is(.col-4,.cINYAbOsd) {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

:is(.col-5,.cyTrlACoi) {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

:is(.col-6,.canRsuQWu) {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

:is(.col-7,.cujXzpHmN) {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

:is(.col-8,.cwTeUIqZJ) {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

:is(.col-9,.cRQSsSmPG) {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}

:is(.col-10,.cANPLThRA) {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

:is(.col-11,.cZBzgRmbO) {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

:is(.col-12,.ccGBPFnZS) {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

:is(.order-first,.cySQeRRDZ) {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1
}

:is(.order-last,.cwMywGQZs) {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	order: 13
}

:is(.order-0,.cCIyZwIff) {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0
}

:is(.order-1,.cLqATuHHt) {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1
}

:is(.order-2,.crBmYWjcW) {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2
}

:is(.order-3,.cpZVMhdzV) {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3
}

:is(.order-4,.cbdBZRAvx) {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4
}

:is(.order-5,.czYNQkMyz) {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5
}

:is(.order-6,.cjVVTquLx) {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6
}

:is(.order-7,.cbAqwLORe) {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7
}

:is(.order-8,.cmEkAZDdQ) {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8
}

:is(.order-9,.cMcczZMqW) {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9
}

:is(.order-10,.coveglQAe) {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10
}

:is(.order-11,.cwNTycewS) {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11
}

:is(.order-12,.cAEnrbRPJ) {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12
}

:is(.offset-1,.cXDygVQoF) {
	margin-left: 8.333333%
}

:is(.offset-2,.cjNRwifnJ) {
	margin-left: 16.666667%
}

:is(.offset-3,.cPTipeADW) {
	margin-left: 25%
}

:is(.offset-4,.cWeeGhaml) {
	margin-left: 33.333333%
}

:is(.offset-5,.cKAWRowXr) {
	margin-left: 41.666667%
}

:is(.offset-6,.cNCBEXnrc) {
	margin-left: 50%
}

:is(.offset-7,.cGkdRJTzO) {
	margin-left: 58.333333%
}

:is(.offset-8,.cMLPnLrFQ) {
	margin-left: 66.666667%
}

:is(.offset-9,.clMRAUvPx) {
	margin-left: 75%
}

:is(.offset-10,.cuDlqgPzZ) {
	margin-left: 83.333333%
}

:is(.offset-11,.cbWwEfBmt) {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	:is(.col-sm,.caJsualmh) {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}

	:is(.col-sm-auto,.cqhuapllr) {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	:is(.col-sm-1,.cKlosNatp) {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	:is(.col-sm-2,.ctteabgQF) {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	:is(.col-sm-3,.cPmWxFOxA) {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}

	:is(.col-sm-4,.cDpmIeodO) {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	:is(.col-sm-5,.cmUEbGXum) {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	:is(.col-sm-6,.coHTfWYCO) {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}

	:is(.col-sm-7,.cVQpKtlvk) {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	:is(.col-sm-8,.cAHjZtvPX) {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	:is(.col-sm-9,.cxSaYdHAA) {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}

	:is(.col-sm-10,.cydURHqNE) {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	:is(.col-sm-11,.cOoHHOvql) {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	:is(.col-sm-12,.cRRAqjwZO) {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}

	:is(.order-sm-first,.cznWCBqoa) {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}

	:is(.order-sm-last,.cDDnrBoBE) {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13
	}

	:is(.order-sm-0,.cpiIvXyYO) {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0
	}

	:is(.order-sm-1,.cWlNUTVUS) {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}

	:is(.order-sm-2,.cNkEHAnFK) {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2
	}

	:is(.order-sm-3,.cOLdKzqAD) {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	:is(.order-sm-4,.cnNtMPfHn) {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}

	:is(.order-sm-5,.cWHuSpSYy) {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5
	}

	:is(.order-sm-6,.chEEKAWqN) {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6
	}

	:is(.order-sm-7,.cOPpgCCyq) {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7
	}

	:is(.order-sm-8,.cTExCXLpu) {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8
	}

	:is(.order-sm-9,.cMhCGtBlq) {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9
	}

	:is(.order-sm-10,.cfxgpmZTv) {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10
	}

	:is(.order-sm-11,.ccxAQGSyB) {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11
	}

	:is(.order-sm-12,.cNrSnEkzm) {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12
	}

	:is(.offset-sm-0,.cyhTXdQpN) {
		margin-left: 0
	}

	:is(.offset-sm-1,.cIYbkZauc) {
		margin-left: 8.333333%
	}

	:is(.offset-sm-2,.crQPTMxqI) {
		margin-left: 16.666667%
	}

	:is(.offset-sm-3,.cPDYnOukN) {
		margin-left: 25%
	}

	:is(.offset-sm-4,.chusVJjvh) {
		margin-left: 33.333333%
	}

	:is(.offset-sm-5,.cffCOmTjo) {
		margin-left: 41.666667%
	}

	:is(.offset-sm-6,.cYCxlDYxI) {
		margin-left: 50%
	}

	:is(.offset-sm-7,.cTwVUSaAn) {
		margin-left: 58.333333%
	}

	:is(.offset-sm-8,.cASNCGUdz) {
		margin-left: 66.666667%
	}

	:is(.offset-sm-9,.cywBwduOB) {
		margin-left: 75%
	}

	:is(.offset-sm-10,.cAbhBTIMd) {
		margin-left: 83.333333%
	}

	:is(.offset-sm-11,.cKTnRkxCr) {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	:is(.col-md,.cIWsoRreb) {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}

	:is(.col-md-auto,.cxgPpVmKV) {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	:is(.col-md-1,.ceGpfJpbE) {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	:is(.col-md-2,.cKilwPuER) {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	:is(.col-md-3,.cvAYuFELn) {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}

	:is(.col-md-4,.ciagPseAO) {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	:is(.col-md-5,.cyzUEzZAb) {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	:is(.col-md-6,.cteJuUWtr) {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}

	:is(.col-md-7,.cfRABMECN) {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	:is(.col-md-8,.cayFCPzeV) {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	:is(.col-md-9,.cQCJIgvmf) {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}

	:is(.col-md-10,.cdbvZzxDc) {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	:is(.col-md-11,.cCqweEkWt) {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	:is(.col-md-12,.cgyGOPPmc) {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}

	:is(.order-md-first,.czjHljnxc) {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}

	:is(.order-md-last,.cmgNFqtrj) {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13
	}

	:is(.order-md-0,.cxVrZQiOV) {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0
	}

	:is(.order-md-1,.cylefbaqI) {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}

	:is(.order-md-2,.cHRNSPVBp) {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2
	}

	:is(.order-md-3,.cCleGLnzz) {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	:is(.order-md-4,.cDJwVQpkr) {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}

	:is(.order-md-5,.czyEAdUQx) {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5
	}

	:is(.order-md-6,.cSEXteudZ) {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6
	}

	:is(.order-md-7,.chsvRZSYg) {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7
	}

	:is(.order-md-8,.csLMjsxLD) {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8
	}

	:is(.order-md-9,.cRDJyIRaP) {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9
	}

	:is(.order-md-10,.ctKtXPPVv) {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10
	}

	:is(.order-md-11,.cnyiGqSxz) {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11
	}

	:is(.order-md-12,.cHxqIuIAh) {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12
	}

	:is(.offset-md-0,.cAWbSzhig) {
		margin-left: 0
	}

	:is(.offset-md-1,.cwujmAPKe) {
		margin-left: 8.333333%
	}

	:is(.offset-md-2,.cYAoAWKXy) {
		margin-left: 16.666667%
	}

	:is(.offset-md-3,.cyMQAuMob) {
		margin-left: 25%
	}

	:is(.offset-md-4,.cFZtCxFTi) {
		margin-left: 33.333333%
	}

	:is(.offset-md-5,.cItBAKgOI) {
		margin-left: 41.666667%
	}

	:is(.offset-md-6,.csvIOkNuj) {
		margin-left: 50%
	}

	:is(.offset-md-7,.cLVuagBzX) {
		margin-left: 58.333333%
	}

	:is(.offset-md-8,.cKioavKYQ) {
		margin-left: 66.666667%
	}

	:is(.offset-md-9,.ceDYvRPEF) {
		margin-left: 75%
	}

	:is(.offset-md-10,.cYyMErnxA) {
		margin-left: 83.333333%
	}

	:is(.offset-md-11,.cNTErQVVz) {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	:is(.col-lg,.cPObAOiZW) {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}

	:is(.col-lg-auto,.cnQALIgYV) {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	:is(.col-lg-1,.ceOALIgXQ) {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	:is(.col-lg-2,.cAJidXXcY) {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	:is(.col-lg-3,.cArKSOyFL) {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}

	:is(.col-lg-4,.cZtATxVgE) {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	:is(.col-lg-5,.clhyGBnHq) {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	:is(.col-lg-6,.cVyXuATHW) {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}

	:is(.col-lg-7,.cAHNZHqfa) {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	:is(.col-lg-8,.cfUCwnkAZ) {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	:is(.col-lg-9,.chRxrsbhf) {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}

	:is(.col-lg-10,.cWejuzGYm) {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	:is(.col-lg-11,.ciGNlydhz) {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	:is(.col-lg-12,.ctAAJBzRQ) {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}

	:is(.order-lg-first,.cIGvSHSRN) {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}

	:is(.order-lg-last,.cCFEzwAig) {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13
	}

	:is(.order-lg-0,.cRdYnLyVn) {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0
	}

	:is(.order-lg-1,.cCGBLcATs) {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}

	:is(.order-lg-2,.coICgGCkV) {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2
	}

	:is(.order-lg-3,.ccbjJuAeC) {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	:is(.order-lg-4,.coAGzlaTy) {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}

	:is(.order-lg-5,.cOFsEZYSJ) {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5
	}

	:is(.order-lg-6,.cLmibCfZR) {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6
	}

	:is(.order-lg-7,.cZnxWKWLf) {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7
	}

	:is(.order-lg-8,.cJsMAhJyp) {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8
	}

	:is(.order-lg-9,.cukFRRxbv) {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9
	}

	:is(.order-lg-10,.cdgzOWkaM) {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10
	}

	:is(.order-lg-11,.cdnOEwYqV) {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11
	}

	:is(.order-lg-12,.cpVXiRvuX) {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12
	}

	:is(.offset-lg-0,.ciGDBiPjM) {
		margin-left: 0
	}

	:is(.offset-lg-1,.ccYYterKt) {
		margin-left: 8.333333%
	}

	:is(.offset-lg-2,.ceFxHzWxS) {
		margin-left: 16.666667%
	}

	:is(.offset-lg-3,.cWbreVFcV) {
		margin-left: 25%
	}

	:is(.offset-lg-4,.cghpJaopA) {
		margin-left: 33.333333%
	}

	:is(.offset-lg-5,.cAheHBfoz) {
		margin-left: 41.666667%
	}

	:is(.offset-lg-6,.ctTGVOPTf) {
		margin-left: 50%
	}

	:is(.offset-lg-7,.cYxhneQxB) {
		margin-left: 58.333333%
	}

	:is(.offset-lg-8,.cetDgKuXV) {
		margin-left: 66.666667%
	}

	:is(.offset-lg-9,.cnLmkctFc) {
		margin-left: 75%
	}

	:is(.offset-lg-10,.cMhuRcgnw) {
		margin-left: 83.333333%
	}

	:is(.offset-lg-11,.cotoLhyqp) {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	:is(.col-xl,.cDYcPIMSA) {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}

	:is(.col-xl-auto,.cuANMSWVy) {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	:is(.col-xl-1,.cMPHPzKOO) {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	:is(.col-xl-2,.ciiMigNDe) {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	:is(.col-xl-3,.cbCBSkKUq) {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}

	:is(.col-xl-4,.cAQUsxlzE) {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	:is(.col-xl-5,.cWDJUVWCn) {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	:is(.col-xl-6,.cbrejkEvo) {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}

	:is(.col-xl-7,.cPsJUsxcE) {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	:is(.col-xl-8,.cOdIMLeVc) {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	:is(.col-xl-9,.cKKkMyRpZ) {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}

	:is(.col-xl-10,.cEGDcoTDc) {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	:is(.col-xl-11,.cYbtcFOsn) {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	:is(.col-xl-12,.cLCxQbszx) {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}

	:is(.order-xl-first,.cfvWAkwRO) {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}

	:is(.order-xl-last,.clHvMlMSG) {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13
	}

	:is(.order-xl-0,.cgGBVnvFD) {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0
	}

	:is(.order-xl-1,.cSdsGrmkF) {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}

	:is(.order-xl-2,.cvDqoseeE) {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2
	}

	:is(.order-xl-3,.cVSgauMoQ) {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3
	}

	:is(.order-xl-4,.cZAzEdBSB) {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4
	}

	:is(.order-xl-5,.cudgpZrFK) {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5
	}

	:is(.order-xl-6,.cgYkoAQjz) {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6
	}

	:is(.order-xl-7,.cQjGLWTmm) {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7
	}

	:is(.order-xl-8,.cZbRqpELA) {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8
	}

	:is(.order-xl-9,.cKSnWYbni) {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9
	}

	:is(.order-xl-10,.cnaTuUYTI) {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10
	}

	:is(.order-xl-11,.cZuafhCfE) {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11
	}

	:is(.order-xl-12,.cIAlcnOYx) {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12
	}

	:is(.offset-xl-0,.czjmVPkvN) {
		margin-left: 0
	}

	:is(.offset-xl-1,.cXWqQTSVK) {
		margin-left: 8.333333%
	}

	:is(.offset-xl-2,.cTHPoobCT) {
		margin-left: 16.666667%
	}

	:is(.offset-xl-3,.cypdAauFr) {
		margin-left: 25%
	}

	:is(.offset-xl-4,.cQAZZqZmp) {
		margin-left: 33.333333%
	}

	:is(.offset-xl-5,.cMUljqeIK) {
		margin-left: 41.666667%
	}

	:is(.offset-xl-6,.cMilBviKH) {
		margin-left: 50%
	}

	:is(.offset-xl-7,.chulCuFgd) {
		margin-left: 58.333333%
	}

	:is(.offset-xl-8,.cQlrDYAqC) {
		margin-left: 66.666667%
	}

	:is(.offset-xl-9,.cGXcODbki) {
		margin-left: 75%
	}

	:is(.offset-xl-10,.csFeeAPNr) {
		margin-left: 83.333333%
	}

	:is(.offset-xl-11,.cZstsfsRA) {
		margin-left: 91.666667%
	}
}

:is(.table,.cdDsuzkrP) {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

:is(.table,.cdDsuzkrP) td,:is(.table,.cdDsuzkrP) th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

:is(.table,.cdDsuzkrP) thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

:is(.table,.cdDsuzkrP) tbody+tbody {
	border-top: 2px solid #dee2e6
}

:is(.table,.cdDsuzkrP) .table {
	background-color: #fff
}

:is(.table-sm,.cgNfwcKuV) td,:is(.table-sm,.cgNfwcKuV) th {
	padding: .3rem
}

:is(.table-bordered,.cXpggAqxF) {
	border: 1px solid #dee2e6
}

:is(.table-bordered,.cXpggAqxF) td,:is(.table-bordered,.cXpggAqxF) th {
	border: 1px solid #dee2e6
}

:is(.table-bordered,.cXpggAqxF) thead td,:is(.table-bordered,.cXpggAqxF) thead th {
	border-bottom-width: 2px
}

:is(.table-borderless,.coHvEjUJg) tbody+tbody,:is(.table-borderless,.coHvEjUJg) td,:is(.table-borderless,.coHvEjUJg) th,:is(.table-borderless,.coHvEjUJg) thead th {
	border: 0
}

:is(.table-striped,.cBdCiJpCb) tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}

:is(.table-hover,.chqURZdIL) tbody tr:hover {
	background-color: rgba(0,0,0,.075)
}

:is(.table-primary,.cdQATFwGv),:is(.table-primary,.cdQATFwGv)>td,:is(.table-primary,.cdQATFwGv)>th {
	background-color: #b8daff
}

:is(.table-hover,.chqURZdIL) :is(.table-primary,.cdQATFwGv):hover {
	background-color: #9fcdff
}

:is(.table-hover,.chqURZdIL) :is(.table-primary,.cdQATFwGv):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-primary,.cdQATFwGv):hover>th {
	background-color: #9fcdff
}

:is(.table-secondary,.cIJdRAJhv),:is(.table-secondary,.cIJdRAJhv)>td,:is(.table-secondary,.cIJdRAJhv)>th {
	background-color: #d6d8db
}

:is(.table-hover,.chqURZdIL) :is(.table-secondary,.cIJdRAJhv):hover {
	background-color: #c8cbcf
}

:is(.table-hover,.chqURZdIL) :is(.table-secondary,.cIJdRAJhv):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-secondary,.cIJdRAJhv):hover>th {
	background-color: #c8cbcf
}

:is(.table-success,.chAgikjqw),:is(.table-success,.chAgikjqw)>td,:is(.table-success,.chAgikjqw)>th {
	background-color: #c3e6cb
}

:is(.table-hover,.chqURZdIL) :is(.table-success,.chAgikjqw):hover {
	background-color: #b1dfbb
}

:is(.table-hover,.chqURZdIL) :is(.table-success,.chAgikjqw):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-success,.chAgikjqw):hover>th {
	background-color: #b1dfbb
}

:is(.table-info,.cRhoirNnZ),:is(.table-info,.cRhoirNnZ)>td,:is(.table-info,.cRhoirNnZ)>th {
	background-color: #bee5eb
}

:is(.table-hover,.chqURZdIL) :is(.table-info,.cRhoirNnZ):hover {
	background-color: #abdde5
}

:is(.table-hover,.chqURZdIL) :is(.table-info,.cRhoirNnZ):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-info,.cRhoirNnZ):hover>th {
	background-color: #abdde5
}

:is(.table-warning,.cHwRYhTAH),:is(.table-warning,.cHwRYhTAH)>td,:is(.table-warning,.cHwRYhTAH)>th {
	background-color: #ffeeba
}

:is(.table-hover,.chqURZdIL) :is(.table-warning,.cHwRYhTAH):hover {
	background-color: #ffe8a1
}

:is(.table-hover,.chqURZdIL) :is(.table-warning,.cHwRYhTAH):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-warning,.cHwRYhTAH):hover>th {
	background-color: #ffe8a1
}

:is(.table-danger,.cmNahLTwt),:is(.table-danger,.cmNahLTwt)>td,:is(.table-danger,.cmNahLTwt)>th {
	background-color: #f5c6cb
}

:is(.table-hover,.chqURZdIL) :is(.table-danger,.cmNahLTwt):hover {
	background-color: #f1b0b7
}

:is(.table-hover,.chqURZdIL) :is(.table-danger,.cmNahLTwt):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-danger,.cmNahLTwt):hover>th {
	background-color: #f1b0b7
}

:is(.table-light,.cAEhWjIRx),:is(.table-light,.cAEhWjIRx)>td,:is(.table-light,.cAEhWjIRx)>th {
	background-color: #fdfdfe
}

:is(.table-hover,.chqURZdIL) :is(.table-light,.cAEhWjIRx):hover {
	background-color: #ececf6
}

:is(.table-hover,.chqURZdIL) :is(.table-light,.cAEhWjIRx):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-light,.cAEhWjIRx):hover>th {
	background-color: #ececf6
}

:is(.table-dark,.cIVAEkqLP),:is(.table-dark,.cIVAEkqLP)>td,:is(.table-dark,.cIVAEkqLP)>th {
	background-color: #c6c8ca
}

:is(.table-hover,.chqURZdIL) :is(.table-dark,.cIVAEkqLP):hover {
	background-color: #b9bbbe
}

:is(.table-hover,.chqURZdIL) :is(.table-dark,.cIVAEkqLP):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-dark,.cIVAEkqLP):hover>th {
	background-color: #b9bbbe
}

:is(.table-active,.cAGFUAXSU),:is(.table-active,.cAGFUAXSU)>td,:is(.table-active,.cAGFUAXSU)>th {
	background-color: rgba(0,0,0,.075)
}

:is(.table-hover,.chqURZdIL) :is(.table-active,.cAGFUAXSU):hover {
	background-color: rgba(0,0,0,.075)
}

:is(.table-hover,.chqURZdIL) :is(.table-active,.cAGFUAXSU):hover>td,:is(.table-hover,.chqURZdIL) :is(.table-active,.cAGFUAXSU):hover>th {
	background-color: rgba(0,0,0,.075)
}

:is(.table,.cdDsuzkrP) :is(.thead-dark,.cmHudCGUs) th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

:is(.table,.cdDsuzkrP) :is(.thead-light,.cywjiQXPw) th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

:is(.table-dark,.cIVAEkqLP) {
	color: #fff;
	background-color: #212529
}

:is(.table-dark,.cIVAEkqLP) td,:is(.table-dark,.cIVAEkqLP) th,:is(.table-dark,.cIVAEkqLP) thead th {
	border-color: #32383e
}

:is(.table-dark,.cIVAEkqLP):is(.table-bordered,.cXpggAqxF) {
	border: 0
}

:is(.table-dark,.cIVAEkqLP):is(.table-striped,.cBdCiJpCb) tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05)
}

:is(.table-dark,.cIVAEkqLP):is(.table-hover,.chqURZdIL) tbody tr:hover {
	background-color: rgba(255,255,255,.075)
}

@media (max-width:575.98px) {
	:is(.table-responsive-sm,.cFOEYnrww) {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	:is(.table-responsive-sm,.cFOEYnrww)>:is(.table-bordered,.cXpggAqxF) {
		border: 0
	}
}

@media (max-width:767.98px) {
	:is(.table-responsive-md,.cnpSIvoAB) {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	:is(.table-responsive-md,.cnpSIvoAB)>:is(.table-bordered,.cXpggAqxF) {
		border: 0
	}
}

@media (max-width:991.98px) {
	:is(.table-responsive-lg,.cALkaWVis) {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	:is(.table-responsive-lg,.cALkaWVis)>:is(.table-bordered,.cXpggAqxF) {
		border: 0
	}
}

@media (max-width:1199.98px) {
	:is(.table-responsive-xl,.cLsAzKtkO) {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	:is(.table-responsive-xl,.cLsAzKtkO)>:is(.table-bordered,.cXpggAqxF) {
		border: 0
	}
}

:is(.table-responsive,.cguiCKuXT) {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

:is(.table-responsive,.cguiCKuXT)>:is(.table-bordered,.cXpggAqxF) {
	border: 0
}

:is(.form-control,.cmDunZaaM) {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.form-control,.cmDunZaaM) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.form-control,.cmDunZaaM)::-ms-expand {
	background-color: transparent;
	border: 0
}

:is(.form-control,.cmDunZaaM):focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

:is(.form-control,.cmDunZaaM)::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

:is(.form-control,.cmDunZaaM)::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

:is(.form-control,.cmDunZaaM):-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

:is(.form-control,.cmDunZaaM)::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

:is(.form-control,.cmDunZaaM)::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

:is(.form-control,.cmDunZaaM):-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

:is(.form-control,.cmDunZaaM)::placeholder {
	color: #6c757d;
	opacity: 1
}

:is(.form-control,.cmDunZaaM):disabled,:is(.form-control,.cmDunZaaM)[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select:is(.form-control,.cmDunZaaM):focus::-ms-value {
	color: #495057;
	background-color: #fff
}

:is(.form-control-file,.clLueWXAS),:is(.form-control-range,.cGIFkZIyI) {
	display: block;
	width: 100%
}

:is(.col-form-label,.cSXhTrKba) {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

:is(.col-form-label-lg,.cVkIMpwyf) {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

:is(.col-form-label-sm,.cmNAAqwwb) {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

:is(.form-control-plaintext,.cVLHoZHxN) {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

:is(.form-control-plaintext,.cVLHoZHxN):is(.form-control-lg,.cjrScevxb),:is(.form-control-plaintext,.cVLHoZHxN):is(.form-control-sm,.cxHSFZuCT) {
	padding-right: 0;
	padding-left: 0
}

:is(.form-control-sm,.cxHSFZuCT) {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

:is(.form-control-lg,.cjrScevxb) {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select:is(.form-control,.cmDunZaaM)[multiple],select:is(.form-control,.cmDunZaaM)[size] {
	height: auto
}

textarea:is(.form-control,.cmDunZaaM) {
	height: auto
}

:is(.form-group,.cducPFkxR) {
	margin-bottom: 1rem
}

:is(.form-text,.cJHAeXYTU) {
	display: block;
	margin-top: .25rem
}

:is(.form-row,.crAdoRaUX) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

:is(.form-row,.crAdoRaUX)>:is(.col,.ckAIDawLl),:is(.form-row,.crAdoRaUX)>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

:is(.form-check,.cOBeZMxeo) {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

:is(.form-check-input,.cSIDCOCBx) {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

:is(.form-check-input,.cSIDCOCBx):disabled~:is(.form-check-label,.cLVmrhiNq) {
	color: #6c757d
}

:is(.form-check-label,.cLVmrhiNq) {
	margin-bottom: 0
}

:is(.form-check-inline,.cAOQJplqw) {
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

:is(.form-check-inline,.cAOQJplqw) :is(.form-check-input,.cSIDCOCBx) {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

:is(.valid-feedback,.cIYDPebxA) {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

:is(.valid-tooltip,.cmfHGYEoA) {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40,167,69,.9);
	border-radius: .25rem
}

:is(.custom-select,.cgSqIPfky):is(.is-valid,.cuxjjRwOJ),:is(.form-control,.cmDunZaaM):is(.is-valid,.cuxjjRwOJ),:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):valid,:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):valid {
	border-color: #28a745
}

:is(.custom-select,.cgSqIPfky):is(.is-valid,.cuxjjRwOJ):focus,:is(.form-control,.cmDunZaaM):is(.is-valid,.cuxjjRwOJ):focus,:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):valid:focus,:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

:is(.custom-select,.cgSqIPfky):is(.is-valid,.cuxjjRwOJ)~:is(.valid-feedback,.cIYDPebxA),:is(.custom-select,.cgSqIPfky):is(.is-valid,.cuxjjRwOJ)~:is(.valid-tooltip,.cmfHGYEoA),:is(.form-control,.cmDunZaaM):is(.is-valid,.cuxjjRwOJ)~:is(.valid-feedback,.cIYDPebxA),:is(.form-control,.cmDunZaaM):is(.is-valid,.cuxjjRwOJ)~:is(.valid-tooltip,.cmfHGYEoA),:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):valid~:is(.valid-feedback,.cIYDPebxA),:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):valid~:is(.valid-tooltip,.cmfHGYEoA),:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):valid~:is(.valid-feedback,.cIYDPebxA),:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):valid~:is(.valid-tooltip,.cmfHGYEoA) {
	display: block
}

:is(.form-control-file,.clLueWXAS):is(.is-valid,.cuxjjRwOJ)~:is(.valid-feedback,.cIYDPebxA),:is(.form-control-file,.clLueWXAS):is(.is-valid,.cuxjjRwOJ)~:is(.valid-tooltip,.cmfHGYEoA),:is(.was-validated,.cjlWwJhIV) :is(.form-control-file,.clLueWXAS):valid~:is(.valid-feedback,.cIYDPebxA),:is(.was-validated,.cjlWwJhIV) :is(.form-control-file,.clLueWXAS):valid~:is(.valid-tooltip,.cmfHGYEoA) {
	display: block
}

:is(.form-check-input,.cSIDCOCBx):is(.is-valid,.cuxjjRwOJ)~:is(.form-check-label,.cLVmrhiNq),:is(.was-validated,.cjlWwJhIV) :is(.form-check-input,.cSIDCOCBx):valid~:is(.form-check-label,.cLVmrhiNq) {
	color: #28a745
}

:is(.form-check-input,.cSIDCOCBx):is(.is-valid,.cuxjjRwOJ)~:is(.valid-feedback,.cIYDPebxA),:is(.form-check-input,.cSIDCOCBx):is(.is-valid,.cuxjjRwOJ)~:is(.valid-tooltip,.cmfHGYEoA),:is(.was-validated,.cjlWwJhIV) :is(.form-check-input,.cSIDCOCBx):valid~:is(.valid-feedback,.cIYDPebxA),:is(.was-validated,.cjlWwJhIV) :is(.form-check-input,.cSIDCOCBx):valid~:is(.valid-tooltip,.cmfHGYEoA) {
	display: block
}

:is(.custom-control-input,.cARpeDHFM):is(.is-valid,.cuxjjRwOJ)~:is(.custom-control-label,.cHsePhjwO),:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):valid~:is(.custom-control-label,.cHsePhjwO) {
	color: #28a745
}

:is(.custom-control-input,.cARpeDHFM):is(.is-valid,.cuxjjRwOJ)~:is(.custom-control-label,.cHsePhjwO)::before,:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):valid~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #71dd8a
}

:is(.custom-control-input,.cARpeDHFM):is(.is-valid,.cuxjjRwOJ)~:is(.valid-feedback,.cIYDPebxA),:is(.custom-control-input,.cARpeDHFM):is(.is-valid,.cuxjjRwOJ)~:is(.valid-tooltip,.cmfHGYEoA),:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):valid~:is(.valid-feedback,.cIYDPebxA),:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):valid~:is(.valid-tooltip,.cmfHGYEoA) {
	display: block
}

:is(.custom-control-input,.cARpeDHFM):is(.is-valid,.cuxjjRwOJ):checked~:is(.custom-control-label,.cHsePhjwO)::before,:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):valid:checked~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #34ce57
}

:is(.custom-control-input,.cARpeDHFM):is(.is-valid,.cuxjjRwOJ):focus~:is(.custom-control-label,.cHsePhjwO)::before,:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):valid:focus~:is(.custom-control-label,.cHsePhjwO)::before {
	-webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-valid,.cuxjjRwOJ)~:is(.custom-file-label,.cOJbosLWw),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):valid~:is(.custom-file-label,.cOJbosLWw) {
	border-color: #28a745
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-valid,.cuxjjRwOJ)~:is(.custom-file-label,.cOJbosLWw)::after,:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):valid~:is(.custom-file-label,.cOJbosLWw)::after {
	border-color: inherit
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-valid,.cuxjjRwOJ)~:is(.valid-feedback,.cIYDPebxA),:is(.custom-file-input,.cKWZZAKyi):is(.is-valid,.cuxjjRwOJ)~:is(.valid-tooltip,.cmfHGYEoA),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):valid~:is(.valid-feedback,.cIYDPebxA),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):valid~:is(.valid-tooltip,.cmfHGYEoA) {
	display: block
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-valid,.cuxjjRwOJ):focus~:is(.custom-file-label,.cOJbosLWw),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):valid:focus~:is(.custom-file-label,.cOJbosLWw) {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

:is(.invalid-feedback,.cJJRZCunn) {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

:is(.invalid-tooltip,.cTIMxLefo) {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220,53,69,.9);
	border-radius: .25rem
}

:is(.custom-select,.cgSqIPfky):is(.is-invalid,.chRajkflx),:is(.form-control,.cmDunZaaM):is(.is-invalid,.chRajkflx),:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):invalid,:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):invalid {
	border-color: #dc3545
}

:is(.custom-select,.cgSqIPfky):is(.is-invalid,.chRajkflx):focus,:is(.form-control,.cmDunZaaM):is(.is-invalid,.chRajkflx):focus,:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):invalid:focus,:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

:is(.custom-select,.cgSqIPfky):is(.is-invalid,.chRajkflx)~:is(.invalid-feedback,.cJJRZCunn),:is(.custom-select,.cgSqIPfky):is(.is-invalid,.chRajkflx)~:is(.invalid-tooltip,.cTIMxLefo),:is(.form-control,.cmDunZaaM):is(.is-invalid,.chRajkflx)~:is(.invalid-feedback,.cJJRZCunn),:is(.form-control,.cmDunZaaM):is(.is-invalid,.chRajkflx)~:is(.invalid-tooltip,.cTIMxLefo),:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):invalid~:is(.invalid-feedback,.cJJRZCunn),:is(.was-validated,.cjlWwJhIV) :is(.custom-select,.cgSqIPfky):invalid~:is(.invalid-tooltip,.cTIMxLefo),:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):invalid~:is(.invalid-feedback,.cJJRZCunn),:is(.was-validated,.cjlWwJhIV) :is(.form-control,.cmDunZaaM):invalid~:is(.invalid-tooltip,.cTIMxLefo) {
	display: block
}

:is(.form-control-file,.clLueWXAS):is(.is-invalid,.chRajkflx)~:is(.invalid-feedback,.cJJRZCunn),:is(.form-control-file,.clLueWXAS):is(.is-invalid,.chRajkflx)~:is(.invalid-tooltip,.cTIMxLefo),:is(.was-validated,.cjlWwJhIV) :is(.form-control-file,.clLueWXAS):invalid~:is(.invalid-feedback,.cJJRZCunn),:is(.was-validated,.cjlWwJhIV) :is(.form-control-file,.clLueWXAS):invalid~:is(.invalid-tooltip,.cTIMxLefo) {
	display: block
}

:is(.form-check-input,.cSIDCOCBx):is(.is-invalid,.chRajkflx)~:is(.form-check-label,.cLVmrhiNq),:is(.was-validated,.cjlWwJhIV) :is(.form-check-input,.cSIDCOCBx):invalid~:is(.form-check-label,.cLVmrhiNq) {
	color: #dc3545
}

:is(.form-check-input,.cSIDCOCBx):is(.is-invalid,.chRajkflx)~:is(.invalid-feedback,.cJJRZCunn),:is(.form-check-input,.cSIDCOCBx):is(.is-invalid,.chRajkflx)~:is(.invalid-tooltip,.cTIMxLefo),:is(.was-validated,.cjlWwJhIV) :is(.form-check-input,.cSIDCOCBx):invalid~:is(.invalid-feedback,.cJJRZCunn),:is(.was-validated,.cjlWwJhIV) :is(.form-check-input,.cSIDCOCBx):invalid~:is(.invalid-tooltip,.cTIMxLefo) {
	display: block
}

:is(.custom-control-input,.cARpeDHFM):is(.is-invalid,.chRajkflx)~:is(.custom-control-label,.cHsePhjwO),:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):invalid~:is(.custom-control-label,.cHsePhjwO) {
	color: #dc3545
}

:is(.custom-control-input,.cARpeDHFM):is(.is-invalid,.chRajkflx)~:is(.custom-control-label,.cHsePhjwO)::before,:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):invalid~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #efa2a9
}

:is(.custom-control-input,.cARpeDHFM):is(.is-invalid,.chRajkflx)~:is(.invalid-feedback,.cJJRZCunn),:is(.custom-control-input,.cARpeDHFM):is(.is-invalid,.chRajkflx)~:is(.invalid-tooltip,.cTIMxLefo),:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):invalid~:is(.invalid-feedback,.cJJRZCunn),:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):invalid~:is(.invalid-tooltip,.cTIMxLefo) {
	display: block
}

:is(.custom-control-input,.cARpeDHFM):is(.is-invalid,.chRajkflx):checked~:is(.custom-control-label,.cHsePhjwO)::before,:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):invalid:checked~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #e4606d
}

:is(.custom-control-input,.cARpeDHFM):is(.is-invalid,.chRajkflx):focus~:is(.custom-control-label,.cHsePhjwO)::before,:is(.was-validated,.cjlWwJhIV) :is(.custom-control-input,.cARpeDHFM):invalid:focus~:is(.custom-control-label,.cHsePhjwO)::before {
	-webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-invalid,.chRajkflx)~:is(.custom-file-label,.cOJbosLWw),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):invalid~:is(.custom-file-label,.cOJbosLWw) {
	border-color: #dc3545
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-invalid,.chRajkflx)~:is(.custom-file-label,.cOJbosLWw)::after,:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):invalid~:is(.custom-file-label,.cOJbosLWw)::after {
	border-color: inherit
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-invalid,.chRajkflx)~:is(.invalid-feedback,.cJJRZCunn),:is(.custom-file-input,.cKWZZAKyi):is(.is-invalid,.chRajkflx)~:is(.invalid-tooltip,.cTIMxLefo),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):invalid~:is(.invalid-feedback,.cJJRZCunn),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):invalid~:is(.invalid-tooltip,.cTIMxLefo) {
	display: block
}

:is(.custom-file-input,.cKWZZAKyi):is(.is-invalid,.chRajkflx):focus~:is(.custom-file-label,.cOJbosLWw),:is(.was-validated,.cjlWwJhIV) :is(.custom-file-input,.cKWZZAKyi):invalid:focus~:is(.custom-file-label,.cOJbosLWw) {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

:is(.form-inline,.cFVQuYVoD) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

:is(.form-inline,.cFVQuYVoD) :is(.form-check,.cOBeZMxeo) {
	width: 100%
}

@media (min-width:576px) {
	:is(.form-inline,.cFVQuYVoD) label {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	:is(.form-inline,.cFVQuYVoD) :is(.form-group,.cducPFkxR) {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0
	}

	:is(.form-inline,.cFVQuYVoD) :is(.form-control,.cmDunZaaM) {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	:is(.form-inline,.cFVQuYVoD) :is(.form-control-plaintext,.cVLHoZHxN) {
		display: inline-block
	}

	:is(.form-inline,.cFVQuYVoD) :is(.custom-select,.cgSqIPfky),:is(.form-inline,.cFVQuYVoD) :is(.input-group,.cjSkwAMFS) {
		width: auto
	}

	:is(.form-inline,.cFVQuYVoD) :is(.form-check,.cOBeZMxeo) {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	:is(.form-inline,.cFVQuYVoD) :is(.form-check-input,.cSIDCOCBx) {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	:is(.form-inline,.cFVQuYVoD) :is(.custom-control,.cIQjQPcfU) {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center
	}

	:is(.form-inline,.cFVQuYVoD) :is(.custom-control-label,.cHsePhjwO) {
		margin-bottom: 0
	}
}

:is(.btn,.cAQVjtTje) {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.btn,.cAQVjtTje) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.btn,.cAQVjtTje):focus,:is(.btn,.cAQVjtTje):hover {
	text-decoration: none
}

:is(.btn,.cAQVjtTje):is(.focus,.cZcNqlTlY),:is(.btn,.cAQVjtTje):focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,0)
}

:is(.btn,.cAQVjtTje).disabled,:is(.btn,.cAQVjtTje):disabled {
	opacity: .65
}

:is(.btn,.cAQVjtTje):not(:disabled):not(.disabled) {
	cursor: pointer
}

a:is(.btn,.cAQVjtTje).disabled,fieldset:disabled a:is(.btn,.cAQVjtTje) {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #ff5e14;
	border-color: #ff5e14
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary:is(.focus,.cZcNqlTlY),.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
	color: #fff;
	background-color: #ff5e14;
	border-color: #ff5e14
}

.btn-primary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-primary:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-primary:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-primary:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-primary:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary:is(.focus,.cZcNqlTlY),.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-secondary:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-secondary:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-secondary:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:is(.focus,.cZcNqlTlY),.btn-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-success:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-success:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-success:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-success:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:is(.focus,.cZcNqlTlY),.btn-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info.disabled,.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-info:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-info:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-info:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-info:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:is(.focus,.cZcNqlTlY),.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-warning:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-warning:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-warning:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-warning:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:is(.focus,.cZcNqlTlY),.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-danger:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-danger:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-danger:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-danger:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:is(.focus,.cZcNqlTlY),.btn-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled,.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-light:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-light:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-light:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-light:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:is(.focus,.cZcNqlTlY),.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-dark:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-dark:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-dark:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-dark:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-primary {
	color: #ff5e14;
	background-color: transparent;
	background-image: none;
	border-color: #ff5e14
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #ff5e14;
	border-color: #ff5e14
}

.btn-outline-primary:is(.focus,.cZcNqlTlY),.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
	color: #ff5e14;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-primary:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-primary:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #ff5e14;
	border-color: #ff5e14
}

.btn-outline-primary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-primary:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:is(.focus,.cZcNqlTlY),.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-secondary:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-secondary:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-secondary:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:is(.focus,.cZcNqlTlY),.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-success:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-success:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-success:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:is(.focus,.cZcNqlTlY),.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-info:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-info:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-info:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:is(.focus,.cZcNqlTlY),.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-warning:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-warning:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-warning:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:is(.focus,.cZcNqlTlY),.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-danger:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-danger:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-danger:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:is(.focus,.cZcNqlTlY),.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-light:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-light:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-light:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:is(.focus,.cZcNqlTlY),.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ),.btn-outline-dark:not(:disabled):not(.disabled):active,:is(.show,.cILIjZepC)>.btn-outline-dark:is(.dropdown-toggle,.cFUSFGRIw) {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):is(.active,.cdjSHRtpJ):focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,:is(.show,.cILIjZepC)>.btn-outline-dark:is(.dropdown-toggle,.cFUSFGRIw):focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
	font-weight: 400;
	color: #ff5e14;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

.btn-link:is(.focus,.cZcNqlTlY),.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>:is(.btn,.cAQVjtTje),.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>:is(.btn,.cAQVjtTje),.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

:is(.fade,.cmgOLWGvP) {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.fade,.cmgOLWGvP) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.fade,.cmgOLWGvP):not(:is(.show,.cILIjZepC)) {
	opacity: 0
}

:is(.collapse,.cCjzxuLbq):not(:is(.show,.cILIjZepC)) {
	display: none
}

:is(.collapsing,.csKLHbvOk) {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.collapsing,.csKLHbvOk) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.dropdown,.caEQtAcWv),:is(.dropleft,.cTmpFudIa),:is(.dropright,.clxuTGuog),:is(.dropup,.cwQpENoBY) {
	position: relative
}

:is(.dropdown-toggle,.cFUSFGRIw)::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

:is(.dropdown-toggle,.cFUSFGRIw):empty::after {
	margin-left: 0
}

:is(.dropdown-menu,.cllbDpILS) {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}

:is(.dropdown-menu-right,.csvDZvmSu) {
	right: 0;
	left: auto
}

:is(.dropup,.cwQpENoBY) :is(.dropdown-menu,.cllbDpILS) {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

:is(.dropup,.cwQpENoBY) :is(.dropdown-toggle,.cFUSFGRIw)::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

:is(.dropup,.cwQpENoBY) :is(.dropdown-toggle,.cFUSFGRIw):empty::after {
	margin-left: 0
}

:is(.dropright,.clxuTGuog) :is(.dropdown-menu,.cllbDpILS) {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

:is(.dropright,.clxuTGuog) :is(.dropdown-toggle,.cFUSFGRIw)::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

:is(.dropright,.clxuTGuog) :is(.dropdown-toggle,.cFUSFGRIw):empty::after {
	margin-left: 0
}

:is(.dropright,.clxuTGuog) :is(.dropdown-toggle,.cFUSFGRIw)::after {
	vertical-align: 0
}

:is(.dropleft,.cTmpFudIa) :is(.dropdown-menu,.cllbDpILS) {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

:is(.dropleft,.cTmpFudIa) :is(.dropdown-toggle,.cFUSFGRIw)::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

:is(.dropleft,.cTmpFudIa) :is(.dropdown-toggle,.cFUSFGRIw)::after {
	display: none
}

:is(.dropleft,.cTmpFudIa) :is(.dropdown-toggle,.cFUSFGRIw)::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

:is(.dropleft,.cTmpFudIa) :is(.dropdown-toggle,.cFUSFGRIw):empty::after {
	margin-left: 0
}

:is(.dropleft,.cTmpFudIa) :is(.dropdown-toggle,.cFUSFGRIw)::before {
	vertical-align: 0
}

:is(.dropdown-menu,.cllbDpILS)[x-placement^=bottom],:is(.dropdown-menu,.cllbDpILS)[x-placement^=left],:is(.dropdown-menu,.cllbDpILS)[x-placement^=right],:is(.dropdown-menu,.cllbDpILS)[x-placement^=top] {
	right: auto;
	bottom: auto
}

:is(.dropdown-divider,.cmfgqpofd) {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

:is(.dropdown-item,.cazPOhUvn) {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

:is(.dropdown-item,.cazPOhUvn):focus,:is(.dropdown-item,.cazPOhUvn):hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

:is(.dropdown-item,.cazPOhUvn):is(.active,.cdjSHRtpJ),:is(.dropdown-item,.cazPOhUvn):active {
	color: #fff;
	text-decoration: none;
	background-color: #ff5e14
}

:is(.dropdown-item,.cazPOhUvn).disabled,:is(.dropdown-item,.cazPOhUvn):disabled {
	color: #6c757d;
	background-color: transparent
}

:is(.dropdown-menu,.cllbDpILS):is(.show,.cILIjZepC) {
	display: block
}

:is(.dropdown-header,.czLJyuhmJ) {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

:is(.dropdown-item-text,.cmCRQSEJA) {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>:is(.btn,.cAQVjtTje),.btn-group>:is(.btn,.cAQVjtTje) {
	position: relative;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto
}

.btn-group-vertical>:is(.btn,.cAQVjtTje):hover,.btn-group>:is(.btn,.cAQVjtTje):hover {
	z-index: 1
}

.btn-group-vertical>:is(.btn,.cAQVjtTje):is(.active,.cdjSHRtpJ),.btn-group-vertical>:is(.btn,.cAQVjtTje):active,.btn-group-vertical>:is(.btn,.cAQVjtTje):focus,.btn-group>:is(.btn,.cAQVjtTje):is(.active,.cdjSHRtpJ),.btn-group>:is(.btn,.cAQVjtTje):active,.btn-group>:is(.btn,.cAQVjtTje):focus {
	z-index: 1
}

.btn-group :is(.btn,.cAQVjtTje)+.btn,.btn-group :is(.btn,.cAQVjtTje)+.btn-group,.btn-group .btn-group+:is(.btn,.cAQVjtTje),.btn-group .btn-group+.btn-group,.btn-group-vertical :is(.btn,.cAQVjtTje)+.btn,.btn-group-vertical :is(.btn,.cAQVjtTje)+.btn-group,.btn-group-vertical .btn-group+:is(.btn,.cAQVjtTje),.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.btn-toolbar :is(.input-group,.cjSkwAMFS) {
	width: auto
}

.btn-group>:is(.btn,.cAQVjtTje):first-child {
	margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>:is(.btn,.cAQVjtTje),.btn-group>:is(.btn,.cAQVjtTje):not(:last-child):not(:is(.dropdown-toggle,.cFUSFGRIw)) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>:is(.btn,.cAQVjtTje),.btn-group>:is(.btn,.cAQVjtTje):not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

:is(.dropdown-toggle-split,.civktkLgT) {
	padding-right: .5625rem;
	padding-left: .5625rem
}

:is(.dropdown-toggle-split,.civktkLgT)::after,:is(.dropright,.clxuTGuog) :is(.dropdown-toggle-split,.civktkLgT)::after,:is(.dropup,.cwQpENoBY) :is(.dropdown-toggle-split,.civktkLgT)::after {
	margin-left: 0
}

:is(.dropleft,.cTmpFudIa) :is(.dropdown-toggle-split,.civktkLgT)::before {
	margin-right: 0
}

.btn-group-sm>:is(.btn,.cAQVjtTje)+:is(.dropdown-toggle-split,.civktkLgT),.btn-sm+:is(.dropdown-toggle-split,.civktkLgT) {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>:is(.btn,.cAQVjtTje)+:is(.dropdown-toggle-split,.civktkLgT),.btn-lg+:is(.dropdown-toggle-split,.civktkLgT) {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center
}

.btn-group-vertical :is(.btn,.cAQVjtTje),.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>:is(.btn,.cAQVjtTje)+.btn,.btn-group-vertical>:is(.btn,.cAQVjtTje)+.btn-group,.btn-group-vertical>.btn-group+:is(.btn,.cAQVjtTje),.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>:is(.btn,.cAQVjtTje),.btn-group-vertical>:is(.btn,.cAQVjtTje):not(:last-child):not(:is(.dropdown-toggle,.cFUSFGRIw)) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>:is(.btn,.cAQVjtTje),.btn-group-vertical>:is(.btn,.cAQVjtTje):not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>:is(.btn,.cAQVjtTje),.btn-group-toggle>.btn-group>:is(.btn,.cAQVjtTje) {
	margin-bottom: 0
}

.btn-group-toggle>:is(.btn,.cAQVjtTje) input[type=checkbox],.btn-group-toggle>:is(.btn,.cAQVjtTje) input[type=radio],.btn-group-toggle>.btn-group>:is(.btn,.cAQVjtTje) input[type=checkbox],.btn-group-toggle>.btn-group>:is(.btn,.cAQVjtTje) input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

:is(.input-group,.cjSkwAMFS) {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj),:is(.input-group,.cjSkwAMFS)>:is(.custom-select,.cgSqIPfky),:is(.input-group,.cjSkwAMFS)>:is(.form-control,.cmDunZaaM) {
	position: relative;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj)+.custom-file,:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj)+:is(.custom-select,.cgSqIPfky),:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj)+:is(.form-control,.cmDunZaaM),:is(.input-group,.cjSkwAMFS)>:is(.custom-select,.cgSqIPfky)+:is(.custom-file,.cSAhhhqbj),:is(.input-group,.cjSkwAMFS)>:is(.custom-select,.cgSqIPfky)+.custom-select,:is(.input-group,.cjSkwAMFS)>:is(.custom-select,.cgSqIPfky)+:is(.form-control,.cmDunZaaM),:is(.input-group,.cjSkwAMFS)>:is(.form-control,.cmDunZaaM)+:is(.custom-file,.cSAhhhqbj),:is(.input-group,.cjSkwAMFS)>:is(.form-control,.cmDunZaaM)+:is(.custom-select,.cgSqIPfky),:is(.input-group,.cjSkwAMFS)>:is(.form-control,.cmDunZaaM)+.form-control {
	margin-left: -1px
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj) :is(.custom-file-input,.cKWZZAKyi):focus~:is(.custom-file-label,.cOJbosLWw),:is(.input-group,.cjSkwAMFS)>:is(.custom-select,.cgSqIPfky):focus,:is(.input-group,.cjSkwAMFS)>:is(.form-control,.cmDunZaaM):focus {
	z-index: 3
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj) :is(.custom-file-input,.cKWZZAKyi):focus {
	z-index: 4
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-select,.cgSqIPfky):not(:last-child),:is(.input-group,.cjSkwAMFS)>:is(.form-control,.cmDunZaaM):not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-select,.cgSqIPfky):not(:first-child),:is(.input-group,.cjSkwAMFS)>:is(.form-control,.cmDunZaaM):not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj):not(:last-child) :is(.custom-file-label,.cOJbosLWw),:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj):not(:last-child) :is(.custom-file-label,.cOJbosLWw)::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

:is(.input-group,.cjSkwAMFS)>:is(.custom-file,.cSAhhhqbj):not(:first-child) :is(.custom-file-label,.cOJbosLWw) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

:is(.input-group-append,.cESyTlFZg),:is(.input-group-prepend,.cmZGbjyMY) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

:is(.input-group-append,.cESyTlFZg) :is(.btn,.cAQVjtTje),:is(.input-group-prepend,.cmZGbjyMY) :is(.btn,.cAQVjtTje) {
	position: relative;
	z-index: 2
}

:is(.input-group-append,.cESyTlFZg) :is(.btn,.cAQVjtTje)+.btn,:is(.input-group-append,.cESyTlFZg) :is(.btn,.cAQVjtTje)+:is(.input-group-text,.cgAxlFgdA),:is(.input-group-append,.cESyTlFZg) :is(.input-group-text,.cgAxlFgdA)+:is(.btn,.cAQVjtTje),:is(.input-group-append,.cESyTlFZg) :is(.input-group-text,.cgAxlFgdA)+.input-group-text,:is(.input-group-prepend,.cmZGbjyMY) :is(.btn,.cAQVjtTje)+.btn,:is(.input-group-prepend,.cmZGbjyMY) :is(.btn,.cAQVjtTje)+:is(.input-group-text,.cgAxlFgdA),:is(.input-group-prepend,.cmZGbjyMY) :is(.input-group-text,.cgAxlFgdA)+:is(.btn,.cAQVjtTje),:is(.input-group-prepend,.cmZGbjyMY) :is(.input-group-text,.cgAxlFgdA)+.input-group-text {
	margin-left: -1px
}

:is(.input-group-prepend,.cmZGbjyMY) {
	margin-right: -1px
}

:is(.input-group-append,.cESyTlFZg) {
	margin-left: -1px
}

:is(.input-group-text,.cgAxlFgdA) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

:is(.input-group-text,.cgAxlFgdA) input[type=checkbox],:is(.input-group-text,.cgAxlFgdA) input[type=radio] {
	margin-top: 0
}

:is(.input-group-lg,.cUaQUbqXT)>:is(.form-control,.cmDunZaaM),:is(.input-group-lg,.cUaQUbqXT)>:is(.input-group-append,.cESyTlFZg)>:is(.btn,.cAQVjtTje),:is(.input-group-lg,.cUaQUbqXT)>:is(.input-group-append,.cESyTlFZg)>:is(.input-group-text,.cgAxlFgdA),:is(.input-group-lg,.cUaQUbqXT)>:is(.input-group-prepend,.cmZGbjyMY)>:is(.btn,.cAQVjtTje),:is(.input-group-lg,.cUaQUbqXT)>:is(.input-group-prepend,.cmZGbjyMY)>:is(.input-group-text,.cgAxlFgdA) {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

:is(.input-group-sm,.cXfMKtsoq)>:is(.form-control,.cmDunZaaM),:is(.input-group-sm,.cXfMKtsoq)>:is(.input-group-append,.cESyTlFZg)>:is(.btn,.cAQVjtTje),:is(.input-group-sm,.cXfMKtsoq)>:is(.input-group-append,.cESyTlFZg)>:is(.input-group-text,.cgAxlFgdA),:is(.input-group-sm,.cXfMKtsoq)>:is(.input-group-prepend,.cmZGbjyMY)>:is(.btn,.cAQVjtTje),:is(.input-group-sm,.cXfMKtsoq)>:is(.input-group-prepend,.cmZGbjyMY)>:is(.input-group-text,.cgAxlFgdA) {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

:is(.input-group,.cjSkwAMFS)>:is(.input-group-append,.cESyTlFZg):last-child>:is(.btn,.cAQVjtTje):not(:last-child):not(:is(.dropdown-toggle,.cFUSFGRIw)),:is(.input-group,.cjSkwAMFS)>:is(.input-group-append,.cESyTlFZg):last-child>:is(.input-group-text,.cgAxlFgdA):not(:last-child),:is(.input-group,.cjSkwAMFS)>:is(.input-group-append,.cESyTlFZg):not(:last-child)>:is(.btn,.cAQVjtTje),:is(.input-group,.cjSkwAMFS)>:is(.input-group-append,.cESyTlFZg):not(:last-child)>:is(.input-group-text,.cgAxlFgdA),:is(.input-group,.cjSkwAMFS)>:is(.input-group-prepend,.cmZGbjyMY)>:is(.btn,.cAQVjtTje),:is(.input-group,.cjSkwAMFS)>:is(.input-group-prepend,.cmZGbjyMY)>:is(.input-group-text,.cgAxlFgdA) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

:is(.input-group,.cjSkwAMFS)>:is(.input-group-append,.cESyTlFZg)>:is(.btn,.cAQVjtTje),:is(.input-group,.cjSkwAMFS)>:is(.input-group-append,.cESyTlFZg)>:is(.input-group-text,.cgAxlFgdA),:is(.input-group,.cjSkwAMFS)>:is(.input-group-prepend,.cmZGbjyMY):first-child>:is(.btn,.cAQVjtTje):not(:first-child),:is(.input-group,.cjSkwAMFS)>:is(.input-group-prepend,.cmZGbjyMY):first-child>:is(.input-group-text,.cgAxlFgdA):not(:first-child),:is(.input-group,.cjSkwAMFS)>:is(.input-group-prepend,.cmZGbjyMY):not(:first-child)>:is(.btn,.cAQVjtTje),:is(.input-group,.cjSkwAMFS)>:is(.input-group-prepend,.cmZGbjyMY):not(:first-child)>:is(.input-group-text,.cgAxlFgdA) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

:is(.custom-control,.cIQjQPcfU) {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

:is(.custom-control-inline,.ckhUXZnbj) {
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	margin-right: 1rem
}

:is(.custom-control-input,.cARpeDHFM) {
	position: absolute;
	z-index: -1;
	opacity: 0
}

:is(.custom-control-input,.cARpeDHFM):checked~:is(.custom-control-label,.cHsePhjwO)::before {
	color: #fff;
	background-color: #ff5e14
}

:is(.custom-control-input,.cARpeDHFM):focus~:is(.custom-control-label,.cHsePhjwO)::before {
	-webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

:is(.custom-control-input,.cARpeDHFM):active~:is(.custom-control-label,.cHsePhjwO)::before {
	color: #fff;
	background-color: #b3d7ff
}

:is(.custom-control-input,.cARpeDHFM):disabled~:is(.custom-control-label,.cHsePhjwO) {
	color: #6c757d
}

:is(.custom-control-input,.cARpeDHFM):disabled~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #e9ecef
}

:is(.custom-control-label,.cHsePhjwO) {
	position: relative;
	margin-bottom: 0
}

:is(.custom-control-label,.cHsePhjwO)::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

:is(.custom-control-label,.cHsePhjwO)::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

:is(.custom-checkbox,.cXgZGCUhr) :is(.custom-control-label,.cHsePhjwO)::before {
	border-radius: .25rem
}

:is(.custom-checkbox,.cXgZGCUhr) :is(.custom-control-input,.cARpeDHFM):checked~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #ff5e14
}

:is(.custom-checkbox,.cXgZGCUhr) :is(.custom-control-input,.cARpeDHFM):checked~:is(.custom-control-label,.cHsePhjwO)::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

:is(.custom-checkbox,.cXgZGCUhr) :is(.custom-control-input,.cARpeDHFM):indeterminate~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #ff5e14
}

:is(.custom-checkbox,.cXgZGCUhr) :is(.custom-control-input,.cARpeDHFM):indeterminate~:is(.custom-control-label,.cHsePhjwO)::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

:is(.custom-checkbox,.cXgZGCUhr) :is(.custom-control-input,.cARpeDHFM):disabled:checked~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: rgba(0,123,255,.5)
}

:is(.custom-checkbox,.cXgZGCUhr) :is(.custom-control-input,.cARpeDHFM):disabled:indeterminate~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: rgba(0,123,255,.5)
}

:is(.custom-radio,.cTvSfsZTV) :is(.custom-control-label,.cHsePhjwO)::before {
	border-radius: 50%
}

:is(.custom-radio,.cTvSfsZTV) :is(.custom-control-input,.cARpeDHFM):checked~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: #ff5e14
}

:is(.custom-radio,.cTvSfsZTV) :is(.custom-control-input,.cARpeDHFM):checked~:is(.custom-control-label,.cHsePhjwO)::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

:is(.custom-radio,.cTvSfsZTV) :is(.custom-control-input,.cARpeDHFM):disabled:checked~:is(.custom-control-label,.cHsePhjwO)::before {
	background-color: rgba(0,123,255,.5)
}

:is(.custom-select,.cgSqIPfky) {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

:is(.custom-select,.cgSqIPfky):focus {
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(128,189,255,.5);
	box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
}

:is(.custom-select,.cgSqIPfky):focus::-ms-value {
	color: #495057;
	background-color: #fff
}

:is(.custom-select,.cgSqIPfky)[multiple],:is(.custom-select,.cgSqIPfky)[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

:is(.custom-select,.cgSqIPfky):disabled {
	color: #6c757d;
	background-color: #e9ecef
}

:is(.custom-select,.cgSqIPfky)::-ms-expand {
	opacity: 0
}

:is(.custom-select-sm,.cpabQHEwQ) {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

:is(.custom-select-lg,.cfIqEdJCi) {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

:is(.custom-file,.cSAhhhqbj) {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

:is(.custom-file-input,.cKWZZAKyi) {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

:is(.custom-file-input,.cKWZZAKyi):focus~:is(.custom-file-label,.cOJbosLWw) {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

:is(.custom-file-input,.cKWZZAKyi):focus~:is(.custom-file-label,.cOJbosLWw)::after {
	border-color: #80bdff
}

:is(.custom-file-input,.cKWZZAKyi):disabled~:is(.custom-file-label,.cOJbosLWw) {
	background-color: #e9ecef
}

:is(.custom-file-input,.cKWZZAKyi):lang(en)~:is(.custom-file-label,.cOJbosLWw)::after {
	content: "Browse"
}

:is(.custom-file-label,.cOJbosLWw) {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

:is(.custom-file-label,.cOJbosLWw)::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

:is(.custom-range,.cCgMuhZYO) {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

:is(.custom-range,.cCgMuhZYO):focus {
	outline: 0
}

:is(.custom-range,.cCgMuhZYO):focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

:is(.custom-range,.cCgMuhZYO):focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

:is(.custom-range,.cCgMuhZYO):focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

:is(.custom-range,.cCgMuhZYO)::-moz-focus-outer {
	border: 0
}

:is(.custom-range,.cCgMuhZYO)::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #ff5e14;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.custom-range,.cCgMuhZYO)::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

:is(.custom-range,.cCgMuhZYO)::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

:is(.custom-range,.cCgMuhZYO)::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

:is(.custom-range,.cCgMuhZYO)::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #ff5e14;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.custom-range,.cCgMuhZYO)::-moz-range-thumb {
		-webkit-transition: none;
		transition: none
	}
}

:is(.custom-range,.cCgMuhZYO)::-moz-range-thumb:active {
	background-color: #b3d7ff
}

:is(.custom-range,.cCgMuhZYO)::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

:is(.custom-range,.cCgMuhZYO)::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #ff5e14;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.custom-range,.cCgMuhZYO)::-ms-thumb {
		-webkit-transition: none;
		transition: none
	}
}

:is(.custom-range,.cCgMuhZYO)::-ms-thumb:active {
	background-color: #b3d7ff
}

:is(.custom-range,.cCgMuhZYO)::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

:is(.custom-range,.cCgMuhZYO)::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

:is(.custom-range,.cCgMuhZYO)::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

:is(.custom-control-label,.cHsePhjwO)::before,:is(.custom-file-label,.cOJbosLWw),:is(.custom-select,.cgSqIPfky) {
	-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.custom-control-label,.cHsePhjwO)::before,:is(.custom-file-label,.cOJbosLWw),:is(.custom-select,.cgSqIPfky) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.nav,.chFQKbYlt) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

:is(.nav-link,.cPzbCFHCT) {
	display: block;
	padding: .5rem 1rem
}

:is(.nav-link,.cPzbCFHCT):focus,:is(.nav-link,.cPzbCFHCT):hover {
	text-decoration: none
}

:is(.nav-link,.cPzbCFHCT).disabled {
	color: #6c757d
}

:is(.nav-tabs,.coBZTEZNr) {
	border-bottom: 1px solid #dee2e6
}

:is(.nav-tabs,.coBZTEZNr) :is(.nav-item,.cqZBVpNKy) {
	margin-bottom: -1px
}

:is(.nav-tabs,.coBZTEZNr) :is(.nav-link,.cPzbCFHCT) {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

:is(.nav-tabs,.coBZTEZNr) :is(.nav-link,.cPzbCFHCT):focus,:is(.nav-tabs,.coBZTEZNr) :is(.nav-link,.cPzbCFHCT):hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

:is(.nav-tabs,.coBZTEZNr) :is(.nav-link,.cPzbCFHCT).disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

:is(.nav-tabs,.coBZTEZNr) :is(.nav-item,.cqZBVpNKy):is(.show,.cILIjZepC) :is(.nav-link,.cPzbCFHCT),:is(.nav-tabs,.coBZTEZNr) :is(.nav-link,.cPzbCFHCT):is(.active,.cdjSHRtpJ) {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

:is(.nav-tabs,.coBZTEZNr) :is(.dropdown-menu,.cllbDpILS) {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

:is(.nav-pills,.cvAjmbySZ) :is(.nav-link,.cPzbCFHCT) {
	border-radius: .25rem
}

:is(.nav-pills,.cvAjmbySZ) :is(.nav-link,.cPzbCFHCT):is(.active,.cdjSHRtpJ),:is(.nav-pills,.cvAjmbySZ) :is(.show,.cILIjZepC)>:is(.nav-link,.cPzbCFHCT) {
	color: #fff;
	background-color: #ff5e14
}

:is(.nav-fill,.cRCwEESvY) :is(.nav-item,.cqZBVpNKy) {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}

:is(.nav-justified,.cLXMDLglZ) :is(.nav-item,.cqZBVpNKy) {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}

:is(.tab-content,.caBzaMCXs)>:is(.tab-pane,.cbTtAunka) {
	display: none
}

:is(.tab-content,.caBzaMCXs)>:is(.active,.cdjSHRtpJ) {
	display: block
}

:is(.navbar,.cRYFTSZFL) {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

:is(.navbar,.cRYFTSZFL)>.container,:is(.navbar,.cRYFTSZFL)>.container-fluid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between
}

:is(.navbar-brand,.cNJBzweIY) {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

:is(.navbar-brand,.cNJBzweIY):focus,:is(.navbar-brand,.cNJBzweIY):hover {
	text-decoration: none
}

:is(.navbar-nav,.cHvvrzdaw) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

:is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
	padding-right: 0;
	padding-left: 0
}

:is(.navbar-nav,.cHvvrzdaw) :is(.dropdown-menu,.cllbDpILS) {
	position: static;
	float: none
}

:is(.navbar-text,.ckLZkcJHf) {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

:is(.navbar-collapse,.ccKOELlTB) {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

:is(.navbar-toggler,.cWhkOZCiq) {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

:is(.navbar-toggler,.cWhkOZCiq):focus,:is(.navbar-toggler,.cWhkOZCiq):hover {
	text-decoration: none
}

:is(.navbar-toggler,.cWhkOZCiq):not(:disabled):not(.disabled) {
	cursor: pointer
}

:is(.navbar-toggler-icon,.cEbWoaHMp) {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	:is(.navbar-expand-sm,.cpmAAlZgZ)>.container,:is(.navbar-expand-sm,.cpmAAlZgZ)>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	:is(.navbar-expand-sm,.cpmAAlZgZ) {
		-ms-flex-flow: row nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start
	}

	:is(.navbar-expand-sm,.cpmAAlZgZ) :is(.navbar-nav,.cHvvrzdaw) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	:is(.navbar-expand-sm,.cpmAAlZgZ) :is(.navbar-nav,.cHvvrzdaw) :is(.dropdown-menu,.cllbDpILS) {
		position: absolute
	}

	:is(.navbar-expand-sm,.cpmAAlZgZ) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
		padding-right: .5rem;
		padding-left: .5rem
	}

	:is(.navbar-expand-sm,.cpmAAlZgZ)>.container,:is(.navbar-expand-sm,.cpmAAlZgZ)>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	:is(.navbar-expand-sm,.cpmAAlZgZ) :is(.navbar-collapse,.ccKOELlTB) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	:is(.navbar-expand-sm,.cpmAAlZgZ) :is(.navbar-toggler,.cWhkOZCiq) {
		display: none
	}
}

@media (max-width:767.98px) {
	:is(.navbar-expand-md,.ceuwPNXkR)>.container,:is(.navbar-expand-md,.ceuwPNXkR)>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	:is(.navbar-expand-md,.ceuwPNXkR) {
		-ms-flex-flow: row nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start
	}

	:is(.navbar-expand-md,.ceuwPNXkR) :is(.navbar-nav,.cHvvrzdaw) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	:is(.navbar-expand-md,.ceuwPNXkR) :is(.navbar-nav,.cHvvrzdaw) :is(.dropdown-menu,.cllbDpILS) {
		position: absolute
	}

	:is(.navbar-expand-md,.ceuwPNXkR) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
		padding-right: .5rem;
		padding-left: .5rem
	}

	:is(.navbar-expand-md,.ceuwPNXkR)>.container,:is(.navbar-expand-md,.ceuwPNXkR)>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	:is(.navbar-expand-md,.ceuwPNXkR) :is(.navbar-collapse,.ccKOELlTB) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	:is(.navbar-expand-md,.ceuwPNXkR) :is(.navbar-toggler,.cWhkOZCiq) {
		display: none
	}
}

@media (max-width:991.98px) {
	:is(.navbar-expand-lg,.cWFIQsdpT)>.container,:is(.navbar-expand-lg,.cWFIQsdpT)>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	:is(.navbar-expand-lg,.cWFIQsdpT) {
		-ms-flex-flow: row nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start
	}

	:is(.navbar-expand-lg,.cWFIQsdpT) :is(.navbar-nav,.cHvvrzdaw) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	:is(.navbar-expand-lg,.cWFIQsdpT) :is(.navbar-nav,.cHvvrzdaw) :is(.dropdown-menu,.cllbDpILS) {
		position: absolute
	}

	:is(.navbar-expand-lg,.cWFIQsdpT) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
		padding-right: .5rem;
		padding-left: .5rem
	}

	:is(.navbar-expand-lg,.cWFIQsdpT)>.container,:is(.navbar-expand-lg,.cWFIQsdpT)>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	:is(.navbar-expand-lg,.cWFIQsdpT) :is(.navbar-collapse,.ccKOELlTB) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	:is(.navbar-expand-lg,.cWFIQsdpT) :is(.navbar-toggler,.cWhkOZCiq) {
		display: none
	}
}

@media (max-width:1199.98px) {
	:is(.navbar-expand-xl,.cyXJjgLNB)>.container,:is(.navbar-expand-xl,.cyXJjgLNB)>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	:is(.navbar-expand-xl,.cyXJjgLNB) {
		-ms-flex-flow: row nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start
	}

	:is(.navbar-expand-xl,.cyXJjgLNB) :is(.navbar-nav,.cHvvrzdaw) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	:is(.navbar-expand-xl,.cyXJjgLNB) :is(.navbar-nav,.cHvvrzdaw) :is(.dropdown-menu,.cllbDpILS) {
		position: absolute
	}

	:is(.navbar-expand-xl,.cyXJjgLNB) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
		padding-right: .5rem;
		padding-left: .5rem
	}

	:is(.navbar-expand-xl,.cyXJjgLNB)>.container,:is(.navbar-expand-xl,.cyXJjgLNB)>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	:is(.navbar-expand-xl,.cyXJjgLNB) :is(.navbar-collapse,.ccKOELlTB) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	:is(.navbar-expand-xl,.cyXJjgLNB) :is(.navbar-toggler,.cWhkOZCiq) {
		display: none
	}
}

:is(.navbar-expand,.cZbYeeUUy) {
	-ms-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start
}

:is(.navbar-expand,.cZbYeeUUy)>.container,:is(.navbar-expand,.cZbYeeUUy)>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

:is(.navbar-expand,.cZbYeeUUy) :is(.navbar-nav,.cHvvrzdaw) {
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

:is(.navbar-expand,.cZbYeeUUy) :is(.navbar-nav,.cHvvrzdaw) :is(.dropdown-menu,.cllbDpILS) {
	position: absolute
}

:is(.navbar-expand,.cZbYeeUUy) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
	padding-right: .5rem;
	padding-left: .5rem
}

:is(.navbar-expand,.cZbYeeUUy)>.container,:is(.navbar-expand,.cZbYeeUUy)>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

:is(.navbar-expand,.cZbYeeUUy) :is(.navbar-collapse,.ccKOELlTB) {
	display: -ms-flexbox!important;
	display: -webkit-box!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

:is(.navbar-expand,.cZbYeeUUy) :is(.navbar-toggler,.cWhkOZCiq) {
	display: none
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-brand,.cNJBzweIY) {
	color: rgba(0,0,0,.9)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-brand,.cNJBzweIY):focus,:is(.navbar-light,.czkGwZPJN) :is(.navbar-brand,.cNJBzweIY):hover {
	color: rgba(0,0,0,.9)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
	color: rgba(0,0,0,.5)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):focus,:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):hover {
	color: rgba(0,0,0,.7)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT).disabled {
	color: rgba(0,0,0,.3)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.active,.cdjSHRtpJ)>:is(.nav-link,.cPzbCFHCT),:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):is(.active,.cdjSHRtpJ),:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):is(.show,.cILIjZepC),:is(.navbar-light,.czkGwZPJN) :is(.navbar-nav,.cHvvrzdaw) :is(.show,.cILIjZepC)>:is(.nav-link,.cPzbCFHCT) {
	color: rgba(0,0,0,.9)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-toggler,.cWhkOZCiq) {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-toggler-icon,.cEbWoaHMp) {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-text,.ckLZkcJHf) {
	color: rgba(0,0,0,.5)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-text,.ckLZkcJHf) a {
	color: rgba(0,0,0,.9)
}

:is(.navbar-light,.czkGwZPJN) :is(.navbar-text,.ckLZkcJHf) a:focus,:is(.navbar-light,.czkGwZPJN) :is(.navbar-text,.ckLZkcJHf) a:hover {
	color: rgba(0,0,0,.9)
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-brand,.cNJBzweIY) {
	color: #fff
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-brand,.cNJBzweIY):focus,:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-brand,.cNJBzweIY):hover {
	color: #fff
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT) {
	color: rgba(255,255,255,.5)
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):focus,:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):hover {
	color: rgba(255,255,255,.75)
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT).disabled {
	color: rgba(255,255,255,.25)
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.active,.cdjSHRtpJ)>:is(.nav-link,.cPzbCFHCT),:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):is(.active,.cdjSHRtpJ),:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.nav-link,.cPzbCFHCT):is(.show,.cILIjZepC),:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-nav,.cHvvrzdaw) :is(.show,.cILIjZepC)>:is(.nav-link,.cPzbCFHCT) {
	color: #fff
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-toggler,.cWhkOZCiq) {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1)
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-toggler-icon,.cEbWoaHMp) {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-text,.ckLZkcJHf) {
	color: rgba(255,255,255,.5)
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-text,.ckLZkcJHf) a {
	color: #fff
}

:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-text,.ckLZkcJHf) a:focus,:is(.navbar-dark,.cWmCEGRfP) :is(.navbar-text,.ckLZkcJHf) a:hover {
	color: #fff
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>:is(.list-group,.cRVkHoAyv):first-child :is(.list-group-item,.cumTkkTjQ):first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>:is(.list-group,.cRVkHoAyv):last-child :is(.list-group-item,.cumTkkTjQ):last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

:is(.card-body,.cCahYUYAJ) {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1.25rem
}

:is(.card-title,.cGAZSJhIz) {
	margin-bottom: .75rem
}

:is(.card-subtitle,.cLhkrQePD) {
	margin-top: -.375rem;
	margin-bottom: 0
}

:is(.card-text,.chGvbaEpp):last-child {
	margin-bottom: 0
}

:is(.card-link,.cGlDADvFG):hover {
	text-decoration: none
}

:is(.card-link,.cGlDADvFG)+.card-link {
	margin-left: 1.25rem
}

:is(.card-header,.crChDMFbm) {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}

:is(.card-header,.crChDMFbm):first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

:is(.card-header,.crChDMFbm)+:is(.list-group,.cRVkHoAyv) :is(.list-group-item,.cumTkkTjQ):first-child {
	border-top: 0
}

:is(.card-footer,.clrIaLyhT) {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}

:is(.card-footer,.clrIaLyhT):last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

:is(.card-header-tabs,.cLBTrpTtc) {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

:is(.card-header-pills,.cpNBmiYcs) {
	margin-right: -.625rem;
	margin-left: -.625rem
}

:is(.card-img-overlay,.cmCZzWbbq) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

:is(.card-img,.cgFurBctN) {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

:is(.card-img-top,.cGdLVZFYk) {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

:is(.card-img-bottom,.cQZXLwVxd) {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

:is(.card-deck,.cHouUnpVF) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

:is(.card-deck,.cHouUnpVF) .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	:is(.card-deck,.cHouUnpVF) {
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	:is(.card-deck,.cHouUnpVF) .card {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex: 1 0 0%;
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

:is(.card-group,.cGnINIkWJ) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

:is(.card-group,.cGnINIkWJ)>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	:is(.card-group,.cGnINIkWJ) {
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}

	:is(.card-group,.cGnINIkWJ)>.card {
		-ms-flex: 1 0 0%;
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-bottom: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:first-child :is(.card-header,.crChDMFbm),:is(.card-group,.cGnINIkWJ)>.card:first-child :is(.card-img-top,.cGdLVZFYk) {
		border-top-right-radius: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:first-child :is(.card-footer,.clrIaLyhT),:is(.card-group,.cGnINIkWJ)>.card:first-child :is(.card-img-bottom,.cQZXLwVxd) {
		border-bottom-right-radius: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:last-child :is(.card-header,.crChDMFbm),:is(.card-group,.cGnINIkWJ)>.card:last-child :is(.card-img-top,.cGdLVZFYk) {
		border-top-left-radius: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:last-child :is(.card-footer,.clrIaLyhT),:is(.card-group,.cGnINIkWJ)>.card:last-child :is(.card-img-bottom,.cQZXLwVxd) {
		border-bottom-left-radius: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:only-child {
		border-radius: .25rem
	}

	:is(.card-group,.cGnINIkWJ)>.card:only-child :is(.card-header,.crChDMFbm),:is(.card-group,.cGnINIkWJ)>.card:only-child :is(.card-img-top,.cGdLVZFYk) {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}

	:is(.card-group,.cGnINIkWJ)>.card:only-child :is(.card-footer,.clrIaLyhT),:is(.card-group,.cGnINIkWJ)>.card:only-child :is(.card-img-bottom,.cQZXLwVxd) {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}

	:is(.card-group,.cGnINIkWJ)>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0
	}

	:is(.card-group,.cGnINIkWJ)>.card:not(:first-child):not(:last-child):not(:only-child) :is(.card-footer,.clrIaLyhT),:is(.card-group,.cGnINIkWJ)>.card:not(:first-child):not(:last-child):not(:only-child) :is(.card-header,.crChDMFbm),:is(.card-group,.cGnINIkWJ)>.card:not(:first-child):not(:last-child):not(:only-child) :is(.card-img-bottom,.cQZXLwVxd),:is(.card-group,.cGnINIkWJ)>.card:not(:first-child):not(:last-child):not(:only-child) :is(.card-img-top,.cGdLVZFYk) {
		border-radius: 0
	}
}

:is(.card-columns,.ccuhynAZa) .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	:is(.card-columns,.ccuhynAZa) {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

	:is(.card-columns,.ccuhynAZa) .card {
		display: inline-block;
		width: 100%
	}
}

:is(.accordion,.clpQvRAVr) .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

:is(.accordion,.clpQvRAVr) .card:not(:first-of-type) :is(.card-header,.crChDMFbm):first-child {
	border-radius: 0
}

:is(.accordion,.clpQvRAVr) .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

:is(.accordion,.clpQvRAVr) .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

:is(.breadcrumb,.cYChfJkIZ) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	
	border-radius: .25rem
}

:is(.breadcrumb-item,.cDKaVULIu)+.breadcrumb-item {
	padding-left: .5rem
}

:is(.breadcrumb-item,.cDKaVULIu)+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

:is(.breadcrumb-item,.cDKaVULIu)+.breadcrumb-item:hover::before {
	text-decoration: underline
}

:is(.breadcrumb-item,.cDKaVULIu)+.breadcrumb-item:hover::before {
	text-decoration: none
}

:is(.breadcrumb-item,.cDKaVULIu):is(.active,.cdjSHRtpJ) {
	color: #6c757d
}

:is(.pagination,.crBrQQTdy) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

:is(.page-link,.cfQoNxlSO) {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ff5e14;
	background-color: #fff;
	border: 1px solid #dee2e6
}

:is(.page-link,.cfQoNxlSO):hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

:is(.page-link,.cfQoNxlSO):focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

:is(.page-link,.cfQoNxlSO):not(:disabled):not(.disabled) {
	cursor: pointer
}

:is(.page-item,.caLMKwoxe):first-child :is(.page-link,.cfQoNxlSO) {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

:is(.page-item,.caLMKwoxe):last-child :is(.page-link,.cfQoNxlSO) {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

:is(.page-item,.caLMKwoxe):is(.active,.cdjSHRtpJ) :is(.page-link,.cfQoNxlSO) {
	z-index: 1;
	color: #fff;
	background-color: #ff5e14;
	border-color: #ff5e14
}

:is(.page-item,.caLMKwoxe).disabled :is(.page-link,.cfQoNxlSO) {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

:is(.pagination-lg,.cFHBsYHDj) :is(.page-link,.cfQoNxlSO) {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

:is(.pagination-lg,.cFHBsYHDj) :is(.page-item,.caLMKwoxe):first-child :is(.page-link,.cfQoNxlSO) {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

:is(.pagination-lg,.cFHBsYHDj) :is(.page-item,.caLMKwoxe):last-child :is(.page-link,.cfQoNxlSO) {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

:is(.pagination-sm,.coVWuAzcb) :is(.page-link,.cfQoNxlSO) {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

:is(.pagination-sm,.coVWuAzcb) :is(.page-item,.caLMKwoxe):first-child :is(.page-link,.cfQoNxlSO) {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

:is(.pagination-sm,.coVWuAzcb) :is(.page-item,.caLMKwoxe):last-child :is(.page-link,.cfQoNxlSO) {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

:is(.badge,.cYYWUpvbk) {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

:is(.badge,.cYYWUpvbk):empty {
	display: none
}

:is(.btn,.cAQVjtTje) :is(.badge,.cYYWUpvbk) {
	position: relative;
	top: -1px
}

:is(.badge-pill,.ceUTJfodK) {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

:is(.badge-primary,.csPEZFkwD) {
	color: #fff;
	background-color: #ff5e14
}

:is(.badge-primary,.csPEZFkwD)[href]:focus,:is(.badge-primary,.csPEZFkwD)[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

:is(.badge-secondary,.cQRZxaikv) {
	color: #fff;
	background-color: #6c757d
}

:is(.badge-secondary,.cQRZxaikv)[href]:focus,:is(.badge-secondary,.cQRZxaikv)[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

:is(.badge-success,.cZqodPqQq) {
	color: #fff;
	background-color: #28a745
}

:is(.badge-success,.cZqodPqQq)[href]:focus,:is(.badge-success,.cZqodPqQq)[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

:is(.badge-info,.czWtOelSw) {
	color: #fff;
	background-color: #17a2b8
}

:is(.badge-info,.czWtOelSw)[href]:focus,:is(.badge-info,.czWtOelSw)[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

:is(.badge-warning,.cLJTgLNBB) {
	color: #212529;
	background-color: #ffc107
}

:is(.badge-warning,.cLJTgLNBB)[href]:focus,:is(.badge-warning,.cLJTgLNBB)[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

:is(.badge-danger,.cETSkwDaZ) {
	color: #fff;
	background-color: #dc3545
}

:is(.badge-danger,.cETSkwDaZ)[href]:focus,:is(.badge-danger,.cETSkwDaZ)[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

:is(.badge-light,.cCYvMoyut) {
	color: #212529;
	background-color: #f8f9fa
}

:is(.badge-light,.cCYvMoyut)[href]:focus,:is(.badge-light,.cCYvMoyut)[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

:is(.badge-dark,.cERBqZWmM) {
	color: #fff;
	background-color: #343a40
}

:is(.badge-dark,.cERBqZWmM)[href]:focus,:is(.badge-dark,.cERBqZWmM)[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

:is(.jumbotron,.cPtGZTkAp) {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	:is(.jumbotron,.cPtGZTkAp) {
		padding: 4rem 2rem
	}
}

:is(.jumbotron-fluid,.cpffDpREE) {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

:is(.alert,.cIgekfgQI) {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

:is(.alert-heading,.cgWHKdjZs) {
	color: inherit
}

:is(.alert-link,.ccShkntWM) {
	font-weight: 700
}

:is(.alert-dismissible,.cvHZSceZR) {
	padding-right: 4rem
}

:is(.alert-dismissible,.cvHZSceZR) :is(.close,.cbLdOjZDJ) {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

:is(.alert-primary,.cIWfdMrqU) {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

:is(.alert-primary,.cIWfdMrqU) hr {
	border-top-color: #9fcdff
}

:is(.alert-primary,.cIWfdMrqU) :is(.alert-link,.ccShkntWM) {
	color: #002752
}

:is(.alert-secondary,.cxzjslbyL) {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

:is(.alert-secondary,.cxzjslbyL) hr {
	border-top-color: #c8cbcf
}

:is(.alert-secondary,.cxzjslbyL) :is(.alert-link,.ccShkntWM) {
	color: #202326
}

:is(.alert-success,.cFftGIQLO) {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

:is(.alert-success,.cFftGIQLO) hr {
	border-top-color: #b1dfbb
}

:is(.alert-success,.cFftGIQLO) :is(.alert-link,.ccShkntWM) {
	color: #0b2e13
}

:is(.alert-info,.cAMZPzdFU) {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

:is(.alert-info,.cAMZPzdFU) hr {
	border-top-color: #abdde5
}

:is(.alert-info,.cAMZPzdFU) :is(.alert-link,.ccShkntWM) {
	color: #062c33
}

:is(.alert-warning,.cKPYTtRwH) {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

:is(.alert-warning,.cKPYTtRwH) hr {
	border-top-color: #ffe8a1
}

:is(.alert-warning,.cKPYTtRwH) :is(.alert-link,.ccShkntWM) {
	color: #533f03
}

:is(.alert-danger,.cpVioQqng) {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

:is(.alert-danger,.cpVioQqng) hr {
	border-top-color: #f1b0b7
}

:is(.alert-danger,.cpVioQqng) :is(.alert-link,.ccShkntWM) {
	color: #491217
}

:is(.alert-light,.chHvrBInI) {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

:is(.alert-light,.chHvrBInI) hr {
	border-top-color: #ececf6
}

:is(.alert-light,.chHvrBInI) :is(.alert-link,.ccShkntWM) {
	color: #686868
}

:is(.alert-dark,.cVdQbHgXc) {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

:is(.alert-dark,.cVdQbHgXc) hr {
	border-top-color: #b9bbbe
}

:is(.alert-dark,.cVdQbHgXc) :is(.alert-link,.ccShkntWM) {
	color: #040505
}

@-webkit-keyframes kroIzFwvg {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes kroIzFwvg {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

:is(.progress,.cAGFkCIlQ) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

:is(.progress-bar,.cxSLXCVzO) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #ff5e14;
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.progress-bar,.cxSLXCVzO) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.progress-bar-striped,.cJqksAFAi) {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem
}

:is(.progress-bar-animated,.cLvGeLORj) {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: kroIzFwvg 1s linear infinite
}

:is(.media,.crZgrAAlD) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start
}

:is(.media-body,.cLbnTrCzu) {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}

:is(.list-group,.cRVkHoAyv) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

:is(.list-group-item-action,.cZCujWnui) {
	width: 100%;
	color: #495057;
	text-align: inherit
}

:is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-action,.cZCujWnui):hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

:is(.list-group-item-action,.cZCujWnui):active {
	color: #212529;
	background-color: #e9ecef
}

:is(.list-group-item,.cumTkkTjQ) {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}

:is(.list-group-item,.cumTkkTjQ):first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

:is(.list-group-item,.cumTkkTjQ):last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

:is(.list-group-item,.cumTkkTjQ):focus,:is(.list-group-item,.cumTkkTjQ):hover {
	z-index: 1;
	text-decoration: none
}

:is(.list-group-item,.cumTkkTjQ).disabled,:is(.list-group-item,.cumTkkTjQ):disabled {
	color: #6c757d;
	background-color: #fff
}

:is(.list-group-item,.cumTkkTjQ):is(.active,.cdjSHRtpJ) {
	z-index: 2;
	color: #fff;
	background-color: #ff5e14;
	border-color: #ff5e14
}

:is(.list-group-flush,.cDzoxZXBG) :is(.list-group-item,.cumTkkTjQ) {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

:is(.list-group-flush,.cDzoxZXBG):first-child :is(.list-group-item,.cumTkkTjQ):first-child {
	border-top: 0
}

:is(.list-group-flush,.cDzoxZXBG):last-child :is(.list-group-item,.cumTkkTjQ):last-child {
	border-bottom: 0
}

:is(.list-group-item-primary,.chpEjubZU) {
	color: #004085;
	background-color: #b8daff
}

:is(.list-group-item-primary,.chpEjubZU):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-primary,.chpEjubZU):is(.list-group-item-action,.cZCujWnui):hover {
	color: #004085;
	background-color: #9fcdff
}

:is(.list-group-item-primary,.chpEjubZU):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

:is(.list-group-item-secondary,.caWGhAedY) {
	color: #383d41;
	background-color: #d6d8db
}

:is(.list-group-item-secondary,.caWGhAedY):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-secondary,.caWGhAedY):is(.list-group-item-action,.cZCujWnui):hover {
	color: #383d41;
	background-color: #c8cbcf
}

:is(.list-group-item-secondary,.caWGhAedY):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

:is(.list-group-item-success,.cbCSiivwO) {
	color: #155724;
	background-color: #c3e6cb
}

:is(.list-group-item-success,.cbCSiivwO):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-success,.cbCSiivwO):is(.list-group-item-action,.cZCujWnui):hover {
	color: #155724;
	background-color: #b1dfbb
}

:is(.list-group-item-success,.cbCSiivwO):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

:is(.list-group-item-info,.chyIFuSZk) {
	color: #0c5460;
	background-color: #bee5eb
}

:is(.list-group-item-info,.chyIFuSZk):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-info,.chyIFuSZk):is(.list-group-item-action,.cZCujWnui):hover {
	color: #0c5460;
	background-color: #abdde5
}

:is(.list-group-item-info,.chyIFuSZk):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

:is(.list-group-item-warning,.csLZmmpSl) {
	color: #856404;
	background-color: #ffeeba
}

:is(.list-group-item-warning,.csLZmmpSl):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-warning,.csLZmmpSl):is(.list-group-item-action,.cZCujWnui):hover {
	color: #856404;
	background-color: #ffe8a1
}

:is(.list-group-item-warning,.csLZmmpSl):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

:is(.list-group-item-danger,.cJttoPbUA) {
	color: #721c24;
	background-color: #f5c6cb
}

:is(.list-group-item-danger,.cJttoPbUA):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-danger,.cJttoPbUA):is(.list-group-item-action,.cZCujWnui):hover {
	color: #721c24;
	background-color: #f1b0b7
}

:is(.list-group-item-danger,.cJttoPbUA):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

:is(.list-group-item-light,.cChlValHg) {
	color: #818182;
	background-color: #fdfdfe
}

:is(.list-group-item-light,.cChlValHg):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-light,.cChlValHg):is(.list-group-item-action,.cZCujWnui):hover {
	color: #818182;
	background-color: #ececf6
}

:is(.list-group-item-light,.cChlValHg):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

:is(.list-group-item-dark,.cEAcGsNAX) {
	color: #1b1e21;
	background-color: #c6c8ca
}

:is(.list-group-item-dark,.cEAcGsNAX):is(.list-group-item-action,.cZCujWnui):focus,:is(.list-group-item-dark,.cEAcGsNAX):is(.list-group-item-action,.cZCujWnui):hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

:is(.list-group-item-dark,.cEAcGsNAX):is(.list-group-item-action,.cZCujWnui):is(.active,.cdjSHRtpJ) {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

:is(.close,.cbLdOjZDJ) {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

:is(.close,.cbLdOjZDJ):not(:disabled):not(.disabled) {
	cursor: pointer
}

:is(.close,.cbLdOjZDJ):not(:disabled):not(.disabled):focus,:is(.close,.cbLdOjZDJ):not(:disabled):not(.disabled):hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

button:is(.close,.cbLdOjZDJ) {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}

:is(.modal-open,.ccpNSpOIC) {
	overflow: hidden
}

:is(.modal-open,.ccpNSpOIC) :is(.modal,.cZOoAPnlW) {
	overflow-x: hidden;
	overflow-y: auto
}

:is(.modal,.cZOoAPnlW) {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

:is(.modal-dialog,.cdPPQxGJA) {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

:is(.modal,.cZOoAPnlW):is(.fade,.cmgOLWGvP) :is(.modal-dialog,.cdPPQxGJA) {
	transition: -webkit-transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.modal,.cZOoAPnlW):is(.fade,.cmgOLWGvP) :is(.modal-dialog,.cdPPQxGJA) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.modal,.cZOoAPnlW):is(.show,.cILIjZepC) :is(.modal-dialog,.cdPPQxGJA) {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}

:is(.modal-dialog-centered,.cAFTuALCU) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

:is(.modal-dialog-centered,.cAFTuALCU)::before {
	display: block;
	height: calc(100vh - (.5rem * 2));
	content: ""
}

:is(.modal-content,.cZbzNOjDf) {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}

:is(.modal-backdrop,.cYuNAparf) {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

:is(.modal-backdrop,.cYuNAparf):is(.fade,.cmgOLWGvP) {
	opacity: 0
}

:is(.modal-backdrop,.cYuNAparf):is(.show,.cILIjZepC) {
	opacity: .5
}

:is(.modal-header,.czRLGgBmA) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

:is(.modal-header,.czRLGgBmA) :is(.close,.cbLdOjZDJ) {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

:is(.modal-title,.cFMdOIbTQ) {
	margin-bottom: 0;
	line-height: 1.5
}

:is(.modal-body,.cAJgxExJA) {
	position: relative;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem
}

:is(.modal-footer,.cOxIIngWN) {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

:is(.modal-footer,.cOxIIngWN)>:not(:first-child) {
	margin-left: .25rem
}

:is(.modal-footer,.cOxIIngWN)>:not(:last-child) {
	margin-right: .25rem
}

:is(.modal-scrollbar-measure,.cUArkIVcJ) {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	:is(.modal-dialog,.cdPPQxGJA) {
		max-width: 500px;
		margin: 1.75rem auto
	}

	:is(.modal-dialog-centered,.cAFTuALCU) {
		min-height: calc(100% - (1.75rem * 2))
	}

	:is(.modal-dialog-centered,.cAFTuALCU)::before {
		height: calc(100vh - (1.75rem * 2))
	}

	:is(.modal-sm,.cNHHojmTu) {
		max-width: 300px
	}
}

@media (min-width:992px) {
	:is(.modal-lg,.crBsAAzBV) {
		max-width: 800px
	}
}

:is(.tooltip,.cDQNXXaPp) {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

:is(.tooltip,.cDQNXXaPp):is(.show,.cILIjZepC) {
	opacity: .9
}

:is(.tooltip,.cDQNXXaPp) :is(.arrow,.cQFZidKhX) {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

:is(.tooltip,.cDQNXXaPp) :is(.arrow,.cQFZidKhX)::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=top],:is(.bs-tooltip-top,.cuYwaeRCa) {
	padding: .4rem 0
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=top] :is(.arrow,.cQFZidKhX),:is(.bs-tooltip-top,.cuYwaeRCa) :is(.arrow,.cQFZidKhX) {
	bottom: 0
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=top] :is(.arrow,.cQFZidKhX)::before,:is(.bs-tooltip-top,.cuYwaeRCa) :is(.arrow,.cQFZidKhX)::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=right],:is(.bs-tooltip-right,.cpQMoTpHm) {
	padding: 0 .4rem
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=right] :is(.arrow,.cQFZidKhX),:is(.bs-tooltip-right,.cpQMoTpHm) :is(.arrow,.cQFZidKhX) {
	left: 0;
	width: .4rem;
	height: .8rem
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=right] :is(.arrow,.cQFZidKhX)::before,:is(.bs-tooltip-right,.cpQMoTpHm) :is(.arrow,.cQFZidKhX)::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=bottom],:is(.bs-tooltip-bottom,.cMXFOzRrQ) {
	padding: .4rem 0
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=bottom] :is(.arrow,.cQFZidKhX),:is(.bs-tooltip-bottom,.cMXFOzRrQ) :is(.arrow,.cQFZidKhX) {
	top: 0
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=bottom] :is(.arrow,.cQFZidKhX)::before,:is(.bs-tooltip-bottom,.cMXFOzRrQ) :is(.arrow,.cQFZidKhX)::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=left],:is(.bs-tooltip-left,.cRSZbAbNj) {
	padding: 0 .4rem
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=left] :is(.arrow,.cQFZidKhX),:is(.bs-tooltip-left,.cRSZbAbNj) :is(.arrow,.cQFZidKhX) {
	right: 0;
	width: .4rem;
	height: .8rem
}

:is(.bs-tooltip-auto,.cITmNIdYR)[x-placement^=left] :is(.arrow,.cQFZidKhX)::before,:is(.bs-tooltip-left,.cRSZbAbNj) :is(.arrow,.cQFZidKhX)::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

:is(.tooltip-inner,.cQRRgciDg) {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

:is(.popover,.cyyAmnxPG) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem
}

:is(.popover,.cyyAmnxPG) :is(.arrow,.cQFZidKhX) {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

:is(.popover,.cyyAmnxPG) :is(.arrow,.cQFZidKhX)::after,:is(.popover,.cyyAmnxPG) :is(.arrow,.cQFZidKhX)::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=top],:is(.bs-popover-top,.cAsOfmIaa) {
	margin-bottom: .5rem
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=top] :is(.arrow,.cQFZidKhX),:is(.bs-popover-top,.cAsOfmIaa) :is(.arrow,.cQFZidKhX) {
	bottom: calc((.5rem + 1px) * -1)
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=top] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=top] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-top,.cAsOfmIaa) :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-top,.cAsOfmIaa) :is(.arrow,.cQFZidKhX)::before {
	border-width: .5rem .5rem 0
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=top] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-top,.cAsOfmIaa) :is(.arrow,.cQFZidKhX)::before {
	bottom: 0;
	border-top-color: rgba(0,0,0,.25)
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=top] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-top,.cAsOfmIaa) :is(.arrow,.cQFZidKhX)::after {
	bottom: 1px;
	border-top-color: #fff
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=right],:is(.bs-popover-right,.cPNjbdCgJ) {
	margin-left: .5rem
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=right] :is(.arrow,.cQFZidKhX),:is(.bs-popover-right,.cPNjbdCgJ) :is(.arrow,.cQFZidKhX) {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=right] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=right] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-right,.cPNjbdCgJ) :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-right,.cPNjbdCgJ) :is(.arrow,.cQFZidKhX)::before {
	border-width: .5rem .5rem .5rem 0
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=right] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-right,.cPNjbdCgJ) :is(.arrow,.cQFZidKhX)::before {
	left: 0;
	border-right-color: rgba(0,0,0,.25)
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=right] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-right,.cPNjbdCgJ) :is(.arrow,.cQFZidKhX)::after {
	left: 1px;
	border-right-color: #fff
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=bottom],:is(.bs-popover-bottom,.cTKdRvJEg) {
	margin-top: .5rem
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=bottom] :is(.arrow,.cQFZidKhX),:is(.bs-popover-bottom,.cTKdRvJEg) :is(.arrow,.cQFZidKhX) {
	top: calc((.5rem + 1px) * -1)
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=bottom] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=bottom] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-bottom,.cTKdRvJEg) :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-bottom,.cTKdRvJEg) :is(.arrow,.cQFZidKhX)::before {
	border-width: 0 .5rem .5rem .5rem
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=bottom] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-bottom,.cTKdRvJEg) :is(.arrow,.cQFZidKhX)::before {
	top: 0;
	border-bottom-color: rgba(0,0,0,.25)
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=bottom] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-bottom,.cTKdRvJEg) :is(.arrow,.cQFZidKhX)::after {
	top: 1px;
	border-bottom-color: #fff
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=bottom] :is(.popover-header,.cIroZcgLN)::before,:is(.bs-popover-bottom,.cTKdRvJEg) :is(.popover-header,.cIroZcgLN)::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=left],:is(.bs-popover-left,.cZLlvuAWF) {
	margin-right: .5rem
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=left] :is(.arrow,.cQFZidKhX),:is(.bs-popover-left,.cZLlvuAWF) :is(.arrow,.cQFZidKhX) {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=left] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=left] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-left,.cZLlvuAWF) :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-left,.cZLlvuAWF) :is(.arrow,.cQFZidKhX)::before {
	border-width: .5rem 0 .5rem .5rem
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=left] :is(.arrow,.cQFZidKhX)::before,:is(.bs-popover-left,.cZLlvuAWF) :is(.arrow,.cQFZidKhX)::before {
	right: 0;
	border-left-color: rgba(0,0,0,.25)
}

:is(.bs-popover-auto,.ceXoNxcAN)[x-placement^=left] :is(.arrow,.cQFZidKhX)::after,:is(.bs-popover-left,.cZLlvuAWF) :is(.arrow,.cQFZidKhX)::after {
	right: 1px;
	border-left-color: #fff
}

:is(.popover-header,.cIroZcgLN) {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

:is(.popover-header,.cIroZcgLN):empty {
	display: none
}

:is(.popover-body,.cAqCxjsin) {
	padding: .5rem .75rem;
	color: #212529
}

:is(.carousel,.cNuxfFVrB) {
	position: relative
}

:is(.carousel-inner,.cUwBSfgyO) {
	position: relative;
	width: 100%;
	overflow: hidden
}

:is(.carousel-item,.cIgqXRTrk) {
	position: relative;
	display: none;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

:is(.carousel-item-next,.cqBMWhyva),:is(.carousel-item-prev,.cTAWzgoJi),:is(.carousel-item,.cIgqXRTrk):is(.active,.cdjSHRtpJ) {
	display: block;
	transition: -webkit-transform .6s ease;
	-webkit-transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	transition: transform .6s ease,-webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	:is(.carousel-item-next,.cqBMWhyva),:is(.carousel-item-prev,.cTAWzgoJi),:is(.carousel-item,.cIgqXRTrk):is(.active,.cdjSHRtpJ) {
		-webkit-transition: none;
		transition: none
	}
}

:is(.carousel-item-next,.cqBMWhyva),:is(.carousel-item-prev,.cTAWzgoJi) {
	position: absolute;
	top: 0
}

:is(.carousel-item-next,.cqBMWhyva):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-item-prev,.cTAWzgoJi):is(.carousel-item-right,.ctCpZpVPh) {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	:is(.carousel-item-next,.cqBMWhyva):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-item-prev,.cTAWzgoJi):is(.carousel-item-right,.ctCpZpVPh) {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

:is(.active,.cdjSHRtpJ):is(.carousel-item-right,.ctCpZpVPh),:is(.carousel-item-next,.cqBMWhyva) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	:is(.active,.cdjSHRtpJ):is(.carousel-item-right,.ctCpZpVPh),:is(.carousel-item-next,.cqBMWhyva) {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

:is(.active,.cdjSHRtpJ):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-item-prev,.cTAWzgoJi) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	:is(.active,.cdjSHRtpJ):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-item-prev,.cTAWzgoJi) {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item,.cIgqXRTrk) {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item-next,.cqBMWhyva):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item-prev,.cTAWzgoJi):is(.carousel-item-right,.ctCpZpVPh),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item,.cIgqXRTrk):is(.active,.cdjSHRtpJ) {
	opacity: 1
}

:is(.carousel-fade,.cUdqWNQog) :is(.active,.cdjSHRtpJ):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-fade,.cUdqWNQog) :is(.active,.cdjSHRtpJ):is(.carousel-item-right,.ctCpZpVPh) {
	opacity: 0
}

:is(.carousel-fade,.cUdqWNQog) :is(.active,.cdjSHRtpJ):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-fade,.cUdqWNQog) :is(.active,.cdjSHRtpJ):is(.carousel-item-prev,.cTAWzgoJi),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item-next,.cqBMWhyva),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item-prev,.cTAWzgoJi),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item,.cIgqXRTrk):is(.active,.cdjSHRtpJ) {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	:is(.carousel-fade,.cUdqWNQog) :is(.active,.cdjSHRtpJ):is(.carousel-item-left,.cUUUJYzyT),:is(.carousel-fade,.cUdqWNQog) :is(.active,.cdjSHRtpJ):is(.carousel-item-prev,.cTAWzgoJi),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item-next,.cqBMWhyva),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item-prev,.cTAWzgoJi),:is(.carousel-fade,.cUdqWNQog) :is(.carousel-item,.cIgqXRTrk):is(.active,.cdjSHRtpJ) {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

:is(.carousel-control-next,.ckwLpiFar),:is(.carousel-control-prev,.cyisTNERl) {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

:is(.carousel-control-next,.ckwLpiFar):focus,:is(.carousel-control-next,.ckwLpiFar):hover,:is(.carousel-control-prev,.cyisTNERl):focus,:is(.carousel-control-prev,.cyisTNERl):hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

:is(.carousel-control-prev,.cyisTNERl) {
	left: 0
}

:is(.carousel-control-next,.ckwLpiFar) {
	right: 0
}

:is(.carousel-control-next-icon,.ciQYYZOxj),:is(.carousel-control-prev-icon,.cEZtArdRu) {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

:is(.carousel-control-prev-icon,.cEZtArdRu) {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

:is(.carousel-control-next-icon,.ciQYYZOxj) {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

:is(.carousel-indicators,.cdJCoziYo) {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

:is(.carousel-indicators,.cdJCoziYo) li {
	position: relative;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255,255,255,.5)
}

:is(.carousel-indicators,.cdJCoziYo) li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

:is(.carousel-indicators,.cdJCoziYo) li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

:is(.carousel-indicators,.cdJCoziYo) :is(.active,.cdjSHRtpJ) {
	background-color: #fff
}

:is(.carousel-caption,.cZNeTArSS) {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

:is(.align-baseline,.ckPTuBMKg) {
	vertical-align: baseline!important
}

:is(.align-top,.cNPsvUsdI) {
	vertical-align: top!important
}

:is(.align-middle,.cwoCebiWe) {
	vertical-align: middle!important
}

:is(.align-bottom,.cJHJeJsAP) {
	vertical-align: bottom!important
}

:is(.align-text-bottom,.cuxHtDGAK) {
	vertical-align: text-bottom!important
}

:is(.align-text-top,.cCdRjpxYw) {
	vertical-align: text-top!important
}

:is(.bg-primary,.cuXZeMZpK) {
	background-color: #ff5e14!important
}

a:is(.bg-primary,.cuXZeMZpK):focus,a:is(.bg-primary,.cuXZeMZpK):hover,button:is(.bg-primary,.cuXZeMZpK):focus,button:is(.bg-primary,.cuXZeMZpK):hover {
	background-color: #0062cc!important
}

:is(.bg-secondary,.cDZQRUPJZ) {
	background-color: #6c757d!important
}

a:is(.bg-secondary,.cDZQRUPJZ):focus,a:is(.bg-secondary,.cDZQRUPJZ):hover,button:is(.bg-secondary,.cDZQRUPJZ):focus,button:is(.bg-secondary,.cDZQRUPJZ):hover {
	background-color: #545b62!important
}

:is(.bg-success,.chakhwOPD) {
	background-color: #28a745!important
}

a:is(.bg-success,.chakhwOPD):focus,a:is(.bg-success,.chakhwOPD):hover,button:is(.bg-success,.chakhwOPD):focus,button:is(.bg-success,.chakhwOPD):hover {
	background-color: #1e7e34!important
}

:is(.bg-info,.cpFfPInhq) {
	background-color: #17a2b8!important
}

a:is(.bg-info,.cpFfPInhq):focus,a:is(.bg-info,.cpFfPInhq):hover,button:is(.bg-info,.cpFfPInhq):focus,button:is(.bg-info,.cpFfPInhq):hover {
	background-color: #117a8b!important
}

:is(.bg-warning,.cluajhfRK) {
	background-color: #ffc107!important
}

a:is(.bg-warning,.cluajhfRK):focus,a:is(.bg-warning,.cluajhfRK):hover,button:is(.bg-warning,.cluajhfRK):focus,button:is(.bg-warning,.cluajhfRK):hover {
	background-color: #d39e00!important
}

:is(.bg-danger,.cDGUlyeZh) {
	background-color: #dc3545!important
}

a:is(.bg-danger,.cDGUlyeZh):focus,a:is(.bg-danger,.cDGUlyeZh):hover,button:is(.bg-danger,.cDGUlyeZh):focus,button:is(.bg-danger,.cDGUlyeZh):hover {
	background-color: #bd2130!important
}

:is(.bg-light,.ctUxsiyTr) {
	background-color: #f8f9fa!important
}

a:is(.bg-light,.ctUxsiyTr):focus,a:is(.bg-light,.ctUxsiyTr):hover,button:is(.bg-light,.ctUxsiyTr):focus,button:is(.bg-light,.ctUxsiyTr):hover {
	background-color: #dae0e5!important
}

:is(.bg-dark,.cptVdOYDY) {
	background-color: #343a40!important
}

a:is(.bg-dark,.cptVdOYDY):focus,a:is(.bg-dark,.cptVdOYDY):hover,button:is(.bg-dark,.cptVdOYDY):focus,button:is(.bg-dark,.cptVdOYDY):hover {
	background-color: #1d2124!important
}

:is(.bg-white,.caEvVUBrA) {
	background-color: #fff!important
}

:is(.bg-transparent,.cdKPbIZzt) {
	background-color: transparent!important
}

:is(.border,.cxtiIWZSW) {
	border: 1px solid #dee2e6!important
}

:is(.border-top,.cMCVFpAPP) {
	border-top: 1px solid #dee2e6!important
}

:is(.border-right,.cBoDgYSAs) {
	border-right: 1px solid #dee2e6!important
}

:is(.border-bottom,.cgPlIlrxQ) {
	border-bottom: 1px solid #dee2e6!important
}

:is(.border-left,.cnOfTiiJx) {
	border-left: 1px solid #dee2e6!important
}

:is(.border-0,.cjIrTAZQF) {
	border: 0!important
}

:is(.border-top-0,.crZjsJFHE) {
	border-top: 0!important
}

:is(.border-right-0,.cTdAOKbLI) {
	border-right: 0!important
}

:is(.border-bottom-0,.cHCKyEIKE) {
	border-bottom: 0!important
}

:is(.border-left-0,.cwlxvUica) {
	border-left: 0!important
}

:is(.border-primary,.cQymFYLif) {
	border-color: #ff5e14!important
}

:is(.border-secondary,.cHMpxZwky) {
	border-color: #6c757d!important
}

:is(.border-success,.cWlkoPNge) {
	border-color: #28a745!important
}

:is(.border-info,.crHApEcsf) {
	border-color: #17a2b8!important
}

:is(.border-warning,.cAREotEAw) {
	border-color: #ffc107!important
}

:is(.border-danger,.cAtNtkwYN) {
	border-color: #dc3545!important
}

:is(.border-light,.cyhmQpZYF) {
	border-color: #f8f9fa!important
}

:is(.border-dark,.cClJBdPzq) {
	border-color: #343a40!important
}

:is(.border-white,.ccTdXjTuQ) {
	border-color: #fff!important
}

:is(.rounded,.cXdeIVwAY) {
	border-radius: .25rem!important
}

:is(.rounded-top,.cUgKeEpof) {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

:is(.rounded-right,.ciSfWifxm) {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

:is(.rounded-bottom,.cVFVgcVZk) {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

:is(.rounded-left,.cUwjEeQqQ) {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

:is(.rounded-circle,.cdXSxeZxP) {
	border-radius: 50%!important
}

:is(.rounded-0,.ctQuTKHjB) {
	border-radius: 0!important
}

:is(.clearfix,.crdClWDix)::after {
	display: block;
	clear: both;
	content: ""
}

:is(.d-none,.cxRYCljOH) {
	display: none!important
}

:is(.d-inline,.cAwZSVWQr) {
	display: inline!important
}

:is(.d-inline-block,.cbPoPZMUx) {
	display: inline-block!important
}

:is(.d-block,.cWdZgRixj) {
	display: block!important
}

:is(.d-table,.cubVVRToh) {
	display: table!important
}

:is(.d-table-row,.cnGCMOKQS) {
	display: table-row!important
}

:is(.d-table-cell,.cugGNYjRL) {
	display: table-cell!important
}

:is(.d-flex,.cnzFTKjjB) {
	display: -ms-flexbox!important;
	display: -webkit-box!important;
	display: flex!important
}

:is(.d-inline-flex,.cusCGJbHe) {
	display: -ms-inline-flexbox!important;
	display: -webkit-inline-box!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	:is(.d-sm-none,.cAfIEPhtE) {
		display: none!important
	}

	:is(.d-sm-inline,.cxQuLJpFm) {
		display: inline!important
	}

	:is(.d-sm-inline-block,.clwcijAis) {
		display: inline-block!important
	}

	:is(.d-sm-block,.caADoTVcA) {
		display: block!important
	}

	:is(.d-sm-table,.cyUfRCzHN) {
		display: table!important
	}

	:is(.d-sm-table-row,.cpSsjGWUR) {
		display: table-row!important
	}

	:is(.d-sm-table-cell,.coZXPLDfJ) {
		display: table-cell!important
	}

	:is(.d-sm-flex,.cNjDOzZgj) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important
	}

	:is(.d-sm-inline-flex,.cTzPnifHH) {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	:is(.d-md-none,.cTeFMEBhQ) {
		display: none!important
	}

	:is(.d-md-inline,.cMjBxTxNy) {
		display: inline!important
	}

	:is(.d-md-inline-block,.cnULHwEGI) {
		display: inline-block!important
	}

	:is(.d-md-block,.cUuIuWkFn) {
		display: block!important
	}

	:is(.d-md-table,.cGZuwqZLb) {
		display: table!important
	}

	:is(.d-md-table-row,.cykzIRtsk) {
		display: table-row!important
	}

	:is(.d-md-table-cell,.cpEuTdBWL) {
		display: table-cell!important
	}

	:is(.d-md-flex,.chxkADrIq) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important
	}

	:is(.d-md-inline-flex,.cWYodDpAk) {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	:is(.d-lg-none,.cThjVamvJ) {
		display: none!important
	}

	:is(.d-lg-inline,.cZllrZjNj) {
		display: inline!important
	}

	:is(.d-lg-inline-block,.cBRXfuBsj) {
		display: inline-block!important
	}

	:is(.d-lg-block,.cQAvyHKxx) {
		display: block!important
	}

	:is(.d-lg-table,.cMDxkbsuC) {
		display: table!important
	}

	:is(.d-lg-table-row,.cXAHATHsb) {
		display: table-row!important
	}

	:is(.d-lg-table-cell,.cpyGAihFZ) {
		display: table-cell!important
	}

	:is(.d-lg-flex,.ceGpwZGJK) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important
	}

	:is(.d-lg-inline-flex,.cAuXIKeJB) {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	:is(.d-xl-none,.coHZCqunQ) {
		display: none!important
	}

	:is(.d-xl-inline,.cdwiKbJBN) {
		display: inline!important
	}

	:is(.d-xl-inline-block,.cClDBZRMv) {
		display: inline-block!important
	}

	:is(.d-xl-block,.cbexPrTwf) {
		display: block!important
	}

	:is(.d-xl-table,.clkjycgiE) {
		display: table!important
	}

	:is(.d-xl-table-row,.cIhpzOMvM) {
		display: table-row!important
	}

	:is(.d-xl-table-cell,.cNdQTfVLy) {
		display: table-cell!important
	}

	:is(.d-xl-flex,.crYDGajxy) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important
	}

	:is(.d-xl-inline-flex,.clHChvSJr) {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media print {
	:is(.d-print-none,.crWIVYntG) {
		display: none!important
	}

	:is(.d-print-inline,.cpqgnQoZY) {
		display: inline!important
	}

	:is(.d-print-inline-block,.cbPTJMtUM) {
		display: inline-block!important
	}

	:is(.d-print-block,.cXLFmDaZQ) {
		display: block!important
	}

	:is(.d-print-table,.cjSHFxucv) {
		display: table!important
	}

	:is(.d-print-table-row,.cpPnclSYt) {
		display: table-row!important
	}

	:is(.d-print-table-cell,.cnLgaXByz) {
		display: table-cell!important
	}

	:is(.d-print-flex,.cyglldWHa) {
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: flex!important
	}

	:is(.d-print-inline-flex,.cggmZNoeu) {
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

:is(.embed-responsive,.czxrimiVB) {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

:is(.embed-responsive,.czxrimiVB)::before {
	display: block;
	content: ""
}

:is(.embed-responsive,.czxrimiVB) :is(.embed-responsive-item,.cYhqOEdSv),:is(.embed-responsive,.czxrimiVB) embed,:is(.embed-responsive,.czxrimiVB) iframe,:is(.embed-responsive,.czxrimiVB) object,:is(.embed-responsive,.czxrimiVB) video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

:is(.embed-responsive-21by9,.clUxFkqwh)::before {
	padding-top: 42.857143%
}

:is(.embed-responsive-16by9,.coxpXOEKD)::before {
	padding-top: 56.25%
}

:is(.embed-responsive-4by3,.cOPQqyzzb)::before {
	padding-top: 75%
}

:is(.embed-responsive-1by1,.cJvIogstL)::before {
	padding-top: 100%
}

.flex-row {
	-ms-flex-direction: row!important;
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

:is(.justify-content-start,.ccZfYiJGE) {
	-ms-flex-pack: start!important;
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}

:is(.justify-content-end,.cxhrFKGDM) {
	-ms-flex-pack: end!important;
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}

:is(.justify-content-center,.cZChlLmce) {
	-ms-flex-pack: center!important;
	-webkit-box-pack: center!important;
	justify-content: center!important
}

:is(.justify-content-between,.cEEbqnIsc) {
	-ms-flex-pack: justify!important;
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}

:is(.justify-content-around,.cTggZuNlf) {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

:is(.align-items-start,.cfSEOpiVK) {
	-ms-flex-align: start!important;
	-webkit-box-align: start!important;
	align-items: flex-start!important
}

:is(.align-items-end,.cyNZYoEvb) {
	-ms-flex-align: end!important;
	-webkit-box-align: end!important;
	align-items: flex-end!important
}

:is(.align-items-center,.cKMHjZhdc) {
	-ms-flex-align: center!important;
	-webkit-box-align: center!important;
	align-items: center!important
}

:is(.align-items-baseline,.cZHuvbjhN) {
	-ms-flex-align: baseline!important;
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}

:is(.align-items-stretch,.cIuojcXlQ) {
	-ms-flex-align: stretch!important;
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}

:is(.align-content-start,.cGHZbgsvl) {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

:is(.align-content-end,.chFtWYDyU) {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

:is(.align-content-center,.cNDHkpfzS) {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

:is(.align-content-between,.cvOrpdYUs) {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

:is(.align-content-around,.cREOTvEeB) {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

:is(.align-content-stretch,.ccCMwQRiS) {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

:is(.align-self-auto,.cPAtyvQAz) {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

:is(.align-self-start,.cEbZALBol) {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

:is(.align-self-end,.cqdBhtNgf) {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

:is(.align-self-center,.cjMdTdusw) {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

:is(.align-self-baseline,.cKEsqBIcR) {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

:is(.align-self-stretch,.cgDkdIbuA) {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		flex-direction: row!important
	}

	.flex-sm-column {
		-ms-flex-direction: column!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		flex-direction: column!important
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	:is(.justify-content-sm-start,.cQIsObyEU) {
		-ms-flex-pack: start!important;
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}

	:is(.justify-content-sm-end,.cJmqZtRbk) {
		-ms-flex-pack: end!important;
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}

	:is(.justify-content-sm-center,.cMSdPVEor) {
		-ms-flex-pack: center!important;
		-webkit-box-pack: center!important;
		justify-content: center!important
	}

	:is(.justify-content-sm-between,.cVSkmoAdv) {
		-ms-flex-pack: justify!important;
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}

	:is(.justify-content-sm-around,.cncZjcYgQ) {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	:is(.align-items-sm-start,.cupFYxzlz) {
		-ms-flex-align: start!important;
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}

	:is(.align-items-sm-end,.cGyKDiCqN) {
		-ms-flex-align: end!important;
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}

	:is(.align-items-sm-center,.cNyTLxczl) {
		-ms-flex-align: center!important;
		-webkit-box-align: center!important;
		align-items: center!important
	}

	:is(.align-items-sm-baseline,.cEYQYeaLO) {
		-ms-flex-align: baseline!important;
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}

	:is(.align-items-sm-stretch,.cLKzLXgpA) {
		-ms-flex-align: stretch!important;
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}

	:is(.align-content-sm-start,.cvlvMNSJl) {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	:is(.align-content-sm-end,.cofCurZBb) {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	:is(.align-content-sm-center,.cpdjhqbIB) {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	:is(.align-content-sm-between,.cGqXXQFWg) {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	:is(.align-content-sm-around,.cEMIRKqkf) {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	:is(.align-content-sm-stretch,.ckgULSQBA) {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	:is(.align-self-sm-auto,.cTrOcJOmm) {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	:is(.align-self-sm-start,.cePnlFZgU) {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	:is(.align-self-sm-end,.cHutKxQCY) {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	:is(.align-self-sm-center,.ctpTottmE) {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	:is(.align-self-sm-baseline,.cZDlMlNrL) {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	:is(.align-self-sm-stretch,.cPuYjtAWK) {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		flex-direction: row!important
	}

	.flex-md-column {
		-ms-flex-direction: column!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		flex-direction: column!important
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	:is(.justify-content-md-start,.cWtlUAPXX) {
		-ms-flex-pack: start!important;
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}

	:is(.justify-content-md-end,.cFCmjrjZZ) {
		-ms-flex-pack: end!important;
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}

	:is(.justify-content-md-center,.chrLOSRqM) {
		-ms-flex-pack: center!important;
		-webkit-box-pack: center!important;
		justify-content: center!important
	}

	:is(.justify-content-md-between,.cGTHZQlzZ) {
		-ms-flex-pack: justify!important;
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}

	:is(.justify-content-md-around,.cTXxQWGEU) {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	:is(.align-items-md-start,.cBrMwFjHA) {
		-ms-flex-align: start!important;
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}

	:is(.align-items-md-end,.cMghSuBfn) {
		-ms-flex-align: end!important;
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}

	:is(.align-items-md-center,.chWerxbRU) {
		-ms-flex-align: center!important;
		-webkit-box-align: center!important;
		align-items: center!important
	}

	:is(.align-items-md-baseline,.cvktMoOLA) {
		-ms-flex-align: baseline!important;
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}

	:is(.align-items-md-stretch,.cFaczGIfh) {
		-ms-flex-align: stretch!important;
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}

	:is(.align-content-md-start,.cGvAMazuD) {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	:is(.align-content-md-end,.cwbIMkFsY) {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	:is(.align-content-md-center,.cqWMcJSbd) {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	:is(.align-content-md-between,.cvzIQuRBr) {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	:is(.align-content-md-around,.chHXghCdr) {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	:is(.align-content-md-stretch,.cvRKpAvnE) {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	:is(.align-self-md-auto,.cIZUyIVNo) {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	:is(.align-self-md-start,.cdxotNCAl) {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	:is(.align-self-md-end,.cFIMiTZSa) {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	:is(.align-self-md-center,.clKAXZiaZ) {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	:is(.align-self-md-baseline,.cJRAyuMnn) {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	:is(.align-self-md-stretch,.cshRclYwq) {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		flex-direction: row!important
	}

	.flex-lg-column {
		-ms-flex-direction: column!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		flex-direction: column!important
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	:is(.justify-content-lg-start,.cJoULHLYM) {
		-ms-flex-pack: start!important;
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}

	:is(.justify-content-lg-end,.cKnwixiOq) {
		-ms-flex-pack: end!important;
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}

	:is(.justify-content-lg-center,.cUSZsOUXd) {
		-ms-flex-pack: center!important;
		-webkit-box-pack: center!important;
		justify-content: center!important
	}

	:is(.justify-content-lg-between,.cUbSSIYZz) {
		-ms-flex-pack: justify!important;
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}

	:is(.justify-content-lg-around,.czBaltOUs) {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	:is(.align-items-lg-start,.cJAArqdaA) {
		-ms-flex-align: start!important;
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}

	:is(.align-items-lg-end,.caVXXgOnL) {
		-ms-flex-align: end!important;
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}

	:is(.align-items-lg-center,.cptzkMwif) {
		-ms-flex-align: center!important;
		-webkit-box-align: center!important;
		align-items: center!important
	}

	:is(.align-items-lg-baseline,.cvQSIypuo) {
		-ms-flex-align: baseline!important;
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}

	:is(.align-items-lg-stretch,.cSPfMYunv) {
		-ms-flex-align: stretch!important;
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}

	:is(.align-content-lg-start,.cskwSJlLO) {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	:is(.align-content-lg-end,.cgVLTkVwA) {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	:is(.align-content-lg-center,.cPHtJfzzl) {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	:is(.align-content-lg-between,.cOAXKLOOB) {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	:is(.align-content-lg-around,.cKTJGMDBO) {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	:is(.align-content-lg-stretch,.cxkhobctu) {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	:is(.align-self-lg-auto,.cBszuMCuY) {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	:is(.align-self-lg-start,.cfvhcXqVr) {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	:is(.align-self-lg-end,.cgTuUISEB) {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	:is(.align-self-lg-center,.cgInKonHc) {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	:is(.align-self-lg-baseline,.cfAhkxCDH) {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	:is(.align-self-lg-stretch,.cGoHAuSIG) {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		flex-direction: row!important
	}

	.flex-xl-column {
		-ms-flex-direction: column!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		flex-direction: column!important
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	:is(.justify-content-xl-start,.chRHxKPIh) {
		-ms-flex-pack: start!important;
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}

	:is(.justify-content-xl-end,.cHHlLjWAG) {
		-ms-flex-pack: end!important;
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}

	:is(.justify-content-xl-center,.cjJACUcVn) {
		-ms-flex-pack: center!important;
		-webkit-box-pack: center!important;
		justify-content: center!important
	}

	:is(.justify-content-xl-between,.cgYmUxUQP) {
		-ms-flex-pack: justify!important;
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}

	:is(.justify-content-xl-around,.cJfzwuDSf) {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	:is(.align-items-xl-start,.cxMJhYfCW) {
		-ms-flex-align: start!important;
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}

	:is(.align-items-xl-end,.cbZxYbYdj) {
		-ms-flex-align: end!important;
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}

	:is(.align-items-xl-center,.cPvStocFi) {
		-ms-flex-align: center!important;
		-webkit-box-align: center!important;
		align-items: center!important
	}

	:is(.align-items-xl-baseline,.cRFgcAXRi) {
		-ms-flex-align: baseline!important;
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}

	:is(.align-items-xl-stretch,.cdTxLslAH) {
		-ms-flex-align: stretch!important;
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}

	:is(.align-content-xl-start,.cDbiMakWY) {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	:is(.align-content-xl-end,.cIQfkYKVA) {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	:is(.align-content-xl-center,.cZVmVQnRe) {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	:is(.align-content-xl-between,.ctPQcAkeS) {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	:is(.align-content-xl-around,.czSbtJwRI) {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	:is(.align-content-xl-stretch,.cWxYvLgLW) {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	:is(.align-self-xl-auto,.cQAEBPvbA) {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	:is(.align-self-xl-start,.cLVTVhbQJ) {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	:is(.align-self-xl-end,.cUTefysEN) {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	:is(.align-self-xl-center,.coYfFXWls) {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	:is(.align-self-xl-baseline,.cMSLYAlAu) {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	:is(.align-self-xl-stretch,.cRvZMlEIZ) {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

:is(.float-left,.cfewjcFGo) {
	float: left!important
}

:is(.float-right,.cLEEdCXyR) {
	float: right!important
}

:is(.float-none,.cqLgOhxWa) {
	float: none!important
}

@media (min-width:576px) {
	:is(.float-sm-left,.cCUwmEVvB) {
		float: left!important
	}

	:is(.float-sm-right,.cPzRvXdrV) {
		float: right!important
	}

	:is(.float-sm-none,.ckeBUWxOG) {
		float: none!important
	}
}

@media (min-width:768px) {
	:is(.float-md-left,.cNjcjRHKY) {
		float: left!important
	}

	:is(.float-md-right,.ceEjFnuPf) {
		float: right!important
	}

	:is(.float-md-none,.cyZfvdSip) {
		float: none!important
	}
}

@media (min-width:992px) {
	:is(.float-lg-left,.cWAKvsHOU) {
		float: left!important
	}

	:is(.float-lg-right,.crDtKFTmE) {
		float: right!important
	}

	:is(.float-lg-none,.ceYaDVSGP) {
		float: none!important
	}
}

@media (min-width:1200px) {
	:is(.float-xl-left,.cZoUhPVEC) {
		float: left!important
	}

	:is(.float-xl-right,.cjiiFmLPx) {
		float: right!important
	}

	:is(.float-xl-none,.cUpgSQMfb) {
		float: none!important
	}
}

:is(.position-static,.cCbttvdxq) {
	position: static!important
}

:is(.position-relative,.cvQZpxRDH) {
	position: relative!important
}

:is(.position-absolute,.cLVvteUht) {
	position: absolute!important
}

:is(.position-fixed,.cSEIpwuJK) {
	position: fixed!important
}

:is(.position-sticky,.ccJFihBwI) {
	position: -webkit-sticky!important;
	position: sticky!important
}

:is(.fixed-top,.cABzMxcrh) {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

:is(.fixed-bottom,.cajfYLHha) {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	:is(.sticky-top,.cyNsDQPcz) {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

:is(.sr-only,.cZzdnEMOB) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}

:is(.sr-only-focusable,.ccnawcIQl):active,:is(.sr-only-focusable,.ccnawcIQl):focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

:is(.shadow-sm,.cMmGSUKJZ) {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

:is(.shadow,.cLEPAtFTV) {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

:is(.shadow-lg,.cmnEBAbWz) {
	-webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

:is(.shadow-none,.crNTRJcmi) {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

:is(.w-25,.ckrVSHaZO) {
	width: 25%!important
}

:is(.w-50,.cajWjkXjt) {
	width: 50%!important
}

:is(.w-75,.cGUCuOvCG) {
	width: 75%!important
}

:is(.w-100,.cJmkiDJJa) {
	width: 100%!important
}

:is(.w-auto,.cOJIxrfsC) {
	width: auto!important
}

:is(.h-25,.cfNVdebxt) {
	height: 25%!important
}

:is(.h-50,.cIfRlBJKd) {
	height: 50%!important
}

:is(.h-75,.cUVyKkILt) {
	height: 75%!important
}

:is(.h-100,.ccyHupQow) {
	height: 100%!important
}

:is(.h-auto,.cmKuAGnkV) {
	height: auto!important
}

:is(.mw-100,.caFPrGMte) {
	max-width: 100%!important
}

:is(.mh-100,.cldNUhbHZ) {
	max-height: 100%!important
}

:is(.m-0,.cbQfYPtHY) {
	margin: 0!important
}

:is(.mt-0,.cgzRUwkjd),:is(.my-0,.cOONRkiRn) {
	margin-top: 0!important
}

:is(.mr-0,.cXcgknkSm),:is(.mx-0,.codDAFaJk) {
	margin-right: 0!important
}

:is(.mb-0,.cHQJGrCHA),:is(.my-0,.cOONRkiRn) {
	margin-bottom: 0!important
}

:is(.ml-0,.croryyMGZ),:is(.mx-0,.codDAFaJk) {
	margin-left: 0!important
}

:is(.m-1,.cYvXPGMPu) {
	margin: .25rem!important
}

:is(.mt-1,.cBpnKvHOt),:is(.my-1,.ciztTKfpf) {
	margin-top: .25rem!important
}

:is(.mr-1,.cJkUiYNvL),:is(.mx-1,.cXYhmCFsI) {
	margin-right: .25rem!important
}

:is(.mb-1,.ciOMwxcrH),:is(.my-1,.ciztTKfpf) {
	margin-bottom: .25rem!important
}

:is(.ml-1,.cVyNxdWHH),:is(.mx-1,.cXYhmCFsI) {
	margin-left: .25rem!important
}

:is(.m-2,.ctnNnkPZQ) {
	margin: .5rem!important
}

:is(.mt-2,.cAKAuijUF),:is(.my-2,.coKRAmxRD) {
	margin-top: .5rem!important
}

:is(.mr-2,.cGPZpRwjA),:is(.mx-2,.cpNPqUZIr) {
	margin-right: .5rem!important
}

:is(.mb-2,.cAUNAEveZ),:is(.my-2,.coKRAmxRD) {
	margin-bottom: .5rem!important
}

:is(.ml-2,.cGNaYuciM),:is(.mx-2,.cpNPqUZIr) {
	margin-left: .5rem!important
}

:is(.m-3,.cGmemCxEG) {
	margin: 1rem!important
}

:is(.mt-3,.cDuEIqsBs),:is(.my-3,.cueRcDHch) {
	margin-top: 1rem!important
}

:is(.mr-3,.cYkssKFlP),:is(.mx-3,.cLOWdXMGK) {
	margin-right: 1rem!important
}

:is(.mb-3,.cRfAPufHb),:is(.my-3,.cueRcDHch) {
	margin-bottom: 1rem!important
}

:is(.ml-3,.cdnGqBjou),:is(.mx-3,.cLOWdXMGK) {
	margin-left: 1rem!important
}

:is(.m-4,.cavcAAFVs) {
	margin: 1.5rem!important
}

:is(.mt-4,.cosczXyVA),:is(.my-4,.cWqErSdoq) {
	margin-top: 1.5rem!important
}

:is(.mr-4,.cDtvBfYXk),:is(.mx-4,.cZMHeribY) {
	margin-right: 1.5rem!important
}

:is(.mb-4,.cRZgwAAjM),:is(.my-4,.cWqErSdoq) {
	margin-bottom: 1.5rem!important
}

:is(.ml-4,.cyjZpplfK),:is(.mx-4,.cZMHeribY) {
	margin-left: 1.5rem!important
}

:is(.m-5,.cWqSmUMsr) {
	margin: 3rem!important
}

:is(.mt-5,.cslrzomGv),:is(.my-5,.ccYDmzHDr) {
	margin-top: 3rem!important
}

:is(.mr-5,.ciZHWUCwe),:is(.mx-5,.caXvBnnOs) {
	margin-right: 3rem!important
}

:is(.mb-5,.cvbmTeHMQ),:is(.my-5,.ccYDmzHDr) {
	margin-bottom: 3rem!important
}

:is(.ml-5,.cIQAJIrMq),:is(.mx-5,.caXvBnnOs) {
	margin-left: 3rem!important
}

:is(.p-0,.chxDccKKQ) {
	padding: 0!important
}

:is(.pt-0,.cuscfcxXl),:is(.py-0,.cJnfoYMJH) {
	padding-top: 0!important
}

:is(.pr-0,.cgcRPdRXa),:is(.px-0,.cAAJYbQDm) {
	padding-right: 0!important
}

:is(.pb-0,.cogJwVEAR),:is(.py-0,.cJnfoYMJH) {
	padding-bottom: 0!important
}

:is(.pl-0,.cXZqAXaha),:is(.px-0,.cAAJYbQDm) {
	padding-left: 0!important
}

:is(.p-1,.choUyVZcA) {
	padding: .25rem!important
}

:is(.pt-1,.cjZDJJXXy),:is(.py-1,.caPSUSmux) {
	padding-top: .25rem!important
}

:is(.pr-1,.cuQoHpfnC),:is(.px-1,.cSmgShWsB) {
	padding-right: .25rem!important
}

:is(.pb-1,.cYHiYNsma),:is(.py-1,.caPSUSmux) {
	padding-bottom: .25rem!important
}

:is(.pl-1,.cpfPPXzAJ),:is(.px-1,.cSmgShWsB) {
	padding-left: .25rem!important
}

:is(.p-2,.cPGLQwZoC) {
	padding: .5rem!important
}

:is(.pt-2,.cCTqhjrGC),:is(.py-2,.cQfjzionG) {
	padding-top: .5rem!important
}

:is(.pr-2,.cxffyycQl),:is(.px-2,.cNRIQZVvK) {
	padding-right: .5rem!important
}

:is(.pb-2,.cWMAiqKDv),:is(.py-2,.cQfjzionG) {
	padding-bottom: .5rem!important
}

:is(.pl-2,.cetGZnats),:is(.px-2,.cNRIQZVvK) {
	padding-left: .5rem!important
}

:is(.p-3,.cgnmUpZRA) {
	padding: 1rem!important
}

:is(.pt-3,.cGklMjbXQ),:is(.py-3,.cJXJIRCZL) {
	padding-top: 1rem!important
}

:is(.pr-3,.cLTCWkSZd),:is(.px-3,.cCpHzXwpS) {
	padding-right: 1rem!important
}

:is(.pb-3,.cToCvMKeW),:is(.py-3,.cJXJIRCZL) {
	padding-bottom: 1rem!important
}

:is(.pl-3,.cOLEIPwJx),:is(.px-3,.cCpHzXwpS) {
	padding-left: 1rem!important
}

:is(.p-4,.csOaBfbEx) {
	padding: 1.5rem!important
}

:is(.pt-4,.crviFIaJQ),:is(.py-4,.cCWrQCrEh) {
	padding-top: 1.5rem!important
}

:is(.pr-4,.cfZHlXrZn),:is(.px-4,.comCjzZdi) {
	padding-right: 1.5rem!important
}

:is(.pb-4,.cfjVuOmnV),:is(.py-4,.cCWrQCrEh) {
	padding-bottom: 1.5rem!important
}

:is(.pl-4,.cTXWWEaHZ),:is(.px-4,.comCjzZdi) {
	padding-left: 1.5rem!important
}

:is(.p-5,.cdnWDRCuE) {
	padding: 3rem!important
}

:is(.pt-5,.cBfuxDgHV),:is(.py-5,.cZcLCfDCN) {
	padding-top: 3rem!important
}

:is(.pr-5,.cwmLMeric),:is(.px-5,.cEQclHnpz) {
	padding-right: 3rem!important
}

:is(.pb-5,.cZZhZUdfA),:is(.py-5,.cZcLCfDCN) {
	padding-bottom: 3rem!important
}

:is(.pl-5,.cdFMBFKsA),:is(.px-5,.cEQclHnpz) {
	padding-left: 3rem!important
}

:is(.m-auto,.cVxMoyEju) {
	margin: auto!important
}

:is(.mt-auto,.ctBQUAAeB),:is(.my-auto,.cpUTqLxBV) {
	margin-top: auto!important
}

:is(.mr-auto,.cyAYucxmb),:is(.mx-auto,.cKdYVimrk) {
	margin-right: auto!important
}

:is(.mb-auto,.cYUCJxwdM),:is(.my-auto,.cpUTqLxBV) {
	margin-bottom: auto!important
}

:is(.ml-auto,.cMJJAyhQR),:is(.mx-auto,.cKdYVimrk) {
	margin-left: auto!important
}

@media (min-width:576px) {
	:is(.m-sm-0,.cwaobKfMh) {
		margin: 0!important
	}

	:is(.mt-sm-0,.cWySTQEgH),:is(.my-sm-0,.cVmLVROFG) {
		margin-top: 0!important
	}

	:is(.mr-sm-0,.cKuOsNKXO),:is(.mx-sm-0,.cXhQaaZiB) {
		margin-right: 0!important
	}

	:is(.mb-sm-0,.cIuvRsIOD),:is(.my-sm-0,.cVmLVROFG) {
		margin-bottom: 0!important
	}

	:is(.ml-sm-0,.ccRRDNVNq),:is(.mx-sm-0,.cXhQaaZiB) {
		margin-left: 0!important
	}

	:is(.m-sm-1,.cbRwUWkXA) {
		margin: .25rem!important
	}

	:is(.mt-sm-1,.cTmmSDwBA),:is(.my-sm-1,.cfJTtglEg) {
		margin-top: .25rem!important
	}

	:is(.mr-sm-1,.cseJGTcbq),:is(.mx-sm-1,.cysQXjkWr) {
		margin-right: .25rem!important
	}

	:is(.mb-sm-1,.cEscmkAkk),:is(.my-sm-1,.cfJTtglEg) {
		margin-bottom: .25rem!important
	}

	:is(.ml-sm-1,.cmZoQNqrW),:is(.mx-sm-1,.cysQXjkWr) {
		margin-left: .25rem!important
	}

	:is(.m-sm-2,.cfdTtGcPw) {
		margin: .5rem!important
	}

	:is(.mt-sm-2,.cDyRKeRLR),:is(.my-sm-2,.cPwsQDUlL) {
		margin-top: .5rem!important
	}

	:is(.mr-sm-2,.ccaTJmAAt),:is(.mx-sm-2,.cshHxniZS) {
		margin-right: .5rem!important
	}

	:is(.mb-sm-2,.ckAuaJzzu),:is(.my-sm-2,.cPwsQDUlL) {
		margin-bottom: .5rem!important
	}

	:is(.ml-sm-2,.cMHyDZBhz),:is(.mx-sm-2,.cshHxniZS) {
		margin-left: .5rem!important
	}

	:is(.m-sm-3,.cVjVLlzBN) {
		margin: 1rem!important
	}

	:is(.mt-sm-3,.cJgqtIzJa),:is(.my-sm-3,.cDsAARFgZ) {
		margin-top: 1rem!important
	}

	:is(.mr-sm-3,.cTxpgvsix),:is(.mx-sm-3,.cUZHcRoXY) {
		margin-right: 1rem!important
	}

	:is(.mb-sm-3,.cFdkcshtV),:is(.my-sm-3,.cDsAARFgZ) {
		margin-bottom: 1rem!important
	}

	:is(.ml-sm-3,.cswomgiUB),:is(.mx-sm-3,.cUZHcRoXY) {
		margin-left: 1rem!important
	}

	:is(.m-sm-4,.cKiqUvXnJ) {
		margin: 1.5rem!important
	}

	:is(.mt-sm-4,.cjwxVDkyV),:is(.my-sm-4,.cfxJaXwyb) {
		margin-top: 1.5rem!important
	}

	:is(.mr-sm-4,.cDLxVZbYX),:is(.mx-sm-4,.cqFHkmuVA) {
		margin-right: 1.5rem!important
	}

	:is(.mb-sm-4,.cDvXagoyR),:is(.my-sm-4,.cfxJaXwyb) {
		margin-bottom: 1.5rem!important
	}

	:is(.ml-sm-4,.cWyDBVWwk),:is(.mx-sm-4,.cqFHkmuVA) {
		margin-left: 1.5rem!important
	}

	:is(.m-sm-5,.cZhaQBkMc) {
		margin: 3rem!important
	}

	:is(.mt-sm-5,.cJGPxAbxr),:is(.my-sm-5,.caOZpcnjB) {
		margin-top: 3rem!important
	}

	:is(.mr-sm-5,.czQiKOHRc),:is(.mx-sm-5,.csEuTulzi) {
		margin-right: 3rem!important
	}

	:is(.mb-sm-5,.ciosPYWSo),:is(.my-sm-5,.caOZpcnjB) {
		margin-bottom: 3rem!important
	}

	:is(.ml-sm-5,.cxnCDGCph),:is(.mx-sm-5,.csEuTulzi) {
		margin-left: 3rem!important
	}

	:is(.p-sm-0,.cwGPjteXq) {
		padding: 0!important
	}

	:is(.pt-sm-0,.cvyOgjIqV),:is(.py-sm-0,.ckalPUCJg) {
		padding-top: 0!important
	}

	:is(.pr-sm-0,.cUTpywnST),:is(.px-sm-0,.cGiZfChMS) {
		padding-right: 0!important
	}

	:is(.pb-sm-0,.cWcDMHNxx),:is(.py-sm-0,.ckalPUCJg) {
		padding-bottom: 0!important
	}

	:is(.pl-sm-0,.cWaHctzqW),:is(.px-sm-0,.cGiZfChMS) {
		padding-left: 0!important
	}

	:is(.p-sm-1,.coPWmFiMQ) {
		padding: .25rem!important
	}

	:is(.pt-sm-1,.csHdvAgyf),:is(.py-sm-1,.cfOeGqmAP) {
		padding-top: .25rem!important
	}

	:is(.pr-sm-1,.ckmAvQVwR),:is(.px-sm-1,.cwdqrODFz) {
		padding-right: .25rem!important
	}

	:is(.pb-sm-1,.cCjQCAzrd),:is(.py-sm-1,.cfOeGqmAP) {
		padding-bottom: .25rem!important
	}

	:is(.pl-sm-1,.cnfDiMSjZ),:is(.px-sm-1,.cwdqrODFz) {
		padding-left: .25rem!important
	}

	:is(.p-sm-2,.coXMZWLMz) {
		padding: .5rem!important
	}

	:is(.pt-sm-2,.cECxzbKxx),:is(.py-sm-2,.cprwEQtfj) {
		padding-top: .5rem!important
	}

	:is(.pr-sm-2,.cQKnNxYSl),:is(.px-sm-2,.cAYAjjJAd) {
		padding-right: .5rem!important
	}

	:is(.pb-sm-2,.cLXvUFUlb),:is(.py-sm-2,.cprwEQtfj) {
		padding-bottom: .5rem!important
	}

	:is(.pl-sm-2,.cRUGEwLBj),:is(.px-sm-2,.cAYAjjJAd) {
		padding-left: .5rem!important
	}

	:is(.p-sm-3,.cNyTtDAoQ) {
		padding: 1rem!important
	}

	:is(.pt-sm-3,.cFIFOMnwb),:is(.py-sm-3,.chVmqdxsM) {
		padding-top: 1rem!important
	}

	:is(.pr-sm-3,.cEFXnBkDF),:is(.px-sm-3,.cFtDtMIBo) {
		padding-right: 1rem!important
	}

	:is(.pb-sm-3,.clmbMWhpz),:is(.py-sm-3,.chVmqdxsM) {
		padding-bottom: 1rem!important
	}

	:is(.pl-sm-3,.cNxrtJKcH),:is(.px-sm-3,.cFtDtMIBo) {
		padding-left: 1rem!important
	}

	:is(.p-sm-4,.cHcFNdtbo) {
		padding: 1.5rem!important
	}

	:is(.pt-sm-4,.cPWtZzPKn),:is(.py-sm-4,.cGALjXxsT) {
		padding-top: 1.5rem!important
	}

	:is(.pr-sm-4,.cMgKiGCvM),:is(.px-sm-4,.cmGtvydOB) {
		padding-right: 1.5rem!important
	}

	:is(.pb-sm-4,.cAHlugKfC),:is(.py-sm-4,.cGALjXxsT) {
		padding-bottom: 1.5rem!important
	}

	:is(.pl-sm-4,.cjpcwClWE),:is(.px-sm-4,.cmGtvydOB) {
		padding-left: 1.5rem!important
	}

	:is(.p-sm-5,.cwyIgFdae) {
		padding: 3rem!important
	}

	:is(.pt-sm-5,.chHXqLUAT),:is(.py-sm-5,.cxgAvkagr) {
		padding-top: 3rem!important
	}

	:is(.pr-sm-5,.cwAufesRl),:is(.px-sm-5,.cxAbRhqZG) {
		padding-right: 3rem!important
	}

	:is(.pb-sm-5,.cnvIWvcJf),:is(.py-sm-5,.cxgAvkagr) {
		padding-bottom: 3rem!important
	}

	:is(.pl-sm-5,.cipKPhTKl),:is(.px-sm-5,.cxAbRhqZG) {
		padding-left: 3rem!important
	}

	:is(.m-sm-auto,.cZTwvFVEW) {
		margin: auto!important
	}

	:is(.mt-sm-auto,.csbyZeYsQ),:is(.my-sm-auto,.ctLPhoPbi) {
		margin-top: auto!important
	}

	:is(.mr-sm-auto,.cDDYOoDkl),:is(.mx-sm-auto,.cYEuKqrmZ) {
		margin-right: auto!important
	}

	:is(.mb-sm-auto,.cqiRVDSCV),:is(.my-sm-auto,.ctLPhoPbi) {
		margin-bottom: auto!important
	}

	:is(.ml-sm-auto,.cRQRriZbz),:is(.mx-sm-auto,.cYEuKqrmZ) {
		margin-left: auto!important
	}
}

@media (min-width:768px) {
	:is(.m-md-0,.cucoDpvnd) {
		margin: 0!important
	}

	:is(.mt-md-0,.ciWjlAkdp),:is(.my-md-0,.cvlVTjLXo) {
		margin-top: 0!important
	}

	:is(.mr-md-0,.cDAYbakHa),:is(.mx-md-0,.czRIrLUbI) {
		margin-right: 0!important
	}

	:is(.mb-md-0,.cRfpPRQfJ),:is(.my-md-0,.cvlVTjLXo) {
		margin-bottom: 0!important
	}

	:is(.ml-md-0,.cZQFIJYbZ),:is(.mx-md-0,.czRIrLUbI) {
		margin-left: 0!important
	}

	:is(.m-md-1,.cJAqzUrsU) {
		margin: .25rem!important
	}

	:is(.mt-md-1,.cavxYIKfK),:is(.my-md-1,.czRezpYXV) {
		margin-top: .25rem!important
	}

	:is(.mr-md-1,.cheYhSwGt),:is(.mx-md-1,.cGZIxJdgS) {
		margin-right: .25rem!important
	}

	:is(.mb-md-1,.cBKtflNHn),:is(.my-md-1,.czRezpYXV) {
		margin-bottom: .25rem!important
	}

	:is(.ml-md-1,.crkotvJSS),:is(.mx-md-1,.cGZIxJdgS) {
		margin-left: .25rem!important
	}

	:is(.m-md-2,.cVkcaupgF) {
		margin: .5rem!important
	}

	:is(.mt-md-2,.cewgerqSl),:is(.my-md-2,.cANXrFoEV) {
		margin-top: .5rem!important
	}

	:is(.mr-md-2,.cgBnpBxhI),:is(.mx-md-2,.cVgqliOJS) {
		margin-right: .5rem!important
	}

	:is(.mb-md-2,.chmDvcXji),:is(.my-md-2,.cANXrFoEV) {
		margin-bottom: .5rem!important
	}

	:is(.ml-md-2,.cCAaUgFHB),:is(.mx-md-2,.cVgqliOJS) {
		margin-left: .5rem!important
	}

	:is(.m-md-3,.cVgeUnUbZ) {
		margin: 1rem!important
	}

	:is(.mt-md-3,.caAFwhPUN),:is(.my-md-3,.cNHiolhrD) {
		margin-top: 1rem!important
	}

	:is(.mr-md-3,.cHZWvIuUs),:is(.mx-md-3,.cfPBItHNz) {
		margin-right: 1rem!important
	}

	:is(.mb-md-3,.cLguneRwU),:is(.my-md-3,.cNHiolhrD) {
		margin-bottom: 1rem!important
	}

	:is(.ml-md-3,.cwIsUwkEa),:is(.mx-md-3,.cfPBItHNz) {
		margin-left: 1rem!important
	}

	:is(.m-md-4,.cFUOrqjvV) {
		margin: 1.5rem!important
	}

	:is(.mt-md-4,.cSYRvnxjS),:is(.my-md-4,.cvRAcKwDg) {
		margin-top: 1.5rem!important
	}

	:is(.mr-md-4,.cHBbTyyrs),:is(.mx-md-4,.cPApibzcR) {
		margin-right: 1.5rem!important
	}

	:is(.mb-md-4,.cfpvxifPN),:is(.my-md-4,.cvRAcKwDg) {
		margin-bottom: 1.5rem!important
	}

	:is(.ml-md-4,.cPzVeNQET),:is(.mx-md-4,.cPApibzcR) {
		margin-left: 1.5rem!important
	}

	:is(.m-md-5,.cbUDnBZWU) {
		margin: 3rem!important
	}

	:is(.mt-md-5,.cePOnqpgc),:is(.my-md-5,.cwaVAPyuI) {
		margin-top: 3rem!important
	}

	:is(.mr-md-5,.cyorKFaOZ),:is(.mx-md-5,.cEPGLixYK) {
		margin-right: 3rem!important
	}

	:is(.mb-md-5,.crEyoCTMR),:is(.my-md-5,.cwaVAPyuI) {
		margin-bottom: 3rem!important
	}

	:is(.ml-md-5,.cQmeWhdBA),:is(.mx-md-5,.cEPGLixYK) {
		margin-left: 3rem!important
	}

	:is(.p-md-0,.cZXYoWWaN) {
		padding: 0!important
	}

	:is(.pt-md-0,.cVVOOhejA),:is(.py-md-0,.cXaSnapVu) {
		padding-top: 0!important
	}

	:is(.pr-md-0,.ctQRXeAfZ),:is(.px-md-0,.ccupivybb) {
		padding-right: 0!important
	}

	:is(.pb-md-0,.coJPfzUoM),:is(.py-md-0,.cXaSnapVu) {
		padding-bottom: 0!important
	}

	:is(.pl-md-0,.cleOPrYsN),:is(.px-md-0,.ccupivybb) {
		padding-left: 0!important
	}

	:is(.p-md-1,.cmbAdAAEY) {
		padding: .25rem!important
	}

	:is(.pt-md-1,.cZZXiMuBQ),:is(.py-md-1,.cmxjqvNvT) {
		padding-top: .25rem!important
	}

	:is(.pr-md-1,.ciyjjrmRF),:is(.px-md-1,.ceqsCNZeT) {
		padding-right: .25rem!important
	}

	:is(.pb-md-1,.cAAMgvGuL),:is(.py-md-1,.cmxjqvNvT) {
		padding-bottom: .25rem!important
	}

	:is(.pl-md-1,.cnLBzvjsA),:is(.px-md-1,.ceqsCNZeT) {
		padding-left: .25rem!important
	}

	:is(.p-md-2,.cePEADyek) {
		padding: .5rem!important
	}

	:is(.pt-md-2,.cEdYZFsVJ),:is(.py-md-2,.cezvNNRvH) {
		padding-top: .5rem!important
	}

	:is(.pr-md-2,.cLOKdWLSx),:is(.px-md-2,.cckiIhRnh) {
		padding-right: .5rem!important
	}

	:is(.pb-md-2,.cejuatwVz),:is(.py-md-2,.cezvNNRvH) {
		padding-bottom: .5rem!important
	}

	:is(.pl-md-2,.cywEmOJDH),:is(.px-md-2,.cckiIhRnh) {
		padding-left: .5rem!important
	}

	:is(.p-md-3,.cKmAYNqCI) {
		padding: 1rem!important
	}

	:is(.pt-md-3,.cvNqbWZGC),:is(.py-md-3,.cBetHIFXi) {
		padding-top: 1rem!important
	}

	:is(.pr-md-3,.cXQRHKHTw),:is(.px-md-3,.cUgsmSGyB) {
		padding-right: 1rem!important
	}

	:is(.pb-md-3,.cfwSupdVn),:is(.py-md-3,.cBetHIFXi) {
		padding-bottom: 1rem!important
	}

	:is(.pl-md-3,.cjyxAyQGu),:is(.px-md-3,.cUgsmSGyB) {
		padding-left: 1rem!important
	}

	:is(.p-md-4,.cPRcnzgaz) {
		padding: 1.5rem!important
	}

	:is(.pt-md-4,.cXEmQHrgm),:is(.py-md-4,.cukAAZymZ) {
		padding-top: 1.5rem!important
	}

	:is(.pr-md-4,.cuiYXYiCV),:is(.px-md-4,.cbWIgpeJp) {
		padding-right: 1.5rem!important
	}

	:is(.pb-md-4,.cYSdUnhFe),:is(.py-md-4,.cukAAZymZ) {
		padding-bottom: 1.5rem!important
	}

	:is(.pl-md-4,.cCPkvzWrg),:is(.px-md-4,.cbWIgpeJp) {
		padding-left: 1.5rem!important
	}

	:is(.p-md-5,.cZUqBsyfh) {
		padding: 3rem!important
	}

	:is(.pt-md-5,.clcWSbaqB),:is(.py-md-5,.csotypLUf) {
		padding-top: 3rem!important
	}

	:is(.pr-md-5,.cSTOvhEwd),:is(.px-md-5,.cxQAAitCJ) {
		padding-right: 3rem!important
	}

	:is(.pb-md-5,.cbSrKRNhk),:is(.py-md-5,.csotypLUf) {
		padding-bottom: 3rem!important
	}

	:is(.pl-md-5,.csyfApMnI),:is(.px-md-5,.cxQAAitCJ) {
		padding-left: 3rem!important
	}

	:is(.m-md-auto,.cAmPTWFHo) {
		margin: auto!important
	}

	:is(.mt-md-auto,.cBCZCZdXH),:is(.my-md-auto,.cBzfOTmmo) {
		margin-top: auto!important
	}

	:is(.mr-md-auto,.cBHpgAGPM),:is(.mx-md-auto,.cHyDtSdqH) {
		margin-right: auto!important
	}

	:is(.mb-md-auto,.cBQUCloLh),:is(.my-md-auto,.cBzfOTmmo) {
		margin-bottom: auto!important
	}

	:is(.ml-md-auto,.cwKGBvCeS),:is(.mx-md-auto,.cHyDtSdqH) {
		margin-left: auto!important
	}
}

@media (min-width:992px) {
	:is(.m-lg-0,.cwwEvkcAV) {
		margin: 0!important
	}

	:is(.mt-lg-0,.ceAoXMSaF),:is(.my-lg-0,.cAgJOXIwW) {
		margin-top: 0!important
	}

	:is(.mr-lg-0,.ckZsCxATv),:is(.mx-lg-0,.cAXAYKgAd) {
		margin-right: 0!important
	}

	:is(.mb-lg-0,.chgoPtJpq),:is(.my-lg-0,.cAgJOXIwW) {
		margin-bottom: 0!important
	}

	:is(.ml-lg-0,.cMrdiRmsx),:is(.mx-lg-0,.cAXAYKgAd) {
		margin-left: 0!important
	}

	:is(.m-lg-1,.cFhZJGZvt) {
		margin: .25rem!important
	}

	:is(.mt-lg-1,.cicflWESs),:is(.my-lg-1,.coQuiJPtB) {
		margin-top: .25rem!important
	}

	:is(.mr-lg-1,.cFVDyyEha),:is(.mx-lg-1,.chXNczdWV) {
		margin-right: .25rem!important
	}

	:is(.mb-lg-1,.cxqwAPxHs),:is(.my-lg-1,.coQuiJPtB) {
		margin-bottom: .25rem!important
	}

	:is(.ml-lg-1,.cJdivYoRG),:is(.mx-lg-1,.chXNczdWV) {
		margin-left: .25rem!important
	}

	:is(.m-lg-2,.czdWchZRM) {
		margin: .5rem!important
	}

	:is(.mt-lg-2,.cbbgmXEZO),:is(.my-lg-2,.cPGfLSeAd) {
		margin-top: .5rem!important
	}

	:is(.mr-lg-2,.cFaFMzGEi),:is(.mx-lg-2,.cliCiaXua) {
		margin-right: .5rem!important
	}

	:is(.mb-lg-2,.caqydJbYh),:is(.my-lg-2,.cPGfLSeAd) {
		margin-bottom: .5rem!important
	}

	:is(.ml-lg-2,.ceiqscOZs),:is(.mx-lg-2,.cliCiaXua) {
		margin-left: .5rem!important
	}

	:is(.m-lg-3,.cGfkzgIGN) {
		margin: 1rem!important
	}

	:is(.mt-lg-3,.cayAKFqIJ),:is(.my-lg-3,.coyYchwWp) {
		margin-top: 1rem!important
	}

	:is(.mr-lg-3,.cPEbfUjdh),:is(.mx-lg-3,.csigKrwJK) {
		margin-right: 1rem!important
	}

	:is(.mb-lg-3,.cjCBqzApc),:is(.my-lg-3,.coyYchwWp) {
		margin-bottom: 1rem!important
	}

	:is(.ml-lg-3,.cBHnJhyjW),:is(.mx-lg-3,.csigKrwJK) {
		margin-left: 1rem!important
	}

	:is(.m-lg-4,.cqlcOYVvM) {
		margin: 1.5rem!important
	}

	:is(.mt-lg-4,.cZntWUqli),:is(.my-lg-4,.cbxVdOZiB) {
		margin-top: 1.5rem!important
	}

	:is(.mr-lg-4,.cFjwBGjvP),:is(.mx-lg-4,.cUtDMthyA) {
		margin-right: 1.5rem!important
	}

	:is(.mb-lg-4,.cBNkoqNPA),:is(.my-lg-4,.cbxVdOZiB) {
		margin-bottom: 1.5rem!important
	}

	:is(.ml-lg-4,.ceBblilgn),:is(.mx-lg-4,.cUtDMthyA) {
		margin-left: 1.5rem!important
	}

	:is(.m-lg-5,.cWfgqzhJM) {
		margin: 3rem!important
	}

	:is(.mt-lg-5,.cZAnMOKsQ),:is(.my-lg-5,.ctZYaYtUO) {
		margin-top: 3rem!important
	}

	:is(.mr-lg-5,.cGJdSmtHu),:is(.mx-lg-5,.cmjtmZVpA) {
		margin-right: 3rem!important
	}

	:is(.mb-lg-5,.cBZcbAmTg),:is(.my-lg-5,.ctZYaYtUO) {
		margin-bottom: 3rem!important
	}

	:is(.ml-lg-5,.cXvNAitwV),:is(.mx-lg-5,.cmjtmZVpA) {
		margin-left: 3rem!important
	}

	:is(.p-lg-0,.cuULVyCWo) {
		padding: 0!important
	}

	:is(.pt-lg-0,.cCfWBttxl),:is(.py-lg-0,.clmiOXUvo) {
		padding-top: 0!important
	}

	:is(.pr-lg-0,.cinxpaLgj),:is(.px-lg-0,.cDPKwVXfm) {
		padding-right: 0!important
	}

	:is(.pb-lg-0,.cFfwzGWUn),:is(.py-lg-0,.clmiOXUvo) {
		padding-bottom: 0!important
	}

	:is(.pl-lg-0,.cEOLoIxTc),:is(.px-lg-0,.cDPKwVXfm) {
		padding-left: 0!important
	}

	:is(.p-lg-1,.cYssHTUAh) {
		padding: .25rem!important
	}

	:is(.pt-lg-1,.cPhGnUpAR),:is(.py-lg-1,.cLfPIIoZl) {
		padding-top: .25rem!important
	}

	:is(.pr-lg-1,.cofahzYQq),:is(.px-lg-1,.cAGijotpv) {
		padding-right: .25rem!important
	}

	:is(.pb-lg-1,.cGaxpTrQv),:is(.py-lg-1,.cLfPIIoZl) {
		padding-bottom: .25rem!important
	}

	:is(.pl-lg-1,.cJjhaQsZn),:is(.px-lg-1,.cAGijotpv) {
		padding-left: .25rem!important
	}

	:is(.p-lg-2,.cCYJLkyhZ) {
		padding: .5rem!important
	}

	:is(.pt-lg-2,.cfpTbTzcg),:is(.py-lg-2,.cxLzmrqPw) {
		padding-top: .5rem!important
	}

	:is(.pr-lg-2,.cRtbLPGop),:is(.px-lg-2,.cBTpRlAAf) {
		padding-right: .5rem!important
	}

	:is(.pb-lg-2,.cEGuxFayy),:is(.py-lg-2,.cxLzmrqPw) {
		padding-bottom: .5rem!important
	}

	:is(.pl-lg-2,.cRlkwYYGl),:is(.px-lg-2,.cBTpRlAAf) {
		padding-left: .5rem!important
	}

	:is(.p-lg-3,.colSXKtAo) {
		padding: 1rem!important
	}

	:is(.pt-lg-3,.cAhwsgBxD),:is(.py-lg-3,.cGuvZBTYw) {
		padding-top: 1rem!important
	}

	:is(.pr-lg-3,.cEAyuVNrX),:is(.px-lg-3,.cWPAroQVb) {
		padding-right: 1rem!important
	}

	:is(.pb-lg-3,.cVmpEOwLA),:is(.py-lg-3,.cGuvZBTYw) {
		padding-bottom: 1rem!important
	}

	:is(.pl-lg-3,.cpsVfeJqc),:is(.px-lg-3,.cWPAroQVb) {
		padding-left: 1rem!important
	}

	:is(.p-lg-4,.cNARsZmjH) {
		padding: 1.5rem!important
	}

	:is(.pt-lg-4,.cRgJoAIRg),:is(.py-lg-4,.cKIHvfCGf) {
		padding-top: 1.5rem!important
	}

	:is(.pr-lg-4,.cTAzFaJPx),:is(.px-lg-4,.clxfZJkTZ) {
		padding-right: 1.5rem!important
	}

	:is(.pb-lg-4,.cCtmZIXhD),:is(.py-lg-4,.cKIHvfCGf) {
		padding-bottom: 1.5rem!important
	}

	:is(.pl-lg-4,.cqpiFbNGW),:is(.px-lg-4,.clxfZJkTZ) {
		padding-left: 1.5rem!important
	}

	:is(.p-lg-5,.csKhtfXxK) {
		padding: 3rem!important
	}

	:is(.pt-lg-5,.cZjQvoiGh),:is(.py-lg-5,.cQjKthele) {
		padding-top: 3rem!important
	}

	:is(.pr-lg-5,.cUxyFZoND),:is(.px-lg-5,.cFlTFJDVq) {
		padding-right: 3rem!important
	}

	:is(.pb-lg-5,.cDqqmwAnP),:is(.py-lg-5,.cQjKthele) {
		padding-bottom: 3rem!important
	}

	:is(.pl-lg-5,.cjjzVTBVd),:is(.px-lg-5,.cFlTFJDVq) {
		padding-left: 3rem!important
	}

	:is(.m-lg-auto,.cAoWCZLtQ) {
		margin: auto!important
	}

	:is(.mt-lg-auto,.cQIoYOeFS),:is(.my-lg-auto,.cmkHvzldg) {
		margin-top: auto!important
	}

	:is(.mr-lg-auto,.cHGisASvc),:is(.mx-lg-auto,.cCnFXsLQA) {
		margin-right: auto!important
	}

	:is(.mb-lg-auto,.cNgwcBAdx),:is(.my-lg-auto,.cmkHvzldg) {
		margin-bottom: auto!important
	}

	:is(.ml-lg-auto,.ciWgQyccf),:is(.mx-lg-auto,.cCnFXsLQA) {
		margin-left: auto!important
	}
}

@media (min-width:1200px) {
	:is(.m-xl-0,.cHKaWQqPV) {
		margin: 0!important
	}

	:is(.mt-xl-0,.cHtyohFMG),:is(.my-xl-0,.cLDOPlBof) {
		margin-top: 0!important
	}

	:is(.mr-xl-0,.cGUqVxtTF),:is(.mx-xl-0,.cgUPJGsGv) {
		margin-right: 0!important
	}

	:is(.mb-xl-0,.cGMaZusbx),:is(.my-xl-0,.cLDOPlBof) {
		margin-bottom: 0!important
	}

	:is(.ml-xl-0,.cRmkgtlbK),:is(.mx-xl-0,.cgUPJGsGv) {
		margin-left: 0!important
	}

	:is(.m-xl-1,.cyTUtGaEO) {
		margin: .25rem!important
	}

	:is(.mt-xl-1,.cyvUUQYqG),:is(.my-xl-1,.cUmvkvIIA) {
		margin-top: .25rem!important
	}

	:is(.mr-xl-1,.cAvPdFhGJ),:is(.mx-xl-1,.cpjpjDxof) {
		margin-right: .25rem!important
	}

	:is(.mb-xl-1,.cdYkqxEBf),:is(.my-xl-1,.cUmvkvIIA) {
		margin-bottom: .25rem!important
	}

	:is(.ml-xl-1,.cmBilgNUE),:is(.mx-xl-1,.cpjpjDxof) {
		margin-left: .25rem!important
	}

	:is(.m-xl-2,.cURHIDSQW) {
		margin: .5rem!important
	}

	:is(.mt-xl-2,.cwpokkEtn),:is(.my-xl-2,.cVbGxsByC) {
		margin-top: .5rem!important
	}

	:is(.mr-xl-2,.ccsYWHAjT),:is(.mx-xl-2,.cnEvupoAT) {
		margin-right: .5rem!important
	}

	:is(.mb-xl-2,.cyfWhnTAA),:is(.my-xl-2,.cVbGxsByC) {
		margin-bottom: .5rem!important
	}

	:is(.ml-xl-2,.cjZqTeiAM),:is(.mx-xl-2,.cnEvupoAT) {
		margin-left: .5rem!important
	}

	:is(.m-xl-3,.cdZFcnZTh) {
		margin: 1rem!important
	}

	:is(.mt-xl-3,.cuvZkMdWx),:is(.my-xl-3,.cqHbSEoeA) {
		margin-top: 1rem!important
	}

	:is(.mr-xl-3,.crtBDWrKg),:is(.mx-xl-3,.cRNpkCStg) {
		margin-right: 1rem!important
	}

	:is(.mb-xl-3,.cLRizSwTf),:is(.my-xl-3,.cqHbSEoeA) {
		margin-bottom: 1rem!important
	}

	:is(.ml-xl-3,.czxTcUwkH),:is(.mx-xl-3,.cRNpkCStg) {
		margin-left: 1rem!important
	}

	:is(.m-xl-4,.cuWwdVCIU) {
		margin: 1.5rem!important
	}

	:is(.mt-xl-4,.czpCmqPSE),:is(.my-xl-4,.cDXdoNudo) {
		margin-top: 1.5rem!important
	}

	:is(.mr-xl-4,.csFnFWMOk),:is(.mx-xl-4,.cANoMaIqh) {
		margin-right: 1.5rem!important
	}

	:is(.mb-xl-4,.cTFYsipIm),:is(.my-xl-4,.cDXdoNudo) {
		margin-bottom: 1.5rem!important
	}

	:is(.ml-xl-4,.cYjjNNwVz),:is(.mx-xl-4,.cANoMaIqh) {
		margin-left: 1.5rem!important
	}

	:is(.m-xl-5,.czAAcOkhD) {
		margin: 3rem!important
	}

	:is(.mt-xl-5,.cGtktPPfZ),:is(.my-xl-5,.crNtCEWss) {
		margin-top: 3rem!important
	}

	:is(.mr-xl-5,.czbJfiuOW),:is(.mx-xl-5,.czcpnSfJY) {
		margin-right: 3rem!important
	}

	:is(.mb-xl-5,.clheMRiUZ),:is(.my-xl-5,.crNtCEWss) {
		margin-bottom: 3rem!important
	}

	:is(.ml-xl-5,.cJndKuqjo),:is(.mx-xl-5,.czcpnSfJY) {
		margin-left: 3rem!important
	}

	:is(.p-xl-0,.cWGITbeaI) {
		padding: 0!important
	}

	:is(.pt-xl-0,.cylCDtHAW),:is(.py-xl-0,.cdPQqceKN) {
		padding-top: 0!important
	}

	:is(.pr-xl-0,.cqPkLQKWq),:is(.px-xl-0,.cSvgYDCgb) {
		padding-right: 0!important
	}

	:is(.pb-xl-0,.cKvtLSNPQ),:is(.py-xl-0,.cdPQqceKN) {
		padding-bottom: 0!important
	}

	:is(.pl-xl-0,.cpnaFIAGT),:is(.px-xl-0,.cSvgYDCgb) {
		padding-left: 0!important
	}

	:is(.p-xl-1,.caQAmmsZV) {
		padding: .25rem!important
	}

	:is(.pt-xl-1,.cHNyzZkJd),:is(.py-xl-1,.cePjmRSuW) {
		padding-top: .25rem!important
	}

	:is(.pr-xl-1,.cflpAcJCq),:is(.px-xl-1,.crlWiBBFl) {
		padding-right: .25rem!important
	}

	:is(.pb-xl-1,.cwnbvAZAj),:is(.py-xl-1,.cePjmRSuW) {
		padding-bottom: .25rem!important
	}

	:is(.pl-xl-1,.cjFaLNNdl),:is(.px-xl-1,.crlWiBBFl) {
		padding-left: .25rem!important
	}

	:is(.p-xl-2,.chXZhsYZP) {
		padding: .5rem!important
	}

	:is(.pt-xl-2,.cGgoshHlc),:is(.py-xl-2,.cKSNVnZSO) {
		padding-top: .5rem!important
	}

	:is(.pr-xl-2,.cJkXgXMRZ),:is(.px-xl-2,.czpqJSZEA) {
		padding-right: .5rem!important
	}

	:is(.pb-xl-2,.cHGQQEfpq),:is(.py-xl-2,.cKSNVnZSO) {
		padding-bottom: .5rem!important
	}

	:is(.pl-xl-2,.cqDeVeVxB),:is(.px-xl-2,.czpqJSZEA) {
		padding-left: .5rem!important
	}

	:is(.p-xl-3,.cwfdgjAQA) {
		padding: 1rem!important
	}

	:is(.pt-xl-3,.cVUTTKBFv),:is(.py-xl-3,.cQJyMcTke) {
		padding-top: 1rem!important
	}

	:is(.pr-xl-3,.cGQfIPdAD),:is(.px-xl-3,.cPTxYhAuj) {
		padding-right: 1rem!important
	}

	:is(.pb-xl-3,.cJHnvmaNk),:is(.py-xl-3,.cQJyMcTke) {
		padding-bottom: 1rem!important
	}

	:is(.pl-xl-3,.cLyyHntoe),:is(.px-xl-3,.cPTxYhAuj) {
		padding-left: 1rem!important
	}

	:is(.p-xl-4,.cyzaTnqNR) {
		padding: 1.5rem!important
	}

	:is(.pt-xl-4,.cTVkzCcEH),:is(.py-xl-4,.cMHnQoRzk) {
		padding-top: 1.5rem!important
	}

	:is(.pr-xl-4,.cUzZexfKZ),:is(.px-xl-4,.cCzfzCxgM) {
		padding-right: 1.5rem!important
	}

	:is(.pb-xl-4,.cLwkjjBIc),:is(.py-xl-4,.cMHnQoRzk) {
		padding-bottom: 1.5rem!important
	}

	:is(.pl-xl-4,.cvogZWwNE),:is(.px-xl-4,.cCzfzCxgM) {
		padding-left: 1.5rem!important
	}

	:is(.p-xl-5,.cBBpOZZit) {
		padding: 3rem!important
	}

	:is(.pt-xl-5,.cWWDazXIA),:is(.py-xl-5,.cyyZafLAL) {
		padding-top: 3rem!important
	}

	:is(.pr-xl-5,.cGrXAniYZ),:is(.px-xl-5,.cbMjmRXJy) {
		padding-right: 3rem!important
	}

	:is(.pb-xl-5,.cAhRPYMKQ),:is(.py-xl-5,.cyyZafLAL) {
		padding-bottom: 3rem!important
	}

	:is(.pl-xl-5,.cSvRXzcXG),:is(.px-xl-5,.cbMjmRXJy) {
		padding-left: 3rem!important
	}

	:is(.m-xl-auto,.cGaRdDpnq) {
		margin: auto!important
	}

	:is(.mt-xl-auto,.cIplxivim),:is(.my-xl-auto,.cSlOUebyz) {
		margin-top: auto!important
	}

	:is(.mr-xl-auto,.cpFjLfmVx),:is(.mx-xl-auto,.cITiUTsOq) {
		margin-right: auto!important
	}

	:is(.mb-xl-auto,.cyQFsLRZV),:is(.my-xl-auto,.cSlOUebyz) {
		margin-bottom: auto!important
	}

	:is(.ml-xl-auto,.cAAFqTYWg),:is(.mx-xl-auto,.cITiUTsOq) {
		margin-left: auto!important
	}
}

:is(.text-monospace,.cKSRQGfVe) {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

:is(.text-justify,.cxhHUXseT) {
	text-align: justify!important
}

:is(.text-nowrap,.cxwlOiRFW) {
	white-space: nowrap!important
}

:is(.text-truncate,.cDGbiEZAQ) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

:is(.text-left,.cQCRgIxWX) {
	text-align: left!important
}

:is(.text-right,.cYiSmExvJ) {
	text-align: right!important
}

:is(.text-center,.chYXiakFF) {
	text-align: center!important
}

@media (min-width:576px) {
	:is(.text-sm-left,.cAzYLvAaK) {
		text-align: left!important
	}

	:is(.text-sm-right,.chherMEVv) {
		text-align: right!important
	}

	:is(.text-sm-center,.cJacZGjLl) {
		text-align: center!important
	}
}

@media (min-width:768px) {
	:is(.text-md-left,.cIdlndYRJ) {
		text-align: left!important
	}

	:is(.text-md-right,.cPYZMpJPV) {
		text-align: right!important
	}

	:is(.text-md-center,.cbohohPgN) {
		text-align: center!important
	}
}

@media (min-width:992px) {
	:is(.text-lg-left,.cdLrYBuEo) {
		text-align: left!important
	}

	:is(.text-lg-right,.cKQAdDQow) {
		text-align: right!important
	}

	:is(.text-lg-center,.cghPqZhvE) {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	:is(.text-xl-left,.cEcAMeAkS) {
		text-align: left!important
	}

	:is(.text-xl-right,.cZOWatWBv) {
		text-align: right!important
	}

	:is(.text-xl-center,.cqHPZlKBZ) {
		text-align: center!important
	}
}

:is(.text-lowercase,.chmUuqAhe) {
	text-transform: lowercase!important
}

:is(.text-uppercase,.ctBWsAEfV) {
	text-transform: uppercase!important
}

:is(.text-capitalize,.cuLPeWNDG) {
	text-transform: capitalize!important
}

:is(.font-weight-light,.cGZurfbyl) {
	font-weight: 300!important
}

:is(.font-weight-normal,.cABBdXjrC) {
	font-weight: 400!important
}

:is(.font-weight-bold,.ctkfGGxwA) {
	font-weight: 700!important
}

:is(.font-italic,.cNfVdprvL) {
	font-style: italic!important
}

:is(.text-white,.cYEYbYWCn) {
	color: #fff!important
}

:is(.text-primary,.cHuqzIUWT) {
	color: #ff5e14!important
}

a:is(.text-primary,.cHuqzIUWT):focus,a:is(.text-primary,.cHuqzIUWT):hover {
	color: #0062cc!important
}

:is(.text-secondary,.cbnwtrBPA) {
	color: #6c757d!important
}

a:is(.text-secondary,.cbnwtrBPA):focus,a:is(.text-secondary,.cbnwtrBPA):hover {
	color: #545b62!important
}

:is(.text-success,.chaLEuhHU) {
	color: #28a745!important
}

a:is(.text-success,.chaLEuhHU):focus,a:is(.text-success,.chaLEuhHU):hover {
	color: #1e7e34!important
}

:is(.text-info,.cQuQLTkgV) {
	color: #17a2b8!important
}

a:is(.text-info,.cQuQLTkgV):focus,a:is(.text-info,.cQuQLTkgV):hover {
	color: #117a8b!important
}

:is(.text-warning,.cjlugTnxx) {
	color: #ffc107!important
}

a:is(.text-warning,.cjlugTnxx):focus,a:is(.text-warning,.cjlugTnxx):hover {
	color: #d39e00!important
}

:is(.text-danger,.cSMXfBZnD) {
	color: #dc3545!important
}

a:is(.text-danger,.cSMXfBZnD):focus,a:is(.text-danger,.cSMXfBZnD):hover {
	color: #bd2130!important
}

:is(.text-light,.cGEeHdpqU) {
	color: #f8f9fa!important
}

a:is(.text-light,.cGEeHdpqU):focus,a:is(.text-light,.cGEeHdpqU):hover {
	color: #dae0e5!important
}

:is(.text-dark,.cErHGfOIX) {
	color: #343a40!important
}

a:is(.text-dark,.cErHGfOIX):focus,a:is(.text-dark,.cErHGfOIX):hover {
	color: #1d2124!important
}

:is(.text-body,.cnAetHKTC) {
	color: #212529!important
}

:is(.text-muted,.cVaejnFuu) {
	color: #6c757d!important
}

:is(.text-black-50,.crZvHATwd) {
	color: rgba(0,0,0,.5)!important
}

:is(.text-white-50,.cVHwRBwwk) {
	color: rgba(255,255,255,.5)!important
}

:is(.text-hide,.ciZJbltJu) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

:is(.visible,.cFeLhyAkQ) {
	visibility: visible!important
}

:is(.invisible,.cbHOEmjJm) {
	visibility: hidden!important
}

@media print {
	*,::after,::before {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}

	a:not(:is(.btn,.cAQVjtTje)) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap!important
	}

	blockquote,pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}@	page {
		size: a3
	}

	body {
		min-width: 992px!important
	}

	.container {
		min-width: 992px!important
	}

	:is(.navbar,.cRYFTSZFL) {
		display: none
	}

	:is(.badge,.cYYWUpvbk) {
		border: 1px solid #000
	}

	:is(.table,.cdDsuzkrP) {
		border-collapse: collapse!important
	}

	:is(.table,.cdDsuzkrP) td,:is(.table,.cdDsuzkrP) th {
		background-color: #fff!important
	}

	:is(.table-bordered,.cXpggAqxF) td,:is(.table-bordered,.cXpggAqxF) th {
		border: 1px solid #dee2e6!important
	}

	:is(.table-dark,.cIVAEkqLP) {
		color: inherit
	}

	:is(.table-dark,.cIVAEkqLP) tbody+tbody,:is(.table-dark,.cIVAEkqLP) td,:is(.table-dark,.cIVAEkqLP) th,:is(.table-dark,.cIVAEkqLP) thead th {
		border-color: #dee2e6
	}

	:is(.table,.cdDsuzkrP) :is(.thead-dark,.cmHudCGUs) th {
		color: inherit;
		border-color: #dee2e6
	}
}