@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
:root {
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, :after, :before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
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, Noto Sans, 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:not(:focus-visible) {
	outline: 0!important
}
hr {
	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;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	font-style: normal;
	line-height: inherit
}
address, dl, ol, ul {
	margin-bottom: 1rem
}
dl, ol, ul {
	margin-top: 0
}
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
}
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: #3585cb;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #255d8f;
	text-decoration: underline
}
a:not([href]), a:not([href]):hover {
	color: inherit;
	text-decoration: none
}
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
}
figure {
	margin: 0 0 1rem
}
img {
	border-style: none
}
img, svg {
	vertical-align: middle
}
svg {
	overflow: hidden
}
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
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[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] {
	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-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
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}
.h1, h1 {
	font-size: 2.5rem
}
.h2, h2 {
	font-size: 2rem
}
.h3, h3 {
	font-size: 1.75rem
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem
}
.display-1, .display-2 {
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem
}
.display-3 {
	font-size: 4.5rem
}
.display-3, .display-4 {
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer:before {
	content: "\2014\A0"
}
.img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: 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
}
.pre-scrollable {
	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: 1140px
	}
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px
	}
}
@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px
	}
}
@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px
	}
}
.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-1>* {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-2>* {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-3>* {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.row-cols-4>* {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-5>* {
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-6>* {
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1, .col-auto {
	-webkit-box-flex: 0
}
.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-2, .col-3 {
	-webkit-box-flex: 0
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-4, .col-5 {
	-webkit-box-flex: 0
}
.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-6, .col-7 {
	-webkit-box-flex: 0
}
.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-8, .col-9 {
	-webkit-box-flex: 0
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-10, .col-11 {
	-webkit-box-flex: 0
}
.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}
.order-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}
.offset-1 {
	margin-left: 8.3333333333%
}
.offset-2 {
	margin-left: 16.6666666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.3333333333%
}
.offset-5 {
	margin-left: 41.6666666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.3333333333%
}
.offset-8 {
	margin-left: 66.6666666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.3333333333%
}
.offset-11 {
	margin-left: 91.6666666667%
}
@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}
@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}
@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}
@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}
.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
	border-top: 2px solid #dee2e6
}
.table-sm td, .table-sm th {
	padding: .3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #c6ddf0
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #96c0e4
}
.table-hover .table-primary:hover, .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #b2d1eb
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb
}
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}
.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e
}
.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb
}
.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda
}
.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color: #fabfc2
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #f6898d
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f8a7ab
}
.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc
}
.table-hover .table-light:hover, .table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-gray, .table-gray>td, .table-gray>th {
	background-color: #f9fafb
}
.table-gray tbody+tbody, .table-gray td, .table-gray th, .table-gray thead th {
	border-color: #f4f5f7
}
.table-hover .table-gray:hover, .table-hover .table-gray:hover>td, .table-hover .table-gray:hover>th {
	background-color: #eaedf1
}
.table-light-gray, .table-light-gray>td, .table-light-gray>th {
	background-color: #fdfdfe
}
.table-light-gray tbody+tbody, .table-light-gray td, .table-light-gray th, .table-light-gray thead th {
	border-color: #fbfcfc
}
.table-hover .table-light-gray:hover, .table-hover .table-light-gray:hover>td, .table-hover .table-light-gray:hover>th {
	background-color: #ececf6
}
.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 100%, .05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0, 0%, 100%, .075)
}
@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}
@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}
@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}
@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	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, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #9ac2e5;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(53, 133, 203, .25)
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1
}
select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}
.form-control-file, .form-control-range {
	display: block;
	width: 100%
}
.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
    font-weight: 500;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}
.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
	margin-top: .25rem
}
.form-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	color: #6c757d
}
.form-check-label {
	margin-bottom: 0
}
.form-check-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}
.valid-tooltip {
	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-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block
}
.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}
.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
	border-color: #28a745
}
.custom-control-input.is-valid:checked~.custom-control-label:before, .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
	border-color: #34ce57;
	background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label:before, .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, .custom-file-input.is-valid~.custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before, .was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #ed1c24
}
.invalid-tooltip {
	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(237, 28, 36, .9);
	border-radius: .25rem
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #ed1c24;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed1c24'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ed1c24' stroke='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #ed1c24;
	box-shadow: 0 0 0 .2rem rgba(237, 28, 36, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
	border-color: #ed1c24;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed1c24'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ed1c24' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
	border-color: #ed1c24;
	box-shadow: 0 0 0 .2rem rgba(237, 28, 36, .25)
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #ed1c24
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #ed1c24
}
.custom-control-input.is-invalid~.custom-control-label:before, .was-validated .custom-control-input:invalid~.custom-control-label:before {
	border-color: #ed1c24
}
.custom-control-input.is-invalid:checked~.custom-control-label:before, .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
	border-color: #f14b52;
	background-color: #f14b52
}
.custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(237, 28, 36, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, .custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before, .was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #ed1c24
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #ed1c24;
	box-shadow: 0 0 0 .2rem rgba(237, 28, 36, .25)
}
.form-inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center
}
.form-inline .form-check {
	width: 100%
}
@media (min-width:576px) {
	.form-inline label {
		-webkit-box-pack: center;
		justify-content: center
	}
	.form-inline .form-group, .form-inline label {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select, .form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	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, 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
}
@media (prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}

.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%
}
.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
	.fade {
		-webkit-transition: none;
		transition: none
	}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none
	}
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty:after {
	margin-left: 0
}
.dropdown-menu {
	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
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}
@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}
@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}
@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}
.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty:after {
	margin-left: 0
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}
.dropright .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}
.dropright .dropdown-toggle:empty:after {
	margin-left: 0
}
.dropright .dropdown-toggle:after {
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}
.dropleft .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}
.dropleft .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty:after {
	margin-left: 0
}
.dropleft .dropdown-toggle:before {
	vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}
.dropdown-item {
	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
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #3585cb
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 1
}
.btn-toolbar {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}
.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split:before {
	margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}
.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}
.btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group>.custom-file {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
	display: -webkit-box;
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}
.input-group-prepend {
	margin-right: -1px
}
.input-group-append {
	margin-left: -1px
}
.input-group-text {
	display: -webkit-box;
	display: flex;
	-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
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.custom-control-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	border-color: #3585cb;
	background-color: #3585cb
}
.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(53, 133, 203, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #9ac2e5
}
.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #c3dbf0;
	border-color: #c3dbf0
}
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label:before, .custom-control-input[disabled]~.custom-control-label:before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}
.custom-control-label:before {
	pointer-events: none;
	background-color: #fff;
	border: 1px solid #adb5bd
}
.custom-control-label:after, .custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}
.custom-control-label:after {
	background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label:before {
	border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	border-color: #3585cb;
	background-color: #3585cb
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(53, 133, 203, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(53, 133, 203, .5)
}
.custom-radio .custom-control-label:before {
	border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(53, 133, 203, .5)
}
.custom-switch {
	padding-left: 2.25rem
}
.custom-switch .custom-control-label:before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}
.custom-switch .custom-control-label:after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label:after {
		-webkit-transition: none;
		transition: none
	}
}
.custom-switch .custom-control-input:checked~.custom-control-label:after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(53, 133, 203, .5)
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-select:focus {
	border-color: #9ac2e5;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(53, 133, 203, .25)
}
.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}
.custom-select::-ms-expand {
	display: none
}
.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}
.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}
.custom-file {
	display: inline-block;
	margin-bottom: 0
}
.custom-file, .custom-file-input {
	position: relative;
	width: 100%;
	height: calc(1.5em + .75rem + 2px)
}
.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}
.custom-file-input:focus~.custom-file-label {
	border-color: #9ac2e5;
	box-shadow: 0 0 0 .2rem rgba(53, 133, 203, .25)
}
.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]:after {
	content: attr(data-browse)
}
.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}
.custom-file-label, .custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057
}
.custom-file-label:after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}
.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-range:focus {
	outline: none
}
.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(53, 133, 203, .25)
}
.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(53, 133, 203, .25)
}
.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(53, 133, 203, .25)
}
.custom-range::-moz-focus-outer {
	border: 0
}
.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #3585cb;
	border: 0;
	border-radius: 1rem;
	-webkit-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-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}
.custom-range::-webkit-slider-thumb:active {
	background-color: #c3dbf0
}
.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}
.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #3585cb;
	border: 0;
	border-radius: 1rem;
	-moz-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;
	-moz-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}
.custom-range::-moz-range-thumb:active {
	background-color: #c3dbf0
}
.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}
.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #3585cb;
	border: 0;
	border-radius: 1rem;
	-ms-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;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}
.custom-range::-ms-thumb:active {
	background-color: #c3dbf0
}
.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}
.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
	background-color: #dee2e6;
	border-radius: 1rem
}
.custom-range::-ms-fill-upper {
	margin-right: 15px
}
.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}
.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
	cursor: default
}
.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}
.custom-control-label:before, .custom-file-label, .custom-select {
	-webkit-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
}
@media (prefers-reduced-motion:reduce) {
	.custom-control-label:before, .custom-file-label, .custom-select {
		-webkit-transition: none;
		transition: none
	}
}
.nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	position: relative;
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
	border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #3585cb
}
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.navbar {
	position: relative;
	padding: .5rem 1rem
}
.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none
}
.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar-collapse {
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}
@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}
@media (min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm, .navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}
@media (max-width:767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}
@media (min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md, .navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}
@media (max-width:991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}
@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg, .navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}
@media (max-width:1199.98px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}
@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl, .navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}
.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: flex!important;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: hsla(0, 0%, 100%, .5);
	border-color: hsla(0, 0%, 100%, .1)
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, .5)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-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>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.card-body {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}
.card-title {
	margin-bottom: .75rem
}
.card-subtitle {
	margin-top: -.375rem
}
.card-subtitle, .card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}
.card-header-pills, .card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img, .card-img-bottom, .card-img-top {
	flex-shrink: 0;
	width: 100%
}
.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck .card {
	margin-bottom: 15px
}
@media (min-width:576px) {
	.card-deck {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}
.card-group>.card {
	margin-bottom: 15px
}
@media (min-width:576px) {
	.card-group {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}
.card-columns .card {
	margin-bottom: .75rem
}
@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}
.accordion>.card {
	overflow: hidden
}
.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}
.breadcrumb {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}
.page-link {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid #2078f4;
    color: #000;
    margin: 0 5px;
}
.page-item:last-child .page-link {
    width: 50px;
}

.page-item.active .page-link,
.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
    background-color: #2078f4;
    border-color: #2078f4;
}
.page-link:focus {
	z-index: 3;
	outline: 0;
	
} 


.badge {
	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;
	-webkit-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
}
@media (prefers-reduced-motion:reduce) {
	.badge {
		-webkit-transition: none;
		transition: none
	}
}
a.badge:focus, a.badge:hover {
	text-decoration: none
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}
.badge-primary {
	color: #fff;
	background-color: #3585cb
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #2a6ba3
}
a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(53, 133, 203, .5)
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}
a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
	color: #fff;
	background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}
a.badge-success.focus, a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
	color: #fff;
	background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}
a.badge-info.focus, a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
	color: #fff;
	background-color: #000
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}
a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
	color: #fff;
	background-color: #ed1c24
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #c61017
}
a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(237, 28, 36, .5)
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}
a.badge-light.focus, a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
	color: #fff;
	background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.badge-gray {
	color: #212529;
	background-color: #e9ecef
}
a.badge-gray:focus, a.badge-gray:hover {
	color: #212529;
	background-color: #cbd3da
}
a.badge-gray.focus, a.badge-gray:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .5)
}
.badge-light-gray {
	color: #212529;
	background-color: #f8f9fa
}
a.badge-light-gray:focus, a.badge-light-gray:hover {
	color: #212529;
	background-color: #dae0e5
}
a.badge-light-gray.focus, a.badge-light-gray:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}
@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}
.alert {
    position: relative;
    padding: 0.35em;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    font-weight: 500;
    margin: 3px 0;
}
.alert-heading {
	color: inherit
}
.alert-link {
	font-weight: 700
}
.alert-dismissible {
	padding-right: 4rem
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}
.alert-primary {
	color: #1c456a;
	background-color: #d7e7f5;
	border-color: #c6ddf0
}
.alert-primary hr {
	border-top-color: #b2d1eb
}
.alert-primary .alert-link {
	color: #112b42
}
.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}
.alert-secondary hr {
	border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
	color: #202326
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}
.alert-success hr {
	border-top-color: #b1dfbb
}
.alert-success .alert-link {
	color: #0b2e13
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}
.alert-info hr {
	border-top-color: #abdde5
}
.alert-info .alert-link {
	color: #062c33
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}
.alert-warning hr {
	border-top-color: #ffe8a1
}
.alert-warning .alert-link {
	color: #533f03
}
.alert-danger {
    color: #7b0f13;
    background-color: #ffc8c9;
    border-color: #ffabaf;
}
.alert-danger hr {
	border-top-color: #f8a7ab
}
.alert-danger .alert-link {
	color: #4e090c
}
.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}
.alert-light hr {
	border-top-color: #ececf6
}
.alert-light .alert-link {
	color: #686868
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}
.alert-dark hr {
	border-top-color: #b9bbbe
}
.alert-dark .alert-link {
	color: #040505
}
.alert-gray {
	color: #797b7c;
	background-color: #fbfbfc;
	border-color: #f9fafb
}
.alert-gray hr {
	border-top-color: #eaedf1
}
.alert-gray .alert-link {
	color: #606162
}
.alert-light-gray {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}
.alert-light-gray hr {
	border-top-color: #ececf6
}
.alert-light-gray .alert-link {
	color: #686868
}
.list-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}
.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #3585cb;
	border-color: #3585cb
}
.list-group-item+.list-group-item {
	border-top-width: 0
}
.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}
.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.list-group-horizontal .list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal .list-group-item.active {
	margin-top: 0
}
.list-group-horizontal .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-right-width: 0
}
.list-group-horizontal .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
@media (min-width:576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-sm .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-sm .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-sm .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
@media (min-width:768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-md .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-md .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-md .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
@media (min-width:992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-lg .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-lg .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-lg .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-xl .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-xl .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-xl .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
.list-group-flush .list-group-item {
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0
}
.list-group-flush .list-group-item:first-child {
	border-top-width: 0
}
.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-width: 0
}
.list-group-item-primary {
	color: #1c456a;
	background-color: #c6ddf0
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #1c456a;
	background-color: #b2d1eb
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #1c456a;
	border-color: #1c456a
}
.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}
.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}
.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}
.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}
.list-group-item-danger {
	color: #7b0f13;
	background-color: #fabfc2
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #7b0f13;
	background-color: #f8a7ab
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #7b0f13;
	border-color: #7b0f13
}
.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}
.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}
.list-group-item-gray {
	color: #797b7c;
	background-color: #f9fafb
}
.list-group-item-gray.list-group-item-action:focus, .list-group-item-gray.list-group-item-action:hover {
	color: #797b7c;
	background-color: #eaedf1
}
.list-group-item-gray.list-group-item-action.active {
	color: #fff;
	background-color: #797b7c;
	border-color: #797b7c
}
.list-group-item-light-gray {
	color: #818182;
	background-color: #fdfdfe
}
.list-group-item-light-gray.list-group-item-action:focus, .list-group-item-light-gray.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}
.list-group-item-light-gray.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
a.close.disabled {
	pointer-events: none
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}
@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}
.modal-dialog-scrollable {
	display: -webkit-box;
	display: flex;
	max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}
