@font-face {
	font-family: Anybody;
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/Anybody-Light/Anybody-Light.eot);
	src: url(../fonts/Anybody-Light/Anybody-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Anybody-Light/Anybody-Light.woff) format("woff"),url(../fonts/Anybody-Light/Anybody-Light.ttf) format("truetype")
}

@font-face {
	font-family: Anybody;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Anybody-Regular/Anybody-Regular.eot);
	src: url(../fonts/Anybody-Regular/Anybody-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Anybody-Regular/Anybody-Regular.woff) format("woff"),url(../fonts/Anybody-Regular/Anybody-Regular.ttf) format("truetype")
}

@font-face {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/Gilroy-Light/Gilroy-Light.eot);
	src: url(../fonts/Gilroy-Light/Gilroy-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Light/Gilroy-Light.woff) format("woff"),url(../fonts/Gilroy-Light/Gilroy-Light.ttf) format("truetype")
}

@font-face {
	font-family: Gilroy;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Gilroy-Regular/Gilroy-Regular.eot);
	src: url(../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Regular/Gilroy-Regular.woff) format("woff"),url(../fonts/Gilroy-Regular/Gilroy-Regular.ttf) format("truetype")
}

@font-face {
	font-family: Gilroy;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Gilroy-Medium/Gilroy-Medium.eot);
	src: url(../fonts/Gilroy-Medium/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Medium/Gilroy-Medium.woff) format("woff"),url(../fonts/Gilroy-Medium/Gilroy-Medium.ttf) format("truetype")
}

@font-face {
	font-family: Gilroy;
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot);
	src: url(../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff) format("woff"),url(../fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf) format("truetype")
}

@font-face {
	font-family: Gilroy;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Gilroy-Bold/Gilroy-Bold.eot);
	src: url(../fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Bold/Gilroy-Bold.woff) format("woff"),url(../fonts/Gilroy-Bold/Gilroy-Bold.ttf) format("truetype")
}

*,::after,::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
	h1 {
		font-size:2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
	h2 {
		font-size:2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
	h3 {
		font-size:1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
	h4 {
		font-size:1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-bs-original-title],abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,ul {
	padding-left: 2rem
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,strong {
	font-weight: bolder
}

small {
	font-size: .875em
}

mark {
	padding: .2em;
	background-color: #fcf8e3
}

sub,sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

a:not([href]):not([class]),a:not([href]):not([class]):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;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

figure {
	margin: 0 0 1rem
}

img,svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

[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
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width: 1200px) {
	legend {
		font-size:1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none!important
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
	width: 100%;
	padding-right: var(--bs-gutter-x,10px);
	padding-left: var(--bs-gutter-x,10px);
	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 {
	--bs-gutter-x: 20px;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,.gx-0 {
	--bs-gutter-x: 0
}

.g-0,.gy-0 {
	--bs-gutter-y: 0
}

.g-1,.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex:1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex:1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0,.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex:1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.g-lg-0,.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex:1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-grid {
	display: grid!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: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

.d-none {
	display: none!important
}

.flex-fill {
	-webkit-box-flex: 1!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-grow-0 {
	-webkit-box-flex: 0!important;
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-webkit-box-flex: 1!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly!important;
	-ms-flex-pack: space-evenly!important;
	justify-content: space-evenly!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

.order-first {
	-webkit-box-ordinal-group: 0!important;
	-ms-flex-order: -1!important;
	order: -1!important
}

.order-0 {
	-webkit-box-ordinal-group: 1!important;
	-ms-flex-order: 0!important;
	order: 0!important
}

.order-1 {
	-webkit-box-ordinal-group: 2!important;
	-ms-flex-order: 1!important;
	order: 1!important
}

.order-2 {
	-webkit-box-ordinal-group: 3!important;
	-ms-flex-order: 2!important;
	order: 2!important
}

.order-3 {
	-webkit-box-ordinal-group: 4!important;
	-ms-flex-order: 3!important;
	order: 3!important
}

.order-4 {
	-webkit-box-ordinal-group: 5!important;
	-ms-flex-order: 4!important;
	order: 4!important
}

.order-5 {
	-webkit-box-ordinal-group: 6!important;
	-ms-flex-order: 5!important;
	order: 5!important
}

.order-last {
	-webkit-box-ordinal-group: 7!important;
	-ms-flex-order: 6!important;
	order: 6!important
}

.m-0 {
	margin: 0!important
}

.m-1 {
	margin: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}

.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}

.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}

.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}

.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}

.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}

.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

.mt-0 {
	margin-top: 0!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mt-auto {
	margin-top: auto!important
}

.me-0 {
	margin-right: 0!important
}

.me-1 {
	margin-right: .25rem!important
}

.me-2 {
	margin-right: .5rem!important
}

.me-3 {
	margin-right: 1rem!important
}

.me-4 {
	margin-right: 1.5rem!important
}

.me-5 {
	margin-right: 3rem!important
}

.me-auto {
	margin-right: auto!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.mb-auto {
	margin-bottom: auto!important
}

.ms-0 {
	margin-left: 0!important
}

.ms-1 {
	margin-left: .25rem!important
}

.ms-2 {
	margin-left: .5rem!important
}

.ms-3 {
	margin-left: 1rem!important
}

.ms-4 {
	margin-left: 1.5rem!important
}

.ms-5 {
	margin-left: 3rem!important
}

.ms-auto {
	margin-left: auto!important
}

.p-0 {
	padding: 0!important
}

.p-1 {
	padding: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}

.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}

.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}

.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}

.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}

.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.pt-0 {
	padding-top: 0!important
}

.pt-1 {
	padding-top: .25rem!important
}

.pt-2 {
	padding-top: .5rem!important
}

.pt-3 {
	padding-top: 1rem!important
}

.pt-4 {
	padding-top: 1.5rem!important
}

.pt-5 {
	padding-top: 3rem!important
}

.pe-0 {
	padding-right: 0!important
}

.pe-1 {
	padding-right: .25rem!important
}

.pe-2 {
	padding-right: .5rem!important
}

.pe-3 {
	padding-right: 1rem!important
}

.pe-4 {
	padding-right: 1.5rem!important
}

.pe-5 {
	padding-right: 3rem!important
}

.pb-0 {
	padding-bottom: 0!important
}

.pb-1 {
	padding-bottom: .25rem!important
}

.pb-2 {
	padding-bottom: .5rem!important
}

.pb-3 {
	padding-bottom: 1rem!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.ps-0 {
	padding-left: 0!important
}

.ps-1 {
	padding-left: .25rem!important
}

.ps-2 {
	padding-left: .5rem!important
}

.ps-3 {
	padding-left: 1rem!important
}

.ps-4 {
	padding-left: 1.5rem!important
}

.ps-5 {
	padding-left: 3rem!important
}

@media (min-width: 576px) {
	.d-sm-inline {
		display:inline!important
	}

	.d-sm-inline-block {
		display: inline-block!important
	}

	.d-sm-block {
		display: block!important
	}

	.d-sm-grid {
		display: grid!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: -ms-flexbox!important;
		display: flex!important
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}

	.d-sm-none {
		display: none!important
	}

	.flex-sm-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}

	.m-sm-0 {
		margin: 0!important
	}

	.m-sm-1 {
		margin: .25rem!important
	}

	.m-sm-2 {
		margin: .5rem!important
	}

	.m-sm-3 {
		margin: 1rem!important
	}

	.m-sm-4 {
		margin: 1.5rem!important
	}

	.m-sm-5 {
		margin: 3rem!important
	}

	.m-sm-auto {
		margin: auto!important
	}

	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}

	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}

	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}

	.mx-sm-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}

	.mx-sm-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}

	.mx-sm-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}

	.mx-sm-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}

	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}

	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}

	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}

	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}

	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}

	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}

	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}

	.mt-sm-0 {
		margin-top: 0!important
	}

	.mt-sm-1 {
		margin-top: .25rem!important
	}

	.mt-sm-2 {
		margin-top: .5rem!important
	}

	.mt-sm-3 {
		margin-top: 1rem!important
	}

	.mt-sm-4 {
		margin-top: 1.5rem!important
	}

	.mt-sm-5 {
		margin-top: 3rem!important
	}

	.mt-sm-auto {
		margin-top: auto!important
	}

	.me-sm-0 {
		margin-right: 0!important
	}

	.me-sm-1 {
		margin-right: .25rem!important
	}

	.me-sm-2 {
		margin-right: .5rem!important
	}

	.me-sm-3 {
		margin-right: 1rem!important
	}

	.me-sm-4 {
		margin-right: 1.5rem!important
	}

	.me-sm-5 {
		margin-right: 3rem!important
	}

	.me-sm-auto {
		margin-right: auto!important
	}

	.mb-sm-0 {
		margin-bottom: 0!important
	}

	.mb-sm-1 {
		margin-bottom: .25rem!important
	}

	.mb-sm-2 {
		margin-bottom: .5rem!important
	}

	.mb-sm-3 {
		margin-bottom: 1rem!important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}

	.mb-sm-5 {
		margin-bottom: 3rem!important
	}

	.mb-sm-auto {
		margin-bottom: auto!important
	}

	.ms-sm-0 {
		margin-left: 0!important
	}

	.ms-sm-1 {
		margin-left: .25rem!important
	}

	.ms-sm-2 {
		margin-left: .5rem!important
	}

	.ms-sm-3 {
		margin-left: 1rem!important
	}

	.ms-sm-4 {
		margin-left: 1.5rem!important
	}

	.ms-sm-5 {
		margin-left: 3rem!important
	}

	.ms-sm-auto {
		margin-left: auto!important
	}

	.p-sm-0 {
		padding: 0!important
	}

	.p-sm-1 {
		padding: .25rem!important
	}

	.p-sm-2 {
		padding: .5rem!important
	}

	.p-sm-3 {
		padding: 1rem!important
	}

	.p-sm-4 {
		padding: 1.5rem!important
	}

	.p-sm-5 {
		padding: 3rem!important
	}

	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}

	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}

	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}

	.px-sm-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}

	.px-sm-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}

	.px-sm-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}

	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}

	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}

	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}

	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}

	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}

	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}

	.pt-sm-0 {
		padding-top: 0!important
	}

	.pt-sm-1 {
		padding-top: .25rem!important
	}

	.pt-sm-2 {
		padding-top: .5rem!important
	}

	.pt-sm-3 {
		padding-top: 1rem!important
	}

	.pt-sm-4 {
		padding-top: 1.5rem!important
	}

	.pt-sm-5 {
		padding-top: 3rem!important
	}

	.pe-sm-0 {
		padding-right: 0!important
	}

	.pe-sm-1 {
		padding-right: .25rem!important
	}

	.pe-sm-2 {
		padding-right: .5rem!important
	}

	.pe-sm-3 {
		padding-right: 1rem!important
	}

	.pe-sm-4 {
		padding-right: 1.5rem!important
	}

	.pe-sm-5 {
		padding-right: 3rem!important
	}

	.pb-sm-0 {
		padding-bottom: 0!important
	}

	.pb-sm-1 {
		padding-bottom: .25rem!important
	}

	.pb-sm-2 {
		padding-bottom: .5rem!important
	}

	.pb-sm-3 {
		padding-bottom: 1rem!important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}

	.pb-sm-5 {
		padding-bottom: 3rem!important
	}

	.ps-sm-0 {
		padding-left: 0!important
	}

	.ps-sm-1 {
		padding-left: .25rem!important
	}

	.ps-sm-2 {
		padding-left: .5rem!important
	}

	.ps-sm-3 {
		padding-left: 1rem!important
	}

	.ps-sm-4 {
		padding-left: 1.5rem!important
	}

	.ps-sm-5 {
		padding-left: 3rem!important
	}
}

@media (min-width: 768px) {
	.d-md-inline {
		display:inline!important
	}

	.d-md-inline-block {
		display: inline-block!important
	}

	.d-md-block {
		display: block!important
	}

	.d-md-grid {
		display: grid!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: -ms-flexbox!important;
		display: flex!important
	}

	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}

	.d-md-none {
		display: none!important
	}

	.flex-md-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}

	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-md-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}

	.m-md-0 {
		margin: 0!important
	}

	.m-md-1 {
		margin: .25rem!important
	}

	.m-md-2 {
		margin: .5rem!important
	}

	.m-md-3 {
		margin: 1rem!important
	}

	.m-md-4 {
		margin: 1.5rem!important
	}

	.m-md-5 {
		margin: 3rem!important
	}

	.m-md-auto {
		margin: auto!important
	}

	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}

	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}

	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}

	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}

	.mx-md-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}

	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}

	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}

	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}

	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}

	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}

	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}

	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}

	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}

	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}

	.mt-md-0 {
		margin-top: 0!important
	}

	.mt-md-1 {
		margin-top: .25rem!important
	}

	.mt-md-2 {
		margin-top: .5rem!important
	}

	.mt-md-3 {
		margin-top: 1rem!important
	}

	.mt-md-4 {
		margin-top: 1.5rem!important
	}

	.mt-md-5 {
		margin-top: 3rem!important
	}

	.mt-md-auto {
		margin-top: auto!important
	}

	.me-md-0 {
		margin-right: 0!important
	}

	.me-md-1 {
		margin-right: .25rem!important
	}

	.me-md-2 {
		margin-right: .5rem!important
	}

	.me-md-3 {
		margin-right: 1rem!important
	}

	.me-md-4 {
		margin-right: 1.5rem!important
	}

	.me-md-5 {
		margin-right: 3rem!important
	}

	.me-md-auto {
		margin-right: auto!important
	}

	.mb-md-0 {
		margin-bottom: 0!important
	}

	.mb-md-1 {
		margin-bottom: .25rem!important
	}

	.mb-md-2 {
		margin-bottom: .5rem!important
	}

	.mb-md-3 {
		margin-bottom: 1rem!important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}

	.mb-md-5 {
		margin-bottom: 3rem!important
	}

	.mb-md-auto {
		margin-bottom: auto!important
	}

	.ms-md-0 {
		margin-left: 0!important
	}

	.ms-md-1 {
		margin-left: .25rem!important
	}

	.ms-md-2 {
		margin-left: .5rem!important
	}

	.ms-md-3 {
		margin-left: 1rem!important
	}

	.ms-md-4 {
		margin-left: 1.5rem!important
	}

	.ms-md-5 {
		margin-left: 3rem!important
	}

	.ms-md-auto {
		margin-left: auto!important
	}

	.p-md-0 {
		padding: 0!important
	}

	.p-md-1 {
		padding: .25rem!important
	}

	.p-md-2 {
		padding: .5rem!important
	}

	.p-md-3 {
		padding: 1rem!important
	}

	.p-md-4 {
		padding: 1.5rem!important
	}

	.p-md-5 {
		padding: 3rem!important
	}

	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}

	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}

	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}

	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}

	.px-md-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}

	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}

	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}

	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}

	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}

	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}

	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}

	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}

	.pt-md-0 {
		padding-top: 0!important
	}

	.pt-md-1 {
		padding-top: .25rem!important
	}

	.pt-md-2 {
		padding-top: .5rem!important
	}

	.pt-md-3 {
		padding-top: 1rem!important
	}

	.pt-md-4 {
		padding-top: 1.5rem!important
	}

	.pt-md-5 {
		padding-top: 3rem!important
	}

	.pe-md-0 {
		padding-right: 0!important
	}

	.pe-md-1 {
		padding-right: .25rem!important
	}

	.pe-md-2 {
		padding-right: .5rem!important
	}

	.pe-md-3 {
		padding-right: 1rem!important
	}

	.pe-md-4 {
		padding-right: 1.5rem!important
	}

	.pe-md-5 {
		padding-right: 3rem!important
	}

	.pb-md-0 {
		padding-bottom: 0!important
	}

	.pb-md-1 {
		padding-bottom: .25rem!important
	}

	.pb-md-2 {
		padding-bottom: .5rem!important
	}

	.pb-md-3 {
		padding-bottom: 1rem!important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}

	.pb-md-5 {
		padding-bottom: 3rem!important
	}

	.ps-md-0 {
		padding-left: 0!important
	}

	.ps-md-1 {
		padding-left: .25rem!important
	}

	.ps-md-2 {
		padding-left: .5rem!important
	}

	.ps-md-3 {
		padding-left: 1rem!important
	}

	.ps-md-4 {
		padding-left: 1.5rem!important
	}

	.ps-md-5 {
		padding-left: 3rem!important
	}
}

@media (min-width: 992px) {
	.d-lg-inline {
		display:inline!important
	}

	.d-lg-inline-block {
		display: inline-block!important
	}

	.d-lg-block {
		display: block!important
	}

	.d-lg-grid {
		display: grid!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: -ms-flexbox!important;
		display: flex!important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}

	.d-lg-none {
		display: none!important
	}

	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}

	.m-lg-0 {
		margin: 0!important
	}

	.m-lg-1 {
		margin: .25rem!important
	}

	.m-lg-2 {
		margin: .5rem!important
	}

	.m-lg-3 {
		margin: 1rem!important
	}

	.m-lg-4 {
		margin: 1.5rem!important
	}

	.m-lg-5 {
		margin: 3rem!important
	}

	.m-lg-auto {
		margin: auto!important
	}

	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}

	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}

	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}

	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}

	.mx-lg-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}

	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}

	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}

	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}

	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}

	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}

	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}

	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}

	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}

	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}

	.mt-lg-0 {
		margin-top: 0!important
	}

	.mt-lg-1 {
		margin-top: .25rem!important
	}

	.mt-lg-2 {
		margin-top: .5rem!important
	}

	.mt-lg-3 {
		margin-top: 1rem!important
	}

	.mt-lg-4 {
		margin-top: 1.5rem!important
	}

	.mt-lg-5 {
		margin-top: 3rem!important
	}

	.mt-lg-auto {
		margin-top: auto!important
	}

	.me-lg-0 {
		margin-right: 0!important
	}

	.me-lg-1 {
		margin-right: .25rem!important
	}

	.me-lg-2 {
		margin-right: .5rem!important
	}

	.me-lg-3 {
		margin-right: 1rem!important
	}

	.me-lg-4 {
		margin-right: 1.5rem!important
	}

	.me-lg-5 {
		margin-right: 3rem!important
	}

	.me-lg-auto {
		margin-right: auto!important
	}

	.mb-lg-0 {
		margin-bottom: 0!important
	}

	.mb-lg-1 {
		margin-bottom: .25rem!important
	}

	.mb-lg-2 {
		margin-bottom: .5rem!important
	}

	.mb-lg-3 {
		margin-bottom: 1rem!important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}

	.mb-lg-5 {
		margin-bottom: 3rem!important
	}

	.mb-lg-auto {
		margin-bottom: auto!important
	}

	.ms-lg-0 {
		margin-left: 0!important
	}

	.ms-lg-1 {
		margin-left: .25rem!important
	}

	.ms-lg-2 {
		margin-left: .5rem!important
	}

	.ms-lg-3 {
		margin-left: 1rem!important
	}

	.ms-lg-4 {
		margin-left: 1.5rem!important
	}

	.ms-lg-5 {
		margin-left: 3rem!important
	}

	.ms-lg-auto {
		margin-left: auto!important
	}

	.p-lg-0 {
		padding: 0!important
	}

	.p-lg-1 {
		padding: .25rem!important
	}

	.p-lg-2 {
		padding: .5rem!important
	}

	.p-lg-3 {
		padding: 1rem!important
	}

	.p-lg-4 {
		padding: 1.5rem!important
	}

	.p-lg-5 {
		padding: 3rem!important
	}

	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}

	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}

	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}

	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}

	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}

	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}

	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}

	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}

	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}

	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}

	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}

	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}

	.pt-lg-0 {
		padding-top: 0!important
	}

	.pt-lg-1 {
		padding-top: .25rem!important
	}

	.pt-lg-2 {
		padding-top: .5rem!important
	}

	.pt-lg-3 {
		padding-top: 1rem!important
	}

	.pt-lg-4 {
		padding-top: 1.5rem!important
	}

	.pt-lg-5 {
		padding-top: 3rem!important
	}

	.pe-lg-0 {
		padding-right: 0!important
	}

	.pe-lg-1 {
		padding-right: .25rem!important
	}

	.pe-lg-2 {
		padding-right: .5rem!important
	}

	.pe-lg-3 {
		padding-right: 1rem!important
	}

	.pe-lg-4 {
		padding-right: 1.5rem!important
	}

	.pe-lg-5 {
		padding-right: 3rem!important
	}

	.pb-lg-0 {
		padding-bottom: 0!important
	}

	.pb-lg-1 {
		padding-bottom: .25rem!important
	}

	.pb-lg-2 {
		padding-bottom: .5rem!important
	}

	.pb-lg-3 {
		padding-bottom: 1rem!important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}

	.pb-lg-5 {
		padding-bottom: 3rem!important
	}

	.ps-lg-0 {
		padding-left: 0!important
	}

	.ps-lg-1 {
		padding-left: .25rem!important
	}

	.ps-lg-2 {
		padding-left: .5rem!important
	}

	.ps-lg-3 {
		padding-left: 1rem!important
	}

	.ps-lg-4 {
		padding-left: 1.5rem!important
	}

	.ps-lg-5 {
		padding-left: 3rem!important
	}
}