.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable:before {
	content: none
}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-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
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer>* {
	margin: .25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered:before {
		height: calc(100vh - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px
	}
}
@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, 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
}
.tooltip.show {
	opacity: .9
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}
.tooltip .arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}
.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}
.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, 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
}
.popover, .popover .arrow {
	position: absolute;
	display: block
}
.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}
.popover .arrow:after, .popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
	bottom: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top]>.arrow:before, .bs-popover-top>.arrow:before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top]>.arrow:after, .bs-popover-top>.arrow:after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow:before, .bs-popover-right>.arrow:before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right]>.arrow:after, .bs-popover-right>.arrow:after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
	top: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom]>.arrow:before, .bs-popover-bottom>.arrow:before {
	top: 0;
	border-width: 0 .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow:after, .bs-popover-bottom>.arrow:after {
	top: 1px;
	border-width: 0 .5rem .5rem;
	border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow:before, .bs-popover-left>.arrow:before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow:after, .bs-popover-left>.arrow:after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}
.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
	display: none
}
.popover-body {
	padding: .5rem .75rem;
	color: #212529
}
.carousel {
	position: relative
}
.carousel.pointer-event {
	touch-action: pan-y
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner:after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none
	}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s .6s;
	transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none
	}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		-webkit-transition: none;
		transition: none
	}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	-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: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none
	}
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #3585cb!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #2a6ba3!important
}
.bg-secondary {
	background-color: #6c757d!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62!important
}
.bg-success {
	background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34!important
}
.bg-info {
	background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b!important
}
.bg-warning {
	background-color: #ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00!important
}
.bg-danger {
	background-color: #ed1c24!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #c61017!important
}
.bg-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-dark {
	background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124!important
}
.bg-gray {
	background-color: #e9ecef!important
}
a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
	background-color: #cbd3da!important
}
.bg-light-gray {
	background-color: #f8f9fa!important
}
a.bg-light-gray:focus, a.bg-light-gray:hover, button.bg-light-gray:focus, button.bg-light-gray:hover {
	background-color: #dae0e5!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-right {
	border-right: 1px solid #dee2e6!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-left {
	border-left: 1px solid #dee2e6!important
}
.border-0 {
	border: 0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-right-0 {
	border-right: 0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-left-0 {
	border-left: 0!important
}
.border-primary {
	border-color: #3585cb!important
}
.border-secondary {
	border-color: #6c757d!important
}
.border-success {
	border-color: #28a745!important
}
.border-info {
	border-color: #17a2b8!important
}
.border-warning {
	border-color: #ffc107!important
}
.border-danger {
	border-color: #ed1c24!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-dark {
	border-color: #343a40!important
}
.border-gray {
	border-color: #e9ecef!important
}
.border-light-gray {
	border-color: #f8f9fa!important
}
.border-white {
	border-color: #fff!important
}
.rounded-sm {
	border-radius: .2rem!important
}
.rounded {
	border-radius: .25rem!important
}
.rounded-top {
	border-top-left-radius: .25rem!important
}
.rounded-right, .rounded-top {
	border-top-right-radius: .25rem!important
}
.rounded-bottom, .rounded-right {
	border-bottom-right-radius: .25rem!important
}
.rounded-bottom, .rounded-left {
	border-bottom-left-radius: .25rem!important
}
.rounded-left {
	border-top-left-radius: .25rem!important
}
.rounded-lg {
	border-radius: .3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix:after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}
@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}
@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}
@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}
@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}
@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive:before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9:before {
	padding-top: 42.8571428571%
}
.embed-responsive-16by9:before {
	padding-top: 56.25%
}
.embed-responsive-4by3:before {
	padding-top: 75%
}
.embed-responsive-1by1:before {
	padding-top: 100%
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	flex-direction: row!important
}
.flex-column, .flex-row {
	-webkit-box-direction: normal!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse, .flex-row-reverse {
	-webkit-box-direction: reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	flex-wrap: wrap!important
}
.flex-nowrap {
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-fill {
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}
.flex-grow-0 {
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}
.flex-grow-1 {
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	justify-content: space-around!important
}
.align-items-start {
	-webkit-box-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	align-content: flex-start!important
}
.align-content-end {
	align-content: flex-end!important
}
.align-content-center {
	align-content: center!important
}
.align-content-between {
	align-content: space-between!important
}
.align-content-around {
	align-content: space-around!important
}
.align-content-stretch {
	align-content: stretch!important
}
.align-self-auto {
	align-self: auto!important
}
.align-self-start {
	align-self: flex-start!important
}
.align-self-end {
	align-self: flex-end!important
}
.align-self-center {
	align-self: center!important
}
.align-self-baseline {
	align-self: baseline!important
}
.align-self-stretch {
	align-self: stretch!important
}
@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-sm-column, .flex-sm-row {
		-webkit-box-direction: normal!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}
@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-md-column, .flex-md-row {
		-webkit-box-direction: normal!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}
@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-lg-column, .flex-lg-row {
		-webkit-box-direction: normal!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}
@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-xl-column, .flex-xl-row {
		-webkit-box-direction: normal!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}
@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}
@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}
@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}
.fixed-top {
	top: 0
}
.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	bottom: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-lg{
    box-shadow: unset !important;
}
.shadow-none {
	box-shadow: none!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.h-auto {
	height: auto!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.min-vw-100 {
	min-width: 100vw!important
}
.min-vh-100 {
	min-height: 100vh!important
}
.vw-100 {
	width: 100vw!important
}
.vh-100 {
	height: 100vh!important
}
.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
	margin: .25rem!important
}
.mt-1, .my-1 {
	margin-top: .25rem!important
}
.mr-1, .mx-1 {
	margin-right: .25rem!important
}
.mb-1, .my-1 {
	margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
	margin-left: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.mt-2, .my-2 {
	margin-top: .5rem!important
}
.mr-2, .mx-2 {
	margin-right: .5rem!important
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
	margin-left: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.mt-5, .my-5 {
	margin-top: 3rem!important
}
.mr-5, .mx-5 {
	margin-right: 3rem!important
}
.mb-5, .my-5 {
	margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
	margin-left: 3rem!important
}
.m-6 {
	margin: 3.5rem!important
}
.mt-6, .my-6 {
	margin-top: 3.5rem!important
}
.mr-6, .mx-6 {
	margin-right: 3.5rem!important
}
.mb-6, .my-6 {
	margin-bottom: 3.5rem!important
}
.ml-6, .mx-6 {
	margin-left: 3.5rem!important
}
.m-7 {
	margin: 4rem!important
}
.mt-7, .my-7 {
	margin-top: 4rem!important
}
.mr-7, .mx-7 {
	margin-right: 4rem!important
}
.mb-7, .my-7 {
	margin-bottom: 4rem!important
}
.ml-7, .mx-7 {
	margin-left: 4rem!important
}
.m-8 {
	margin: 4.5rem!important
}
.mt-8, .my-8 {
	margin-top: 4.5rem!important
}
.mr-8, .mx-8 {
	margin-right: 4.5rem!important
}
.mb-8, .my-8 {
	margin-bottom: 4.5rem!important
}
.ml-8, .mx-8 {
	margin-left: 4.5rem!important
}
.m-9 {
	margin: 5rem!important
}
.mt-9, .my-9 {
	margin-top: 5rem!important
}
.mr-9, .mx-9 {
	margin-right: 5rem!important
}
.mb-9, .my-9 {
	margin-bottom: 5rem!important
}
.ml-9, .mx-9 {
	margin-left: 5rem!important
}
.m-10 {
	margin: 5.5rem!important
}
.mt-10, .my-10 {
	margin-top: 5.5rem!important
}
.mr-10, .mx-10 {
	margin-right: 5.5rem!important
}
.mb-10, .my-10 {
	margin-bottom: 5.5rem!important
}
.ml-10, .mx-10 {
	margin-left: 5.5rem!important
}
.p-0 {
	padding: 0!important
}
.pt-0, .py-0 {
	padding-top: 0!important
}
.pr-0, .px-0 {
	padding-right: 0!important
}
.pb-0, .py-0 {
	padding-bottom: 0!important
}
.pl-0, .px-0 {
	padding-left: 0!important
}
.p-1 {
	padding: .25rem!important
}
.pt-1, .py-1 {
	padding-top: .25rem!important
}
.pr-1, .px-1 {
	padding-right: .25rem!important
}
.pb-1, .py-1 {
	padding-bottom: .25rem!important
}
.pl-1, .px-1 {
	padding-left: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.pt-2, .py-2 {
	padding-top: .5rem!important
}
.pr-2, .px-2 {
	padding-right: .5rem!important
}
.pb-2, .py-2 {
	padding-bottom: .5rem!important
}
.pl-2, .px-2 {
	padding-left: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.pt-3, .py-3 {
	padding-top: 1rem!important
}
.pr-3, .px-3 {
	padding-right: 1rem!important
}
.pb-3, .py-3 {
	padding-bottom: 1rem!important
}
.pl-3, .px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.pt-5, .py-5 {
	padding-top: 3rem!important
}
.pr-5, .px-5 {
	padding-right: 3rem!important
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important
}
.pl-5, .px-5 {
	padding-left: 3rem!important
}
.p-6 {
	padding: 3.5rem!important
}
.pt-6, .py-6 {
	padding-top: 3.5rem!important
}
.pr-6, .px-6 {
	padding-right: 3.5rem!important
}
.pb-6, .py-6 {
	padding-bottom: 3.5rem!important
}
.pl-6, .px-6 {
	padding-left: 3.5rem!important
}
.p-7 {
	padding: 4rem!important
}
.pt-7, .py-7 {
	padding-top: 4rem!important
}
.pr-7, .px-7 {
	padding-right: 4rem!important
}
.pb-7, .py-7 {
	padding-bottom: 4rem!important
}
.pl-7, .px-7 {
	padding-left: 4rem!important
}
.p-8 {
	padding: 4.5rem!important
}
.pt-8, .py-8 {
	padding-top: 4.5rem!important
}
.pr-8, .px-8 {
	padding-right: 4.5rem!important
}
.pb-8, .py-8 {
	padding-bottom: 4.5rem!important
}
.pl-8, .px-8 {
	padding-left: 4.5rem!important
}
.p-9 {
	padding: 5rem!important
}
.pt-9, .py-9 {
	padding-top: 5rem!important
}
.pr-9, .px-9 {
	padding-right: 5rem!important
}
.pb-9, .py-9 {
	padding-bottom: 5rem!important
}
.pl-9, .px-9 {
	padding-left: 5rem!important
}
.p-10 {
	padding: 5.5rem!important
}
.pt-10, .py-10 {
	padding-top: 5.5rem!important
}
.pr-10, .px-10 {
	padding-right: 5.5rem!important
}
.pb-10, .py-10 {
	padding-bottom: 5.5rem!important
}
.pl-10, .px-10 {
	padding-left: 5.5rem!important
}
.m-n1 {
	margin: -.25rem!important
}
.mt-n1, .my-n1 {
	margin-top: -.25rem!important
}
.mr-n1, .mx-n1 {
	margin-right: -.25rem!important
}
.mb-n1, .my-n1 {
	margin-bottom: -.25rem!important
}
.ml-n1, .mx-n1 {
	margin-left: -.25rem!important
}
.m-n2 {
	margin: -.5rem!important
}
.mt-n2, .my-n2 {
	margin-top: -.5rem!important
}
.mr-n2, .mx-n2 {
	margin-right: -.5rem!important
}
.mb-n2, .my-n2 {
	margin-bottom: -.5rem!important
}
.ml-n2, .mx-n2 {
	margin-left: -.5rem!important
}
.m-n3 {
	margin: -1rem!important
}
.mt-n3, .my-n3 {
	margin-top: -1rem!important
}
.mr-n3, .mx-n3 {
	margin-right: -1rem!important
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem!important
}
.ml-n3, .mx-n3 {
	margin-left: -1rem!important
}
.m-n4 {
	margin: -1.5rem!important
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem!important
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem!important
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem!important
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem!important
}
.m-n5 {
	margin: -3rem!important
}
.mt-n5, .my-n5 {
	margin-top: -3rem!important
}
.mr-n5, .mx-n5 {
	margin-right: -3rem!important
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem!important
}
.ml-n5, .mx-n5 {
	margin-left: -3rem!important
}
.m-n6 {
	margin: -3.5rem!important
}
.mt-n6, .my-n6 {
	margin-top: -3.5rem!important
}
.mr-n6, .mx-n6 {
	margin-right: -3.5rem!important
}
.mb-n6, .my-n6 {
	margin-bottom: -3.5rem!important
}
.ml-n6, .mx-n6 {
	margin-left: -3.5rem!important
}
.m-n7 {
	margin: -4rem!important
}
.mt-n7, .my-n7 {
	margin-top: -4rem!important
}
.mr-n7, .mx-n7 {
	margin-right: -4rem!important
}
.mb-n7, .my-n7 {
	margin-bottom: -4rem!important
}
.ml-n7, .mx-n7 {
	margin-left: -4rem!important
}
.m-n8 {
	margin: -4.5rem!important
}
.mt-n8, .my-n8 {
	margin-top: -4.5rem!important
}
.mr-n8, .mx-n8 {
	margin-right: -4.5rem!important
}
.mb-n8, .my-n8 {
	margin-bottom: -4.5rem!important
}
.ml-n8, .mx-n8 {
	margin-left: -4.5rem!important
}
.m-n9 {
	margin: -5rem!important
}
.mt-n9, .my-n9 {
	margin-top: -5rem!important
}
.mr-n9, .mx-n9 {
	margin-right: -5rem!important
}
.mb-n9, .my-n9 {
	margin-bottom: -5rem!important
}
.ml-n9, .mx-n9 {
	margin-left: -5rem!important
}
.m-n10 {
	margin: -5.5rem!important
}
.mt-n10, .my-n10 {
	margin-top: -5.5rem!important
}
.mr-n10, .mx-n10 {
	margin-right: -5.5rem!important
}
.mb-n10, .my-n10 {
	margin-bottom: -5.5rem!important
}
.ml-n10, .mx-n10 {
	margin-left: -5.5rem!important
}
.m-auto {
	margin: auto!important
}
.mt-auto, .my-auto {
	margin-top: auto!important
}
.mr-auto, .mx-auto {
	margin-right: auto!important
}
.mb-auto, .my-auto {
	margin-bottom: auto!important
}
.ml-auto, .mx-auto {
	margin-left: auto!important
}
@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0, .my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem!important
	}
	.m-sm-6 {
		margin: 3.5rem!important
	}
	.mt-sm-6, .my-sm-6 {
		margin-top: 3.5rem!important
	}
	.mr-sm-6, .mx-sm-6 {
		margin-right: 3.5rem!important
	}
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 3.5rem!important
	}
	.ml-sm-6, .mx-sm-6 {
		margin-left: 3.5rem!important
	}
	.m-sm-7 {
		margin: 4rem!important
	}
	.mt-sm-7, .my-sm-7 {
		margin-top: 4rem!important
	}
	.mr-sm-7, .mx-sm-7 {
		margin-right: 4rem!important
	}
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 4rem!important
	}
	.ml-sm-7, .mx-sm-7 {
		margin-left: 4rem!important
	}
	.m-sm-8 {
		margin: 4.5rem!important
	}
	.mt-sm-8, .my-sm-8 {
		margin-top: 4.5rem!important
	}
	.mr-sm-8, .mx-sm-8 {
		margin-right: 4.5rem!important
	}
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 4.5rem!important
	}
	.ml-sm-8, .mx-sm-8 {
		margin-left: 4.5rem!important
	}
	.m-sm-9 {
		margin: 5rem!important
	}
	.mt-sm-9, .my-sm-9 {
		margin-top: 5rem!important
	}
	.mr-sm-9, .mx-sm-9 {
		margin-right: 5rem!important
	}
	.mb-sm-9, .my-sm-9 {
		margin-bottom: 5rem!important
	}
	.ml-sm-9, .mx-sm-9 {
		margin-left: 5rem!important
	}
	.m-sm-10 {
		margin: 5.5rem!important
	}
	.mt-sm-10, .my-sm-10 {
		margin-top: 5.5rem!important
	}
	.mr-sm-10, .mx-sm-10 {
		margin-right: 5.5rem!important
	}
	.mb-sm-10, .my-sm-10 {
		margin-bottom: 5.5rem!important
	}
	.ml-sm-10, .mx-sm-10 {
		margin-left: 5.5rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0, .py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem!important
	}
	.p-sm-6 {
		padding: 3.5rem!important
	}
	.pt-sm-6, .py-sm-6 {
		padding-top: 3.5rem!important
	}
	.pr-sm-6, .px-sm-6 {
		padding-right: 3.5rem!important
	}
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 3.5rem!important
	}
	.pl-sm-6, .px-sm-6 {
		padding-left: 3.5rem!important
	}
	.p-sm-7 {
		padding: 4rem!important
	}
	.pt-sm-7, .py-sm-7 {
		padding-top: 4rem!important
	}
	.pr-sm-7, .px-sm-7 {
		padding-right: 4rem!important
	}
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 4rem!important
	}
	.pl-sm-7, .px-sm-7 {
		padding-left: 4rem!important
	}
	.p-sm-8 {
		padding: 4.5rem!important
	}
	.pt-sm-8, .py-sm-8 {
		padding-top: 4.5rem!important
	}
	.pr-sm-8, .px-sm-8 {
		padding-right: 4.5rem!important
	}
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 4.5rem!important
	}
	.pl-sm-8, .px-sm-8 {
		padding-left: 4.5rem!important
	}
	.p-sm-9 {
		padding: 5rem!important
	}
	.pt-sm-9, .py-sm-9 {
		padding-top: 5rem!important
	}
	.pr-sm-9, .px-sm-9 {
		padding-right: 5rem!important
	}
	.pb-sm-9, .py-sm-9 {
		padding-bottom: 5rem!important
	}
	.pl-sm-9, .px-sm-9 {
		padding-left: 5rem!important
	}
	.p-sm-10 {
		padding: 5.5rem!important
	}
	.pt-sm-10, .py-sm-10 {
		padding-top: 5.5rem!important
	}
	.pr-sm-10, .px-sm-10 {
		padding-right: 5.5rem!important
	}
	.pb-sm-10, .py-sm-10 {
		padding-bottom: 5.5rem!important
	}
	.pl-sm-10, .px-sm-10 {
		padding-left: 5.5rem!important
	}
	.m-sm-n1 {
		margin: -.25rem!important
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.m-sm-n3 {
		margin: -1rem!important
	}
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem!important
	}
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem!important
	}
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem!important
	}
	.m-sm-n4 {
		margin: -1.5rem!important
	}
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.m-sm-n5 {
		margin: -3rem!important
	}
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem!important
	}
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem!important
	}
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem!important
	}
	.m-sm-n6 {
		margin: -3.5rem!important
	}
	.mt-sm-n6, .my-sm-n6 {
		margin-top: -3.5rem!important
	}
	.mr-sm-n6, .mx-sm-n6 {
		margin-right: -3.5rem!important
	}
	.mb-sm-n6, .my-sm-n6 {
		margin-bottom: -3.5rem!important
	}
	.ml-sm-n6, .mx-sm-n6 {
		margin-left: -3.5rem!important
	}
	.m-sm-n7 {
		margin: -4rem!important
	}
	.mt-sm-n7, .my-sm-n7 {
		margin-top: -4rem!important
	}
	.mr-sm-n7, .mx-sm-n7 {
		margin-right: -4rem!important
	}
	.mb-sm-n7, .my-sm-n7 {
		margin-bottom: -4rem!important
	}
	.ml-sm-n7, .mx-sm-n7 {
		margin-left: -4rem!important
	}
	.m-sm-n8 {
		margin: -4.5rem!important
	}
	.mt-sm-n8, .my-sm-n8 {
		margin-top: -4.5rem!important
	}
	.mr-sm-n8, .mx-sm-n8 {
		margin-right: -4.5rem!important
	}
	.mb-sm-n8, .my-sm-n8 {
		margin-bottom: -4.5rem!important
	}
	.ml-sm-n8, .mx-sm-n8 {
		margin-left: -4.5rem!important
	}
	.m-sm-n9 {
		margin: -5rem!important
	}
	.mt-sm-n9, .my-sm-n9 {
		margin-top: -5rem!important
	}
	.mr-sm-n9, .mx-sm-n9 {
		margin-right: -5rem!important
	}
	.mb-sm-n9, .my-sm-n9 {
		margin-bottom: -5rem!important
	}
	.ml-sm-n9, .mx-sm-n9 {
		margin-left: -5rem!important
	}
	.m-sm-n10 {
		margin: -5.5rem!important
	}
	.mt-sm-n10, .my-sm-n10 {
		margin-top: -5.5rem!important
	}
	.mr-sm-n10, .mx-sm-n10 {
		margin-right: -5.5rem!important
	}
	.mb-sm-n10, .my-sm-n10 {
		margin-bottom: -5.5rem!important
	}
	.ml-sm-n10, .mx-sm-n10 {
		margin-left: -5.5rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto!important
	}
}
@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0, .mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0, .my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0, .mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1, .my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2, .my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3, .my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5, .my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem!important
	}
	.m-md-6 {
		margin: 3.5rem!important
	}
	.mt-md-6, .my-md-6 {
		margin-top: 3.5rem!important
	}
	.mr-md-6, .mx-md-6 {
		margin-right: 3.5rem!important
	}
	.mb-md-6, .my-md-6 {
		margin-bottom: 3.5rem!important
	}
	.ml-md-6, .mx-md-6 {
		margin-left: 3.5rem!important
	}
	.m-md-7 {
		margin: 4rem!important
	}
	.mt-md-7, .my-md-7 {
		margin-top: 4rem!important
	}
	.mr-md-7, .mx-md-7 {
		margin-right: 4rem!important
	}
	.mb-md-7, .my-md-7 {
		margin-bottom: 4rem!important
	}
	.ml-md-7, .mx-md-7 {
		margin-left: 4rem!important
	}
	.m-md-8 {
		margin: 4.5rem!important
	}
	.mt-md-8, .my-md-8 {
		margin-top: 4.5rem!important
	}
	.mr-md-8, .mx-md-8 {
		margin-right: 4.5rem!important
	}
	.mb-md-8, .my-md-8 {
		margin-bottom: 4.5rem!important
	}
	.ml-md-8, .mx-md-8 {
		margin-left: 4.5rem!important
	}
	.m-md-9 {
		margin: 5rem!important
	}
	.mt-md-9, .my-md-9 {
		margin-top: 5rem!important
	}
	.mr-md-9, .mx-md-9 {
		margin-right: 5rem!important
	}
	.mb-md-9, .my-md-9 {
		margin-bottom: 5rem!important
	}
	.ml-md-9, .mx-md-9 {
		margin-left: 5rem!important
	}
	.m-md-10 {
		margin: 5.5rem!important
	}
	.mt-md-10, .my-md-10 {
		margin-top: 5.5rem!important
	}
	.mr-md-10, .mx-md-10 {
		margin-right: 5.5rem!important
	}
	.mb-md-10, .my-md-10 {
		margin-bottom: 5.5rem!important
	}
	.ml-md-10, .mx-md-10 {
		margin-left: 5.5rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0, .px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0, .py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0, .px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1, .py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1, .px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1, .px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2, .py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2, .px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2, .px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3, .py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3, .px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3, .px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5, .py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5, .px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5, .px-md-5 {
		padding-left: 3rem!important
	}
	.p-md-6 {
		padding: 3.5rem!important
	}
	.pt-md-6, .py-md-6 {
		padding-top: 3.5rem!important
	}
	.pr-md-6, .px-md-6 {
		padding-right: 3.5rem!important
	}
	.pb-md-6, .py-md-6 {
		padding-bottom: 3.5rem!important
	}
	.pl-md-6, .px-md-6 {
		padding-left: 3.5rem!important
	}
	.p-md-7 {
		padding: 4rem!important
	}
	.pt-md-7, .py-md-7 {
		padding-top: 4rem!important
	}
	.pr-md-7, .px-md-7 {
		padding-right: 4rem!important
	}
	.pb-md-7, .py-md-7 {
		padding-bottom: 4rem!important
	}
	.pl-md-7, .px-md-7 {
		padding-left: 4rem!important
	}
	.p-md-8 {
		padding: 4.5rem!important
	}
	.pt-md-8, .py-md-8 {
		padding-top: 4.5rem!important
	}
	.pr-md-8, .px-md-8 {
		padding-right: 4.5rem!important
	}
	.pb-md-8, .py-md-8 {
		padding-bottom: 4.5rem!important
	}
	.pl-md-8, .px-md-8 {
		padding-left: 4.5rem!important
	}
	.p-md-9 {
		padding: 5rem!important
	}
	.pt-md-9, .py-md-9 {
		padding-top: 5rem!important
	}
	.pr-md-9, .px-md-9 {
		padding-right: 5rem!important
	}
	.pb-md-9, .py-md-9 {
		padding-bottom: 5rem!important
	}
	.pl-md-9, .px-md-9 {
		padding-left: 5rem!important
	}
	.p-md-10 {
		padding: 5.5rem!important
	}
	.pt-md-10, .py-md-10 {
		padding-top: 5.5rem!important
	}
	.pr-md-10, .px-md-10 {
		padding-right: 5.5rem!important
	}
	.pb-md-10, .py-md-10 {
		padding-bottom: 5.5rem!important
	}
	.pl-md-10, .px-md-10 {
		padding-left: 5.5rem!important
	}
	.m-md-n1 {
		margin: -.25rem!important
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem!important
	}
	.m-md-n3 {
		margin: -1rem!important
	}
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem!important
	}
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem!important
	}
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem!important
	}
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem!important
	}
	.m-md-n4 {
		margin: -1.5rem!important
	}
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem!important
	}
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.m-md-n5 {
		margin: -3rem!important
	}
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem!important
	}
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem!important
	}
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem!important
	}
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem!important
	}
	.m-md-n6 {
		margin: -3.5rem!important
	}
	.mt-md-n6, .my-md-n6 {
		margin-top: -3.5rem!important
	}
	.mr-md-n6, .mx-md-n6 {
		margin-right: -3.5rem!important
	}
	.mb-md-n6, .my-md-n6 {
		margin-bottom: -3.5rem!important
	}
	.ml-md-n6, .mx-md-n6 {
		margin-left: -3.5rem!important
	}
	.m-md-n7 {
		margin: -4rem!important
	}
	.mt-md-n7, .my-md-n7 {
		margin-top: -4rem!important
	}
	.mr-md-n7, .mx-md-n7 {
		margin-right: -4rem!important
	}
	.mb-md-n7, .my-md-n7 {
		margin-bottom: -4rem!important
	}
	.ml-md-n7, .mx-md-n7 {
		margin-left: -4rem!important
	}
	.m-md-n8 {
		margin: -4.5rem!important
	}
	.mt-md-n8, .my-md-n8 {
		margin-top: -4.5rem!important
	}
	.mr-md-n8, .mx-md-n8 {
		margin-right: -4.5rem!important
	}
	.mb-md-n8, .my-md-n8 {
		margin-bottom: -4.5rem!important
	}
	.ml-md-n8, .mx-md-n8 {
		margin-left: -4.5rem!important
	}
	.m-md-n9 {
		margin: -5rem!important
	}
	.mt-md-n9, .my-md-n9 {
		margin-top: -5rem!important
	}
	.mr-md-n9, .mx-md-n9 {
		margin-right: -5rem!important
	}
	.mb-md-n9, .my-md-n9 {
		margin-bottom: -5rem!important
	}
	.ml-md-n9, .mx-md-n9 {
		margin-left: -5rem!important
	}
	.m-md-n10 {
		margin: -5.5rem!important
	}
	.mt-md-n10, .my-md-n10 {
		margin-top: -5.5rem!important
	}
	.mr-md-n10, .mx-md-n10 {
		margin-right: -5.5rem!important
	}
	.mb-md-n10, .my-md-n10 {
		margin-bottom: -5.5rem!important
	}
	.ml-md-n10, .mx-md-n10 {
		margin-left: -5.5rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto, .my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto, .mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto, .mx-md-auto {
		margin-left: auto!important
	}
}
@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0, .my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem!important
	}
	.m-lg-6 {
		margin: 3.5rem!important
	}
	.mt-lg-6, .my-lg-6 {
		margin-top: 3.5rem!important
	}
	.mr-lg-6, .mx-lg-6 {
		margin-right: 3.5rem!important
	}
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 3.5rem!important
	}
	.ml-lg-6, .mx-lg-6 {
		margin-left: 3.5rem!important
	}
	.m-lg-7 {
		margin: 4rem!important
	}
	.mt-lg-7, .my-lg-7 {
		margin-top: 4rem!important
	}
	.mr-lg-7, .mx-lg-7 {
		margin-right: 4rem!important
	}
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 4rem!important
	}
	.ml-lg-7, .mx-lg-7 {
		margin-left: 4rem!important
	}
	.m-lg-8 {
		margin: 4.5rem!important
	}
	.mt-lg-8, .my-lg-8 {
		margin-top: 4.5rem!important
	}
	.mr-lg-8, .mx-lg-8 {
		margin-right: 4.5rem!important
	}
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 4.5rem!important
	}
	.ml-lg-8, .mx-lg-8 {
		margin-left: 4.5rem!important
	}
	.m-lg-9 {
		margin: 5rem!important
	}
	.mt-lg-9, .my-lg-9 {
		margin-top: 5rem!important
	}
	.mr-lg-9, .mx-lg-9 {
		margin-right: 5rem!important
	}
	.mb-lg-9, .my-lg-9 {
		margin-bottom: 5rem!important
	}
	.ml-lg-9, .mx-lg-9 {
		margin-left: 5rem!important
	}
	.m-lg-10 {
		margin: 5.5rem!important
	}
	.mt-lg-10, .my-lg-10 {
		margin-top: 5.5rem!important
	}
	.mr-lg-10, .mx-lg-10 {
		margin-right: 5.5rem!important
	}
	.mb-lg-10, .my-lg-10 {
		margin-bottom: 5.5rem!important
	}
	.ml-lg-10, .mx-lg-10 {
		margin-left: 5.5rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0, .px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0, .px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem!important
	}
	.p-lg-6 {
		padding: 3.5rem!important
	}
	.pt-lg-6, .py-lg-6 {
		padding-top: 3.5rem!important
	}
	.pr-lg-6, .px-lg-6 {
		padding-right: 3.5rem!important
	}
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 3.5rem!important
	}
	.pl-lg-6, .px-lg-6 {
		padding-left: 3.5rem!important
	}
	.p-lg-7 {
		padding: 4rem!important
	}
	.pt-lg-7, .py-lg-7 {
		padding-top: 4rem!important
	}
	.pr-lg-7, .px-lg-7 {
		padding-right: 4rem!important
	}
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 4rem!important
	}
	.pl-lg-7, .px-lg-7 {
		padding-left: 4rem!important
	}
	.p-lg-8 {
		padding: 4.5rem!important
	}
	.pt-lg-8, .py-lg-8 {
		padding-top: 4.5rem!important
	}
	.pr-lg-8, .px-lg-8 {
		padding-right: 4.5rem!important
	}
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 4.5rem!important
	}
	.pl-lg-8, .px-lg-8 {
		padding-left: 4.5rem!important
	}
	.p-lg-9 {
		padding: 5rem!important
	}
	.pt-lg-9, .py-lg-9 {
		padding-top: 5rem!important
	}
	.pr-lg-9, .px-lg-9 {
		padding-right: 5rem!important
	}
	.pb-lg-9, .py-lg-9 {
		padding-bottom: 5rem!important
	}
	.pl-lg-9, .px-lg-9 {
		padding-left: 5rem!important
	}
	.p-lg-10 {
		padding: 5.5rem!important
	}
	.pt-lg-10, .py-lg-10 {
		padding-top: 5.5rem!important
	}
	.pr-lg-10, .px-lg-10 {
		padding-right: 5.5rem!important
	}
	.pb-lg-10, .py-lg-10 {
		padding-bottom: 5.5rem!important
	}
	.pl-lg-10, .px-lg-10 {
		padding-left: 5.5rem!important
	}
	.m-lg-n1 {
		margin: -.25rem!important
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.m-lg-n3 {
		margin: -1rem!important
	}
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem!important
	}
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem!important
	}
	.m-lg-n4 {
		margin: -1.5rem!important
	}
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.m-lg-n5 {
		margin: -3rem!important
	}
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem!important
	}
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem!important
	}
	.m-lg-n6 {
		margin: -3.5rem!important
	}
	.mt-lg-n6, .my-lg-n6 {
		margin-top: -3.5rem!important
	}
	.mr-lg-n6, .mx-lg-n6 {
		margin-right: -3.5rem!important
	}
	.mb-lg-n6, .my-lg-n6 {
		margin-bottom: -3.5rem!important
	}
	.ml-lg-n6, .mx-lg-n6 {
		margin-left: -3.5rem!important
	}
	.m-lg-n7 {
		margin: -4rem!important
	}
	.mt-lg-n7, .my-lg-n7 {
		margin-top: -4rem!important
	}
	.mr-lg-n7, .mx-lg-n7 {
		margin-right: -4rem!important
	}
	.mb-lg-n7, .my-lg-n7 {
		margin-bottom: -4rem!important
	}
	.ml-lg-n7, .mx-lg-n7 {
		margin-left: -4rem!important
	}
	.m-lg-n8 {
		margin: -4.5rem!important
	}
	.mt-lg-n8, .my-lg-n8 {
		margin-top: -4.5rem!important
	}
	.mr-lg-n8, .mx-lg-n8 {
		margin-right: -4.5rem!important
	}
	.mb-lg-n8, .my-lg-n8 {
		margin-bottom: -4.5rem!important
	}
	.ml-lg-n8, .mx-lg-n8 {
		margin-left: -4.5rem!important
	}
	.m-lg-n9 {
		margin: -5rem!important
	}
	.mt-lg-n9, .my-lg-n9 {
		margin-top: -5rem!important
	}
	.mr-lg-n9, .mx-lg-n9 {
		margin-right: -5rem!important
	}
	.mb-lg-n9, .my-lg-n9 {
		margin-bottom: -5rem!important
	}
	.ml-lg-n9, .mx-lg-n9 {
		margin-left: -5rem!important
	}
	.m-lg-n10 {
		margin: -5.5rem!important
	}
	.mt-lg-n10, .my-lg-n10 {
		margin-top: -5.5rem!important
	}
	.mr-lg-n10, .mx-lg-n10 {
		margin-right: -5.5rem!important
	}
	.mb-lg-n10, .my-lg-n10 {
		margin-bottom: -5.5rem!important
	}
	.ml-lg-n10, .mx-lg-n10 {
		margin-left: -5.5rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto!important
	}
}
@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0, .my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem!important
	}
	.m-xl-6 {
		margin: 3.5rem!important
	}
	.mt-xl-6, .my-xl-6 {
		margin-top: 3.5rem!important
	}
	.mr-xl-6, .mx-xl-6 {
		margin-right: 3.5rem!important
	}
	.mb-xl-6, .my-xl-6 {
		margin-bottom: 3.5rem!important
	}
	.ml-xl-6, .mx-xl-6 {
		margin-left: 3.5rem!important
	}
	.m-xl-7 {
		margin: 4rem!important
	}
	.mt-xl-7, .my-xl-7 {
		margin-top: 4rem!important
	}
	.mr-xl-7, .mx-xl-7 {
		margin-right: 4rem!important
	}
	.mb-xl-7, .my-xl-7 {
		margin-bottom: 4rem!important
	}
	.ml-xl-7, .mx-xl-7 {
		margin-left: 4rem!important
	}
	.m-xl-8 {
		margin: 4.5rem!important
	}
	.mt-xl-8, .my-xl-8 {
		margin-top: 4.5rem!important
	}
	.mr-xl-8, .mx-xl-8 {
		margin-right: 4.5rem!important
	}
	.mb-xl-8, .my-xl-8 {
		margin-bottom: 4.5rem!important
	}
	.ml-xl-8, .mx-xl-8 {
		margin-left: 4.5rem!important
	}
	.m-xl-9 {
		margin: 5rem!important
	}
	.mt-xl-9, .my-xl-9 {
		margin-top: 5rem!important
	}
	.mr-xl-9, .mx-xl-9 {
		margin-right: 5rem!important
	}
	.mb-xl-9, .my-xl-9 {
		margin-bottom: 5rem!important
	}
	.ml-xl-9, .mx-xl-9 {
		margin-left: 5rem!important
	}
	.m-xl-10 {
		margin: 5.5rem!important
	}
	.mt-xl-10, .my-xl-10 {
		margin-top: 5.5rem!important
	}
	.mr-xl-10, .mx-xl-10 {
		margin-right: 5.5rem!important
	}
	.mb-xl-10, .my-xl-10 {
		margin-bottom: 5.5rem!important
	}
	.ml-xl-10, .mx-xl-10 {
		margin-left: 5.5rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0, .py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0, .px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0, .px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem!important
	}
	.p-xl-6 {
		padding: 3.5rem!important
	}
	.pt-xl-6, .py-xl-6 {
		padding-top: 3.5rem!important
	}
	.pr-xl-6, .px-xl-6 {
		padding-right: 3.5rem!important
	}
	.pb-xl-6, .py-xl-6 {
		padding-bottom: 3.5rem!important
	}
	.pl-xl-6, .px-xl-6 {
		padding-left: 3.5rem!important
	}
	.p-xl-7 {
		padding: 4rem!important
	}
	.pt-xl-7, .py-xl-7 {
		padding-top: 4rem!important
	}
	.pr-xl-7, .px-xl-7 {
		padding-right: 4rem!important
	}
	.pb-xl-7, .py-xl-7 {
		padding-bottom: 4rem!important
	}
	.pl-xl-7, .px-xl-7 {
		padding-left: 4rem!important
	}
	.p-xl-8 {
		padding: 4.5rem!important
	}
	.pt-xl-8, .py-xl-8 {
		padding-top: 4.5rem!important
	}
	.pr-xl-8, .px-xl-8 {
		padding-right: 4.5rem!important
	}
	.pb-xl-8, .py-xl-8 {
		padding-bottom: 4.5rem!important
	}
	.pl-xl-8, .px-xl-8 {
		padding-left: 4.5rem!important
	}
	.p-xl-9 {
		padding: 5rem!important
	}
	.pt-xl-9, .py-xl-9 {
		padding-top: 5rem!important
	}
	.pr-xl-9, .px-xl-9 {
		padding-right: 5rem!important
	}
	.pb-xl-9, .py-xl-9 {
		padding-bottom: 5rem!important
	}
	.pl-xl-9, .px-xl-9 {
		padding-left: 5rem!important
	}
	.p-xl-10 {
		padding: 5.5rem!important
	}
	.pt-xl-10, .py-xl-10 {
		padding-top: 5.5rem!important
	}
	.pr-xl-10, .px-xl-10 {
		padding-right: 5.5rem!important
	}
	.pb-xl-10, .py-xl-10 {
		padding-bottom: 5.5rem!important
	}
	.pl-xl-10, .px-xl-10 {
		padding-left: 5.5rem!important
	}
	.m-xl-n1 {
		margin: -.25rem!important
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.m-xl-n3 {
		margin: -1rem!important
	}
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem!important
	}
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem!important
	}
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem!important
	}
	.m-xl-n4 {
		margin: -1.5rem!important
	}
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xl-n5 {
		margin: -3rem!important
	}
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem!important
	}
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem!important
	}
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem!important
	}
	.m-xl-n6 {
		margin: -3.5rem!important
	}
	.mt-xl-n6, .my-xl-n6 {
		margin-top: -3.5rem!important
	}
	.mr-xl-n6, .mx-xl-n6 {
		margin-right: -3.5rem!important
	}
	.mb-xl-n6, .my-xl-n6 {
		margin-bottom: -3.5rem!important
	}
	.ml-xl-n6, .mx-xl-n6 {
		margin-left: -3.5rem!important
	}
	.m-xl-n7 {
		margin: -4rem!important
	}
	.mt-xl-n7, .my-xl-n7 {
		margin-top: -4rem!important
	}
	.mr-xl-n7, .mx-xl-n7 {
		margin-right: -4rem!important
	}
	.mb-xl-n7, .my-xl-n7 {
		margin-bottom: -4rem!important
	}
	.ml-xl-n7, .mx-xl-n7 {
		margin-left: -4rem!important
	}
	.m-xl-n8 {
		margin: -4.5rem!important
	}
	.mt-xl-n8, .my-xl-n8 {
		margin-top: -4.5rem!important
	}
	.mr-xl-n8, .mx-xl-n8 {
		margin-right: -4.5rem!important
	}
	.mb-xl-n8, .my-xl-n8 {
		margin-bottom: -4.5rem!important
	}
	.ml-xl-n8, .mx-xl-n8 {
		margin-left: -4.5rem!important
	}
	.m-xl-n9 {
		margin: -5rem!important
	}
	.mt-xl-n9, .my-xl-n9 {
		margin-top: -5rem!important
	}
	.mr-xl-n9, .mx-xl-n9 {
		margin-right: -5rem!important
	}
	.mb-xl-n9, .my-xl-n9 {
		margin-bottom: -5rem!important
	}
	.ml-xl-n9, .mx-xl-n9 {
		margin-left: -5rem!important
	}
	.m-xl-n10 {
		margin: -5.5rem!important
	}
	.mt-xl-n10, .my-xl-n10 {
		margin-top: -5.5rem!important
	}
	.mr-xl-n10, .mx-xl-n10 {
		margin-right: -5.5rem!important
	}
	.mb-xl-n10, .my-xl-n10 {
		margin-bottom: -5.5rem!important
	}
	.ml-xl-n10, .mx-xl-n10 {
		margin-left: -5.5rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto!important
	}
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important
}
.text-justify {
	text-align: justify!important
}
.text-wrap {
	white-space: normal!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}
@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}
@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}
@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bolder!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #3585cb!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #255d8f!important
}
.text-secondary {
	color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #19692c!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #0f6674!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00!important
}
.text-danger {
	color: #ed1c24!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #af0e14!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #cbd3da!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #121416!important
}
.text-gray {
	color: #e9ecef!important
}
a.text-gray:focus, a.text-gray:hover {
	color: #bdc6cf!important
}
.text-light-gray {
	color: #f8f9fa!important
}
a.text-light-gray:focus, a.text-light-gray:hover {
	color: #cbd3da!important
}
.text-body {
	color: #212529!important
}
.text-muted {
	color: #6c757d!important
}
.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	color: hsla(0, 0%, 100%, .5)!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.text-decoration-none {
	text-decoration: none!important
}
.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}
.text-reset {
	color: inherit!important
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
@media print {
	*, :after, :before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		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
	}
	.container, body {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td, .table th {
		background-color: #fff!important
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img:not(.no-owl) {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(/images/vendor/owl.carousel/src/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
.owl-carousel .owl-nav button {
	position: absolute;
	top: calc(50% - 25px);
	display: inline-block;
	width: 30px;
	height: 50px;
	opacity: .8;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	color: #fff;
	color: var(--white, #fff);
	background: rgba(0, 0, 0, .5)
}
.owl-carousel .owl-nav button.disabled {
	opacity: .5;
	pointer-events: none;
	display: none!important
}
.owl-carousel .owl-nav button:hover {
	opacity: 1
}
.owl-carousel .owl-nav .owl-prev {
	right: 10px
}
.owl-carousel .owl-nav .owl-next {
	left: 10px
}
.owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	display: block;
	margin: 3px
}
.owl-dots .owl-dot.active span {
	background: rgba(0, 0, 0, .9);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}
.mfp-bg, .mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}
.mfp-wrap {
	z-index: 1043;
	outline: none!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure, img.mfp-img {
	line-height: 0
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-height:300px), screen and (max-width:800px) and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
} 
html {
	font-size: 13px
}
body {
	direction: rtl;
	text-align: right;
	font-family: frutigerRegular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	background: #fff
}
body.home-page {
	background: #f8f9fa;
	background: var(--light-gray, #f8f9fa)
}
.custom-switch {
	padding-right: 2.25rem;
	padding-left: 0
}
.lang-dropdown {
	min-width: 280px
}
.content {
	max-width: 1500px;
	min-width: 720px;
	margin: 0 auto
} 
@media (max-width:767px) {
	.content {
		min-width: auto
	}
} 
.list-unstyled {
	padding: 0
}
.dropdown-menu.fromleft {
	right: auto;
	left: 0
}
.section-title {
	text-align: center;
	font-weight: 600;
	line-height: 48px;
	color: var(--desaturated-blue, )
}
.section-title p {
	margin-bottom: 0
}
.dropdown-menu {
	left: auto;
	right: 0;
	text-align: right
}
.dropdown-menu-right {
	left: 0;
	right: auto
}

.custom-control-input {
	left: auto;
	right: 0
}
.custom-control-label:after, .custom-control-label:before {
	left: auto;
	right: -1.5rem
}
.custom-select {
	background-position: 7px
}
.z1 {
	z-index: 1
}
.fixed-table {
	table-layout: fixed
}
@media (max-width:767.98px) {
	.fixed-table {
		min-width: 600px
	}
}
@media (max-width:767.98px) {
	.mob-center {
		text-align: center
	}
}
.nav {
	padding-left: auto;
	padding-right: 0
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	background-position: left calc(.375em + .1875rem) center
}
.select {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ0N0FCRTM0QkNEMTFFOUFGREFDOUZBMzBGRTY3NEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ0N0FCRTI0QkNEMTFFOUFGREFDOUZBMzBGRTY3NEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjZCRjhDNEUzMjMxMUU2ODA0MkM4QUZCOEU5M0I2OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjZCRjhDNUUzMjMxMUU2ODA0MkM4QUZCOEU5M0I2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoAV6a4AAACdSURBVHjaYvz//z8DLQETA43BqAUEAQuMce/x47Wv3rwN+vnrF1aFQvz8DBxsrMGqSkrryPKBkqxssJiwyDEWZmYMRfy8vAycnBw5pBqOEURKcjLWUmJi95HFeLi4GHi5uVpV5OWnkhNEjNjywb1Hj/4/fv6CgRnoGwlRkRxyDQcDkAXY8I27d//fefSoB5c8sZhxNCePWkAxAAgwANQJa4xND60RAAAAAElFTkSuQmCC");
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	border-radius: 0!important;
	background-position: 0!important;
	background-repeat: no-repeat!important
}
.bg-black-50 {
	background: rgba(0, 0, 0, .5)
}
.hover-red:hover {
	color: #ed1c24!important
}
.letter-spacing-1 {
	letter-spacing: 1px
}
label.error {
	color: red
}
.home-section .shopping-btn-wrap {
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 9
}
.home-section .shopping-btn {
	background-color: #ed1c24;
	background-color: var(--red, #ed1c24)
}
.home-section .category-section-title {
	font-weight: 600;
	line-height: 48px
}
.home-section .category-section-title p {
	font-size: 18px
}
.section-header {
	background-size: cover;
	padding: 12px;
	color: #fff;
	color: var(--white, #fff);
	position: relative
}
.section-header:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 0
}
.section-header>* {
	z-index: 1
}
.section-header h2 {
	font-weight: 700;
	color: #fff;
	color: var(--white, #fff)
}
.section-header .section-title p {
	font-size: 18px
}
.section-header .section-brief {
	padding-right: 20px
}
.section-header .category-section-nav p {
	font-size: 18px;
	margin-top: 16px;
	text-align: center;
	font-weight: 700
}
.section-links a {
	color: #fff;
	color: var(--white, #fff);
	margin-right: 3px
}
.section-links a.active, .section-links a:hover {
	color: #fff;
	color: var(--white, #fff);
	background: #ed1c24;
	background: var(--red, #ed1c24);
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.h-prod-item {
	margin: 5px 0;
	padding: 2px;
	box-shadow: 0 3px 10px 0 rgba(38, 59, 94, .1);
	border-radius: 4px
}
.h-prod-item .badge-since {
	font-size: 12px
}
.h-prod-item .prod-imgs-carousel .carousel-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}
.h-prod-item .prod-imgs-carousel img {
	height: 200px;
	width: auto;
	margin: 0 auto
}
.h-prod-item .prod-imgs-carousel .carousel-indicators {
	position: absolute;
	top: 15px;
	right: 10px
}
.h-prod-item .h-info {
	padding: 2px;
	font-size: 11px; 
}
.h-prod-item .h-info .h-category {
	height: 32px;
	max-height: 32px;
	overflow: hidden
}
.h-prod-item p {
	margin-bottom: 2px
}
.h-prod-item.list {
	display: -webkit-box;
	display: flex
}
.h-prod-item.list .h-prod-header.grid {
	display: block;
	grid-template-columns: 100%;
	width: 200px
}
.h-prod-item.list .h-prod-content {
	flex-basis: 100%;
	display: -webkit-box;
	display: flex
}
.h-prod-item.list .h-prod-content .h-prod-footer {
	flex-basis: 200px
}
@media (max-width:767.98px) {
	.h-prod-item.list .h-prod-content {
		flex-wrap: wrap
	}
	.h-prod-item.list .h-prod-content .h-prod-footer {
		flex-basis: 100%
	}
}
.h-prod-item.list .h-prod-body {
	-webkit-box-flex: 1;
	flex: 1
}
.h-prod-item .h-prod-header {
	color: #212529;
	text-decoration: none;
	margin-bottom: 0;
	flex-direction: row-reverse;
}
.h-prod-item .h-prod-header.grid {
	display: grid;
	grid-template-columns: 50% 50%
}
.h-prod-item .h-prod-header .prod-imgs {
	margin-bottom: 0
}
@media (min-width:768px) and (max-width:1199.98px) {
	.h-prod-item .h-prod-header>span {
		grid-column-start: 1;
		grid-column-end: span 2
	}
}
@media (max-width:767.98px) {
	.h-prod-item .h-prod-header>span {
		grid-column-start: 1;
		grid-column-end: span 2
	}
}
.h-prod-colors span {
	width: 15px;
	height: 15px;
	float: right;
	margin: 1px;
	border: 1px solid #000
}
.h-prod-colors span:hover {
	box-shadow: 0 0 3px rgba(0, 0, 0, .5)
}
.h-prod-title {
	margin-bottom: 0;
	padding: 5px
}
.h-prod-title a {
	font-size: .9rem;
	display: inline-block;
	height: 2rem;
	color: #343a40;
	color: var(--gray-dark, #343a40);
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.h-prod-footer a.factory {
	color: #000;
	border: 1px solid #adadad;
	border-right-width: 0;
	border-left: 0;
	padding: 4px;
	width: 100%
}
.h-prod-footer a.factory:hover {
	text-decoration: none
}
.h-prod-footer .company-name {
	height: 24px;
	line-height: 12px;
	overflow: hidden;
	font-size: 12px
}
.h-prod-footer .supplier-types {
	height: 21px
}
.h-prod-footer .factory>img {
	height: 40px;
	width: auto
}
.h-prod-footer .actions-bar {
	padding: 4px
}
.featured-slider .item-bg {
	background-size: 100% 100%;
	position: relative
}
.featured-slider .mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
@media (max-width:767.98px) {
	.featured-slider .mask {
		position: relative
	}
}
.featured-slider .mask img {
	min-height: 100%;
	width: auto!important
}
.offers-section .icon {
	width: 35px;
	margin: -8px 2px
}
.flag-link {
	display: inline-block;
	color: #000
}
.flag-link:hover {
	color: #920308;
	text-decoration: none
}
.flag-link img {
	height: 3rem
}
.suppliers-card .card-title a {
	color: #ed1c24;
	color: var(--red, #ed1c24)
}
.suppliers-card strong {
	font-weight: bolder;
	display: inline-block;
	margin-left: 10px
}
.suppliers-card ul {
	padding: 0;
	height: 100px
}
.suppliers-card ul .lines-2 {
	height: 38px;
	overflow: hidden;
	line-height: 19px;
	display: block
}
.quotation-section .col {
	position: relative
}
.quotation-section .bg {
	background-size: 100%;
	background-position: 50%
}
.quotation-section .q-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: 25px;
	background-size: cover;
	background-position: 50%;
	z-index: 0
}
.quotation-section .q-mask:after {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}
.quot-paragraph {
	z-index: 1;
	position: relative
}
@media (min-width:992px) {
	.quot-paragraph h4 {
		margin-left: 30%;
		line-height: 35px
	}
}
.quotation-section {
	margin-top: 20px;
	padding: 30px;
	position: relative;
}
@media only screen and (max-width:1280px) {
	.quotation-section {
		padding: 20px
	}
}
@media only screen and (max-width:1024px) {
	.quotation-section {
		padding: 20px 0 0
	}
}
.quotation-section .sourcing-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.quotation-section .sourcing-bg img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-webkit-object-fit: cover;
	object-fit: cover
}
.quotation-section .sourcing-centent {
	position: relative
}
.quotation-section .sourcing-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	white-space: nowrap
}
@media only screen and (max-width:1280px) {
	.quotation-section .sourcing-title {
		font-size: 30px
	}
}
.quotation-section .sourcing-desc {
	font-size: 16px;
	color: #555;
	overflow: hidden;
	max-height: 168px
}
.quotation-section .sourcing-desc p {
	margin-bottom: 24px
}
.quotation-section .sourcing-desc p:last-child {
	margin-bottom: 0
}
.quotation-section .sourcing-more {
	margin-top: 45px;
	font-weight: 500;
	font-size: 14px
}
.quotation-section .sourcing-more a {
	font-weight: 700
}
.quotation-section .sourcing-form {
	float: left;
	padding: 20px 25px;
	background: #fff;
	width: 530px
}
@media only screen and (max-width:1280px) {
	.quotation-section .sourcing-form {
		width: 490px
	}
}
@media only screen and (max-width:1024px) {
	.quotation-section .sourcing-form {
		float: none;
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #e6ecf2
	}
}
.quotation-section .sourcing-text {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	width: calc(100% - 530px);
	overflow: hidden
}
@media only screen and (max-width:1280px) {
	.quotation-section .sourcing-text {
		padding-right: 0;
		width: calc(100% - 490px)
	}
}
@media only screen and (max-width:1024px) {
	.quotation-section .sourcing-text {
		float: none;
		padding: 15px;
		width: 100%
	}
}
.quotation-section .form-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 400
}
@media only screen and (max-width:1024px) {
	.quotation-section .form-title {
		font-weight: 500
	}
}
.quotation-section .form-item {
	margin-bottom: 15px
}
.quotation-section .form-btn {
	margin-top: 20px
}
.quotation-section .form-input, .quotation-section .form-select, .quotation-section .form-textarea {
	border: 1px solid #dae0e6;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 3px;
	line-height: 21px;
	box-sizing: border-box
}
.quotation-section .form-input:hover, .quotation-section .form-select:hover, .quotation-section .form-textarea:hover {
	border-color: #a1aab2;
	outline: 0
}
.quotation-section .form-input:focus, .quotation-section .form-select:focus, .quotation-section .form-textarea:focus {
	border-color: #1470cc;
	outline: 0
}
.quotation-section .form-input, .quotation-section .form-select {
	height: 43px;
	width: 100%
}
.quotation-section .form-textarea {
	resize: none;
	width: 100%;
	height: 86px
}
.quotation-section .form-span-33 {
	width: calc(33.33% - 7px);
	margin-right: 10px;
	float: right
}
.quotation-section .form-span-33:last-child {
	margin-right: 0
}
@media only screen and (max-width:1024px) {
	.quotation-section .form-span-33 {
		max-width: 220px
	}
}
.weekly-section .deal {
	z-index: 1
}
.weekly-section .more-btn {
	border-radius: 25px;
	color: #fd7e14;
	font-weight: 700;
	padding: 8px 15px
}
.weekly-section .box {
	display: -webkit-box;
	display: flex;
	border-radius: 15px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .175)!important
}
.weekly-section .background-sec {
	position: relative;
	display: -webkit-box;
	display: flex;
	border-radius: 15px;
	overflow: hidden;
	width: 250px
}
.weekly-section .products-sec {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex: 1;
	overflow: hidden;
	padding: 15px
}
.background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e8500c;
	background: var(--dark-orange, #e8500c);
	overflow: hidden;
	background-size: cover;
	z-index: 0
}
.count-timer {
	color: var(--dark, );
	direction: ltr
}
.count-timer span {
	background: #fff;
	color: #000;
	padding: 2px;
	display: inline-block;
	line-height: 3rem;
	border-radius: 3px;
	font-size: 1.8rem;
	font-weight: bolder;
	position: relative;
	width: 2.6rem;
	text-align: center;
	background: var(--white, #fff);
	margin: 0 6px
}
.count-timer sup {
	font-size: 12px;
	position: absolute;
	top: 12px;
	right: 10px;
	display: none
}
.count-timer strong {
	color: #f78e0b
}
@media (max-width:425px) {
	.weekly-section .background-sec {
		width: 100%
	}
	.weekly-section .products-sec {
		padding: 7px
	}
}

.categories-section {
	padding: 20px
}
@media (max-width:767.98px) {
	.categories-section {
		padding: 0
	}
}
.categories-section .maylike {
	padding-right: 20px
}
.categories-section .side-title, .categories-title {
	font-weight: bolder
}
.categories-title {
	margin-top: 15px;
	margin-right: 15px
}
.categories-list a {
	padding: 4px 0;
	font-size: 14px;
	color: var(--dark, )
}
.categories-list a.highlight {
	color: #ed1c24;
	color: var(--red, #ed1c24)
}
.categories-list a.highlight:hover {
	text-decoration: underline
}
.categories-list a:hover {
	color: #ed1c24;
	color: var(--red, #ed1c24)
}
.categories-list .sub-list {
	position: absolute;
	display: none;
	right: calc(100% - 20px);
	top: 0;
	height: 100%;
	z-index: 99;
	background: #fff;
	padding: 15px;
	width: 740px;
	border: 1px solid #d6d6d6;
	box-shadow: 1px 1px 4px 1px rgba(16, 16, 16, .29)
}
.categories-list li {
	border: 1px solid transparent
}
.categories-list li:hover {
	border: 1px solid #e0e0e0;
	box-shadow: -6px 0 10px 0 #e2e2e2;
	z-index: 99
}
.categories-list li:hover .sub-list {
	display: block
}
.categories-slider .owl-stage {
	display: -webkit-box;
	display: flex
}
.categories-slider .owl-stage .owl-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}
.categories-slider .owl-stage img {
	max-height: 500px;
	height: auto!important
}
.f-cate .col {
	padding: 0 5px
}
@media (max-width:575.98px) {
	.f-cate .col {
		padding: 5px
	}
	.f-cate .col:first-child {
		padding-right: 5px
	}
	.f-cate .col:last-child {
		padding-left: 5px
	}
}
.f-cate .card {
	min-height: 125px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 135px auto;
	margin-bottom: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
	color: #242424;
	height: 100%
}
.f-cate .card i.fa {
	font-size: 2rem;
	margin-bottom: 0;
	margin-top: auto;
	margin-right: 0
}
.d-scroll {
	height: 100%;
	overflow: auto
}
.h-fav-list a {
	display: grid;
	grid-template-columns: 60px auto;
	margin-bottom: 25px;
	color: var(--dark, );
	-webkit-box-align: center;
	align-items: center
}
.h-fav-list a .itm-body {
	margin: 0 .5rem
}
.h-fav-list .msk {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	overflow: hidden
}
.h-fav-list .msk img {
	max-height: 100%
}
@media (max-width:1199.98px) {
	.fcl, .lst {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.crsl {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}
@media (max-width:767.98px) {
	.gray-bg {
		background: #fff
	}
	.categories-slider img {
		width: 100%
	}
}
.categories-section .categories-side {
	min-width: 270px;
	width: 270px;
	display: -webkit-box;
	display: flex
}
.categories-section .slider-side {
	-webkit-box-flex: 1;
	flex: 1 1;
	overflow: hidden
}
.categories-section .categories-slider {
	max-height: 400px;
	overflow: hidden
}
.categories-section .categories-slider img {
	width: 100%
}
.categories-section .right-side {
	min-width: 260px;
	width: 260px
}
@media only screen and (max-width:1280px) {
	.categories-section .right-side {
		display: none
	}
}
@media only screen and (max-width:1024px) {
	.categories-section .categories-side {
		display: none
	}
}
.categories-dropdown-menu {
	padding: 0;
	border: none
}
#categories-menu {
	min-width: 150px;
	display: -webkit-box;
	display: flex;
	box-shadow: 3px 0 4px 0 hsla(0, 0%, 45.9%, .53)
}
.category-sub-menu ul {
	list-style: none;
	padding: 0;
	height: 145px
}
.category-sub-menu ul .list-title {
	color: #ed1c24;
	font-weight: 600;
	margin-bottom: 20px
}
ul#categories-main-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	list-style: none;
	padding: 0;
	box-shadow: 7px 0 4px 0 hsla(0, 0%, 45.9%, .53);
	width: 235px
}
ul#categories-main-menu>li .title {
	padding: 10px 15px;
	background: #fff
}
ul#categories-main-menu>li a {
	color: #343a40
}
ul#categories-main-menu>li .category-sub-menu {
	display: none;
	position: absolute;
	right: 100%;
	margin-left: -10px;
	background: #fff;
	width: 500px;
	top: 0;
	height: 100%;
	border: 1px solid #d3d3d3;
	padding: 20px
}
ul#categories-main-menu>li:hover .title {
	z-index: 999;
	position: relative;
	box-shadow: -5px 0 4px 0 hsla(0, 0%, 45.9%, .24)
}
ul#categories-main-menu>li:hover .category-sub-menu {
	display: block
}
.category-sub-menu-wrap {
	-webkit-box-flex: 1;
	flex: 1
}
.main-banner {
	position: relative;
	min-height: 520px;
	background: #6c757d;
	background: var(--gray, #6c757d)
}
@media (max-width:1199.98px) {
	.main-banner {
		min-height: 470px
	}
}
@media (max-width:991.98px) {
	.main-banner {
		min-height: 260px
	}
}
.bg-msk {
	left: 0;
	bottom: 0
}
.bg-msk, .bg-msk:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0
}
.bg-msk:after {
	content: "";
	height: 75px;
	width: 100%;
	background: #22c1c3;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 193, 195, 0)), to(rgba(0, 0, 0, .25)));
	background: linear-gradient(0deg, rgba(34, 193, 195, 0), rgba(0, 0, 0, .25))
}
.bg-msk picture {
	height: 100%;
	width: 100%;
	overflow: hidden
}
.bg-msk picture img {
	min-height: 100%;
	min-width: 100%
}
.main-tab main.t-content {
	padding-top: 75px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1
}
@media (max-width:991.98px) {
	.main-tab main.t-content {
		padding-top: 30px;
		padding-bottom: 65px
	}
}
.tabs-links {
	position: absolute;
	width: 100%;
	z-index: 10;
	overflow-x: auto;
	-webkit-box-pack: center;
	justify-content: center
}
.tabs-links>.nav {
	flex-wrap: nowrap
}
.tabs-links .nav-link {
	white-space: nowrap;
	color: var(--dark, );
	margin: 5px 15px;
	padding: 5px 30px
}
@media (max-width:991.98px) {
	.tabs-links .nav-link {
		margin: 5px
	}
}
.tabs-links .nav-link:hover {
	color: #ed1c24;
	color: var(--red, #ed1c24)
}
.tabs-links .nav-link.active {
	background: #fff;
	background: var(--white, #fff);
	color: var(--dark, );
	border-radius: 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	position: relative
}
.tabs-links .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: calc(50% - 8px);
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent
}
@media (max-width:767.98px) {
	.tabs-links {
		-webkit-box-pack: start;
		justify-content: flex-start
	}
}
.main-slider {
	box-shadow: 0 6px 26px 0 rgba(0, 0, 0, .16)
}
.main-slider .owl-nav {
	display: block
}
.main-slider .owl-nav button.owl-next, .main-slider .owl-nav button.owl-prev {
	color: #fff;
	color: var(--white, #fff);
	position: absolute;
	top: calc(100% + 33px);
	background: transparent!important;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: auto;
	height: auto;
	padding: 3px 20px!important;
	border: 2px solid #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 15px;
	font-family: frutigerRegular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, FontAwesome;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
@media (max-width:1199.98px) {
	.main-slider .owl-nav button.owl-next, .main-slider .owl-nav button.owl-prev {
		display: none!important
	}
}
.main-slider .owl-nav .owl-prev {
	right: -10%
}
.main-slider .owl-nav .owl-next {
	right: 103%
}
.slider-card {
	border-radius: 8px;
	padding: 3px
}
.slider-card .dimg {
	width: 100%;
	max-height: 340px;
	overflow: hidden
}
@media (max-width:1199.98px) {
	.slider-card .dimg {
		max-height: 300px
	}
}
@media (max-width:991.98px) {
	.slider-card .dimg {
		max-height: 280px
	}
}
.banner-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 25px
}
@media (max-width:991.98px) {
	.banner-footer {
		padding-bottom: 7px
	}
}
.banner-footer .img-mask {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 7px;
	overflow: hidden;
	width: 65px;
	height: 40px;
	border: 3px solid transparent;
	margin: 5px
}
.banner-footer .img-mask img {
	height: 100%
}
.banner-footer .owl-item.current .img-mask {
	border-color: #fff
}
@media (max-width:767.98px) {
	.txt-col {
		-webkit-box-ordinal-group: 3;
		order: 2;
		height: 130px;
		overflow: hidden
	}
	.img-col {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.dimg {
		position: static
	}
	.paragraph {
		padding: 5px;
		text-align: center
	}
}
.notifications-popup {
	position: absolute;
	width: 243px;
	height: 300px;
	background: #fff;
	z-index: 9;
	border: 1px solid #bfbfbf;
	border-radius: 15px;
	box-shadow: 0 3px 5px hsla(0, 0%, 49%, .79)
}
.notifications-popup ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.notifications-popup ul li {
	display: block;
	padding: 5px
}
.profile-popup-menu {
	position: absolute;
	width: 243px;
	height: 300px;
	background: #fff;
	z-index: 9;
	border: 1px solid #bfbfbf;
	border-radius: 15px;
	box-shadow: 0 3px 5px hsla(0, 0%, 49%, .79)
}
.profile-popup-menu ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.profile-popup-menu ul li {
	display: block;
	padding: 5px
}
.picker-level {
	max-width: 240px
}
@media (max-width:576px) {
	#category-picker-dd .steps-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	#category-picker-dd .steps-wrapper .picker-level {
		width: 100%;
		max-width: unset!important;
		margin-bottom: 10px
	}
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .9)
}
 
.results-tabs {
    border-bottom: 1px solid #eee;
}
.results-tabs .nav-link {
    border: 1px solid #eee;
    border-top-width: 3px;
    background: #ffffff;
    font-weight: 700;
    padding: 1em 2em;
    border-radius: 4px 4px 0 0;
    margin: 0 5px 0 0px;
}
.results-tabs .nav-link.active {
 border-top-color: #f6da6f;
}
.cardWrapper{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin: 2em 0;
    border-bottom: 1px solid #eee;
}
.cardWrapper:last-child{
    border-bottom: none;
}
.list-results {
    margin-right: 75px
}
.supplier-info h3 {
    font-weight: bolder
}
.supplier-info .meta {
    padding: 0 .5em;
}
.supplier-info .meta span:not(:first-child) {
    margin-left: 15px
}
.supplier-info .meta img {
    width: 145px;
}
.supplier-info ul {
    padding: 0;
    margin: 0
}
.supplier-info ul li strong {
    color: #6c757d;
    display: inline-block;
    min-width: 150px
}
.supplier-info .inquiry-btn {
    font-size: 18px
}
.supplier-images {
    text-align: center
}
.supplier-images a, .supplier-images span {
    margin: 6px;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    background: #f8f9fa
} 
.supplier_product a {
    display: block;
}
.supplier_product a img {
    border-radius: 10px;
}

.logoWrapper{
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    margin-right: .5em;
}
 
.logoWrapper .logoCover{
    width: 100%;
    height: 100%;
    border-radius: 80px;
    background-size: contain;
    background-position: center;
    border: 2px solid #ffc107;
    background-repeat: no-repeat;
}
.suppliers_link:hover{
    color: #ffc107;
    text-decoration: none;
}
.suppliers_link {
    padding: 0 .5em;
    color: #ffc107;
    text-decoration: none;
}
.noResult{
    background: #f9df77;
    color: #000;
    padding: 2em;
}
.categoriesList {
    padding-left: 15px
}
.categoriesList li {
    margin-bottom: 5px
}
.categoriesList li a {
    color: #000000;
    padding: 2px 7px;
    text-decoration: none;
    display: block;
}
.products-filter .title a i:first-child,
.countries-filter .title a i:first-child,
.f-categories-list .title a i:first-child {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #f9df77;
    font-size: 13px;
    color: #2b2626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.products-filter .title a:hover i,
.countries-filter .title a:hover i,
.filters-list .title a:hover i{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.categoriesList li a:hover {
    color: #ed1c24
}
.categoriesList li a .fa {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #f9df77;
    font-size: 18px;
    color: #2b2626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.categoriesList li a:hover .fa{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.categoriesList li a[aria-expanded=true] {
    font-weight: 700
}
.categoriesList li a[aria-expanded=true] .fa {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.categoriesList li ul {
    padding-top: 15px;
    padding-left: 25px;
    max-height: 500px;
    overflow-y: auto
}


.categoriesList li ul::-webkit-scrollbar {
  width: 5px;
}



.deals-header {
	background: url(/images/bg.png?ed95559247b0bf801b786df23c12cfee);
	background-size: cover;
	background-repeat: no-repeat
}
.deals-nav {
	margin: 0;
	border-radius: 25px;
	overflow: auto
}
.deals-nav a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center;
	padding: 5px;
	color: var(--dark, );
	width: 170px
}
.deals-nav a picture {
	margin: 10px auto;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid rgba(0, 0, 0, .03);
	-webkit-transition: all .3s;
	transition: all .3s
}
.deals-nav a picture img {
	max-height: 100%;
	width: auto
}
.deals-nav a span {
	display: block;
	margin: 0 15px
}
.deals-nav a.active, .deals-nav a:hover {
	color: #ed1c24;
	color: var(--red, #ed1c24)
}
.deals-nav a.active picture, .deals-nav a:hover picture {
	border-color: #ed1c24;
	border-color: var(--red, #ed1c24)
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1000
}
.has-sticky .weekly-sticky-target {
	padding-top: 170px
}
@media (min-width:1200px) {
	.deals-nav {
		flex-wrap: wrap
	}
}
@media (max-width:991.98px) {
	.deals-nav {
		border-radius: 12px
	}
	.deals-nav a {
		max-width: 100vw;
		min-width: 50vw;
		max-width: 250px;
		min-width: 25vw
	}
}
@media (max-width:991.98px) {
	.deals-nav a picture {
		width: 50px;
		height: 50px;
		margin: 3px auto
	}
	.has-sticky .weekly-sticky-target {
		padding-top: 50px
	}
}


.list-results {
	margin-left: 75px
}
.supplier-info h3 {
	font-weight: bolder
}
.supplier-info .meta {
  padding: 0;
}
.supplier-info .meta span:not(:first-child) {
	margin-right: 15px
}
.supplier-info .meta img {
	width: 16px;
	margin-left: 3px
}
.supplier-info ul {
	padding: 0;
	margin: 0
}
.supplier-info ul li strong {
	color: #6c757d;
	display: inline-block;
	min-width: 150px
}
.supplier-info .inquiry-btn {
	font-size: 18px
}
.supplier-images {
	text-align: center
}
.supplier-images a, .supplier-images span {
	margin: 6px;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	background: #f8f9fa
}
.supplier-images a img, .supplier-images span img {
	height: 100%
}
.categoriesList {
	padding-right: 15px
}
.categoriesList li {
	margin-bottom: 5px
}
.categoriesList li a {
	color: #343a40;
	padding: 2px 7px;
	display: inline-block
}
.categoriesList li a:hover {
	color: #ed1c24
}
.categoriesList li a .fa {
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-left: 10px
}
.categoriesList li a[aria-expanded=true] {
	font-weight: 700
}
.categoriesList li a[aria-expanded=true] .fa {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.categoriesList li ul {
	padding-top: 15px;
	padding-right: 25px;
	max-height: 500px;
	overflow-y: auto
}
.filters-list .title a {
    display: block;
    padding: 7px;
    border-bottom: 1px solid #eaeaea;
    color: #343a40;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}
.filters-list .title a:hover {
border-color: #f5d76a;
    background: #f9e079;
}
.filters-list .title .fa-plus {
	float: left;
	margin-top: 3px
}
.filters-list .title [aria-expanded=true] .fa-plus:before {
	content: "\F068"
}
.filters {
	padding-right: 25px
}
.filters .btn-title {
	font-weight: 700;
	padding-right: 3px
}
.filters .btn-title i {
	margin-left: 5px
}
.filters .btn-title[aria-expanded=true] .fa:before {
	content: "\F106"
}
.filters .from {
	padding-right: 25px
}
.filters .from input:focus {
	box-shadow: none
}
.filters .from .custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 2px rgba(40, 167, 69, .5)
}
.filters .from .custom-control-input:active~.custom-control-label:before {
	background: rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 2px rgba(40, 167, 69, .5)
}
.filters .from .custom-control-input:checked~.custom-control-label:before {
	background: #28a745;
	border-color: #28a745
}
.filters .from .custom-control-label:before {
	background: #ced4da
}
.filter-form-inline input {
	max-width: 200px;
	margin: 0 5px
}
.adv-search-form .with-label {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.adv-search-form .with-label label {
	white-space: nowrap
}
.prod-list-view>.col-12.col-md-6 {
	width: 100%!important;
	max-width: 100%!important;
	-webkit-box-flex: 1;
	flex: auto
}
.prod-list-view .h-prod-item {
	padding: 25px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-align: end;
	align-items: flex-end
}
.prod-list-view .h-prod-item, .prod-list-view .h-prod-item.list {
	display: -webkit-box;
	display: flex
}
.prod-list-view .h-prod-item.list .grid {
	display: block;
	grid-template-columns: 100%;
	width: 200px
}
.prod-list-view .h-prod-item.list .h-prod-body {
	-webkit-box-flex: 1;
	flex: 1
}
.prod-list-view .h-prod-header {
	grid-template-columns: 250px auto;
	-webkit-box-ordinal-group: 3;
	order: 2;
	-webkit-box-flex: 1;
	flex-grow: 1
}
.prod-list-view .card-title {
	-webkit-box-ordinal-group: 2;
	order: 1;
	width: 100%
}
.prod-list-view .h-prod-footer {
	-webkit-box-ordinal-group: 3;
	order: 2
}
.prod-list-view .h-info {
	padding: 25px
}
.adv-prod-slider {
	padding-top: 25px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-left: 45px;
	margin-right: 45px
}
.adv-prod-slider .s-slider {
	background: #fff;
	padding: 5px 75px
}
.adv-prod-slider .owl-nav button.owl-next, .adv-prod-slider .owl-nav button.owl-prev {
	background: #ed1c24;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-family: FontAwesome
}
.adv-prod-slider .owl-nav button.owl-prev {
	right: -30px
}
.adv-prod-slider .owl-nav button.owl-next {
	left: -30px
}
@media (max-width:1199.98px) {
	.list-results {
		margin-left: 25px
	}
	.supplier-card {
		padding: 25px 15px!important
	}
	.supplier-images {
		overflow: auto;
		white-space: nowrap
	}
	.btn-link.mx-4 {
		margin-left: 10px!important;
		margin-right: 10px!important
	}
}
@media (max-width:991.98px) {
	.filters-list .title .fa-plus {
		display: none
	}
	.types-card {
		padding: 15px!important
	}
	.list-results {
		margin-left: 0
	}
}
@media (max-width:767.98px) {
	.types-card .card-body {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		flex-direction: column!important
	}
	.supplier-info .actions {
		text-align: center
	}
	.supplier-info .actions .btn {
		margin-top: 10px
	}
	.prod-list-view .h-prod-header {
		grid-template-columns: 40% 60%;
		width: 100%
	}
	.prod-list-view .h-prod-header>span {
		grid-column-start: 1;
		grid-column-end: span 2
	}
	.adv-prod-slider {
		margin-left: 0;
		margin-right: 0
	}
}
@media (min-width:768px) and (max-width:1199.98px) {
	.prod-list-view .h-prod-header {
		grid-template-columns: 40% 60%;
		width: 100%
	}
	.prod-list-view .h-prod-header>span {
		grid-column-start: 1;
		grid-column-end: span 2
	}
}
.categories-tabs a {
	color: #343a40;
	border-bottom: 3px solid transparent;
	padding: 8px 20px;
	-webkit-transition: border .25s;
	transition: border .25s
}
.categories-tabs a.active {
	font-weight: bolder;
	border-bottom-color: #343a40
}
.ca_list {
	margin-top: 15px
}
.ca_list a {
	padding: 5px 10px;
	-webkit-box-pack: start;
	justify-content: flex-start;
	color: #96a0aa;
	font-weight: 700
}
.ca_list a, .ca_list a picture {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.ca_list a picture {
	margin-left: 15px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-pack: center;
	justify-content: center
}
.ca_list a picture img {
	height: 100%
}
.ca_list a:hover {
	text-decoration: none;
	background: #e9ecef;
	color: #343a40
}
.ca_slider .ca_slide {
	min-height: 400px;
	position: relative
}
.ca_slider picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: flex
}
.ca_slider .ca_slide_txt {
	position: relative;
	z-index: 1;
	margin: 7% 15%;
	color: #000;
	text-align: center;
	display: inline-block;
	text-transform: uppercase
}
.ca_slider .ca_slide_txt h4 {
	font-size: 3rem;
	font-weight: bolder;
	margin: 0
}
.ca_slider .ca_slide_txt a {
	color: #000;
	font-size: 1.5rem;
	text-decoration: underline;
	letter-spacing: 1px;
	padding: 3px 6px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.ca_slider .ca_slide_txt a:hover {
	background: #ed1c24;
	color: #fff
}
.ca_prod h3 {
	margin: 15px;
	font-weight: 700
}
.ca_prod h3 a {
	color: #000
}
.ca_prod h3 small {
	margin: 0 5px;
	display: inline-block;
	color: #6c757d;
	font-size: 15px
}
.ca_prod .ca_prod_imgs a {
	display: -webkit-inline-box;
	display: inline-flex;
	padding: 15px;
	text-decoration: none
}
.ca_prod .ca_prod_imgs a:hover {
	text-decoration: none
}
.ca_prod .ca_prod_imgs a:hover strong {
	color: #ed1c24
}
.ca_prod .ca_prod_imgs picture {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 160px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px
}
.ca_prod .ca_prod_imgs picture img {
	height: 100%
}
.ca_prod .ca_prod_imgs span {
	color: #6c757d;
	margin-bottom: 5px
}
.ca_prod .ca_prod_imgs strong {
	color: #000
}
.ca_prod .ca_prod_imgs.owl-carousel a {
	display: -webkit-box;
	display: flex
}
@media (min-width:1200px) {
	.ca_prod_imgs:not(.owl-carousel) {
		display: -webkit-box;
		display: flex;
		justify-content: space-around
	}
}
@media (max-width:1199.98px) {
	.ca_slider .ca_slide {
		min-height: 300px
	}
	.ca_prod_imgs:not(.owl-carousel) {
		overflow-x: auto;
		white-space: nowrap
	}
}
@media (max-width:991.98px) {
	.ca_slider .ca_slide {
		min-height: 250px
	}
}
i.cat-icon {
	padding: 0;
	margin-left: .5rem;
	font-size: 1.2rem;
	line-height: 1.2rem
}
.cate_nav_item {
	border: 1px solid #dee2e6;
	padding: .3rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	height: 40px;
	color: #343a40
}
.cate_nav_item span {
	margin: 0 10px;
	display: inline-block;
	max-height: 39.2px;
	font-size: 14px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.cate_nav_item.active, .cate_nav_item:active, .cate_nav_item:hover {
	border-color: #ed1c24;
	color: #ed1c24;
	text-decoration: none
}
.categories_list .c-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color: rgba(237, 28, 36, .06);
	font-family: FontAwesome;
	font-size: 110vmin;
	z-index: -1
}
.categories_list .c-bg .fa {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}
.categories_list .c_header .h5, .categories_list .c_header h5 {
	margin-bottom: 0
}
@media (min-width:768px) {
	.categories-navigation .collapse {
		display: block
	}
}
.rfq-wrapper div#category-picker-dd {
	position: absolute;
	z-index: 99;
	width: 100%;
	background: #fff;
	box-shadow: 1px 3px 5px #c9c9c9;
	padding: 10px
}
.rfq-wrapper .category-dd {
	position: relative
}
.rfq-wrapper .category-dd #selectCatBtn {
	position: absolute;
	left: 0;
	top: 0
}
.rfq-logo .logo {
	background: url(/images/lg.png?3260e129e6e7931423dd947865cfb3da) 0 0;
	width: 57px;
	height: 40px;
	background-size: 100%;
	margin-right: 10px
}
.rfq-logo .logo, .rfq-logo .title {
	vertical-align: middle;
	display: inline-block
}
.rfq-logo .title .mn {
	font-weight: 700;
	font-size: 22px;
	color: #4a4a4a
}
.rfq-logo .title .wk {
	font-size: 16px;
	color: #a0a2ad
}
.rfq-wrapper {
	padding: 20px 35px
}
.rfq-pr {
	padding-left: 25px!important
}
.textarea-control {
	border: 1px solid #ced4da;
	padding: 12px
}
.textarea-control textarea {
	height: 150px;
	overflow-y: auto;
	border: 0;
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	display: block;
	resize: none;
	margin-bottom: 12px
}
.textarea-control textarea:focus {
	outline: none
}
.rfq-upload {
	position: relative
}
.rfq-upload .img-prv {
	width: 125px;
	height: 125px;
	border: 1px dashed #dae2ed;
	overflow: hidden;
	background: #dee2e6;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	float: right;
	margin-left: 5px
}
.rfq-upload .img-prv img {
	max-height: 100%
}
.rfq-upload input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: none
}
.rfq-upload label {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRDgxOUM4M0Q4ODIxMUU0OTVBNDkzNENBQzkzMzc0OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRDgxOUM4NEQ4ODIxMUU0OTVBNDkzNENBQzkzMzc0OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVEODE5QzgxRDg4MjExRTQ5NUE0OTM0Q0FDOTMzNzQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVEODE5QzgyRDg4MjExRTQ5NUE0OTM0Q0FDOTMzNzQ5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yU28FQAAADxJREFUeNpiFGs7w0AC+A+lGYnVwMRAYzBqwagFoxbQwQIWpOxPTpExOHzASIbLRwu7UQtGLRhRFgAEGAA5VwWbPynCVQAAAABJRU5ErkJggg==) 50% 40% no-repeat;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: center;
	width: 125px;
	height: 125px;
	border: 1px dashed #dae2ed;
	font-weight: 400;
	padding: 5px;
	cursor: pointer
}
.rfq-upload label strong {
	font-weight: 400
}
.rfq-upload label:hover {
	border-color: #3585cb
}
.number-words {
	text-align: left;
	margin-bottom: 0;
	color: #adb5bd
}
.number-words span {
	color: #fd7e14;
	margin: 0 3px
}
.rfq-progress-bar {
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
	margin-top: 40px
}
.rfq-progress-bar div {
	text-align: center;
	position: relative;
	color: #999
}
.rfq-progress-bar div:before {
	position: absolute;
	top: -20px;
	right: 0;
	width: 100%;
	content: "";
	height: 15px;
	background: #f2f6ff
}
.rfq-progress-bar .fair, .rfq-progress-bar .great {
	width: 40%
}
.rfq-progress-bar .great:before {
	background: #a8d4f0
}
.rfq-progress-bar .excellent {
	width: 20%
}
.rfq-progress-bar .excellent:before {
	background: #1686cc
}
.rfq-progress-bar .bubble {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: width .2s;
	transition: width .2s;
	width: 0
}
.rfq-progress-bar .bubble:before {
	position: absolute;
	top: -30px;
	left: -8px;
	display: block;
	content: "";
	width: 20px;
	height: 25px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABkCAMAAADt/6PaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcTQ0NEBAQDY2NjQ0NDMzMzU1NTQ0NDU1NTw8PDQ0NDMzM0BAQDMzMwqb3f0AAAANdFJOUwC7BCbZ7kT7ahGUlRAr/dw3AAAAyklEQVRYw+3QORaDMBAE0WYXAt//ugZvYxsJ9Shw4NeVV/IRL9VFtE3t27TA2te9/Yqtbqh5hw63xsn/TiMeBf8c8Cr6oS0v+Q5t+cjv0JaH/Alt8eQGbYUKaDd5TL0k+Se0NRPk/YxMZfIjNE+egqbJA06LfmiOPAfNkOehy+Rn0CXyc+gCeQDZcnwX9k2Ql6Hz5Ax0jpyDTpOz0EnyAHeLH/pI7oH+JvdBv5Hvc4fK9hmaNWvWrFmzZs2aNWvWrFkztaT65/lHXQEalUdns9UsVAAAAABJRU5ErkJggg==") 50%/100% auto no-repeat
}
.collapse-btn[aria-expanded=true] .fa {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.collapse-btn:focus {
	outline: none;
	box-shadow: none
}
@media (min-width:1200px) {
	.rfq-pr {
		padding-left: 125px!important
	}
	.rfq-wrapper {
		padding: 20px 80px
	}
}
@media (min-width:992px) and (max-width:1199.98px) {
	.rfq-pr {
		padding-left: 75px!important
	}
	.rfq-wrapper {
		padding: 20px 50px
	}
}
@media (max-width:991.98px) {
	.rfq-pr {
		padding-left: 0!important
	}
	.rfq-h {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.rfq-l {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}
@media (max-width:767.98px) {
	.rfq-wrapper {
		padding: 20px
	}
	.form-control {
		margin-bottom: 10px
	}
	textarea {
		height: auto;
		min-height: 150px
	}
	.i-d {
		width: 100%!important
	}
}
.cs-page {
	background-color: #fff;
	background-image: url(/images/bg1.png?7e79c965650a451de5d0352e927dd5e5), url(/images/bg1.png?7e79c965650a451de5d0352e927dd5e5), url(/images/bg4.png?49c0d4b8f34224dd3604402de9d350b3), url(/images/bg2.png?6fc8c929b7c81e5e4dd842819131ca2d), url(/images/bg5.png?123f5ff90e3764af6ec11873cf6c57fd), url(/images/bg3.png?139988c3ada31c2e0cff8ae64aa06567);
	background-repeat: no-repeat;
	background-position: -12% 30%, 120% 15%, 110% 40%, 115% 107%, -15% 70%, -16% 41%
}
.cp-section, .cp-sliders, .cs-section {
	position: relative
}
.cs-title {
	color: #fff
}

.cp-cs-item, .cp-cs-item picture, .cp-mainslider .slid-item, .fsp-item picture, .si-card .si-mask, .si-card .si-mask[data-video]:after, .ss-images a picture, .ss-thumbs picture {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}
.cp_background {
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    height: 300px;
    width: 98%;
    z-index: 0;
    border-radius: 3px
}
.cp_background img {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto
}
.cp_background.cp_filled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.cp_background.no-overlay:after {
    content: none
}

.cp-content {
    position: relative;
    z-index: 1
}
 
.cp-cat-name {
    position: relative;
}
.cp-cat-name:hover {
    color: #fff;
}

.cs-item {
    background: #fbfbfb;
    border-radius: 25px
}
.ss-images, .ss-images a {
	position: relative
}
.ss-images a {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden
}
.ss-images a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35%;
	width: 100%;
	background: rgba(52, 58, 64, .4);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(52, 58, 64, .9)), to(transparent));
	background: linear-gradient(0deg, rgba(52, 58, 64, .9), transparent)
}
.ss-images a picture {
	background: #f0f0f0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}
.ss-images a img {
	width: 100%;
	height: auto
}
.ss-thumbs {
	position: relative;
	z-index: 2;
	height: 75px;
	background: #fff;
	padding: 5px;
	width: 80%;
	border-radius: 50px;
	overflow: auto;
	margin: -50px auto auto;
	flex-wrap: nowrap
}
.ss-thumbs picture {
	cursor: pointer;
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 15px
}
.ss-thumbs picture img {
	height: 100%
}
.ss-thumbs picture.active {
	border: 2px solid #ed1c24
}
.ss-content .f-logo {
	float: right;
	width: 60px;
	height: 60px;
	margin-left: 5px;
	border-radius: 3px
}
.ss-content h4 a {
	text-transform: capitalize;
	color: #343a40
}
.ss-content p small {
	display: inline-block;
	margin-left: 10px;
	padding: 6px 12px;
	position: relative
}
.ss-content p small:not(:last-child):not(:first-child) {
	border-left: 1px solid #bbb
}
.ss-content p small:nth-child(2) {
	border-right: 1px solid #bbb
}
.cp-sliders .cp_background {
	height: 250px
}
.cp-mainslider h2, .cp-mainslider h3 {
	color: #fff
}
.cp-mainslider .owl-carousel {
	border-radius: 15px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .7)
}
.cp-mainslider .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0
}
.cp-mainslider .slid-item {
	border-radius: 8px;
	height: 242px;
	overflow: hidden;
}
.cp-mainslider .slid-item img {
    border-radius: 8px;
    width: 100%;
}

.cp-mainslider .slick-dots li button:before {
    opacity: 1;
    color: white;
    font-size: 10px !important;
}
.cp-mainslider .slick-dots li.slick-active button:before {
    color: #000 !important;
}
.cp-mainslider .owl-nav button.owl-next, .cp-mainslider .owl-nav button.owl-prev {
	background: #fff;
	border-radius: 5px
}
.cp-mainslider .owl-nav button.owl-next i, .cp-mainslider .owl-nav button.owl-prev i {
	color: #ed1c24
}
.cp-cslider, .cp-top .category-menu {
	border-radius: 10px;
	padding: 5px
}
.cp-cslider .cp-cs-item {
	color: #343a40
}
.cp-cslider .cp-cs-item, .cp-cslider .cp-cs-item picture {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.cp-cslider .cp-cs-item picture {
	width: 100px;
	height: 100px;
	overflow: hidden
}
.cp-cslider .cp-cs-item picture img {
	min-height: 100%;
	width: auto
}
.cp-cslider .cp-cs-item span {
	display: inline-block;
	margin-top: 15px;
	height: 55px;
	overflow: hidden;
	font-size: 12px
}
.cp-cslider .owl-nav button.owl-next, .cp-cslider .owl-nav button.owl-prev {
	background: #ed1c24;
	border-radius: 5px
}
.cp-cslider .owl-nav button.owl-next i, .cp-cslider .owl-nav button.owl-prev i {
	color: #fff
}
.cp-search-title {
	color: #000;
	text-align: right;
	margin: 1em 0;
	font-size: 1.5em;
}
.ci-card {
	border-radius: 25px;
	margin-bottom: 40px;
	padding: 25px 35px
}
.ci-card .ci-header {
	margin-bottom: 16px;
	color: #343a40
}
.ci-card .ci-header img {
	width: 48px;
	height: 48px;
	border-radius: 50%
}
.ci-card .ci-header a {
	margin: 0 4px;
	color: #343a40;
	padding: 6px
}
.ci-card .ci-image {
	width: 100%;
	background: #f8f9fa;
	display: -webkit-box;
	display: flex;
	height: 350px;
	border-radius: 12px;
	overflow: hidden;
	-webkit-transition: all .25s;
	transition: all .25s
}
.ci-card .ci-image img {
	height: 100%;
	width: auto;
	-webkit-transition: all .2s;
	transition: all .2s
}
.ci-card .ci-image:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}
.ci-card .ci-image:hover img {
	-webkit-filter: grayscale(.7);
	filter: grayscale(.7)
}
.ci-card .ci-info {
	margin-top: 16px
}
.ci-card .ci-info a {
	color: #343a40
}
.ci-card .ci-info a:hover {
	color: #ed1c24
}
.ci-card .ci-info span small {
	float: left;
	margin-left: 10px
}
.cp-featured .cp_background {
	height: 250px
}
.si-card {
	margin-bottom: 10px;
	padding: 0;
	border-radius: 25px
}
.si-card .si-mask {
	position: relative;
	width: 100%;
	height: 230px;
	overflow: hidden;
	background: #f8f9fa;
	border-radius: 25px 25px 0 0
}
.si-card .si-mask img {
	height: 100%;
	width: auto;
	min-width: 100%
}
.si-card .si-mask[data-video] {
	cursor: pointer
}
.si-card .si-mask[data-video]:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "\F01D";
	font-family: FontAwesome;
	font-size: 80px;
	color: hsla(0, 0%, 100%, .7)
}
.si-card .si-title {
	text-transform: capitalize
}
.si-card .si-title a {
	color: #343a40
}
.si-card .si-title a:hover {
	color: #ed1c24
}
.si-card .si-info {
	padding: 5px
}
.si-card .avatar {
	width: 60px;
	border-radius: 50%;
	margin-left: 15px
} 

.fsp-item .fsp-info a {
    font-size: 13px;
    line-height: normal;
    color: #000000;
    font-weight: 600;
    max-height: 55px;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0;
}
.fsp-item .fsp-info p.fsp-price {
    font-size: 11px;
}
p.fsp-price {
    font-size: 11px;
}
.si-card span img {
	margin: 0 5px
}
.si-card span div {
	margin-top: 7px
}
.fsp-carousel .owl-stage-outer {
	padding: 3px 0
}
.fsp-item {
	padding: 5px;
	border-radius: 16px
}
.fsp-item picture {
    border: 1px solid #e9ecef;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 3px;
    height: 170px;
}
.fsp-item picture[data-video] {
	cursor: pointer
}
.fsp-item picture[data-video]:after {
	position: absolute;
	left: 5px;
	bottom: 5px;
	content: "\F04B";
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #ced4da
}
.fsp-item picture img {
	height: 100%;
	width: auto
} 
.btn-close-video {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10;
	border-radius: 50%;
	width: 40px;
	height: 40px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.cp_background {
		height: 250px
	}
	.ss-images a {
		height: 150px
	}
	.ss-thumbs {
		padding: 5px;
		height: 60px;
		margin-top: -35px
	}
	.ss-thumbs picture {
		width: 45px;
		height: 45px
	}
	.ss-content {
		padding: 10px!important
	}
	.ss-content .f-logo {
		display: none
	}
	.cp-mainslider .slid-item {
		height: 210px
	}
	.ci-card .ci-info {
		margin-bottom: 25px
	}
}
@media (max-width:991.98px) {
	.cp_background {
		height: 200px
	}
	.ss-images a {
		height: 125px
	}
	.cp-mainslider .slid-item {
		height: 180px
	}
	.ci-card .ci-image {
		height: 300px
	}
}
@media (max-width:767.98px) {
	.cp-title:before {
		content: none
	}
	.ss-images a {
		height: 130px
	}
	.cp-mainslider .owl-stage-outer {
		box-shadow: none
	}
	.cp-mainslider .slid-item {
		height: auto;
		overflow: visible
	}
	.ci-card {
		padding: 16px;
		border-radius: 10px
	}
	.ci-card .ci-image {
		height: auto
	}
	.ci-card .ci-info {
		margin-bottom: 25px
	}
}


.seller-page{
    background: #ededed;
}



@media (min-width:1200px) {
	.seller-profile-tab .container-fluid, .seller-profile-tab .container-lg, .seller-profile-tab .container-md, .seller-profile-tab .container-sm, .seller-profile-tab .container-xl {
		padding: 0;
		max-width: 1200px
	}
	.seller-profile-tab .seller-profile-row {
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-right: 0;
		margin-left: 0
	}
	.seller-profile-tab .menu-col {
		width: 220px;
		max-width: 220px;
		padding: 0
	}
	.seller-profile-tab .sections-col {
		width: 960px;
		max-width: 960px;
		padding: 0
	}
}
@media (max-width:450px) {
	.seller-profile-tab .profile-tab-content td, .seller-profile-tab .profile-tab-content th {
		text-align: center
	}
}
#panorama-iframe {
	width: 100%;
	height: 300px;
	border: none
}
.feedbacks-row h3, .se-categories h3, .se-com-table h3, .se-con-person h3, .se-details h3 {
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
    color: #484848;
}




.wrapper_page_header_cover_area {
    max-width: 908px;
    margin: 10px auto auto auto;
    padding: 0 20px;
    padding-bottom: 0;
} 
.wrapper_counter_area {
    width: 100%;
}
.wrapper_page_header_logo_area{
    width: 132px;
    height: 132px;
    position: relative;
    margin-top: -15px;  
}
.wrapper_page_header_logo_area img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px solid #fff;
    width: 100%;
    height: 100%;
}
.wrapper_page_header_seller_area{
    width: calc(100% - 132px);
    width: -moz-calc(100% - 132px);
    width: -webkit-calc(100% - 132px);
    position: relative;
} 
.wrapper_page_business_type_area{
    position: relative;
}
.wrapper_page_header_seller_area_content_body{
    text-align: right;
}
.wrapper_page_business_type_area{
    text-align: right;
}
.wrapper_page_business_type_area span {
    color: #65676b;
    font-size: 1.15rem;
    display: block;
}

.wrapper_page_header_seller_area_content{
    padding: 0 1em;
    width: calc(100% - 270px);
}
.wrapper_page_header_links_area{
    width: 270px;
    padding: .5em 0 0;
}


.wrapper_page_header_toolbar_area {
    position: relative;
}
.wrapper_page_header_toolbar_area ._container {
    margin: 0 auto;
    max-width: 940px;
    border-top:1px solid #dddddd;
} 


.wrapper_page_counter_area{
    position: relative;
    padding: -2.5em 0;
}

.wrapper_page_counter_area .wpc_item {
display: inline-block;
    padding: 0px 0 0px 15px;
    color: #2b2626;
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 3px;
    position: relative;
    font-weight: bold;
    direction: rtl;
}



.wrapper_page_counter_area .wpc_item i {
    margin-left: .5em;
}
.wrapper_page_counter_area .wpc_item .wpc_count {
    color: #484848;
    padding: 0 0 0 3px;
}
 


.seller-header { 
    position: relative;
    background: #fff
}
.bg-white{
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
.seller-header .logo img {
    max-width: 100%;
    border: 4px solid #fff;
    border-radius: 150px;
}
.seller-header .logo-wrap {
    margin-top: -50px
}
.seller-header .seller-cover {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    max-width: 940px;
    max-height: 352px;
    margin: auto;
    position: relative;
} 
.seller-header .seller-header-title {
	margin-left: auto!important;
	text-align: right;
}
.seller-header .seller-header-title h2 {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	cursor: pointer
}
.seller-header .wrapper_page_header_seller_area h2 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    display: block;
    position: relative;
}
@media (max-width:767px) {
	.seller-header .seller-header-title h2 {
		font-size: 1.7rem
	}
}

.verified-account{
    display: block;
    margin: 10px auto auto auto;
    width: 260px;
}

.seller-header .seller-header-title .seller-header-intro {
	max-width: 80%;
	font-size: 1.2rem;
	letter-spacing: 1px;
	max-height: 44.8px;
	font-size: 16px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.seller-header.with-bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}
.seller-header.with-bg.before {
	content: none
}
.seller-header.with-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: hsla(0, 0%, 100%, .5)
}
.seller-header.with-bg .container-fluid, .seller-header.with-bg .container-lg, .seller-header.with-bg .container-md, .seller-header.with-bg .container-sm, .seller-header.with-bg .container-xl {
	position: relative;
	z-index: 1
}
.sp--item picture img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
a.sp--item.slick-slide {
    padding: .5em;
} 
.btn_text-message{
    color:#1d1f23;
}
.seller-icons {
    padding: 5px;
    border-radius: 0 4px 0 0;
    background: #000;
    overflow: hidden;
    position: relative;
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 66%);
}

.seller-icons::after{
  content: "";
  width: 400px;
  height: 300px;
  background: linear-gradient(-50deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0), 34%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 73%);
  position: absolute;
  left: -400px;
  top: -130px;
  transform: rotate(-25deg);
  animation: flashh 10s .3s ease-in-out infinite;
  -webkit-animation: flashh 10s .3s ease-in-out infinite
}

@keyframes flashh {
  from{
    left: -400px;
  }
  to {
    left: 250px;
  }
}
@-webkit-keyframes flashh {
  from{
    left: -400px;
  }
  to {
    left: 250px;
  }
}

a.sp--item.slick-slide {
    padding: .5em;
}
.seller-icons img {
    max-height: 40px;
    margin: 0 5px
}



.seller-toolbar {
    background: #fff;
    padding: 0.5em 0; 
}

.seller-toolbar a {
    color: #888a8d;
    padding: 1em;
    margin: 0 5px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.seller-toolbar a.active{
    border-bottom: 2px solid #1876f2;
    color: #1876f2
}
.seller-toolbar a:hover {
    background:#e4e6eb;
}

.seller-nav {
	margin-left: auto
}
.seller-nav .nav.nav-tabs a {
	border: 0;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 15px 15px;
	display: inline-block;
	border-radius: 5px 5px 0 0!important
}
.seller-nav .nav.nav-tabs a.active, .seller-nav .nav.nav-tabs a:hover {
	background: #fff;
	color: #ed1c24
}
.seller-nav .nav.nav-tabs a.active {
	box-shadow: 0 -6px 16px -7px rgba(0, 0, 0, .5);
	z-index: 1
}
img.verified-img {
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 99
}
.badge-pill {
	font-size: 14px
}
@media (max-width:767.98px) {
	.table-overview {
		min-width: auto!important
	}
	.table-overview colgroup {
		display: none
	}
	.table-overview tr {
		position: relative
	}
	.table-overview td, .table-overview th, .table-overview tr {
		display: block;
		width: 100%
	}
	.table-overview td, .table-overview th {
		padding: 4px
	}
	.table-overview td:nth-child(3n) {
		display: block;
		position: absolute;
		top: 0;
		left: 10px;
		width: 20px
	}
}

.contact-links{
    position: relative;
}
.contact-links .contact_link {
    color: #333;
    display: block;
    padding: 6px 12px 6px 0;
    text-align: left;
    width: 100%;
}
.contact-links .contact_link i {
    margin: 0 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fae37d;
    line-height: 27px;
    border-radius: 30px;
    border: 2px solid #484848;
} 
.contact-links .contact_link:hover i {
    background: #f3d161;
    border-color: #000;
}
 
.contact-links a:hover {
    color: #333;
    text-decoration: none;
}
.se-slider.profile-tab-slider .se-item {
	height: 320px
}
.se-slider .se-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 430px;
	overflow: hidden;
	background: #f5f5f5
}
.se-slider .se-item img.no-owl {
	max-width: 100%;
	max-height: 100%
}
.se-slider .owl-nav button {
	top: auto;
	bottom: 20px;
	width: 35px;
	height: 35px;
	border-radius: 50%
}
.se-slider .owl-nav button.owl-next, .se-slider .owl-nav button.owl-prev {
	background-color: #fff;
	color: #222;
	font-family: FontAwesome
}
.se-slider .owl-nav button.owl-prev {
	right: 30px
}
.se-slider .owl-nav button.owl-next {
	right: 75px
}
.se-categories {
	padding: 0;
	max-height: 890px;
	overflow-y: auto
}
.se-categories ul {
	list-style: none
}
.se-categories ul li>a.active {
	font-weight: 700
} 
.se-categories ul a {
    color: #000;
    font-size: 1em;
    background: #eee;
    padding: 0.8em 1em;
    border-radius: 20px;
    margin: 2px 0;
} 
.se-categories ul a:hover {
	color: #707070
}
.se-carousel {
	margin-top: 25px
}
.se-carousel .se-item a:hover {
	color: #ed1c24
}
.se-carousel .se-item .img {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 150px;
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 15px
}
.se-carousel .se-item .img img {
	max-width: 100%
} 
.se-carousel .se-info, .se-carousel .se-info a {
	color: #888
}
 

.contact-details-row .se-map {
	width: 100%;
	height: 150px;
	position: relative
}
.contact-details-row .se-map iframe {
	position: absolute;
	height: 100%;
	width: 100%
}
.contact-details-row.fixed-container .se-c-list li {
	margin-left: 5%
}
.contact-details-row.fixed-container .se-des .se-d-content {
	max-width: 95%
}
.se-des .se-d-content {
	max-width: 80%;
	letter-spacing: 1px;
	font-size: 14px
}
.se-com-table {
	padding: 25px 15px
}
.se-info-item {
	margin-bottom: 20px
}
.se-info-table span, .se-info-table strong {
	display: block;
	text-transform: capitalize
}
.se-info-table strong {
	color: #888;
	font-weight: 400;
	padding: 10px 0;
	font-size: 13px
}
.se-info-table span {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px
}
.se-con-person picture {
	margin: 25px auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
    box-shadow: 0px 0px 20px 0px #fff;
    border: 4px solid #ced0d4;
    width: 190px;
    height: 190px;
	overflow: hidden;
	border-radius: 50%;
	background: #f5f5f5 url(/images/person-bg.png?bf17c64ca9f439e819008f11223cbb24) 50% no-repeat
}
.se-con-person picture img {
	height: 100%;
	width: auto
}
.se-pi strong {
	text-transform: capitalize;
	margin-bottom: 5px
}
.se-pi .se-p-ty {
	color: #666;
	font-size: 15px
}
.se-p-c {
	border-top: 1px solid #eee;
	padding-top: 15px;
	text-align: right;
	width: 80%;
	margin: auto
}
.se-p-c>p {
	margin: 5px 10px
}
.se-p-c>p small, .se-p-c>p span {
	display: block
}
.se-p-c>p small {
	color: #ed1c24
}
.nav-line li>a.nav-link {
	color: #343a40;
	font-weight: 500;
}
.nav-line li>a.nav-link:hover {
	color: #3585cb;
	border-color: transparent
}
.nav-line li>a.nav-link.active {
    margin-bottom: 0;
    color: #2e7dcb;
    border: 1px solid transparent;
    cursor: default;
}
.se-pro-slider .se-pro-item {
	background-size: contain!important;
	background-position: 50%!important;
	background-repeat: no-repeat!important;
	overflow: hidden;
	height: 280px;
	background: #f5f5f5
}
.se-pro-slider .se-pro-item img {
	max-width: 100%
}
.se-pro-slider .se-pro-item iframe {
	width: 100%;
	height: 100%
}
.se-pro-slider .owl-dots {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
.se-pro-slider .owl-dots .owl-dot span {
	background: rgba(237, 28, 36, .4)
}
.se-pro-slider .owl-dots .owl-dot.active span {
	background: rgba(237, 28, 36, .9)
}
.terms_tab article>h3 {
	font-weight: 700;
	margin: 15px 0;
	text-transform: capitalize
}
.terms_tab article>h3 span {
	position: relative;
	display: inline-block;
	z-index: 1
}
.terms_tab article>h3 span:before {
	position: absolute;
	bottom: -3px;
	right: 0;
	content: "";
	width: 50%;
	height: 50%;
	background: rgba(237, 28, 36, .3);
	z-index: -1;
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	-webkit-transform-origin: top left;
	transform-origin: top left
}
.terms_tab article .content {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6
}
.gallery_tab .se-gallery-item {
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin-bottom: 25px;
	position: relative
}
.gallery_tab .se-gallery-item:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(237, 28, 36, .3);
	content: "+";
	font-size: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	opacity: 0
}
.gallery_tab .se-gallery-item:after, .gallery_tab .se-gallery-item img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.gallery_tab .se-gallery-item:hover:after {
	opacity: 1
}
.gallery_tab .se-gallery-item:hover img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.tab-table tr td:first-child {
	width: 225px
}
.seller-products-tab .fsp-item {
	position: relative;
	padding: 7px;
	box-sizing: content-box;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	border-radius: 8px;
	margin-right: 8px
}
.seller-products-tab .fsp-item picture {
	background: #fff;
	box-shadow: none
}
.seller-products-tab .fsp-item picture[data-video]:after {
	position: absolute;
	left: calc(50% - 30px);
	bottom: calc(50% - 30px);
	content: "\F04B";
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .7)
}
.seller-products-tab .fsp-item .h4 {
	height: 51.2px;
	font-size: 16px;
	line-height: 1.6;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.seller-products-tab .min_order, .seller-products-tab .min_price {
	margin: 0;
	font-size: 16px
}
.seller-products-tab .min_price {
	height: 48px;
	overflow: hidden
}
.top_picks {
	padding: 10px 12px;
	background: #e9eff5;
	border: 1px solid #dbe3ef;
	-webkit-transition: all;
	transition: all
}
.top_picks:hover {
	background: #c6d6e5
}
.top_picks i {
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: #97b3d5;
	border-radius: 50%;
	color: #fff;
	font-size: 20px
}
.top_picks strong {
	font-size: 16px;
	margin: 0 10px;
	text-transform: capitalize;
	color: #000
}
.categoriesList.seller-categories li ul {
	max-height: none;
	overflow: visible
}
.pro-tabs .nav-link {
	padding: 16px;
	font-weight: 700;
	color: #343a40
}
.pro-tabs .nav-link.active {
	color: #ed1c24
}
.pro-tabs-content {
	position: relative;
	padding-top: 15px
}
.pro-tabs-content:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 50%;
	background: #dee2e6;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(222, 226, 230, 0)), to(#dee2e6));
	background: linear-gradient(0deg, rgba(222, 226, 230, 0), #dee2e6)
}
.product-recommend-small .product-itm {
	margin-bottom: 15px
}
.product-recommend-small .product-itm a {
	color: #343a40
}
.product-recommend-small .product-itm picture {
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 70px
}
.product-recommend-small .product-itm picture img {
	height: 100%
}
.product-recommend-small .product-itm-body {
	padding: 5px;
	width: calc(100% - 80px)
}
.product-recommend-small .product-itm-title {
	height: 39.2px;
	font-size: 14px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.slick-buttons-group .btn {
	border-radius: 0!important
}
.se-contact-header h3 {
	font-weight: bolder;
	font-size: 30px;
	text-transform: capitalize
}
.se-contact-header p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6
}
.se-contact-form form h3 {
	text-transform: capitalize;
	color: #1776ae;
	margin-bottom: 35px
}
.se-contact-form form label {
	text-transform: capitalize;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px
}
.se-contact-form form .form-control {
	border-radius: 0
}
.se-contact-info>div {
	background: #0b3954 url(/images/contact-us.png?21423278616af454d072bea489f1b48d) 90% 130%/120% no-repeat;
	color: #fff;
	height: 100%;
    border-radius: 8px;
}
.se-contact-content{
    width: 100%;
    background: rgb(0 18 68 / 70%);
}
.se-contact-info .pd {
    padding: 1em;
    text-align: center;
    border-radius: 8px;
}
.se-contact-info .pd h3 {
	font-weight: 700;
	margin: 35px 0
}
.se-contact-info .links-list {
	font-size: 16px;
	color: #fff
}
.se-contact-info .links-list li {
	margin-bottom: 15px
}
.se-contact-info .links-list i {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #fff;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.se-contact-info .links-list li:hover i {
    background: rgb(0 36 97 / 25%);
    box-shadow: 0px 0px 10px 0px #fff;
}
.se-contact-info .links-list a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: .5em 0 0;
}
.se-contact-info .social-list {
	padding: 0;
	list-style: none;
	text-align: center;
}
.social-list a,
.social-list a:hover{
    text-decoration: none;
    color: #fff
}
.se-contact-info .social-list a i {
    font-size: 20px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #000;
    color: #fff;
}

.se-contact-info .social-list a.f:hover i{
 background: #1877F2;
 color: #fff;
}
.se-contact-info .social-list a.t:hover i {
 background: #1DA1F2;
 color: #fff;
}
.se-contact-info .social-list a.l:hover i {
background: #0A66C2;
 color: #fff;
}
.se-contact-info .social-list a.y:hover i {
background: #CD201F;
 color: #fff;
}
.se-contact-info .social-list a.i:hover i {
background: #E4405F;
 color: #fff;
}
.feedback-form h3 {
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize
}
.rating-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 15px
}
.rating-group.is-invalid {
	box-shadow: 0 0 0 1px #ed1c24
}
.rating-group input {
	display: none
}
.rating-group input:checked+span {
	color: #ed1c24
}
.rating-group input:checked+span.s1 {
	color: #e62919
}
.rating-group input:checked+span.s2 {
	color: #ff9b00
}
.rating-group input:checked+span.s3 {
	color: #f5d01e
}
.rating-group input:checked+span.s4 {
	color: #68ce37
}
.rating-group input:checked+span.s5 {
	color: #32c03e
}
.rating-group .rating {
	margin: 0 15px
}
.rating-group .rating span {
	position: relative;
	width: 75px;
	height: 75px;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	justify-content: center;
	text-transform: capitalize;
	cursor: pointer
}
.rating-group .rating span:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: re;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	width: 100%;
	height: 100%;
	text-align: center
}
.rating-group .rating span.s1:after {
	content: "\E80D"
}
.rating-group .rating span.s2:after {
	content: "\E802"
}
.rating-group .rating span.s3:after {
	content: "\E80A"
}
.rating-group .rating span.s4:after {
	content: "\E800"
}
.rating-group .rating span.s5:after {
	content: "\E812"
}
.fk-card {
	padding: 10px 0
}
.fk-card .fk-icon i {
	font-size: 28px;
	width: 60px;
	display: inline-block;
	margin-left: 10px;
	position: relative
}
.fk-card .fk-icon i:after {
	margin: 0 .5em;
	content: attr(data-content);
	font-size: 12px;
	position: absolute;
	bottom: -15px;
	font-style: normal;
	width: 100%;
	text-align: right;
	right: 0;
	text-transform: capitalize
}
.fk-card .emo-angry {
	color: #e62919
}
.fk-card .emo-unhappy {
	color: #ff9b00
}
.fk-card .emo-displeased {
	color: #f5d01e
}
.fk-card .emo-happy {
	color: #68ce37
}
.fk-card .emo-laugh {
	color: #32c03e
}
.fk-card .fk-content {
	width: 100%
}
.fk-card .fk-content .h5 {
	font-weight: 700;
	text-transform: capitalize
}
.fk-card .fk-content .fx-txt {
	letter-spacing: 1px;
	max-height: 78.4px;
	font-size: 14px;
	line-height: 1.4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}