@media (min-width: 1200px) {
	.d-xl-inline {
		display:inline!important
	}

	.d-xl-inline-block {
		display: inline-block!important
	}

	.d-xl-block {
		display: block!important
	}

	.d-xl-grid {
		display: grid!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: -ms-flexbox!important;
		display: flex!important
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}

	.d-xl-none {
		display: none!important
	}

	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly!important;
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0!important;
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1!important;
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2!important;
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3!important;
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4!important;
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5!important;
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6!important;
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7!important;
		-ms-flex-order: 6!important;
		order: 6!important
	}

	.m-xl-0 {
		margin: 0!important
	}

	.m-xl-1 {
		margin: .25rem!important
	}

	.m-xl-2 {
		margin: .5rem!important
	}

	.m-xl-3 {
		margin: 1rem!important
	}

	.m-xl-4 {
		margin: 1.5rem!important
	}

	.m-xl-5 {
		margin: 3rem!important
	}

	.m-xl-auto {
		margin: auto!important
	}

	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}

	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}

	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}

	.mx-xl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}

	.mx-xl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}

	.mx-xl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}

	.mx-xl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}

	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}

	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}

	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}

	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}

	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}

	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}

	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}

	.mt-xl-0 {
		margin-top: 0!important
	}

	.mt-xl-1 {
		margin-top: .25rem!important
	}

	.mt-xl-2 {
		margin-top: .5rem!important
	}

	.mt-xl-3 {
		margin-top: 1rem!important
	}

	.mt-xl-4 {
		margin-top: 1.5rem!important
	}

	.mt-xl-5 {
		margin-top: 3rem!important
	}

	.mt-xl-auto {
		margin-top: auto!important
	}

	.me-xl-0 {
		margin-right: 0!important
	}

	.me-xl-1 {
		margin-right: .25rem!important
	}

	.me-xl-2 {
		margin-right: .5rem!important
	}

	.me-xl-3 {
		margin-right: 1rem!important
	}

	.me-xl-4 {
		margin-right: 1.5rem!important
	}

	.me-xl-5 {
		margin-right: 3rem!important
	}

	.me-xl-auto {
		margin-right: auto!important
	}

	.mb-xl-0 {
		margin-bottom: 0!important
	}

	.mb-xl-1 {
		margin-bottom: .25rem!important
	}

	.mb-xl-2 {
		margin-bottom: .5rem!important
	}

	.mb-xl-3 {
		margin-bottom: 1rem!important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}

	.mb-xl-5 {
		margin-bottom: 3rem!important
	}

	.mb-xl-auto {
		margin-bottom: auto!important
	}

	.ms-xl-0 {
		margin-left: 0!important
	}

	.ms-xl-1 {
		margin-left: .25rem!important
	}

	.ms-xl-2 {
		margin-left: .5rem!important
	}

	.ms-xl-3 {
		margin-left: 1rem!important
	}

	.ms-xl-4 {
		margin-left: 1.5rem!important
	}

	.ms-xl-5 {
		margin-left: 3rem!important
	}

	.ms-xl-auto {
		margin-left: auto!important
	}

	.p-xl-0 {
		padding: 0!important
	}

	.p-xl-1 {
		padding: .25rem!important
	}

	.p-xl-2 {
		padding: .5rem!important
	}

	.p-xl-3 {
		padding: 1rem!important
	}

	.p-xl-4 {
		padding: 1.5rem!important
	}

	.p-xl-5 {
		padding: 3rem!important
	}

	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}

	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}

	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}

	.px-xl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}

	.px-xl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}

	.px-xl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}

	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}

	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}

	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}

	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}

	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}

	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}

	.pt-xl-0 {
		padding-top: 0!important
	}

	.pt-xl-1 {
		padding-top: .25rem!important
	}

	.pt-xl-2 {
		padding-top: .5rem!important
	}

	.pt-xl-3 {
		padding-top: 1rem!important
	}

	.pt-xl-4 {
		padding-top: 1.5rem!important
	}

	.pt-xl-5 {
		padding-top: 3rem!important
	}

	.pe-xl-0 {
		padding-right: 0!important
	}

	.pe-xl-1 {
		padding-right: .25rem!important
	}

	.pe-xl-2 {
		padding-right: .5rem!important
	}

	.pe-xl-3 {
		padding-right: 1rem!important
	}

	.pe-xl-4 {
		padding-right: 1.5rem!important
	}

	.pe-xl-5 {
		padding-right: 3rem!important
	}

	.pb-xl-0 {
		padding-bottom: 0!important
	}

	.pb-xl-1 {
		padding-bottom: .25rem!important
	}

	.pb-xl-2 {
		padding-bottom: .5rem!important
	}

	.pb-xl-3 {
		padding-bottom: 1rem!important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}

	.pb-xl-5 {
		padding-bottom: 3rem!important
	}

	.ps-xl-0 {
		padding-left: 0!important
	}

	.ps-xl-1 {
		padding-left: .25rem!important
	}

	.ps-xl-2 {
		padding-left: .5rem!important
	}

	.ps-xl-3 {
		padding-left: 1rem!important
	}

	.ps-xl-4 {
		padding-left: 1.5rem!important
	}

	.ps-xl-5 {
		padding-left: 3rem!important
	}
}

@media print {
	.d-print-inline {
		display: inline!important
	}

	.d-print-inline-block {
		display: inline-block!important
	}

	.d-print-block {
		display: block!important
	}

	.d-print-grid {
		display: grid!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: -ms-flexbox!important;
		display: flex!important
	}

	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}

	.d-print-none {
		display: none!important
	}
}

::-webkit-input-placeholder {
	color: rgba(0,0,0,.7)
}

::-moz-placeholder {
	color: rgba(0,0,0,.7)
}

:-ms-input-placeholder {
	color: rgba(0,0,0,.7)
}

::-ms-input-placeholder {
	color: rgba(0,0,0,.7)
}

::placeholder {
	color: rgba(0,0,0,.7)
}

::-moz-selection {
	background-color: #7bc234;
	color: #fff
}

::selection {
	background-color: #7bc234;
	color: #fff
}

body {
	position: relative;
	font-family: Gilroy,sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	min-width: 320px;
	overflow-x: hidden;
	color: #1c1b21;
	background: #eef3fa;
	background: #f9f7fa
}

a {
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-responsive.img-width {
	width: 100%
}

.text-center {
	text-align: center
}

b,strong {
	font-weight: 700
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.button,
.wc-block-components-button,
.wc-block-components-checkout-return-to-cart-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	width: 340px;
	max-width: 100%;
	height: 48px;
	border-radius: 2px;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	color: #1c1b21;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	text-decoration: none;
	z-index: 1
}


.wc-block-components-button:before,
.button:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	border-radius: inherit;
	background-color: #7bc234;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	opacity: 0;
	z-index: -1
}

.wc-block-components-button:hover,
.button:hover {
	text-decoration: none;
	color: #fff
}

.wc-block-components-button:hover:before,
.button:hover:before {
	opacity: 1
}

.woocommerce-cart .wc-block-components-button{
	margin-top: 20px;
	color: #1c1b21;
}

.woocommerce-cart .wc-block-components-button:hover{
	color: #fff;
}

.theme-shelsy .woocommerce-cart .wc-block-components-checkout-return-to-cart-button{
	color: #1c1b21;
}

.theme-shelsy .wc-block-components-checkout-return-to-cart-button svg {
	left: 15%;
}

.button_light,
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single,
.theme-shelsy .wc-block-components-checkout-return-to-cart-button {
	color: #1c1b21;
	background: #fff;
	border: 1.5px solid #bbe132
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single:hover,
.theme-shelsy .wc-block-components-checkout-return-to-cart-button:hover{
	background-color: #bbe132;
}

.button_light .svg_heart {
	margin-right: 8px
}

.header {
	position: relative;
	padding: 110px 0 0
}

.header_top {
	padding: 10px 0 0;
	position: absolute;
	background-color: #f2e8f6;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.header_top.fixed {
	position: fixed;
	z-index: 10;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25)
}

.header_top_info {
	color: #1c1b21
}

.header_top_info a {
	color: #1c1b21
}

.header_top_info {
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.hamburger {
	position: relative;
	background-color: #fff;
	padding: 16px 20px 16px 10px;
	border-radius: 4px;
	text-decoration: none;
	z-index: 1
}

.hamburger.is-active .hamburger-box {
	top: -3px
}

.hamburger svg {
	position: relative
}

.hamburger svg,.hamburger svg path {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.hamburger:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 4px;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	opacity: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: 0
}

.hamburger:hover svg path {
	fill: #fff
}

.hamburger:hover:before {
	opacity: 1
}

.hamburger-box {
	width: 18px;
	height: 12px
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
	width: 18px;
	height: 2px
}

.hamburger--spring .hamburger-inner {
	top: 0
}

.hamburger--spring .hamburger-inner::before {
	top: 7px
}

.hamburger--spring .hamburger-inner::after {
	top: 14px
}

.hamburger_text {
	position: relative;
	padding-left: 16px;
	text-decoration: none;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.search_wrap {
	border-radius: 4px;
	background: #fff;
	max-width: 100%
}

.search_wrap form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 56px;
	font-size: 16px;
	letter-spacing: .7px;
}

.search_wrap form input {
	border-radius: 50px;
	border: none;
	padding: 16px 0 16px 16px;
	height: 100%;
	min-width: 275px;
	outline: none;
}

.search_wrap form input:focus{
	border: none;
}

.search_wrap form input[type=submit] {
	padding: 3px 28px;
	background-color: #7bc234;
	color: #fff
}

.search_icon {
	height: 100%
}

.lang {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #7bc234;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.lang:hover{
	color: #fff;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.25);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.25);
}

.lang:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: inherit;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	opacity: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: -1
}