.fk-card .fk-d {
	margin: 3px 0
}
.fk-card .btn-feed {
	color: #6c757d;
	text-transform: capitalize
}
.inModal {
	padding: 25px
}
.inModal .fk-content .fx-txt {
	letter-spacing: 1px;
	overflow: visible;
	height: auto;
	line-height: 1.6;
	max-height: none
}
.rating-progress div {
	height: 16px;
	background: #edf7fa;
	border-radius: 15px;
	margin: 12px 0;
	padding: 3px
}
.rating-progress div span {
	display: block;
	height: 20px;
	background: #ddaf12;
	border-radius: 15px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.rating-percentage span {
	display: block;
	font-size: 16px;
	font-weight: 100;
	color: #555;
	margin: 5px 0
}
.rating-percentage .emo-angry {
	color: #e62919
}
.rating-percentage .emo-unhappy {
	color: #ff9b00
}
.rating-percentage .emo-displeased {
	color: #f5d01e
}
.rating-percentage .emo-happy {
	color: #68ce37
}
.rating-percentage .emo-laugh {
	color: #32c03e
}
.rating-average {
	text-align: center;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center
}
.rating-average .av-num {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1
}
.rating-average .av-star {
	color: #fdc91b;
	font-size: 1.5rem
}
.rating-average .h4 {
	font-size: 1rem
}
.seller-classified-tab .se-class-item {
	overflow: hidden;
	height: 300px;
	width: 100%;
	position: relative;
	border: 1px solid #fff
}
.seller-classified-tab .se-class-item:after {
	background: hsla(0, 0%, 100%, .5);
	content: "";
	z-index: 2;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.seller-classified-tab .se-class-item:after, .seller-classified-tab .se-class-item img.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.seller-classified-tab .se-class-item img.bg {
	z-index: 0;
	-webkit-filter: blur(25px);
	filter: blur(25px)
}
.seller-classified-tab .se-class-item img:not(.bg) {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	transition: all .3s
}
.seller-classified-tab .se-class-item:hover img:not(.bg) {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.seller-classified-tab .se-class-item:hover:after {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}
.sr-comInfo-details {
	border: 1px solid #e6ecf2;
	z-index: 1100;
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	border-radius: 3px;
	width: 100%;
	color: #343a40
}
@media (min-width:576px) {
	.sr-comInfo-details {
		width: 540px
	}
}
@media (min-width:992px) {
	.sr-comInfo-details {
		width: 800px
	}
}
@media (min-width:1200px) {
	.sr-comInfo-details {
		width: 930px
	}
}
.sr-comInfo-details .details-intro {
	color: #888;
	letter-spacing: 1px;
	line-height: 1.5
}
.sr-comInfo-details .details-footer {
	border-top: 1px solid #eee;
	padding-top: 15px
}
.sr-comInfo-details .details-footer a {
	display: inline-block;
	padding: 6px 12px;
	color: #343a40
}
.sr-comInfo-details .details-footer a:hover {
	color: #ed1c24
}
.sr-comInfo-details .details-footer .fa {
	margin: 0 3px
}
.sr-comInfo-details .details-address {
	font-size: 16px
}
.sr-comInfo-details .details-address i {
	margin-left: 5px
}
.sr-comInfo-details .details-address img {
	max-height: 200px
}
.sr-comInfo-details .info-fields li {
	margin-bottom: 10px;
	padding-right: 15px;
	display: -webkit-box;
	display: flex
}
.sr-comInfo-details .info-fields li i {
	margin-right: -20px;
	float: right;
	margin-top: 4px
}
.sr-comInfo-details .info-fields li .info-label {
	margin-right: 15px;
	display: inline-block;
	width: 160px;
	color: #888
} 
.seller-profile-intro {
	max-height: 220px;
	overflow-y: auto;
	letter-spacing: 1px;
	line-height: 24px
}
.company-card {
	margin-top: 15px
}
.company-card .rate {
	margin-left: 15px;
	background: rgba(237, 28, 36, .1);
	display: inline-block;
	padding-top: 15px;
	width: 100px;
	height: 100px;
	text-align: center
}
.company-card .rate .total-score {
	font-size: 34px;
	font-weight: 700;
	line-height: 48px;
	height: 48px;
	padding: 0 11px;
	color: #ed1c24
}
.company-card .rate .review-num {
	color: #ed1c24
}
.company-card .rate:hover {
	text-decoration: none
}
.company-card .transaction-detail li {
	margin-bottom: 5px
}
.company-card .transaction-detail li>strong {
	display: inline-block;
	margin-left: 15px
}

.s-profile-item picture {
	height: 200px;
	box-shadow: none
}
.mod-header {
	padding: 20px;
	line-height: 21px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.mod-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px 10px 0 0
}
.mod-header .title {
	position: relative;
	color: #fff;
	z-index: 1;
	margin: 0;
	font-weight: 700
}
.sp--item {
	display: block
}
.sp--item picture {
	width: 100%;
	height: 140px;
	overflow: hidden;
	border-radius: 4px;
}
.sp--item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 4px;
}
.sp--item .title {
    display: inline-block;
    margin-top: 10px;
    max-height: 56px;
    color: #343a40;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.col-per {
	color: #666
}
.col-per span {
	display: block;
	color: #777
}
.col-per i {
	margin-left: 10px
}
.col-per i, .col-per strong {
	font-size: 16px
}
.bg-gold {
	background: #333;
}
.mega-menu .link {
	padding: 3px 5px;
	color: #343a40;
	margin-bottom: 2px;
	display: block
}
.last-nav {
	margin-right: auto
}
.sourcing h4 {
	font-weight: 500;
	color: #343a40
}
.sourcing .link:hover {
	color: #ed1c24;
	text-decoration: none
}
.user-area {
	margin-top: 7px;
	display: inline-block;
	text-transform: capitalize
}
.user-area a {
	color: #56606a;
	display: inline-block;
	margin: 0 3px
}
.seller-navbar {
	background: #fff
}
.seller-navbar .dropdown-toggle {
	border: 1px solid transparent;
	border-bottom: 0;
	white-space: normal!important
}
.seller-navbar .dropdown-toggle:after {
	-webkit-transition: all .3s;
	transition: all .3s
}
.seller-navbar .dropdown-menu {
	margin-top: -1px
}
.seller-navbar .dropdown.show .dropdown-toggle {
	border-color: rgba(0, 0, 0, .15);
	z-index: 1001;
	background: #fff;
	position: relative;
	color: #ed1c24
}
.seller-navbar .dropdown.show .dropdown-toggle:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.seller-navbar .navbar-nav .nav-link {
	color: #343a40
}
.gold-bar .navbar-nav .nav-link {
	color: #fff
}
.order-dropdown {
	color: #56606a;
	padding: 15px;
	min-width: 250px
}
.order-dropdown ul {
	margin-bottom: 10px
}
.order-dropdown li {
	margin-bottom: 5px
}
.order-dropdown li a {
	color: #56606a
}
.order-dropdown li a:hover {
	color: #ed1c24;
	text-decoration: none
}
.order-dropdown i {
	font-size: 6px;
	color: #888;
	margin: 0 3px
}
.gold-bar .favorite-link.active i:before {
	content: "\F004";
	color: #ed1c24;
	text-shadow: 0 0 4px #fff
}
.gold-links {
	min-width: 220px
}
.gold-links a {
	padding: 8px;
	color: #fff;
	display: block;
	letter-spacing: 1px
}
.gold-links a:hover {
	text-decoration: none;
	background: hsla(0, 0%, 100%, .9);
	color: #ed1c24
}
.fav-dropdown {
	min-width: 220px
}
.fav-dropdown p {
	margin-top: 15px
}

.gowaweSubNavActions{
    display: none;
    padding: 1em 0;
    position: absolute;
    z-index: 9;
}
.c-supplier-dropdown {
    z-index: 1100;
    background: #fff;
    border: 2px solid #f7db70;
    padding: 1em;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 0 0 4px 4px;
    width: 100%;
    display: block;
}
@media (min-width:600px) {
	.c-supplier-dropdown {
		min-width: 300px
	}
}
.c-supplier-dropdown .c-card {
	padding-top: 45px;
	position: relative
}
.c-supplier-dropdown .c-verified {
	position: absolute;
	top: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	border-radius: 0 0 8px 8px;
	font-weight: 700;
	padding: 0 12px;
	height: 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}
.c-supplier-dropdown table tr td {
	padding: 5px
}
.c-supplier-dropdown table tr td:first-child {
	font-size: 12px;
	color: #666
}
@media (min-width:768px) {
	#collapseNav {
		display: block
	}
	.mega-menu ._3col {
		min-width: 670px
	}
	.mega-menu ._2col {
		min-width: 450px
	}
	.mega-menu ._1col {
		min-width: 300px
	}
}
@media (max-width:1199.98px) {
	.seller-nav {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.seller-links {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.contact-links {
		margin-bottom: 15px;
		text-align: center
	}
	.contact-details-row .se-map {
		height: 100%
	}
	.se-des .se-d-content {
		max-width: 100%
	}
	.se-details>ul.d-flex {
		flex-wrap: wrap
	}
	.se-details>ul.d-flex li {
		margin-bottom: 25px;
		margin-left: 5px
	}
}
@media (min-width:992px) and (max-width:1199.98px) {
	.se-slider .se-item {
		height: 300px
	}
	.se-carousel .se-item .img {
		height: 200px
	}
	.se-categories {
		max-height: 580px
	}
	.se-details>ul.d-flex li {
		width: 32%
	}
	.nav-tabs.nav-line .nav-link {
		padding: 6px 10px
	}
	.rating-group .rating span {
		width: 50px;
		height: 50px
	}
	.rating-group .rating span:after {
		font-size: 20px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.se-slider .se-item {
		height: 260px
	}
	.se-carousel .se-item .img {
		height: 200px
	}
	.se-categories {
		max-height: 540px
	}
	.se-details>ul.d-flex li {
		width: 48%
	}
	.seller-icons-col {
		margin-right: auto
	}
	.se-contact-info>div {
		background-position: 90% 108%
	}
	.se-contact-info .pd h3 {
		text-align: center
	}
	.rating-group .rating span {
		width: 40px;
		height: 50px
	}
	.rating-group .rating span:after {
		font-size: 20px
	}
	.seller-classified-tab .se-class-item {
		height: 250px
	}
	.seller-products-tab .form-inline>.form-group label {
		display: none
	}
	.seller-products-tab .form-inline>.form-group.mx-3 {
		margin-left: 5px!important;
		margin-right: 5px!important
	}
	.seller-navbar .navbar-collapse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.seller-navbar .navbar-collapse .last-nav {
		margin: 0
	}
}
@media (max-width:991.98px) {
	.nav-tabs.nav-line {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden
	}
	.nav-tabs.nav-line .nav-link {
		white-space: nowrap
	}
}
@media (max-width:767.98px) {
	.seller-header .seller-header-title {
		text-align: center;
	}
	.seller-header .seller-header-title .seller-header-intro {
		max-width: 100%;
		max-height: none;
		overflow: visible
	}
	.seller-icons-col {
		text-align: center
	}
	.seller-nav .nav.nav-tabs {
		flex-wrap: nowrap;
		overflow-x: auto
	}
	.seller-nav .nav.nav-tabs a {
		white-space: nowrap
	}
	.se-categories {
		max-height: none
	}
	.se-slider .se-item {
		height: auto
	}
	.se-details>ul.d-flex li {
		width: 50%;
		margin: 10px 0;
		text-align: right
	}
	.gallery_tab .se-gallery-item {
		height: 140px
	}
	.se-contact-info>div {
		background-blend-mode: soft-light
	}
	.se-contact-info>div .social-list a {
		color: #fff
	}
	.rating-group .rating span {
		width: 30px;
		height: 50px
	}
	.rating-group .rating span:after {
		font-size: 18px
	}
	.seller-classified-tab .se-class-item {
		overflow: visible;
		height: auto
	}
	.seller-classified-tab .se-class-item img.bg {
		display: none
	}
	.seller-classified-tab .se-class-item:hover img:not(.bg) {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.seller-classified-tab .se-class-item:hover:after {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
	.seller-products-tab>.container-fluid>.row, .seller-products-tab>.container-lg>.row, .seller-products-tab>.container-md>.row, .seller-products-tab>.container-sm>.row, .seller-products-tab>.container-xl>.row {
		flex-wrap: wrap-reverse
	}
	.seller-products-tab .form-inline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.seller-products-tab .form-inline .form-group {
		width: 100%
	}
	.seller-products-tab .form-inline .form-group .form-control {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.pro-tabs .nav-link {
		padding: 16px 8px
	}
	.sr-comInfo-details .details-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.sr-comInfo-details .details-address {
		text-align: center
	}
	.sr-comInfo-details .info-fields li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.sr-comInfo-details .info-fields li .info-label, .sr-comInfo-details .info-fields li a, .sr-comInfo-details .info-fields li span:not(.info-label) {
		width: 100%;
		margin-right: 15px
	}
	.col-per span {
		display: inline-block;
		margin-left: 15px
	}
	.seller-navbar .nav-item {
		border-bottom: 1px solid #eee
	}
	.gold-bar .dropdown-toggle {
		padding: 6px!important
	}
}
.product-carousel .p-item {
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #f6f6f6
}
.product-carousel .p-item img {
	height: 100%;
	width: auto
}
.product-carousel .owl-dots {
	margin-top: 15px
}
.product-thumb-carousel .owl-item .p-item {
	border: 1px solid transparent
}
.product-thumb-carousel .owl-item.current .p-item {
	-webkit-filter: none;
	filter: none;
	border: 1px solid var(--red, #ed1c24)
}
.product-thumb-carousel .p-item {
	height: 60px;
	width: 65px;
	overflow: hidden
}
.product-thumb-carousel .p-item img.product-img-thumb {
	height: 100%;
	width: auto
}

.related-products-tab h3,
.reviews-title,
.rating-percentage{
    text-align: right;
} 

.product-reviews {
    text-align: left;
    font-size: 1.2em;
}
.product-description .product-reviews a {
	color: #ed1c24;
	display: inline-block;
	margin: 0 5px
}
.product-description .product-specifications strong {
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px
}
.product-description .product-price {
	text-align: center
}
.product-description .product-price del, .product-description .product-price span {
	display: block
}
.product-description .product-price .old-price {
	color: #ed1c24;
	font-size: 16px
}
.product-description .product-price .current-price {
	font-size: 22px;
	font-weight: 700
}
.product-description .product-brief {
	padding-top: 15px;
	border-top: 1px solid #eee;
	word-spacing: 2px;
	letter-spacing: 1px;
	color: #666;
	line-height: 1.8
}
.product-description .product-meta {
	margin-top: 15px;
	color: #343a40;
	font-size: 14px
}
.product-description .product-meta a {
	display: inline-block;
	color: #000;
	text-transform: capitalize;
	margin: 0 3px
}
.product-options {
	border-top: 1px solid #eee
}
.product-quantity .btn {
	border-radius: 0;
	border: 1px solid #ced4da
}
.product-quantity .qty {
	border-radius: 0;
	-webkit-appearance: textfield!important;
	-moz-appearance: textfield!important;
	appearance: textfield!important;
	max-width: 150px
}
.product-quantity .qty::-webkit-inner-spin-button, .product-quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.products-gallery-tab .fsp-item {
	padding: 0;
	border: 3px solid #fff;
	border-radius: 0
}
.supplier-card {
    border: 2px solid #eaeaea;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.supplier-card:hover {
    border-color: #f9df77;
}
.supplier-card>h3 {
	font-weight: 700;
	text-transform: capitalize;
	margin-right: 15px
}
.supplier-card picture {
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0
}
.supplier-card .company-info {
	margin: 15px;
	border-bottom: 1px solid #f0f0f0
}
.supplier-card .company-info li {
	margin-bottom: 15px
}
.supplier-card .company-info i {
	display: inline-block;
	margin-left: 5px;
	color: #ddaf12
}
.supplier-card .company-info a {
	color: #343a40
}
.supplier-card .company-info address {
	display: inline-block
}
.product-description h1, .product-description h2, .product-description h3 {
	font-weight: 700;
	margin: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px
}
.product-description h4, .product-description h5, .product-description h6 {
	font-weight: 600;
	margin-bottom: 15px
}
#productMainTab .nav-link {
	padding: 15px;
	font-size: 1rem
}
#productMainTab li.nav-item {
	margin-right: 5px
}
#productMainTab .nav-link {
	color: #495057;
	background-color: #f2f2f2;
	border-color: #c5c5c5
}
#productMainTab .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
#product-TabContent .product-description-tab img, #product-TabContent .product-description-tab video {
	max-width: 100%!important
}
#productMainTab-Content {
	border: 1px solid #dee2e6;
	border-top: none;
	border-bottom: none;
	position: relative
}
#productMainTab-Content .scroll-controls {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background: #fff;
	width: 100px;
	height: 100%;
	display: -webkit-box;
	display: flex
}
#productMainTab-Content .list-group-horizontal {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
#productMainTab-Content .list-group-horizontal .list-group-item {
	flex-shrink: 0;
	display: block;
	width: auto;
}
#product-TabContent h3.product-section-title {
   padding: .5em;
    font-size: 1.2em;
    font-weight: 700;
    margin: .5em 0;
    display: block;
}
.product-tabs .sticky-top {
	background: #f9f9f9
}
.product-tabs .tab-body {
	border: 1px solid #dee2e6;
	border-top: none
}
span.badge.badge-product-option {
    font-size: 2em;f
    background: #eeeeee;
    padding: .5em;
    display: block;
    text-align: center;
    margin: .5em 0;
}




@media (min-width:768px) and (max-width:991.98px) {
	.product-sidebar {
		margin-bottom: 25px;
		display: -webkit-box;
		display: flex
	}
}
@media (max-width:767.98px) {
	.product-carousel .p-item {
		height: auto
	}
	.product-carousel .p-item img {
		width: auto;
		height: 300px
	}
	.options-price, .products-feedback-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.product-price {
		margin: 25px 0
	}
	.product-quantity .form-control {
		margin-bottom: 0
	}
}
.cart-item {
	padding: 15px;
	border-bottom: 1px solid #eee
}
.cart-item picture {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 75px;
	height: 75px;
	border: 3px solid #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	overflow: hidden;
	position: relative
}
.cart-item picture img {
	height: 100%
}
.cart-item .cart-item-title {
	font-size: 14px;
	color: #000;
	max-width: 350px;
	margin: 0 15px
}
.cart-item .cart-item-info {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	color: #777
}
.cart-item .cart-item-info span {
	display: block
}
.cart-item .current-price {
	font-size: 16px;
	color: #343a40
}
.cart-item .cart-item-total {
	text-align: center;
	text-transform: capitalize
}
.cart-item .cart-item-total h4 {
	color: #777
}
.cart-item .cart-item-total .total-price {
	font-size: 18px
}
.cart-item-quantity .btn {
	border-radius: 0;
	border: 1px solid #ced4da
}
.cart-item-quantity .qty {
	border-radius: 0;
	-webkit-appearance: textfield!important;
	-moz-appearance: textfield!important;
	appearance: textfield!important;
	max-width: 75px
}
.cart-item-quantity .qty::-webkit-inner-spin-button, .cart-item-quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.update-cart .form-col {
	margin-left: auto
}
.addresses-list .address-item {
	cursor: pointer;
	border-bottom: 1px solid #dcdcdc
}
.addresses-list .address-item:hover {
	background: #f1f1f1
}
.addresses-list .address-item.active {
	background: #f4ffde
}
.cart-total h2 {
	font-weight: 700
}
.cart-total td, .cart-total td b {
	font-size: 14px;
	font-weight: 400
}
.cart-total .cart-total-price {
	color: #ed1c24;
	font-size: 18px
}
.scrollable-y-500 {
	height: 350px;
	overflow-y: auto
}