.lang:hover:before {
	opacity: 0
}

.lang select{
	margin: auto;
	background-color: transparent;
	border: none!important;
}

.lang:hover select{
	color: #fff;
	cursor: pointer;
}

.lang:hover select option{
	color: #000;
}

.lang select:focus{
	border: none!important;
	outline: none!important;
}

.opt_btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 28px;
	background-color: #7bc234;
	border-radius: 4px;
	color: #1c1b21;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer
}

.opt_btn svg {
	margin-right: 10px
}

.opt_btn:hover svg path{
	fill: #fff;
}

.opt_btn svg,
.opt_btn svg path {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.opt_btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: inherit;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	opacity: 1;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: -1
}

.opt_btn:hover {
	color: #fff
}

.opt_btn:hover svg path {
	fill: #fff
}

.opt_btn:hover:before {
	opacity: 0
}

.shop_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shop_menu_user {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	padding: 16px;
	text-decoration: none;
	z-index: 1
}

.shop_menu_user .text {
	position: relative
}

.shop_menu_user img {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.shop_menu_user:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 4px;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	opacity: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: 0
}

.shop_menu_user:hover {
	color: #fff
}

.shop_menu_user:hover img {
	-webkit-filter: invert(1);
	filter: invert(1)
}

.shop_menu_user:hover:before {
	opacity: 1
}

.shop_menu_user img {
	margin-right: 10px
}

.shop_menu_card {
	position: relative;
	border-radius: 4px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-left: 12px;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1
}

.shop_menu_card .counter {
	position: absolute;
	top: -10px;
	right: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #1c1b21;
	font-size: 14px;
	border-radius: 50%;
	padding: 1px;
	width: 20px;
	height: 20px;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
	background: #7bc234;
	z-index: 1
}

.shop_menu_card svg {
	position: relative
}

.shop_menu_card svg,.shop_menu_card svg path {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.shop_menu_card:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 4px;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	opacity: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: 0
}

.shop_menu_card:hover svg path {
	fill: #fff
}

.shop_menu_card:hover:before {
	opacity: 1
}

.hero {
	position: relative;
	z-index: 1;
	overflow: hidden
}

@media(min-width: 1400px){
	.hero_slider,
	.hero_slide{
		min-height: 560px;
	}
}

.hero_slide{
	background-color: #fff;
}

.hero_slide img{
	margin: auto;
}

.main_menu-btn {
	margin: 0 10px
}

.main_menu_wrap {
	padding: 20px 0 40px
}

.main_cat_name {
	display: none;
	position: relative;
	width: 388px;
	max-width: 100%;
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #1c1b21;
	text-align: center;
	border-radius: 4px;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	margin: 20px auto 10px;
	z-index: 1
}

.main_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px 24px
}

.main_menu li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.main_menu a {
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	padding: 14px;
	color: #1c1b21;
	text-align: center;
	text-decoration: none;
	z-index: 1
}

.main_menu a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 4px;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	opacity: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: -1
}

.main_menu a.active:before,.main_menu a:hover:before {
	opacity: 1
}

.to_top {
	position: fixed;
	bottom: 30px;
	right: -210px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #7bc234;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 10
}

.to_top img {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-filter: invert(1);
	filter: invert(1)
}

.to_top:hover {
	opacity: 1;
	background: #2b2a28
}

.to_top.active {
	right: 17px
}

.slick-next:before,.slick-prev:before {
	display: none
}

.slick-next,.slick-prev {
	z-index: 2;
	width: 41px;
	height: 41px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border-radius: 50%;
	background: #f6f6f6;
	top: calc(100% - 40px);
	-webkit-box-shadow: 4px 4px 12px 0 rgba(0,0,0,.15);
	box-shadow: 4px 4px 12px 0 rgba(0,0,0,.15)
}

.slick-next:focus,.slick-prev:focus {
	background: #e7ebf2
}

.slick-next:hover,.slick-prev:hover {
	background: #e7ebf2
}

.slick-arrow img,.slick-arrow svg {
	width: 14px;
	max-width: 100%;
	margin: auto
}

.slick-prev img,.slick-prev svg {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.slick-prev {
	left: auto;
	right: calc((100vw - 1220px)/ 2)
}

.slick-next {
	right: calc((100vw - 1330px)/ 2)
}

.slider_top_arrow .slick-next,.slider_top_arrow .slick-prev {
	top: -20px
}

.slider_top_arrow .slick-prev {
	left: calc(100% - 100px)
}

.slider_top_arrow .slick-next {
	right: 0
}

.slick-dots li {
	width: 15px;
	height: 6px
}

.slick-dots li.slick-active button {
	border: 1px solid #2c2c2c;
	background-color: #2c2c2c
}

.slick-dots li button {
	width: 15px;
	height: 6px;
	background-color: #e3e3e3;
	border-radius: 2px;
	border: 1px solid #e3e3e3;
	padding: 0
}

.slick-dots li button:before {
	display: none
}

main {
	position: relative;
	padding-bottom: 80px
}

.section {
	position: relative;
	padding: 40px 0;
	z-index: 1
}

.s_title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	font-size: 48px;
	line-height: normal;
	color: #1c1b21;
	margin-bottom: 48px
}

.s_title.s_title_left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.s_title span {
	display: inline-block;
	border-left: 16px solid #7bc234;
	padding-left: 16px
}

h3 {
	position: relative;
	font-weight: 500;
	font-size: 48px;
	line-height: 83%;
	margin-bottom: 40px
}

h4 {
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
	color: #2c2c2c;
	margin-bottom: 35px
}

.home_cat_descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.cat_img {
	background-color: #fff;
	border-radius: 8px;
	padding: 8px;
	border-bottom: 2px solid #7bc234;
	border-top: 2px solid #7bc234;
	margin-bottom: 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.cat_img img {
	margin: auto
}
@media(max-width: 992px){
	.mob_row_reverse{
		flex-direction: column-reverse;
	}
	.cat_img_pc{
		display: none;
	}
}
@media(min-width: 992px){
	.cat_img_mob{
		display: none;
	}
}

.cat_descr {
	background-color: #fff;
	border-radius: 8px;
	padding: 16px;
	font-size: 18px;
	margin-bottom: 30px
}

.cat_descr_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	color: #7bc234
}

.cat_descr_text {
	margin: 16px 0 32px
}