.product-sections-nav #Main ul,
.product-tabs .sticky-top ul {
    direction: rtl;
}

.price-qty{
    text-align: right;
    font-size: 1.2em;
}
@media (max-width:1199.98px) {
	.cart-total {
		margin-top: 25px
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.cart-item picture {
		width: 60px;
		height: 60px
	}
	.cart-item .cart-item-title {
		max-width: 150px
	}
	.cart-item-quantity .qty {
		max-width: 50px
	}
}
@media (max-width:767.98px) {
	.cart-item {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start!important;
		justify-content: flex-start!important;
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.cart-item .cart-item-price, .cart-item .cart-item-quantity, .cart-item .cart-item-title {
		margin: 15px 0
	}
	.cart-item .cart-item-quantity .qty {
		margin-bottom: 0
	}
	.cart-item .cart-item-total {
		border-top: 1px solid #eee;
		width: 100%;
		padding: 15px;
		text-align: right;
		background: #f6f6f6
	}
	.cart-item .cart-item-total:after, .cart-item .cart-item-total:before {
		content: "";
		display: table
	}
	.cart-item .cart-item-total:after {
		clear: both
	}
	.cart-item .cart-item-total {
		zoom: 1
	}
	.cart-item .cart-item-total h4 {
		display: inline-block;
		margin-left: 15px
	}
	.cart-item .cart-item-total .total-price {
		float: left
	}
	.cart-item .remove-cart-item {
		position: absolute;
		top: 15px;
		left: 15px
	}
	.update-cart .form-control {
		margin-bottom: 0
	}
	.btn-update {
		margin-top: 15px
	}
}
.step-sub-total {
	margin-top: 15px;
	margin-right: 5px;
	font-size: 14px;
	text-transform: capitalize!important
}
.order-summary-toggle {
	background: #fafafa;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 25px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.order-summary-toggle[aria-expanded=false] .hide, .order-summary-toggle[aria-expanded=true] .show {
	display: none
}
.order-summary-toggle .order-summary-toggle-inner i, .order-summary-toggle .order-summary-toggle-inner span {
	margin: 0 5px
}
.order-summary-toggle .order-summary-total {
	font-size: 1.28571em;
	line-height: 1em;
	color: #333
}
.order-summary .table-summary td {
	vertical-align: middle
}
.order-summary .table-summary tr:first-child td {
	border-top: 0
}
.order-summary .product-thumbnail {
	width: 56px;
	height: 65px;
	border-radius: 8px;
	background: #fff;
	position: relative
}
.order-summary .product-thumbnail:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, .1);
	z-index: 2
}
.order-summary .product-thumbnail picture {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	z-index: 1;
	display: block
}
.order-summary .product-thumbnail picture img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}
.order-summary .product-thumbnail .badge {
	padding: 4px 6px;
	font-weight: 400;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 3
}
.order-summary .product-title {
	padding: 15px;
	color: #222;
	max-width: 100%
}
.order-summary .total-price {
	padding: 15px;
	font-size: 14px;
	color: #323232;
	font-weight: 500
}
.table-total td, .table-total th {
	vertical-align: middle;
	padding: 15px
}
.table-total th {
	font-weight: 400;
	text-transform: capitalize
}
.table-total td {
	text-align: left
}
.table-total .totalprice {
	color: #323232;
	font-size: 1.71429em;
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1em
}
.checkout-information-form .form-group {
	margin-top: 25px
}
.checkout-information-form label {
	text-transform: capitalize;
	color: #777;
	display: block
}
.checkout-information-form .custom-control {
	padding-right: 1.5rem
}
.btns-bar .fa-angle-left:before {
	content: "\F105"
}
.checkout-info {
	padding: 15px 30px;
	border: 1px solid #dde3e8;
	border-radius: 5px
}
.checkout-info .ct-label {
	padding-left: 15px;
	color: #737373
}
.checkout-info .ct-content {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap
}
.checkout-info address {
	margin-bottom: 0
}
.checkout-info a {
	color: #2d2d2d
}
.content-row~.content-row {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #dde3e8
}
.payment-section .pn-title {
	margin-bottom: 25px
}
.payment-section .pn-inputs {
	padding: 1rem;
	background: #f7f7f7;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
	margin-bottom: 1rem
}
.payment-section .credit-area, .payment-section .paypal-area {
	border-radius: 5px
}
.payment-section .form-check-label {
	margin-right: 20px;
	font-size: 16px;
	text-transform: capitalize
}
.payment-section .payment-brief {
	color: #788995;
	letter-spacing: 1px;
	max-width: 100%;
	margin-bottom: 15px
}
.payment-section label {
	text-transform: capitalize
}
.payment-section .form-check-input {
	margin-top: 5px
}
.payment-section .custom-select~.custom-select {
	margin-right: 15px
}
.payment-section input[type=number] {
	-moz-appearance: textfield
}
.payment-section input[type=number]::-webkit-inner-spin-button, .payment-section input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.payment-section .btn-cvv {
	font-size: 20px
}
.payment-section .cvv-input {
	width: 100px
}
@media (min-width:992px) {
	.order-summary.collapse:not(.show) {
		display: block
	}
}
@media (max-width:991.98px) {
	.checkout-row {
		flex-wrap: wrap-reverse
	}
	.order-summary {
		background: #f8f8f8
	}
	.f-d-c {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.bill-section {
		background: #fff;
		box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
	}
}
@media (max-width:767.98px) {
	.btns-bar .btn {
		margin-bottom: 25px
	}
	.checkout-info {
		padding: 15px
	}
	.checkout-info .ct-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		max-width: 70%;
		text-overflow: unset;
		overflow: visible;
		white-space: unset
	}
	.payment-section .payment-brief {
		max-width: 100%
	}
	.ct-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse
	}
	.ct-footer .btn:first-child {
		margin-top: 25px
	}
}
.credit {
	display: none
}
.credit-cell {
	width: 24%;
	border: none;
	outline: none;
	text-align: center;
	letter-spacing: 3px
}
.credit-cell, .credit-input {
	color: #555;
	background-color: #fff
}
.credit-input {
	display: block;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-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
}
.c-focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.thank-page {
	min-height: 400px
}
.thank-msg {
	margin: 50px 0;
	text-align: center;
	padding: 25px
}
.thank-msg .fa {
	font-size: 75px
}
.thank-msg h2 {
	font-size: 3rem;
	text-transform: uppercase;
	margin: 15px 0;
	font-weight: 600
}
.thank-msg p {
	font-size: 16px;
	margin-bottom: 0
}
.thank-msg .btn {
	margin-top: 50px
}
.rfq-requests .rfq-item {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid #dadada;
	margin-top: 1rem;
	padding: 1rem
}
.rfq-requests .rfq-item .details {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0 1rem;
	text-align: right;
}
.rfq-requests .rfq-item .details a {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}
.rfq-requests .rfq-item .product-img img {
	width: 150px
}
.rfq-requests .rfq-item .actions, .rfq-requests .rfq-item .member-info {
	padding: 0 15px;
	display: -webkit-box;
	display: flex;
	width: 180px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	border-right: 1px solid #ececec
}
.rfq-requests .rfq-item .actions {
	-webkit-box-pack: center;
	justify-content: center;
	text-align: right;
}
@media (max-width:767.98px) {
	.rfq-requests .rfq-item {
		flex-wrap: wrap
	}
	.rfq-requests .rfq-item .details {
		flex-basis: 100%;
		padding: 0;
		margin-top: 15px
	}
	.rfq-requests .rfq-item .product-img img {
		width: 100%
	}
	.rfq-requests .rfq-item .actions, .rfq-requests .rfq-item .member-info {
		margin-top: 15px;
		padding: 0;
		width: 100%;
		border-right: none
	}
}
body.bg_body_grey {
	background: #f3f3f3
}
.page_sourcing header, .sourcing-header.standalone {
	background: #fff
}
.page_sourcing header {
	box-shadow: none;
	border-bottom: none
}
.rfq-details .member-info .member-name, .rfq-item .member-info .member-name {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: row-reverse;
}
.rfq-details .member-info .member-name .avatar, .rfq-item .member-info .member-name .avatar {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 5px;
	overflow: hidden
}
.rfq-details .member-info .member-name .avatar img, .rfq-item .member-info .member-name .avatar img {
	width: 100%
}
.rfq-details .member-info .member-country, .rfq-item .member-info .member-country {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: row-reverse;
}
.rfq-details .member-info .member-country .flag, .rfq-item .member-info .member-country .flag {
	text-align: center;
	width: 40px
}
.rfq-details section {
    /*border: 2px solid #f9e079;*/
    margin-bottom: 3em;
    /*box-shadow: none !important;*/
}

.rfq-details h4.block-header {
    background: #007cd5;
    color: #fff;
    padding: .8rem;
    margin-bottom: 1rem;
    text-align: center;
}
.rfq-details .block-content {
	padding: 1rem 2rem
}
.rfq-details .block-footer {
	background: #f9f9f9;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 1rem 2.5rem
}
.rfq-details .actions {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.rfq-details .badge.badge-outline {
	border: 1px solid #a8a8a8;
	padding: .5rem
}
.rfq-details .member-info {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px
}
.rfq-details .attachments-list {
	/*display: -webkit-box;*/
	/*display: flex;*/
	/*overflow-x: auto;*/
	/*padding: 15px 0*/
}
.rfq-details .attachments-list .item {
	border: 1px solid #6d6a6b;
	/*width: 150px;*/
	/*min-width: 150px;*/
	/*height: 150px;*/
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	margin-right: 5px;
	aspect-ratio: 1 / 1;
}
.rfq-details .attachments-list .item img {
	width: 100%
}
.rfq-details .attachments-list .item i {
    position: absolute;
left: calc(50%);
font-size: 2rem;
display: none;
z-index: 4;
top: 50%;
transform: translate(-50%,-50%);
}
.rfq-details .attachments-list .item:hover:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .32);
	z-index: 3
}
.rfq-details .attachments-list .item:hover i {
	display: block;
	color: #fff
} 
header.header_wrapper .main-header .search-wrap .search-box select, header.header_wrapper .main-header .search-wrap .search-box input {
    text-align: right;
}
.sourcing-header .header-wrap {
	max-width: 1000px;
	margin: 22px auto;
	flex-direction: row-reverse;
}
.sourcing-header .categories-dd .categories-list {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 885px;
	height: 400px;
	background: #fff;
	z-index: 4;
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 13px
}
.sourcing-header .categories-dd:hover .categories-list {
	display: block
}
@media (max-width:767.98px) {
	.sourcing-header .categories-dd {
		display: none
	}
}
.sourcing-header.standalone {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d0d0d0;
	box-shadow: -2px 6px 4px 0 #c8c8c8
}
.filters-pickers {
	border: 1px solid #c2c2c2;
	font-size: 14px;
	background: #fff
}
.filters-pickers .item {
	display: -webkit-box;
	display: flex
}
.filters-pickers .item:first-child {
	border-bottom: 1px solid #c2c2c2
}
.filters-pickers .header {
	background: #f0f0f3;
	width: 120px;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #c2c2c2
}
.filters-pickers .contents {
	padding: 10px;
	-webkit-box-flex: 1;
	flex: 1 1
}
.filters-pickers .contents a {
	margin-left: 15px
}
.filters-pickers .contents a:first-child {
	margin-left: 0
}
.sourcing-page-content {
	margin-top: 15px
}
.pricing .card {
	border: none;
	border-radius: 1rem;
	-webkit-transition: all .2s;
	transition: all .2s;
	box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1)
}
.pricing hr {
	margin: 1.5rem 0
}
.pricing .card-title {
	margin: .5rem 0;
	font-size: .9rem;
	letter-spacing: .1rem;
	font-weight: 700
}
.pricing .card-price {
	font-size: 3rem;
	margin: 0
}
.pricing .card-price .period {
	font-size: .8rem
}
.pricing ul li {
	margin-bottom: 1rem
}
.pricing .text-muted {
	opacity: .7
}
.pricing .btn {
	background: var(--red, #ed1c24);
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: 700;
	padding: 1rem;
	opacity: .7;
	-webkit-transition: all .2s;
	transition: all .2s
}
.pricing .card .fa-check {
	color: green
}
.pricing .card .fa-times {
	color: red
}
@media (min-width:992px) {
	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
	}
	.pricing .card:hover .btn {
		opacity: 1
	}
}