li.product {
	display: block;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 8px;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #1c1b21;
	margin-bottom: 32px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

li.product a,
li.product a:hover{
	text-decoration: none;
	color: #1c1b21;
}

li.product:hover {
	color: #1c1b21;
	border: 2px solid #7bc234;
	-webkit-box-shadow: rgba(0,0,0,.35) 0 5px 15px;
	box-shadow: rgba(0,0,0,.35) 0 5px 15px;
	text-decoration: none
}

li.product .cat_name {
	margin: 16px 0 8px;
}

li.product h2 {
	font-size: 18px;
	margin: 10px 0 16px;
	font-weight: 600;
	min-height: 40px;
}

li.product.product-category h2{
	font-size: 24px;
}

li.product .price {
	font-size: 20px;
	line-height: 115%;
	color: #1c1b21
}

li.product .product_footer {
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto;
}

li.product .btn a{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	width: 48px;
	height: 48px;
	color: #fff;
	background: #f4f4f4;
	border-radius: 50%;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: 1
}

li.product .btn a:before{
	display: none;
}

li.product .btn a:hover {
	background: #7bc234
}

li.product .btn a:hover:before{
	filter: invert(1);
}

.product_img img {
	margin: auto
}

.btn_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog_item {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 27px 20px 17px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .02em;
	color: #1c1b21;
	background-color: #f5f5f5;
	border-radius: 8px;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	margin: 12px
}

.blog_item:hover {
	background-color: #7bc234;
	color: #fff
}

.blog_item:hover .blog_item_title {
	color: #fff
}

.blog_item:hover .blog_item_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.blog_item_img {
	display: block;
	position: relative;
	border-radius: 12px;
	overflow: hidden
}

.blog_item_img img {
	-webkit-transition: all .9s ease-in-out;
	-o-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out
}

.blog_item_title {
	display: block;
	color: #0e3226;
	font-weight: 500;
	font-size: 18px;
	line-height: 117%;
	margin: 26px 0 0;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.blog_item_footer svg {
	margin-left: auto;
	display: block;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.blog_item_footer svg circle,.blog_item_footer svg path {
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.single_product_tabs {
	margin-top: 60px
}

.tabs__content {
	display: none
}

.tabs__content.active {
	display: block
}

.tabs__caption,
.woocommerce-tabs ul.tabs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1.5px solid #e4e4e7
}

.tabs__caption li,
.woocommerce-tabs ul.tabs li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #71717a;
	font-weight: 500;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.product .woocommerce-tabs{
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #f2e8f6;
	border-radius: 10px;
	padding: 10px;
}

.product .woocommerce-tabs ul.tabs li a{
	padding: 8px 20px 10px;
	text-decoration: none;
	color: #71717a;
}

.product .woocommerce-tabs ul.tabs li:hover a,
.product .woocommerce-tabs ul.tabs li.active a{
	color: #1c1b21
}

.tabs__caption li:after,
.woocommerce-tabs li:after{
	position: absolute;
	content: "";
	height: 1.5px;
	width: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1c1b21;
	opacity: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.tabs__caption li.active a,
.tabs__caption li:hover a ,
.woocommerce-tabs li.active a,
.woocommerce-tabs li:hover a{
	color: #1c1b21
}

.tabs__caption li.active:after,
.tabs__caption li:hover:after,
.woocommerce-tabs li.active:after,
.woocommerce-tabs li:hover:after {
	opacity: 1;
	width: 100%
}

.tabs__content,
.woocommerce-Tabs-panel {
	padding: 48px 0;
	margin: 0;
}

.sect_seo {
	padding-bottom: 110px
}

.s_seo{
	background-color: #fff;
	border-radius: 16px;
	padding: 30px 16px;
}

.sect_seo .s_title {
	font-size: 40px
}

.main_seo_text {
	position: relative
}

.main_seo_text.active:after {
	opacity: 0
}

.main_seo_text:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(249,249,251,0)),to(#f9f9fb));
	background: -o-linear-gradient(top,rgba(249,249,251,0) 0,#f9f9fb 100%);
	background: linear-gradient(180deg,rgba(249,249,251,0) 0,#f9f9fb 100%)
}

.main_seo_text_wrap {
	position: relative;
	min-height: 200px;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.main_seo_text_wrap.active {
	min-height: auto;
	height: auto
}

.main_seo_text_btn {
	position: relative;
	margin-top: 30px;
	font-weight: 600;
	display: inline-block;
	border-radius: 50px;
	background: #dee0e2;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.main_seo_text_btn:hover {
	color: #fff;
	background: #7bc234
}

.main_seo_text_btn span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 20px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none
}

.main_seo_text_btn span.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.contact_items {
	background: #f1f2f2;
	border-radius: 8px;
	padding-top: 40px;
	padding-bottom: 40px
}

.contact_items .s_title {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.contact_item {
	font-size: 24px;
	line-height: 133%;
	margin-top: 30px
}

.contact_item a {
	color: #1c1b21
}

.contact_item a.phone {
	text-decoration: none
}

.contact_item a:hover {
	color: #7bc234
}

.contact_item_icon {
	width: 48px;
	min-width: 48px;
	height: 48px;
	margin-right: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 6px
}

.contact_item_icon_accent {
	background-color: #7bc234
}

.contact_items_bottom {
	margin-top: 30px;
	border: 1px dashed #7bc234;
	margin-bottom: 100px
}

.contact_items_title {
	font-size: 32px;
	max-width: 870px;
	margin: 0 auto 57px;
	line-height: normal
}

.contact_cbl {
	position: relative;
	text-align: center;
	background-color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px dashed #7bc234;
	color: #1c1b21;
	padding: 11px;
	text-decoration: none;
	margin: 0 auto -120px
}

.contact_cbl:hover {
	background-color: #7bc234;
	color: #fff;
	text-decoration: none
}

.blog_page .blog_item_wrap {
	border-radius: 18px
}

.blog_page .excerpt {
	color: #444;
	padding: 0 15px 30px
}

.blog_page .blog_item_footer {
	padding: 15px 15px 5px
}

.blog_page .blog_item_title {
	padding: 0 10px 0 0;
	font-size: 20px;
	line-height: 26px;
	max-width: 350px
}

.blog_page .blog_item_btn {
	width: 34px;
	min-width: 34px;
	height: 34px
}

.blog_item_btn {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 55px;
	height: 55px;
	border-radius: 50%;
	position: relative
}

.blog_item_btn img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.blog_item_btn img:first-of-type {
	opacity: 1
}

.blog_item_btn img:last-of-type {
	opacity: 0
}

.blog_item_date {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 1px 5px;
	font-size: 14px;
	color: #2c2c2c;
	z-index: 1
}

.footer {
	position: relative;
	padding: 60px 0 45px;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: .06em;
	background-color: #1c1b21;
	color: #f5f9ea;
	clear: both;
	z-index: 1
}

.footer a {
	color: #f5f9ea;
	text-decoration: none
}

.footer a:hover {
	color: #7bc234
}

.footer_opt_btn {
	margin-top: 37px
}

.footer_opt_btn a {
	color: #1c1b21
}

.footer_opt_btn a:hover {
	color: #fff
}

.footer_link {
	margin-bottom: 25px
}

.footer_link span {
	color: #7bc234
}

.dev a {
	color: #7bc234
}

.footer_menu {
	list-style-type: none;
	padding: 20px 0 0
}

.footer_menu li {
	margin-bottom: 10px
}

.footer_title_wrap {
	margin-bottom: 10px
}

.footer_title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px
}

.footer_phone {
	margin-bottom: 10px;
	font-weight: 600
}

.footer_phone a {
	margin-right: 5px
}

.footer_contact {
	margin-top: 20px
}

.footer_contact a {
	display: block
}

.footer_icon {
	width: 22px;
	margin-right: 8px
}

.footer_messangers {
	margin-bottom: 16px
}

.footer_messangers a {
	margin-right: 10px;
	display: inline-block
}

.footer_messangers a:hover {
	-webkit-filter: brightness(2);
	filter: brightness(2)
}

.footer_row {
	border-top: 1px solid #fff;
	margin-top: 5px;
	padding-top: 30px
}

.filter_block {
	min-width: 222px;
	margin-right: 7px
}

.footer_menu {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.footer_menu li {
	margin-bottom: 7px
}

.footer_menu a {
	padding: 5px 0
}

.footer_links_mob {
	display: none
}

.products {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.products .product_wrap {
	width: 20%;
	min-width: 227px;
	padding: 0 .5%;
	margin: 0 auto 20px
}

.products+.btn_center {
	margin: 0 0 30px
}

.shop_template .sect_seo {
	padding-top: 140px
}

.modal_window {
	display: none;
	width: 686px;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	background: #faf9f9;
	border: 2px solid #7bc234;
	border-radius: 8px;
	padding: 60px 30px;
	max-width: 100%
}

.modal_title{
	font-weight: 500;
	font-size: 64px;
	color: #7bc234;
	line-height: 60px
}

.modal_subtitle{
	text-transform: uppercase;
	padding: 10px 0 80px;
	border-bottom: 2px dashed #7bc234;
}

.modal_window form {
	max-width: 100%
}

form input,
form textarea {
	display: block;
	text-align: center;
	width: 100%;
	color: #1c1b21;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	height: 64px;
	outline: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	padding: 15px;
	margin-top: 10px
}

.modal_window form .button{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	position: relative;
}

.modal_window .wpcf7-spinner{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
}

.modal_window form .button p{
	margin: 0;
	display: block;
	width: 100%;
}

form .button:after{
	position: absolute;
	content: '';
	left: -4px;
	top: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 4px;
	border: 1px dashed #7bc234;
	pointer-events: none;
}

.modal_window  form .button input{
	margin: 0;
	border: none;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	color: #1c1b21;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
	color: #1c1b21;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #1c1b21;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	color: #1c1b21;
}

form input::placeholder,
form textarea::placeholder {
	color: #1c1b21;
}


form input[type=submit] {
	background-color: #7bc234;
	padding: 10px;
	color: #fff
}

.breadcrumbs {
	margin: 20px 0 32px
}

.breadcrumbs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px
}

.breadcrumbs ul a {
	text-decoration: none;
	color: #838383;
	white-space: nowrap
}

.breadcrumbs ul span {
	color: #7bc234
}

.single_product {
	padding-bottom: 200px
}

.product_gallery img {
	border-radius: 8px
}

.product_small_gallery {
	margin-top: -5px
}

.product_small_slide {
	margin: 5px
}

.product_small_slide img {
	width: 90px;
	border-radius: 4px
}

.single_product_new {
	display: inline-block;
	border-radius: 6px;
	padding: 2px 8px;
	background: #e41522;
	font-weight: 600;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: -.01em;
	color: #fff;
	min-width: 112px;
	text-align: center
}

.single_product_category {
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -.01em;
	margin: 22px 0 16px
}

.single_product_title,
.product_title {
	font-weight: 500;
	font-size: 32px;
	line-height: 140%;
	margin: 16px 0 24px
}

.summary .price {
	font-weight: 600;
	font-size: 32px;
	letter-spacing: -.01em;
	color: #7bc234;
	margin: 24px 0 45px
}

.single_product_quantity {
	margin-bottom: 24px
}

.single_product_button .button {
	border-radius: 4px
}

.single_product_button .button span {
	font-size: 24px;
	font-weight: 500;
	padding-right: 10px
}

.single_product_button .button svg,
.button  svg{
	margin-right: 24px
}

.single_product_button svg path ,
.button svg path{
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.single_product_button .button:hover svg path,
.button:hover  svg path {
	fill: #fff
}

.single_page .s_title {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 24px
}

.container_about {
	position: relative
}

.breadcrumbs a{
	color: #71717a;
	text-decoration: none;
}

.about_content ul{
	margin: 0;
}

.about_img {
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 42%
}

.about_text {
	font-size: 16px;
	line-height: 140%
}

.green_block {
	padding: 20px 8px;
	background: -webkit-gradient(linear,left top,right top,from(#7bc234),to(#bbe132));
	background: -o-linear-gradient(left,#7bc234 0,#bbe132 100%);
	background: linear-gradient(90deg,#7bc234 0,#bbe132 100%);
	margin-bottom: 10px
}

.delivery_row {
	border-radius: 18px;
	border: 1px solid #7bc234;
	padding: 20px 0;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-bottom: 30px
}

.delivery_row a {
	color: #000;
	text-decoration: none
}

.delivery_row a:hover {
	color: #7bc234;
	text-decoration: none
}

.pagination {
	margin: 70px auto 30px;
	text-align: center
}

.pagination-list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.pagination-list li {
	display: inline-block;
	margin: 0;
	padding: 0
}

.pagination-list li:first-of-type a {
	background: #7b7a7a
}

.pagination-list li:first-of-type a img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.pagination-list li:last-of-type a {
	background: #7bc234
}

.pagination-list li span {
	margin-top: 0
}

.pagination-list li a {
	padding: 11px 5px;
	color: #848484;
	text-align: center;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	display: block;
	min-width: 44px;
	border-radius: 15px;
	text-decoration: none
}

.pagination-list li a img {
	width: 5px
}

.pagination-list li a.active {
	color: #7bc234;
	background-color: #f8f8f8
}

.pagination-list li a.active:hover {
	background-color: #e7e7e7
}

.pagination-list li:hover a {
	background-color: #e7e7e7
}

.article_wrap {
	width: 800px;
	margin: 60px auto;
	max-width: 100%
}

.article_wrap img {
	margin-bottom: 25px;
	display: block;
	max-width: 100%;
	height: auto
}

.article_tags {
	color: #ff3939
}

.article_content h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	margin: 30px 0 25px;
	color: #2c2c2c
}

.mobile_search{
	display: none;
}

.dgwt-wcas-search-wrapp,
.dgwt-wcas-search-wrapp > *{
	max-height: 100%;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: none;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 15px 24px 15px 16px;
	line-height: 24px;
	font-size: 17px;
	border: none!important;
	border-radius: 0;
	background-color: #ffffff;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 16px; 
	padding-right: 24px; 
	border-radius: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	top: 0;
	left: auto;
	right: 0;
	display: flex;
	width: 46px;
	height: 100%;
	background-color: #7BC234;
	border-radius: 0;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	right: 0;
}

.type-product .entry-summary{
	margin-top: 0;
}

@media (max-width: 1360px) {
	.header_top_info .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
		padding: 10px 24px 10px 16px;
	}
	.hamburger {
		padding:12px
	}

	.lang {
		width: 48px;
		height: 48px
	}

	.search_wrap,
	.search_wrap form{
		height: 48px;
	}

	.opt_btn {
		padding: 12px 20px
	}

	.header_top {
		padding-top: 5px
	}

	.header {
		padding-top: 80px
	}

	.shop_menu_card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 50%;
		padding: 5px;
		width: 48px;
		height: 48px;
		border-radius: 50%
	}

	.shop_menu_user {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 50%;
		padding: 5px;
		width: 48px;
		height: 48px
	}

	.shop_menu_user img {
		margin-right: 0
	}

	.header_top-logo {
		width: 180px
	}

	.hamburger_text,.shop_menu_user .text {
		display: none
	}

	.slick-prev {
		right: 60px
	}

	.slick-next {
		right: 10px
	}
}

@media (max-width: 1199.98px) {
	body {
		font-size: 15px
	}

	.slick-next,.slick-prev {
		width: 40px;
		height: 40px
	}

}

@media (max-width: 991.98px) {
	.type-product .entry-summary {
		margin-top: 30px;
	}
	.dgwt-wcas-search-wrapp {
		max-width: none;
	}
	.search_wrap, .search_wrap form {
		height: auto;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		padding: 10px 35px 10px 10px;
		line-height: 18px;
		font-size: 15px;
	}
	.search_wrap,
	.opt_btn  {
		display:none
	}
	.mobile_search{
		display: block;
	}
	.mobile_search .search_wrap{
		display: block;
		background: none;
	}
	.modal_form input,
	.modal_form textarea{
		font-size: 20px;
	}
	.modal_form br{
		display: none;
	}
	.modal_subtitle{
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		padding: 16px 0;
	}
	.modal_title{
		font-weight: 500;
		font-size: 32px;
		line-height: 36px;
	}
	.modal_title p{
		margin-bottom: 0;
	}

	.about_img {
		position:relative;
		width: 340px;
		max-width: 80%;
		margin: 0 auto 15px;
		left: auto;
		top: auto
	}

	.contact_items_bottom p {
		margin-bottom: 0
	}

	.contact_items_bottom .contact_item {
		margin-bottom: 35px;
		margin-top: 20px
	}

	.contact_items_title {
		font-size: 24px;
		margin-bottom: 30px
	}

	.product_small_gallery {
		display: none
	}

	.footer_title_wrap {
		margin-top: 32px
	}

	.footer_opt_btn {
		display: none
	}

	.footer_left_col {
		padding-bottom: 20px;
		border-bottom: 1px solid #fff
	}

	.footer_row {
		border: none;
		padding: 0;
		margin: 0
	}

	.footer_links_mob {
		display: block;
		margin-top: 30px
	}

	.footer_links_pc,.footer_menu {
		display: none
	}

	.header .opt_btn {
		display: none
	}

	#callback_modal,.modal_window {
		width: 400px;
		padding: 40px 10px
	}
	.theme-shelsy .is-medium .wc-block-checkout__sidebar, 
	.theme-shelsy .is-mobile .wc-block-checkout__sidebar, 
	.theme-shelsy .is-small .wc-block-checkout__sidebar{
		display: none;
	}
}

@media (max-width: 767.98px) {

	.woocommerce-checkout .s_title{
		margin-bottom: 10px;
		text-align: center;
		font-size: 38px;
	}
/*	.theme-shelsy .wc-block-components-checkout-step__heading{
		padding-left: 10px;
		padding-right: 10px;
	}*/
	.wc-block-checkout__actions_row{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.tabs__caption {
		gap:5px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.tabs__caption li {
		padding: 5px 10px;
		background-color: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		border-radius: 4px
	}

	.header {
		padding-top: 70px
	}

	.main_menu-btn {
		margin: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.header_top {
		padding: 10px 0 5px
	}

	.header_top-logo {
		width: 115px
	}

}

@media (max-width: 575.98px) {

	.contact_cbl {
		width:140px;
		height: 140px;
		font-size: 14px
	}

	.footer_logo {
		max-width: 320px
	}

	h3 {
		font-size: 32px;
		line-height: 120%
	}

	.blog_item {
		margin: 0
	}

	.theme-shelsy ul.products li.product {
		display: block;
		width: 48%;
		float: none;
		margin: 0 auto 10px;
	}

	.theme-shelsy ul.products{
		display: flex;
		flex-wrap: wrap;
	}

	li.product .cat_name {
		font-size: 16px
	}

	.search_btn {
		display: none
	}

	.s_title span {
		padding-left: 10px;
		border-left: 10px solid #7bc234
	}
	.theme-shelsy .wp-block-woocommerce-checkout{
		padding-top: 4px;
	}

	.s_title {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.main_menu a {
		padding: 8px
	}

	.main_cat_name {
		display: block
	}

	.main_menu {
		gap: 8px
	}

	.main_menu_wrap {
		display: none;
		padding: 0
	}

	.hero_slide {
		height: 250px;
		position: relative;
		background-color: #fff
	}
	.hero_slider,
	.hero_slide{
		min-height: 250px;
		height: 250px;
	}

	.hero_slide img {
		position: absolute;
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain
	}

	.hamburger {
		padding: 12px
	}

	.hamburger_text {
		display: none
	}

	.to_top {
		bottom: 10px
	}

	.to_top.active {
		right: 10px
	}
}

@media (min-width: 1360px) {
	.container {
		max-width:1340px
	}
}


.phone_link_icon{
	display: inline-block;
	width: 24px;
	margin-right: 10px;
}

.xoo-wsc-icon-basket1{
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(/wp-content/themes/shelsy/assets/img//bag_cart.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.xoo-wsc-icon-basket1:before{
	content: '';
}

.woocommerce-account .woocommerce{
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation{
	width: 300px;
	padding-right: 30px;

}

.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation li{
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 2px solid #fff;
	transition: all .35s ease;
}

.woocommerce-MyAccount-navigation li.is-active,
.woocommerce-MyAccount-navigation li:hover{
	border: 2px solid #7bc234;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a{
	color: #396928;
}

.woocommerce-MyAccount-navigation li a{
	display: block;
	padding: 12px 14px;
	text-decoration: none;
	color: #1c1b21;
}

.woocommerce-MyAccount-content{
	width: calc(100% - 300px);
}

.woocommerce .col-1,
.woocommerce .col-2{
	width: 100%;
}

@media(max-width: 992px){
	.woocommerce-MyAccount-navigation li a{
		padding: 8px;
	}
	.woocommerce-MyAccount-navigation li{
		flex-grow: 1;
		text-align: center;
		margin-bottom: 0;
	}
	.woocommerce-MyAccount-navigation{
		width: 100%;
		padding: 0;
	}
	.woocommerce-MyAccount-navigation ul{
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}

	.woocommerce-MyAccount-content{
		width: 100%;
		margin-top: 20px;
	}
}

.phone_link{
	display: flex !important;
}
.single-product .section{
	padding-top: 0;
}
.woocommerce-breadcrumb{
	max-width: 1340px;
	margin: 10px auto;
	font-size: 16px;
}

.woocommerce-breadcrumb a{
	color: #71717a;
	text-decoration: none;
}

.custom-product-gallery {
	display: flex;
	flex-direction: row-reverse;
	gap: 16px;
}
.slider-for {
	width: calc(100% - 100px);
}

.slider-for.slick-initialized,
.slider-nav.slick-initialized{
	overflow: visible;
}

.slider-for,
.slider-nav{
	height: 533px;
	overflow: hidden;
}
@media(max-width:1360px){
	.slider-for,
	.slider-nav{
		height: 453px;
		overflow: hidden;
	}
}
@media(max-width:1199px){
	.slider-for,
	.slider-nav{
		height: 366px;
		overflow: hidden;
	}
}
@media(max-width:992px){
	.slider-for,
	.slider-nav{
		height: 500px;
		overflow: hidden;
	}
}
@media(max-width:768px){
	.slider-for,
	.slider-nav{
		height: 433px;
		overflow: hidden;
	}
}
@media(max-width:575px){
	.slider-for,
	.slider-nav{
		height: 250px;
		overflow: hidden;
	}
	.slider-for{
		width: 300px;
		margin: auto;
	}
	.slider-for img{
		height: 250px;
		width: 300px;
		margin: auto;
	}
}
.slider-nav {
	width: 100px;
}
.slider-nav .slick-slide {
	cursor: pointer;
	margin-bottom: 6px;
}

.slider-nav img,
.slider-for img{
	border-radius: 4px;
}

.slick-dots li.slick-active button {
	border: 1px solid #7fc434;
	background-color: #7fc434;
}

body .qib-button-wrapper{
	margin-bottom: 24px;
}

.product_meta{
	margin-top: 20px;
}

.product_meta .posted_in{
	display: none;
}

form.cart{
	margin-bottom: 1rem;
}

.woocommerce-tabs .panel h2:first-of-type{
	display: none;
}

.woocommerce-tabs .shop_attributes{
	width: auto;
}

.woocommerce-tabs .shop_attributes th,
.woocommerce-tabs .shop_attributes td{
	padding: 5px 15px;
	border-bottom: 1px dashed #fff;
}

.woocommerce-tabs .shop_attributes p{
	margin: 0;
}

.wc-block-checkout__form{
	max-width: 515px;
}

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], 
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-checkout .wc-block-components-text-input input[type=email], 
.wc-block-checkout .wc-block-components-text-input input[type=number], 
.wc-block-checkout .wc-block-components-text-input input[type=password], 
.wc-block-checkout .wc-block-components-text-input input[type=tel], 
.wc-block-checkout .wc-block-components-text-input input[type=text], 
.wc-block-checkout .wc-block-components-text-input input[type=url],
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select{
	border-color: #fff;
}

.theme-shelsy .wc-block-checkout .wc-block-components-checkout-step__title{
	font-size: 40px;
	font-weight: 500;
	color: #7BC234;
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill{
	background-color: #fff;
}
@media(min-width: 1200px){
	.wp-block-woocommerce-checkout-order-summary-block{
		background-color: #fff;
	}
}

.type-product img{
	margin: auto;
}

.archive main{
	padding-bottom: 20px;
}

.woocommerce-notices-wrapper{
	width: 100%;
}

.order_wrap {
	margin-bottom: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.products li.product .button.add_to_cart{
	display: flex;
}

ul.products li.product .button.add_to_cart svg{
	margin: auto;
}

ul.products li.product .button.ajax_add_to_cart{
	position: relative;
	font-size: 0;
}

ul.products li.product .button.ajax_add_to_cart{
	background-image: url(/wp-content/themes/shelsy/assets/img/bag.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

ul.products li.product .button.ajax_add_to_cart.added,
ul.products li.product .button.ajax_add_to_cart.product_added{
	background-color: #7bc234;
	background-image: url(/wp-content/themes/shelsy/assets/img/bag_white.png);
}

ul.products li.product .button.ajax_add_to_cart.added:before,
ul.products li.product .button.ajax_add_to_cart.product_added:before{
	filter: invert(1);
}

.add_to_cart_button.product_added {
	background: #7bc234;
	color: #fff;
	position: relative;
}

.add_to_cart_button.product_added::after {
	content: attr(data-cart-qty);
	position: absolute;
	top: -8px;
	right: -8px;
	background: #000;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add_to_cart_button.just-added {
	box-shadow: 0 0 0 2px #7bc234;
	transition: box-shadow 0.3s ease;
}

.xoo-wsc-basket {
	bottom: 80px;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{
	margin-bottom: 1rem;
	max-width: 100%;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	max-width: 100%;
	height: 48px;
	color: #1c1b21;
	text-decoration: none;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor:hover{
	color: #fff;
	background-color: #7bc234;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor svg{
	width: 20px;
	transition: all .35s ease;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor:hover svg{
	color: #fff;
}

@media(max-width: 1400px){
	.single-product .section{
		padding: 0;
	}
}

@media(max-width: 1300px){
	.main_menu{
		gap: 8px 16px;
		font-size: 16px;
	}
}

@media(max-width: 768px){
	.product .woocommerce-tabs{
		margin: 40px 0;
	}
	.woocommerce-Tabs-panel{
		padding: 24px 0;
	}
	.woocommerce-tabs ul.tabs{
		flex-wrap: wrap;
		gap: 5px;
	}
	.woocommerce-tabs li a{
		background-color: #fff;
		border-radius: 3px;
		padding: 7px 14px 7px;
	}
	.woocommerce-tabs li.active a{
		background: linear-gradient(90deg, #7bc234 0, #bbe132 100%);
	}

	.slider-nav{
		display: none;
	}
	.slider-for{
		width: 100%;
		margin-bottom: 30px;
	}
}

.xoo-wsc-ft-totals{
	display: none;
}

.category_block{
	background-color: #f4f4f4;
	background-color: #fff;
	border-radius: 8px;
	padding: 24px;
}

.category_block_title{
	color: #7bc234;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 30px;
}

.fiters_wrap_inner ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fiters_wrap_inner a.category {
	font-weight: 500;
	font-size: 24px;
	padding: 10px;
	background-color: #fff;
}

.fiters_wrap_inner a{
	display: block;
	font-size: 20px;
	padding: 7px;
	color: #7bc234;
	text-decoration: none;
}

.fiters_wrap_inner a:hover{
	color: #1c1b21;
}

#category-list .dropdown-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
#category-list i.fa-chevron-down {
	margin-left: 8px;
	transition: transform 0.3s ease;
}
#category-list .dropdown-menu {
	padding-left: 15px;
}

.fiters_wrap_inner .products-list{
	padding-left: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
	.theme-shelsy ul.products.columns-4 li.product {
		width: 24%;
		margin-right: 1%;
	}
}

.woocommerce-account  h2{
	width: 100%;
	text-align: center;
}

.woocommerce-account form{
	margin: auto;
}

.woocommerce-account form .show-password-input{
	display: none;
}

.woocommerce-account form .woocommerce-form__label{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.woocommerce-account form .woocommerce-form__input-checkbox{
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}

.woocommerce-LostPassword.lost_password a{
	color: #396928;
	text-decoration: none;
	border-bottom: 1px solid #396928;
}

.woocommerce-LostPassword.lost_password a:hover{
	color: #7bc234;
	border-bottom: 1px dashed #7bc234;
}

.xoo-wsc-ft-buttons-cont a{
	border-radius: 6px;
}

.wc-tab ul{
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
	border-left: 8px solid #7bc234;
}

.wc-tab:not(.woocommerce-Tabs-panel--reviews) p{
	padding-left: 10px;
	border-left: 8px solid #7bc234;
}

.wc-tab a{
	color: #1c1b21;
	text-decoration: none;
	border-bottom: 1px solid #1c1b21;
}

.wc-tab a:hover{
	border-bottom: 1px dashed #7bc234;
}

.woocommerce-Tabs-panel--reviews form{
	max-width: 615px;
}

.theme-shelsy .woocommerce-noreviews{
	background-color: #84c734;
	max-width: 615px;
}

p.stars{
	margin-top: 10px;
}

.theme-shelsy p.stars a{
	border-bottom: none;
}

.theme-shelsy p.stars:hover a::before {
	color: #7bc234;
}

.theme-shelsy input[type="text"], 
.theme-shelsy input[type="email"], 
.theme-shelsy input[type="url"], 
.theme-shelsy input[type="password"], 
.theme-shelsy input[type="search"], 
.theme-shelsy input[type="number"], 
.theme-shelsy input[type="tel"], 
.theme-shelsy input[type="range"], 
.theme-shelsy input[type="date"], 
.theme-shelsy input[type="month"], 
.theme-shelsy input[type="week"], 
.theme-shelsy input[type="time"], 
.theme-shelsy input[type="datetime"], 
.theme-shelsy input[type="datetime-local"], 
.theme-shelsy input[type="color"], 
.theme-shelsy textarea{
	border: none;
	border-radius: 5px;
	background-color: #fff;
}

.theme-shelsy input[type="checkbox"]{
	position: relative;
	width: 20px;
	height: 20px;
	border: none;
	margin: 0 10px 0 0;
	top: 2px;
}

.theme-shelsy .comment-form-cookies-consent{
	display: flex;
	align-items: baseline;
}

.theme-shelsy  .wc-block-components-button:not(.is-link){
	margin-top: 0;
}

.theme-shelsy .wc-block-cart__submit-container{
	margin-top: 20px;
}

.theme-shelsy .form-submit,
.theme-shelsy .wc-block-cart .wc-block-cart__submit-container{
	position: relative;
	max-width: 615px;
	border: 2px dashed #7bc234;
	border-radius: 4px;
	padding: 4px;
}

.theme-shelsy .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:after{
	position: absolute;
	content: '';
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	width: auto;
	height: auto;
	border: 2px dashed #7bc234;
	border-radius: 4px;
}

.theme-shelsy .form-submit input{
	margin: 0;
}

.wc-block-cart-items__header span,
.is-large.wc-block-cart .wc-block-cart__totals-title{
	color: #7bc234;
}

.theme-shelsy .wc-block-components-product-name{
	color: #1c1b21;
	text-decoration: none;
}

.wc-block-cart-item__wrap{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	padding-top: 6px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	border-radius: 5px;
}

.wc-block-components-product-metadata{
	display: none;
}

.wc-block-cart-items__row{
	position: relative;
}

.theme-shelsy .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.theme-shelsy .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus,
.theme-shelsy .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{
	background: #fcfcfc;
}

.theme-shelsy .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	border: 1px solid #bbe132;
	height: 44px;
	width: 76px;
	max-width: 76px;
	min-width: 76px;
	margin: 0 2px;
}

.theme-shelsy .wc-block-components-quantity-selector{
	width: auto;
	display: flex;
	justify-content: center;
}

.theme-shelsy .wc-block-components-quantity-selector:after{
	border: none;
}

.theme-shelsy .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus,
.theme-shelsy .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{
	border: 1px solid #cbc9ca;
	border-radius: 6px;
	padding: 8px 16px;
	width: 44px;
	min-width: 44px;
	height: 44px;
	padding: 8px;
	background: #fcfcfc;
}

.wc-block-components-product-price{
	font-size: 16px;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text{
	color: #fff;
	margin-top: 0;
}

@media (max-width: 575.98px) {
	.wc-block-cart-item__wrap{
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	.theme-shelsy .wc-block-cart-item__wrap > *{
		width: 100%;
		padding: 0!important;
		margin: auto;
	}

	.theme-shelsy .wc-block-components-quantity-selector{
		margin: auto;
	}

}

.yith-wcwl-add-to-wishlist-button__label {
	visibility: hidden;
}

/*a:visited {
	color: #1c1b21;
}*/

.footer a{
	color: #fff;
}

input.hidden{display: none;}


.s_blog  .post_image{
	float: left;
	margin: 0 30px 20px 0;
	width: 590px;
	max-width: 50%;
}

.s_blog .post_image img{
	border-radius: 12px;
}

.blog_row{
	padding-bottom: 60px;
}

.nav-links a{
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #000;
}

.nav-links a:hover{
	color:#7bc234;
	border-bottom: 1px dashed #7bc234;
}

.post-navigation{
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #ddd;
}

textarea[name="comment"]{
	text-align: left;
	font-size: 16px;
	height: 120px;
}

.theme-shelsy .star-rating span::before{
	color: #7bc234;
}
.woocommerce-reviews-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.static_reviews .col-lg-3{
	margin-bottom: 20px;
}
.review-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 16px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	border-radius: 8px;
	height: 100%;
}
.review-product-img img {
	width: 270px;
	height: auto;
	display: block;
	margin: auto;
}
.review-content-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.review-rating{
	text-align: center;
}
.review-rating .star {
	color: #ccc;
	font-size: 24px;
}
.review-rating .star.filled {
	color: #7bc234;
}
.review-text{
	margin: 0 0 32px;
}
.review-product-name {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.review-product-name  a{
	color: #7bc234;
	text-decoration: none;
}

.review-pagination {
	margin-top: 20px;
}
.review-pagination a {
	margin: 0 5px;
	text-decoration: none;
	color: #333;
}
.review-pagination a.current {
	font-weight: bold;
	text-decoration: underline;
}
.review-author{
	margin: auto 0 6px;
}
.review-reply {
	margin-top: 15px;
	padding: 10px;
	border-left: 3px solid #7bc234;
	background-color: #fafafa;
}
.review-text p{
	margin-bottom: 0;
}
.review-reply .review-text{
	margin: 10px 0 0;
}
.review-reply .review-author {
	font-style: italic;
}

.static_reviews{
	margin-bottom: 40px;
}
.center_btn{
	display: flex;
	justify-content: center;
}

.center_btn .button:after{
	position: absolute;
	content: '';
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 4px;
	border: 1px dashed #7bc234;
	pointer-events: none;
}

.post-pagination{
	padding: 0;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.post-pagination a,
.post-pagination span{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #7bc234;
	border: 1px solid #e7e7e7;
	border-radius: 14px;
	width: 55px;
	height: 55px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	margin: 0 4px;
	transition: all .35s ease;
}

.post-pagination span.current,
.post-pagination a:hover{
	background-color: #7bc234;
	color: #fff;
}

@media(max-width: 575px){
	.post-pagination a,
	.post-pagination span{
		width: 44px;
		height: 44px;
		margin: 3px;
	}
}

.theme-shelsy .wc-block-components-radio-control .wc-block-components-radio-control__input{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.theme-shelsy .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{
	width: 10px;
	height: 10px;
}

@media(max-width: 575px){
	.theme-shelsy .wc-block-checkout .wc-block-components-checkout-step__title{
		font-size: 30px;
	}
}

.theme-shelsy .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.theme-shelsy .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
	box-shadow: none;
}

.theme-shelsy .wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free{
	font-size: 0;
}

.theme-shelsy .wc-block-components-radio-control__description-group,
.theme-shelsy .wc-block-components-totals-shipping .wc-block-components-totals-item__value{
	display: none;
}

#category-list .submenu {
	display: none;
	padding-left: 15px;
	background: beige;
}

#category-list .has-children > a::after {
	content: ' ▾';
	font-size: 20px;
	margin-left: 5px;
	cursor: pointer;
}

#category-list li a{
	font-weight: 700;
	transition: all .35s ease;
}

.has-children:hover > a,
.has-children.open > a{
	background-color: #7bc234;
	color: #fff;
}

#category-list .has-children.open .submenu {
	display: block;
}

li.product-category h2{
	font-weight: 600;
	text-align: center;
	color: #7bc234;
	min-height: 39px;
}

li.product-category mark{
	background: transparent;
	color: #7bc234;
}

.custom-product-gallery .slick-slide img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	max-height: 100%;
	object-fit: contain;
}

.slider-for .slick-list,
.slider-for .slick-track,
.slider-for .slick-slide{
	max-height: 100%;
	height: 100%;
}

ul.products li.product-category img {
	height: 216px;
	object-fit: contain;
}

@media only screen and (min-width: 768px) {
	body {
		background-image: 
		url(/wp-content/themes/shelsy/assets/img/main_page_center.png),
		url(/wp-content/themes/shelsy/assets/img/main-page-bottom.png),
		url(/wp-content/themes/shelsy/assets/img/main-page-center-right.png);
		background-position: left 35%,left bottom,right 103%;
		background-repeat: no-repeat;
		background-size: 42% auto,40% auto,30% auto
	}
}

.mm-listview{
	font-size: 18px;
}

ul.products li.product img{
	height: 210px;
	object-fit: contain;
}

.theme-shelsy ul.products.columns-3{
	display: flex;
	flex-wrap: wrap;
}

.theme-shelsy ul.products.columns-3 li.product{
	width: 31%;
	margin: 0 auto 30px;
	float: none;
	display: flex;
	flex-direction: column;
}

/*.wc-block-components-checkout-step__container{
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
}*/
:where(.css-1p3hq3p).ant-btn-primary {
	color: #1c1b4b;
	background-color: #7bc234;
	box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

:where(.css-1p3hq3p).ant-btn-primary:not(:disabled):hover {
	color: #1c1b4b;
	background-color: #d6c9f9;
}

.theme-shelsy [data-v-478391d1] .add-to-cart-btn{
	color: #1c1b4b;
	background-color: #7bc234;
	border-color: #7bc234;
}

.theme-shelsy [data-v-478391d1] .add-to-cart-btn:hover {
	color: #1c1b4b;
	background-color: #dfcdf9;
	border-color: #dfcdf9;
}

.theme-shelsy :where(.css-1p3hq3p).ant-checkbox-checked .ant-checkbox-inner {
	background-color: #7bc234;
	border-color: #7bc234;
}

.xoo-aff-group label{
	display: flex;
}
.xoo-el-form-container.xoo-el-form-inline {
	background: thistle;
	padding-top: 20px;
	padding-bottom: 10px;
	border-radius: 5px;
}

.theme-shelsy :where(.css-1p3hq3p).ant-btn-primary{
	color: #1c1b4b;
	background-color: #7bc234!important;
	border-color: #7bc234!important;
}

h4.wwpp-notice {
	font-size: 16px;
	margin-bottom: 0;
}

.wc-block-cart-item__wrap .wc-block-components-product-badge.wc-block-components-sale-badge{
	display: none;
}

.theme-shelsy .wc-block-components-product-badge{
	font-size: 12px;
}

.theme-shelsy table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	width: 50px;
}

.theme-shelsy table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-weight: 500;
}

.theme-shelsy  .wc-block-components-totals-footer-item-shipping{
	display: none;
}

.woocommerce-order-details{
	padding: 15px;
	border-radius: 10px;
	background-color: #fff;
	margin: 30px 0;
}

.shop_table.order_details td, 
.shop_table.order_details th {
	border-width: 1px;
	border-color: #dddddd;
	padding: 10px;
}

.woocommerce-table__product-name.product-name a{
	display: inline-block;
	/*padding: 5px 0;*/
	color: #7144b3;
}

.wholesale_link_block{
	background: linear-gradient(90deg, #7bc234 0, #bbe132 100%);
	border-radius: 10px;
	text-align: center;
}

.wholesale_link_block a{
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	display: block;
	padding: 50px 0;
	border-radius: 10px;
	text-decoration: none;
}

.wholesale_link_block a:hover{
	background: #7bc234;
	color: #fff;
}

@container (min-width: 700px) {
	.theme-shelsy .wc-block-cart__main .wc-block-cart-items td {
		padding: 10px 0 10px 9px;
	}
}

.wc-block-grid.has-4-columns .wc-block-grid__product{
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #ddccf9;
}

.wc-block-grid__product-link {
	text-decoration: none;
}

.wc-block-grid__product-link{
	color: #7bc234;
	font-size: 20px;
	font-weight: 500;
}


.sk-wholesale__table_wrap{
	height: 500px;
	margin-bottom: 40px;
	overflow-y: scroll;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sk-wholesale__table_wrap .sk-wholesale__table{
	margin: 0;
}

.sk-wholesale__form{
	margin-top: 30px;
}
.sk-wholesale__table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 16px;
}
.sk-wholesale__table th,
.sk-wholesale__table td {
	background: #fff;
	border: 1px solid #eee;
	padding: 2px 8px;
	text-align: center;
	vertical-align: middle;
}

/*.sk-wholesale__table .sk-wh-title{
	text-align: left;
}*/

.sk-wholesale__table th {
	background: #f9f9f9;
	font-weight: 600;
}
.sk-wh-price-old {
	text-decoration: line-through;
	color: #888;
}
.sk-wh-price-new {
	color: #007cba;
	font-weight: 700;
}
.sk-wh-title a {
	color: #333;
	text-decoration: none;
}
.sk-wh-title a:hover {
	color: #007cba;
}
.sk-wholesale__table .button {
	background: #63b62d;
	border: none;
	border-radius: 4px;
	padding: 2px 12px;
	color: #fff;
	width: auto;
	cursor: pointer;
}
.sk-wholesale__table .button:hover {
	background: #4a9e1a;
}

.theme-shelsy form.sk-wholesale__form input{
	height: auto;
	margin: 0;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
}

.sk-wholesale__actions{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}


.sk-wh-table-wrap{
	height: 324px;
	overflow-y: scroll;
	margin-bottom: 30px;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}


.sk-wholesale__table{width:100%;border-collapse:collapse;}
.sk-wholesale__table th,.sk-wholesale__table td{border:1px solid #eee;padding:8px;text-align:center;vertical-align:middle}
.sk-wholesale__table th{background:#f9f9f9;font-weight:600}
.sk-wh-img img {
	width: 50px;
	height: 50px;
	margin: -8px 0;
}
.sk-wh-price-old{text-decoration:line-through;color:#888}
.sk-wh-price-new{color:#007cba;font-weight:700}
.sk-wh-title a{color:#333;text-decoration:none}
.sk-wh-title a:hover{color:#007cba}
.sk-wholesale__actions{margin-top:15px;display:flex;gap:8px;justify-content:center}

.sk-wh-cat {margin-bottom: 25px;border:1px solid #eee;border-radius:8px;overflow:hidden;}
.sk-wh-cat__title {
	background:#7bc234;color:#fff;padding:12px 16px;margin:0;cursor:pointer;
	display:flex;justify-content:space-between;align-items:center;font-weight:600;transition:background .2s;
}
.sk-wh-cat__title:hover {background:#6ab228;}
.sk-wh-cat__arrow {transition:transform .3s;}
.sk-wh-cat__title.active .sk-wh-cat__arrow {transform:rotate(180deg);}
.sk-wh-cat__content {
	display:none;
	padding:15px;
	opacity:0;
	background: ghostwhite;
	transition:opacity .3s ease;
}
.sk-wh-cat__content.open {display:block;opacity:1;}
.sk-show-more {
	margin:10px auto 0;display:block;background:none;border:none;color:#0073aa;cursor:pointer;font-weight:600;
}
.hidden-row {display:none !important;}

.sk-wholesale__actions{
	position: relative;
	margin: 0;
	padding: 15px 0;
}

.sk-wholesale__actions.fixed{
	background-color: rgba(255, 255, 255, .9);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.single-product .section.s_recently_viewed{
	padding-top: 7vh;
}