.form-check-input {
	margin-right: -1.25rem;
	margin-left: 0
}
.form-check {
	padding-right: 1.25rem;
	padding-left: 0
}
.custom-switch .custom-control-label:before {
	right: -2.35rem;
	left: auto
}

a.se-image {
    position: relative;
    display: inline-block;
    max-width: 150px;
}
.bg-white .p-4 h3 {
    font-size: 1.35em;
    font-weight: 600;
    margin: 0 0 1em;
    color: #005ccc;
}
.factoryPageNav,
.c-supplier-dropdown .c-card{
    text-align: right;
}

.h-prod-item .h-prod-header.grid,
table {
    direction: rtl;
}

.sr-comInfo-details .details-footer{
    justify-content: flex-end;
}

.nav.nav-tabs.pro-tabs {
    justify-content: flex-end;
}

.se-contact-info .links-list{
    border: none;
}
.se-contact-info .links-list li{
    text-align: center;
}
 
.categoriesList li a .fa {
    margin-right: 10px;
    margin-left: unset;
}
.categoriesList li .fa-angle-right:before {
    content: "\f104";
} 
.se-c-list .c-item strong,
.list-inline, .list-unstyled {
    direction: rtl;
}
.breadcrumb {
    direction:  rtl;
}



.pricing article {
  width:100%;
  margin:0 auto;
  position:relative;
}
.pricing ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.pricing li {
  list-style:none;
  flex:1;
  border: 1px solid #f3f3f3;
  border-right: 0;
}
.pricing li:last-child {
  border-right:1px solid #f3f3f3;
}
.pricing button {
  width:100%;
  padding: 10px 0;
  border: none;
  background:#FFF;
  font-size:12px;
  font-weight:bold;
  height:60px;
  color:#999
}
.pricing small {
    font-size: 10px;
    line-height: normal;
    display: block;
    text-align: center;
    padding: 5px 0;
}

.pricing .contatinho[disabled],
.pricing .contatinho[disabled]:hover {
    background: #bbb;
    color: #eee;
    cursor: default;
}

.pricing li.active button {
  background: #fae37c;
  color:#000;
  border: 2px solid #ffd000;
}
.pricing table { border-collapse:collapse; table-layout:fixed; width:100%; }
.pricing th { background:#fdfdfd; display:none; }
.pricing td, 
.pricing th {
  height:53px
}
.pricing td,
.pricing th { border:1px solid #f3f3f3; padding:10px; empty-cells:show; }
.pricing td,
.pricing th {
  text-align:left;
}
.pricing td+td, 
.pricing th+th {
  text-align:center;
  display:none;
}
.pricing td.default {
  display:table-cell;
}
 
.pricing .sep {
  background:#F5F5F5;
  font-weight:bold;
}
.pricing .txt-l { font-size:28px; font-weight:bold; }
.pricing.pricing  .txt-top { position:relative; top:-9px; left:-2px; 
    font-size: 1.35em;}
.pricing .tick { font-size:18px; color:#2CA01C; }
.pricing .hide {
  border:0;
  background:none;
}
.pricing .fa-li {
    position: relative;
    left: 0;
    right: 0;
}
.pricing i.fa.fa-check {
    color: #00d700;
}
.pricing i.fa.fa-times {
    color: #ff4040;
}
.pricing .contatinho{
    background: #383838;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 100px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}
.pricing .contatinho:hover { 
    background: #e3a545;
}
.pricing .table_category_name {
    background:#fdfdfd;
}
.pricing .table_category_name span {
    font-weight: 600;
    font-size: 1.1rem; 
}
.pricing i {
    color: #ffe07c;
}
.pricing i:hover {
    color: #e4a645;
}

.pricing td,
.pricing th {
text-align: right;

}

.pricing .mobiletabsprice {
    direction: rtl;
}

@media (min-width: 640px) {
  .pricing ul {
    display:none;
  }
  .pricing td,
  .pricing th {
    display:table-cell !important;
  }
  .pricing td,
  .pricing th {
    width: 330px;
  
  }
  .pricing td+td, 
  .pricing th+th {
    width: auto;
  }
}


.pricing .btn {
    background: var(--red, #ed1c24);
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: 700;
    padding: 1rem;
    opacity: .7;
    -webkit-transition: all .2s;
    transition: all .2s
}
.pricing .card .fa-check {
    color: green
}
.pricing .card .fa-times {
    color: red
}
@media (min-width:992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
    }
    .pricing .card:hover .btn {
        opacity: 1
    }
}

@media(max-width: 768px){
    .wrapper_page_header_cover_area{
        height: auto;
    }
    
    .pricing ul{
        padding: 0;
        margin: 0;
    }
    .pricing tr {
        position: relative;
        overflow: hidden;  
        display: flex;
        align-content: stretch;
        width: 100%;
    }
    .pricing td+td, .pricing th+th {
        position: relative;
        width: 50%;
        text-align: center;
    }
    
    
    .pricing tr:last-child td.hide{
        display: none;
    }
    .pricing tr:last-child td+td {
        width: 100%;
    }
    .pricing tr:first-child td:first-child {
        flex: 0 0 50%;
    }
    .pricing td:first-child {
        flex: 0 0 70%;
    }
    
    .table_category_name td {
        border: none;
        text-align: center;
        flex: 0 0 100% !important;
    }
    .pricing td, .pricing th {
        height: auto
    } 
}

 
.se-contact-info .links-list li{
    text-align: center;
}
a.se-image {
    position: relative;
    display: inline-block;
    max-width: 150px;
}
.bg-white .p-4 h3 {
    font-size: 1.35em;
    font-weight: 600;
    margin: 0 0 1em;
    color: #005ccc;
}

html[dir="rtl"] .wrapper_card_attributes_content label {font-weight:bold!important;}
