
@charset "UTF-8";

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #798490;
	--gray-dark: #4a545b;
	--primary: #691448;
	--secondary: #691448;
	--success: #2ecc71;
	--info: #4aa3df;
	--warning: #f1c40f;
	--danger: #e74c3c;
	--light: #f9f9f9;
	--dark: #4a545b;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

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

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

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

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

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

dt {
	font-weight: 600;
}

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

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #691448;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #29081c;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre, code, kbd, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

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

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #798490;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(1.275rem + .3vw);
	}
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

output {
	display: inline-block;
}

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

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: .5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #691448;
}

h1, .h1 {
	font-size: 2.25rem;
}

@media (max-width: 1200px) {
	h1, .h1 {
		font-size: calc(1.35rem + 1.2vw);
	}
}

h2, .h2 {
	font-size: 1.75rem;
}

@media (max-width: 1200px) {
	h2, .h2 {
		font-size: calc(1.3rem + .6vw);
	}
}

h3, .h3 {
	font-size: 1.5rem;
}

@media (max-width: 1200px) {
	h3, .h3 {
		font-size: calc(1.275rem + .3vw);
	}
}

h4, .h4 {
	font-size: 1.25rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: .875rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

small, .small {
	font-size: 80%;
	font-weight: 400;
}

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

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #798490;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #bcc1c7;
	border-radius: 20px;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #798490;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	-ms-word-break: break-word;
	word-break: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 20px;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 600;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

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

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container, .cms-section .boxed {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container, .cms-section .boxed {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .cms-section .boxed {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .cms-section .boxed {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .cms-section .boxed {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.row, .account-content, .is-act-cartpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.no-gutters, .cms-block.no-gutters .cms-block-container-row {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .cms-block.no-gutters .cms-block-container-row > .col, .cms-block.no-gutters .is-act-confirmpage .checkout .cms-block-container-row > .checkout-aside, .is-act-confirmpage .checkout .cms-block.no-gutters .cms-block-container-row > .checkout-aside, .cms-block.no-gutters .is-ctl-accountorder .checkout .cms-block-container-row > .checkout-aside, .is-ctl-accountorder .checkout .cms-block.no-gutters .cms-block-container-row > .checkout-aside, .cms-block.no-gutters .is-act-finishpage .checkout .cms-block-container-row > .checkout-aside, .is-act-finishpage .checkout .cms-block.no-gutters .cms-block-container-row > .checkout-aside, .is-act-confirmpage .checkout .no-gutters > .checkout-aside, .is-ctl-accountorder .checkout .no-gutters > .checkout-aside, .is-act-finishpage .checkout .no-gutters > .checkout-aside, .no-gutters > [class*="col-"], .cms-block.no-gutters .cms-block-container-row > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .col-sm-7, .is-act-finishpage .checkout .checkout-additional, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside, .col-md-5, .is-act-cartpage .checkout .checkout-aside, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .account-content .account-content-aside, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .col-lg-9, .account-content .account-content-main, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

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

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

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

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

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

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5, .is-act-finishpage .checkout .checkout-aside {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-md-5, .is-act-cartpage .checkout .checkout-aside {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
		margin-left: 50%;
	}
	
	.offset-md-7, .is-act-cartpage .checkout .checkout-aside {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-3, .account-content .account-content-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4, .is-act-cartpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-lg-6, .is-act-finishpage .checkout .checkout-additional {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-lg-9, .account-content .account-content-main {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0, .is-act-cartpage .checkout .checkout-aside {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-additional {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xl-2, .account-content .account-content-aside {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4, .is-act-cartpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7, .account-content .account-content-main {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1, .account-content .account-content-main {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #333;
	background-color: #fff;
}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #eee;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eee;
}

.table tbody + tbody {
	border-top: 2px solid #eee;
}

.table-sm th, .table-sm td {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #eee;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #eee;
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	color: #333;
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #d5bdcc;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #b185a0;
}

.table-hover .table-primary:hover {
	background-color: #cbadc0;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #cbadc0;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #d5bdcc;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #b185a0;
}

.table-hover .table-secondary:hover {
	background-color: #cbadc0;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #cbadc0;
}

.table-success, .table-success > th, .table-success > td {
	background-color: #c4f1d7;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #92e4b5;
}

.table-hover .table-success:hover {
	background-color: #afecc9;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #afecc9;
}

.table-info, .table-info > th, .table-info > td {
	background-color: #cce5f6;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #a1cfee;
}

.table-hover .table-info:hover {
	background-color: #b6daf2;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #b6daf2;
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #fbeebc;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #f8e082;
}

.table-hover .table-warning:hover {
	background-color: #fae8a4;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #fae8a4;
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f8cdc8;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #f3a29a;
}

.table-hover .table-danger:hover {
	background-color: #f5b8b1;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #f5b8b1;
}

.table-light, .table-light > th, .table-light > td {
	background-color: #fdfdfd;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
	border-color: #fcfcfc;
}

.table-hover .table-light:hover {
	background-color: #f0f0f0;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #f0f0f0;
}

.table-dark, .table-dark > th, .table-dark > td {
	background-color: #cccfd1;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
	border-color: #a1a6aa;
}

.table-hover .table-dark:hover {
	background-color: #bfc2c5;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #bfc2c5;
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #4a545b;
	border-color: #5b6770;
}

.table .thead-light th {
	color: #fff;
	background-color: #691448;
	border-color: #eee;
}

.table-dark {
	color: #fff;
	background-color: #4a545b;
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #5b6770;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem .5625rem;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	background-color: #fafafa;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 20px;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #691448;
	background-color: #e7e7e7;
	border-color: #691448;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.form-control::-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
	color: #8e8e8e;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #eee;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #222;
	background-color: #fafafa;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.5625rem + 1px);
	padding-bottom: calc(.5625rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .5625rem;
	padding-bottom: .5625rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 20px;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 20px;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col, .is-act-confirmpage .checkout .form-row > .checkout-aside, .is-ctl-accountorder .checkout .form-row > .checkout-aside, .is-act-finishpage .checkout .form-row > .checkout-aside, .form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #798490;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #2ecc71;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(46, 204, 113, .9);
	border-radius: 20px;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #2ecc71;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #2ecc71;
	box-shadow: 0 0 0 .2rem rgba(46, 204, 113, .25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #2ecc71;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #2ecc71;
	box-shadow: 0 0 0 .2rem rgba(46, 204, 113, .25);
}

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #2ecc71;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #2ecc71;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #2ecc71;
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #54d98c;
	background-color: #54d98c;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(46, 204, 113, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #2ecc71;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #2ecc71;
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #2ecc71;
	box-shadow: 0 0 0 .2rem rgba(46, 204, 113, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #e74c3c;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(231, 76, 60, .9);
	border-radius: 20px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #e74c3c;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #e74c3c;
	box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #e74c3c;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #e74c3c;
	box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #e74c3c;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #e74c3c;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #e74c3c;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #ed7669;
	background-color: #ed7669;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #e74c3c;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #e74c3c;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #e74c3c;
	box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .input-group, .form-inline .custom-select {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	vertical-align: middle;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 2px 12px;
	font-size: 1rem;
	line-height: 34px;
	border-radius: 20px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover {
	color: #000;
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed) {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-primary:hover, .address-editor-select:not(.collapsed):hover, .address-editor-edit:not(.collapsed):hover, .address-editor-create:not(.collapsed):hover {
	color: #fff;
	background-color: #490e32;
	border-color: #3e0c2b;
}

.btn-primary:focus, .address-editor-select:not(.collapsed):focus, .address-editor-edit:not(.collapsed):focus, .address-editor-create:not(.collapsed):focus, .btn-primary.focus, .focus.address-editor-select:not(.collapsed), .focus.address-editor-edit:not(.collapsed), .focus.address-editor-create:not(.collapsed) {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.btn-primary.disabled, .disabled.address-editor-select:not(.collapsed), .disabled.address-editor-edit:not(.collapsed), .disabled.address-editor-create:not(.collapsed), .btn-primary:disabled, .address-editor-select:not(.collapsed):disabled, .address-editor-edit:not(.collapsed):disabled, .address-editor-create:not(.collapsed):disabled {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-primary:not(:disabled):not(.disabled):active, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled), .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.address-editor-select:not(.collapsed), .show > .dropdown-toggle.address-editor-edit:not(.collapsed), .show > .dropdown-toggle.address-editor-create:not(.collapsed) {
	color: #fff;
	background-color: #3e0c2b;
	border-color: #330a23;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.address-editor-select:not(.collapsed):focus, .show > .dropdown-toggle.address-editor-edit:not(.collapsed):focus, .show > .dropdown-toggle.address-editor-create:not(.collapsed):focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.btn-secondary {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #490e32;
	border-color: #3e0c2b;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #3e0c2b;
	border-color: #330a23;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.btn-success {
	color: #fff;
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.btn-success:hover {
	color: #fff;
	background-color: #27ad60;
	border-color: #25a25a;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(77, 212, 134, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #25a25a;
	border-color: #229854;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(77, 212, 134, .5);
}

.btn-info {
	color: #fff;
	background-color: #4aa3df;
	border-color: #4aa3df;
}

.btn-info:hover {
	color: #fff;
	background-color: #2992d9;
	border-color: #258cd1;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(101, 177, 228, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #4aa3df;
	border-color: #4aa3df;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #258cd1;
	border-color: #2385c6;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(101, 177, 228, .5);
}

.btn-warning {
	color: #212529;
	background-color: #f1c40f;
	border-color: #f1c40f;
}

.btn-warning:hover {
	color: #212529;
	background-color: #cea70c;
	border-color: #c29d0b;
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(210, 172, 19, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #f1c40f;
	border-color: #f1c40f;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #c29d0b;
	border-color: #b6940b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(210, 172, 19, .5);
}

.btn-danger {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.btn-danger:hover {
	color: #fff;
	background-color: #e12e1c;
	border-color: #d62c1a;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(235, 103, 89, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d62c1a;
	border-color: #ca2a19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(235, 103, 89, .5);
}

.btn-light {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-light:hover {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #e0e0e0;
}

.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(217, 217, 218, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #d9d9d9;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(217, 217, 218, .5);
}

.btn-dark {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-dark:hover {
	color: #fff;
	background-color: #394146;
	border-color: #333a3f;
}

.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(101, 110, 116, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #333a3f;
	border-color: #2d3438;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(101, 110, 116, .5);
}

.btn-outline-primary {
	color: #691448;
	border-color: #691448;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #691448;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .5);
}

.btn-outline-secondary {
	color: #691448;
	border-color: #691448;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #691448;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .5);
}

.btn-outline-success {
	color: #2ecc71;
	border-color: #2ecc71;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(46, 204, 113, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #2ecc71;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(46, 204, 113, .5);
}

.btn-outline-info {
	color: #4aa3df;
	border-color: #4aa3df;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #4aa3df;
	border-color: #4aa3df;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(74, 163, 223, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #4aa3df;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #4aa3df;
	border-color: #4aa3df;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(74, 163, 223, .5);
}

.btn-outline-warning {
	color: #f1c40f;
	border-color: #f1c40f;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #f1c40f;
	border-color: #f1c40f;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(241, 196, 15, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #f1c40f;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #f1c40f;
	border-color: #f1c40f;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(241, 196, 15, .5);
}

.btn-outline-danger {
	color: #e74c3c;
	border-color: #e74c3c;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #e74c3c;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .5);
}

.btn-outline-light {
	color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(249, 249, 249, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f9f9f9;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(249, 249, 249, .5);
}

.btn-outline-dark {
	color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #4a545b;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.btn-link {
	font-weight: 400;
	color: #691448;
	text-decoration: none;
}

.btn-link:hover {
	color: #29081c;
	text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #798490;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-buy, .product-action .btn-light {
	padding: 2px 12px;
	font-size: 1rem;
	line-height: 38px;
	border-radius: 20px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 2px 12px;
	font-size: .875rem;
	line-height: 30px;
	border-radius: 20px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: .5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}

.dropup, .dropright, .dropdown, .dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f9f9f9;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #691448;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #798490;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #798490;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-buy + .dropdown-toggle-split, .product-action .btn-light + .dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .5625rem .5625rem;
	margin-bottom: 0;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	text-align: center;
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 20px;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 20px;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
	padding-right: 1.5625rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #691448;
	background-color: #691448;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #691448;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #798490;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #eee;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fafafa;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 20px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #691448;
	background-color: #691448;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(105, 20, 72, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(105, 20, 72, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(105, 20, 72, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: -ms-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fafafa;
	-ms-transform: translateX(.75rem);
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(105, 20, 72, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem 1.5625rem .5625rem .5625rem;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23222222\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .5625rem center/8px 10px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #691448;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.custom-select:focus::-ms-value {
	color: #222;
	background-color: #fafafa;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .5625rem;
	background-image: none;
}

.custom-select:disabled {
	color: #798490;
	background-color: #eee;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #691448;
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.custom-file-input:disabled ~ .custom-file-label {
	background-color: #eee;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem .5625rem;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 1.125rem);
	padding: .5625rem .5625rem;
	line-height: 1.5;
	color: #222;
	content: "Browse";
	background-color: #eee;
	border-left: inherit;
	border-radius: 0 20px 20px 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #691448;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #de52a7;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #bcc1c7;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #691448;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #de52a7;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #bcc1c7;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #691448;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #de52a7;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #bcc1c7;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #bcc1c7;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		-webkit-transition: none;
		transition: none;
	}
}

.nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #798490;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #bcc1c7;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #eee #eee #bcc1c7;
}

.nav-tabs .nav-link.disabled {
	color: #798490;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #bcc1c7 #bcc1c7 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #691448;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar > .container, .cms-section .navbar > .boxed, .navbar > .container-fluid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 20px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container, .cms-section .navbar-expand-sm > .boxed, .navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm > .container, .cms-section .navbar-expand-sm > .boxed, .navbar-expand-sm > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container, .cms-section .navbar-expand-md > .boxed, .navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md > .container, .cms-section .navbar-expand-md > .boxed, .navbar-expand-md > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container, .cms-section .navbar-expand-lg > .boxed, .navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg > .container, .cms-section .navbar-expand-lg > .boxed, .navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container, .cms-section .navbar-expand-xl > .boxed, .navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl > .container, .cms-section .navbar-expand-xl > .boxed, .navbar-expand-xl > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container, .cms-section .navbar-expand > .boxed, .navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand > .container, .cms-section .navbar-expand > .boxed, .navbar-expand > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 1px solid transparent;
	border-radius: 20px;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid transparent;
}

.card-header:first-child {
	border-radius: calc(20px - 1px) calc(20px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid transparent;
}

.card-footer:last-child {
	border-radius: 0 0 calc(20px - 1px) calc(20px - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(20px - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(20px - 1px);
	border-top-right-radius: calc(20px - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(20px - 1px);
	border-bottom-left-radius: calc(20px - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.card-deck .card {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 20px;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion > .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #798490;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #798490;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 20px;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #691448;
	background-color: #fff;
	border: 1px solid #bcc1c7;
}

.page-link:hover {
	z-index: 2;
	color: #29081c;
	text-decoration: none;
	background-color: #eee;
	border-color: #bcc1c7;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.page-item.disabled .page-link {
	color: #798490;
	pointer-events: none;
	cursor: auto;
	background-color: #eee;
	border-color: #bcc1c7;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 20px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		-webkit-transition: none;
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #691448;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #3e0c2b;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .5);
}

.badge-secondary {
	color: #fff;
	background-color: #691448;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #3e0c2b;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(105, 20, 72, .5);
}

.badge-success {
	color: #fff;
	background-color: #2ecc71;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #25a25a;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(46, 204, 113, .5);
}

.badge-info {
	color: #fff;
	background-color: #4aa3df;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #258cd1;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(74, 163, 223, .5);
}

.badge-warning {
	color: #212529;
	background-color: #f1c40f;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #c29d0b;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(241, 196, 15, .5);
}

.badge-danger {
	color: #fff;
	background-color: #e74c3c;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #d62c1a;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(231, 76, 60, .5);
}

.badge-light {
	color: #212529;
	background-color: #f9f9f9;
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #e0e0e0;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(249, 249, 249, .5);
}

.badge-dark {
	color: #fff;
	background-color: #4a545b;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #333a3f;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #eee;
	border-radius: 20px;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 20px;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 600;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #370a25;
	background-color: #e1d0da;
	border-color: #d5bdcc;
}

.alert-primary hr {
	border-top-color: #cbadc0;
}

.alert-primary .alert-link {
	color: #0c0208;
}

.alert-secondary {
	color: #370a25;
	background-color: #e1d0da;
	border-color: #d5bdcc;
}

.alert-secondary hr {
	border-top-color: #cbadc0;
}

.alert-secondary .alert-link {
	color: #0c0208;
}

.alert-success {
	color: #186a3b;
	background-color: #d5f5e3;
	border-color: #c4f1d7;
}

.alert-success hr {
	border-top-color: #afecc9;
}

.alert-success .alert-link {
	color: #0f4024;
}

.alert-info {
	color: #265574;
	background-color: #dbedf9;
	border-color: #cce5f6;
}

.alert-info hr {
	border-top-color: #b6daf2;
}

.alert-info .alert-link {
	color: #19394e;
}

.alert-warning {
	color: #7d6608;
	background-color: #fcf3cf;
	border-color: #fbeebc;
}

.alert-warning hr {
	border-top-color: #fae8a4;
}

.alert-warning .alert-link {
	color: #4d3f05;
}

.alert-danger {
	color: #78281f;
	background-color: #fadbd8;
	border-color: #f8cdc8;
}

.alert-danger hr {
	border-top-color: #f5b8b1;
}

.alert-danger .alert-link {
	color: #4f1a15;
}

.alert-light {
	color: #818181;
	background-color: #fefefe;
	border-color: #fdfdfd;
}

.alert-light hr {
	border-top-color: #f0f0f0;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #262c2f;
	background-color: #dbddde;
	border-color: #cccfd1;
}

.alert-dark hr {
	border-top-color: #bfc2c5;
}

.alert-dark .alert-link {
	color: #0f1213;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #eee;
	border-radius: 20px;
}

.progress-bar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #691448;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f9f9f9;
}

.list-group-item-action:active {
	color: #000;
	background-color: #eee;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #798490;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group-item-primary {
	color: #370a25;
	background-color: #d5bdcc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #370a25;
	background-color: #cbadc0;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #370a25;
	border-color: #370a25;
}

.list-group-item-secondary {
	color: #370a25;
	background-color: #d5bdcc;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #370a25;
	background-color: #cbadc0;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #370a25;
	border-color: #370a25;
}

.list-group-item-success {
	color: #186a3b;
	background-color: #c4f1d7;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #186a3b;
	background-color: #afecc9;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #186a3b;
	border-color: #186a3b;
}

.list-group-item-info {
	color: #265574;
	background-color: #cce5f6;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #265574;
	background-color: #b6daf2;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #265574;
	border-color: #265574;
}

.list-group-item-warning {
	color: #7d6608;
	background-color: #fbeebc;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #7d6608;
	background-color: #fae8a4;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #7d6608;
	border-color: #7d6608;
}

.list-group-item-danger {
	color: #78281f;
	background-color: #f8cdc8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #78281f;
	background-color: #f5b8b1;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #78281f;
	border-color: #78281f;
}

.list-group-item-light {
	color: #818181;
	background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #818181;
	background-color: #f0f0f0;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818181;
	border-color: #818181;
}

.list-group-item-dark {
	color: #262c2f;
	background-color: #cccfd1;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #262c2f;
	background-color: #bfc2c5;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #262c2f;
	border-color: #262c2f;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

@media (max-width: 1200px) {
	.close {
		font-size: calc(1.275rem + .3vw);
	}
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #798490;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -ms-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	-ms-transform: translate(0, -50px);
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 20px;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 10px;
	border-bottom: 1px solid #c2c2c2;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.modal-header .close {
	padding: 10px 10px;
	margin: -10px -10px -10px auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #c2c2c2;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .address-editor-modal .modal-dialog, .quickview-modal .modal-dialog, .subscription-edit-shipping-address-modal .modal-dialog, .subscription-edit-billing-address-modal .modal-dialog, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 20px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 20px;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 20px;
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: .5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc(( .5rem + 1px ) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: 20px 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc(( .5rem + 1px ) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: 20px 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #691448;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(20px - 1px);
	border-top-right-radius: calc(20px - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #000;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -ms-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-transition: -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border, .loader {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #691448 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #3e0c2b !important;
}

.bg-secondary {
	background-color: #691448 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #3e0c2b !important;
}

.bg-success {
	background-color: #2ecc71 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #25a25a !important;
}

.bg-info {
	background-color: #4aa3df !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #258cd1 !important;
}

.bg-warning {
	background-color: #f1c40f !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #c29d0b !important;
}

.bg-danger {
	background-color: #e74c3c !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #d62c1a !important;
}

.bg-light, .order-detail-table-footer {
	background-color: #f9f9f9 !important;
}

a.bg-light:hover, a.order-detail-table-footer:hover, a.bg-light:focus, a.order-detail-table-footer:focus, button.bg-light:hover, button.order-detail-table-footer:hover, button.bg-light:focus, button.order-detail-table-footer:focus {
	background-color: #e0e0e0 !important;
}

.bg-dark {
	background-color: #4a545b !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #333a3f !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #c2c2c2 !important;
}

.border-top {
	border-top: 1px solid #c2c2c2 !important;
}

.border-right {
	border-right: 1px solid #c2c2c2 !important;
}

.border-bottom {
	border-bottom: 1px solid #c2c2c2 !important;
}

.border-left {
	border-left: 1px solid #c2c2c2 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #691448 !important;
}

.border-secondary {
	border-color: #691448 !important;
}

.border-success {
	border-color: #2ecc71 !important;
}

.border-info {
	border-color: #4aa3df !important;
}

.border-warning {
	border-color: #f1c40f !important;
}

.border-danger {
	border-color: #e74c3c !important;
}

.border-light {
	border-color: #f9f9f9 !important;
}

.border-dark {
	border-color: #4a545b !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 20px !important;
}

.rounded {
	border-radius: 20px !important;
}

.rounded-top {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

.rounded-right {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.rounded-bottom {
	border-bottom-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}

.rounded-left {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}

.rounded-lg {
	border-radius: 20px !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none, .is-act-checkoutregisterpage .checkout .checkout-aside {
	display: none !important;
}

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

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

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

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

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

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block, .is-act-checkoutregisterpage .checkout .checkout-aside {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

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

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

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

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

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

.flex-grow-1 {
	-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;
}

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

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

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

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

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

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

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

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

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

.align-items-stretch {
	-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;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-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;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-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;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-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;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-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;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-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;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-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;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-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;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-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;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top, .offcanvas .offcanvas-footer {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 400 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 600 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary, .loader {
	color: #691448 !important;
}

a.text-primary:hover, a.loader:hover, a.text-primary:focus, a.loader:focus {
	color: #29081c !important;
}

.text-secondary {
	color: #691448 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #29081c !important;
}

.text-success {
	color: #2ecc71 !important;
}

a.text-success:hover, a.text-success:focus {
	color: #208e4e !important;
}

.text-info {
	color: #4aa3df !important;
}

a.text-info:hover, a.text-info:focus {
	color: #217dbb !important;
}

.text-warning {
	color: #f1c40f !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #aa8a0a !important;
}

.text-danger {
	color: #e74c3c !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #bf2718 !important;
}

.text-light {
	color: #f9f9f9 !important;
}

a.text-light:hover, a.text-light:focus {
	color: lightgray !important;
}

.text-dark {
	color: #4a545b !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #282d31 !important;
}

.text-body {
	color: #000 !important;
}

.text-muted {
	color: #798490 !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	-ms-word-break: break-word !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*, *::before, *::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	body {
		min-width: 992px !important;
	}
	
	.container, .cms-section .boxed {
		min-width: 992px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered th, .table-bordered td {
		border: 1px solid #bcc1c7 !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
		border-color: #eee;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #eee;
	}
}

.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}

.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: -ms-transform 0s, opacity 0s;
	-webkit-transition: -webkit-transform 0s, opacity 0s;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: -ms-transform 0s, opacity 0s;
	-moz-transition: -webkit-transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: -ms-transform 0s, opacity 0s;
	transition: -webkit-transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery > .tns-moving {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-normal, .tns-fadeOut {
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.3333333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: "";
	display: table;
	clear: both;
}

.tns-t-ct > div {
	width: 1.4285714286%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

.flatpickr-calendar {
	background: transparent;
	background: #fff;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999;
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
	left: auto;
	right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
	left: 50%;
	right: 50%;
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
	bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
	top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}

.flatpickr-calendar:focus {
	outline: 0;
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block;
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
	position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit;
}

.numInputWrapper {
	position: relative;
	height: auto;
}

.numInputWrapper input, .numInputWrapper span {
	display: inline-block;
}

.numInputWrapper input {
	width: 100%;
}

.numInputWrapper input::-ms-clear {
	display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%;
}

.numInputWrapper span.arrowDown {
	top: 50%;
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%;
}

.numInputWrapper span svg {
	width: inherit;
	height: auto;
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
	opacity: 1;
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	line-height: 1;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch \0;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: transparent;
	pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0;
}

.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: transparent;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
	padding: 1px 0 0 0;
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px;
}

.flatpickr-days:focus {
	outline: 0;
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dayContainer + .dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6;
}

.flatpickr-day.today {
	border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px;
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: transparent;
	border-color: transparent;
	cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
	visibility: hidden;
}

.rangeMode .flatpickr-day {
	margin-top: 1px;
}

.flatpickr-weekwrapper {
	float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: transparent;
	cursor: default;
	border: none;
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both;
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}

.flatpickr-time input {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
	font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
	font-weight: 400;
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: bold;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
	background: #eee;
}

.flatpickr-input[readonly] {
	cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

html {}

html.no-scroll {
	position: relative;
	overflow: hidden;
}

html::before {
	position: absolute;
	top: -100%;
	font-size: 0;
}

@media (max-width: 575.98px) {
	html::before {
		content: "xs";
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	html::before {
		content: "sm";
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	html::before {
		content: "md";
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	html::before {
		content: "lg";
	}
}

@media (min-width: 1200px) {
	html::before {
		content: "xl";
	}
}

html .sw-text-editor-table .sw-text-editor-table__col {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
}

html .sw-text-editor-table .sw-text-editor-table__col-selector {
	display: none;
}

html .sw-text-editor-table__head td {
	background: #eee;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

html.is-ie .input-group-append .icon {
	display: block;
}

html.is-ie .input-group-append svg {
	top: 0;
	vertical-align: auto;
}

html.is-ie .cart-item-row .cart-item-quantity {
	z-index: 1;
}

html.is-ie .product-image-wrapper {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

html.is-ie .product-image-link {
	display: block;
}

html.is-ie .product-image {
	margin: auto;
}

.alert-has-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.alert-has-icon .alert-content-container {
	padding-left: 1rem;
}

.alert-list {
	padding-left: 20px;
	margin-bottom: 0;
}

.card-title {
	color: #691448;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}

.card-col {
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.card-col .card {
	width: 100%;
}

.card-col .card-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-actions {
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: auto;
}

.category-navigation {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

.category-navigation.level-0 > .category-navigation-entry {
	border-bottom: 1px solid #c2c2c2;
}

.category-navigation.level-0 {
	padding-left: 0;
	font-size: 16px;
}

.category-navigation.level-1 {
	font-size: 14px;
}

.category-navigation.level-2 {
	font-size: 12px;
}

.category-navigation-entry {
	margin: 0;
	padding: 0;
}

.category-navigation-link {
	display: block;
	padding: 8px 20px;
	font-weight: 400;
	color: #000;
}

.category-navigation-link:hover {
	text-decoration: none;
}

.category-navigation-link.is-active {
	color: #691448;
	font-weight: 600;
}

.category-navigation-link.in-path {
	font-weight: 600;
}

.modal-backdrop {
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
}

.modal-backdrop.modal-backdrop-open {
	opacity: 1;
}

.modal-backdrop > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

.offcanvas-backdrop.show {
	opacity: 1;
}

.base-slider {
	position: relative;
	overflow: hidden;
}

.base-slider .tns-nav, .base-slider .base-slider-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 10px 0;
}

.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
	background-color: #bcc1c7;
	border: 0;
	height: 8px;
	width: 8px;
	padding: 8px;
	border-radius: 50%;
	margin: 0 8px;
}

.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
	background-color: #798490;
}

.base-slider .tns-nav .base-slider-dot:focus, .base-slider .tns-nav button:focus, .base-slider .base-slider-dots .base-slider-dot:focus, .base-slider .base-slider-dots button:focus {
	outline: none;
}

.base-slider.has-dots-outside {
	margin-bottom: 35px;
}

.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
	bottom: auto;
}

.base-slider.has-nav-outside {
	padding-left: 25px;
	padding-right: 25px;
}

.base-slider .tns-ovh {
	overflow: visible;
}

.base-slider-controls {
	margin-bottom: 0;
}

.base-slider-controls-prev, .base-slider-controls-next {
	display: block;
	width: 30px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #798490;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, .5);
	line-height: 68px;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
	cursor: pointer;
	padding: 0;
}

.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
	border-color: rgba(105, 20, 72, .5);
	color: #691448;
	opacity: 1;
}

.base-slider-controls-prev.is-nav-prev-outside, .base-slider-controls-prev.is-nav-next-outside, .base-slider-controls-next.is-nav-prev-outside, .base-slider-controls-next.is-nav-next-outside {
	border: 0;
	background-color: rgba(255, 255, 255, .8);
}

.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
	opacity: .2;
	cursor: default;
}

.base-slider-controls-prev {
	border-radius: 0 20px 20px 0;
}

.base-slider-controls-prev.is-nav-prev-outside {
	border-radius: 20px 0 0 20px;
}

.base-slider-controls-next {
	border-radius: 20px 0 0 20px;
}

.base-slider-controls-next.is-nav-next-outside {
	border-radius: 0 20px 20px 0;
}

@media (min-width: 768px) {
	.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
		margin: 0 5px;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .base-slider-dots.hide-dots {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.base-slider .tns-nav, .base-slider .base-slider-dots {
		width: 55%;
		text-align: center;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .tns-nav.hide-dots-mobile, .base-slider .base-slider-dots.hide-dots, .base-slider .base-slider-dots.hide-dots-mobile {
		display: none;
	}
}

.image-slider-container {
	position: relative;
	height: 100%;
}

.image-slider-container .image-slider-image {
	display: block;
	width: 100%;
}

.image-slider-container .image-slider-item {
	display: -ms-grid;
	display: grid;
	max-width: 100%;
	position: relative;
}

.image-slider-container .image-slider-item.is-not-first {
	display: none;
}

.image-slider-container .image-slider-item.is-cover {
	height: 100%;
}

.image-slider-container .image-slider-item.is-cover .image-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.image-slider-container .image-slider-link {
	display: block;
}

.js-slider-initialized .image-slider-item.is-not-first {
	display: block;
}

.image-slider-controls-prev.is-nav-prev-inside {
	left: 0;
}

.image-slider-controls-prev.is-nav-prev-outside {
	left: -15px;
}

.image-slider-controls-next.is-nav-next-inside {
	right: 0;
}

.image-slider-controls-next.is-nav-next-outside {
	right: -15px;
}

@media (min-width: 768px) {
	.image-slider-controls-prev.is-nav-prev-outside {
		left: -5px;
	}
	
	.image-slider-controls-next.is-nav-next-outside {
		right: -5px;
	}
}

.product-slider.has-border {
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}

.product-slider.has-border {
	padding: 25px;
}

.product-slider.has-nav {
	padding-left: 20px;
	padding-right: 20px;
}

.product-slider.has-border.has-nav {
	padding-left: 40px;
	padding-right: 40px;
}

.product-slider-container {
	padding-bottom: 1px;
}

.product-slider-controls-prev, .product-slider-controls-next {
	border: 0;
	background: none;
}

.product-slider-controls-prev {
	left: -10px;
}

.product-slider-controls-prev.has-border {
	left: 0;
}

.product-slider-controls-next {
	right: -10px;
}

.product-slider-controls-next.has-border {
	right: 0;
}

.gallery-slider {
	width: 99.9%;
}

.gallery-slider-row {
	margin-bottom: 1rem;
}

.gallery-slider-row.is-loading {
	height: 430px;
	overflow: hidden;
}

.gallery-slider-row.is-single-image {
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-single-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-container {
	position: relative;
	height: 100%;
}

.gallery-slider-container .gallery-slider-image {
	display: block;
}

.gallery-slider-item, .gallery-slider-single-image {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: default;
	display: block;
	height: 100%;
	max-width: 100%;
}

.gallery-slider-item.is-cover, .gallery-slider-item.is-contain, .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
	height: 100%;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
}

.gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	margin: auto;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.gallery-slider-controls-prev {
	left: 0;
}

.gallery-slider-controls-prev.is-nav-prev-outside {
	left: -10px;
}

.gallery-slider-controls-next {
	right: 0;
}

.gallery-slider-controls-next.is-nav-next-outside {
	right: -10px;
}

.gallery-slider-thumbnails-container {
	position: relative;
}

.gallery-slider-thumbnails-container .tns-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-thumbnails-container.is-underneath .tns-inner {
	display: block;
}

.gallery-slider-thumbnails-container.is-underneath .tns-outer {
	margin: 0 30px;
}

.gallery-slider-thumbnails-container.hide-thumbs {
	display: none;
}

.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
	border: 0;
	background: none;
	height: 30px;
	width: 65px;
	line-height: normal;
}

.gallery-slider-thumbnails-col.is-left {
	padding-right: 0;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
	top: -30px;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	bottom: -20px;
	top: auto;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
	left: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	right: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	-ms-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.gallery-slider-modal-controls {
	z-index: 10;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
	left: 0;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
	right: 0;
}

.gallery-slider-thumbnails.is-underneath {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 1rem;
}

.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
	width: auto;
}

.gallery-slider-thumbnails-item {
	cursor: pointer;
	height: 75px;
	width: 75px;
}

.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
	border-color: #691448;
}

.gallery-slider-thumbnails-item-inner {
	border: 1px solid #c2c2c2;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	padding: .25rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-thumbnails-image, .gallery-slider-image {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.gallery-slider-thumbnails-controls {
	display: none;
	margin: 0;
}

@media (max-width: 575.98px) {
	.gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
		min-height: 225px !important;
	}
}

@media (max-width: 767.98px) {
	.gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
		min-height: 225px !important;
	}
}

@media (min-width: 768px) {
	.gallery-slider-row {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.gallery-slider-thumbnails-controls {
		display: block;
	}
	
	.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
		margin-bottom: 0 !important;
		padding-bottom: 10px;
	}
}

.magnifier-overlay, .magnifier-zoom-image {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	opacity: 0;
	-webkit-animation: magnifyLensFade .5s forwards;
	animation: magnifyLensFade .5s forwards;
	pointer-events: none;
	z-index: 1100;
}

.magnifier-overlay {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	position: absolute;
	background: rgba(255, 255, 255, .4);
	border: 1px solid #c2c2c2;
}

.magnifier-zoom-image {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0;
	left: 0;
}

@-webkit-keyframes magnifyLensFade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes magnifyLensFade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.zoom-modal-wrapper {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.modal.zoom-modal {
	overflow: hidden;
}

.modal.zoom-modal .zoom-modal-actions, .modal.zoom-modal .modal-close, .modal.zoom-modal .btn-close {
	position: absolute;
	top: 0;
	opacity: 1;
	z-index: 1051;
	margin: 15px;
}

.modal.zoom-modal .zoom-modal-actions {
	left: 0;
}

.modal.zoom-modal .modal-close, .modal.zoom-modal .btn-close {
	right: 0;
}

.modal.zoom-modal .modal-dialog .modal-content, .modal.zoom-modal .modal-dialog .modal-body {
	padding: 0;
	overflow: hidden;
}

.modal.zoom-modal .modal-footer {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 1rem;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	margin: 0 30px;
}

.modal.zoom-modal .gallery-slider {
	top: 0;
	bottom: 0;
	position: absolute;
	height: auto;
	width: 100%;
}

.modal.zoom-modal .gallery-slider-thumbnails {
	margin: 0 auto;
}

.modal.zoom-modal .gallery-slider-controls-next {
	right: 0;
}

.modal.zoom-modal .gallery-slider-controls-prev {
	left: 0;
}

.modal.zoom-modal .gallery-slider-thumbnails-item {
	width: auto;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-next {
	right: -30px;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-prev {
	left: -30px;
}

.modal.zoom-modal .image-zoom-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.modal.zoom-modal .image-zoom-container > * {
	position: relative;
}

.modal.zoom-modal .image-zoom-btn.disabled {
	opacity: .3;
}

@media (min-width: 768px) {
	.modal.zoom-modal .gallery-slider {
		bottom: 100px;
	}
	
	.modal.zoom-modal .modal-footer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.offcanvas {
	z-index: 1050;
	background: #fff;
	height: 100%;
	width: 90%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
	transition: all .45s cubic-bezier(.3, 0, .15, 1);
}

.offcanvas.is-left {
	left: 0;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.offcanvas.is-left .offcanvas-close {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas.is-right {
	right: 0;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.offcanvas.is-open {
	-ms-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.offcanvas.is-bottom {
	bottom: 0;
	top: auto;
	height: 90%;
	width: 100%;
	border-radius: 8px 8px 0 0;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.offcanvas.is-bottom .offcanvas-close {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 0;
	padding: 0;
}

.offcanvas.offcanvas-start .offcanvas-close {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas.offcanvas-bottom {
	border-radius: 8px 8px 0 0;
	height: 90%;
}

.offcanvas.is-fullwidth {
	width: 100%;
}

.offcanvas .offcanvas-header {
	padding: 1rem 20px;
	background-color: #fff;
}

.offcanvas .offcanvas-header .offcanvas-title {
	font-size: 24px;
	font-weight: 600;
}

.offcanvas .offcanvas-footer {
	bottom: 0;
	top: auto;
}

.offcanvas .offcanvas-close {
	width: 100%;
	border-radius: 0;
	font-weight: 400;
	padding: .5rem 1rem;
	text-align: left;
}

.offcanvas .offcanvas-close:focus {
	box-shadow: none;
}

.offcanvas .offcanvas-close, .offcanvas .offcanvas-close .icon {
	color: #798490;
}

.offcanvas > .loader, .offcanvas .offcanvas-content-container > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

.offcanvas .offcanvas-content-container, .offcanvas .offcanvas-body {
	padding: 20px;
	width: 100%;
}

@media (min-width: 576px) {
	.offcanvas {
		width: auto;
	}
	
	.offcanvas .offcanvas-content-container {
		width: 400px;
	}
}

.product-box {
	height: 100%;
}

.product-variant-characteristics {
	min-height: 3em;
}

.product-variant-characteristics .product-variant-characteristics-text {
	overflow: hidden;
	line-height: 1.5em;
	height: 3em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	max-width: 95%;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	font-size: .875rem;
}

.product-variant-characteristics .product-variant-characteristics-option {
	font-weight: 600;
}

.product-image-wrapper {
	height: 200px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	margin-bottom: 15px;
	position: relative;
}

.product-image-link {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-image-link.is-cover {
	-ms-flex-align: start;
	align-items: flex-start;
}

.product-image {
	display: block;
	max-width: 100%;
	max-height: 200px;
}

.product-image.is-standard, .product-image.is-cover, .product-image.is-contain {
	width: 100%;
	height: 100%;
}

.product-image.is-cover {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.product-image.is-contain {
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.product-image.is-standard {
	object-fit: scale-down;
	font-family: "object-fit: scale-down;";
}

.product-image-placeholder {
	max-width: 180px;
	height: 100%;
}

.product-rating {
	margin-bottom: 10px;
	height: 25px;
}

.product-name {
	color: #691448;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	height: 44px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.product-name:hover {
	color: var(--text-color-brand-primary);
	text-decoration: none;
}

.product-description {
	height: 54px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.product-price-info {
	margin-top: 10px;
}

.product-price-info .product-advanced-list-price-wrapper {
	font-weight: 400;
}

.product-price-unit {
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

.product-unit-label {
	font-weight: 600;
}

.product-cheapest-price {
	min-height: 20px;
	font-size: .875rem;
	line-height: 20px;
	margin-bottom: 32px;
}

.product-cheapest-price .product-cheapest-price-price {
	font-weight: 600;
}

.product-cheapest-price.with-regulation-price, .product-cheapest-price.with-list-price {
	margin-bottom: 6px;
}

.product-cheapest-price.with-from-price {
	margin-bottom: 5px;
}

.product-price {
	color: #691448;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	overflow: hidden;
}

.product-price.with-list-price {
	color: #e52427;
}

.product-price .list-price {
	color: #691448;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.product-price .list-price .list-price-price {
	text-decoration: line-through;
}

.product-price .regulation-price {
	color: #691448;
	font-weight: 400;
	padding-left: 5px;
	padding-left: 0;
	font-size: 12px;
}

.product-price .list-price-no-line-through .list-price-price {
	text-decoration: none;
}

.product-price .strikeprice-text {
	color: #691448;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.product-action {
	margin-top: 20px;
}

.product-badges {
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 10;
}

.product-badges .badge {
	padding: 0 8px;
	height: 32px;
	margin: 0 0 8px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
	border-radius: 0 3px 3px 0;
	border-color: transparent;
	font-size: 18px;
	letter-spacing: 0;
}

.product-box.box-image .product-image-wrapper {
	height: 332px;
}

.product-box.box-image .product-image {
	max-height: 332px;
}

.product-box.box-image .product-image.is-standard {
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.product-price-wrapper {
	font-size: 18px;
}

.has-element-loader {
	z-index: 15;
	pointer-events: none;
	position: relative;
}

.element-loader-backdrop {
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 11px 7px rgba(255, 255, 255, .5);
	z-index: 15;
}

.element-loader-backdrop.element-loader-backdrop-open {
	opacity: 1;
}

.element-loader-backdrop > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

@-webkit-keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

@keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

.has-element-loader .cms-element-product-listing .product-badges, .has-element-loader .cms-element-product-listing .product-image-link, .has-element-loader .cms-element-product-listing .product-review-rating {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-image-wrapper, .has-element-loader .cms-element-product-listing .product-rating, .has-element-loader .cms-element-product-listing .product-name, .has-element-loader .cms-element-product-listing .product-variant-characteristics, .has-element-loader .cms-element-product-listing .product-description, .has-element-loader .cms-element-product-listing .product-price-unit, .has-element-loader .cms-element-product-listing .product-cheapest-price-price, .has-element-loader .cms-element-product-listing .product-price {
	border-radius: 20px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-rating {
	width: 50%;
}

.has-element-loader .cms-element-product-listing .product-name {
	width: 75%;
}

.has-element-loader .cms-element-product-listing .product-price {
	width: 35%;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
	border-radius: 20px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-variant-characteristics-text, .has-element-loader .cms-element-product-listing .product-wishlist-remove {
	display: none;
}

.modal .modal-header.only-close {
	border-bottom-color: transparent;
}

.modal .modal-close:focus {
	outline: 0;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	overflow-y: scroll;
	box-shadow: none;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content, .modal.is-fullscreen .modal-header, .modal.is-fullscreen .modal-body, .modal.is-fullscreen .modal-footer {
	border-radius: 0;
}

.language-flag {
	display: inline-block;
	height: 12px;
	width: 16px;
	border: 1px solid #adb5bd;
	margin-top: 1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.language-flag.country-de {
	background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}

.language-flag.country-gb, .language-flag.language-gb.language-flag {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}

.icon {
	width: 22px;
	height: 22px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: inherit;
	overflow: visible;
	color: #878787;
}

.icon > svg {
	width: 100%;
	height: 100%;
	top: .25em;
	position: relative;
	fill: currentColor;
}

.icon > svg path, .icon > svg use {
	fill: currentColor;
}

.icon-primary {
	color: var(--text-color-brand-primary);
}

.icon-secondary {
	color: #691448;
}

.icon-success {
	color: #2ecc71;
}

.icon-info {
	color: #4aa3df;
}

.icon-warning {
	color: #f1c40f;
}

.icon-danger {
	color: #e74c3c;
}

.icon-light {
	color: #eee;
}

.icon-dark {
	color: #4a545b;
}

.icon-review {
	color: #fedc70;
}

.icon-fluid {
	width: 100%;
	height: 100%;
}

.icon-lg {
	width: 29.3333333333px;
	height: 29.3333333333px;
}

.icon-sm, .navigation-offcanvas-link-icon .loader {
	width: 19.25px;
	height: 19.25px;
}

.icon-xs {
	width: 16.5px;
	height: 16.5px;
}

.icon-1x {
	width: 22px;
	height: 22px;
}

.icon-2x {
	width: 44px;
	height: 44px;
}

.icon-3x {
	width: 66px;
	height: 66px;
}

.icon-4x {
	width: 88px;
	height: 88px;
}

.icon-5x {
	width: 110px;
	height: 110px;
}

.icon-6x {
	width: 132px;
	height: 132px;
}

.icon-7x {
	width: 154px;
	height: 154px;
}

.icon-8x {
	width: 176px;
	height: 176px;
}

.icon-9x {
	width: 198px;
	height: 198px;
}

.icon-10x {
	width: 220px;
	height: 220px;
}

.icon-rotate-90 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon-rotate-180 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-rotate-270 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icon-flip-horizontal svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.icon-flip-both svg, .icon-flip-horizontal.icon-flip-vertical svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .icon-rotate-90 svg, :root .icon-rotate-180 svg, :root .icon-rotate-270 svg, :root .icon-flip-horizontal svg, :root .icon-flip-vertical svg, :root .icon-flip-both svg {
	-webkit-filter: none;
	filter: none;
}

.alert-primary .icon {
	color: #691448;
}

.alert-secondary .icon {
	color: #691448;
}

.alert-success .icon {
	color: #2ecc71;
}

.alert-info .icon {
	color: #4aa3df;
}

.alert-warning .icon {
	color: #f1c40f;
}

.alert-danger .icon {
	color: #e74c3c;
}

.alert-light .icon {
	color: #f9f9f9;
}

.alert-dark .icon {
	color: #4a545b;
}

.btn-primary .icon, .address-editor-select:not(.collapsed) .icon, .address-editor-edit:not(.collapsed) .icon, .address-editor-create:not(.collapsed) .icon {
	color: #fff;
}

.btn-secondary .icon {
	color: #fff;
}

.btn-success .icon {
	color: #fff;
}

.btn-info .icon {
	color: #fff;
}

.btn-warning .icon {
	color: #212529;
}

.btn-danger .icon {
	color: #fff;
}

.btn-light .icon {
	color: #212529;
}

.btn-dark .icon {
	color: #fff;
}

.btn .icon > svg {
	top: 6px;
}

.pagination .icon {
	width: 13px;
	height: 13px;
}

.pagination .icon > svg {
	top: 2px;
}

.is-left .offcanvas-close svg, .offcanvas-start .offcanvas-close svg {
	top: 0;
}

.is-right .offcanvas-close svg {
	top: .3rem;
}

.navigation-offcanvas-link-icon .icon > svg {
	top: 0;
}

.pagination {
	margin-bottom: 0;
}

.pagination .page-item.disabled .page-link {
	cursor: default;
	opacity: 1;
	background: #eee;
	color: #bcc1c7;
}

.pagination .page-item.disabled a {
	color: #bcc1c7;
}

.pagination .page-item.active a {
	color: #fff;
}

.pagination .page-link {
	cursor: pointer;
	margin-bottom: 0;
}

.cms-section {
	overflow: hidden;
}

.cms-section.bg-image {
	background-repeat: no-repeat;
	background-position: 50%;
}

.cms-section .cms-section-sidebar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 767.98px) {
	.cms-section-sidebar-mobile-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
		display: none;
	}
}

.cms-block {
	overflow: hidden;
}

.cms-block.bg-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
}

.cms-block .cms-block-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: none;
	font-family: "object-fit: none;";
}

.cms-block .cms-block-background.media-mode--contain {
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.cms-block .cms-block-background.media-mode--cover {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.cms-block .cms-block-container .cms-block-container-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.cms-block-center-text .cms-element-text {
	padding: 30px;
}

.cms-block-image-three-cover .row, .cms-block-image-three-cover .account-content, .cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container {
	margin: 0;
}

.cms-block-image-three-cover [class^=col-] {
	padding: 0;
}

.cms-block-image-text-bubble .cms-element-image .cms-image-container, .cms-block-image-bubble-row .cms-element-image .cms-image-container {
	height: 300px;
	width: 300px;
	margin: auto;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
}

.cms-block-image-highlight-row .cms-element-image {
	border: 12px solid #fff;
}

.cms-block-image-text-bubble .cms-element-text, .cms-block-image-text-row .cms-element-text {
	padding-top: 20px;
}

.cms-block-image-text-gallery .image-text-gallery-card {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.cms-block-image-text-gallery .cms-element-text {
	padding: 20px;
}

.cms-block-text-on-image .cms-element-text {
	padding: 30px;
	-ms-flex-align: center;
	align-items: center;
	min-height: 240px;
}

.cms-block-image-text-cover .cms-element-text {
	padding-top: 30px;
}

.cms-block-image-simple-grid .left-top {
	margin-bottom: 40px;
}

.cms-block-image-simple-grid .right {
	height: 100%;
}

@media (min-width: 992px) {
	.cms-block-container .cms-block-container-row.has--sidebar {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cms-block-container .cms-block-container-row.has--sidebar > div {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.cms-block-image-text-gallery .cms-row > :not(:last-child), .cms-block-image-two-column .cms-row > :not(:last-child), .cms-block-image-three-column .cms-row > :not(:last-child), .cms-block-image-four-column .cms-row > :not(:last-child), .cms-block-image-bubble-row .cms-row > :not(:last-child), .cms-block-image-highlight-row .cms-row > :not(:last-child) {
		margin-bottom: 40px;
	}
	
	.cms-block-image-text .cms-row > :first-child, .cms-block-image-text-cover .cms-row > :first-child {
		margin-bottom: 40px;
	}
	
	.cms-block-image-simple-grid .left-bottom {
		margin-bottom: 40px;
	}
}

.cms-block-sidebar-filter {
	overflow: visible;
}

.cms-block-sidebar-filter .col-12 {
	position: initial;
}

.cms-element-product-name {
	display: inline-block;
}

.cms-element-manufacturer-logo .cms-image-link {
	height: 100%;
}

.cms-element-manufacturer-logo .cms-image-container.is-standard img {
	max-width: 200px;
	max-height: 70px;
}

.cms-element-image {
	position: relative;
	height: 100%;
}

.cms-element-image .cms-image {
	display: block;
	max-width: 100%;
}

.cms-element-image .cms-image-container {
	display: block;
	max-width: 100%;
	position: relative;
}

.cms-element-image .cms-image-container.is-cover {
	object-fit: contain;
	font-family: "object-fit: contain;";
	height: 100%;
}

.cms-element-image .cms-image-container.is-cover .cms-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-stretch .cms-image {
	width: 100%;
}

.cms-element-image .cms-image-link {
	display: block;
}

.cms-element-youtube-video {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-youtube-video.is--streched {
	height: 100%;
}

.cms-element-youtube-video::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(( 9 / 16 ) * 100%);
}

.cms-element-youtube-video__video, .cms-element-youtube-video__placeholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 none;
}

.cms-element-youtube-video__placeholder img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-youtube-video__backdrop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.cms-element-youtube-video__backdrop > div {
	background: rgba(255, 255, 255, .5);
	padding: 1rem;
}

.cms-element-vimeo-video {
	position: relative;
	width: 100%;
}

.cms-element-vimeo-video::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.cms-element-vimeo-video__video, .cms-element-vimeo-video__placeholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 none;
}

.cms-element-vimeo-video__placeholder img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-vimeo-video__backdrop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.cms-element-vimeo-video__backdrop > div {
	background: rgba(255, 255, 255, .5);
	padding: 1rem;
}

.cms-element-product-listing .cms-listing-col {
	margin-bottom: 1.5rem;
}

.cms-element-product-listing-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.cms-element-product-listing-actions .sorting {
	margin-left: auto;
}

.cms-element-buy-box, .cms-element-product-box {
	width: 100%;
}

.cms-element-product-slider .cms-element-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #691448;
}

.cms-element-product-slider.has-border .cms-element-title {
	margin-top: .5rem;
}

.cms-element-text, .cms-element-image, .cms-element-product-box, .cms-element-buy-box, .cms-element-product-slider, .cms-element-image-slider, .cms-element-product-description-reviews, .cms-element-image-gallery {
	-ms-word-break: break-word;
	word-break: break-word;
}

.cms-element-text.has-vertical-alignment, .cms-element-image.has-vertical-alignment, .cms-element-product-box.has-vertical-alignment, .cms-element-buy-box.has-vertical-alignment, .cms-element-product-slider.has-vertical-alignment, .cms-element-image-slider.has-vertical-alignment, .cms-element-product-description-reviews.has-vertical-alignment, .cms-element-image-gallery.has-vertical-alignment {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay {
	display: none;
}

@media (max-width: 991.98px) {
	.cms-element-product-listing-actions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.cms-element-product-listing-actions .sorting {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
}

div.card-tabs .cms-card-header {
	padding-left: 0;
	padding-right: 0;
}

.confirm-message {
	padding: 10% 20%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.confirm-message div.alert {
	margin-top: 1em;
}

.confirm-alert {
	padding: 1em 1em 3em;
}

@media (max-width: 767.98px) {
	.confirm-message {
		padding: 10% 0;
	}
}

.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation {
	color: inherit;
}

.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation::before {
	border-color: inherit;
}

.required-fields {
	margin-bottom: 1rem;
}

.forms-boolean {
	display: block;
	border: 1px solid #c2c2c2;
	padding: 0 36px;
	margin: 12px 0;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}

.forms-boolean.is-active {
	border-color: #691448;
}

.forms-boolean:hover {
	border-color: #691448;
	color: #691448;
}

.forms-boolean-label {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.forms-boolean-label::before, .forms-boolean-label::after {
	top: 11px;
}

.address-editor-select, .address-editor-edit, .address-editor-create {
	cursor: pointer;
}

.address-editor-select {
	margin-bottom: 1rem;
}

.address-editor-list-wrapper, .address-editor-create-address-wrapper {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.address-editor-card {
	padding-top: 1rem;
}

.address-editor-card:not(:last-child) {
	padding-bottom: 1rem;
	border-bottom: 1px solid #c2c2c2;
}

@media (min-width: 768px) {
	.address-editor-select {
		margin-bottom: 0;
	}
}

.sorting {
	display: inline-block;
	width: 260px;
}

.delivery-status-indicator {
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	position: relative;
	width: 10px;
}

.quickview-minimal-top, .quickview-minimal-image {
	margin-bottom: 1rem;
}

.quickview-minimal-product-manufacturer-logo {
	width: 100%;
}

@media (min-width: 768px) {
	.quickview-minimal-top {
		margin-bottom: 1.5rem;
	}
}

.payment-method-description > p {
	color: #c2c2c2;
}

.payment-method-image {
	max-height: 24px;
	max-width: 100%;
	margin-right: .25rem;
	margin-left: .25rem;
	float: right;
}

.shipping-method-description > p {
	color: #c2c2c2;
}

.shipping-method-image {
	max-height: 24px;
	max-width: 100%;
	margin-right: .25rem;
	margin-left: .25rem;
	float: right;
}

.filter-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 8px;
}

.icon.icon-filter-panel-item-toggle {
	margin-left: 8px;
}

.icon.icon-filter-panel-item-toggle > svg {
	top: 4px;
}

.filter-panel-items-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 8px;
	width: 100%;
}

.filter-panel-item {
	margin-right: 12px;
	margin-bottom: 12px;
}

.filter-panel-item .filter-panel-item-toggle {
	border: 1px solid #c2c2c2;
	font-weight: 400;
}

.filter-panel-item.show .filter-panel-item-toggle {
	color: #691448;
	border-color: #691448;
}

.filter-panel-item.show .icon-filter-panel-item-toggle svg {
	color: #691448;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-toggle.show {
	color: #691448;
	border-color: #691448;
}

.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
	color: #691448;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-dropdown {
	min-width: 240px;
	max-height: 200px;
	overflow: auto;
	padding: 13px 0;
}

.filter-panel-submit {
	height: 40px;
	margin-bottom: 12px;
	border: 1px solid #691448;
	background-color: #fff;
	color: #4a545b;
}

.filter-active {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 35px 2px 14px;
	border-radius: 50px;
	height: 32px;
	line-height: 26px;
	border: 1px solid #c2c2c2;
	margin-right: 6px;
	margin-bottom: 8px;
	vertical-align: top;
	position: relative;
	max-width: 245px;
}

.filter-active-preview {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #c2c2c2;
	margin-right: 8px;
	background-position: center center;
	background-size: cover;
	vertical-align: text-bottom;
}

.filter-active-remove {
	padding: 0 12px;
	margin: 0;
	line-height: 1;
	border: 0 none;
	font-weight: 600;
	color: #4a545b;
	font-size: 16px;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	bottom: 0;
	width: 35px;
	text-align: left;
}

.filter-active-remove:focus {
	outline: none;
}

.filter-active-remove:hover {
	color: #691448;
}

.btn.filter-reset-all {
	display: inline-block;
	border-radius: 50px;
	height: 32px;
	line-height: 26px;
	font-weight: 400;
	vertical-align: top;
	margin-right: 8px;
}

.is--sidebar .filter-panel, .is--sidebar .filter-panel-items-container {
	display: block;
}

.is--sidebar .filter-panel-item-dropdown {
	min-width: 100%;
	border: 1px solid #691448;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.is--sidebar .filter-panel-item {
	margin-right: 0;
	width: 100%;
}

.is--sidebar .filter-panel-item-toggle {
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
	color: #691448;
	border-color: #691448;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0 none;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg {
	color: #691448;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.is--sidebar .icon-filter-panel-item-toggle {
	margin-left: auto;
}

.is--sidebar .icon-filter-panel-item-toggle > svg {
	top: 0;
}

.is-loading .filter-panel-item-toggle, .is-loading .filter-active, .is-loading .filter-reset-all, .is-loading .filter-boolean, .is-loading .filter-panel-submit {
	pointer-events: none;
	opacity: .6;
}

.btn.filter-panel-wrapper-toggle {
	display: none;
	width: 100%;
	border: 1px solid #691448;
	padding: 6px;
}

.btn.filter-panel-wrapper-toggle:hover {
	background-color: #eee;
}

.filter-panel-offcanvas-only {
	display: none;
}

.filter-panel-offcanvas-header {
	height: 80px;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	display: none;
}

.filter-panel-offcanvas-title {
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: #691448;
}

.filter-panel-offcanvas-close {
	cursor: pointer;
	margin-left: auto;
}

@media (max-width: 991.98px) {
	.btn.filter-panel-wrapper-toggle {
		display: block;
	}
	
	.filter-panel-wrapper {
		display: none;
	}
}

.offcanvas-filter {
	overflow: hidden;
}

.offcanvas-filter .filter-panel-offcanvas-close {
	display: block;
}

.offcanvas-filter .filter-panel {
	height: calc(100% - 80px);
	overflow-y: auto;
	width: 100%;
	padding: 0 25px 25px;
}

.offcanvas-filter .filter-panel-offcanvas-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.offcanvas-filter .filter-panel-offcanvas-only {
	display: inherit;
}

.filter-multi-select .filter-panel-item-toggle.disabled {
	cursor: default;
}

.filter-multi-select-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-multi-select-list-item {
	padding: 5px 15px;
}

.filter-multi-select-list-item.disabled {
	opacity: .3;
}

.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
	cursor: default;
}

.filter-multi-select-item-label {
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
}

.filter-multi-select-count {
	margin-left: 3px;
}

.filter-property-select-list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-property-select-preview {
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #c2c2c2;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 90 90\'%3E%3Cpath fill=\'%23cdd5db\' d=\'M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z\'/%3E%3C/svg%3E");
	background-position: center center;
	background-size: cover;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter-property-select-preview-checkmark {
	width: 20px;
	height: 20px;
	background-color: #798490;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 50%;
	top: -4px;
	right: -4px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.filter-property-select-preview-checkmark .icon {
	width: 10px;
	height: 10px;
	color: #fff;
}

.filter-property-select-preview-checkmark .icon svg {
	top: 0;
}

.filter-property-select-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
}

.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.filter-boolean {
	display: inline-block;
	border: 1px solid #c2c2c2;
	padding-left: 12px;
	padding-right: 12px;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}

.filter-boolean.is-active {
	border-color: #691448;
}

.filter-boolean:hover {
	border-color: #691448;
	color: #691448;
}

.filter-boolean.disabled {
	cursor: default;
	background: #eee;
	border-color: #eee;
}

.filter-boolean.disabled .filter-boolean-label {
	color: #bcc1c7;
	cursor: default;
}

.filter-boolean-label {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.filter-boolean-label::before, .filter-boolean-label::after {
	top: 11px;
}

.filter-range-dropdown {
	padding: 0;
	overflow: hidden;
}

.filter-range-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 16px;
}

.filter-range-error {
	padding: 0 16px 16px;
	font-size: 13px;
	color: #e74c3c;
}

.filter-range-min, .filter-range-max {
	width: calc(50% - 14px);
	margin-bottom: 0;
	font-size: 11px;
	position: relative;
}

.min-input, .max-input {
	margin-bottom: 0;
	height: 28px;
	padding: 6px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.min-input::-webkit-inner-spin-button, .min-input::-webkit-outer-spin-button, .max-input::-webkit-inner-spin-button, .max-input::-webkit-outer-spin-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.filter-range-currency-symbol, .filter-range-unit {
	position: absolute;
	bottom: 1px;
	right: 1px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 20px;
}

.filter-range-divider {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: 600;
}

.filter-rating-select-radio {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
}

.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	opacity: 1;
}

.filter-rating-select-item-label {
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-rating-select-item-label .product-review-rating {
	margin-right: 8px;
	display: inline-block;
	margin-top: 3px;
}

.filter-rating-select-item-label:hover .icon-review {
	color: #fed03d;
}

.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
	color: #691448;
	font-weight: 600;
}

.filter-rating-select-list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	margin-left: 16px;
}

.filter-rating-select-list-item .filter-rating-select-item-label {
	margin-bottom: 5px;
}

.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
	margin-bottom: 0;
}

.filter-rating-select-list-item.disabled {
	opacity: .3;
}

.filter-rating-select-list-item.disabled .icon-review {
	color: #bcc1c7;
}

.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
	cursor: default;
}

.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text {
	color: #000;
	font-weight: 400;
}

.filter-rating-select-item-checkmark {
	width: 20px;
	height: 20px;
	background-color: #798490;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 50%;
	top: -8px;
	left: -8px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
	-ms-transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.filter-rating-select-item-checkmark .icon {
	width: 10px;
	height: 10px;
	color: #fff;
}

.filter-rating-select-item-checkmark .icon svg {
	top: 0;
}

.filter-multi-select-rating .filter-panel-item-dropdown {
	padding-bottom: 6px;
}

.swag-ellipsis-total-span, .swag-ellipsis-span {
	-ms-word-break: break-word;
	word-break: break-word;
}

.product-feature-list-list {
	list-style: none;
	padding-left: unset;
}

.product-feature-feature {
	font-size: .875rem;
}

.product-feature-value {
	font-weight: 600;
}

.notification-dot {
	background-color: #bcc1c7;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
}

.notification-dot.notification-dot-primary {
	background-color: #691448;
}

.notification-dot.notification-dot-secondary {
	background-color: #691448;
}

.notification-dot.notification-dot-success {
	background-color: #2ecc71;
}

.notification-dot.notification-dot-danger {
	background-color: #e74c3c;
}

.notification-dot.notification-dot-warning {
	background-color: #f1c40f;
}

.notification-dot.notification-dot-info {
	background-color: #4aa3df;
}

.notification-dot.notification-dot-light {
	background-color: #f9f9f9;
}

.notification-dot.notification-dot-dark {
	background-color: #4a545b;
}

.product-wishlist {
	margin-top: 10px;
}

.product-wishlist .icon-wishlist {
	width: 20px;
	height: 20px;
}

.product-wishlist .icon-wishlist svg {
	top: 0;
}

.product-wishlist-not-added .icon-wishlist-added, .product-wishlist-not-added .text-wishlist-remove {
	display: none;
}

.product-wishlist-not-added .icon-wishlist-not-added, .product-wishlist-not-added .text-wishlist-not-added {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-not-added .icon-wishlist-not-added {
	-webkit-animation: pulse .5s alternate;
	animation: pulse .5s alternate;
}

.product-wishlist-added .icon-wishlist-added, .product-wishlist-added .text-wishlist-remove {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-added .icon-wishlist-added {
	-webkit-animation: pulse .5s alternate;
	animation: pulse .5s alternate;
}

.product-wishlist-added .icon-wishlist-not-added, .product-wishlist-added .text-wishlist-not-added {
	display: none;
}

.product-wishlist-action-circle {
	height: 40px;
	width: 40px;
	background: #f9f9f9;
	border-radius: 50%;
	border-style: none;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: 10px;
}

.product-wishlist-action-circle::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120%;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
}

.product-wishlist-action-circle:focus {
	outline: none;
}

.product-wishlist-action {
	background: transparent;
	border-style: none;
	padding: 0;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-action:focus {
	outline: none;
}

.product-wishlist-btn {
	height: 40px;
	width: 40px;
}

.product-wishlist-btn-remove {
	z-index: 10;
	position: absolute;
	background: #f9f9f9;
	border-radius: 50%;
	border-style: none;
	right: 25px;
	top: 25px;
	padding: 0;
}

.product-wishlist-btn-remove:focus {
	outline: none;
}

.product-wishlist .icon-wishlist {
	width: 20px;
	height: 20px;
}

.product-wishlist .icon-wishlist svg {
	top: 0;
}

.product-wishlist .icon-wishlist-remove {
	color: #4a545b;
}

.product-wishlist-btn-content {
	text-decoration: underline;
}

.product-wishlist-btn-content-md {
	margin-left: 8px;
	font-size: 14px;
}

.product-wishlist-btn-content-sm {
	margin-left: 6px;
	font-size: 12px;
}

.product-wishlist-btn-content-disabled {
	display: none;
}

.product-wishlist-btn-content-active {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-info {}

.product-wishlist-info-item {
	min-height: 2em;
	font-size: .875rem;
}

.product-wishlist-info-text {
	font-weight: 600;
}

.product-wishlist-info-manufacturer {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-wishlist-info .product-variant-characteristics-text {
	text-transform: capitalize;
}

@-webkit-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.swag-fade-container-shrinked {
	height: 3em;
}

.swag-fade-container-collapsed {
	height: auto;
}

.swag-fade-container {
	position: relative;
	overflow: hidden;
}

.swag-fading-link-more, .swag-fading-link-less {
	color: #691448;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.5em;
	height: 1.5em;
}

.swag-fading-link-more {
	background: linear-gradient(90deg, transparent, #f9f9f9 60%);
}

.swag-fade-link-hidden {
	display: none;
}

.basic-captcha-content-image {
	width: 85%;
}

.basic-captcha-content-image img {
	border: 1px solid #c2c2c2;
	border-radius: 20px;
	width: 100%;
}

.basic-captcha-content-code {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.25em;
	max-width: 440px;
}

.basic-captcha-content-refresh-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 42px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	border-color: #c2c2c2;
}

.basic-captcha-content-refresh-icon.btn .icon > svg {
	top: 0;
}

.basic-captcha-content-refresh-icon:hover {
	cursor: pointer;
	border-color: #691448;
	background-color: #fff;
}

.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
	color: #691448;
}

.line-item {
	margin-bottom: 1rem;
}

.line-item.is-discount .line-item-total-price {
	color: #2ecc71;
}

.line-item-info {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

@media (min-width: 768px) {
	.line-item-info {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
}

.line-item-details {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-details {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-details {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}

.line-item-quantity {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-quantity {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-quantity {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-quantity-label {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

@media (min-width: 576px) {
	.line-item-quantity-label {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.line-item-quantity-select-wrapper {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

@media (min-width: 576px) {
	.line-item-quantity-select-wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.line-item-unit-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-unit-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-unit-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-tax-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-tax-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-tax-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-total-price {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-total-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-total-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-remove {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

@media (min-width: 768px) {
	.line-item-remove {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

.is-offcanvas .line-item-info {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.is-offcanvas .line-item-details {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-quantity {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-quantity-label {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.is-offcanvas .line-item-quantity-select-wrapper {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.is-offcanvas .line-item-unit-price {
	display: none;
}

.is-offcanvas .line-item-tax-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-total-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-remove {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.is-offcanvas .line-item-details-container {
	padding-left: 0;
}

@media (min-width: 768px) {
	.no-remove-button .line-item-info {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.line-item.is-order {
	margin-left: 20px;
	margin-right: 20px;
}

.line-item.is-order .line-item-children .line-item {
	margin-left: 0;
	margin-right: 0;
}

.line-item-info, .line-item-details, .line-item-quantity, .line-item-unit-price, .line-item-total-price, .line-item-tax-price, .line-item-remove {
	padding-right: .25rem;
	padding-left: .25rem;
}

.line-item-discount-icon, .line-item-icon {
	text-align: center;
	height: 100%;
}

.line-item-discount-icon .icon, .line-item-icon .icon {
	height: 100%;
}

.line-item-discount-icon .icon > svg, .line-item-icon .icon > svg {
	top: 0;
}

.line-item-discount .line-item-icon .icon, .line-item-promotion .line-item-icon .icon {
	color: #2ecc71;
}

.line-item-container .line-item-icon .icon {
	color: #691448;
}

.line-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}

.line-item-nested-icon .icon > svg {
	top: 0;
}

.line-item-info {
	-ms-flex-order: 1;
	order: 1;
}

.line-item-quantity {
	-ms-flex-order: 3;
	order: 3;
}

.line-item-unit-price, .line-item-tax-price {
	-ms-flex-order: 4;
	order: 4;
}

.line-item-total-price {
	-ms-flex-order: 5;
	order: 5;
}

.line-item-remove {
	-ms-flex-order: 2;
	order: 2;
	text-align: right;
}

.line-item-img-container {
	text-align: center;
	width: 70px;
}

.line-item-img-link {
	display: block;
}

.line-item-img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.line-item-info {
	margin-bottom: 1rem;
}

.line-item-total-price {
	font-weight: 600;
}

.line-item-unit-price, .line-item-total-price, .line-item-tax-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
	font-weight: 600;
	margin-bottom: .5rem;
}

.line-item-quantity-row {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
}

.line-item-quantity {
	margin-bottom: .5rem;
}

.line-item-details {
	padding-top: 8px;
}

.line-item-details-characteristics {
	margin: .5rem 0;
	font-size: .875rem;
}

.line-item-details-characteristics .line-item-details-characteristics-option {
	font-weight: 600;
}

.line-item-variants {
	margin-bottom: .5rem;
}

.line-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.line-item-variants-properties-name {
	margin-right: .5rem;
}

@media (min-width: 576px) {
	.is-default .line-item-quantity-container, .is-order .line-item-quantity-container {
		width: 70px;
		margin-left: auto;
	}
	
	.is-default .line-item-quantity-row, .is-order .line-item-quantity-row {
		-ms-flex-align: normal;
		align-items: normal;
		margin-bottom: 0;
	}
	
	.is-default .line-item-quantity, .is-order .line-item-quantity {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
		text-align: right;
	}
	
	.is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
		-ms-flex-pack: normal;
		justify-content: normal;
		display: block;
	}
}

@media (min-width: 768px) {
	.is-default .line-item-info, .is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-default .line-item-remove, .is-order .line-item-info, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price, .is-order .line-item-remove {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.is-default .line-item-info, .is-order .line-item-info {
		margin-bottom: 0;
	}
	
	.is-default .line-item-quantity-label, .is-default .line-item-unit-price-label, .is-default .line-item-total-price-label, .is-default .line-item-tax-price-label, .is-order .line-item-quantity-label, .is-order .line-item-unit-price-label, .is-order .line-item-total-price-label, .is-order .line-item-tax-price-label {
		display: none;
	}
}

.line-item-children {
	background-color: #f9f9f9;
	font-size: .875rem;
	width: 100%;
	padding: 10px 20px;
	-ms-flex-order: 10;
	order: 10;
	margin-top: 10px;
	-ms-flex-negative: initial;
	flex-shrink: initial;
}

.line-item-children .line-item-children-elements {
	padding: 12px 0 0;
}

.line-item-children .line-item-headline {
	padding: 0;
	font-weight: 600;
}

.line-item-children .line-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.line-item-children .line-item-change-button:focus {
	outline: none;
}

.line-item-children .line-item-collapse {
	margin: 0;
}

.line-item-children .line-item-collapse-container, .line-item-children .line-item-child-label {
	padding: 0;
}

.line-item-children .line-item-child-label {
	position: relative;
}

.line-item-children .line-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.line-item-children .line-item-collapse-button, .line-item-children .line-item-child-remove-icon {
	background-color: transparent;
	border-style: none;
}

.line-item-children .line-item-collapse-button:focus, .line-item-children .line-item-child-remove-icon:focus {
	outline: none;
}

.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.line-item-children .line-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.line-item-children .line-item-children-element > .nesting-level-0 {
	list-style: none;
}

.line-item-children .line-item-children-element:last-child, .line-item-children .line-item-children-element-divider:last-child {
	border-style: none;
}

.line-item-children .line-item-child-label-bullet {
	display: list-item;
}

.line-item-children .line-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.line-item-children .line-item-child-remove-icon-container {
	padding: 0;
	text-align: right;
}

.line-item-children .line-item-children-element-divider {
	border-top: 1px solid #c2c2c2;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.line-item-children.nesting-level-1 {
		margin-left: 96px;
	}
}

@media (min-width: 992px) {
	.line-item-children.nesting-level-1 {
		margin-left: 4px;
	}
}

@media (min-width: 1200px) {
	.line-item-children.nesting-level-1 {
		margin-left: 96px;
	}
}

.is-offcanvas .line-item-children {
	margin-left: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.line-item-children {
	font-size: .875rem;
}

.line-item-children.nesting-level-2 {
	background-color: #f0f0f0;
}

.line-item-children.nesting-level-3 {
	background-color: #ebebeb;
}

.line-item-children .line-item-details-container {
	padding-left: 0;
}

.line-item-children .line-item-headline-text {
	font-weight: normal;
}

.line-item-children .line-item-collapse {
	-ms-flex-align: center;
	align-items: center;
}

.line-item {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #c2c2c2;
}

.line-item:last-child {
	border-bottom: 0;
}

.line-item-nested-icon {
	background-color: #798490;
}

.line-item-img {
	padding: .25rem;
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}

.line-item-ordernumber {
	margin-bottom: .5rem;
	font-size: .875rem;
}

.line-item-delivery-date {
	font-size: .875rem;
}

.line-item-variants {
	font-size: .875rem;
}

.line-item-variants-properties-name {
	font-weight: 600;
}

.line-item-label {
	color: #000;
	font-weight: 600;
}

a.line-item-label:hover {
	color: #691448;
	text-decoration: none;
}

.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
	color: #4a545b;
}

@media (min-width: 768px) {
	.line-item-details-container {
		padding-left: 1rem;
	}
}

.line-item-characteristics {
	margin: .5rem 0;
	font-size: .875rem;
}

.line-item-characteristics .line-item-characteristics-option {
	font-weight: 600;
}

@media (max-width: 767.98px) {
	.hidden-mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hidden-tablet {
		display: none;
	}
}

@media (min-width: 992px) {
	.hidden-desktop {
		display: none;
	}
}

.container, .cms-section .boxed {
	max-width: 1400px;
}

.container-main {
	padding: 20px 0;
	min-height: 200px;
}

@media (min-width: 1200px) {
	.container-main {
		min-height: 700px;
	}
}

.top-bar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 10px;
}

.top-bar-nav-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
}

.top-bar-nav-item:last-child {
	margin-right: 0;
}

.top-bar-nav-text {
	display: none;
}

.top-bar-list-label {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.top-bar-list-radio {
	position: absolute;
	clip: rect(0 0 0 0);
	pointer-events: none;
}

.top-bar-list-icon {
	margin-right: .5rem;
}

@media (min-width: 768px) {
	.top-bar-nav-text {
		display: inline;
	}
}

.header-row {
	padding: .5rem 0;
}

.header-logo-col {
	margin: 1rem 0;
}

.header-logo-main {
	text-align: center;
	display: block;
}

.header-logo-main-link {
	width: 100%;
}

.header-logo-picture {
	display: block;
	max-width: 300px;
	margin: auto;
}

.header-search {
	margin: .5rem 0;
}

.header-search-form {
	position: relative;
}

.header-search-btn .loader ~ .header-search-icon {
	display: none;
}

.header-cart-total {
	display: none;
}

.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
	position: absolute;
	right: -.25rem;
}

@media (min-width: 576px) {
	.header-row {
		padding-bottom: 1rem;
	}
	
	.header-logo-col {
		padding-bottom: .5rem;
	}
	
	.header-search-col .collapse:not(.show) {
		display: block;
	}
	
	.header-search {
		max-width: 400px;
		margin: auto;
	}
	
	.header-cart-total {
		display: inline-block;
		margin-left: .5rem;
	}
}

@media (min-width: 992px) {
	.header-logo-col {
		margin: 0;
	}
}

.header-minimal {
	background: #fff;
	border-bottom: 1px solid var(--text-color-brand-primary);
}

.header-minimal.fixed-top {
	position: static;
}

.header-minimal-row {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header-minimal-contact {
	display: none;
}

.header-minimal-back-to-shop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-minimal-back-to-shop-button {
	color: #000;
}

.header-minimal-logo {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .25rem;
}

.header-minimal-home {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.header-minimal-home-btn {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.header-minimal-contact {
		display: block;
	}
	
	.header-minimal-logo, .header-minimal-switch {
		margin-bottom: 0;
	}
}

.footer-column-content-inner {
	padding-bottom: 1rem;
}

.footer-column-headline {
	padding: .5rem 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-column-headline .footer-minus-icon {
	display: none;
}

.footer-column-headline.show .footer-plus-icon {
	display: none;
}

.footer-column-headline.show .footer-minus-icon {
	display: block;
}

.footer-column-toggle {
	pointer-events: none;
}

.footer-link-item {
	padding: .5rem 0;
}

.footer-bottom {
	padding: 1rem;
}

.footer-bottom > .container, .cms-section .footer-bottom > .boxed {
	padding: 0;
}

.footer-vat, .footer-copyright, .footer-service-menu-list {
	text-align: center;
}

.footer-service-menu-list {
	padding: 1rem 0;
}

.footer-service-menu-list:empty {
	padding: 0;
	margin: 0;
}

.footer-service-menu-item {
	display: inline-block;
}

.footer-service-menu-link {
	padding: 5px 0;
	display: inline-block;
}

.footer-logos {
	padding: 1rem;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-logo {
	margin-right: 1.5rem;
	margin-bottom: .5rem;
}

.footer-logo:last-child {
	margin-right: 0;
}

.footer-logo-image {
	max-height: 35px;
	max-width: 100px;
}

@media (min-width: 768px) {
	.footer-columns {
		padding-bottom: 20px;
	}
	
	.footer-column-headline {
		padding: 3rem 0 .5rem 0;
	}
	
	.footer-column-toggle {
		display: none;
	}
	
	.footer-column-content.collapse {
		display: block;
	}
}

.main-navigation {
	display: none;
}

@media (min-width: 992px) {
	.main-navigation {
		display: inherit;
	}
}

.navigation-flyouts {
	position: absolute;
	z-index: 750;
	height: 0;
	width: 100%;
}

.navigation-flyout {
	width: 100%;
	box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	height: 0;
}

.navigation-flyout.is-open {
	pointer-events: all;
	opacity: 1;
	height: auto;
}

.navigation-flyout-content {
	padding-bottom: 60px;
}

.navigation-flyout-close {
	padding: 10px 0 10px 10px;
	cursor: pointer;
}

.navigation-flyout-teaser-image-container {
	display: block;
	max-width: 100%;
	height: 250px;
}

.navigation-flyout-teaser-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.navigation-offcanvas {
	overflow-x: hidden;
}

.navigation-offcanvas .offcanvas-content-container, .navigation-offcanvas .offcanvas-body {
	padding: 0;
}

.navigation-offcanvas-container {
	position: relative;
}

.navigation-offcanvas-overlay.has-transition {
	-webkit-transition: left .5s ease-in;
	transition: left .5s ease-in;
}

.navigation-offcanvas-placeholder, .navigation-offcanvas-overlay {
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.navigation-offcanvas-actions .top-bar-nav-item {
	padding: 0 1rem;
}

.navigation-offcanvas-actions .top-bar-nav-name {
	display: inline;
}

.navigation-offcanvas-headline {
	padding: 20px 1rem 1rem;
}

.navigation-offcanvas-link-icon {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.navigation-offcanvas-link {
	-webkit-transition: color .45s cubic-bezier(.3, 0, .15, 1);
	transition: color .45s cubic-bezier(.3, 0, .15, 1);
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.navigation-offcanvas-link {
		-webkit-transition: none;
		transition: none;
	}
}

.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-back-link {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon, .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
	margin-right: .5rem;
}

.offcanvas-cart .alert {
	margin-top: 1rem;
}

.offcanvas-cart .cart-item {
	padding: 1rem 0;
	position: relative;
}

.offcanvas-cart .cart-item.is-empty {
	padding-top: 0;
	border-bottom: 0;
}

.offcanvas-cart .cart-item.is-nested, .offcanvas-cart .cart-item.is-child {
	padding-left: 1rem;
}

.offcanvas-cart .cart-item.is-nested .cart-item-img {
	background: none;
	border: 0;
}

.offcanvas-cart .cart-item.is-discount .cart-item-price {
	color: #2ecc71;
}

.offcanvas-cart .cart-item-img {
	height: 75px;
	width: 75px;
}

.offcanvas-cart .cart-item-img-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.offcanvas-cart .cart-item-img-link .cart-item-img-source {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.offcanvas-cart .cart-item-details {
	margin-bottom: 1rem;
	-ms-word-break: break-word;
	word-break: break-word;
}

.offcanvas-cart .cart-item-details-container .cart-item-details {
	margin-right: 58px;
}

.offcanvas-cart .cart-item-children {
	margin-left: 4px;
	margin-right: 4px;
	width: 100%;
}

.offcanvas-cart .cart-item-remove {
	position: absolute;
	right: 0;
}

.offcanvas-cart .cart-quantity-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
}

.offcanvas-cart .cart-item-price {
	font-weight: 600;
	margin-left: 1rem;
	text-align: right;
}

.offcanvas-cart .cart-item-price .cart-item-reference-price {
	color: #333;
	display: inline-block;
	line-height: .85rem;
}

.offcanvas-cart-items, .offcanvas-summary {
	margin: 1rem 0;
}

.offcanvas-summary-list {
	margin-bottom: 0;
}

.offcanvas-cart-promotion-form {
	margin-bottom: 1rem;
}

.offcanvas-summary .js-toggle-shipping-selection {
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
}

.offcanvas-summary .offcanvas-shipping-preference {
	-webkit-transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
	transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
	max-height: 100px;
	height: auto;
	visibility: visible;
	opacity: 1;
}

.offcanvas-summary .offcanvas-shipping-preference--hidden {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	margin: 0 !important;
}

.offcanvas-summary .summary-value, .offcanvas-summary .shipping-value {
	text-align: right;
}

@media (max-width: 575.98px) {
	.cart-offcanvas .cart-item-price {
		-ms-flex-order: 4;
		order: 4;
	}
}

.account-menu-header {
	border-bottom: 1px solid #c2c2c2;
	font-size: 1rem;
	font-weight: 600;
	padding: .5rem 0;
	color: #691448;
}

.account-menu-register {
	text-align: center;
}

.account-menu-login {
	padding: 1rem 0;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: .25rem;
}

.account-menu-login-button {
	width: 100%;
	margin-bottom: .5rem;
}

.account-menu-dropdown {
	padding: .5rem 1rem;
	min-width: 200px;
}

.account-menu-offcanvas .account-menu-inner, .account-menu-dropdown .account-menu-inner {
	border: 0;
}

.account-menu-offcanvas .account-aside-item, .account-menu-dropdown .account-aside-item {
	padding: .5rem 0;
}

.account-menu-offcanvas .account-aside-footer, .account-menu-dropdown .account-aside-footer {
	background: none;
	padding: .25rem 0;
}

@media (min-width: 576px) {
	.account-menu .offcanvas-close {
		display: none;
	}
	
	.account-menu .offcanvas-body {
		padding: 0;
	}
}

.search-suggest-container {
	position: absolute;
	top: 55px;
	left: 0;
	list-style: none;
	touch-action: manipulation;
	background: #fff;
	padding: 1rem;
	border: 1px solid #c2c2c2;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 10px 25px -15px #000;
}

.search-suggest-container::after {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
	top: -7px;
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	left: 48%;
	border: 1px solid #c2c2c2;
	border-top: 0 none;
	border-right: 0 none;
}

.search-suggest-product.is-active .search-suggest-product-link {
	color: #691448;
}

.search-suggest-product-link:hover, .search-suggest-total-link:hover {
	text-decoration: none;
}

.search-suggest-product-link {
	display: block;
	padding: .5rem 0;
}

.search-suggest-product-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-suggest-product-price {
	text-align: right;
}

.search-suggest-product-list-price, .search-suggest-product-reference-price {
	color: #798490;
	text-align: right;
	display: block;
}

.search-suggest-product-image-container {
	width: 35px;
	height: 35px;
	margin: 0 .5rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-suggest-product-image {
	max-width: 35px;
	max-height: 35px;
	display: block;
}

.search-suggest-total {
	padding: .5rem;
}

.search-suggest-no-result {
	text-align: center;
}

@media (min-width: 768px) {
	.search-suggest-container {
		width: 500px;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.cookie-permission-container {
	display: none;
	border-top: 1px solid #c2c2c2;
	background: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	padding: .5rem;
	font-size: .875rem;
	z-index: 1100;
}

.cookie-permission-content {
	margin-bottom: .5rem;
}

.cookie-permission-content a {
	display: inline-block;
}

.cookie-permission-actions {
	gap: .5rem;
}

@media (min-width: 768px) {
	.cookie-permission-content {
		text-align: left;
		margin-bottom: 0;
	}
}

.offcanvas-cookie-description, .offcanvas-cookie-list {
	margin-bottom: 32px;
	border-bottom: 1px solid #c2c2c2;
}

.offcanvas-cookie-list {
	padding-bottom: 32px;
}

.offcanvas-cookie-group {
	margin: 12px 0;
}

.offcanvas-cookie-group input ~ label {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.offcanvas-cookie-group input:not([disabled]) ~ label {
	cursor: pointer;
}

.offcanvas-cookie-entries {
	position: relative;
}

.offcanvas-cookie-entries .icon {
	position: absolute;
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	top: -4px;
	right: 0;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.offcanvas-cookie-entries svg {
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	transition: -ms-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
}

.offcanvas-cookie-entries > p, .offcanvas-cookie-entries .offcanvas-cookie-entry {
	padding: 0 8px 0 24px;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease, padding-top .3s ease;
	transition: opacity .3s ease, padding-top .3s ease;
	margin: 0;
	visibility: hidden;
	overflow: hidden;
}

.offcanvas-cookie-entries > p > p, .offcanvas-cookie-entries .offcanvas-cookie-entry > p {
	margin: 8px 0;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry {
	margin-left: 24px;
	overflow: visible;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control, .offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
	min-height: unset;
}

.offcanvas-cookie-entries--active svg {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.offcanvas-cookie-entries--active > p, .offcanvas-cookie-entries--active .offcanvas-cookie-entry {
	height: auto;
	opacity: 1;
	padding-top: 8px;
	visibility: visible;
}

.scroll-up-button {
	bottom: 1.5rem;
	cursor: pointer;
	opacity: 0;
	position: fixed;
	right: 1.5rem;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .45s cubic-bezier(.3, 0, .15, 1);
	transition: .45s cubic-bezier(.3, 0, .15, 1);
	visibility: hidden;
	z-index: 700;
}

.scroll-up-button.is-visible {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
}

.grecaptcha-v2-container iframe.has-error {
	border: 1px solid #dc3545;
	border-radius: 3px;
}

.product-detail-headline {
	margin-bottom: 3rem;
}

.product-detail-content {
	margin-bottom: 1.5rem;
}

.product-detail-content .product-breadcrumb {
	padding: 0;
	margin: 1rem 0;
}

.product-detail-name-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail-name-container .product-detail-variant-characteristics {
	padding-left: .5rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #adb5bd;
}

.product-detail-buy {
	margin-bottom: 1rem;
}

.product-detail-price {
	font-size: 1.75rem;
}

@media (max-width: 1200px) {
	.product-detail-price {
		font-size: calc(1.3rem + .6vw);
	}
}

.product-detail-price-unit {
	font-size: .875rem;
}

.product-detail-tax {
	font-size: 1rem;
}

.product-detail-delivery-information {
	margin-bottom: 1.5rem;
}

.product-detail-form-container {
	margin-bottom: 1rem;
}

.product-detail-ordernumber-container {
	margin-bottom: 1rem;
}

.product-block-prices-grid thead {
	background-color: #f9f9f9;
}

.product-block-prices-grid th {
	font-weight: 400;
}

.product-block-prices-grid td {
	font-weight: 600;
}

.product-block-prices-grid .product-block-prices-cell {
	border: 0 none;
	padding: 10px 0 10px 16px;
	line-height: 20px;
}

.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
	font-weight: 400;
	font-size: .875rem;
	line-height: 22px;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row {
	border-top: 1px solid #eee;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type {
	border-top: 0 none;
}

.product-detail-configurator-group {
	margin-bottom: 1rem;
}

.product-detail-configurator-group-title {
	font-weight: 600;
	margin-bottom: .5rem;
}

.product-detail-configurator-options {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
}

.product-detail-configurator-option {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: .5rem;
}

.product-detail-configurator-option-input {
	display: none;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #4a545b;
	border-radius: 20px;
	box-shadow: inset 3px 3px 0 #fff, inset -3px -3px 0 #fff;
	background-color: #fff;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	min-width: 60px;
	opacity: .35;
	padding: 3px;
	-webkit-transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1);
	transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1);
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
	box-shadow: none;
	height: auto;
	padding: 5px 10px;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label {
	opacity: 1;
	border: 1px solid #c2c2c2;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label {
	border: 1px solid #691448;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text {
	background-color: #691448;
	color: #fff;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:focus, .product-detail-configurator-option-input + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input + .product-detail-configurator-option-label:focus {
	border: 1px solid #691448;
}

.product-detail-configurator-option-image {
	height: 100%;
}

.product-detail-tabs-content {
	display: none;
}

.product-detail-tabs-content .offcanvas-body {
	overflow: initial;
	padding: 0;
}

.product-detail-description-text {
	margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
	.product-detail-tabs-content {
		display: block;
	}
	
	.product-detail-tabs .offcanvas-close, .product-detail-tab-navigation-icon, .product-detail-tab-preview {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.product-detail-tab-preview {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.product-detail-review-widget {
	margin-bottom: 1rem;
	z-index: 1;
}

.product-detail-reviews {
	margin-bottom: 1rem;
}

.product-detail-reviews .icon svg {
	top: 2px;
}

.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
	display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
	display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
	display: block;
}

.product-review-rating {
	margin-right: 1rem;
}

.product-detail-review-item-points {
	margin-bottom: .5rem;
}

.product-detail-review-item-content {
	-ms-word-break: break-word;
	word-break: break-word;
}

.product-detail-review-form-radio {
	display: none;
}

.product-detail-review-form-rating-input {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-review-point svg {
	top: 0;
}

.product-review-point, .point-container {
	display: inline-block;
	position: relative;
}

.point-rating {
	display: block;
	top: 0;
	left: 0;
}

.point-rating.point-blank .icon {
	color: #eee;
}

.point-partial {
	position: absolute;
}

.product-detail-review-form-rating-text {
	margin-left: .5rem;
	margin-bottom: 0;
}

.product-detail-review-form-star {
	margin-right: 10px;
}

.product-detail-review-login .login-card .card-body {
	padding-top: 0;
}

.product-detail-review-language {
	margin-bottom: 1rem;
}

.product-detail-review-sortby-label {
	margin-right: .25rem;
}

.product-detail-review-cancel {
	margin-right: 5px;
}

.offcanvas .product-detail-review-widget {
	position: static;
}

.offcanvas .product-detail-review-form-rating-input .product-review-point {
	margin-right: .5rem;
}

@media (min-width: 768px) {
	.product-detail-review-widget {
		margin-bottom: 0;
	}
	
	.product-detail-review-sortby-form {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.product-detail-review-language {
		margin-bottom: 0;
	}
	
	.product-detail-review-item-points {
		padding-right: 0;
		margin-bottom: 0;
	}
	
	.product-detail-review-item-title {
		padding-left: 0;
	}
	
	.product-detail-review-form-star {
		margin-right: 5px;
	}
}

.account-recover-password-info {
	margin-bottom: 1rem;
}

.account-guest-auth-info {
	margin-bottom: 1rem;
}

.account-welcome {
	padding-top: 1rem;
	margin-bottom: 1.5rem;
}

.account-breadcrumb {
	margin-bottom: 1.5rem;
}

.account-item-children {
	background-color: #f9f9f9;
	-ms-flex-order: 10;
	order: 10;
	margin: 12px 0;
	padding: 16px;
}

.account-item-children .nesting-level-1 {
	margin-left: 27px;
}

.account-item-children .nesting-level-2 {
	margin-left: 45px;
}

.account-item-children .nesting-level-3 {
	margin-left: 63px;
}

.account-item-children .nesting-level-4 {
	margin-left: 81px;
}

.account-item-children .nesting-level-5 {
	margin-left: 99px;
}

.account-item-children .nesting-level-6 {
	margin-left: 117px;
}

.account-item-children .nesting-level-7 {
	margin-left: 135px;
}

.account-item-children .nesting-level-8 {
	margin-left: 153px;
}

.account-item-children .nesting-level-9 {
	margin-left: 171px;
}

.account-item-children .nesting-level-10 {
	margin-left: 189px;
}

.account-item-children .account-item-children-elements {
	padding: 12px 0 0;
}

.account-item-children .account-item-headline {
	padding: 0;
	font-weight: 600;
}

.account-item-children .account-item-collapse {
	margin: 0;
}

.account-item-children .account-item-collapse-container, .account-item-children .account-item-child-label {
	padding: 0;
}

.account-item-children .account-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.account-item-children .account-item-collapse-button {
	background-color: transparent;
	border-style: none;
}

.account-item-children .account-item-collapse-button:focus {
	outline: none;
}

.account-item-children .account-item-collapse-button > .account-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.account-item-children .account-item-collapse-button.collapsed > .account-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.account-item-children .account-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.account-item-children .account-item-children-element > .nesting-level-0 {
	list-style: none;
}

.account-item-children .account-item-children-element:last-child {
	border-style: none;
}

.account-item-children .account-item-child-label-bullet {
	display: list-item;
}

.account-item-children .account-item-children-element-divider:last-child {
	display: none;
}

.account-item-children .account-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.account-item-children .account-item-children-element-divider {
	border-top: 1px solid #c2c2c2;
	margin: 1rem 0;
}

@media (max-width: 991.98px) {
	.account-content-aside {
		display: none;
	}
}

@media (min-width: 1200px) {
	.account-item-children {
		margin: 0 30px 12px 96px;
	}
}

.account .account-aside-list-group {
	-ms-flex-direction: row;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
}

.account-aside {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.account-aside {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.account .account-aside-list-group {
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: visible;
	}
}

.account-overview-card {
	margin-bottom: 3rem;
}

.register-personal {
	margin-bottom: 1rem;
}

.register-address {
	margin-bottom: 3rem;
}

.register-different-shipping {
	margin-bottom: 1rem;
}

.register-shipping {
	padding-top: 1.5rem;
}

.register-form .privacy-notice {
	margin-bottom: 1rem;
}

.login-card {
	margin-bottom: 1rem;
}

.login-advantages {
	display: none;
}

.login-password-recover {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.login-advantages {
		display: block;
	}
}

.address-card-title {
	margin-bottom: 1.5rem;
}

.address-actions-defaults {
	margin-bottom: .5rem;
}

.address-list {
	padding-top: 1.5rem;
}

.address-card {
	margin-bottom: 2.5rem;
}

.address-action-set-default {
	line-height: 1.5rem;
}

.address-action-delete {
	margin-left: .5rem;
}

.address-action-create {
	margin-bottom: 1.5rem;
}

.account-profile-personal {
	margin-bottom: 3rem;
}

.account-profile-credentials {
	margin-bottom: 1.5rem;
}

.order-table {
	margin-bottom: 1.5rem;
	border: 1px solid #c2c2c2;
	position: relative;
}

.order-table .order-item-detail {
	border-top: 0 none;
}

.order-table .order-detail-content {
	border-top: 1px solid #c2c2c2;
	padding: 0;
	box-shadow: none;
}

.order-table-header {
	display: none;
}

.order-table-header :first-child {
	position: relative;
}

.order-hide-btn .order-hide-btn-text {
	display: block;
}

.order-hide-btn .order-view-btn-text {
	display: none;
}

.order-hide-btn.collapsed .order-hide-btn-text {
	display: none;
}

.order-hide-btn.collapsed .order-view-btn-text {
	display: block;
}

.order-table-header:last-of-type, .order-wrapper:last-of-type {
	border-bottom: 0;
}

.order-table-header, .order-item-header {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.order-table-header, .order-item-header {
	padding-left: 20px;
	padding-right: 20px;
}

.order-table-header-heading, .order-table-header-order-status, .order-table-header-context-menu {
	display: inline-block;
}

.order-table-header-heading {
	max-width: 290px;
}

.order-table-header-order-status {
	font-weight: 600;
}

.order-table-header-context-menu-wrapper {
	position: absolute;
	top: .5rem;
	right: .5rem;
}

.order-table-header-context-menu-wrapper, .order-table-header-heading {
	margin-top: .5rem;
}

.order-table-header-context-menu {
	float: right;
	border: 1px solid #c2c2c2;
	border-radius: 20px;
	width: 35px;
	height: 35px;
	padding: 0;
}

.order-table-header-context-menu::after {
	display: none;
}

.order-table-header-context-menu .icon {
	position: relative;
	margin: 5px;
}

.order-table-header-context-menu .icon > svg {
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.order-table-header-context-menu-content {
	padding-left: 10px;
	padding-right: 10px;
}

.order-table-header-context-menu-content-link {
	display: block;
	border: 0 none;
	padding: 0;
	width: 100%;
	color: #000;
	background: none;
	cursor: pointer;
	text-align: left;
}

.order-table-header-context-menu-content-link:hover {
	text-decoration: none;
	color: #691448;
}

.order-table-header-context-menu-content-link:active {
	outline: none;
}

.order-table-header-order-number {
	display: block;
	font-weight: 400;
	margin-bottom: 1.5rem;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.order-table-header-order-number .order-table-header-label {
	display: inline;
}

.order-table-header-order-table-body, .order-table-header-order-table-header {
	padding-left: 0;
	padding-right: 0;
}

.order-table-header-order-table-body {
	border-top: 1px solid #c2c2c2;
	font-weight: 400;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"] {
	margin-top: 10px;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-table-header-order-table-header {
	font-weight: 600;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"] {
	margin-bottom: 10px;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-table-header-order-table {
	width: 100%;
}

.order-table-header-label {
	display: none;
}

.payment-control input, .payment-control label {
	cursor: pointer;
}

.order-item {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.order-item-actions {
	text-align: center;
}

.order-item-label {
	float: left;
	width: 50%;
}

.order-item-value {
	width: 50%;
}

.order-table-header-context-menu-indicator {
	position: absolute;
	top: -3px;
	right: 7px;
}

.order-item-status-badge {}

.order-item-status-badge.order-item-status-badge-open, .order-item-status-badge.order-item-status-badge-in_progress {
	background-color: #4aa3df;
	color: #fff;
}

.order-item-status-badge.order-item-status-badge-completed {
	background-color: #2ecc71;
	color: #fff;
}

.order-item-status-badge.order-item-status-badge-failed, .order-item-status-badge.order-item-status-badge-cancelled {
	background-color: #e74c3c;
	color: #fff;
}

.order-item-status-badge .icon {
	color: currentColor;
}

.order-item-status-badge .icon svg {
	top: 5px;
}

@media (min-width: 768px) {
	.order-table-header {
		display: block;
	}
	
	.order-table-header, .order-item-header {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.order-item {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.order-item-actions {
		text-align: right;
	}
}

@media (max-width: 575.98px) {
	.order-table-header-order-table-header {
		display: none;
	}
	
	.order-table-header-order-table-body {
		border-top: 0;
	}
	
	.order-table-header-label {
		display: inline;
	}
	
	.order-table-header-order-number {
		margin-bottom: 0;
	}
	
	.order-table-header-label {
		display: block;
		float: left;
		width: 50%;
	}
	
	.order-table-body-value {
		width: 50%;
	}
	
	.order-table-header-order-status {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	
	.order-table-header-context-menu-wrapper {
		top: .5rem;
		right: 1rem;
	}
	
	.order-table-header-context-menu-indicator {
		top: -3px;
		right: -3px;
	}
}

.edit-order {
	padding-top: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.edit-order-container {
	max-width: 895px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.edit-order-tos-checkbox, .edit-order-tos-label {
	cursor: pointer;
}

.edit-order-cancel-order-modal-toggle-btn {
	margin-top: 1rem;
}

.edit-order-checkout-aside {
	width: 50%;
	margin-left: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 991.98px) {
	.edit-order {
		padding-top: 0;
	}
	
	.edit-order-checkout-aside {
		width: 100%;
		margin-left: 0;
	}
}

.order-detail-content {
	border-top: 1px solid #c2c2c2;
}

.order-detail-content-header {
	display: none;
}

.document-detail-content-header {
	display: block;
	border-bottom: 1px solid #bcc1c7;
	padding-bottom: .5rem;
}

.download-detail-content-header {
	display: block;
	border-bottom: 1px solid #bcc1c7;
	padding-bottom: .5rem;
}

.order-detail-content-header, .order-item-detail-footer {
	padding-left: 10px;
	padding-right: 10px;
}

.order-detail-content-body.has-element-loader {
	min-height: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.order-detail-content-body .element-loader-backdrop {
	box-shadow: none;
}

.order-detail-content-header, .order-detail-content-row {
	margin-right: 20px;
	margin-left: 20px;
}

.order-detail-content-row {
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.order-detail-content-row .document-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.order-detail-content-row .order-item:last-of-type, .order-detail-content-row .document-item:last-of-type {
	padding-right: 0;
}

.order-detail-content-row .order-item:first-of-type, .order-detail-content-row .document-item:first-of-type {
	padding-left: 0;
}

.order-detail-content-row .download-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.order-detail-content-row .download-item:last-of-type {
	padding-right: 0;
}

.order-detail-content-row .download-item:first-of-type {
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.order-item, .document-item {
		padding-left: 0;
		padding-right: 0;
	}
}

.order-item-detail-list-item {
	margin-bottom: 1rem;
}

.order-item-detail-list-item-divider {
	border-top: 1px solid #c2c2c2;
	margin: 1rem 20px;
}

.order-item-detail-list-item.is-nested, .order-item-detail-list-item.is-child {
	border-left: 3px solid #c2c2c2;
	border-bottom-color: transparent;
	margin: 0 -10px;
	padding: 0 10px;
}

.order-item-detail-list-item:last-of-type .order-detail-content-row {
	border-bottom: 0 none;
}

.order-item-detail-list-item.is-discount .cart-item-total-price {
	color: #2ecc71;
}

.order-item-discount-icon {
	text-align: center;
}

.order-item-total {
	font-weight: 600;
}

.order-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 50px;
	height: 50px;
}

.order-item-nested-icon .icon > svg {
	top: 0;
}

.order-item-reorder {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.order-item-detail-footer {
	padding: 1rem;
}

.order-item-detail-footer dl dt.col, .order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside, .is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside, .is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside, .is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl dt[class*="col-"] {
	margin-bottom: .5rem;
	padding-right: .5rem;
}

.order-item-detail-labels {
	margin-bottom: 0;
}

.order-item-detail-labels-value {
	font-weight: 400;
}

.order-detail-content-header {
	padding-left: 0;
	padding-right: 0;
}

.order-item-detail-summary, .order-item-detail-summary dd:last-child {
	margin-bottom: 0;
}

.order-detail-comment {
	border-top: 0;
	display: block;
	padding-top: 0;
	padding-bottom: 1rem;
}

.card-title.order-detail-comment-title {
	margin-bottom: 0;
	padding: 1rem;
}

.order-detail-comment-body {
	padding: 1rem;
}

.order-detail-comment-value {
	margin-bottom: 0;
}

.order-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.order-item-variants-properties-name {
	margin-right: .5rem;
}

.order-detail-form {
	float: right;
}

.document-item-view-file {
	text-align: right;
}

.download-item-download-file {
	text-align: right;
}

.order-download-row {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@media (min-width: 768px) {
	.order-detail-content-header {
		display: block;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.order-item-label {
		display: none;
	}
	
	.order-detail-content-header {
		border-bottom: 1px solid #bcc1c7;
	}
	
	.order-detail-content {
		border-top: 0;
	}
	
	.order-header-price, .order-item-price, .order-header-total, .order-item-total, .order-header-actions {
		text-align: right;
	}
	
	.order-header-quantity, .order-item-quantity {
		text-align: center;
	}
	
	.order-item-reorder {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.order-item-detail-summary dt, .order-item-detail-summary dd {
		text-align: right;
	}
	
	.document-item-view-file-icon-btn {
		display: none;
	}
	
	.download-item-view-file-icon-btn {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.document-header-date {
		display: none;
	}
	
	.document-item-view-file-text-btn {
		display: none;
	}
	
	.download-header-date {
		display: none;
	}
	
	.download-item-view-file-text-btn {
		display: none;
	}
}

.checkout-container {
	margin-bottom: 1.5rem;
}

.checkout-product-table {
	margin-bottom: 1.5rem;
}

.checkout-confirm-tos-checkbox, .checkout-confirm-tos-label {
	cursor: pointer;
}

.is-ctl-checkout .footer-minimal .footer-service-menu-list, .is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list {
	display: block;
}

.checkout-aside-summary-label {
	font-weight: 400;
}

.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
	font-weight: 400;
	font-size: 1rem;
}

.checkout-aside-summary-total {
	font-size: 1.25rem;
	font-weight: 600;
	padding-top: 13px;
	border-top: 1px solid #c2c2c2;
	margin-top: 5px;
}

.checkout-aside-summary-total-rounded {
	font-size: 1.25rem;
	font-weight: 600;
}

.checkout-aside-summary-label.summary-net, .checkout-aside-summary-value.summary-net {
	margin-top: 10px;
}

.checkout-aside-summary-header {
	margin-bottom: 20px;
}

.checkout-aside-summary-total {
	font-size: 1.25rem;
	font-weight: 600;
}

.checkout-aside-summary-value {
	text-align: right;
}

.checkout-aside-product-header {
	margin-bottom: 1.5rem;
}

.checkout-aside-item {
	margin-bottom: 1rem;
}

.checkout-aside-item .checkout-aside-item-title {
	font-weight: 600;
	margin-bottom: .25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics {
	margin-bottom: .25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics .checkout-aside-item-characteristics-option {
	font-weight: 600;
}

.checkout-aside-item .checkout-aside-item-link-quantity {
	margin-bottom: .25rem;
}

.checkout-aside-item-price {
	font-weight: 600;
	text-align: right;
}

.checkout-aside-action {
	margin-top: 1rem;
}

.checkout-aside-add-code {
	margin-top: 1rem;
}

.cart-aside-item-children {
	background-color: #f9f9f9;
	width: 100%;
	margin-top: .5rem;
	padding: 16px 16px 10px;
	-ms-flex-order: 10;
	order: 10;
}

.cart-aside-item-children .nesting-level-1 {
	margin-left: 27px;
}

.cart-aside-item-children .nesting-level-2 {
	margin-left: 45px;
}

.cart-aside-item-children .nesting-level-3 {
	margin-left: 63px;
}

.cart-aside-item-children .nesting-level-4 {
	margin-left: 81px;
}

.cart-aside-item-children .nesting-level-5 {
	margin-left: 99px;
}

.cart-aside-item-children .nesting-level-6 {
	margin-left: 117px;
}

.cart-aside-item-children .nesting-level-7 {
	margin-left: 135px;
}

.cart-aside-item-children .nesting-level-8 {
	margin-left: 153px;
}

.cart-aside-item-children .nesting-level-9 {
	margin-left: 171px;
}

.cart-aside-item-children .nesting-level-10 {
	margin-left: 189px;
}

.cart-aside-item-children .cart-aside-item-children-elements {
	padding: 12px 0 0;
}

.cart-aside-item-children .cart-aside-item-headline {
	padding: 0;
	font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-change-button:focus {
	outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse {
	margin: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-container, .cart-aside-item-children .cart-aside-item-child-label {
	padding: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.cart-aside-item-children .cart-aside-item-collapse-button {
	background-color: transparent;
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button:focus {
	outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button > .cart-aside-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cart-aside-item-children .cart-aside-item-collapse-button.collapsed > .cart-aside-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cart-aside-item-children .cart-aside-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.cart-aside-item-children .cart-aside-item-children-element > .nesting-level-0 {
	list-style: none;
}

.cart-aside-item-children .cart-aside-item-children-element:last-child, .cart-aside-item-children .cart-aside-item-children-element-divider:last-child {
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-child-label-bullet {
	display: list-item;
}

.cart-aside-item-children .cart-aside-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-children-element-divider {
	border-top: 1px solid #c2c2c2;
	margin: 1rem 0;
}

.is-act-cartpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

.is-act-cartpage .checkout .checkout-aside-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.cart-main-header {
	margin-bottom: 1.5rem;
}

.cart-table-header {
	display: none;
}

.cart-header-unit-price, .cart-header-total-price, .cart-header-tax-price {
	text-align: right;
}

.cart-header-row, .cart-item-row, .line-item-row {
	margin-right: -.25rem;
	margin-left: -.25rem;
}

.cart-header-row > .col, .is-act-confirmpage .checkout .cart-header-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-header-row > .checkout-aside, .is-act-finishpage .checkout .cart-header-row > .checkout-aside, .cart-header-row > [class*="col-"], .cart-item-row > .col, .is-act-confirmpage .checkout .cart-item-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-item-row > .checkout-aside, .is-act-finishpage .checkout .cart-item-row > .checkout-aside, .cart-item-row > [class*="col-"], .line-item-row > .col, .is-act-confirmpage .checkout .line-item-row > .checkout-aside, .is-ctl-accountorder .checkout .line-item-row > .checkout-aside, .is-act-finishpage .checkout .line-item-row > .checkout-aside, .line-item-row > [class*="col-"] {
	padding-right: .25rem;
	padding-left: .25rem;
}

.cart-add-product-container {
	margin-bottom: 1rem;
}

.cart-shipping-costs-container {
	-ms-flex-item-align: center;
	align-self: center;
}

.cart-shipping-costs-btn {
	padding-left: 0;
	margin: 1px 0;
}

@media (min-width: 768px) {
	.cart-table-header {
		display: block;
	}
	
	.cart-add-product {
		max-width: 250px;
	}
	
	.cart-add-product-container {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.cart-table-header {
		display: block;
	}
}

.cart-item {
	margin-bottom: 1rem;
}

.cart-item.is-nested, .cart-item.is-child {
	border-left: 3px solid #c2c2c2;
	border-bottom-color: transparent;
	padding-left: 1rem;
}

.cart-item.is-child {
	padding-right: 1rem;
}

.cart-item.is-discount .cart-item-total-price {
	color: #2ecc71;
}

.cart-item-discount-icon {
	text-align: center;
	height: 100%;
}

.cart-item-discount-icon .icon {
	height: 100%;
}

.cart-item-discount-icon .icon > svg {
	top: 0;
}

.cart-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}

.cart-item-nested-icon .icon > svg {
	top: 0;
}

.cart-item-info {
	-ms-flex-order: 1;
	order: 1;
}

.cart-item-quantity {
	-ms-flex-order: 3;
	order: 3;
}

.cart-item-unit-price, .cart-item-tax-price {
	-ms-flex-order: 4;
	order: 4;
}

.cart-item-total-price {
	margin-left: auto;
	-ms-flex-order: 5;
	order: 5;
}

.cart-item-remove {
	-ms-flex-order: 2;
	order: 2;
	text-align: right;
}

.cart-item-img-container {
	text-align: center;
	width: 70px;
}

.cart-item-img-link {
	display: block;
}

.cart-item-img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.cart-item-info {
	margin-bottom: 1rem;
}

.cart-item-total-price {
	font-weight: 600;
}

.cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
	font-weight: 600;
	margin-bottom: .5rem;
}

.cart-item-quantity-row {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
}

.cart-item-quantity {
	margin-bottom: .5rem;
}

.cart-item-details {
	padding-top: 8px;
}

.cart-item-details-characteristics {
	margin: .5rem 0;
	font-size: .875rem;
}

.cart-item-details-characteristics .cart-item-details-characteristics-option {
	font-weight: 600;
}

.cart-item-variants {
	margin-bottom: .5rem;
}

.cart-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart-item-variants-properties-name {
	margin-right: .5rem;
}

@media (min-width: 576px) {
	.cart-item-quantity-container {
		width: 70px;
		margin-left: auto;
	}
	
	.cart-item-quantity-row {
		-ms-flex-align: normal;
		align-items: normal;
		margin-bottom: 0;
	}
	
	.cart-item-quantity {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.cart-item-quantity, .cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
		text-align: right;
	}
	
	.cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
		-ms-flex-pack: normal;
		justify-content: normal;
		display: block;
	}
}

@media (min-width: 768px) {
	.cart-item {}
	
	.cart-item.is-nested, .cart-item.is-child {
		padding-left: 0;
		padding-right: 0;
	}
	
	.cart-item.is-nested .cart-item-info, .cart-item.is-child .cart-item-info {
		padding-left: 1rem;
	}
	
	.cart-item-info, .cart-item-quantity, .cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price, .cart-item-remove {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.cart-item-info {
		margin-bottom: 0;
	}
	
	.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
		display: none;
	}
}

.cart-item-children {
	background-color: #f9f9f9;
	width: 100%;
	margin: 0 4px;
	padding: 16px 16px 10px;
	-ms-flex-order: 10;
	order: 10;
}

.cart-item-children .nesting-level-1 {
	margin-left: 27px;
}

.cart-item-children .nesting-level-2 {
	margin-left: 45px;
}

.cart-item-children .nesting-level-3 {
	margin-left: 63px;
}

.cart-item-children .nesting-level-4 {
	margin-left: 81px;
}

.cart-item-children .nesting-level-5 {
	margin-left: 99px;
}

.cart-item-children .nesting-level-6 {
	margin-left: 117px;
}

.cart-item-children .nesting-level-7 {
	margin-left: 135px;
}

.cart-item-children .nesting-level-8 {
	margin-left: 153px;
}

.cart-item-children .nesting-level-9 {
	margin-left: 171px;
}

.cart-item-children .nesting-level-10 {
	margin-left: 189px;
}

.cart-item-children .cart-item-children-elements {
	padding: 0;
}

.cart-item-children .cart-item-children-elements > .cart-item-children-element:first-of-type {
	padding: 20px 4px 0;
}

.cart-item-children .cart-item-headline {
	padding: 0;
	font-weight: 600;
}

.cart-item-children .cart-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.cart-item-children .cart-item-change-button:focus {
	outline: none;
}

.cart-item-children .cart-item-collapse {
	margin: 0;
}

.cart-item-children .cart-item-collapse-container, .cart-item-children .cart-item-child-label {
	padding: 0;
}

.cart-item-children .cart-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.cart-item-children .cart-item-collapse-button, .cart-item-children .cart-item-child-remove-icon {
	background-color: transparent;
	border-style: none;
}

.cart-item-children .cart-item-collapse-button:focus, .cart-item-children .cart-item-child-remove-icon:focus {
	outline: none;
}

.cart-item-children .cart-item-collapse-button > .cart-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cart-item-children .cart-item-collapse-button.collapsed > .cart-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cart-item-children .cart-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.cart-item-children .cart-item-children-element > .nesting-level-0 {
	list-style: none;
}

.cart-item-children .cart-item-children-element:last-child, .cart-item-children .cart-item-children-element-divider:last-child {
	border-style: none;
}

.cart-item-children .cart-item-child-label-bullet {
	display: list-item;
}

.cart-item-children .cart-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.cart-item-children .cart-item-child-remove-icon-container {
	padding: 0;
	text-align: right;
}

.cart-item-children .cart-item-children-element-divider {
	border-top: 1px solid #c2c2c2;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.cart-item-children {
		margin-left: 96px;
	}
}

@media (min-width: 992px) {
	.cart-item-children {
		margin-left: 4px;
	}
}

@media (min-width: 1200px) {
	.cart-item-children {
		margin-left: 96px;
	}
}

.is-act-checkoutregisterpage .checkout {
	padding-top: 70px;
}

.is-act-checkoutregisterpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

.register-guest-control {
	margin-bottom: 1rem;
}

.register-login-collapse-toogle {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.is-act-checkoutregisterpage .checkout .checkout-main {
		margin-bottom: 0;
	}
}

.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout {
	padding-top: 70px;
}

.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset {
	margin-left: 0;
}

.confirm-main-header, .confirm-tos, .confirm-address, .confirm-payment-shipping, .confirm-payment, .confirm-product {
	margin-bottom: 1.5rem;
}

.confirm-payment-current, .confirm-shipping-current {
	margin-bottom: 3rem;
}

.confirm-payment-current.is-invalid, .confirm-shipping-current.is-invalid {
	color: #e74c3c;
}

.confirm-method-tooltip {
	margin-left: .25rem;
}

.payment-method-label, .shipping-method-label {
	width: 100%;
}

.payment-method-label .payment-method-description, .payment-method-label .shipping-method-description, .shipping-method-label .payment-method-description, .shipping-method-label .shipping-method-description {
	width: 66%;
}

.confirm-checkout-collapse-trigger {
	text-underline: #691448;
}

.confirm-checkout-collapse-trigger:hover {
	cursor: pointer;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron {
	height: 1.375rem;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron > svg {
	color: #691448;
	transition: -ms-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
}

.is-act-finishpage .checkout {
	padding-top: 70px;
}

.is-act-finishpage .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-finishpage .checkout .checkout-aside-no-offset {
	margin-left: 0;
}

.finish-content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6rem;
}

.finish-ordernumber {
	font-size: 1.25rem;
	font-weight: 700;
}

.finish-teaser {
	text-align: center;
}

.finish-header {
	margin-bottom: 1.5rem;
	text-align: center;
}

.finish-ordernumber {
	text-align: center;
}

.finish-order-subtitle {
	text-align: center;
}

.finish-change-payment-wrapper {
	text-align: center;
}

.finish-action {
	text-align: center;
	margin-bottom: 3rem;
}

.finish-info {
	margin-bottom: 3rem;
}

.breadcrumb.cms-breadcrumb {
	padding-left: 20px;
	padding-right: 20px;
}

.contact-headline {
	margin-bottom: 1.5rem;
}

.contact-content {
	margin: 0 auto;
}

.newsletter-headline {
	margin-bottom: 1rem;
}

.newsletter-content {
	margin: 0 auto;
}

.search-page .filter-panel-wrapper-toggle {
	margin-bottom: 1rem;
}

.search-headline {
	text-align: center;
	margin-bottom: 1.5rem;
}

.wishlist-headline {
	margin: 0;
	height: 155px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlist-listing-col {
	margin-top: 86px;
}

.wishlist-listing-col .wishlist-listing-empty {
	height: 250px;
	width: 100%;
}

.wishlist-listing-col .wishlist-listing-header {
	font-weight: bold;
	color: #691448;
}

.wishlist-listing-col .wishlist-listing-description {
	font-size: 14px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.wishlist-listing-header {
		margin-top: 53px;
		font-size: 36px;
		line-height: 40px;
	}
	
	.wishlist-listing-empty {
		max-height: 200px;
	}
}

@media (max-width: 767.98px) {
	.wishlist-listing-empty {
		max-height: 120px;
	}
	
	.wishlist-listing-header {
		margin-top: 48px;
		font-size: 23px;
		line-height: 34px;
	}
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
	src: url("../assets/font/Inter-Regular.woff2") format("woff2"), url("../assets/font/Inter-Regular.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 400;
	font-display: fallback;
	src: url("../assets/font/Inter-Italic.woff2") format("woff2"), url("../assets/font/Inter-Italic.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: fallback;
	src: url("../assets/font/Inter-SemiBold.woff2") format("woff2"), url("../assets/font/Inter-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 600;
	font-display: fallback;
	src: url("../assets/font/Inter-SemiBoldItalic.woff2") format("woff2"), url("../assets/font/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
	src: url("../assets/font/Inter-Bold.woff2") format("woff2"), url("../assets/font/Inter-Bold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 700;
	font-display: fallback;
	src: url("../assets/font/Inter-BoldItalic.woff2") format("woff2"), url("../assets/font/Inter-BoldItalic.woff") format("woff");
}

body {
	-moz-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
	-webkit-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
	font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 100vh;
	-ms-flex-direction: column;
	flex-direction: column;
}

main {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 10px;
}

h1, .h1 {
	line-height: 40px;
}

h2, .h2 {
	line-height: 34px;
}

h3, .h3 {
	line-height: 33px;
}

h4, .h4 {
	line-height: 24px;
}

h5, .h5 {
	line-height: 21px;
}

h6, .h6 {
	line-height: 20px;
}

.alert {
	padding: 0;
	border: 0;
}

.alert .icon {
	margin: .5rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.alert .icon svg {
	top: 0;
}

.alert-has-icon {
	-ms-flex-align: normal;
	align-items: normal;
}

.alert-content-container {
	padding: .5rem;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.alert-primary {
	background-color: #691448;
}

.alert-primary .alert-content-container {
	background-color: #e1d0da;
	color: #691448;
}

.alert-primary .icon {
	color: #fff;
}

.alert-secondary {
	background-color: #691448;
}

.alert-secondary .alert-content-container {
	background-color: #e1d0da;
	color: #691448;
}

.alert-secondary .icon {
	color: #fff;
}

.alert-success {
	background-color: #2ecc71;
}

.alert-success .alert-content-container {
	background-color: #d5f5e3;
	color: #2ecc71;
}

.alert-success .icon {
	color: #fff;
}

.alert-info {
	background-color: #4aa3df;
}

.alert-info .alert-content-container {
	background-color: #dbedf9;
	color: #4aa3df;
}

.alert-info .icon {
	color: #fff;
}

.alert-warning {
	background-color: #f1c40f;
}

.alert-warning .alert-content-container {
	background-color: #fcf3cf;
	color: #f1c40f;
}

.alert-warning .icon {
	color: #fff;
}

.alert-danger {
	background-color: #e74c3c;
}

.alert-danger .alert-content-container {
	background-color: #fadbd8;
	color: #e74c3c;
}

.alert-danger .icon {
	color: #fff;
}

.alert-light {
	background-color: #f9f9f9;
}

.alert-light .alert-content-container {
	background-color: #fefefe;
	color: #f9f9f9;
}

.alert-light .icon {
	color: #fff;
}

.alert-dark {
	background-color: #4a545b;
}

.alert-dark .alert-content-container {
	background-color: #dbddde;
	color: #4a545b;
}

.alert-dark .icon {
	color: #fff;
}

.badge {
	border: 0;
	border-radius: 50px;
	box-sizing: content-box;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	min-width: 10px;
	padding: 0 5px;
}

.badge-lg {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.breadcrumb {
	padding: .75rem 0;
}

.breadcrumb svg {
	height: 1rem;
	width: auto;
	top: 3px;
}

.breadcrumb .breadcrumb-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.breadcrumb .breadcrumb-placeholder {
	margin: 0 .5rem;
}

.breadcrumb a {
	color: #000;
	font-size: 1rem;
}

.breadcrumb a:hover {
	color: #691448;
	text-decoration: none;
}

.breadcrumb a.is-active {
	color: #691448;
	font-weight: bolder;
}

.btn {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-buy {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-buy:hover {
	color: #fff;
	background-color: #490e32;
	border-color: #3e0c2b;
}

.btn-buy:focus, .btn-buy.focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.btn-buy.disabled, .btn-buy:disabled {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active, .show > .btn-buy.dropdown-toggle {
	color: #fff;
	background-color: #3e0c2b;
	border-color: #330a23;
}

.btn-buy:not(:disabled):not(.disabled):active:focus, .btn-buy:not(:disabled):not(.disabled).active:focus, .show > .btn-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.btn.disabled, .btn:disabled, .btn-buy.disabled, .btn-buy:disabled {
	opacity: 1;
	background: #eee;
	border-color: #eee;
	color: #bcc1c7;
}

.btn-link.disabled, .btn-link:disabled {
	border: 0 none;
	background: transparent;
}

.card-title {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 10px;
}

.card-body {
	padding: 0;
}

.custom-select {
	cursor: pointer;
}

.custom-select:invalid {
	color: #8e8e8e;
}

.custom-select:hover {
	border-color: #691448;
	color: #691448;
}

.form-label {
	margin-bottom: 3px;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {}

.form-control:focus {
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #8e8e8e;
}

.modal-content {
	border: 0;
	box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
}

.modal-content .modal-title {
	margin: 0;
	line-height: 1.5;
}

.product-box {
	border-color: #c2c2c2;
	background-color: #fff;
}

.product-box .card-body {
	padding: 1rem;
}

.product-name {
	font-weight: 600;
}

.product-price {
	color: #691448;
}

.card-tabs {
	border: 0;
}

.card-tabs .card-header {
	background: none;
	padding-left: 10px;
	padding-right: 10px;
}

.card-tabs .nav-item {
	margin-right: 10px;
}

.card-tabs .nav-link {
	border: 0;
	border-bottom: 2px solid #c2c2c2;
	border-radius: 0;
	color: #000;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

.card-tabs .nav-link:hover {
	border-color: #691448;
	color: #691448;
}

.card-tabs .nav-link.active {
	border-color: #691448;
	color: #4a545b;
}

.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
	background-image: none;
}

.card-tabs .nav-link:hover {
	background-color: #ccc;
}

.card-tabs .nav-link .product-cross-selling-tab-navigation {
	padding: 0;
}

.card-tabs .card-body {
	padding-top: 30px;
}

.cms-block-text-hero .cms-element-text hr {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #e9edf0;
}

.cms-element-product-listing .cms-listing-row {
	margin-right: -15px;
	margin-left: -15px;
}

.cms-element-product-listing .cms-listing-col {
	padding-right: 15px;
	padding-left: 15px;
}

.cms-element-product-listing .cms-listing-col {
	margin-bottom: 30px;
}

.cms-element-text blockquote {
	font-size: 1.25rem;
	font-style: italic;
	line-height: 24px;
	margin-top: 16px;
	margin-left: 20px;
	position: relative;
}

.cms-element-text blockquote::before {
	content: "\"";
	font-size: 40px;
	line-height: 16px;
	color: #9aa7be;
	position: absolute;
	top: 10px;
	left: -24px;
}

.quickview-minimal-product-name {
	color: #691448;
}

.quickview-minimal-product-name:hover {
	text-decoration: none;
}

.quickview-minimal-product-number {
	font-size: .875rem;
}

.quickview-minimal-footer-heading {
	border-bottom: 1px solid #c2c2c2;
}

.pagination .page-link {
	line-height: 1.5;
}

.top-bar-nav-btn.btn {
	color: #000;
	font-weight: 400;
	padding: 0;
	border: 0 none;
}

.top-bar-nav-btn.btn:hover, .top-bar-nav-btn.btn:hover .icon {
	color: #691448;
}

.top-bar-nav-btn.btn:focus {
	box-shadow: none;
}

.dropdown.show .top-bar-nav-btn, .dropdown.show .top-bar-nav-btn .icon {
	color: #691448;
}

.top-bar-list-item {
	color: #000;
}

.top-bar-list-item.is-checked {
	color: #691448;
}

.top-bar-list-item:hover {
	color: #691448;
	background: transparent;
	text-decoration: none;
}

.top-bar-list-item:hover .top-bar-list-label {
	cursor: pointer;
}

.header-search-btn {
	background: #fafafa;
	border: 1px solid #ccc;
	border-left: 0;
}

.header-search-btn:hover .icon {
	color: #691448;
}

.header-search-btn:focus {
	box-shadow: none;
}

.header-search-btn.btn:disabled {
	background: #fafafa;
	border-color: #c2c2c2;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header-search-input {
	border-right: 0;
}

.header-search-input:focus, .header-search-input:focus ~ .input-group-append .header-search-btn {
	border-color: #691448;
}

.header-actions-btn, .header-actions-btn:active, .header-actions-btn:hover {
	background: none;
	border: 0 none;
}

.header-actions-btn:hover, .header-actions-btn:hover .icon {
	color: #691448;
}

.header-actions-btn:focus {
	box-shadow: none;
}

.header-cart-total {
	color: #691448;
	font-size: 1.25rem;
}

@media (min-width: 576px) {
	.header-cart-badge {
		display: none;
	}
}

.footer-main {
	border-top: 1px solid #c2c2c2;
}

.footer-column {
	border-bottom: 1px solid #c2c2c2;
}

.footer-column-headline {
	color: #691448;
	font-size: 1.25rem;
	font-weight: 600;
}

.footer-link, .footer-contact-hotline a {
	color: #000;
}

.footer-link:hover, .footer-contact-hotline a:hover {
	color: #691448;
	text-decoration: none;
}

.footer-contact-hotline a {
	display: block;
	margin: 1rem 0 .5rem;
	font-size: 1.25rem;
	font-weight: 600;
}

.footer-bottom {
	background: #f9f9f9;
}

.footer-service-menu-item {
	padding-right: 1rem;
	font-weight: 600;
}

.footer-service-menu-item:last-child {
	padding-right: 0;
}

.footer-service-menu-link {
	color: inherit;
}

@media (min-width: 768px) {
	.footer-column {
		border: 0;
	}
	
	.footer-link-item {
		padding: 2px 0;
	}
}

.main-navigation-menu {
	font-size: 1.25rem;
}

@media (min-width: 768px) {
	.main-navigation-link {
		color: #000;
		padding-left: 0;
		padding-right: 32px;
	}
	
	.main-navigation-link .main-navigation-link-text {
		border-bottom: 2px solid transparent;
		padding-bottom: 3px;
	}
	
	.main-navigation-link:hover, .main-navigation-link.is-open {
		color: #691448;
	}
	
	.main-navigation-link.active {
		color: #4a545b;
		font-weight: 600;
	}
	
	.main-navigation-link.active .main-navigation-link-text {
		border-color: #691448;
	}
}

.navigation-flyout-categories:not(.is-level-0) {
	margin-left: 20px;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
	margin-bottom: 30px;
	position: relative;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
	border-left: 1px solid #c2c2c2;
	content: "";
	height: 100%;
	left: 15px;
	position: absolute;
	top: 0;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-3:nth-child(4n+1), .navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-4:nth-child(3n+1) {
	border-left: 0;
}

.navigation-flyout-link {
	-webkit-transition: padding .25s cubic-bezier(0, .77, .33, 1);
	transition: padding .25s cubic-bezier(0, .77, .33, 1);
	color: #4a545b;
	font-size: 1.25rem;
	margin: 0 1rem;
	padding: .25rem 0;
}

@media (prefers-reduced-motion: reduce) {
	.navigation-flyout-link {
		-webkit-transition: none;
		transition: none;
	}
}

.navigation-flyout-link.is-level-0 {
	font-weight: 600;
}

.navigation-flyout-link.is-level-2 {
	font-size: 1rem;
	padding: .125rem 0;
}

.navigation-flyout-link:hover {
	color: #691448;
	padding-left: 5px;
}

.navigation-flyout-link.active {
	color: #691448;
	font-weight: 600;
}

.navigation-flyout-bar {
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

.navigation-flyout-category-link {
	font-weight: 600;
	font-size: 1.25rem;
}

.navigation-offcanvas-headline {
	font-weight: 600;
	color: #691448;
}

.navigation-offcanvas-list-item {
	background-color: #fff;
	border-top: 1px solid #bcc1c7;
}

.navigation-offcanvas-list-item:last-child {
	border-bottom: 1px solid #bcc1c7;
}

.navigation-offcanvas-link {
	color: #000;
}

.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
	color: #691448;
}

.navigation-offcanvas-link.is-back-link {
	border-top: 1px solid #bcc1c7;
	font-weight: 600;
	color: #691448;
}

.navigation-offcanvas-link.is-current-category {
	color: #691448;
	font-weight: 600;
}

.offcanvas-cart-header-count {
	color: #798490;
	font-weight: 600;
}

.offcanvas-cart-tax {
	color: #798490;
}

.search-suggest-product {
	border-bottom: 1px solid #c2c2c2;
}

.search-suggest-product:last-child {
	border-bottom: 0;
}

.search-suggest-product-link {
	color: #000;
}

.search-suggest-product-link:hover {
	color: #691448;
}

.product-detail-name {
	color: #691448;
}

.product-detail-manufacturer-logo {
	max-width: 200px;
	max-height: 70px;
}

.product-detail-price {
	color: #691448;
	margin-bottom: 0;
	font-weight: 600;
	vertical-align: middle;
}

.product-detail-price.with-list-price {
	color: #e74c3c;
	display: inline-block;
}

.product-detail-price.with-regulation-price {
	display: inline-block;
}

.product-detail-price.with-advanced-list-price {
	color: #e74c3c;
	font-size: 1rem;
	display: inline-block;
}

.product-detail-price.with-advanced-list-price {
	color: #e52427;
	font-size: 1rem;
	display: inline-block;
}

.list-price-badge {
	display: inline-block;
	background: #e74c3c;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 6px;
}

.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
	color: #691448;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	height: 26px;
	vertical-align: bottom;
}

@media (max-width: 991.98px) {
	.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
		height: 22px;
	}
}

.product-detail-regulation-price-wrapper .list-price-price, .product-detail-list-price-wrapper .list-price-price {
	text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper, .product-detail-advanced-list-price-wrapper {
	color: #691448;
	font-weight: 400;
	font-size: 12px;
	vertical-align: bottom;
	display: block;
	padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper .list-price-price, .product-detail-advanced-list-price-wrapper .list-price-price {
	text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper.with-list-price, .product-detail-advanced-list-price-wrapper.with-list-price {
	padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price, .product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
	text-decoration: none;
}

@media (min-width: 576px) {
	.product-detail-advanced-list-price-wrapper {
		display: inline-block;
		padding-left: 8px;
	}
}

@media (min-width: 992px) {
	.product-detail-advanced-list-price-wrapper {
		display: block;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.product-detail-advanced-list-price-wrapper {
		display: inline-block;
		padding-left: 8px;
	}
}

.product-detail-ordernumber-label {
	font-weight: 600;
}

.product-detail-quantity-select {
	height: 100%;
}

.product-detail-tabs {
	margin-bottom: 1.5rem;
}

.product-detail-tabs .product-detail-tab-navigation {
	padding: 0;
}

.product-detail-tab-navigation-list {
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 5px;
}

.product-detail-properties-table th, .product-detail-properties-table td {
	border: 0;
}

.product-detail-tab-preview {
	font-weight: 400;
	margin-top: .5rem;
}

.product-detail-tab-preview-more {
	color: #691448;
	font-weight: 600;
}

@media (max-width: 575.98px) {
	.product-detail-tabs .product-detail-tab-navigation-link {
		background: none;
		border: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-weight: 600;
		word-wrap: normal;
	}
}

@media (min-width: 576px) {
	.product-detail-tabs {
		margin-bottom: 0;
	}
	
	.product-detail-tab-navigation-list {
		border: 0;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 0;
	}
}

.product-detail-review-widget {
	top: 20px;
}

.product-detail-review-progressbar-container {
	height: 14px;
	margin-top: 4px;
}

.product-detail-review-progressbar-bar {
	background-color: #fedc70;
}

.product-detail-review-item {
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 10px;
}

.product-detail-review-item-date {
	color: #798490;
}

.product-detail-review-item-verify {
	text-align: right;
}

.product-detail-review-item-likebox {
	text-align: right;
}

.product-detail-review-form-star.is-active .icon {
	color: #fedc70;
}

.product-detail-review-form-star .icon:hover {
	cursor: pointer;
}

@media (min-width: 768px) {
	.product-detail-review-rating {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.product-detail-review-form-footer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.product-detail-review-form-footer .product-detail-review-form-actions {
		margin-left: auto;
	}
}

@media (max-width: 575.98px) {
	.product-detail-cross-selling .product-detail-tabs-content {
		display: block;
	}
	
	.product-detail-cross-selling .product-cross-selling-tab-navigation {
		display: none;
	}
	
	.product-detail-cross-selling .tab-pane {
		margin-top: 1.5rem;
		display: block;
		opacity: 1;
	}
	
	.product-detail-cross-selling .tab-pane .cms-element-title {
		display: block;
	}
	
	.product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
		margin: 0;
	}
}

.product-detail-cross-selling .card {
	margin-top: 1.5rem;
}

.product-detail-cross-selling .cms-element-title {
	display: none;
}

.account-aside-header {
	background: none;
	color: #691448;
	font-weight: 600;
}

.account-aside-item {
	border: 0;
}

.account-aside-item.is-active {
	color: #691448;
	background: #fff;
	font-weight: 600;
}

.account-aside-item:hover {
	color: #691448;
	background: #fff;
}

.account-aside-footer {
	background: none;
	margin-top: 1px;
	border-top: 1px solid #c2c2c2;
}

.account-aside-btn {
	line-height: normal;
	padding: 3px 0;
}

.account-guest-abort {
	border-top: 0;
}

@media (min-width: 768px) {
	.register-submit {
		text-align: right;
	}
}

.address-action-set-default {
	padding-left: 0;
	text-align: left;
}

.account-profile-mail-label {
	font-weight: 600;
}

.account-profile-change {
	font-weight: 600;
	font-size: .875rem;
}

.order-item-status-badge {
	margin: 10px 0;
}

@media (max-width: 575.98px) {
	.order-item-status-badge {
		margin-top: 0;
	}
}

.order-table-header .row, .order-table-header .account-content, .order-table-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-table-header .checkout-container, .order-table-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-table-header .checkout-container, .order-table-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-table-header .checkout-container, .order-item-header .row, .order-item-header .account-content, .order-item-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-item-header .checkout-container, .order-item-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-item-header .checkout-container, .order-item-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-item-header .checkout-container, .order-detail-content-header .row, .order-detail-content-header .account-content, .order-detail-content-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-detail-content-header .checkout-container {
	margin-right: 0;
	margin-left: 0;
}

.order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 575.98px) {
	.order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.order-table-header {
	font-weight: 600;
}

.order-item-header .row > .order-table-header-heading, .order-item-header .account-content > .order-table-header-heading, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-heading, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .row > .order-table-header-order-number, .order-item-header .account-content > .order-table-header-order-number, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-order-number, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-order-number {
	padding-right: 0;
	padding-left: 0;
}

.order-item-name {
	color: #4a545b;
}

.order-detail-content-header {
	margin-top: 1rem;
	font-weight: 600;
}

.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-item-product-name {
	color: #691448;
}

.order-item-product-name:hover {
	color: #691448;
	text-decoration: none;
}

.order-item-product-name strong {
	font-weight: 600;
}

@media (min-width: 768px) {
	.order-item-product-image .product-image-link {
		-ms-flex-pack: normal;
		justify-content: normal;
	}
	
	.order-item-product-image img {
		max-width: 100px;
	}
}

.order-item-number-value {
	font-weight: 600;
}

.order-pseudo-price-value {
	text-decoration: line-through;
}

.order-item-detail-list-item {
	margin: 0;
}

.order-item-detail-list-item.is-child {
	background-color: #f9f9f9;
}

.order-item-nested-icon {
	background-color: #798490;
}

.order-item-detail-footer {
	background-color: #f9f9f9;
}

.order-item-detail-summary dd {
	font-weight: 600;
}

.order-price-unit {
	font-size: .875rem;
}

.order-item-variants {
	font-size: .875rem;
}

.order-item-variants-properties-name {
	font-weight: 600;
}

.checkout-aside-summary {
	background-color: #f9f9f9;
}

.checkout-aside-summary, .checkout-aside-products {
	padding: 1rem;
}

@media (max-width: 767.98px) {
	.cart-table {
		border: 0;
	}
	
	.cart-table-body {
		padding: 0;
	}
}

.cart-item {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #c2c2c2;
}

.cart-item.is-child {
	background-color: #f9f9f9;
}

.cart-item-nested-icon {
	background-color: #798490;
}

.cart-item-img {
	padding: .25rem;
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}

.cart-item-ordernumber {
	margin-bottom: .5rem;
	font-size: .875rem;
}

.cart-item-variants {
	font-size: .875rem;
}

.cart-item-variants-properties-name {
	font-weight: 600;
}

.cart-item-label {
	color: #000;
	font-weight: 600;
}

a.cart-item-label:hover {
	color: #691448;
	text-decoration: none;
}

.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
	color: #4a545b;
}

@media (min-width: 768px) {
	.cart-item {
		padding: 10px 0;
	}
	
	.cart-item-details-container {
		padding-left: 1rem;
	}
}

.cart-item-characteristics {
	margin: .5rem 0;
	font-size: .875rem;
}

.cart-item-characteristics .cart-item-characteristics-option {
	font-weight: 600;
}

.contact-action {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.newsletter-action {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bg-primary-dark {
	background: #541039;
}

.text-primary-dark {
	color: #541039;
}

.bg-primary-light {
	background: #7e1857;
}

.text-primary-light {
	color: #7e1857;
}

.bg-text-color {
	background: #000;
}

.text-text-color {
	color: #000;
}

.bg-background-color {
	background: #fff;
}

.text-background-color {
	color: #fff;
}

.bg-primary-top-secondary-bottom {
	background: linear-gradient(to bottom, #691448, #691448 100%);
}

.text-primary-top-secondary-bottom {
	color: linear-gradient(to bottom, #691448, #691448 100%);
}

.bg-primary-top-dark-bottom {
	background: linear-gradient(to bottom, #691448, #4a545b 100%);
}

.text-primary-top-dark-bottom {
	color: linear-gradient(to bottom, #691448, #4a545b 100%);
}

.bg-primary-top-light-bottom {
	background: linear-gradient(to bottom, #691448, #f9f9f9 100%);
}

.text-primary-top-light-bottom {
	color: linear-gradient(to bottom, #691448, #f9f9f9 100%);
}

.bg-primary-top-background-bottom {
	background: linear-gradient(to bottom, #691448, #fff 100%);
}

.text-primary-top-background-bottom {
	color: linear-gradient(to bottom, #691448, #fff 100%);
}

.bg-primary-top-text-bottom {
	background: linear-gradient(to bottom, #691448, #000 100%);
}

.text-primary-top-text-bottom {
	color: linear-gradient(to bottom, #691448, #000 100%);
}

.bg-primary-top-indigo-bottom {
	background: linear-gradient(to bottom, #691448, var(--indigo) 100%);
}

.text-primary-top-indigo-bottom {
	color: linear-gradient(to bottom, #691448, var(--indigo) 100%);
}

.bg-indigo-top-primary-bottom {
	background: linear-gradient(to bottom, var(--indigo), #691448 100%);
}

.text-indigo-top-primary-bottom {
	color: linear-gradient(to bottom, var(--indigo), #691448 100%);
}

.bg-light-top-primary-bottom {
	background: linear-gradient(to bottom, #f9f9f9, #691448 100%);
}

.text-light-top-primary-bottom {
	color: linear-gradient(to bottom, #f9f9f9, #691448 100%);
}

.bg-dark-top-primary-bottom {
	background: linear-gradient(to bottom, #4a545b, #691448 100%);
}

.text-dark-top-primary-bottom {
	color: linear-gradient(to bottom, #4a545b, #691448 100%);
}

.bg-background-top-text-bottom {
	background: linear-gradient(to bottom, #fff, #000 100%);
}

.text-background-top-text-bottom {
	color: linear-gradient(to bottom, #fff, #000 100%);
}

.bg-background-top-primary-bottom {
	background: linear-gradient(to bottom, #fff, #691448 100%);
}

.text-background-top-primary-bottom {
	color: linear-gradient(to bottom, #fff, #691448 100%);
}

.bg-fixed {
	background-attachment: fixed;
}

:root {}

.moorl-card {
	background-color: #fff;
	color: #000;
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.moorl-card h1, .moorl-card h2, .moorl-card h3, .moorl-card h4, .moorl-card h5, .moorl-card h6, .moorl-card .h1, .moorl-card .h2, .moorl-card .h3, .moorl-card .h4, .moorl-card .h5, .moorl-card .h6 {
	color: #691448 !important;
}

.moorl-card .badge {
	font-size: .7em;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.moorl-list-checked {
	list-style-type: none;
	padding: 0;
}

.moorl-list-checked li {
	position: relative;
	padding-left: 30px;
}

.moorl-list-checked li:before {
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	z-index: 10;
	background-color: #691448;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/icons/check-solid.svg");
	mask-image: url("/bundles/moorlfoundation/assets/icons/check-solid.svg");
}

.moorl-demo-grid-item {
	padding: 10px;
	width: 100%;
	height: 100%;
	border: 2px dashed #691448;
}

.moorl-demo-grid-item .inner {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f2f2f2;
	border-radius: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	color: #000;
}

.moorl-demo-grid-item .inner p {
	font-size: 1.1em;
	text-transform: uppercase;
}

.moorl-customer-upload .dropzone {
	padding: 15px;
	border-radius: 20px;
	background-color: #f2f2f2;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.moorl-customer-upload .dropzone .dz-default {
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 150px;
	width: 100%;
	border: 2px dashed #c2c2c2;
	border-radius: 20px;
	opacity: .6;
	-webkit-transition: ease all .2s;
	transition: ease all .2s;
	margin-bottom: 15px;
}

.moorl-customer-upload .dropzone .dz-default .dz-button {
	border: none;
	background-color: transparent;
	font-size: 1.3em;
}

.moorl-customer-upload .dropzone .dz-default .dz-button:focus, .moorl-customer-upload .dropzone .dz-default .dz-button:active, .moorl-customer-upload .dropzone .dz-default .dz-button:hover {
	border: none;
	box-shadow: unset;
	outline: none;
}

.moorl-customer-upload .dropzone .dz-default:hover {
	opacity: 1;
	border-color: #691448;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container {
	padding: 10px 10px 0 10px;
	background-color: #fff;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-image {
	margin-bottom: 20px;
	text-align: center;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-image img {
	object-fit: cover;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 3px #c2c2c2 dashed;
	padding: 6px;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container {
	position: relative;
	margin-bottom: 10px;
	height: 110px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container .badge {
	position: absolute;
	top: 5px;
	left: 5px;
}

.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container .moorl-customer-upload-image-actions {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background: rgba(255, 255, 255, .7);
	border-bottom-left-radius: 20px;
}

.input-group-text {
	background-color: #f9f9f9;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
}

.input-group-text .icon {
	padding: 0 12px;
	width: 17px;
	height: 17px;
}

.input-group-text .icon svg {
	top: 0;
	color: #000;
}

[class*=cms-element-appflix].has-vertical-alignment {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

[class*=cms-element-appflix].has-vertical-alignment .cms-element-alignment {
	width: 100%;
}

.cms-element-image-slider {
	overflow: hidden;
}

.moorl-foundation-hide, .moorl-animation-hidden {
	opacity: 0;
}

.moorl-animation-processing {
	z-index: 9000;
}

.cms-block.no-gutters, .cms-block.no-gutters .cms-block.cms-block-container-row {
	overflow: visible;
}

.modal {
	z-index: 1060;
}

.btn-facebook {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #314a7e;
	border-color: #2e4474;
}

.btn-facebook:focus, .btn-facebook.focus {
	box-shadow: 0 0 0 .2rem rgba(89, 115, 168, .5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2e4474;
	border-color: #2a3f6b;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(89, 115, 168, .5);
}

.btn-google {
	color: #fff;
	background-color: #0f9d58;
	border-color: #0f9d58;
}

.btn-google:hover {
	color: #fff;
	background-color: #0c7a44;
	border-color: #0b6e3e;
}

.btn-google:focus, .btn-google.focus {
	box-shadow: 0 0 0 .2rem rgba(51, 172, 113, .5);
}

.btn-google.disabled, .btn-google:disabled {
	color: #fff;
	background-color: #0f9d58;
	border-color: #0f9d58;
}

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
	color: #fff;
	background-color: #0b6e3e;
	border-color: #096337;
}

.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(51, 172, 113, .5);
}

.btn-azure {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-azure:focus, .btn-azure.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-azure.disabled, .btn-azure:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .show > .btn-azure.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-azure.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-amazon {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:hover {
	color: #fff;
	background-color: #d98200;
	border-color: #cc7a00;
}

.btn-amazon:focus, .btn-amazon.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 136, 6, .5);
}

.btn-amazon.disabled, .btn-amazon:disabled {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:not(:disabled):not(.disabled):active, .btn-amazon:not(:disabled):not(.disabled).active, .show > .btn-amazon.dropdown-toggle {
	color: #fff;
	background-color: #cc7a00;
	border-color: #bf7300;
}

.btn-amazon:not(:disabled):not(.disabled):active:focus, .btn-amazon:not(:disabled):not(.disabled).active:focus, .show > .btn-amazon.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 136, 6, .5);
}

.btn-office365 {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-office365:focus, .btn-office365.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-office365.disabled, .btn-office365:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:not(:disabled):not(.disabled):active, .btn-office365:not(:disabled):not(.disabled).active, .show > .btn-office365.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-office365:not(:disabled):not(.disabled):active:focus, .btn-office365:not(:disabled):not(.disabled).active:focus, .show > .btn-office365.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-paypal {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:hover {
	color: #fff;
	background-color: #015b93;
	border-color: #015386;
}

.btn-paypal:focus, .btn-paypal.focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-paypal.disabled, .btn-paypal:disabled {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:not(:disabled):not(.disabled):active, .btn-paypal:not(:disabled):not(.disabled).active, .show > .btn-paypal.dropdown-toggle {
	color: #fff;
	background-color: #015386;
	border-color: #014c7a;
}

.btn-paypal:not(:disabled):not(.disabled):active:focus, .btn-paypal:not(:disabled):not(.disabled).active:focus, .show > .btn-paypal.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-generic {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:hover {
	color: #212529;
	background-color: #ecb727;
	border-color: #ebb31b;
}

.btn-generic:focus, .btn-generic.focus {
	box-shadow: 0 0 0 .2rem rgba(208, 171, 69, .5);
}

.btn-generic.disabled, .btn-generic:disabled {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:not(:disabled):not(.disabled):active, .btn-generic:not(:disabled):not(.disabled).active, .show > .btn-generic.dropdown-toggle {
	color: #212529;
	background-color: #ebb31b;
	border-color: #e5ad14;
}

.btn-generic:not(:disabled):not(.disabled):active:focus, .btn-generic:not(:disabled):not(.disabled).active:focus, .show > .btn-generic.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(208, 171, 69, .5);
}

.btn-discord {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:hover {
	color: #fff;
	background-color: #5470d2;
	border-color: #4a67cf;
}

.btn-discord:focus, .btn-discord.focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-discord.disabled, .btn-discord:disabled {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:not(:disabled):not(.disabled):active, .btn-discord:not(:disabled):not(.disabled).active, .show > .btn-discord.dropdown-toggle {
	color: #fff;
	background-color: #4a67cf;
	border-color: #405fcd;
}

.btn-discord:not(:disabled):not(.disabled):active:focus, .btn-discord:not(:disabled):not(.disabled).active:focus, .show > .btn-discord.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-twitter {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:hover {
	color: #fff;
	background-color: #329beb;
	border-color: #2795e9;
}

.btn-twitter:focus, .btn-twitter.focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #2795e9;
	border-color: #1b90e8;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-instagram {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:hover {
	color: #212529;
	background-color: #dbdbdb;
	border-color: #d5d5d5;
}

.btn-instagram:focus, .btn-instagram.focus {
	box-shadow: 0 0 0 .2rem rgba(207, 208, 208, .5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
	color: #212529;
	background-color: #d5d5d5;
	border-color: #cecece;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(207, 208, 208, .5);
}

.btn-pinterest {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:hover {
	color: #fff;
	background-color: #980617;
	border-color: #8c0615;
}

.btn-pinterest:focus, .btn-pinterest.focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #8c0615;
	border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-whatsapp {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:hover {
	color: #fff;
	background-color: #1fb256;
	border-color: #1da851;
}

.btn-whatsapp:focus, .btn-whatsapp.focus {
	box-shadow: 0 0 0 .2rem rgba(70, 218, 125, .5);
}

.btn-whatsapp.disabled, .btn-whatsapp:disabled {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #1da851;
	border-color: #1b9d4c;
}

.btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(70, 218, 125, .5);
}

.btn-youtube {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:hover {
	color: #fff;
	background-color: #d90000;
	border-color: #c00;
}

.btn-youtube:focus, .btn-youtube.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 38, 38, .5);
}

.btn-youtube.disabled, .btn-youtube:disabled {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
	color: #fff;
	background-color: #c00;
	border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 38, 38, .5);
}

.btn-xing {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:hover {
	color: #fff;
	background-color: #0c4546;
	border-color: #0a3a3c;
}

.btn-xing:focus, .btn-xing.focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

.btn-xing.disabled, .btn-xing:disabled {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active, .show > .btn-xing.dropdown-toggle {
	color: #fff;
	background-color: #0a3a3c;
	border-color: #093031;
}

.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus, .show > .btn-xing.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

.cms-section-moorl-grid {
	overflow: visible;
}

.cms-section-moorl-grid > div.row, .cms-section-moorl-grid > div.account-content, .is-act-cartpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-checkoutregisterpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-ctl-accountorder .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-finishpage .checkout .cms-section-moorl-grid > div.checkout-container {
	margin-right: calc(-1 * var(--section-spacing));
	margin-left: calc(-1 * var(--section-spacing));
}

.cms-section-moorl-grid > div.row > div, .cms-section-moorl-grid > div.account-content > div, .is-act-cartpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-checkoutregisterpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-ctl-accountorder .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-finishpage .checkout .cms-section-moorl-grid > div.checkout-container > div {
	padding-right: var(--section-spacing);
	padding-left: var(--section-spacing);
}

.cms-section-moorl-grid.full-width {
	overflow: hidden;
}

.moorl-separator-scratch-both, .moorl-separator-scratch-top, .moorl-separator-scratch-bottom {
	position: relative;
}

.moorl-separator-scratch-both, .moorl-separator-scratch-top {
	padding-top: 60px;
}

.moorl-separator-scratch-both:before, .moorl-separator-scratch-top:before {
	top: 0;
	position: absolute;
	content: "";
	height: 40px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/scratch.png");
}

.moorl-separator-scratch-both, .moorl-separator-scratch-bottom {
	padding-bottom: 60px;
}

.moorl-separator-scratch-both:after, .moorl-separator-scratch-bottom:after {
	bottom: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	content: "";
	height: 40px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/scratch.png");
}

.moorl-separator-toothed-both, .moorl-separator-toothed-top, .moorl-separator-toothed-bottom {
	position: relative;
}

.moorl-separator-toothed-both, .moorl-separator-toothed-top {
	padding-top: 60px;
}

.moorl-separator-toothed-both:before, .moorl-separator-toothed-top:before {
	top: 0;
	position: absolute;
	content: "";
	height: 7px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/toothed.png");
}

.moorl-separator-toothed-both, .moorl-separator-toothed-bottom {
	padding-bottom: 60px;
}

.moorl-separator-toothed-both:after, .moorl-separator-toothed-bottom:after {
	bottom: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	content: "";
	height: 7px;
	width: 100%;
	z-index: 10;
	background-image: url("/bundles/moorlfoundation/assets/feature/toothed.png");
}

.moorl-separator-waves-both, .moorl-separator-waves-top, .moorl-separator-waves-bottom {
	position: relative;
}

.moorl-separator-waves-both:before, .moorl-separator-waves-top:before {
	top: -1px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 10;
	bottom: -1px;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.moorl-separator-waves-both:after, .moorl-separator-waves-bottom:after {
	bottom: -1px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 10;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
}

.moorl-separator-papercut-both, .moorl-separator-papercut-top, .moorl-separator-papercut-bottom {
	position: relative;
}

.moorl-separator-papercut-both:before, .moorl-separator-papercut-top:before {
	top: 0px;
	position: absolute;
	content: "";
	height: 27px;
	width: 100%;
	z-index: 10;
	bottom: -1px;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.moorl-separator-papercut-both:after, .moorl-separator-papercut-bottom:after {
	bottom: 0px;
	position: absolute;
	content: "";
	height: 27px;
	width: 100%;
	z-index: 10;
	-webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	-webkit-mask-position: bottom;
}

[class*="moorl-separator-"].bg-moorl-separator-primary:after, [class*="moorl-separator-"].bg-moorl-separator-primary:before {
	background-color: #691448;
}

[class*="moorl-separator-"].bg-moorl-separator-secondary:after, [class*="moorl-separator-"].bg-moorl-separator-secondary:before {
	background-color: #691448;
}

[class*="moorl-separator-"].bg-moorl-separator-success:after, [class*="moorl-separator-"].bg-moorl-separator-success:before {
	background-color: #2ecc71;
}

[class*="moorl-separator-"].bg-moorl-separator-info:after, [class*="moorl-separator-"].bg-moorl-separator-info:before {
	background-color: #4aa3df;
}

[class*="moorl-separator-"].bg-moorl-separator-warning:after, [class*="moorl-separator-"].bg-moorl-separator-warning:before {
	background-color: #f1c40f;
}

[class*="moorl-separator-"].bg-moorl-separator-danger:after, [class*="moorl-separator-"].bg-moorl-separator-danger:before {
	background-color: #e74c3c;
}

[class*="moorl-separator-"].bg-moorl-separator-light:after, [class*="moorl-separator-"].bg-moorl-separator-light:before {
	background-color: #f9f9f9;
}

[class*="moorl-separator-"].bg-moorl-separator-dark:after, [class*="moorl-separator-"].bg-moorl-separator-dark:before {
	background-color: #4a545b;
}

[class*="moorl-separator-"].bg-moorl-separator-primary-dark:after, [class*="moorl-separator-"].bg-moorl-separator-primary-dark:before {
	background: #541039;
}

[class*="moorl-separator-"].bg-moorl-separator-primary-light:after, [class*="moorl-separator-"].bg-moorl-separator-primary-light:before {
	background: #7e1857;
}

[class*="moorl-separator-"].bg-moorl-separator-text-color:after, [class*="moorl-separator-"].bg-moorl-separator-text-color:before {
	background: #000;
}

[class*="moorl-separator-"].bg-moorl-separator-background-color:after, [class*="moorl-separator-"].bg-moorl-separator-background-color:before {
	background: #fff;
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-secondary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-secondary-bottom:before {
	background: linear-gradient(to bottom, #691448, #691448 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-dark-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-dark-bottom:before {
	background: linear-gradient(to bottom, #691448, #4a545b 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-light-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-light-bottom:before {
	background: linear-gradient(to bottom, #691448, #f9f9f9 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-background-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-background-bottom:before {
	background: linear-gradient(to bottom, #691448, #fff 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-text-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-text-bottom:before {
	background: linear-gradient(to bottom, #691448, #000 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-primary-top-indigo-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-indigo-bottom:before {
	background: linear-gradient(to bottom, #691448, var(--indigo) 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-indigo-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-indigo-top-primary-bottom:before {
	background: linear-gradient(to bottom, var(--indigo), #691448 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-light-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-light-top-primary-bottom:before {
	background: linear-gradient(to bottom, #f9f9f9, #691448 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-dark-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-dark-top-primary-bottom:before {
	background: linear-gradient(to bottom, #4a545b, #691448 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-background-top-text-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-background-top-text-bottom:before {
	background: linear-gradient(to bottom, #fff, #000 100%);
}

[class*="moorl-separator-"].bg-moorl-separator-background-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-background-top-primary-bottom:before {
	background: linear-gradient(to bottom, #fff, #691448 100%);
}

.cms-section[class*="bg-"] h1, .cms-section[class*="bg-"] h2, .cms-section[class*="bg-"] h3, .cms-section[class*="bg-"] h4, .cms-section[class*="bg-"] h5, .cms-section[class*="bg-"] h6 {
	color: inherit;
}

.cms-section[class*="moorl-separator-"] .cms-section-default, .cms-section[class*="moorl-separator-"] .cms-section-moorl-grid {
	position: relative;
	z-index: 15;
}

@media (min-width: 992px) {
	[class*="moorl-offset-"] {
		overflow: visible;
	}
	
	[class*="moorl-offset-"] [class*="cms-section-"] {
		position: relative;
		z-index: 20;
	}
	
	.cms-section {}
	
	.cms-section.moorl-offset-50-top [class*="cms-section-"] {
		top: -50px;
	}
	
	.cms-section.moorl-offset-100-top [class*="cms-section-"] {
		top: -100px;
	}
	
	.cms-section.moorl-offset-150-top [class*="cms-section-"] {
		top: -150px;
	}
	
	.cms-section.moorl-offset-200-top [class*="cms-section-"] {
		top: -200px;
	}
}

[class*="cms-block-moorl-grid-layout-"] {
	overflow: visible;
}

.moorl-grid-layout {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	grid-template: "a" auto "b" auto "c" auto "d" auto "e" auto "f" auto/1fr;
}

.moorl-grid-layout > div, .moorl-grid-layout > a {
	box-sizing: border-box;
	height: auto;
	width: 100%;
}

.moorl-grid-layout > div:nth-child(1), .moorl-grid-layout > a:nth-child(1) {
	grid-area: a;
}

.moorl-grid-layout > div:nth-child(2), .moorl-grid-layout > a:nth-child(2) {
	grid-area: b;
}

.moorl-grid-layout > div:nth-child(3), .moorl-grid-layout > a:nth-child(3) {
	grid-area: c;
}

.moorl-grid-layout > div:nth-child(4), .moorl-grid-layout > a:nth-child(4) {
	grid-area: d;
}

.moorl-grid-layout > div:nth-child(5), .moorl-grid-layout > a:nth-child(5) {
	grid-area: e;
}

.moorl-grid-layout > div:nth-child(6), .moorl-grid-layout > a:nth-child(6) {
	grid-area: f;
}

.cms-block-moorl-grid-layout-two .moorl-grid-layout {
	grid-template: "a" auto "c" auto "d" auto "b" auto/1fr;
}

@media (min-width: 768px) {
	.cms-block-moorl-grid-layout-one .moorl-grid-layout {
		grid-template: "a a a a" auto "d d d d" auto "b b c c" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-two .moorl-grid-layout {
		grid-template: "a b" auto "c b" auto "d b" auto/1fr 1fr;
	}
}

@media (min-width: 992px) {
	.cms-block-moorl-grid-layout-one .moorl-grid-layout {
		grid-template: "a a a b b" auto "c c d d d" auto/1fr 1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-two .moorl-grid-layout {
		grid-template: "a a b" auto "c d b" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-three .moorl-grid-layout {
		grid-template: "a c b" auto "a d b" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-four .moorl-grid-layout {
		grid-template: "a b" auto "c b" auto "c d" auto/1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-five .moorl-grid-layout {
		grid-template: "a b" auto "c b" auto/1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-six .moorl-grid-layout {
		grid-template: "a b c" auto "a d d" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-seven .moorl-grid-layout {
		grid-template: "a a b c" auto "a a b c" auto "d d d c" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-eight .moorl-grid-layout {
		grid-template: "a b b" auto "a c e" auto "d d e" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-nine .moorl-grid-layout {
		grid-template: "a b b" auto "a d e" auto "c d e" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-ten .moorl-grid-layout {
		grid-template: "a b c" auto "a b d" auto "e b d" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-eleven .moorl-grid-layout {
		grid-template: "a b c" auto "e b d" auto/1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-twelve .moorl-grid-layout {
		grid-template: "a b b b" auto "a c c d" auto "e e e d" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-thirteen .moorl-grid-layout {
		grid-template: "b b c c" auto "d a c c" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-fourteen .moorl-grid-layout {
		grid-template: "a b" auto "a c" auto/1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-fifteen .moorl-grid-layout {
		grid-template: "a b b b" auto "a c d e" auto "f f d e" auto/1fr 1fr 1fr 1fr;
	}
	
	.cms-block-moorl-grid-layout-sixteen .moorl-grid-layout {
		grid-template: "a a a b" auto "a a a c" auto "a a a d" 1fr/1fr 1fr 1fr 1fr;
	}
}

.grid-gap-30 .moorl-grid-layout {
	grid-gap: 30px;
}

.grid-gap-25 .moorl-grid-layout {
	grid-gap: 25px;
}

.grid-gap-20 .moorl-grid-layout {
	grid-gap: 20px;
}

.grid-gap-15 .moorl-grid-layout {
	grid-gap: 15px;
}

.grid-gap-10 .moorl-grid-layout {
	grid-gap: 10px;
}

.grid-gap-5 .moorl-grid-layout {
	grid-gap: 5px;
}

.grid-gap-0 .moorl-grid-layout {
	grid-gap: 0px;
}

[class*="cms-block-moorl-column-layout-"] {
	overflow: visible;
}

.moorl-column-layout {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 100%;
}

.moorl-column-layout > a, .moorl-column-layout > div {
	box-sizing: border-box;
	height: auto;
	width: 100%;
}

.cms-block-moorl-column-layout-nb-1-1 .moorl-column-layout {
	grid-template-columns: repeat(2, 1fr);
}

.cms-block-moorl-column-layout-nb-1-1-1 .moorl-column-layout {
	grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
	.cms-block-moorl-column-layout-1-1 .moorl-column-layout {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.cms-block-moorl-column-layout-1-1-1 .moorl-column-layout {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.cms-block-moorl-column-layout-1-1-1-1 .moorl-column-layout {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.cms-block-moorl-column-layout-1-1-1-1-1 .moorl-column-layout {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.cms-block-moorl-column-layout-2-3 .moorl-column-layout {
		grid-template-columns: 2fr 3fr;
	}
	
	.cms-block-moorl-column-layout-3-2 .moorl-column-layout {
		grid-template-columns: 3fr 2fr;
	}
}

.grid-gap-30 .moorl-column-layout {
	grid-gap: 30px;
}

.grid-gap-25 .moorl-column-layout {
	grid-gap: 25px;
}

.grid-gap-20 .moorl-column-layout {
	grid-gap: 20px;
}

.grid-gap-15 .moorl-column-layout {
	grid-gap: 15px;
}

.grid-gap-10 .moorl-column-layout {
	grid-gap: 10px;
}

.grid-gap-5 .moorl-column-layout {
	grid-gap: 5px;
}

.grid-gap-0 .moorl-column-layout {
	grid-gap: 0;
}

.cms-element-moorl-share {
	line-height: 24px;
}

.cms-element-moorl-share ul {
	padding: 20px 0;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-moorl-share ul li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 16px;
	border-right: 1px solid #c2c2c2;
}

.cms-element-moorl-share ul li div > a:after, .cms-element-moorl-share ul li div > span:after {
	content: ",";
}

.cms-element-moorl-share ul li div > a:last-child:after, .cms-element-moorl-share ul li div > span:last-child:after {
	content: none;
}

.cms-element-moorl-share ul li:last-child {
	border-right: 0;
}

.cms-element-moorl-toc {
	line-height: 24px;
}

.cms-element-moorl-toc ol {
	overflow-y: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cms-element-moorl-toc ol li {
	margin-top: 8px;
}

.cms-element-moorl-toc ol li a {
	display: block;
	padding-left: 8px;
	color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cms-element-moorl-toc ol li a:hover {
	border-left: #691448 solid 3px !important;
	color: #691448 !important;
}

.cms-element-moorl-toc ol li.active > a {
	border-left: #691448 solid 3px !important;
	color: #691448 !important;
}

.cms-element-moorl-toc ol li.active > ol {
	max-height: none;
}

.cms-element-moorl-toc ol > li > a {
	border-left: #c2c2c2 solid 3px;
}

.cms-element-moorl-toc ol .toc-lvl-2 {
	padding-left: 11px;
	margin-top: 4px;
}

.cms-element-moorl-toc ol .toc-lvl-2 > li > a {
	border-left: 3px solid #fff;
}

@media (min-width: 992px) {
	.cms-element-moorl-toc ol .toc-lvl-2 {
		max-height: 0;
	}
}

.cms-element-moorl-replacer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 240px;
	height: 100%;
}

.cms-element-moorl-replacer > div {
	padding: 5px;
	font-size: .7em;
	color: #fff;
	font-family: "Courier", monospace;
}

.cms-element-moorl-accordion .moorl-accordion-content .section {
	margin-bottom: 15px;
}

.cms-element-moorl-accordion .moorl-accordion-content .section:last-child {
	margin-bottom: 0;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading {
	margin-bottom: 0;
	display: block;
	padding: 10px 45px 10px 10px;
	border-radius: 20px;
	-webkit-transition: ease all .1s;
	transition: ease all .1s;
	position: relative;
	border: 1px solid #c2c2c2;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon .icon {
	width: 15px;
	height: 15px;
	-webkit-transition: ease all .3s;
	transition: ease all .3s;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon svg {
	color: #000;
	top: 0;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:hover, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] {
	background-color: #691448;
	color: #fff;
	text-decoration: none;
	border: 1px solid #691448;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:hover .moorl-accordion-icon svg, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] .moorl-accordion-icon svg {
	color: #fff;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded=true] .moorl-accordion-icon .icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cms-element-moorl-accordion .moorl-accordion-content .section .section-content {
	padding: 10px;
	border: 1px solid #c2c2c2;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.cms-element-moorl-accordion .moorl-accordion-content .section .section-content a {
	color: #691448;
}

.cms-element-moorl-accordion .moorl-accordion-content .section .section-content p:last-child {
	margin-bottom: 0;
}

.cms-element-moorl-search-hero {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.cms-element-moorl-search-hero .moorl-hero-inner-container {
		max-width: 45%;
	}
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption {
	margin-bottom: 25px;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-headline, .cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-text {
	color: #fff;
	font-weight: 400;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-headline {
	font-size: 2.5em;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-caption .moorl-hero-text {
	font-size: 1.5em;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search {
	max-width: 100%;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .header-search-input {
	border: none;
	padding: 0 15px;
	height: 50px;
	font-size: 1.2em;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .input-group-append button {
	background-color: #691448;
	border-color: #691448;
	color: #fff;
	padding: 0 15px;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .input-group-append button:hover {
	background-color: #541039;
	border-color: #541039;
}

.cms-element-moorl-search-hero .moorl-hero-inner-container .moorl-hero-search .search-suggest-container {
	width: 100%;
	border: none;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.cms-element-moorl-newsletter form .form-group .form-label {
	display: none;
}

.cms-element-moorl-newsletter form .moorl-newsletter-privacy {
	margin-top: 15px;
}

.cms-element-moorl-newsletter form .moorl-newsletter-privacy div:first-child {
	display: none;
}

.cms-element-moorl-newsletter form .moorl-newsletter-privacy .custom-control-label:before {
	top: 4px;
}

.cms-element-moorl-newsletter form .moorl-input-container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 2fr 1fr;
	height: 50px;
}

.cms-element-moorl-newsletter form .moorl-input-container .form-group {
	margin-bottom: 0;
}

.cms-element-moorl-newsletter form .moorl-input-container input {
	height: 50px;
	font-size: 1em;
}

.cms-element-moorl-newsletter form .moorl-input-container button {
	font-size: 1em;
	-webkit-transition: ease all .2s;
	transition: ease all .2s;
}

.cms-element-moorl-newsletter form .moorl-input-container button:hover {
	opacity: .9;
}

.cms-block-studygood-newsletter .cms-block-container-row {
	-ms-flex-align: center;
	align-items: center;
}

.cms-block-studygood-newsletter .cms-block-container-row .cms-element-text p:last-child {
	margin-bottom: 0;
}

.cms-element-moorl-table-registration .input-group-text {
	background-color: #691448;
	color: #fff;
}

.cms-element-moorl-table-registration .table-registration-privacy div:not(.privacy-notice) {
	display: none;
}

.cms-element-moorl-table-registration button[type=submit] {
	padding: 5px 25px;
	float: none !important;
	display: inline-block;
	margin-top: 20px;
}

.cms-block-moorl-usp-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.cms-element-moorl-usp .usp-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}

.cms-element-moorl-usp .usp-container .icon-container {
	margin-right: 20px;
}

.cms-element-moorl-usp .usp-container .icon-container .icon {
	width: 32px;
	height: 32px;
}

.cms-element-moorl-usp .usp-container .text-container .headline {
	font-size: 1.3em;
	font-weight: 500;
}

.cms-element-moorl-usp .usp-container .text-container .subheadline {
	font-size: 1.1em;
}

.cms-element-moorl-usp .usp-container.center {
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.cms-element-moorl-usp .usp-container.center .icon-container {
	margin-right: 0;
	margin-bottom: 15px;
}

.cms-element-moorl-cta-banner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none !important;
}

.cms-element-moorl-cta-banner .background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .8s;
	transition: all .8s;
	width: 100%;
	height: 100%;
	position: absolute;
}

.cms-element-moorl-cta-banner .background.rotate {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.cms-element-moorl-cta-banner .background.rotate-zoom {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.cms-element-moorl-cta-banner .background.colorize {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.cms-element-moorl-cta-banner .background.colorize-zoom {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.cms-element-moorl-cta-banner .background.colorize-blur {
	-webkit-filter: blur(6px) grayscale(1);
	filter: blur(6px) grayscale(1);
}

.cms-element-moorl-cta-banner .background.blur {
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.cms-element-moorl-cta-banner .background.blur-zoom {
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.cms-element-moorl-cta-banner .video {
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.cms-element-moorl-cta-banner .banner-layer {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cms-element-moorl-cta-banner .banner-layer .container-icon img {
	height: 96px;
}

.cms-element-moorl-cta-banner .banner-layer .container-icon .icon {
	height: var(--icon-size);
	width: var(--icon-size);
}

.cms-element-moorl-cta-banner .banner-layer .container-content {
	width: 100%;
	display: block;
}

.cms-element-moorl-cta-banner .banner-layer .container-content h1, .cms-element-moorl-cta-banner .banner-layer .container-content h2, .cms-element-moorl-cta-banner .banner-layer .container-content h3, .cms-element-moorl-cta-banner .banner-layer .container-content h4, .cms-element-moorl-cta-banner .banner-layer .container-content p {
	margin: 0 0 15px;
	color: inherit;
}

.cms-element-moorl-cta-banner:hover .background.zoom {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cms-element-moorl-cta-banner:hover .background.rotate {
	-ms-transform: scale(1.3) rotate(15deg);
	-webkit-transform: scale(1.3) rotate(15deg);
	transform: scale(1.3) rotate(15deg);
}

.cms-element-moorl-cta-banner:hover .background.rotate-zoom {
	-ms-transform: scale(1.5) rotate(15deg);
	-webkit-transform: scale(1.5) rotate(15deg);
	transform: scale(1.5) rotate(15deg);
}

.cms-element-moorl-cta-banner:hover .background.colorize {
	-webkit-filter: none;
	filter: none;
}

.cms-element-moorl-cta-banner:hover .background.colorize-zoom {
	-webkit-filter: none;
	filter: none;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cms-element-moorl-cta-banner:hover .background.colorize-blur {
	-webkit-filter: none;
	filter: none;
}

.cms-element-moorl-cta-banner:hover .background.blur {
	-webkit-filter: none;
	filter: none;
}

.cms-element-moorl-cta-banner:hover .background.blur-zoom {
	-webkit-filter: none;
	filter: none;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cms-element-moorl-location .leaflet-popup-content-wrapper, .cms-element-moorl-location .leaflet-popup-tip {
	background: #fff;
	color: #000;
}

.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
	z-index: 400;
}

.leaflet-marker-icon .marker-pin {
	background: #691448;
	width: 40px;
	height: 40px;
	border-radius: 50% 50% 50% 0;
	position: absolute;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

.leaflet-marker-icon .marker-pin::after {
	content: "";
	width: 34px;
	height: 34px;
	margin: 3px 0 0 3px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
}

.leaflet-marker-icon svg {
	position: absolute;
	width: 32px;
	left: 0;
	right: 0;
	margin: 12px auto;
}

.leaflet-marker-icon svg path {
	fill: #222;
}

.moorl-opening-hours {
	margin: 10px 0;
}

.moorl-opening-hours .form-row {
	margin-left: 0;
	margin-right: 0;
}

.moorl-opening-hours .form-row:nth-child(odd) {
	background-color: rgba(0, 0, 0, .1);
}

.moorl-opening-hours .form-row .moorl-opening-hours-range.closed {
	background-color: #e74c3c;
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
	border-radius: 20px;
	font-size: .7em;
}

.moorl-opening-hours span:after {
	content: ",";
}

.moorl-opening-hours span:last-child:after {
	content: none;
}

.moorl-listing-header-title {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.moorl-listing-header-link {
	text-align: right;
	margin-bottom: 5px;
}

.moorl-listing-standard, .moorl-listing-list, .moorl-listing-slider, .moorl-listing-grid {
	list-style: none;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.moorl-listing-standard > li, .moorl-listing-list > li, .moorl-listing-slider > li, .moorl-listing-grid > li {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.moorl-listing-standard > li.is-active, .moorl-listing-list > li.is-active, .moorl-listing-slider > li.is-active, .moorl-listing-grid > li.is-active {
	z-index: 20;
}

.moorl-listing-slider-thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.moorl-listing-slider-thumbnails ul li {
	cursor: pointer;
	margin: 0 6px;
}

.moorl-listing-slider-thumbnails ul li img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .8s;
	transition: all .8s;
}

.moorl-listing-slider-thumbnails ul li.tns-nav-active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.moorl-listing-list, .moorl-listing-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 20px;
}

.moorl-listing-list {
	grid-template-columns: 1fr;
}

.moorl-listing-list .moorl-listing-item-image-content, .moorl-listing-list .moorl-listing-item-content-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.moorl-listing-list .moorl-listing-item-image-content .moorl-listing-item-image, .moorl-listing-list .moorl-listing-item-content-image .moorl-listing-item-image {
	height: 100%;
	width: 50%;
}

.moorl-listing-list .moorl-listing-item-image-content .moorl-listing-item-content, .moorl-listing-list .moorl-listing-item-content-image .moorl-listing-item-content {
	height: 100%;
	width: 50%;
}

.moorl-listing-list .moorl-listing-item-content-image {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.moorl-listing-standard {
	margin-right: -15px;
	margin-left: -15px;
}

.moorl-listing-standard > li {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.moorl-listing-item-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.moorl-listing-item-wrapper:hover {
	text-decoration: none;
}

.moorl-listing-item-wrapper.has-border {
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}

.moorl-listing-item-wrapper > div {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.moorl-listing-item-image-or-title .moorl-listing-item-image, .moorl-listing-item-overlay .moorl-listing-item-image {
	position: absolute;
}

.moorl-listing-item-image-or-title .moorl-listing-item-content, .moorl-listing-item-overlay .moorl-listing-item-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
}

.moorl-listing-item-image-content, .moorl-listing-item-content-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-listing-item-image-content .moorl-listing-item-image, .moorl-listing-item-content-image .moorl-listing-item-image {
	height: 50%;
}

.moorl-listing-item-image-content .moorl-listing-item-content, .moorl-listing-item-content-image .moorl-listing-item-content {
	height: 50%;
}

.moorl-listing-item-content-image {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.moorl-listing-item-avatar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-listing-item-avatar .moorl-listing-item-image {
	margin-bottom: 10px;
}

.moorl-listing-item-avatar .moorl-listing-item-image img {
	border-radius: 50%;
}

.moorl-listing-item-avatar .moorl-listing-item-content .moorl-listing-item-description {
	display: none;
}

.moorl-listing-item-title {
	font-size: 1.4em;
	height: 24px;
	line-height: 24px;
}

.moorl-listing-item-meta {
	height: 16px;
	font-size: .8em;
}

.moorl-listing-item-description {
	height: 60px;
}

.moorl-listing-item-image {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.moorl-listing-item-image img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.moorl-listing-item-image img.is-standard, .moorl-listing-item-image img.is-cover, .moorl-listing-item-image img.is-contain {
	width: 100%;
	height: 100%;
}

.moorl-listing-item-image img.is-cover {
	object-fit: cover;
}

.moorl-listing-item-image img.is-contain {
	object-fit: contain;
}

.moorl-listing-item-image img.is-standard {
	object-fit: scale-down;
}

.moorl-listing-item-image .icon-fluid {
	width: 80%;
	height: 80%;
}

.moorl-listing-item-image .moorl-listing-item-title {
	height: auto;
}

.moorl-listing-item-content {
	padding: 15px;
	width: 100%;
}

.moorl-listing-item-content > div > div {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.moorl-listing-item-content > div > div:last-child {
	margin-bottom: 0;
}

.search-suggest .moorl-listing-item-wrapper {
	background-color: transparent;
}

.search-suggest .moorl-listing-item-wrapper.has-border {
	border: none;
}

.search-suggest .moorl-search-suggest-list {
	list-style: none;
	padding: 0;
	margin-top: 1rem;
}

.search-suggest .moorl-listing-item-meta {
	display: none;
}

.search-suggest .moorl-listing-item-description {
	height: 40px;
}

.search-suggest .moorl-listing-list, .search-suggest .moorl-listing-grid {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.search-suggest .moorl-listing-list .moorl-listing-item-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.search-suggest .moorl-listing-item-content {
	padding: 10px;
}

.search-suggest .moorl-listing-item-content > div > div {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.search-suggest .moorl-search-suggest-container {
		width: var(--moorl-advanced-search-width);
	}
}

.moorl-search-page .nav-tabs {
	margin-bottom: 1.5rem;
	font-size: 1.6em;
}

.moorl-countdown {
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

.moorl-countdown > div {
	padding: 10px;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.moorl-countdown .moorl-countdown-time {
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
	font-weight: 600;
}

.moorl-countdown .moorl-countdown-label {
	font-size: .7em;
	text-transform: uppercase;
}

.moorl-slider {
	overflow: visible;
}

.moorl-slider .tns-ovh {
	overflow: hidden;
}

.moorl-slider.has-nav-outside {}

.moorl-product-buy-list .moorl-product-buy-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 120px 1fr;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 8px;
	border-bottom: 1px solid #c2c2c2;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-all-single {
	grid-template-columns: auto 120px 1fr auto;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-all {
	grid-template-columns: auto 120px 1fr;
}

.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-single {
	grid-template-columns: 120px 1fr auto;
}

.moorl-product-buy-list .product-cover img {
	width: 100%;
	max-height: 140px;
	margin: 10px auto;
	object-fit: contain;
}

.moorl-product-buy-list .product-title {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 15px;
}

.moorl-product-buy-list .product-configurator-option {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 5px;
	-ms-flex-align: center;
	align-items: center;
}

.moorl-product-buy-list .product-configurator-option label {
	margin-bottom: 0;
}

.moorl-product-buy-list .product-buy-form {
	height: 100%;
}

.moorl-product-buy-list .product-buy-form .btn {
	height: 100%;
	border-radius: 0;
}

.moorl-product-buy-list .total-price, .moorl-product-buy-list .products-buy-form-list-item-info-price {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: right;
}

.moorl-download-list .moorl-download-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moorl-download-list .moorl-download-list-items .moorl-download-list-item {
	display: -ms-grid;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 8px;
	border-bottom: 1px solid #c2c2c2;
}

.moorl-download-list .download-icon {
	font-size: 2em;
}

.moorl-download-list .download-content {
	margin-top: 8px;
	margin-bottom: 8px;
}

.moorl-download-list .download-title {
	font-size: 1.2em;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.moorl-download-list .download-meta {
	color: #798490;
}

.moorl-download-list .download-form {
	height: 100%;
}

.moorl-download-list .download-form .btn {
	height: 100%;
	border-radius: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.moorl-paint-dots {
	background-image: paint(dots);
}

.moorl-paint-generateddots {
	background-image: paint(generateddots);
}

.cms-element-image-slider {
	overflow: hidden;
}

.cms-block.no-gutters, .cms-block.no-gutters .cms-block.cms-block-container-row {
	overflow: visible;
}

@media (min-width: 992px) {
	.sticky-sidebar .cms-section-sidebar-sidebar-content {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.moorl-foundation-demo-html [id*="demo-"] {
	border-left: #691448 solid 5px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.moorl-foundation-demo-html [id*="demo-"]:first-child {
	margin-top: 0;
}

.moorl-foundation-demo-html pre {
	white-space: pre-line;
	font-size: 14px;
	color: #798490;
	background-color: #f9f9f9;
	padding: 20px;
	border: 1px solid #c2c2c2;
	border-radius: 20px;
}

.moorl-foundation-demo-html .btn {
	margin-bottom: 30px;
}

.icon-inline > svg {
	top: auto !important;
}

.icon-far, .icon-fas, .icon-fab {
	color: inherit;
}

.bg-fixed {
	background-attachment: fixed;
}

.moorl-foundation-hide, .moorl-animation-hidden {
	opacity: 0;
}

.moorl-animation-processing {
	z-index: 9000;
}

.modal {
	z-index: 1060;
}

.btn-moorl {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-moorl:hover {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #e0e0e0;
}

.btn-moorl:focus, .btn-moorl.focus {
	box-shadow: 0 0 0 .2rem rgba(217, 217, 218, .5);
}

.btn-moorl.disabled, .btn-moorl:disabled {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.btn-moorl:not(:disabled):not(.disabled):active, .btn-moorl:not(:disabled):not(.disabled).active, .show > .btn-moorl.dropdown-toggle {
	color: #212529;
	background-color: #e0e0e0;
	border-color: #d9d9d9;
}

.btn-moorl:not(:disabled):not(.disabled):active:focus, .btn-moorl:not(:disabled):not(.disabled).active:focus, .show > .btn-moorl.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(217, 217, 218, .5);
}

.btn-facebook {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #314a7e;
	border-color: #2e4474;
}

.btn-facebook:focus, .btn-facebook.focus {
	box-shadow: 0 0 0 .2rem rgba(89, 115, 168, .5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3c5a99;
	border-color: #3c5a99;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2e4474;
	border-color: #2a3f6b;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(89, 115, 168, .5);
}

.btn-azure {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-azure:focus, .btn-azure.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-azure.disabled, .btn-azure:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .show > .btn-azure.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure:not(:disabled):not(.disabled).active:focus, .show > .btn-azure.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-amazon {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:hover {
	color: #fff;
	background-color: #d98200;
	border-color: #cc7a00;
}

.btn-amazon:focus, .btn-amazon.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 136, 6, .5);
}

.btn-amazon.disabled, .btn-amazon:disabled {
	color: #212529;
	background-color: #f90;
	border-color: #f90;
}

.btn-amazon:not(:disabled):not(.disabled):active, .btn-amazon:not(:disabled):not(.disabled).active, .show > .btn-amazon.dropdown-toggle {
	color: #fff;
	background-color: #cc7a00;
	border-color: #bf7300;
}

.btn-amazon:not(:disabled):not(.disabled):active:focus, .btn-amazon:not(:disabled):not(.disabled).active:focus, .show > .btn-amazon.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 136, 6, .5);
}

.btn-office365 {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:hover {
	color: #fff;
	background-color: #008ac9;
	border-color: #0081bc;
}

.btn-office365:focus, .btn-office365.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-office365.disabled, .btn-office365:disabled {
	color: #fff;
	background-color: #00a4ef;
	border-color: #00a4ef;
}

.btn-office365:not(:disabled):not(.disabled):active, .btn-office365:not(:disabled):not(.disabled).active, .show > .btn-office365.dropdown-toggle {
	color: #fff;
	background-color: #0081bc;
	border-color: #0078af;
}

.btn-office365:not(:disabled):not(.disabled):active:focus, .btn-office365:not(:disabled):not(.disabled).active:focus, .show > .btn-office365.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 178, 241, .5);
}

.btn-paypal {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:hover {
	color: #fff;
	background-color: #015b93;
	border-color: #015386;
}

.btn-paypal:focus, .btn-paypal.focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-paypal.disabled, .btn-paypal:disabled {
	color: #fff;
	background-color: #0173b9;
	border-color: #0173b9;
}

.btn-paypal:not(:disabled):not(.disabled):active, .btn-paypal:not(:disabled):not(.disabled).active, .show > .btn-paypal.dropdown-toggle {
	color: #fff;
	background-color: #015386;
	border-color: #014c7a;
}

.btn-paypal:not(:disabled):not(.disabled):active:focus, .btn-paypal:not(:disabled):not(.disabled).active:focus, .show > .btn-paypal.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(39, 136, 196, .5);
}

.btn-generic {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:hover {
	color: #212529;
	background-color: #ecb727;
	border-color: #ebb31b;
}

.btn-generic:focus, .btn-generic.focus {
	box-shadow: 0 0 0 .2rem rgba(208, 171, 69, .5);
}

.btn-generic.disabled, .btn-generic:disabled {
	color: #212529;
	background-color: #efc34a;
	border-color: #efc34a;
}

.btn-generic:not(:disabled):not(.disabled):active, .btn-generic:not(:disabled):not(.disabled).active, .show > .btn-generic.dropdown-toggle {
	color: #212529;
	background-color: #ebb31b;
	border-color: #e5ad14;
}

.btn-generic:not(:disabled):not(.disabled):active:focus, .btn-generic:not(:disabled):not(.disabled).active:focus, .show > .btn-generic.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(208, 171, 69, .5);
}

.btn-discord {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:hover {
	color: #fff;
	background-color: #5470d2;
	border-color: #4a67cf;
}

.btn-discord:focus, .btn-discord.focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-discord.disabled, .btn-discord:disabled {
	color: #fff;
	background-color: #7289da;
	border-color: #7289da;
}

.btn-discord:not(:disabled):not(.disabled):active, .btn-discord:not(:disabled):not(.disabled).active, .show > .btn-discord.dropdown-toggle {
	color: #fff;
	background-color: #4a67cf;
	border-color: #405fcd;
}

.btn-discord:not(:disabled):not(.disabled):active:focus, .btn-discord:not(:disabled):not(.disabled).active:focus, .show > .btn-discord.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(135, 155, 224, .5);
}

.btn-twitter {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:hover {
	color: #fff;
	background-color: #329beb;
	border-color: #2795e9;
}

.btn-twitter:focus, .btn-twitter.focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
	color: #212529;
	background-color: #55acee;
	border-color: #55acee;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #2795e9;
	border-color: #1b90e8;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(77, 152, 208, .5);
}

.btn-instagram {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:hover {
	color: #212529;
	background-color: #dbdbdb;
	border-color: #d5d5d5;
}

.btn-instagram:focus, .btn-instagram.focus {
	box-shadow: 0 0 0 .2rem rgba(207, 208, 208, .5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
	color: #212529;
	background-color: #eee;
	border-color: #eee;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
	color: #212529;
	background-color: #d5d5d5;
	border-color: #cecece;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(207, 208, 208, .5);
}

.btn-pinterest {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:hover {
	color: #fff;
	background-color: #980617;
	border-color: #8c0615;
}

.btn-pinterest:focus, .btn-pinterest.focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #8c0615;
	border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(199, 45, 62, .5);
}

.btn-whatsapp {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:hover {
	color: #fff;
	background-color: #1fb256;
	border-color: #1da851;
}

.btn-whatsapp:focus, .btn-whatsapp.focus {
	box-shadow: 0 0 0 .2rem rgba(70, 218, 125, .5);
}

.btn-whatsapp.disabled, .btn-whatsapp:disabled {
	color: #fff;
	background-color: #25d366;
	border-color: #25d366;
}

.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #1da851;
	border-color: #1b9d4c;
}

.btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(70, 218, 125, .5);
}

.btn-youtube {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:hover {
	color: #fff;
	background-color: #d90000;
	border-color: #c00;
}

.btn-youtube:focus, .btn-youtube.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 38, 38, .5);
}

.btn-youtube.disabled, .btn-youtube:disabled {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
	color: #fff;
	background-color: #c00;
	border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 38, 38, .5);
}

.btn-xing {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:hover {
	color: #fff;
	background-color: #0c4546;
	border-color: #0a3a3c;
}

.btn-xing:focus, .btn-xing.focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

.btn-xing.disabled, .btn-xing:disabled {
	color: #fff;
	background-color: #126567;
	border-color: #126567;
}

.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active, .show > .btn-xing.dropdown-toggle {
	color: #fff;
	background-color: #0a3a3c;
	border-color: #093031;
}

.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus, .show > .btn-xing.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(54, 124, 126, .5);
}

footer.footer-main {
	border-top: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f9fafb;
}

footer.footer-main .min-footer-container.container, footer.footer-main .cms-section .min-footer-container.boxed, .cms-section footer.footer-main .min-footer-container.boxed {
	max-width: 1400px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 767.98px) {
	footer.footer-main {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

footer.footer-main ul.minimal-footer {
	margin-bottom: 0;
	padding: 0;
}

footer.footer-main ul.minimal-footer li {
	display: inline-block;
}

@media (max-width: 767.98px) {
	footer.footer-main ul.minimal-footer li {
		padding: 0;
	}
}

footer.footer-main ul.minimal-footer li a {
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
	line-height: 31px;
	padding: 16px 40px;
}

@media (max-width: 767.98px) {
	footer.footer-main ul.minimal-footer li a {
		font-size: 16px;
		line-height: 36px;
		padding: 5px 10px;
	}
}

.footer-logo-img {
	max-height: 63px;
	width: auto;
}

@media (max-width: 767.98px) {
	.footer-logo-img {
		max-height: 26px;
	}
}

.mollie-components-credit-card {
	max-width: 465px;
}

.mollie-components-credit-card label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

.mollie-components-credit-card .block-group {
	display: block;
	position: relative;
}

.mollie-components-credit-card .block-group:after {
	clear: both;
	content: "";
	display: block;
}

.mollie-components-credit-card .block-group .b1 {
	width: 48%;
	float: left;
	position: relative;
}

.mollie-components-credit-card .block-group .b2 {
	width: 48%;
	float: right;
}

.mollie-components-credit-card .intro-text {
	margin-top: 10px;
}

.mollie-components-credit-card .tag-line {
	margin-top: 10px;
}

.mollie-components-credit-card .tag-line .logo {
	display: inline-block;
	margin-top: -8px;
	max-width: 50px;
}

.mollie-components-credit-card .error-message {
	color: #ff233a;
	margin-bottom: 5px;
}

.mollie-components-credit-card .input--field.mollie {
	border-radius: 3px;
	min-height: 34px;
	margin-bottom: 5px;
	background: #fff;
	color: #262626;
	text-align: left;
	box-shadow: inset 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-transition: all .05s ease;
	transition: all .05s ease;
}

.mollie-components-credit-card .input--field.mollie.is-focused {
	box-shadow: inset 0 0 0 2px #07f, 0 1px 1px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
}

.mollie-components-credit-card .input--field.mollie.error {
	background-color: #fff0f0;
	box-shadow: 0 0 0 1px #f33, 0 1px 1px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
}

.mollie-components-credit-card .input--field.mollie:active {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
	border: 2px solid #07f;
}

.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox label {
	font-weight: 400;
}

.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox .custom-control-label::before {
	border-radius: 20px;
}

.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

@supports (-webkit-appearance: -apple-pay-button) {
	.only-support-apple-pay {
		display: block !important;
	}
	
	.apple-pay-button-with-text {
		display: inline-block;
		-webkit-appearance: -apple-pay-button;
		-apple-pay-button-type: buy;
	}
	
	.apple-pay-button-with-text > * {
		display: none;
	}
	
	.apple-pay-button-black-with-text {
		-apple-pay-button-style: black;
	}
	
	.apple-pay-button-white-with-text {
		-apple-pay-button-style: white;
	}
	
	.apple-pay-button-white-with-line-with-text {
		-apple-pay-button-style: white-outline;
	}
}

@supports not (-webkit-appearance: -apple-pay-button) {
	.apple-pay-button-with-text {
		--apple-pay-scale: 1;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px;
		border-radius: 5px;
		padding: 0px;
		box-sizing: border-box;
		min-width: 200px;
		min-height: 32px;
		max-height: 64px;
	}
	
	.apple-pay-button-black-with-text {
		background-color: black;
		color: white;
	}
	
	.apple-pay-button-white-with-text {
		background-color: white;
		color: black;
	}
	
	.apple-pay-button-white-with-line-with-text {
		background-color: white;
		color: black;
		border: .5px solid black;
	}
	
	.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-white);
		background-color: black;
	}
	
	.apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
	
	.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
	
	.apple-pay-button-with-text > .text {
		font-family: -apple-system;
		font-size: calc(1em * var(--apple-pay-scale));
		font-weight: 300;
		-ms-flex-item-align: center;
		align-self: center;
		margin-right: calc(2px * var(--apple-pay-scale));
	}
	
	.apple-pay-button-with-text > .logo {
		width: calc(35px * var(--scale));
		height: 100%;
		background-size: 100% 60%;
		background-repeat: no-repeat;
		background-position: 0 50%;
		margin-left: calc(2px * var(--apple-pay-scale));
		border: none;
	}
}

.modal-content .payment-method-label {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-content .mollie-ideal-issuer {
	margin-top: 15px;
}

.modal-content .payment-method-description {
	-ms-flex-order: -1;
	order: -1;
}

.confirm-payment .mollie-ideal-issuer {
	margin-top: 15px;
}

.confirm-payment .mollie-ideal-issuer .custom-select:invalid {
	border: 1px solid red;
}

.account-payment .payment-method-description {
	-ms-flex-order: -1;
	order: -1;
}

.order-table-header-heading.heading-mollie-subscriptions {
	max-width: 350px;
}

.order-item-status-badge.order-item-status-badge-active {
	background-color: #26b6cf;
	color: #fff;
	margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-canceled {
	background-color: #ffb100;
	color: #fff;
	margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-paused {
	background-color: #707070;
	color: #fff;
	margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-skipped {
	background-color: #ffb100;
	color: #fff;
	margin: 10px 0;
}

.order-item-status-badge.order-item-status-badge-resumed {
	background-color: #26b6cf;
	color: #fff;
	margin: 10px 0;
}

.order-table-header-description {
	padding: 0 !important;
	display: block;
	font-weight: 400;
	margin-bottom: 1.5rem;
	width: 100%;
}

.subscription-toggle-button-wrapper {
	padding: 0 !important;
}

.subscription-hide-btn {
	margin-bottom: 25px;
	float: right;
}

.subscription-hide-btn .subscription-hide-btn-text {
	display: block;
}

.subscription-hide-btn .subscription-view-btn-text {
	display: none;
}

.subscription-hide-btn.collapsed .subscription-hide-btn-text {
	display: none;
}

.subscription-hide-btn.collapsed .subscription-view-btn-text {
	display: block;
}

.subscription-item-detail {
	padding: 0 !important;
}

.btn-mollie-subscription-cancel {
	color: #e60909;
}

.mollie-credit-card-mandate-manage {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mollie-credit-card-mandate-list .mollie-credit-card-mandate:last-child {
	margin-bottom: 15px;
}

.mollie-credit-card-mandate-remove-modal .modal-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mollie-credit-card-mandate-remove-modal .modal-body p {
	margin-bottom: 8px;
	font-weight: 700;
}

.mollie-credit-card-mandate {
	margin-left: 25px;
	margin-bottom: 25px;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-radio {
	margin-top: 13px;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-label {
	margin-bottom: 0;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item {
	margin-top: 4px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-column-gap: 8px;
	-webkit-column-gap: 8px;
	column-gap: 8px;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item svg {
	top: 0;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item .mollie-credit-card-mandate-actions-item-text {
	color: #691448;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item:hover .mollie-credit-card-mandate-actions-item-text {
	color: #29081c;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view {
	position: relative;
	padding: 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 210px;
	height: 95px;
	border-radius: 8px;
	background-color: #691448;
	margin-top: 12px;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-type {
	color: #fff;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-number {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 4px;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-holder-name {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

.mollie-credit-card-mandate .mollie-credit-card-mandate-compact-view-card-holder-name {
	color: #bcc1c7;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: block;
}

.shac {
	position: relative;
}

.shac-menu {
	margin-top: -1px;
	overflow-y: auto;
	width: 100%;
}

.shac-menu > .key-active > a {
	background-color: #f5f5f5;
}

.shac-menu > .key-active {
	background-color: #f7f8f9;
}

.shac-item {
	cursor: pointer;
	white-space: normal;
}

.mfb-rating {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	position: relative;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.mfb-rating input {
	display: none;
}

.mfb-rating input:checked ~ label {
	color: #f1c40f;
}

.mfb-rating input:checked ~ label::before {
	position: absolute;
	left: 0;
	color: #f1c40f;
}

.mfb-rating label {
	padding: 0;
	margin: 0;
	font-size: 2em;
	cursor: pointer;
	color: transparent;
	text-shadow: 0 0 0 #c2c2c2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mfb-rating label:hover {
	color: transparent !important;
	text-shadow: 0 0 0 #691448 !important;
}

.mfb-rating label:hover ~ label {
	color: transparent !important;
	text-shadow: 0 0 0 #691448;
}

.moorl-form-builder-media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.moorl-form-builder-media img {
	max-width: 100%;
	max-height: 100px;
}

.moorl-form-builder-media button {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.moorl-form-builder-media:hover button {
	opacity: 1;
}

.moorl-captcha {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: auto;
}

[data-form-repeater] .list-group-item {
	background: transparent;
}

[data-form-repeater] .list-group-item .form-row:last-child .form-group {
	margin-bottom: 0;
}

[data-moorl-form-builder] .form-tooltip {
	font-size: 10px;
	color: #fff;
	background-color: #691448;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	display: inline-block;
	float: right;
	margin-left: 10px;
}

[data-moorl-form-builder] button[type=submit] i {
	display: none;
}

[data-moorl-form-builder] button[type=submit].loading i {
	display: inline-block;
}

.custom-file .custom-file-label::after {
	content: attr(title);
}

.moorl-form-builder-image-selection .custom-control {
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

.moorl-form-builder-image-selection .custom-control .custom-control-input {
	display: none;
}

.moorl-form-builder-image-selection .custom-control .custom-control-label {
	padding: 5px;
	border-radius: 20px;
	border: 3px solid #c2c2c2;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.moorl-form-builder-image-selection .custom-control .custom-control-label:before, .moorl-form-builder-image-selection .custom-control .custom-control-label:after {
	content: none;
}

.moorl-form-builder-image-selection .custom-control .custom-control-label img {
	max-width: 100%;
	max-height: 100px;
}

.moorl-form-builder-image-selection .custom-control .custom-control-input:checked + .custom-control-label {
	border: 3px solid #691448;
}

@media (min-width: 576px) {
	.moorl-captcha {
		grid-template-columns: auto auto 1fr;
	}
}

.weedesign-noindex-plugin {
	display: none;
}

.cart-add-barcode {
	margin-top: 1rem;
}

#addBarcode {
	border-radius: 0 20px 20px 0;
}

#addBarcodeInput {
	border-radius: 20px 0 0 20px;
}

.js-offcanvas-cart-barcode .cart-add-barcode {
	margin-top: 0;
	margin-bottom: 1rem;
}

.text-end {
	text-align: end;
}

.barcode-summary dt {
	padding: 0;
}

@media (min-width: 576px) {
	.max-w-sm-5 {
		max-width: 5rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-5 {
		max-width: 5rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-5 {
		max-width: 5rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-5 {
		max-width: 5rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-5 {
		max-width: 5rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-5 {
		max-width: 5rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-5 {
		max-width: 5rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-6 {
		max-width: 6rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-6 {
		max-width: 6rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-6 {
		max-width: 6rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-6 {
		max-width: 6rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-6 {
		max-width: 6rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-6 {
		max-width: 6rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-6 {
		max-width: 6rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-7 {
		max-width: 7rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-7 {
		max-width: 7rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-7 {
		max-width: 7rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-7 {
		max-width: 7rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-7 {
		max-width: 7rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-7 {
		max-width: 7rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-7 {
		max-width: 7rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-8 {
		max-width: 8rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-8 {
		max-width: 8rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-8 {
		max-width: 8rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-8 {
		max-width: 8rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-8 {
		max-width: 8rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-8 {
		max-width: 8rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-8 {
		max-width: 8rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-9 {
		max-width: 9rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-9 {
		max-width: 9rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-9 {
		max-width: 9rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-9 {
		max-width: 9rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-9 {
		max-width: 9rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-9 {
		max-width: 9rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-9 {
		max-width: 9rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-10 {
		max-width: 10rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-10 {
		max-width: 10rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-10 {
		max-width: 10rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-10 {
		max-width: 10rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-10 {
		max-width: 10rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-10 {
		max-width: 10rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-10 {
		max-width: 10rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-11 {
		max-width: 11rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-11 {
		max-width: 11rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-11 {
		max-width: 11rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-11 {
		max-width: 11rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-11 {
		max-width: 11rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-11 {
		max-width: 11rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-11 {
		max-width: 11rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-12 {
		max-width: 12rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-12 {
		max-width: 12rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-12 {
		max-width: 12rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-12 {
		max-width: 12rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-12 {
		max-width: 12rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-12 {
		max-width: 12rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-12 {
		max-width: 12rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-13 {
		max-width: 13rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-13 {
		max-width: 13rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-13 {
		max-width: 13rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-13 {
		max-width: 13rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-13 {
		max-width: 13rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-13 {
		max-width: 13rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-13 {
		max-width: 13rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-14 {
		max-width: 14rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-14 {
		max-width: 14rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-14 {
		max-width: 14rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-14 {
		max-width: 14rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-14 {
		max-width: 14rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-14 {
		max-width: 14rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-14 {
		max-width: 14rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-15 {
		max-width: 15rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-15 {
		max-width: 15rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-15 {
		max-width: 15rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-15 {
		max-width: 15rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-15 {
		max-width: 15rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-15 {
		max-width: 15rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-15 {
		max-width: 15rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-16 {
		max-width: 16rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-16 {
		max-width: 16rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-16 {
		max-width: 16rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-16 {
		max-width: 16rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-16 {
		max-width: 16rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-16 {
		max-width: 16rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-16 {
		max-width: 16rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-17 {
		max-width: 17rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-17 {
		max-width: 17rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-17 {
		max-width: 17rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-17 {
		max-width: 17rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-17 {
		max-width: 17rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-17 {
		max-width: 17rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-17 {
		max-width: 17rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-18 {
		max-width: 18rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-18 {
		max-width: 18rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-18 {
		max-width: 18rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-18 {
		max-width: 18rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-18 {
		max-width: 18rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-18 {
		max-width: 18rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-18 {
		max-width: 18rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-19 {
		max-width: 19rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-19 {
		max-width: 19rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-19 {
		max-width: 19rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-19 {
		max-width: 19rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-19 {
		max-width: 19rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-19 {
		max-width: 19rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-19 {
		max-width: 19rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-20 {
		max-width: 20rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-20 {
		max-width: 20rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-20 {
		max-width: 20rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-20 {
		max-width: 20rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-20 {
		max-width: 20rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-20 {
		max-width: 20rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-20 {
		max-width: 20rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-21 {
		max-width: 21rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-21 {
		max-width: 21rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-21 {
		max-width: 21rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-21 {
		max-width: 21rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-21 {
		max-width: 21rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-21 {
		max-width: 21rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-21 {
		max-width: 21rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-22 {
		max-width: 22rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-22 {
		max-width: 22rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-22 {
		max-width: 22rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-22 {
		max-width: 22rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-22 {
		max-width: 22rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-22 {
		max-width: 22rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-22 {
		max-width: 22rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-23 {
		max-width: 23rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-23 {
		max-width: 23rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-23 {
		max-width: 23rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-23 {
		max-width: 23rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-23 {
		max-width: 23rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-23 {
		max-width: 23rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-23 {
		max-width: 23rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-24 {
		max-width: 24rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-24 {
		max-width: 24rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-24 {
		max-width: 24rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-24 {
		max-width: 24rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-24 {
		max-width: 24rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-24 {
		max-width: 24rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-24 {
		max-width: 24rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-25 {
		max-width: 25rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-25 {
		max-width: 25rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-25 {
		max-width: 25rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-25 {
		max-width: 25rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-25 {
		max-width: 25rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-25 {
		max-width: 25rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-25 {
		max-width: 25rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-26 {
		max-width: 26rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-26 {
		max-width: 26rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-26 {
		max-width: 26rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-26 {
		max-width: 26rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-26 {
		max-width: 26rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-26 {
		max-width: 26rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-26 {
		max-width: 26rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-27 {
		max-width: 27rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-27 {
		max-width: 27rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-27 {
		max-width: 27rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-27 {
		max-width: 27rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-27 {
		max-width: 27rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-27 {
		max-width: 27rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-27 {
		max-width: 27rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-28 {
		max-width: 28rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-28 {
		max-width: 28rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-28 {
		max-width: 28rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-28 {
		max-width: 28rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-28 {
		max-width: 28rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-28 {
		max-width: 28rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-28 {
		max-width: 28rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-29 {
		max-width: 29rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-29 {
		max-width: 29rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-29 {
		max-width: 29rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-29 {
		max-width: 29rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-29 {
		max-width: 29rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-29 {
		max-width: 29rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-29 {
		max-width: 29rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-30 {
		max-width: 30rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-30 {
		max-width: 30rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-30 {
		max-width: 30rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-30 {
		max-width: 30rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-30 {
		max-width: 30rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-30 {
		max-width: 30rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-30 {
		max-width: 30rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-31 {
		max-width: 31rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-31 {
		max-width: 31rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-31 {
		max-width: 31rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-31 {
		max-width: 31rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-31 {
		max-width: 31rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-31 {
		max-width: 31rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-31 {
		max-width: 31rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-32 {
		max-width: 32rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-32 {
		max-width: 32rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-32 {
		max-width: 32rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-32 {
		max-width: 32rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-32 {
		max-width: 32rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-32 {
		max-width: 32rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-32 {
		max-width: 32rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-33 {
		max-width: 33rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-33 {
		max-width: 33rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-33 {
		max-width: 33rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-33 {
		max-width: 33rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-33 {
		max-width: 33rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-33 {
		max-width: 33rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-33 {
		max-width: 33rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-34 {
		max-width: 34rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-34 {
		max-width: 34rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-34 {
		max-width: 34rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-34 {
		max-width: 34rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-34 {
		max-width: 34rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-34 {
		max-width: 34rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-34 {
		max-width: 34rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-35 {
		max-width: 35rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-35 {
		max-width: 35rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-35 {
		max-width: 35rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-35 {
		max-width: 35rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-35 {
		max-width: 35rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-35 {
		max-width: 35rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-35 {
		max-width: 35rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-36 {
		max-width: 36rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-36 {
		max-width: 36rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-36 {
		max-width: 36rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-36 {
		max-width: 36rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-36 {
		max-width: 36rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-36 {
		max-width: 36rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-36 {
		max-width: 36rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-37 {
		max-width: 37rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-37 {
		max-width: 37rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-37 {
		max-width: 37rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-37 {
		max-width: 37rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-37 {
		max-width: 37rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-37 {
		max-width: 37rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-37 {
		max-width: 37rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-38 {
		max-width: 38rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-38 {
		max-width: 38rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-38 {
		max-width: 38rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-38 {
		max-width: 38rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-38 {
		max-width: 38rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-38 {
		max-width: 38rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-38 {
		max-width: 38rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-39 {
		max-width: 39rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-39 {
		max-width: 39rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-39 {
		max-width: 39rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-39 {
		max-width: 39rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-39 {
		max-width: 39rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-39 {
		max-width: 39rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-39 {
		max-width: 39rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-40 {
		max-width: 40rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-40 {
		max-width: 40rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-40 {
		max-width: 40rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-40 {
		max-width: 40rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-40 {
		max-width: 40rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-40 {
		max-width: 40rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-40 {
		max-width: 40rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-41 {
		max-width: 41rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-41 {
		max-width: 41rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-41 {
		max-width: 41rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-41 {
		max-width: 41rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-41 {
		max-width: 41rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-41 {
		max-width: 41rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-41 {
		max-width: 41rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-42 {
		max-width: 42rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-42 {
		max-width: 42rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-42 {
		max-width: 42rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-42 {
		max-width: 42rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-42 {
		max-width: 42rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-42 {
		max-width: 42rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-42 {
		max-width: 42rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-43 {
		max-width: 43rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-43 {
		max-width: 43rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-43 {
		max-width: 43rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-43 {
		max-width: 43rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-43 {
		max-width: 43rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-43 {
		max-width: 43rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-43 {
		max-width: 43rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-44 {
		max-width: 44rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-44 {
		max-width: 44rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-44 {
		max-width: 44rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-44 {
		max-width: 44rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-44 {
		max-width: 44rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-44 {
		max-width: 44rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-44 {
		max-width: 44rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-45 {
		max-width: 45rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-45 {
		max-width: 45rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-45 {
		max-width: 45rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-45 {
		max-width: 45rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-45 {
		max-width: 45rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-45 {
		max-width: 45rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-45 {
		max-width: 45rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-46 {
		max-width: 46rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-46 {
		max-width: 46rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-46 {
		max-width: 46rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-46 {
		max-width: 46rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-46 {
		max-width: 46rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-46 {
		max-width: 46rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-46 {
		max-width: 46rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-47 {
		max-width: 47rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-47 {
		max-width: 47rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-47 {
		max-width: 47rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-47 {
		max-width: 47rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-47 {
		max-width: 47rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-47 {
		max-width: 47rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-47 {
		max-width: 47rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-48 {
		max-width: 48rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-48 {
		max-width: 48rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-48 {
		max-width: 48rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-48 {
		max-width: 48rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-48 {
		max-width: 48rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-48 {
		max-width: 48rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-48 {
		max-width: 48rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-49 {
		max-width: 49rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-49 {
		max-width: 49rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-49 {
		max-width: 49rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-49 {
		max-width: 49rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-49 {
		max-width: 49rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-49 {
		max-width: 49rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-49 {
		max-width: 49rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-50 {
		max-width: 50rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-50 {
		max-width: 50rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-50 {
		max-width: 50rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-50 {
		max-width: 50rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-50 {
		max-width: 50rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-50 {
		max-width: 50rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-50 {
		max-width: 50rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-51 {
		max-width: 51rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-51 {
		max-width: 51rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-51 {
		max-width: 51rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-51 {
		max-width: 51rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-51 {
		max-width: 51rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-51 {
		max-width: 51rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-51 {
		max-width: 51rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-52 {
		max-width: 52rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-52 {
		max-width: 52rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-52 {
		max-width: 52rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-52 {
		max-width: 52rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-52 {
		max-width: 52rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-52 {
		max-width: 52rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-52 {
		max-width: 52rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-53 {
		max-width: 53rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-53 {
		max-width: 53rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-53 {
		max-width: 53rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-53 {
		max-width: 53rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-53 {
		max-width: 53rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-53 {
		max-width: 53rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-53 {
		max-width: 53rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-54 {
		max-width: 54rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-54 {
		max-width: 54rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-54 {
		max-width: 54rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-54 {
		max-width: 54rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-54 {
		max-width: 54rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-54 {
		max-width: 54rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-54 {
		max-width: 54rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-55 {
		max-width: 55rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-55 {
		max-width: 55rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-55 {
		max-width: 55rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-55 {
		max-width: 55rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-55 {
		max-width: 55rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-55 {
		max-width: 55rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-55 {
		max-width: 55rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-56 {
		max-width: 56rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-56 {
		max-width: 56rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-56 {
		max-width: 56rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-56 {
		max-width: 56rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-56 {
		max-width: 56rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-56 {
		max-width: 56rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-56 {
		max-width: 56rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-57 {
		max-width: 57rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-57 {
		max-width: 57rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-57 {
		max-width: 57rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-57 {
		max-width: 57rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-57 {
		max-width: 57rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-57 {
		max-width: 57rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-57 {
		max-width: 57rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-58 {
		max-width: 58rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-58 {
		max-width: 58rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-58 {
		max-width: 58rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-58 {
		max-width: 58rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-58 {
		max-width: 58rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-58 {
		max-width: 58rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-58 {
		max-width: 58rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-59 {
		max-width: 59rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-59 {
		max-width: 59rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-59 {
		max-width: 59rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-59 {
		max-width: 59rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-59 {
		max-width: 59rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-59 {
		max-width: 59rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-59 {
		max-width: 59rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-60 {
		max-width: 60rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-60 {
		max-width: 60rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-60 {
		max-width: 60rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-60 {
		max-width: 60rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-60 {
		max-width: 60rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-60 {
		max-width: 60rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-60 {
		max-width: 60rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-61 {
		max-width: 61rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-61 {
		max-width: 61rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-61 {
		max-width: 61rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-61 {
		max-width: 61rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-61 {
		max-width: 61rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-61 {
		max-width: 61rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-61 {
		max-width: 61rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-62 {
		max-width: 62rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-62 {
		max-width: 62rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-62 {
		max-width: 62rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-62 {
		max-width: 62rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-62 {
		max-width: 62rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-62 {
		max-width: 62rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-62 {
		max-width: 62rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-63 {
		max-width: 63rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-63 {
		max-width: 63rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-63 {
		max-width: 63rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-63 {
		max-width: 63rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-63 {
		max-width: 63rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-63 {
		max-width: 63rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-63 {
		max-width: 63rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-64 {
		max-width: 64rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-64 {
		max-width: 64rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-64 {
		max-width: 64rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-64 {
		max-width: 64rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-64 {
		max-width: 64rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-64 {
		max-width: 64rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-64 {
		max-width: 64rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-65 {
		max-width: 65rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-65 {
		max-width: 65rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-65 {
		max-width: 65rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-65 {
		max-width: 65rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-65 {
		max-width: 65rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-65 {
		max-width: 65rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-65 {
		max-width: 65rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-66 {
		max-width: 66rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-66 {
		max-width: 66rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-66 {
		max-width: 66rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-66 {
		max-width: 66rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-66 {
		max-width: 66rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-66 {
		max-width: 66rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-66 {
		max-width: 66rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-67 {
		max-width: 67rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-67 {
		max-width: 67rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-67 {
		max-width: 67rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-67 {
		max-width: 67rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-67 {
		max-width: 67rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-67 {
		max-width: 67rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-67 {
		max-width: 67rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-68 {
		max-width: 68rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-68 {
		max-width: 68rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-68 {
		max-width: 68rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-68 {
		max-width: 68rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-68 {
		max-width: 68rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-68 {
		max-width: 68rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-68 {
		max-width: 68rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-69 {
		max-width: 69rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-69 {
		max-width: 69rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-69 {
		max-width: 69rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-69 {
		max-width: 69rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-69 {
		max-width: 69rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-69 {
		max-width: 69rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-69 {
		max-width: 69rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-70 {
		max-width: 70rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-70 {
		max-width: 70rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-70 {
		max-width: 70rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-70 {
		max-width: 70rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-70 {
		max-width: 70rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-70 {
		max-width: 70rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-70 {
		max-width: 70rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-71 {
		max-width: 71rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-71 {
		max-width: 71rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-71 {
		max-width: 71rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-71 {
		max-width: 71rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-71 {
		max-width: 71rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-71 {
		max-width: 71rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-71 {
		max-width: 71rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-72 {
		max-width: 72rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-72 {
		max-width: 72rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-72 {
		max-width: 72rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-72 {
		max-width: 72rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-72 {
		max-width: 72rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-72 {
		max-width: 72rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-72 {
		max-width: 72rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-73 {
		max-width: 73rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-73 {
		max-width: 73rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-73 {
		max-width: 73rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-73 {
		max-width: 73rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-73 {
		max-width: 73rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-73 {
		max-width: 73rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-73 {
		max-width: 73rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-74 {
		max-width: 74rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-74 {
		max-width: 74rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-74 {
		max-width: 74rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-74 {
		max-width: 74rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-74 {
		max-width: 74rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-74 {
		max-width: 74rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-74 {
		max-width: 74rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-75 {
		max-width: 75rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-75 {
		max-width: 75rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-75 {
		max-width: 75rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-75 {
		max-width: 75rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-75 {
		max-width: 75rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-75 {
		max-width: 75rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-75 {
		max-width: 75rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-76 {
		max-width: 76rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-76 {
		max-width: 76rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-76 {
		max-width: 76rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-76 {
		max-width: 76rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-76 {
		max-width: 76rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-76 {
		max-width: 76rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-76 {
		max-width: 76rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-77 {
		max-width: 77rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-77 {
		max-width: 77rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-77 {
		max-width: 77rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-77 {
		max-width: 77rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-77 {
		max-width: 77rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-77 {
		max-width: 77rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-77 {
		max-width: 77rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-78 {
		max-width: 78rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-78 {
		max-width: 78rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-78 {
		max-width: 78rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-78 {
		max-width: 78rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-78 {
		max-width: 78rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-78 {
		max-width: 78rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-78 {
		max-width: 78rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-79 {
		max-width: 79rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-79 {
		max-width: 79rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-79 {
		max-width: 79rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-79 {
		max-width: 79rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-79 {
		max-width: 79rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-79 {
		max-width: 79rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-79 {
		max-width: 79rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-80 {
		max-width: 80rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-80 {
		max-width: 80rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-80 {
		max-width: 80rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-80 {
		max-width: 80rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-80 {
		max-width: 80rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-80 {
		max-width: 80rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-80 {
		max-width: 80rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-81 {
		max-width: 81rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-81 {
		max-width: 81rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-81 {
		max-width: 81rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-81 {
		max-width: 81rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-81 {
		max-width: 81rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-81 {
		max-width: 81rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-81 {
		max-width: 81rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-82 {
		max-width: 82rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-82 {
		max-width: 82rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-82 {
		max-width: 82rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-82 {
		max-width: 82rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-82 {
		max-width: 82rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-82 {
		max-width: 82rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-82 {
		max-width: 82rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-83 {
		max-width: 83rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-83 {
		max-width: 83rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-83 {
		max-width: 83rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-83 {
		max-width: 83rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-83 {
		max-width: 83rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-83 {
		max-width: 83rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-83 {
		max-width: 83rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-84 {
		max-width: 84rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-84 {
		max-width: 84rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-84 {
		max-width: 84rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-84 {
		max-width: 84rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-84 {
		max-width: 84rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-84 {
		max-width: 84rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-84 {
		max-width: 84rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-85 {
		max-width: 85rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-85 {
		max-width: 85rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-85 {
		max-width: 85rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-85 {
		max-width: 85rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-85 {
		max-width: 85rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-85 {
		max-width: 85rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-85 {
		max-width: 85rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-86 {
		max-width: 86rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-86 {
		max-width: 86rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-86 {
		max-width: 86rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-86 {
		max-width: 86rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-86 {
		max-width: 86rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-86 {
		max-width: 86rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-86 {
		max-width: 86rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-87 {
		max-width: 87rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-87 {
		max-width: 87rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-87 {
		max-width: 87rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-87 {
		max-width: 87rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-87 {
		max-width: 87rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-87 {
		max-width: 87rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-87 {
		max-width: 87rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-88 {
		max-width: 88rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-88 {
		max-width: 88rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-88 {
		max-width: 88rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-88 {
		max-width: 88rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-88 {
		max-width: 88rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-88 {
		max-width: 88rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-88 {
		max-width: 88rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-89 {
		max-width: 89rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-89 {
		max-width: 89rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-89 {
		max-width: 89rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-89 {
		max-width: 89rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-89 {
		max-width: 89rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-89 {
		max-width: 89rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-89 {
		max-width: 89rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-90 {
		max-width: 90rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-90 {
		max-width: 90rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-90 {
		max-width: 90rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-90 {
		max-width: 90rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-90 {
		max-width: 90rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-90 {
		max-width: 90rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-90 {
		max-width: 90rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-91 {
		max-width: 91rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-91 {
		max-width: 91rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-91 {
		max-width: 91rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-91 {
		max-width: 91rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-91 {
		max-width: 91rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-91 {
		max-width: 91rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-91 {
		max-width: 91rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-92 {
		max-width: 92rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-92 {
		max-width: 92rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-92 {
		max-width: 92rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-92 {
		max-width: 92rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-92 {
		max-width: 92rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-92 {
		max-width: 92rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-92 {
		max-width: 92rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-93 {
		max-width: 93rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-93 {
		max-width: 93rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-93 {
		max-width: 93rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-93 {
		max-width: 93rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-93 {
		max-width: 93rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-93 {
		max-width: 93rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-93 {
		max-width: 93rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-94 {
		max-width: 94rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-94 {
		max-width: 94rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-94 {
		max-width: 94rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-94 {
		max-width: 94rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-94 {
		max-width: 94rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-94 {
		max-width: 94rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-94 {
		max-width: 94rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-95 {
		max-width: 95rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-95 {
		max-width: 95rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-95 {
		max-width: 95rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-95 {
		max-width: 95rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-95 {
		max-width: 95rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-95 {
		max-width: 95rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-95 {
		max-width: 95rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-96 {
		max-width: 96rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-96 {
		max-width: 96rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-96 {
		max-width: 96rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-96 {
		max-width: 96rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-96 {
		max-width: 96rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-96 {
		max-width: 96rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-96 {
		max-width: 96rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-97 {
		max-width: 97rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-97 {
		max-width: 97rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-97 {
		max-width: 97rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-97 {
		max-width: 97rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-97 {
		max-width: 97rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-97 {
		max-width: 97rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-97 {
		max-width: 97rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-98 {
		max-width: 98rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-98 {
		max-width: 98rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-98 {
		max-width: 98rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-98 {
		max-width: 98rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-98 {
		max-width: 98rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-98 {
		max-width: 98rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-98 {
		max-width: 98rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-99 {
		max-width: 99rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-99 {
		max-width: 99rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-99 {
		max-width: 99rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-99 {
		max-width: 99rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-99 {
		max-width: 99rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-99 {
		max-width: 99rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-99 {
		max-width: 99rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-100 {
		max-width: 100rem;
	}
}

@media (min-width: 768px) {
	.max-w-md-100 {
		max-width: 100rem;
	}
}

@media (min-width: 991px) {
	.max-w-lg-100 {
		max-width: 100rem;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-100 {
		max-width: 100rem;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-100 {
		max-width: 100rem;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-100 {
		max-width: 100rem;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-100 {
		max-width: 100rem;
	}
}

@media (min-width: 576px) {
	.max-w-sm-none {
		max-width: none;
	}
}

@media (min-width: 768px) {
	.max-w-md-none {
		max-width: none;
	}
}

@media (min-width: 991px) {
	.max-w-lg-none {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.max-w-xl-none {
		max-width: none;
	}
}

@media (min-width: 1440px) {
	.max-w-xxl-none {
		max-width: none;
	}
}

@media (min-width: 1600px) {
	.max-w-xxxl-none {
		max-width: none;
	}
}

@media (min-width: 1920px) {
	.max-w-xxxxl-none {
		max-width: none;
	}
}

.distance-0 {
	margin-bottom: 0px !important;
}

@media (min-width: 576px) {
	.distance-sm-0 {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-0 {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-0 {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-0 {
		margin-bottom: 0px !important;
	}
}

.distance-1 {
	margin-bottom: 1px !important;
}

@media (min-width: 576px) {
	.distance-sm-1 {
		margin-bottom: 1px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-1 {
		margin-bottom: 1px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-1 {
		margin-bottom: 1px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-1 {
		margin-bottom: 1px !important;
	}
}

.distance-2 {
	margin-bottom: 2px !important;
}

@media (min-width: 576px) {
	.distance-sm-2 {
		margin-bottom: 2px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-2 {
		margin-bottom: 2px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-2 {
		margin-bottom: 2px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-2 {
		margin-bottom: 2px !important;
	}
}

.distance-3 {
	margin-bottom: 3px !important;
}

@media (min-width: 576px) {
	.distance-sm-3 {
		margin-bottom: 3px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-3 {
		margin-bottom: 3px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-3 {
		margin-bottom: 3px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-3 {
		margin-bottom: 3px !important;
	}
}

.distance-4 {
	margin-bottom: 4px !important;
}

@media (min-width: 576px) {
	.distance-sm-4 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-4 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-4 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-4 {
		margin-bottom: 4px !important;
	}
}

.distance-5 {
	margin-bottom: 5px !important;
}

@media (min-width: 576px) {
	.distance-sm-5 {
		margin-bottom: 5px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-5 {
		margin-bottom: 5px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-5 {
		margin-bottom: 5px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-5 {
		margin-bottom: 5px !important;
	}
}

.distance-6 {
	margin-bottom: 6px !important;
}

@media (min-width: 576px) {
	.distance-sm-6 {
		margin-bottom: 6px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-6 {
		margin-bottom: 6px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-6 {
		margin-bottom: 6px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-6 {
		margin-bottom: 6px !important;
	}
}

.distance-7 {
	margin-bottom: 7px !important;
}

@media (min-width: 576px) {
	.distance-sm-7 {
		margin-bottom: 7px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-7 {
		margin-bottom: 7px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-7 {
		margin-bottom: 7px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-7 {
		margin-bottom: 7px !important;
	}
}

.distance-8 {
	margin-bottom: 8px !important;
}

@media (min-width: 576px) {
	.distance-sm-8 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-8 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-8 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-8 {
		margin-bottom: 8px !important;
	}
}

.distance-9 {
	margin-bottom: 9px !important;
}

@media (min-width: 576px) {
	.distance-sm-9 {
		margin-bottom: 9px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-9 {
		margin-bottom: 9px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-9 {
		margin-bottom: 9px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-9 {
		margin-bottom: 9px !important;
	}
}

.distance-10 {
	margin-bottom: 10px !important;
}

@media (min-width: 576px) {
	.distance-sm-10 {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-10 {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-10 {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-10 {
		margin-bottom: 10px !important;
	}
}

.distance-11 {
	margin-bottom: 11px !important;
}

@media (min-width: 576px) {
	.distance-sm-11 {
		margin-bottom: 11px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-11 {
		margin-bottom: 11px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-11 {
		margin-bottom: 11px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-11 {
		margin-bottom: 11px !important;
	}
}

.distance-12 {
	margin-bottom: 12px !important;
}

@media (min-width: 576px) {
	.distance-sm-12 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-12 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-12 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-12 {
		margin-bottom: 12px !important;
	}
}

.distance-13 {
	margin-bottom: 13px !important;
}

@media (min-width: 576px) {
	.distance-sm-13 {
		margin-bottom: 13px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-13 {
		margin-bottom: 13px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-13 {
		margin-bottom: 13px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-13 {
		margin-bottom: 13px !important;
	}
}

.distance-14 {
	margin-bottom: 14px !important;
}

@media (min-width: 576px) {
	.distance-sm-14 {
		margin-bottom: 14px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-14 {
		margin-bottom: 14px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-14 {
		margin-bottom: 14px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-14 {
		margin-bottom: 14px !important;
	}
}

.distance-15 {
	margin-bottom: 15px !important;
}

@media (min-width: 576px) {
	.distance-sm-15 {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-15 {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-15 {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-15 {
		margin-bottom: 15px !important;
	}
}

.distance-16 {
	margin-bottom: 16px !important;
}

@media (min-width: 576px) {
	.distance-sm-16 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-16 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-16 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-16 {
		margin-bottom: 16px !important;
	}
}

.distance-17 {
	margin-bottom: 17px !important;
}

@media (min-width: 576px) {
	.distance-sm-17 {
		margin-bottom: 17px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-17 {
		margin-bottom: 17px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-17 {
		margin-bottom: 17px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-17 {
		margin-bottom: 17px !important;
	}
}

.distance-18 {
	margin-bottom: 18px !important;
}

@media (min-width: 576px) {
	.distance-sm-18 {
		margin-bottom: 18px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-18 {
		margin-bottom: 18px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-18 {
		margin-bottom: 18px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-18 {
		margin-bottom: 18px !important;
	}
}

.distance-19 {
	margin-bottom: 19px !important;
}

@media (min-width: 576px) {
	.distance-sm-19 {
		margin-bottom: 19px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-19 {
		margin-bottom: 19px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-19 {
		margin-bottom: 19px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-19 {
		margin-bottom: 19px !important;
	}
}

.distance-20 {
	margin-bottom: 20px !important;
}

@media (min-width: 576px) {
	.distance-sm-20 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-20 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-20 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-20 {
		margin-bottom: 20px !important;
	}
}

.distance-21 {
	margin-bottom: 21px !important;
}

@media (min-width: 576px) {
	.distance-sm-21 {
		margin-bottom: 21px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-21 {
		margin-bottom: 21px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-21 {
		margin-bottom: 21px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-21 {
		margin-bottom: 21px !important;
	}
}

.distance-22 {
	margin-bottom: 22px !important;
}

@media (min-width: 576px) {
	.distance-sm-22 {
		margin-bottom: 22px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-22 {
		margin-bottom: 22px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-22 {
		margin-bottom: 22px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-22 {
		margin-bottom: 22px !important;
	}
}

.distance-23 {
	margin-bottom: 23px !important;
}

@media (min-width: 576px) {
	.distance-sm-23 {
		margin-bottom: 23px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-23 {
		margin-bottom: 23px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-23 {
		margin-bottom: 23px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-23 {
		margin-bottom: 23px !important;
	}
}

.distance-24 {
	margin-bottom: 24px !important;
}

@media (min-width: 576px) {
	.distance-sm-24 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-24 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-24 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-24 {
		margin-bottom: 24px !important;
	}
}

.distance-25 {
	margin-bottom: 25px !important;
}

@media (min-width: 576px) {
	.distance-sm-25 {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-25 {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-25 {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-25 {
		margin-bottom: 25px !important;
	}
}

.distance-26 {
	margin-bottom: 26px !important;
}

@media (min-width: 576px) {
	.distance-sm-26 {
		margin-bottom: 26px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-26 {
		margin-bottom: 26px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-26 {
		margin-bottom: 26px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-26 {
		margin-bottom: 26px !important;
	}
}

.distance-27 {
	margin-bottom: 27px !important;
}

@media (min-width: 576px) {
	.distance-sm-27 {
		margin-bottom: 27px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-27 {
		margin-bottom: 27px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-27 {
		margin-bottom: 27px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-27 {
		margin-bottom: 27px !important;
	}
}

.distance-28 {
	margin-bottom: 28px !important;
}

@media (min-width: 576px) {
	.distance-sm-28 {
		margin-bottom: 28px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-28 {
		margin-bottom: 28px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-28 {
		margin-bottom: 28px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-28 {
		margin-bottom: 28px !important;
	}
}

.distance-29 {
	margin-bottom: 29px !important;
}

@media (min-width: 576px) {
	.distance-sm-29 {
		margin-bottom: 29px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-29 {
		margin-bottom: 29px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-29 {
		margin-bottom: 29px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-29 {
		margin-bottom: 29px !important;
	}
}

.distance-30 {
	margin-bottom: 30px !important;
}

@media (min-width: 576px) {
	.distance-sm-30 {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-30 {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-30 {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-30 {
		margin-bottom: 30px !important;
	}
}

.distance-31 {
	margin-bottom: 31px !important;
}

@media (min-width: 576px) {
	.distance-sm-31 {
		margin-bottom: 31px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-31 {
		margin-bottom: 31px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-31 {
		margin-bottom: 31px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-31 {
		margin-bottom: 31px !important;
	}
}

.distance-32 {
	margin-bottom: 32px !important;
}

@media (min-width: 576px) {
	.distance-sm-32 {
		margin-bottom: 32px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-32 {
		margin-bottom: 32px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-32 {
		margin-bottom: 32px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-32 {
		margin-bottom: 32px !important;
	}
}

.distance-33 {
	margin-bottom: 33px !important;
}

@media (min-width: 576px) {
	.distance-sm-33 {
		margin-bottom: 33px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-33 {
		margin-bottom: 33px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-33 {
		margin-bottom: 33px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-33 {
		margin-bottom: 33px !important;
	}
}

.distance-34 {
	margin-bottom: 34px !important;
}

@media (min-width: 576px) {
	.distance-sm-34 {
		margin-bottom: 34px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-34 {
		margin-bottom: 34px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-34 {
		margin-bottom: 34px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-34 {
		margin-bottom: 34px !important;
	}
}

.distance-35 {
	margin-bottom: 35px !important;
}

@media (min-width: 576px) {
	.distance-sm-35 {
		margin-bottom: 35px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-35 {
		margin-bottom: 35px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-35 {
		margin-bottom: 35px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-35 {
		margin-bottom: 35px !important;
	}
}

.distance-36 {
	margin-bottom: 36px !important;
}

@media (min-width: 576px) {
	.distance-sm-36 {
		margin-bottom: 36px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-36 {
		margin-bottom: 36px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-36 {
		margin-bottom: 36px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-36 {
		margin-bottom: 36px !important;
	}
}

.distance-37 {
	margin-bottom: 37px !important;
}

@media (min-width: 576px) {
	.distance-sm-37 {
		margin-bottom: 37px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-37 {
		margin-bottom: 37px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-37 {
		margin-bottom: 37px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-37 {
		margin-bottom: 37px !important;
	}
}

.distance-38 {
	margin-bottom: 38px !important;
}

@media (min-width: 576px) {
	.distance-sm-38 {
		margin-bottom: 38px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-38 {
		margin-bottom: 38px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-38 {
		margin-bottom: 38px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-38 {
		margin-bottom: 38px !important;
	}
}

.distance-39 {
	margin-bottom: 39px !important;
}

@media (min-width: 576px) {
	.distance-sm-39 {
		margin-bottom: 39px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-39 {
		margin-bottom: 39px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-39 {
		margin-bottom: 39px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-39 {
		margin-bottom: 39px !important;
	}
}

.distance-40 {
	margin-bottom: 40px !important;
}

@media (min-width: 576px) {
	.distance-sm-40 {
		margin-bottom: 40px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-40 {
		margin-bottom: 40px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-40 {
		margin-bottom: 40px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-40 {
		margin-bottom: 40px !important;
	}
}

.distance-41 {
	margin-bottom: 41px !important;
}

@media (min-width: 576px) {
	.distance-sm-41 {
		margin-bottom: 41px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-41 {
		margin-bottom: 41px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-41 {
		margin-bottom: 41px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-41 {
		margin-bottom: 41px !important;
	}
}

.distance-42 {
	margin-bottom: 42px !important;
}

@media (min-width: 576px) {
	.distance-sm-42 {
		margin-bottom: 42px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-42 {
		margin-bottom: 42px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-42 {
		margin-bottom: 42px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-42 {
		margin-bottom: 42px !important;
	}
}

.distance-43 {
	margin-bottom: 43px !important;
}

@media (min-width: 576px) {
	.distance-sm-43 {
		margin-bottom: 43px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-43 {
		margin-bottom: 43px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-43 {
		margin-bottom: 43px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-43 {
		margin-bottom: 43px !important;
	}
}

.distance-44 {
	margin-bottom: 44px !important;
}

@media (min-width: 576px) {
	.distance-sm-44 {
		margin-bottom: 44px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-44 {
		margin-bottom: 44px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-44 {
		margin-bottom: 44px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-44 {
		margin-bottom: 44px !important;
	}
}

.distance-45 {
	margin-bottom: 45px !important;
}

@media (min-width: 576px) {
	.distance-sm-45 {
		margin-bottom: 45px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-45 {
		margin-bottom: 45px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-45 {
		margin-bottom: 45px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-45 {
		margin-bottom: 45px !important;
	}
}

.distance-46 {
	margin-bottom: 46px !important;
}

@media (min-width: 576px) {
	.distance-sm-46 {
		margin-bottom: 46px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-46 {
		margin-bottom: 46px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-46 {
		margin-bottom: 46px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-46 {
		margin-bottom: 46px !important;
	}
}

.distance-47 {
	margin-bottom: 47px !important;
}

@media (min-width: 576px) {
	.distance-sm-47 {
		margin-bottom: 47px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-47 {
		margin-bottom: 47px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-47 {
		margin-bottom: 47px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-47 {
		margin-bottom: 47px !important;
	}
}

.distance-48 {
	margin-bottom: 48px !important;
}

@media (min-width: 576px) {
	.distance-sm-48 {
		margin-bottom: 48px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-48 {
		margin-bottom: 48px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-48 {
		margin-bottom: 48px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-48 {
		margin-bottom: 48px !important;
	}
}

.distance-49 {
	margin-bottom: 49px !important;
}

@media (min-width: 576px) {
	.distance-sm-49 {
		margin-bottom: 49px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-49 {
		margin-bottom: 49px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-49 {
		margin-bottom: 49px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-49 {
		margin-bottom: 49px !important;
	}
}

.distance-50 {
	margin-bottom: 50px !important;
}

@media (min-width: 576px) {
	.distance-sm-50 {
		margin-bottom: 50px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-50 {
		margin-bottom: 50px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-50 {
		margin-bottom: 50px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-50 {
		margin-bottom: 50px !important;
	}
}

.distance-51 {
	margin-bottom: 51px !important;
}

@media (min-width: 576px) {
	.distance-sm-51 {
		margin-bottom: 51px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-51 {
		margin-bottom: 51px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-51 {
		margin-bottom: 51px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-51 {
		margin-bottom: 51px !important;
	}
}

.distance-52 {
	margin-bottom: 52px !important;
}

@media (min-width: 576px) {
	.distance-sm-52 {
		margin-bottom: 52px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-52 {
		margin-bottom: 52px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-52 {
		margin-bottom: 52px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-52 {
		margin-bottom: 52px !important;
	}
}

.distance-53 {
	margin-bottom: 53px !important;
}

@media (min-width: 576px) {
	.distance-sm-53 {
		margin-bottom: 53px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-53 {
		margin-bottom: 53px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-53 {
		margin-bottom: 53px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-53 {
		margin-bottom: 53px !important;
	}
}

.distance-54 {
	margin-bottom: 54px !important;
}

@media (min-width: 576px) {
	.distance-sm-54 {
		margin-bottom: 54px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-54 {
		margin-bottom: 54px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-54 {
		margin-bottom: 54px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-54 {
		margin-bottom: 54px !important;
	}
}

.distance-55 {
	margin-bottom: 55px !important;
}

@media (min-width: 576px) {
	.distance-sm-55 {
		margin-bottom: 55px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-55 {
		margin-bottom: 55px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-55 {
		margin-bottom: 55px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-55 {
		margin-bottom: 55px !important;
	}
}

.distance-56 {
	margin-bottom: 56px !important;
}

@media (min-width: 576px) {
	.distance-sm-56 {
		margin-bottom: 56px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-56 {
		margin-bottom: 56px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-56 {
		margin-bottom: 56px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-56 {
		margin-bottom: 56px !important;
	}
}

.distance-57 {
	margin-bottom: 57px !important;
}

@media (min-width: 576px) {
	.distance-sm-57 {
		margin-bottom: 57px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-57 {
		margin-bottom: 57px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-57 {
		margin-bottom: 57px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-57 {
		margin-bottom: 57px !important;
	}
}

.distance-58 {
	margin-bottom: 58px !important;
}

@media (min-width: 576px) {
	.distance-sm-58 {
		margin-bottom: 58px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-58 {
		margin-bottom: 58px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-58 {
		margin-bottom: 58px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-58 {
		margin-bottom: 58px !important;
	}
}

.distance-59 {
	margin-bottom: 59px !important;
}

@media (min-width: 576px) {
	.distance-sm-59 {
		margin-bottom: 59px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-59 {
		margin-bottom: 59px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-59 {
		margin-bottom: 59px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-59 {
		margin-bottom: 59px !important;
	}
}

.distance-60 {
	margin-bottom: 60px !important;
}

@media (min-width: 576px) {
	.distance-sm-60 {
		margin-bottom: 60px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-60 {
		margin-bottom: 60px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-60 {
		margin-bottom: 60px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-60 {
		margin-bottom: 60px !important;
	}
}

.distance-61 {
	margin-bottom: 61px !important;
}

@media (min-width: 576px) {
	.distance-sm-61 {
		margin-bottom: 61px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-61 {
		margin-bottom: 61px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-61 {
		margin-bottom: 61px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-61 {
		margin-bottom: 61px !important;
	}
}

.distance-62 {
	margin-bottom: 62px !important;
}

@media (min-width: 576px) {
	.distance-sm-62 {
		margin-bottom: 62px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-62 {
		margin-bottom: 62px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-62 {
		margin-bottom: 62px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-62 {
		margin-bottom: 62px !important;
	}
}

.distance-63 {
	margin-bottom: 63px !important;
}

@media (min-width: 576px) {
	.distance-sm-63 {
		margin-bottom: 63px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-63 {
		margin-bottom: 63px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-63 {
		margin-bottom: 63px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-63 {
		margin-bottom: 63px !important;
	}
}

.distance-64 {
	margin-bottom: 64px !important;
}

@media (min-width: 576px) {
	.distance-sm-64 {
		margin-bottom: 64px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-64 {
		margin-bottom: 64px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-64 {
		margin-bottom: 64px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-64 {
		margin-bottom: 64px !important;
	}
}

.distance-65 {
	margin-bottom: 65px !important;
}

@media (min-width: 576px) {
	.distance-sm-65 {
		margin-bottom: 65px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-65 {
		margin-bottom: 65px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-65 {
		margin-bottom: 65px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-65 {
		margin-bottom: 65px !important;
	}
}

.distance-66 {
	margin-bottom: 66px !important;
}

@media (min-width: 576px) {
	.distance-sm-66 {
		margin-bottom: 66px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-66 {
		margin-bottom: 66px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-66 {
		margin-bottom: 66px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-66 {
		margin-bottom: 66px !important;
	}
}

.distance-67 {
	margin-bottom: 67px !important;
}

@media (min-width: 576px) {
	.distance-sm-67 {
		margin-bottom: 67px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-67 {
		margin-bottom: 67px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-67 {
		margin-bottom: 67px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-67 {
		margin-bottom: 67px !important;
	}
}

.distance-68 {
	margin-bottom: 68px !important;
}

@media (min-width: 576px) {
	.distance-sm-68 {
		margin-bottom: 68px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-68 {
		margin-bottom: 68px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-68 {
		margin-bottom: 68px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-68 {
		margin-bottom: 68px !important;
	}
}

.distance-69 {
	margin-bottom: 69px !important;
}

@media (min-width: 576px) {
	.distance-sm-69 {
		margin-bottom: 69px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-69 {
		margin-bottom: 69px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-69 {
		margin-bottom: 69px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-69 {
		margin-bottom: 69px !important;
	}
}

.distance-70 {
	margin-bottom: 70px !important;
}

@media (min-width: 576px) {
	.distance-sm-70 {
		margin-bottom: 70px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-70 {
		margin-bottom: 70px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-70 {
		margin-bottom: 70px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-70 {
		margin-bottom: 70px !important;
	}
}

.distance-71 {
	margin-bottom: 71px !important;
}

@media (min-width: 576px) {
	.distance-sm-71 {
		margin-bottom: 71px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-71 {
		margin-bottom: 71px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-71 {
		margin-bottom: 71px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-71 {
		margin-bottom: 71px !important;
	}
}

.distance-72 {
	margin-bottom: 72px !important;
}

@media (min-width: 576px) {
	.distance-sm-72 {
		margin-bottom: 72px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-72 {
		margin-bottom: 72px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-72 {
		margin-bottom: 72px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-72 {
		margin-bottom: 72px !important;
	}
}

.distance-73 {
	margin-bottom: 73px !important;
}

@media (min-width: 576px) {
	.distance-sm-73 {
		margin-bottom: 73px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-73 {
		margin-bottom: 73px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-73 {
		margin-bottom: 73px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-73 {
		margin-bottom: 73px !important;
	}
}

.distance-74 {
	margin-bottom: 74px !important;
}

@media (min-width: 576px) {
	.distance-sm-74 {
		margin-bottom: 74px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-74 {
		margin-bottom: 74px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-74 {
		margin-bottom: 74px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-74 {
		margin-bottom: 74px !important;
	}
}

.distance-75 {
	margin-bottom: 75px !important;
}

@media (min-width: 576px) {
	.distance-sm-75 {
		margin-bottom: 75px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-75 {
		margin-bottom: 75px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-75 {
		margin-bottom: 75px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-75 {
		margin-bottom: 75px !important;
	}
}

.distance-76 {
	margin-bottom: 76px !important;
}

@media (min-width: 576px) {
	.distance-sm-76 {
		margin-bottom: 76px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-76 {
		margin-bottom: 76px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-76 {
		margin-bottom: 76px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-76 {
		margin-bottom: 76px !important;
	}
}

.distance-77 {
	margin-bottom: 77px !important;
}

@media (min-width: 576px) {
	.distance-sm-77 {
		margin-bottom: 77px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-77 {
		margin-bottom: 77px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-77 {
		margin-bottom: 77px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-77 {
		margin-bottom: 77px !important;
	}
}

.distance-78 {
	margin-bottom: 78px !important;
}

@media (min-width: 576px) {
	.distance-sm-78 {
		margin-bottom: 78px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-78 {
		margin-bottom: 78px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-78 {
		margin-bottom: 78px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-78 {
		margin-bottom: 78px !important;
	}
}

.distance-79 {
	margin-bottom: 79px !important;
}

@media (min-width: 576px) {
	.distance-sm-79 {
		margin-bottom: 79px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-79 {
		margin-bottom: 79px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-79 {
		margin-bottom: 79px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-79 {
		margin-bottom: 79px !important;
	}
}

.distance-80 {
	margin-bottom: 80px !important;
}

@media (min-width: 576px) {
	.distance-sm-80 {
		margin-bottom: 80px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-80 {
		margin-bottom: 80px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-80 {
		margin-bottom: 80px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-80 {
		margin-bottom: 80px !important;
	}
}

.distance-81 {
	margin-bottom: 81px !important;
}

@media (min-width: 576px) {
	.distance-sm-81 {
		margin-bottom: 81px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-81 {
		margin-bottom: 81px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-81 {
		margin-bottom: 81px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-81 {
		margin-bottom: 81px !important;
	}
}

.distance-82 {
	margin-bottom: 82px !important;
}

@media (min-width: 576px) {
	.distance-sm-82 {
		margin-bottom: 82px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-82 {
		margin-bottom: 82px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-82 {
		margin-bottom: 82px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-82 {
		margin-bottom: 82px !important;
	}
}

.distance-83 {
	margin-bottom: 83px !important;
}

@media (min-width: 576px) {
	.distance-sm-83 {
		margin-bottom: 83px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-83 {
		margin-bottom: 83px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-83 {
		margin-bottom: 83px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-83 {
		margin-bottom: 83px !important;
	}
}

.distance-84 {
	margin-bottom: 84px !important;
}

@media (min-width: 576px) {
	.distance-sm-84 {
		margin-bottom: 84px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-84 {
		margin-bottom: 84px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-84 {
		margin-bottom: 84px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-84 {
		margin-bottom: 84px !important;
	}
}

.distance-85 {
	margin-bottom: 85px !important;
}

@media (min-width: 576px) {
	.distance-sm-85 {
		margin-bottom: 85px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-85 {
		margin-bottom: 85px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-85 {
		margin-bottom: 85px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-85 {
		margin-bottom: 85px !important;
	}
}

.distance-86 {
	margin-bottom: 86px !important;
}

@media (min-width: 576px) {
	.distance-sm-86 {
		margin-bottom: 86px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-86 {
		margin-bottom: 86px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-86 {
		margin-bottom: 86px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-86 {
		margin-bottom: 86px !important;
	}
}

.distance-87 {
	margin-bottom: 87px !important;
}

@media (min-width: 576px) {
	.distance-sm-87 {
		margin-bottom: 87px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-87 {
		margin-bottom: 87px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-87 {
		margin-bottom: 87px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-87 {
		margin-bottom: 87px !important;
	}
}

.distance-88 {
	margin-bottom: 88px !important;
}

@media (min-width: 576px) {
	.distance-sm-88 {
		margin-bottom: 88px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-88 {
		margin-bottom: 88px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-88 {
		margin-bottom: 88px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-88 {
		margin-bottom: 88px !important;
	}
}

.distance-89 {
	margin-bottom: 89px !important;
}

@media (min-width: 576px) {
	.distance-sm-89 {
		margin-bottom: 89px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-89 {
		margin-bottom: 89px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-89 {
		margin-bottom: 89px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-89 {
		margin-bottom: 89px !important;
	}
}

.distance-90 {
	margin-bottom: 90px !important;
}

@media (min-width: 576px) {
	.distance-sm-90 {
		margin-bottom: 90px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-90 {
		margin-bottom: 90px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-90 {
		margin-bottom: 90px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-90 {
		margin-bottom: 90px !important;
	}
}

.distance-91 {
	margin-bottom: 91px !important;
}

@media (min-width: 576px) {
	.distance-sm-91 {
		margin-bottom: 91px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-91 {
		margin-bottom: 91px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-91 {
		margin-bottom: 91px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-91 {
		margin-bottom: 91px !important;
	}
}

.distance-92 {
	margin-bottom: 92px !important;
}

@media (min-width: 576px) {
	.distance-sm-92 {
		margin-bottom: 92px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-92 {
		margin-bottom: 92px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-92 {
		margin-bottom: 92px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-92 {
		margin-bottom: 92px !important;
	}
}

.distance-93 {
	margin-bottom: 93px !important;
}

@media (min-width: 576px) {
	.distance-sm-93 {
		margin-bottom: 93px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-93 {
		margin-bottom: 93px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-93 {
		margin-bottom: 93px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-93 {
		margin-bottom: 93px !important;
	}
}

.distance-94 {
	margin-bottom: 94px !important;
}

@media (min-width: 576px) {
	.distance-sm-94 {
		margin-bottom: 94px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-94 {
		margin-bottom: 94px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-94 {
		margin-bottom: 94px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-94 {
		margin-bottom: 94px !important;
	}
}

.distance-95 {
	margin-bottom: 95px !important;
}

@media (min-width: 576px) {
	.distance-sm-95 {
		margin-bottom: 95px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-95 {
		margin-bottom: 95px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-95 {
		margin-bottom: 95px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-95 {
		margin-bottom: 95px !important;
	}
}

.distance-96 {
	margin-bottom: 96px !important;
}

@media (min-width: 576px) {
	.distance-sm-96 {
		margin-bottom: 96px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-96 {
		margin-bottom: 96px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-96 {
		margin-bottom: 96px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-96 {
		margin-bottom: 96px !important;
	}
}

.distance-97 {
	margin-bottom: 97px !important;
}

@media (min-width: 576px) {
	.distance-sm-97 {
		margin-bottom: 97px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-97 {
		margin-bottom: 97px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-97 {
		margin-bottom: 97px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-97 {
		margin-bottom: 97px !important;
	}
}

.distance-98 {
	margin-bottom: 98px !important;
}

@media (min-width: 576px) {
	.distance-sm-98 {
		margin-bottom: 98px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-98 {
		margin-bottom: 98px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-98 {
		margin-bottom: 98px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-98 {
		margin-bottom: 98px !important;
	}
}

.distance-99 {
	margin-bottom: 99px !important;
}

@media (min-width: 576px) {
	.distance-sm-99 {
		margin-bottom: 99px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-99 {
		margin-bottom: 99px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-99 {
		margin-bottom: 99px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-99 {
		margin-bottom: 99px !important;
	}
}

.distance-100 {
	margin-bottom: 100px !important;
}

@media (min-width: 576px) {
	.distance-sm-100 {
		margin-bottom: 100px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-100 {
		margin-bottom: 100px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-100 {
		margin-bottom: 100px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-100 {
		margin-bottom: 100px !important;
	}
}

.distance-101 {
	margin-bottom: 101px !important;
}

@media (min-width: 576px) {
	.distance-sm-101 {
		margin-bottom: 101px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-101 {
		margin-bottom: 101px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-101 {
		margin-bottom: 101px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-101 {
		margin-bottom: 101px !important;
	}
}

.distance-102 {
	margin-bottom: 102px !important;
}

@media (min-width: 576px) {
	.distance-sm-102 {
		margin-bottom: 102px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-102 {
		margin-bottom: 102px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-102 {
		margin-bottom: 102px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-102 {
		margin-bottom: 102px !important;
	}
}

.distance-103 {
	margin-bottom: 103px !important;
}

@media (min-width: 576px) {
	.distance-sm-103 {
		margin-bottom: 103px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-103 {
		margin-bottom: 103px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-103 {
		margin-bottom: 103px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-103 {
		margin-bottom: 103px !important;
	}
}

.distance-104 {
	margin-bottom: 104px !important;
}

@media (min-width: 576px) {
	.distance-sm-104 {
		margin-bottom: 104px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-104 {
		margin-bottom: 104px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-104 {
		margin-bottom: 104px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-104 {
		margin-bottom: 104px !important;
	}
}

.distance-105 {
	margin-bottom: 105px !important;
}

@media (min-width: 576px) {
	.distance-sm-105 {
		margin-bottom: 105px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-105 {
		margin-bottom: 105px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-105 {
		margin-bottom: 105px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-105 {
		margin-bottom: 105px !important;
	}
}

.distance-106 {
	margin-bottom: 106px !important;
}

@media (min-width: 576px) {
	.distance-sm-106 {
		margin-bottom: 106px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-106 {
		margin-bottom: 106px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-106 {
		margin-bottom: 106px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-106 {
		margin-bottom: 106px !important;
	}
}

.distance-107 {
	margin-bottom: 107px !important;
}

@media (min-width: 576px) {
	.distance-sm-107 {
		margin-bottom: 107px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-107 {
		margin-bottom: 107px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-107 {
		margin-bottom: 107px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-107 {
		margin-bottom: 107px !important;
	}
}

.distance-108 {
	margin-bottom: 108px !important;
}

@media (min-width: 576px) {
	.distance-sm-108 {
		margin-bottom: 108px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-108 {
		margin-bottom: 108px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-108 {
		margin-bottom: 108px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-108 {
		margin-bottom: 108px !important;
	}
}

.distance-109 {
	margin-bottom: 109px !important;
}

@media (min-width: 576px) {
	.distance-sm-109 {
		margin-bottom: 109px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-109 {
		margin-bottom: 109px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-109 {
		margin-bottom: 109px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-109 {
		margin-bottom: 109px !important;
	}
}

.distance-110 {
	margin-bottom: 110px !important;
}

@media (min-width: 576px) {
	.distance-sm-110 {
		margin-bottom: 110px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-110 {
		margin-bottom: 110px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-110 {
		margin-bottom: 110px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-110 {
		margin-bottom: 110px !important;
	}
}

.distance-111 {
	margin-bottom: 111px !important;
}

@media (min-width: 576px) {
	.distance-sm-111 {
		margin-bottom: 111px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-111 {
		margin-bottom: 111px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-111 {
		margin-bottom: 111px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-111 {
		margin-bottom: 111px !important;
	}
}

.distance-112 {
	margin-bottom: 112px !important;
}

@media (min-width: 576px) {
	.distance-sm-112 {
		margin-bottom: 112px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-112 {
		margin-bottom: 112px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-112 {
		margin-bottom: 112px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-112 {
		margin-bottom: 112px !important;
	}
}

.distance-113 {
	margin-bottom: 113px !important;
}

@media (min-width: 576px) {
	.distance-sm-113 {
		margin-bottom: 113px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-113 {
		margin-bottom: 113px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-113 {
		margin-bottom: 113px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-113 {
		margin-bottom: 113px !important;
	}
}

.distance-114 {
	margin-bottom: 114px !important;
}

@media (min-width: 576px) {
	.distance-sm-114 {
		margin-bottom: 114px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-114 {
		margin-bottom: 114px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-114 {
		margin-bottom: 114px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-114 {
		margin-bottom: 114px !important;
	}
}

.distance-115 {
	margin-bottom: 115px !important;
}

@media (min-width: 576px) {
	.distance-sm-115 {
		margin-bottom: 115px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-115 {
		margin-bottom: 115px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-115 {
		margin-bottom: 115px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-115 {
		margin-bottom: 115px !important;
	}
}

.distance-116 {
	margin-bottom: 116px !important;
}

@media (min-width: 576px) {
	.distance-sm-116 {
		margin-bottom: 116px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-116 {
		margin-bottom: 116px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-116 {
		margin-bottom: 116px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-116 {
		margin-bottom: 116px !important;
	}
}

.distance-117 {
	margin-bottom: 117px !important;
}

@media (min-width: 576px) {
	.distance-sm-117 {
		margin-bottom: 117px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-117 {
		margin-bottom: 117px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-117 {
		margin-bottom: 117px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-117 {
		margin-bottom: 117px !important;
	}
}

.distance-118 {
	margin-bottom: 118px !important;
}

@media (min-width: 576px) {
	.distance-sm-118 {
		margin-bottom: 118px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-118 {
		margin-bottom: 118px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-118 {
		margin-bottom: 118px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-118 {
		margin-bottom: 118px !important;
	}
}

.distance-119 {
	margin-bottom: 119px !important;
}

@media (min-width: 576px) {
	.distance-sm-119 {
		margin-bottom: 119px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-119 {
		margin-bottom: 119px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-119 {
		margin-bottom: 119px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-119 {
		margin-bottom: 119px !important;
	}
}

.distance-120 {
	margin-bottom: 120px !important;
}

@media (min-width: 576px) {
	.distance-sm-120 {
		margin-bottom: 120px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-120 {
		margin-bottom: 120px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-120 {
		margin-bottom: 120px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-120 {
		margin-bottom: 120px !important;
	}
}

.distance-121 {
	margin-bottom: 121px !important;
}

@media (min-width: 576px) {
	.distance-sm-121 {
		margin-bottom: 121px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-121 {
		margin-bottom: 121px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-121 {
		margin-bottom: 121px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-121 {
		margin-bottom: 121px !important;
	}
}

.distance-122 {
	margin-bottom: 122px !important;
}

@media (min-width: 576px) {
	.distance-sm-122 {
		margin-bottom: 122px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-122 {
		margin-bottom: 122px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-122 {
		margin-bottom: 122px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-122 {
		margin-bottom: 122px !important;
	}
}

.distance-123 {
	margin-bottom: 123px !important;
}

@media (min-width: 576px) {
	.distance-sm-123 {
		margin-bottom: 123px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-123 {
		margin-bottom: 123px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-123 {
		margin-bottom: 123px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-123 {
		margin-bottom: 123px !important;
	}
}

.distance-124 {
	margin-bottom: 124px !important;
}

@media (min-width: 576px) {
	.distance-sm-124 {
		margin-bottom: 124px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-124 {
		margin-bottom: 124px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-124 {
		margin-bottom: 124px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-124 {
		margin-bottom: 124px !important;
	}
}

.distance-125 {
	margin-bottom: 125px !important;
}

@media (min-width: 576px) {
	.distance-sm-125 {
		margin-bottom: 125px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-125 {
		margin-bottom: 125px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-125 {
		margin-bottom: 125px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-125 {
		margin-bottom: 125px !important;
	}
}

.distance-126 {
	margin-bottom: 126px !important;
}

@media (min-width: 576px) {
	.distance-sm-126 {
		margin-bottom: 126px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-126 {
		margin-bottom: 126px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-126 {
		margin-bottom: 126px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-126 {
		margin-bottom: 126px !important;
	}
}

.distance-127 {
	margin-bottom: 127px !important;
}

@media (min-width: 576px) {
	.distance-sm-127 {
		margin-bottom: 127px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-127 {
		margin-bottom: 127px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-127 {
		margin-bottom: 127px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-127 {
		margin-bottom: 127px !important;
	}
}

.distance-128 {
	margin-bottom: 128px !important;
}

@media (min-width: 576px) {
	.distance-sm-128 {
		margin-bottom: 128px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-128 {
		margin-bottom: 128px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-128 {
		margin-bottom: 128px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-128 {
		margin-bottom: 128px !important;
	}
}

.distance-129 {
	margin-bottom: 129px !important;
}

@media (min-width: 576px) {
	.distance-sm-129 {
		margin-bottom: 129px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-129 {
		margin-bottom: 129px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-129 {
		margin-bottom: 129px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-129 {
		margin-bottom: 129px !important;
	}
}

.distance-130 {
	margin-bottom: 130px !important;
}

@media (min-width: 576px) {
	.distance-sm-130 {
		margin-bottom: 130px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-130 {
		margin-bottom: 130px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-130 {
		margin-bottom: 130px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-130 {
		margin-bottom: 130px !important;
	}
}

.distance-131 {
	margin-bottom: 131px !important;
}

@media (min-width: 576px) {
	.distance-sm-131 {
		margin-bottom: 131px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-131 {
		margin-bottom: 131px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-131 {
		margin-bottom: 131px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-131 {
		margin-bottom: 131px !important;
	}
}

.distance-132 {
	margin-bottom: 132px !important;
}

@media (min-width: 576px) {
	.distance-sm-132 {
		margin-bottom: 132px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-132 {
		margin-bottom: 132px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-132 {
		margin-bottom: 132px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-132 {
		margin-bottom: 132px !important;
	}
}

.distance-133 {
	margin-bottom: 133px !important;
}

@media (min-width: 576px) {
	.distance-sm-133 {
		margin-bottom: 133px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-133 {
		margin-bottom: 133px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-133 {
		margin-bottom: 133px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-133 {
		margin-bottom: 133px !important;
	}
}

.distance-134 {
	margin-bottom: 134px !important;
}

@media (min-width: 576px) {
	.distance-sm-134 {
		margin-bottom: 134px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-134 {
		margin-bottom: 134px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-134 {
		margin-bottom: 134px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-134 {
		margin-bottom: 134px !important;
	}
}

.distance-135 {
	margin-bottom: 135px !important;
}

@media (min-width: 576px) {
	.distance-sm-135 {
		margin-bottom: 135px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-135 {
		margin-bottom: 135px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-135 {
		margin-bottom: 135px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-135 {
		margin-bottom: 135px !important;
	}
}

.distance-136 {
	margin-bottom: 136px !important;
}

@media (min-width: 576px) {
	.distance-sm-136 {
		margin-bottom: 136px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-136 {
		margin-bottom: 136px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-136 {
		margin-bottom: 136px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-136 {
		margin-bottom: 136px !important;
	}
}

.distance-137 {
	margin-bottom: 137px !important;
}

@media (min-width: 576px) {
	.distance-sm-137 {
		margin-bottom: 137px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-137 {
		margin-bottom: 137px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-137 {
		margin-bottom: 137px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-137 {
		margin-bottom: 137px !important;
	}
}

.distance-138 {
	margin-bottom: 138px !important;
}

@media (min-width: 576px) {
	.distance-sm-138 {
		margin-bottom: 138px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-138 {
		margin-bottom: 138px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-138 {
		margin-bottom: 138px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-138 {
		margin-bottom: 138px !important;
	}
}

.distance-139 {
	margin-bottom: 139px !important;
}

@media (min-width: 576px) {
	.distance-sm-139 {
		margin-bottom: 139px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-139 {
		margin-bottom: 139px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-139 {
		margin-bottom: 139px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-139 {
		margin-bottom: 139px !important;
	}
}

.distance-140 {
	margin-bottom: 140px !important;
}

@media (min-width: 576px) {
	.distance-sm-140 {
		margin-bottom: 140px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-140 {
		margin-bottom: 140px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-140 {
		margin-bottom: 140px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-140 {
		margin-bottom: 140px !important;
	}
}

.distance-141 {
	margin-bottom: 141px !important;
}

@media (min-width: 576px) {
	.distance-sm-141 {
		margin-bottom: 141px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-141 {
		margin-bottom: 141px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-141 {
		margin-bottom: 141px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-141 {
		margin-bottom: 141px !important;
	}
}

.distance-142 {
	margin-bottom: 142px !important;
}

@media (min-width: 576px) {
	.distance-sm-142 {
		margin-bottom: 142px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-142 {
		margin-bottom: 142px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-142 {
		margin-bottom: 142px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-142 {
		margin-bottom: 142px !important;
	}
}

.distance-143 {
	margin-bottom: 143px !important;
}

@media (min-width: 576px) {
	.distance-sm-143 {
		margin-bottom: 143px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-143 {
		margin-bottom: 143px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-143 {
		margin-bottom: 143px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-143 {
		margin-bottom: 143px !important;
	}
}

.distance-144 {
	margin-bottom: 144px !important;
}

@media (min-width: 576px) {
	.distance-sm-144 {
		margin-bottom: 144px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-144 {
		margin-bottom: 144px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-144 {
		margin-bottom: 144px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-144 {
		margin-bottom: 144px !important;
	}
}

.distance-145 {
	margin-bottom: 145px !important;
}

@media (min-width: 576px) {
	.distance-sm-145 {
		margin-bottom: 145px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-145 {
		margin-bottom: 145px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-145 {
		margin-bottom: 145px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-145 {
		margin-bottom: 145px !important;
	}
}

.distance-146 {
	margin-bottom: 146px !important;
}

@media (min-width: 576px) {
	.distance-sm-146 {
		margin-bottom: 146px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-146 {
		margin-bottom: 146px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-146 {
		margin-bottom: 146px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-146 {
		margin-bottom: 146px !important;
	}
}

.distance-147 {
	margin-bottom: 147px !important;
}

@media (min-width: 576px) {
	.distance-sm-147 {
		margin-bottom: 147px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-147 {
		margin-bottom: 147px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-147 {
		margin-bottom: 147px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-147 {
		margin-bottom: 147px !important;
	}
}

.distance-148 {
	margin-bottom: 148px !important;
}

@media (min-width: 576px) {
	.distance-sm-148 {
		margin-bottom: 148px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-148 {
		margin-bottom: 148px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-148 {
		margin-bottom: 148px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-148 {
		margin-bottom: 148px !important;
	}
}

.distance-149 {
	margin-bottom: 149px !important;
}

@media (min-width: 576px) {
	.distance-sm-149 {
		margin-bottom: 149px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-149 {
		margin-bottom: 149px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-149 {
		margin-bottom: 149px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-149 {
		margin-bottom: 149px !important;
	}
}

.distance-150 {
	margin-bottom: 150px !important;
}

@media (min-width: 576px) {
	.distance-sm-150 {
		margin-bottom: 150px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-150 {
		margin-bottom: 150px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-150 {
		margin-bottom: 150px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-150 {
		margin-bottom: 150px !important;
	}
}

.distance-151 {
	margin-bottom: 151px !important;
}

@media (min-width: 576px) {
	.distance-sm-151 {
		margin-bottom: 151px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-151 {
		margin-bottom: 151px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-151 {
		margin-bottom: 151px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-151 {
		margin-bottom: 151px !important;
	}
}

.distance-152 {
	margin-bottom: 152px !important;
}

@media (min-width: 576px) {
	.distance-sm-152 {
		margin-bottom: 152px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-152 {
		margin-bottom: 152px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-152 {
		margin-bottom: 152px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-152 {
		margin-bottom: 152px !important;
	}
}

.distance-153 {
	margin-bottom: 153px !important;
}

@media (min-width: 576px) {
	.distance-sm-153 {
		margin-bottom: 153px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-153 {
		margin-bottom: 153px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-153 {
		margin-bottom: 153px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-153 {
		margin-bottom: 153px !important;
	}
}

.distance-154 {
	margin-bottom: 154px !important;
}

@media (min-width: 576px) {
	.distance-sm-154 {
		margin-bottom: 154px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-154 {
		margin-bottom: 154px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-154 {
		margin-bottom: 154px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-154 {
		margin-bottom: 154px !important;
	}
}

.distance-155 {
	margin-bottom: 155px !important;
}

@media (min-width: 576px) {
	.distance-sm-155 {
		margin-bottom: 155px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-155 {
		margin-bottom: 155px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-155 {
		margin-bottom: 155px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-155 {
		margin-bottom: 155px !important;
	}
}

.distance-156 {
	margin-bottom: 156px !important;
}

@media (min-width: 576px) {
	.distance-sm-156 {
		margin-bottom: 156px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-156 {
		margin-bottom: 156px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-156 {
		margin-bottom: 156px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-156 {
		margin-bottom: 156px !important;
	}
}

.distance-157 {
	margin-bottom: 157px !important;
}

@media (min-width: 576px) {
	.distance-sm-157 {
		margin-bottom: 157px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-157 {
		margin-bottom: 157px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-157 {
		margin-bottom: 157px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-157 {
		margin-bottom: 157px !important;
	}
}

.distance-158 {
	margin-bottom: 158px !important;
}

@media (min-width: 576px) {
	.distance-sm-158 {
		margin-bottom: 158px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-158 {
		margin-bottom: 158px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-158 {
		margin-bottom: 158px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-158 {
		margin-bottom: 158px !important;
	}
}

.distance-159 {
	margin-bottom: 159px !important;
}

@media (min-width: 576px) {
	.distance-sm-159 {
		margin-bottom: 159px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-159 {
		margin-bottom: 159px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-159 {
		margin-bottom: 159px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-159 {
		margin-bottom: 159px !important;
	}
}

.distance-160 {
	margin-bottom: 160px !important;
}

@media (min-width: 576px) {
	.distance-sm-160 {
		margin-bottom: 160px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-160 {
		margin-bottom: 160px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-160 {
		margin-bottom: 160px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-160 {
		margin-bottom: 160px !important;
	}
}

.distance-161 {
	margin-bottom: 161px !important;
}

@media (min-width: 576px) {
	.distance-sm-161 {
		margin-bottom: 161px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-161 {
		margin-bottom: 161px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-161 {
		margin-bottom: 161px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-161 {
		margin-bottom: 161px !important;
	}
}

.distance-162 {
	margin-bottom: 162px !important;
}

@media (min-width: 576px) {
	.distance-sm-162 {
		margin-bottom: 162px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-162 {
		margin-bottom: 162px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-162 {
		margin-bottom: 162px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-162 {
		margin-bottom: 162px !important;
	}
}

.distance-163 {
	margin-bottom: 163px !important;
}

@media (min-width: 576px) {
	.distance-sm-163 {
		margin-bottom: 163px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-163 {
		margin-bottom: 163px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-163 {
		margin-bottom: 163px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-163 {
		margin-bottom: 163px !important;
	}
}

.distance-164 {
	margin-bottom: 164px !important;
}

@media (min-width: 576px) {
	.distance-sm-164 {
		margin-bottom: 164px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-164 {
		margin-bottom: 164px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-164 {
		margin-bottom: 164px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-164 {
		margin-bottom: 164px !important;
	}
}

.distance-165 {
	margin-bottom: 165px !important;
}

@media (min-width: 576px) {
	.distance-sm-165 {
		margin-bottom: 165px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-165 {
		margin-bottom: 165px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-165 {
		margin-bottom: 165px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-165 {
		margin-bottom: 165px !important;
	}
}

.distance-166 {
	margin-bottom: 166px !important;
}

@media (min-width: 576px) {
	.distance-sm-166 {
		margin-bottom: 166px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-166 {
		margin-bottom: 166px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-166 {
		margin-bottom: 166px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-166 {
		margin-bottom: 166px !important;
	}
}

.distance-167 {
	margin-bottom: 167px !important;
}

@media (min-width: 576px) {
	.distance-sm-167 {
		margin-bottom: 167px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-167 {
		margin-bottom: 167px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-167 {
		margin-bottom: 167px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-167 {
		margin-bottom: 167px !important;
	}
}

.distance-168 {
	margin-bottom: 168px !important;
}

@media (min-width: 576px) {
	.distance-sm-168 {
		margin-bottom: 168px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-168 {
		margin-bottom: 168px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-168 {
		margin-bottom: 168px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-168 {
		margin-bottom: 168px !important;
	}
}

.distance-169 {
	margin-bottom: 169px !important;
}

@media (min-width: 576px) {
	.distance-sm-169 {
		margin-bottom: 169px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-169 {
		margin-bottom: 169px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-169 {
		margin-bottom: 169px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-169 {
		margin-bottom: 169px !important;
	}
}

.distance-170 {
	margin-bottom: 170px !important;
}

@media (min-width: 576px) {
	.distance-sm-170 {
		margin-bottom: 170px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-170 {
		margin-bottom: 170px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-170 {
		margin-bottom: 170px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-170 {
		margin-bottom: 170px !important;
	}
}

.distance-171 {
	margin-bottom: 171px !important;
}

@media (min-width: 576px) {
	.distance-sm-171 {
		margin-bottom: 171px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-171 {
		margin-bottom: 171px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-171 {
		margin-bottom: 171px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-171 {
		margin-bottom: 171px !important;
	}
}

.distance-172 {
	margin-bottom: 172px !important;
}

@media (min-width: 576px) {
	.distance-sm-172 {
		margin-bottom: 172px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-172 {
		margin-bottom: 172px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-172 {
		margin-bottom: 172px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-172 {
		margin-bottom: 172px !important;
	}
}

.distance-173 {
	margin-bottom: 173px !important;
}

@media (min-width: 576px) {
	.distance-sm-173 {
		margin-bottom: 173px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-173 {
		margin-bottom: 173px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-173 {
		margin-bottom: 173px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-173 {
		margin-bottom: 173px !important;
	}
}

.distance-174 {
	margin-bottom: 174px !important;
}

@media (min-width: 576px) {
	.distance-sm-174 {
		margin-bottom: 174px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-174 {
		margin-bottom: 174px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-174 {
		margin-bottom: 174px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-174 {
		margin-bottom: 174px !important;
	}
}

.distance-175 {
	margin-bottom: 175px !important;
}

@media (min-width: 576px) {
	.distance-sm-175 {
		margin-bottom: 175px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-175 {
		margin-bottom: 175px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-175 {
		margin-bottom: 175px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-175 {
		margin-bottom: 175px !important;
	}
}

.distance-176 {
	margin-bottom: 176px !important;
}

@media (min-width: 576px) {
	.distance-sm-176 {
		margin-bottom: 176px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-176 {
		margin-bottom: 176px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-176 {
		margin-bottom: 176px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-176 {
		margin-bottom: 176px !important;
	}
}

.distance-177 {
	margin-bottom: 177px !important;
}

@media (min-width: 576px) {
	.distance-sm-177 {
		margin-bottom: 177px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-177 {
		margin-bottom: 177px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-177 {
		margin-bottom: 177px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-177 {
		margin-bottom: 177px !important;
	}
}

.distance-178 {
	margin-bottom: 178px !important;
}

@media (min-width: 576px) {
	.distance-sm-178 {
		margin-bottom: 178px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-178 {
		margin-bottom: 178px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-178 {
		margin-bottom: 178px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-178 {
		margin-bottom: 178px !important;
	}
}

.distance-179 {
	margin-bottom: 179px !important;
}

@media (min-width: 576px) {
	.distance-sm-179 {
		margin-bottom: 179px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-179 {
		margin-bottom: 179px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-179 {
		margin-bottom: 179px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-179 {
		margin-bottom: 179px !important;
	}
}

.distance-180 {
	margin-bottom: 180px !important;
}

@media (min-width: 576px) {
	.distance-sm-180 {
		margin-bottom: 180px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-180 {
		margin-bottom: 180px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-180 {
		margin-bottom: 180px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-180 {
		margin-bottom: 180px !important;
	}
}

.distance-181 {
	margin-bottom: 181px !important;
}

@media (min-width: 576px) {
	.distance-sm-181 {
		margin-bottom: 181px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-181 {
		margin-bottom: 181px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-181 {
		margin-bottom: 181px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-181 {
		margin-bottom: 181px !important;
	}
}

.distance-182 {
	margin-bottom: 182px !important;
}

@media (min-width: 576px) {
	.distance-sm-182 {
		margin-bottom: 182px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-182 {
		margin-bottom: 182px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-182 {
		margin-bottom: 182px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-182 {
		margin-bottom: 182px !important;
	}
}

.distance-183 {
	margin-bottom: 183px !important;
}

@media (min-width: 576px) {
	.distance-sm-183 {
		margin-bottom: 183px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-183 {
		margin-bottom: 183px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-183 {
		margin-bottom: 183px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-183 {
		margin-bottom: 183px !important;
	}
}

.distance-184 {
	margin-bottom: 184px !important;
}

@media (min-width: 576px) {
	.distance-sm-184 {
		margin-bottom: 184px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-184 {
		margin-bottom: 184px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-184 {
		margin-bottom: 184px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-184 {
		margin-bottom: 184px !important;
	}
}

.distance-185 {
	margin-bottom: 185px !important;
}

@media (min-width: 576px) {
	.distance-sm-185 {
		margin-bottom: 185px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-185 {
		margin-bottom: 185px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-185 {
		margin-bottom: 185px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-185 {
		margin-bottom: 185px !important;
	}
}

.distance-186 {
	margin-bottom: 186px !important;
}

@media (min-width: 576px) {
	.distance-sm-186 {
		margin-bottom: 186px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-186 {
		margin-bottom: 186px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-186 {
		margin-bottom: 186px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-186 {
		margin-bottom: 186px !important;
	}
}

.distance-187 {
	margin-bottom: 187px !important;
}

@media (min-width: 576px) {
	.distance-sm-187 {
		margin-bottom: 187px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-187 {
		margin-bottom: 187px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-187 {
		margin-bottom: 187px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-187 {
		margin-bottom: 187px !important;
	}
}

.distance-188 {
	margin-bottom: 188px !important;
}

@media (min-width: 576px) {
	.distance-sm-188 {
		margin-bottom: 188px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-188 {
		margin-bottom: 188px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-188 {
		margin-bottom: 188px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-188 {
		margin-bottom: 188px !important;
	}
}

.distance-189 {
	margin-bottom: 189px !important;
}

@media (min-width: 576px) {
	.distance-sm-189 {
		margin-bottom: 189px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-189 {
		margin-bottom: 189px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-189 {
		margin-bottom: 189px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-189 {
		margin-bottom: 189px !important;
	}
}

.distance-190 {
	margin-bottom: 190px !important;
}

@media (min-width: 576px) {
	.distance-sm-190 {
		margin-bottom: 190px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-190 {
		margin-bottom: 190px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-190 {
		margin-bottom: 190px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-190 {
		margin-bottom: 190px !important;
	}
}

.distance-191 {
	margin-bottom: 191px !important;
}

@media (min-width: 576px) {
	.distance-sm-191 {
		margin-bottom: 191px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-191 {
		margin-bottom: 191px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-191 {
		margin-bottom: 191px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-191 {
		margin-bottom: 191px !important;
	}
}

.distance-192 {
	margin-bottom: 192px !important;
}

@media (min-width: 576px) {
	.distance-sm-192 {
		margin-bottom: 192px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-192 {
		margin-bottom: 192px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-192 {
		margin-bottom: 192px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-192 {
		margin-bottom: 192px !important;
	}
}

.distance-193 {
	margin-bottom: 193px !important;
}

@media (min-width: 576px) {
	.distance-sm-193 {
		margin-bottom: 193px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-193 {
		margin-bottom: 193px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-193 {
		margin-bottom: 193px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-193 {
		margin-bottom: 193px !important;
	}
}

.distance-194 {
	margin-bottom: 194px !important;
}

@media (min-width: 576px) {
	.distance-sm-194 {
		margin-bottom: 194px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-194 {
		margin-bottom: 194px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-194 {
		margin-bottom: 194px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-194 {
		margin-bottom: 194px !important;
	}
}

.distance-195 {
	margin-bottom: 195px !important;
}

@media (min-width: 576px) {
	.distance-sm-195 {
		margin-bottom: 195px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-195 {
		margin-bottom: 195px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-195 {
		margin-bottom: 195px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-195 {
		margin-bottom: 195px !important;
	}
}

.distance-196 {
	margin-bottom: 196px !important;
}

@media (min-width: 576px) {
	.distance-sm-196 {
		margin-bottom: 196px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-196 {
		margin-bottom: 196px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-196 {
		margin-bottom: 196px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-196 {
		margin-bottom: 196px !important;
	}
}

.distance-197 {
	margin-bottom: 197px !important;
}

@media (min-width: 576px) {
	.distance-sm-197 {
		margin-bottom: 197px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-197 {
		margin-bottom: 197px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-197 {
		margin-bottom: 197px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-197 {
		margin-bottom: 197px !important;
	}
}

.distance-198 {
	margin-bottom: 198px !important;
}

@media (min-width: 576px) {
	.distance-sm-198 {
		margin-bottom: 198px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-198 {
		margin-bottom: 198px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-198 {
		margin-bottom: 198px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-198 {
		margin-bottom: 198px !important;
	}
}

.distance-199 {
	margin-bottom: 199px !important;
}

@media (min-width: 576px) {
	.distance-sm-199 {
		margin-bottom: 199px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-199 {
		margin-bottom: 199px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-199 {
		margin-bottom: 199px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-199 {
		margin-bottom: 199px !important;
	}
}

.distance-200 {
	margin-bottom: 200px !important;
}

@media (min-width: 576px) {
	.distance-sm-200 {
		margin-bottom: 200px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-200 {
		margin-bottom: 200px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-200 {
		margin-bottom: 200px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-200 {
		margin-bottom: 200px !important;
	}
}

.distance-201 {
	margin-bottom: 201px !important;
}

@media (min-width: 576px) {
	.distance-sm-201 {
		margin-bottom: 201px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-201 {
		margin-bottom: 201px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-201 {
		margin-bottom: 201px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-201 {
		margin-bottom: 201px !important;
	}
}

.distance-202 {
	margin-bottom: 202px !important;
}

@media (min-width: 576px) {
	.distance-sm-202 {
		margin-bottom: 202px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-202 {
		margin-bottom: 202px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-202 {
		margin-bottom: 202px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-202 {
		margin-bottom: 202px !important;
	}
}

.distance-203 {
	margin-bottom: 203px !important;
}

@media (min-width: 576px) {
	.distance-sm-203 {
		margin-bottom: 203px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-203 {
		margin-bottom: 203px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-203 {
		margin-bottom: 203px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-203 {
		margin-bottom: 203px !important;
	}
}

.distance-204 {
	margin-bottom: 204px !important;
}

@media (min-width: 576px) {
	.distance-sm-204 {
		margin-bottom: 204px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-204 {
		margin-bottom: 204px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-204 {
		margin-bottom: 204px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-204 {
		margin-bottom: 204px !important;
	}
}

.distance-205 {
	margin-bottom: 205px !important;
}

@media (min-width: 576px) {
	.distance-sm-205 {
		margin-bottom: 205px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-205 {
		margin-bottom: 205px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-205 {
		margin-bottom: 205px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-205 {
		margin-bottom: 205px !important;
	}
}

.distance-206 {
	margin-bottom: 206px !important;
}

@media (min-width: 576px) {
	.distance-sm-206 {
		margin-bottom: 206px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-206 {
		margin-bottom: 206px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-206 {
		margin-bottom: 206px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-206 {
		margin-bottom: 206px !important;
	}
}

.distance-207 {
	margin-bottom: 207px !important;
}

@media (min-width: 576px) {
	.distance-sm-207 {
		margin-bottom: 207px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-207 {
		margin-bottom: 207px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-207 {
		margin-bottom: 207px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-207 {
		margin-bottom: 207px !important;
	}
}

.distance-208 {
	margin-bottom: 208px !important;
}

@media (min-width: 576px) {
	.distance-sm-208 {
		margin-bottom: 208px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-208 {
		margin-bottom: 208px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-208 {
		margin-bottom: 208px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-208 {
		margin-bottom: 208px !important;
	}
}

.distance-209 {
	margin-bottom: 209px !important;
}

@media (min-width: 576px) {
	.distance-sm-209 {
		margin-bottom: 209px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-209 {
		margin-bottom: 209px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-209 {
		margin-bottom: 209px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-209 {
		margin-bottom: 209px !important;
	}
}

.distance-210 {
	margin-bottom: 210px !important;
}

@media (min-width: 576px) {
	.distance-sm-210 {
		margin-bottom: 210px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-210 {
		margin-bottom: 210px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-210 {
		margin-bottom: 210px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-210 {
		margin-bottom: 210px !important;
	}
}

.distance-211 {
	margin-bottom: 211px !important;
}

@media (min-width: 576px) {
	.distance-sm-211 {
		margin-bottom: 211px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-211 {
		margin-bottom: 211px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-211 {
		margin-bottom: 211px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-211 {
		margin-bottom: 211px !important;
	}
}

.distance-212 {
	margin-bottom: 212px !important;
}

@media (min-width: 576px) {
	.distance-sm-212 {
		margin-bottom: 212px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-212 {
		margin-bottom: 212px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-212 {
		margin-bottom: 212px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-212 {
		margin-bottom: 212px !important;
	}
}

.distance-213 {
	margin-bottom: 213px !important;
}

@media (min-width: 576px) {
	.distance-sm-213 {
		margin-bottom: 213px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-213 {
		margin-bottom: 213px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-213 {
		margin-bottom: 213px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-213 {
		margin-bottom: 213px !important;
	}
}

.distance-214 {
	margin-bottom: 214px !important;
}

@media (min-width: 576px) {
	.distance-sm-214 {
		margin-bottom: 214px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-214 {
		margin-bottom: 214px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-214 {
		margin-bottom: 214px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-214 {
		margin-bottom: 214px !important;
	}
}

.distance-215 {
	margin-bottom: 215px !important;
}

@media (min-width: 576px) {
	.distance-sm-215 {
		margin-bottom: 215px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-215 {
		margin-bottom: 215px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-215 {
		margin-bottom: 215px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-215 {
		margin-bottom: 215px !important;
	}
}

.distance-216 {
	margin-bottom: 216px !important;
}

@media (min-width: 576px) {
	.distance-sm-216 {
		margin-bottom: 216px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-216 {
		margin-bottom: 216px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-216 {
		margin-bottom: 216px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-216 {
		margin-bottom: 216px !important;
	}
}

.distance-217 {
	margin-bottom: 217px !important;
}

@media (min-width: 576px) {
	.distance-sm-217 {
		margin-bottom: 217px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-217 {
		margin-bottom: 217px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-217 {
		margin-bottom: 217px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-217 {
		margin-bottom: 217px !important;
	}
}

.distance-218 {
	margin-bottom: 218px !important;
}

@media (min-width: 576px) {
	.distance-sm-218 {
		margin-bottom: 218px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-218 {
		margin-bottom: 218px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-218 {
		margin-bottom: 218px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-218 {
		margin-bottom: 218px !important;
	}
}

.distance-219 {
	margin-bottom: 219px !important;
}

@media (min-width: 576px) {
	.distance-sm-219 {
		margin-bottom: 219px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-219 {
		margin-bottom: 219px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-219 {
		margin-bottom: 219px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-219 {
		margin-bottom: 219px !important;
	}
}

.distance-220 {
	margin-bottom: 220px !important;
}

@media (min-width: 576px) {
	.distance-sm-220 {
		margin-bottom: 220px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-220 {
		margin-bottom: 220px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-220 {
		margin-bottom: 220px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-220 {
		margin-bottom: 220px !important;
	}
}

.distance-221 {
	margin-bottom: 221px !important;
}

@media (min-width: 576px) {
	.distance-sm-221 {
		margin-bottom: 221px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-221 {
		margin-bottom: 221px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-221 {
		margin-bottom: 221px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-221 {
		margin-bottom: 221px !important;
	}
}

.distance-222 {
	margin-bottom: 222px !important;
}

@media (min-width: 576px) {
	.distance-sm-222 {
		margin-bottom: 222px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-222 {
		margin-bottom: 222px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-222 {
		margin-bottom: 222px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-222 {
		margin-bottom: 222px !important;
	}
}

.distance-223 {
	margin-bottom: 223px !important;
}

@media (min-width: 576px) {
	.distance-sm-223 {
		margin-bottom: 223px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-223 {
		margin-bottom: 223px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-223 {
		margin-bottom: 223px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-223 {
		margin-bottom: 223px !important;
	}
}

.distance-224 {
	margin-bottom: 224px !important;
}

@media (min-width: 576px) {
	.distance-sm-224 {
		margin-bottom: 224px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-224 {
		margin-bottom: 224px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-224 {
		margin-bottom: 224px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-224 {
		margin-bottom: 224px !important;
	}
}

.distance-225 {
	margin-bottom: 225px !important;
}

@media (min-width: 576px) {
	.distance-sm-225 {
		margin-bottom: 225px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-225 {
		margin-bottom: 225px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-225 {
		margin-bottom: 225px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-225 {
		margin-bottom: 225px !important;
	}
}

.distance-226 {
	margin-bottom: 226px !important;
}

@media (min-width: 576px) {
	.distance-sm-226 {
		margin-bottom: 226px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-226 {
		margin-bottom: 226px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-226 {
		margin-bottom: 226px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-226 {
		margin-bottom: 226px !important;
	}
}

.distance-227 {
	margin-bottom: 227px !important;
}

@media (min-width: 576px) {
	.distance-sm-227 {
		margin-bottom: 227px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-227 {
		margin-bottom: 227px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-227 {
		margin-bottom: 227px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-227 {
		margin-bottom: 227px !important;
	}
}

.distance-228 {
	margin-bottom: 228px !important;
}

@media (min-width: 576px) {
	.distance-sm-228 {
		margin-bottom: 228px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-228 {
		margin-bottom: 228px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-228 {
		margin-bottom: 228px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-228 {
		margin-bottom: 228px !important;
	}
}

.distance-229 {
	margin-bottom: 229px !important;
}

@media (min-width: 576px) {
	.distance-sm-229 {
		margin-bottom: 229px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-229 {
		margin-bottom: 229px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-229 {
		margin-bottom: 229px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-229 {
		margin-bottom: 229px !important;
	}
}

.distance-230 {
	margin-bottom: 230px !important;
}

@media (min-width: 576px) {
	.distance-sm-230 {
		margin-bottom: 230px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-230 {
		margin-bottom: 230px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-230 {
		margin-bottom: 230px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-230 {
		margin-bottom: 230px !important;
	}
}

.distance-231 {
	margin-bottom: 231px !important;
}

@media (min-width: 576px) {
	.distance-sm-231 {
		margin-bottom: 231px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-231 {
		margin-bottom: 231px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-231 {
		margin-bottom: 231px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-231 {
		margin-bottom: 231px !important;
	}
}

.distance-232 {
	margin-bottom: 232px !important;
}

@media (min-width: 576px) {
	.distance-sm-232 {
		margin-bottom: 232px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-232 {
		margin-bottom: 232px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-232 {
		margin-bottom: 232px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-232 {
		margin-bottom: 232px !important;
	}
}

.distance-233 {
	margin-bottom: 233px !important;
}

@media (min-width: 576px) {
	.distance-sm-233 {
		margin-bottom: 233px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-233 {
		margin-bottom: 233px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-233 {
		margin-bottom: 233px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-233 {
		margin-bottom: 233px !important;
	}
}

.distance-234 {
	margin-bottom: 234px !important;
}

@media (min-width: 576px) {
	.distance-sm-234 {
		margin-bottom: 234px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-234 {
		margin-bottom: 234px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-234 {
		margin-bottom: 234px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-234 {
		margin-bottom: 234px !important;
	}
}

.distance-235 {
	margin-bottom: 235px !important;
}

@media (min-width: 576px) {
	.distance-sm-235 {
		margin-bottom: 235px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-235 {
		margin-bottom: 235px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-235 {
		margin-bottom: 235px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-235 {
		margin-bottom: 235px !important;
	}
}

.distance-236 {
	margin-bottom: 236px !important;
}

@media (min-width: 576px) {
	.distance-sm-236 {
		margin-bottom: 236px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-236 {
		margin-bottom: 236px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-236 {
		margin-bottom: 236px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-236 {
		margin-bottom: 236px !important;
	}
}

.distance-237 {
	margin-bottom: 237px !important;
}

@media (min-width: 576px) {
	.distance-sm-237 {
		margin-bottom: 237px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-237 {
		margin-bottom: 237px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-237 {
		margin-bottom: 237px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-237 {
		margin-bottom: 237px !important;
	}
}

.distance-238 {
	margin-bottom: 238px !important;
}

@media (min-width: 576px) {
	.distance-sm-238 {
		margin-bottom: 238px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-238 {
		margin-bottom: 238px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-238 {
		margin-bottom: 238px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-238 {
		margin-bottom: 238px !important;
	}
}

.distance-239 {
	margin-bottom: 239px !important;
}

@media (min-width: 576px) {
	.distance-sm-239 {
		margin-bottom: 239px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-239 {
		margin-bottom: 239px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-239 {
		margin-bottom: 239px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-239 {
		margin-bottom: 239px !important;
	}
}

.distance-240 {
	margin-bottom: 240px !important;
}

@media (min-width: 576px) {
	.distance-sm-240 {
		margin-bottom: 240px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-240 {
		margin-bottom: 240px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-240 {
		margin-bottom: 240px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-240 {
		margin-bottom: 240px !important;
	}
}

.distance-241 {
	margin-bottom: 241px !important;
}

@media (min-width: 576px) {
	.distance-sm-241 {
		margin-bottom: 241px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-241 {
		margin-bottom: 241px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-241 {
		margin-bottom: 241px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-241 {
		margin-bottom: 241px !important;
	}
}

.distance-242 {
	margin-bottom: 242px !important;
}

@media (min-width: 576px) {
	.distance-sm-242 {
		margin-bottom: 242px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-242 {
		margin-bottom: 242px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-242 {
		margin-bottom: 242px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-242 {
		margin-bottom: 242px !important;
	}
}

.distance-243 {
	margin-bottom: 243px !important;
}

@media (min-width: 576px) {
	.distance-sm-243 {
		margin-bottom: 243px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-243 {
		margin-bottom: 243px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-243 {
		margin-bottom: 243px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-243 {
		margin-bottom: 243px !important;
	}
}

.distance-244 {
	margin-bottom: 244px !important;
}

@media (min-width: 576px) {
	.distance-sm-244 {
		margin-bottom: 244px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-244 {
		margin-bottom: 244px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-244 {
		margin-bottom: 244px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-244 {
		margin-bottom: 244px !important;
	}
}

.distance-245 {
	margin-bottom: 245px !important;
}

@media (min-width: 576px) {
	.distance-sm-245 {
		margin-bottom: 245px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-245 {
		margin-bottom: 245px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-245 {
		margin-bottom: 245px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-245 {
		margin-bottom: 245px !important;
	}
}

.distance-246 {
	margin-bottom: 246px !important;
}

@media (min-width: 576px) {
	.distance-sm-246 {
		margin-bottom: 246px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-246 {
		margin-bottom: 246px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-246 {
		margin-bottom: 246px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-246 {
		margin-bottom: 246px !important;
	}
}

.distance-247 {
	margin-bottom: 247px !important;
}

@media (min-width: 576px) {
	.distance-sm-247 {
		margin-bottom: 247px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-247 {
		margin-bottom: 247px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-247 {
		margin-bottom: 247px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-247 {
		margin-bottom: 247px !important;
	}
}

.distance-248 {
	margin-bottom: 248px !important;
}

@media (min-width: 576px) {
	.distance-sm-248 {
		margin-bottom: 248px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-248 {
		margin-bottom: 248px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-248 {
		margin-bottom: 248px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-248 {
		margin-bottom: 248px !important;
	}
}

.distance-249 {
	margin-bottom: 249px !important;
}

@media (min-width: 576px) {
	.distance-sm-249 {
		margin-bottom: 249px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-249 {
		margin-bottom: 249px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-249 {
		margin-bottom: 249px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-249 {
		margin-bottom: 249px !important;
	}
}

.distance-250 {
	margin-bottom: 250px !important;
}

@media (min-width: 576px) {
	.distance-sm-250 {
		margin-bottom: 250px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-250 {
		margin-bottom: 250px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-250 {
		margin-bottom: 250px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-250 {
		margin-bottom: 250px !important;
	}
}

.distance-251 {
	margin-bottom: 251px !important;
}

@media (min-width: 576px) {
	.distance-sm-251 {
		margin-bottom: 251px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-251 {
		margin-bottom: 251px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-251 {
		margin-bottom: 251px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-251 {
		margin-bottom: 251px !important;
	}
}

.distance-252 {
	margin-bottom: 252px !important;
}

@media (min-width: 576px) {
	.distance-sm-252 {
		margin-bottom: 252px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-252 {
		margin-bottom: 252px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-252 {
		margin-bottom: 252px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-252 {
		margin-bottom: 252px !important;
	}
}

.distance-253 {
	margin-bottom: 253px !important;
}

@media (min-width: 576px) {
	.distance-sm-253 {
		margin-bottom: 253px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-253 {
		margin-bottom: 253px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-253 {
		margin-bottom: 253px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-253 {
		margin-bottom: 253px !important;
	}
}

.distance-254 {
	margin-bottom: 254px !important;
}

@media (min-width: 576px) {
	.distance-sm-254 {
		margin-bottom: 254px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-254 {
		margin-bottom: 254px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-254 {
		margin-bottom: 254px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-254 {
		margin-bottom: 254px !important;
	}
}

.distance-255 {
	margin-bottom: 255px !important;
}

@media (min-width: 576px) {
	.distance-sm-255 {
		margin-bottom: 255px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-255 {
		margin-bottom: 255px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-255 {
		margin-bottom: 255px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-255 {
		margin-bottom: 255px !important;
	}
}

.distance-256 {
	margin-bottom: 256px !important;
}

@media (min-width: 576px) {
	.distance-sm-256 {
		margin-bottom: 256px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-256 {
		margin-bottom: 256px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-256 {
		margin-bottom: 256px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-256 {
		margin-bottom: 256px !important;
	}
}

.distance-257 {
	margin-bottom: 257px !important;
}

@media (min-width: 576px) {
	.distance-sm-257 {
		margin-bottom: 257px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-257 {
		margin-bottom: 257px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-257 {
		margin-bottom: 257px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-257 {
		margin-bottom: 257px !important;
	}
}

.distance-258 {
	margin-bottom: 258px !important;
}

@media (min-width: 576px) {
	.distance-sm-258 {
		margin-bottom: 258px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-258 {
		margin-bottom: 258px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-258 {
		margin-bottom: 258px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-258 {
		margin-bottom: 258px !important;
	}
}

.distance-259 {
	margin-bottom: 259px !important;
}

@media (min-width: 576px) {
	.distance-sm-259 {
		margin-bottom: 259px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-259 {
		margin-bottom: 259px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-259 {
		margin-bottom: 259px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-259 {
		margin-bottom: 259px !important;
	}
}

.distance-260 {
	margin-bottom: 260px !important;
}

@media (min-width: 576px) {
	.distance-sm-260 {
		margin-bottom: 260px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-260 {
		margin-bottom: 260px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-260 {
		margin-bottom: 260px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-260 {
		margin-bottom: 260px !important;
	}
}

.distance-261 {
	margin-bottom: 261px !important;
}

@media (min-width: 576px) {
	.distance-sm-261 {
		margin-bottom: 261px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-261 {
		margin-bottom: 261px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-261 {
		margin-bottom: 261px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-261 {
		margin-bottom: 261px !important;
	}
}

.distance-262 {
	margin-bottom: 262px !important;
}

@media (min-width: 576px) {
	.distance-sm-262 {
		margin-bottom: 262px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-262 {
		margin-bottom: 262px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-262 {
		margin-bottom: 262px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-262 {
		margin-bottom: 262px !important;
	}
}

.distance-263 {
	margin-bottom: 263px !important;
}

@media (min-width: 576px) {
	.distance-sm-263 {
		margin-bottom: 263px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-263 {
		margin-bottom: 263px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-263 {
		margin-bottom: 263px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-263 {
		margin-bottom: 263px !important;
	}
}

.distance-264 {
	margin-bottom: 264px !important;
}

@media (min-width: 576px) {
	.distance-sm-264 {
		margin-bottom: 264px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-264 {
		margin-bottom: 264px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-264 {
		margin-bottom: 264px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-264 {
		margin-bottom: 264px !important;
	}
}

.distance-265 {
	margin-bottom: 265px !important;
}

@media (min-width: 576px) {
	.distance-sm-265 {
		margin-bottom: 265px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-265 {
		margin-bottom: 265px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-265 {
		margin-bottom: 265px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-265 {
		margin-bottom: 265px !important;
	}
}

.distance-266 {
	margin-bottom: 266px !important;
}

@media (min-width: 576px) {
	.distance-sm-266 {
		margin-bottom: 266px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-266 {
		margin-bottom: 266px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-266 {
		margin-bottom: 266px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-266 {
		margin-bottom: 266px !important;
	}
}

.distance-267 {
	margin-bottom: 267px !important;
}

@media (min-width: 576px) {
	.distance-sm-267 {
		margin-bottom: 267px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-267 {
		margin-bottom: 267px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-267 {
		margin-bottom: 267px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-267 {
		margin-bottom: 267px !important;
	}
}

.distance-268 {
	margin-bottom: 268px !important;
}

@media (min-width: 576px) {
	.distance-sm-268 {
		margin-bottom: 268px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-268 {
		margin-bottom: 268px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-268 {
		margin-bottom: 268px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-268 {
		margin-bottom: 268px !important;
	}
}

.distance-269 {
	margin-bottom: 269px !important;
}

@media (min-width: 576px) {
	.distance-sm-269 {
		margin-bottom: 269px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-269 {
		margin-bottom: 269px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-269 {
		margin-bottom: 269px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-269 {
		margin-bottom: 269px !important;
	}
}

.distance-270 {
	margin-bottom: 270px !important;
}

@media (min-width: 576px) {
	.distance-sm-270 {
		margin-bottom: 270px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-270 {
		margin-bottom: 270px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-270 {
		margin-bottom: 270px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-270 {
		margin-bottom: 270px !important;
	}
}

.distance-271 {
	margin-bottom: 271px !important;
}

@media (min-width: 576px) {
	.distance-sm-271 {
		margin-bottom: 271px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-271 {
		margin-bottom: 271px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-271 {
		margin-bottom: 271px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-271 {
		margin-bottom: 271px !important;
	}
}

.distance-272 {
	margin-bottom: 272px !important;
}

@media (min-width: 576px) {
	.distance-sm-272 {
		margin-bottom: 272px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-272 {
		margin-bottom: 272px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-272 {
		margin-bottom: 272px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-272 {
		margin-bottom: 272px !important;
	}
}

.distance-273 {
	margin-bottom: 273px !important;
}

@media (min-width: 576px) {
	.distance-sm-273 {
		margin-bottom: 273px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-273 {
		margin-bottom: 273px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-273 {
		margin-bottom: 273px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-273 {
		margin-bottom: 273px !important;
	}
}

.distance-274 {
	margin-bottom: 274px !important;
}

@media (min-width: 576px) {
	.distance-sm-274 {
		margin-bottom: 274px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-274 {
		margin-bottom: 274px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-274 {
		margin-bottom: 274px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-274 {
		margin-bottom: 274px !important;
	}
}

.distance-275 {
	margin-bottom: 275px !important;
}

@media (min-width: 576px) {
	.distance-sm-275 {
		margin-bottom: 275px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-275 {
		margin-bottom: 275px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-275 {
		margin-bottom: 275px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-275 {
		margin-bottom: 275px !important;
	}
}

.distance-276 {
	margin-bottom: 276px !important;
}

@media (min-width: 576px) {
	.distance-sm-276 {
		margin-bottom: 276px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-276 {
		margin-bottom: 276px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-276 {
		margin-bottom: 276px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-276 {
		margin-bottom: 276px !important;
	}
}

.distance-277 {
	margin-bottom: 277px !important;
}

@media (min-width: 576px) {
	.distance-sm-277 {
		margin-bottom: 277px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-277 {
		margin-bottom: 277px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-277 {
		margin-bottom: 277px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-277 {
		margin-bottom: 277px !important;
	}
}

.distance-278 {
	margin-bottom: 278px !important;
}

@media (min-width: 576px) {
	.distance-sm-278 {
		margin-bottom: 278px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-278 {
		margin-bottom: 278px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-278 {
		margin-bottom: 278px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-278 {
		margin-bottom: 278px !important;
	}
}

.distance-279 {
	margin-bottom: 279px !important;
}

@media (min-width: 576px) {
	.distance-sm-279 {
		margin-bottom: 279px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-279 {
		margin-bottom: 279px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-279 {
		margin-bottom: 279px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-279 {
		margin-bottom: 279px !important;
	}
}

.distance-280 {
	margin-bottom: 280px !important;
}

@media (min-width: 576px) {
	.distance-sm-280 {
		margin-bottom: 280px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-280 {
		margin-bottom: 280px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-280 {
		margin-bottom: 280px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-280 {
		margin-bottom: 280px !important;
	}
}

.distance-281 {
	margin-bottom: 281px !important;
}

@media (min-width: 576px) {
	.distance-sm-281 {
		margin-bottom: 281px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-281 {
		margin-bottom: 281px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-281 {
		margin-bottom: 281px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-281 {
		margin-bottom: 281px !important;
	}
}

.distance-282 {
	margin-bottom: 282px !important;
}

@media (min-width: 576px) {
	.distance-sm-282 {
		margin-bottom: 282px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-282 {
		margin-bottom: 282px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-282 {
		margin-bottom: 282px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-282 {
		margin-bottom: 282px !important;
	}
}

.distance-283 {
	margin-bottom: 283px !important;
}

@media (min-width: 576px) {
	.distance-sm-283 {
		margin-bottom: 283px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-283 {
		margin-bottom: 283px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-283 {
		margin-bottom: 283px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-283 {
		margin-bottom: 283px !important;
	}
}

.distance-284 {
	margin-bottom: 284px !important;
}

@media (min-width: 576px) {
	.distance-sm-284 {
		margin-bottom: 284px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-284 {
		margin-bottom: 284px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-284 {
		margin-bottom: 284px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-284 {
		margin-bottom: 284px !important;
	}
}

.distance-285 {
	margin-bottom: 285px !important;
}

@media (min-width: 576px) {
	.distance-sm-285 {
		margin-bottom: 285px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-285 {
		margin-bottom: 285px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-285 {
		margin-bottom: 285px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-285 {
		margin-bottom: 285px !important;
	}
}

.distance-286 {
	margin-bottom: 286px !important;
}

@media (min-width: 576px) {
	.distance-sm-286 {
		margin-bottom: 286px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-286 {
		margin-bottom: 286px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-286 {
		margin-bottom: 286px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-286 {
		margin-bottom: 286px !important;
	}
}

.distance-287 {
	margin-bottom: 287px !important;
}

@media (min-width: 576px) {
	.distance-sm-287 {
		margin-bottom: 287px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-287 {
		margin-bottom: 287px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-287 {
		margin-bottom: 287px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-287 {
		margin-bottom: 287px !important;
	}
}

.distance-288 {
	margin-bottom: 288px !important;
}

@media (min-width: 576px) {
	.distance-sm-288 {
		margin-bottom: 288px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-288 {
		margin-bottom: 288px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-288 {
		margin-bottom: 288px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-288 {
		margin-bottom: 288px !important;
	}
}

.distance-289 {
	margin-bottom: 289px !important;
}

@media (min-width: 576px) {
	.distance-sm-289 {
		margin-bottom: 289px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-289 {
		margin-bottom: 289px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-289 {
		margin-bottom: 289px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-289 {
		margin-bottom: 289px !important;
	}
}

.distance-290 {
	margin-bottom: 290px !important;
}

@media (min-width: 576px) {
	.distance-sm-290 {
		margin-bottom: 290px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-290 {
		margin-bottom: 290px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-290 {
		margin-bottom: 290px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-290 {
		margin-bottom: 290px !important;
	}
}

.distance-291 {
	margin-bottom: 291px !important;
}

@media (min-width: 576px) {
	.distance-sm-291 {
		margin-bottom: 291px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-291 {
		margin-bottom: 291px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-291 {
		margin-bottom: 291px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-291 {
		margin-bottom: 291px !important;
	}
}

.distance-292 {
	margin-bottom: 292px !important;
}

@media (min-width: 576px) {
	.distance-sm-292 {
		margin-bottom: 292px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-292 {
		margin-bottom: 292px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-292 {
		margin-bottom: 292px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-292 {
		margin-bottom: 292px !important;
	}
}

.distance-293 {
	margin-bottom: 293px !important;
}

@media (min-width: 576px) {
	.distance-sm-293 {
		margin-bottom: 293px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-293 {
		margin-bottom: 293px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-293 {
		margin-bottom: 293px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-293 {
		margin-bottom: 293px !important;
	}
}

.distance-294 {
	margin-bottom: 294px !important;
}

@media (min-width: 576px) {
	.distance-sm-294 {
		margin-bottom: 294px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-294 {
		margin-bottom: 294px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-294 {
		margin-bottom: 294px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-294 {
		margin-bottom: 294px !important;
	}
}

.distance-295 {
	margin-bottom: 295px !important;
}

@media (min-width: 576px) {
	.distance-sm-295 {
		margin-bottom: 295px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-295 {
		margin-bottom: 295px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-295 {
		margin-bottom: 295px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-295 {
		margin-bottom: 295px !important;
	}
}

.distance-296 {
	margin-bottom: 296px !important;
}

@media (min-width: 576px) {
	.distance-sm-296 {
		margin-bottom: 296px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-296 {
		margin-bottom: 296px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-296 {
		margin-bottom: 296px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-296 {
		margin-bottom: 296px !important;
	}
}

.distance-297 {
	margin-bottom: 297px !important;
}

@media (min-width: 576px) {
	.distance-sm-297 {
		margin-bottom: 297px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-297 {
		margin-bottom: 297px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-297 {
		margin-bottom: 297px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-297 {
		margin-bottom: 297px !important;
	}
}

.distance-298 {
	margin-bottom: 298px !important;
}

@media (min-width: 576px) {
	.distance-sm-298 {
		margin-bottom: 298px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-298 {
		margin-bottom: 298px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-298 {
		margin-bottom: 298px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-298 {
		margin-bottom: 298px !important;
	}
}

.distance-299 {
	margin-bottom: 299px !important;
}

@media (min-width: 576px) {
	.distance-sm-299 {
		margin-bottom: 299px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-299 {
		margin-bottom: 299px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-299 {
		margin-bottom: 299px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-299 {
		margin-bottom: 299px !important;
	}
}

.distance-300 {
	margin-bottom: 300px !important;
}

@media (min-width: 576px) {
	.distance-sm-300 {
		margin-bottom: 300px !important;
	}
}

@media (min-width: 991px) {
	.distance-lg-300 {
		margin-bottom: 300px !important;
	}
}

@media (min-width: 1440px) {
	.distance-xxl-300 {
		margin-bottom: 300px !important;
	}
}

@media (min-width: 1920px) {
	.distance-xxxxl-300 {
		margin-bottom: 300px !important;
	}
}

.pad-y-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.pad-t-0 {
	padding-top: 0px !important;
}

.pad-b-0 {
	padding-bottom: 0px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.pad-t-sm-0 {
		padding-top: 0px !important;
	}
	
	.pad-b-sm-0 {
		padding-bottom: 0px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.pad-t-lg-0 {
		padding-top: 0px !important;
	}
	
	.pad-b-lg-0 {
		padding-bottom: 0px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.pad-t-xxl-0 {
		padding-top: 0px !important;
	}
	
	.pad-b-xxl-0 {
		padding-bottom: 0px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.pad-t-xxxxl-0 {
		padding-top: 0px !important;
	}
	
	.pad-b-xxxxl-0 {
		padding-bottom: 0px !important;
	}
}

.pad-y-1 {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.pad-t-1 {
	padding-top: 1px !important;
}

.pad-b-1 {
	padding-bottom: 1px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-1 {
		padding-top: 1px !important;
		padding-bottom: 1px !important;
	}
	
	.pad-t-sm-1 {
		padding-top: 1px !important;
	}
	
	.pad-b-sm-1 {
		padding-bottom: 1px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-1 {
		padding-top: 1px !important;
		padding-bottom: 1px !important;
	}
	
	.pad-t-lg-1 {
		padding-top: 1px !important;
	}
	
	.pad-b-lg-1 {
		padding-bottom: 1px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-1 {
		padding-top: 1px !important;
		padding-bottom: 1px !important;
	}
	
	.pad-t-xxl-1 {
		padding-top: 1px !important;
	}
	
	.pad-b-xxl-1 {
		padding-bottom: 1px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-1 {
		padding-top: 1px !important;
		padding-bottom: 1px !important;
	}
	
	.pad-t-xxxxl-1 {
		padding-top: 1px !important;
	}
	
	.pad-b-xxxxl-1 {
		padding-bottom: 1px !important;
	}
}

.pad-y-2 {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.pad-t-2 {
	padding-top: 2px !important;
}

.pad-b-2 {
	padding-bottom: 2px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-2 {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	
	.pad-t-sm-2 {
		padding-top: 2px !important;
	}
	
	.pad-b-sm-2 {
		padding-bottom: 2px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-2 {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	
	.pad-t-lg-2 {
		padding-top: 2px !important;
	}
	
	.pad-b-lg-2 {
		padding-bottom: 2px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-2 {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	
	.pad-t-xxl-2 {
		padding-top: 2px !important;
	}
	
	.pad-b-xxl-2 {
		padding-bottom: 2px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-2 {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	
	.pad-t-xxxxl-2 {
		padding-top: 2px !important;
	}
	
	.pad-b-xxxxl-2 {
		padding-bottom: 2px !important;
	}
}

.pad-y-3 {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.pad-t-3 {
	padding-top: 3px !important;
}

.pad-b-3 {
	padding-bottom: 3px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-3 {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}
	
	.pad-t-sm-3 {
		padding-top: 3px !important;
	}
	
	.pad-b-sm-3 {
		padding-bottom: 3px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-3 {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}
	
	.pad-t-lg-3 {
		padding-top: 3px !important;
	}
	
	.pad-b-lg-3 {
		padding-bottom: 3px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-3 {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}
	
	.pad-t-xxl-3 {
		padding-top: 3px !important;
	}
	
	.pad-b-xxl-3 {
		padding-bottom: 3px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-3 {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}
	
	.pad-t-xxxxl-3 {
		padding-top: 3px !important;
	}
	
	.pad-b-xxxxl-3 {
		padding-bottom: 3px !important;
	}
}

.pad-y-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.pad-t-4 {
	padding-top: 4px !important;
}

.pad-b-4 {
	padding-bottom: 4px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	
	.pad-t-sm-4 {
		padding-top: 4px !important;
	}
	
	.pad-b-sm-4 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	
	.pad-t-lg-4 {
		padding-top: 4px !important;
	}
	
	.pad-b-lg-4 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	
	.pad-t-xxl-4 {
		padding-top: 4px !important;
	}
	
	.pad-b-xxl-4 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}
	
	.pad-t-xxxxl-4 {
		padding-top: 4px !important;
	}
	
	.pad-b-xxxxl-4 {
		padding-bottom: 4px !important;
	}
}

.pad-y-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.pad-t-5 {
	padding-top: 5px !important;
}

.pad-b-5 {
	padding-bottom: 5px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.pad-t-sm-5 {
		padding-top: 5px !important;
	}
	
	.pad-b-sm-5 {
		padding-bottom: 5px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.pad-t-lg-5 {
		padding-top: 5px !important;
	}
	
	.pad-b-lg-5 {
		padding-bottom: 5px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.pad-t-xxl-5 {
		padding-top: 5px !important;
	}
	
	.pad-b-xxl-5 {
		padding-bottom: 5px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.pad-t-xxxxl-5 {
		padding-top: 5px !important;
	}
	
	.pad-b-xxxxl-5 {
		padding-bottom: 5px !important;
	}
}

.pad-y-6 {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.pad-t-6 {
	padding-top: 6px !important;
}

.pad-b-6 {
	padding-bottom: 6px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-6 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	
	.pad-t-sm-6 {
		padding-top: 6px !important;
	}
	
	.pad-b-sm-6 {
		padding-bottom: 6px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-6 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	
	.pad-t-lg-6 {
		padding-top: 6px !important;
	}
	
	.pad-b-lg-6 {
		padding-bottom: 6px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-6 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	
	.pad-t-xxl-6 {
		padding-top: 6px !important;
	}
	
	.pad-b-xxl-6 {
		padding-bottom: 6px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-6 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	
	.pad-t-xxxxl-6 {
		padding-top: 6px !important;
	}
	
	.pad-b-xxxxl-6 {
		padding-bottom: 6px !important;
	}
}

.pad-y-7 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.pad-t-7 {
	padding-top: 7px !important;
}

.pad-b-7 {
	padding-bottom: 7px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-7 {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	
	.pad-t-sm-7 {
		padding-top: 7px !important;
	}
	
	.pad-b-sm-7 {
		padding-bottom: 7px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-7 {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	
	.pad-t-lg-7 {
		padding-top: 7px !important;
	}
	
	.pad-b-lg-7 {
		padding-bottom: 7px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-7 {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	
	.pad-t-xxl-7 {
		padding-top: 7px !important;
	}
	
	.pad-b-xxl-7 {
		padding-bottom: 7px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-7 {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	
	.pad-t-xxxxl-7 {
		padding-top: 7px !important;
	}
	
	.pad-b-xxxxl-7 {
		padding-bottom: 7px !important;
	}
}

.pad-y-8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.pad-t-8 {
	padding-top: 8px !important;
}

.pad-b-8 {
	padding-bottom: 8px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-8 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	
	.pad-t-sm-8 {
		padding-top: 8px !important;
	}
	
	.pad-b-sm-8 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-8 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	
	.pad-t-lg-8 {
		padding-top: 8px !important;
	}
	
	.pad-b-lg-8 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-8 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	
	.pad-t-xxl-8 {
		padding-top: 8px !important;
	}
	
	.pad-b-xxl-8 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-8 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	
	.pad-t-xxxxl-8 {
		padding-top: 8px !important;
	}
	
	.pad-b-xxxxl-8 {
		padding-bottom: 8px !important;
	}
}

.pad-y-9 {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.pad-t-9 {
	padding-top: 9px !important;
}

.pad-b-9 {
	padding-bottom: 9px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-9 {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}
	
	.pad-t-sm-9 {
		padding-top: 9px !important;
	}
	
	.pad-b-sm-9 {
		padding-bottom: 9px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-9 {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}
	
	.pad-t-lg-9 {
		padding-top: 9px !important;
	}
	
	.pad-b-lg-9 {
		padding-bottom: 9px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-9 {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}
	
	.pad-t-xxl-9 {
		padding-top: 9px !important;
	}
	
	.pad-b-xxl-9 {
		padding-bottom: 9px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-9 {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}
	
	.pad-t-xxxxl-9 {
		padding-top: 9px !important;
	}
	
	.pad-b-xxxxl-9 {
		padding-bottom: 9px !important;
	}
}

.pad-y-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.pad-t-10 {
	padding-top: 10px !important;
}

.pad-b-10 {
	padding-bottom: 10px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.pad-t-sm-10 {
		padding-top: 10px !important;
	}
	
	.pad-b-sm-10 {
		padding-bottom: 10px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.pad-t-lg-10 {
		padding-top: 10px !important;
	}
	
	.pad-b-lg-10 {
		padding-bottom: 10px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.pad-t-xxl-10 {
		padding-top: 10px !important;
	}
	
	.pad-b-xxl-10 {
		padding-bottom: 10px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.pad-t-xxxxl-10 {
		padding-top: 10px !important;
	}
	
	.pad-b-xxxxl-10 {
		padding-bottom: 10px !important;
	}
}

.pad-y-11 {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}

.pad-t-11 {
	padding-top: 11px !important;
}

.pad-b-11 {
	padding-bottom: 11px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-11 {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}
	
	.pad-t-sm-11 {
		padding-top: 11px !important;
	}
	
	.pad-b-sm-11 {
		padding-bottom: 11px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-11 {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}
	
	.pad-t-lg-11 {
		padding-top: 11px !important;
	}
	
	.pad-b-lg-11 {
		padding-bottom: 11px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-11 {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}
	
	.pad-t-xxl-11 {
		padding-top: 11px !important;
	}
	
	.pad-b-xxl-11 {
		padding-bottom: 11px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-11 {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}
	
	.pad-t-xxxxl-11 {
		padding-top: 11px !important;
	}
	
	.pad-b-xxxxl-11 {
		padding-bottom: 11px !important;
	}
}

.pad-y-12 {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.pad-t-12 {
	padding-top: 12px !important;
}

.pad-b-12 {
	padding-bottom: 12px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-12 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	.pad-t-sm-12 {
		padding-top: 12px !important;
	}
	
	.pad-b-sm-12 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-12 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	.pad-t-lg-12 {
		padding-top: 12px !important;
	}
	
	.pad-b-lg-12 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-12 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	.pad-t-xxl-12 {
		padding-top: 12px !important;
	}
	
	.pad-b-xxl-12 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-12 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	.pad-t-xxxxl-12 {
		padding-top: 12px !important;
	}
	
	.pad-b-xxxxl-12 {
		padding-bottom: 12px !important;
	}
}

.pad-y-13 {
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.pad-t-13 {
	padding-top: 13px !important;
}

.pad-b-13 {
	padding-bottom: 13px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-13 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}
	
	.pad-t-sm-13 {
		padding-top: 13px !important;
	}
	
	.pad-b-sm-13 {
		padding-bottom: 13px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-13 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}
	
	.pad-t-lg-13 {
		padding-top: 13px !important;
	}
	
	.pad-b-lg-13 {
		padding-bottom: 13px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-13 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}
	
	.pad-t-xxl-13 {
		padding-top: 13px !important;
	}
	
	.pad-b-xxl-13 {
		padding-bottom: 13px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-13 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}
	
	.pad-t-xxxxl-13 {
		padding-top: 13px !important;
	}
	
	.pad-b-xxxxl-13 {
		padding-bottom: 13px !important;
	}
}

.pad-y-14 {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.pad-t-14 {
	padding-top: 14px !important;
}

.pad-b-14 {
	padding-bottom: 14px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-14 {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	
	.pad-t-sm-14 {
		padding-top: 14px !important;
	}
	
	.pad-b-sm-14 {
		padding-bottom: 14px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-14 {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	
	.pad-t-lg-14 {
		padding-top: 14px !important;
	}
	
	.pad-b-lg-14 {
		padding-bottom: 14px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-14 {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	
	.pad-t-xxl-14 {
		padding-top: 14px !important;
	}
	
	.pad-b-xxl-14 {
		padding-bottom: 14px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-14 {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	
	.pad-t-xxxxl-14 {
		padding-top: 14px !important;
	}
	
	.pad-b-xxxxl-14 {
		padding-bottom: 14px !important;
	}
}

.pad-y-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.pad-t-15 {
	padding-top: 15px !important;
}

.pad-b-15 {
	padding-bottom: 15px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.pad-t-sm-15 {
		padding-top: 15px !important;
	}
	
	.pad-b-sm-15 {
		padding-bottom: 15px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.pad-t-lg-15 {
		padding-top: 15px !important;
	}
	
	.pad-b-lg-15 {
		padding-bottom: 15px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.pad-t-xxl-15 {
		padding-top: 15px !important;
	}
	
	.pad-b-xxl-15 {
		padding-bottom: 15px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.pad-t-xxxxl-15 {
		padding-top: 15px !important;
	}
	
	.pad-b-xxxxl-15 {
		padding-bottom: 15px !important;
	}
}

.pad-y-16 {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.pad-t-16 {
	padding-top: 16px !important;
}

.pad-b-16 {
	padding-bottom: 16px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-16 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	
	.pad-t-sm-16 {
		padding-top: 16px !important;
	}
	
	.pad-b-sm-16 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-16 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	
	.pad-t-lg-16 {
		padding-top: 16px !important;
	}
	
	.pad-b-lg-16 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-16 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	
	.pad-t-xxl-16 {
		padding-top: 16px !important;
	}
	
	.pad-b-xxl-16 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-16 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}
	
	.pad-t-xxxxl-16 {
		padding-top: 16px !important;
	}
	
	.pad-b-xxxxl-16 {
		padding-bottom: 16px !important;
	}
}

.pad-y-17 {
	padding-top: 17px !important;
	padding-bottom: 17px !important;
}

.pad-t-17 {
	padding-top: 17px !important;
}

.pad-b-17 {
	padding-bottom: 17px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-17 {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}
	
	.pad-t-sm-17 {
		padding-top: 17px !important;
	}
	
	.pad-b-sm-17 {
		padding-bottom: 17px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-17 {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}
	
	.pad-t-lg-17 {
		padding-top: 17px !important;
	}
	
	.pad-b-lg-17 {
		padding-bottom: 17px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-17 {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}
	
	.pad-t-xxl-17 {
		padding-top: 17px !important;
	}
	
	.pad-b-xxl-17 {
		padding-bottom: 17px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-17 {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}
	
	.pad-t-xxxxl-17 {
		padding-top: 17px !important;
	}
	
	.pad-b-xxxxl-17 {
		padding-bottom: 17px !important;
	}
}

.pad-y-18 {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

.pad-t-18 {
	padding-top: 18px !important;
}

.pad-b-18 {
	padding-bottom: 18px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-18 {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	
	.pad-t-sm-18 {
		padding-top: 18px !important;
	}
	
	.pad-b-sm-18 {
		padding-bottom: 18px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-18 {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	
	.pad-t-lg-18 {
		padding-top: 18px !important;
	}
	
	.pad-b-lg-18 {
		padding-bottom: 18px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-18 {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	
	.pad-t-xxl-18 {
		padding-top: 18px !important;
	}
	
	.pad-b-xxl-18 {
		padding-bottom: 18px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-18 {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	
	.pad-t-xxxxl-18 {
		padding-top: 18px !important;
	}
	
	.pad-b-xxxxl-18 {
		padding-bottom: 18px !important;
	}
}

.pad-y-19 {
	padding-top: 19px !important;
	padding-bottom: 19px !important;
}

.pad-t-19 {
	padding-top: 19px !important;
}

.pad-b-19 {
	padding-bottom: 19px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-19 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}
	
	.pad-t-sm-19 {
		padding-top: 19px !important;
	}
	
	.pad-b-sm-19 {
		padding-bottom: 19px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-19 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}
	
	.pad-t-lg-19 {
		padding-top: 19px !important;
	}
	
	.pad-b-lg-19 {
		padding-bottom: 19px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-19 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}
	
	.pad-t-xxl-19 {
		padding-top: 19px !important;
	}
	
	.pad-b-xxl-19 {
		padding-bottom: 19px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-19 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}
	
	.pad-t-xxxxl-19 {
		padding-top: 19px !important;
	}
	
	.pad-b-xxxxl-19 {
		padding-bottom: 19px !important;
	}
}

.pad-y-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.pad-t-20 {
	padding-top: 20px !important;
}

.pad-b-20 {
	padding-bottom: 20px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	.pad-t-sm-20 {
		padding-top: 20px !important;
	}
	
	.pad-b-sm-20 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	.pad-t-lg-20 {
		padding-top: 20px !important;
	}
	
	.pad-b-lg-20 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	.pad-t-xxl-20 {
		padding-top: 20px !important;
	}
	
	.pad-b-xxl-20 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	.pad-t-xxxxl-20 {
		padding-top: 20px !important;
	}
	
	.pad-b-xxxxl-20 {
		padding-bottom: 20px !important;
	}
}

.pad-y-21 {
	padding-top: 21px !important;
	padding-bottom: 21px !important;
}

.pad-t-21 {
	padding-top: 21px !important;
}

.pad-b-21 {
	padding-bottom: 21px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-21 {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
	
	.pad-t-sm-21 {
		padding-top: 21px !important;
	}
	
	.pad-b-sm-21 {
		padding-bottom: 21px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-21 {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
	
	.pad-t-lg-21 {
		padding-top: 21px !important;
	}
	
	.pad-b-lg-21 {
		padding-bottom: 21px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-21 {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
	
	.pad-t-xxl-21 {
		padding-top: 21px !important;
	}
	
	.pad-b-xxl-21 {
		padding-bottom: 21px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-21 {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}
	
	.pad-t-xxxxl-21 {
		padding-top: 21px !important;
	}
	
	.pad-b-xxxxl-21 {
		padding-bottom: 21px !important;
	}
}

.pad-y-22 {
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}

.pad-t-22 {
	padding-top: 22px !important;
}

.pad-b-22 {
	padding-bottom: 22px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-22 {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}
	
	.pad-t-sm-22 {
		padding-top: 22px !important;
	}
	
	.pad-b-sm-22 {
		padding-bottom: 22px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-22 {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}
	
	.pad-t-lg-22 {
		padding-top: 22px !important;
	}
	
	.pad-b-lg-22 {
		padding-bottom: 22px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-22 {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}
	
	.pad-t-xxl-22 {
		padding-top: 22px !important;
	}
	
	.pad-b-xxl-22 {
		padding-bottom: 22px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-22 {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}
	
	.pad-t-xxxxl-22 {
		padding-top: 22px !important;
	}
	
	.pad-b-xxxxl-22 {
		padding-bottom: 22px !important;
	}
}

.pad-y-23 {
	padding-top: 23px !important;
	padding-bottom: 23px !important;
}

.pad-t-23 {
	padding-top: 23px !important;
}

.pad-b-23 {
	padding-bottom: 23px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-23 {
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}
	
	.pad-t-sm-23 {
		padding-top: 23px !important;
	}
	
	.pad-b-sm-23 {
		padding-bottom: 23px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-23 {
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}
	
	.pad-t-lg-23 {
		padding-top: 23px !important;
	}
	
	.pad-b-lg-23 {
		padding-bottom: 23px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-23 {
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}
	
	.pad-t-xxl-23 {
		padding-top: 23px !important;
	}
	
	.pad-b-xxl-23 {
		padding-bottom: 23px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-23 {
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}
	
	.pad-t-xxxxl-23 {
		padding-top: 23px !important;
	}
	
	.pad-b-xxxxl-23 {
		padding-bottom: 23px !important;
	}
}

.pad-y-24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.pad-t-24 {
	padding-top: 24px !important;
}

.pad-b-24 {
	padding-bottom: 24px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	
	.pad-t-sm-24 {
		padding-top: 24px !important;
	}
	
	.pad-b-sm-24 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	
	.pad-t-lg-24 {
		padding-top: 24px !important;
	}
	
	.pad-b-lg-24 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	
	.pad-t-xxl-24 {
		padding-top: 24px !important;
	}
	
	.pad-b-xxl-24 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}
	
	.pad-t-xxxxl-24 {
		padding-top: 24px !important;
	}
	
	.pad-b-xxxxl-24 {
		padding-bottom: 24px !important;
	}
}

.pad-y-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.pad-t-25 {
	padding-top: 25px !important;
}

.pad-b-25 {
	padding-bottom: 25px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	
	.pad-t-sm-25 {
		padding-top: 25px !important;
	}
	
	.pad-b-sm-25 {
		padding-bottom: 25px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	
	.pad-t-lg-25 {
		padding-top: 25px !important;
	}
	
	.pad-b-lg-25 {
		padding-bottom: 25px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	
	.pad-t-xxl-25 {
		padding-top: 25px !important;
	}
	
	.pad-b-xxl-25 {
		padding-bottom: 25px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	
	.pad-t-xxxxl-25 {
		padding-top: 25px !important;
	}
	
	.pad-b-xxxxl-25 {
		padding-bottom: 25px !important;
	}
}

.pad-y-26 {
	padding-top: 26px !important;
	padding-bottom: 26px !important;
}

.pad-t-26 {
	padding-top: 26px !important;
}

.pad-b-26 {
	padding-bottom: 26px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-26 {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}
	
	.pad-t-sm-26 {
		padding-top: 26px !important;
	}
	
	.pad-b-sm-26 {
		padding-bottom: 26px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-26 {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}
	
	.pad-t-lg-26 {
		padding-top: 26px !important;
	}
	
	.pad-b-lg-26 {
		padding-bottom: 26px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-26 {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}
	
	.pad-t-xxl-26 {
		padding-top: 26px !important;
	}
	
	.pad-b-xxl-26 {
		padding-bottom: 26px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-26 {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}
	
	.pad-t-xxxxl-26 {
		padding-top: 26px !important;
	}
	
	.pad-b-xxxxl-26 {
		padding-bottom: 26px !important;
	}
}

.pad-y-27 {
	padding-top: 27px !important;
	padding-bottom: 27px !important;
}

.pad-t-27 {
	padding-top: 27px !important;
}

.pad-b-27 {
	padding-bottom: 27px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-27 {
		padding-top: 27px !important;
		padding-bottom: 27px !important;
	}
	
	.pad-t-sm-27 {
		padding-top: 27px !important;
	}
	
	.pad-b-sm-27 {
		padding-bottom: 27px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-27 {
		padding-top: 27px !important;
		padding-bottom: 27px !important;
	}
	
	.pad-t-lg-27 {
		padding-top: 27px !important;
	}
	
	.pad-b-lg-27 {
		padding-bottom: 27px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-27 {
		padding-top: 27px !important;
		padding-bottom: 27px !important;
	}
	
	.pad-t-xxl-27 {
		padding-top: 27px !important;
	}
	
	.pad-b-xxl-27 {
		padding-bottom: 27px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-27 {
		padding-top: 27px !important;
		padding-bottom: 27px !important;
	}
	
	.pad-t-xxxxl-27 {
		padding-top: 27px !important;
	}
	
	.pad-b-xxxxl-27 {
		padding-bottom: 27px !important;
	}
}

.pad-y-28 {
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}

.pad-t-28 {
	padding-top: 28px !important;
}

.pad-b-28 {
	padding-bottom: 28px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}
	
	.pad-t-sm-28 {
		padding-top: 28px !important;
	}
	
	.pad-b-sm-28 {
		padding-bottom: 28px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}
	
	.pad-t-lg-28 {
		padding-top: 28px !important;
	}
	
	.pad-b-lg-28 {
		padding-bottom: 28px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}
	
	.pad-t-xxl-28 {
		padding-top: 28px !important;
	}
	
	.pad-b-xxl-28 {
		padding-bottom: 28px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}
	
	.pad-t-xxxxl-28 {
		padding-top: 28px !important;
	}
	
	.pad-b-xxxxl-28 {
		padding-bottom: 28px !important;
	}
}

.pad-y-29 {
	padding-top: 29px !important;
	padding-bottom: 29px !important;
}

.pad-t-29 {
	padding-top: 29px !important;
}

.pad-b-29 {
	padding-bottom: 29px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-29 {
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}
	
	.pad-t-sm-29 {
		padding-top: 29px !important;
	}
	
	.pad-b-sm-29 {
		padding-bottom: 29px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-29 {
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}
	
	.pad-t-lg-29 {
		padding-top: 29px !important;
	}
	
	.pad-b-lg-29 {
		padding-bottom: 29px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-29 {
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}
	
	.pad-t-xxl-29 {
		padding-top: 29px !important;
	}
	
	.pad-b-xxl-29 {
		padding-bottom: 29px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-29 {
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}
	
	.pad-t-xxxxl-29 {
		padding-top: 29px !important;
	}
	
	.pad-b-xxxxl-29 {
		padding-bottom: 29px !important;
	}
}

.pad-y-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.pad-t-30 {
	padding-top: 30px !important;
}

.pad-b-30 {
	padding-bottom: 30px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.pad-t-sm-30 {
		padding-top: 30px !important;
	}
	
	.pad-b-sm-30 {
		padding-bottom: 30px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.pad-t-lg-30 {
		padding-top: 30px !important;
	}
	
	.pad-b-lg-30 {
		padding-bottom: 30px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.pad-t-xxl-30 {
		padding-top: 30px !important;
	}
	
	.pad-b-xxl-30 {
		padding-bottom: 30px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.pad-t-xxxxl-30 {
		padding-top: 30px !important;
	}
	
	.pad-b-xxxxl-30 {
		padding-bottom: 30px !important;
	}
}

.pad-y-31 {
	padding-top: 31px !important;
	padding-bottom: 31px !important;
}

.pad-t-31 {
	padding-top: 31px !important;
}

.pad-b-31 {
	padding-bottom: 31px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-31 {
		padding-top: 31px !important;
		padding-bottom: 31px !important;
	}
	
	.pad-t-sm-31 {
		padding-top: 31px !important;
	}
	
	.pad-b-sm-31 {
		padding-bottom: 31px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-31 {
		padding-top: 31px !important;
		padding-bottom: 31px !important;
	}
	
	.pad-t-lg-31 {
		padding-top: 31px !important;
	}
	
	.pad-b-lg-31 {
		padding-bottom: 31px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-31 {
		padding-top: 31px !important;
		padding-bottom: 31px !important;
	}
	
	.pad-t-xxl-31 {
		padding-top: 31px !important;
	}
	
	.pad-b-xxl-31 {
		padding-bottom: 31px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-31 {
		padding-top: 31px !important;
		padding-bottom: 31px !important;
	}
	
	.pad-t-xxxxl-31 {
		padding-top: 31px !important;
	}
	
	.pad-b-xxxxl-31 {
		padding-bottom: 31px !important;
	}
}

.pad-y-32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.pad-t-32 {
	padding-top: 32px !important;
}

.pad-b-32 {
	padding-bottom: 32px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-32 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	
	.pad-t-sm-32 {
		padding-top: 32px !important;
	}
	
	.pad-b-sm-32 {
		padding-bottom: 32px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-32 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	
	.pad-t-lg-32 {
		padding-top: 32px !important;
	}
	
	.pad-b-lg-32 {
		padding-bottom: 32px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-32 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	
	.pad-t-xxl-32 {
		padding-top: 32px !important;
	}
	
	.pad-b-xxl-32 {
		padding-bottom: 32px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-32 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}
	
	.pad-t-xxxxl-32 {
		padding-top: 32px !important;
	}
	
	.pad-b-xxxxl-32 {
		padding-bottom: 32px !important;
	}
}

.pad-y-33 {
	padding-top: 33px !important;
	padding-bottom: 33px !important;
}

.pad-t-33 {
	padding-top: 33px !important;
}

.pad-b-33 {
	padding-bottom: 33px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-33 {
		padding-top: 33px !important;
		padding-bottom: 33px !important;
	}
	
	.pad-t-sm-33 {
		padding-top: 33px !important;
	}
	
	.pad-b-sm-33 {
		padding-bottom: 33px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-33 {
		padding-top: 33px !important;
		padding-bottom: 33px !important;
	}
	
	.pad-t-lg-33 {
		padding-top: 33px !important;
	}
	
	.pad-b-lg-33 {
		padding-bottom: 33px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-33 {
		padding-top: 33px !important;
		padding-bottom: 33px !important;
	}
	
	.pad-t-xxl-33 {
		padding-top: 33px !important;
	}
	
	.pad-b-xxl-33 {
		padding-bottom: 33px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-33 {
		padding-top: 33px !important;
		padding-bottom: 33px !important;
	}
	
	.pad-t-xxxxl-33 {
		padding-top: 33px !important;
	}
	
	.pad-b-xxxxl-33 {
		padding-bottom: 33px !important;
	}
}

.pad-y-34 {
	padding-top: 34px !important;
	padding-bottom: 34px !important;
}

.pad-t-34 {
	padding-top: 34px !important;
}

.pad-b-34 {
	padding-bottom: 34px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-34 {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}
	
	.pad-t-sm-34 {
		padding-top: 34px !important;
	}
	
	.pad-b-sm-34 {
		padding-bottom: 34px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-34 {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}
	
	.pad-t-lg-34 {
		padding-top: 34px !important;
	}
	
	.pad-b-lg-34 {
		padding-bottom: 34px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-34 {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}
	
	.pad-t-xxl-34 {
		padding-top: 34px !important;
	}
	
	.pad-b-xxl-34 {
		padding-bottom: 34px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-34 {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}
	
	.pad-t-xxxxl-34 {
		padding-top: 34px !important;
	}
	
	.pad-b-xxxxl-34 {
		padding-bottom: 34px !important;
	}
}

.pad-y-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.pad-t-35 {
	padding-top: 35px !important;
}

.pad-b-35 {
	padding-bottom: 35px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	
	.pad-t-sm-35 {
		padding-top: 35px !important;
	}
	
	.pad-b-sm-35 {
		padding-bottom: 35px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	
	.pad-t-lg-35 {
		padding-top: 35px !important;
	}
	
	.pad-b-lg-35 {
		padding-bottom: 35px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	
	.pad-t-xxl-35 {
		padding-top: 35px !important;
	}
	
	.pad-b-xxl-35 {
		padding-bottom: 35px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	
	.pad-t-xxxxl-35 {
		padding-top: 35px !important;
	}
	
	.pad-b-xxxxl-35 {
		padding-bottom: 35px !important;
	}
}

.pad-y-36 {
	padding-top: 36px !important;
	padding-bottom: 36px !important;
}

.pad-t-36 {
	padding-top: 36px !important;
}

.pad-b-36 {
	padding-bottom: 36px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-36 {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}
	
	.pad-t-sm-36 {
		padding-top: 36px !important;
	}
	
	.pad-b-sm-36 {
		padding-bottom: 36px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-36 {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}
	
	.pad-t-lg-36 {
		padding-top: 36px !important;
	}
	
	.pad-b-lg-36 {
		padding-bottom: 36px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-36 {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}
	
	.pad-t-xxl-36 {
		padding-top: 36px !important;
	}
	
	.pad-b-xxl-36 {
		padding-bottom: 36px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-36 {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}
	
	.pad-t-xxxxl-36 {
		padding-top: 36px !important;
	}
	
	.pad-b-xxxxl-36 {
		padding-bottom: 36px !important;
	}
}

.pad-y-37 {
	padding-top: 37px !important;
	padding-bottom: 37px !important;
}

.pad-t-37 {
	padding-top: 37px !important;
}

.pad-b-37 {
	padding-bottom: 37px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-37 {
		padding-top: 37px !important;
		padding-bottom: 37px !important;
	}
	
	.pad-t-sm-37 {
		padding-top: 37px !important;
	}
	
	.pad-b-sm-37 {
		padding-bottom: 37px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-37 {
		padding-top: 37px !important;
		padding-bottom: 37px !important;
	}
	
	.pad-t-lg-37 {
		padding-top: 37px !important;
	}
	
	.pad-b-lg-37 {
		padding-bottom: 37px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-37 {
		padding-top: 37px !important;
		padding-bottom: 37px !important;
	}
	
	.pad-t-xxl-37 {
		padding-top: 37px !important;
	}
	
	.pad-b-xxl-37 {
		padding-bottom: 37px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-37 {
		padding-top: 37px !important;
		padding-bottom: 37px !important;
	}
	
	.pad-t-xxxxl-37 {
		padding-top: 37px !important;
	}
	
	.pad-b-xxxxl-37 {
		padding-bottom: 37px !important;
	}
}

.pad-y-38 {
	padding-top: 38px !important;
	padding-bottom: 38px !important;
}

.pad-t-38 {
	padding-top: 38px !important;
}

.pad-b-38 {
	padding-bottom: 38px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-38 {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}
	
	.pad-t-sm-38 {
		padding-top: 38px !important;
	}
	
	.pad-b-sm-38 {
		padding-bottom: 38px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-38 {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}
	
	.pad-t-lg-38 {
		padding-top: 38px !important;
	}
	
	.pad-b-lg-38 {
		padding-bottom: 38px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-38 {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}
	
	.pad-t-xxl-38 {
		padding-top: 38px !important;
	}
	
	.pad-b-xxl-38 {
		padding-bottom: 38px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-38 {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}
	
	.pad-t-xxxxl-38 {
		padding-top: 38px !important;
	}
	
	.pad-b-xxxxl-38 {
		padding-bottom: 38px !important;
	}
}

.pad-y-39 {
	padding-top: 39px !important;
	padding-bottom: 39px !important;
}

.pad-t-39 {
	padding-top: 39px !important;
}

.pad-b-39 {
	padding-bottom: 39px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-39 {
		padding-top: 39px !important;
		padding-bottom: 39px !important;
	}
	
	.pad-t-sm-39 {
		padding-top: 39px !important;
	}
	
	.pad-b-sm-39 {
		padding-bottom: 39px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-39 {
		padding-top: 39px !important;
		padding-bottom: 39px !important;
	}
	
	.pad-t-lg-39 {
		padding-top: 39px !important;
	}
	
	.pad-b-lg-39 {
		padding-bottom: 39px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-39 {
		padding-top: 39px !important;
		padding-bottom: 39px !important;
	}
	
	.pad-t-xxl-39 {
		padding-top: 39px !important;
	}
	
	.pad-b-xxl-39 {
		padding-bottom: 39px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-39 {
		padding-top: 39px !important;
		padding-bottom: 39px !important;
	}
	
	.pad-t-xxxxl-39 {
		padding-top: 39px !important;
	}
	
	.pad-b-xxxxl-39 {
		padding-bottom: 39px !important;
	}
}

.pad-y-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.pad-t-40 {
	padding-top: 40px !important;
}

.pad-b-40 {
	padding-bottom: 40px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.pad-t-sm-40 {
		padding-top: 40px !important;
	}
	
	.pad-b-sm-40 {
		padding-bottom: 40px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.pad-t-lg-40 {
		padding-top: 40px !important;
	}
	
	.pad-b-lg-40 {
		padding-bottom: 40px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.pad-t-xxl-40 {
		padding-top: 40px !important;
	}
	
	.pad-b-xxl-40 {
		padding-bottom: 40px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.pad-t-xxxxl-40 {
		padding-top: 40px !important;
	}
	
	.pad-b-xxxxl-40 {
		padding-bottom: 40px !important;
	}
}

.pad-y-41 {
	padding-top: 41px !important;
	padding-bottom: 41px !important;
}

.pad-t-41 {
	padding-top: 41px !important;
}

.pad-b-41 {
	padding-bottom: 41px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-41 {
		padding-top: 41px !important;
		padding-bottom: 41px !important;
	}
	
	.pad-t-sm-41 {
		padding-top: 41px !important;
	}
	
	.pad-b-sm-41 {
		padding-bottom: 41px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-41 {
		padding-top: 41px !important;
		padding-bottom: 41px !important;
	}
	
	.pad-t-lg-41 {
		padding-top: 41px !important;
	}
	
	.pad-b-lg-41 {
		padding-bottom: 41px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-41 {
		padding-top: 41px !important;
		padding-bottom: 41px !important;
	}
	
	.pad-t-xxl-41 {
		padding-top: 41px !important;
	}
	
	.pad-b-xxl-41 {
		padding-bottom: 41px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-41 {
		padding-top: 41px !important;
		padding-bottom: 41px !important;
	}
	
	.pad-t-xxxxl-41 {
		padding-top: 41px !important;
	}
	
	.pad-b-xxxxl-41 {
		padding-bottom: 41px !important;
	}
}

.pad-y-42 {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.pad-t-42 {
	padding-top: 42px !important;
}

.pad-b-42 {
	padding-bottom: 42px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-42 {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}
	
	.pad-t-sm-42 {
		padding-top: 42px !important;
	}
	
	.pad-b-sm-42 {
		padding-bottom: 42px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-42 {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}
	
	.pad-t-lg-42 {
		padding-top: 42px !important;
	}
	
	.pad-b-lg-42 {
		padding-bottom: 42px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-42 {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}
	
	.pad-t-xxl-42 {
		padding-top: 42px !important;
	}
	
	.pad-b-xxl-42 {
		padding-bottom: 42px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-42 {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}
	
	.pad-t-xxxxl-42 {
		padding-top: 42px !important;
	}
	
	.pad-b-xxxxl-42 {
		padding-bottom: 42px !important;
	}
}

.pad-y-43 {
	padding-top: 43px !important;
	padding-bottom: 43px !important;
}

.pad-t-43 {
	padding-top: 43px !important;
}

.pad-b-43 {
	padding-bottom: 43px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-43 {
		padding-top: 43px !important;
		padding-bottom: 43px !important;
	}
	
	.pad-t-sm-43 {
		padding-top: 43px !important;
	}
	
	.pad-b-sm-43 {
		padding-bottom: 43px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-43 {
		padding-top: 43px !important;
		padding-bottom: 43px !important;
	}
	
	.pad-t-lg-43 {
		padding-top: 43px !important;
	}
	
	.pad-b-lg-43 {
		padding-bottom: 43px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-43 {
		padding-top: 43px !important;
		padding-bottom: 43px !important;
	}
	
	.pad-t-xxl-43 {
		padding-top: 43px !important;
	}
	
	.pad-b-xxl-43 {
		padding-bottom: 43px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-43 {
		padding-top: 43px !important;
		padding-bottom: 43px !important;
	}
	
	.pad-t-xxxxl-43 {
		padding-top: 43px !important;
	}
	
	.pad-b-xxxxl-43 {
		padding-bottom: 43px !important;
	}
}

.pad-y-44 {
	padding-top: 44px !important;
	padding-bottom: 44px !important;
}

.pad-t-44 {
	padding-top: 44px !important;
}

.pad-b-44 {
	padding-bottom: 44px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-44 {
		padding-top: 44px !important;
		padding-bottom: 44px !important;
	}
	
	.pad-t-sm-44 {
		padding-top: 44px !important;
	}
	
	.pad-b-sm-44 {
		padding-bottom: 44px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-44 {
		padding-top: 44px !important;
		padding-bottom: 44px !important;
	}
	
	.pad-t-lg-44 {
		padding-top: 44px !important;
	}
	
	.pad-b-lg-44 {
		padding-bottom: 44px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-44 {
		padding-top: 44px !important;
		padding-bottom: 44px !important;
	}
	
	.pad-t-xxl-44 {
		padding-top: 44px !important;
	}
	
	.pad-b-xxl-44 {
		padding-bottom: 44px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-44 {
		padding-top: 44px !important;
		padding-bottom: 44px !important;
	}
	
	.pad-t-xxxxl-44 {
		padding-top: 44px !important;
	}
	
	.pad-b-xxxxl-44 {
		padding-bottom: 44px !important;
	}
}

.pad-y-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.pad-t-45 {
	padding-top: 45px !important;
}

.pad-b-45 {
	padding-bottom: 45px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}
	
	.pad-t-sm-45 {
		padding-top: 45px !important;
	}
	
	.pad-b-sm-45 {
		padding-bottom: 45px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}
	
	.pad-t-lg-45 {
		padding-top: 45px !important;
	}
	
	.pad-b-lg-45 {
		padding-bottom: 45px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}
	
	.pad-t-xxl-45 {
		padding-top: 45px !important;
	}
	
	.pad-b-xxl-45 {
		padding-bottom: 45px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}
	
	.pad-t-xxxxl-45 {
		padding-top: 45px !important;
	}
	
	.pad-b-xxxxl-45 {
		padding-bottom: 45px !important;
	}
}

.pad-y-46 {
	padding-top: 46px !important;
	padding-bottom: 46px !important;
}

.pad-t-46 {
	padding-top: 46px !important;
}

.pad-b-46 {
	padding-bottom: 46px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-46 {
		padding-top: 46px !important;
		padding-bottom: 46px !important;
	}
	
	.pad-t-sm-46 {
		padding-top: 46px !important;
	}
	
	.pad-b-sm-46 {
		padding-bottom: 46px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-46 {
		padding-top: 46px !important;
		padding-bottom: 46px !important;
	}
	
	.pad-t-lg-46 {
		padding-top: 46px !important;
	}
	
	.pad-b-lg-46 {
		padding-bottom: 46px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-46 {
		padding-top: 46px !important;
		padding-bottom: 46px !important;
	}
	
	.pad-t-xxl-46 {
		padding-top: 46px !important;
	}
	
	.pad-b-xxl-46 {
		padding-bottom: 46px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-46 {
		padding-top: 46px !important;
		padding-bottom: 46px !important;
	}
	
	.pad-t-xxxxl-46 {
		padding-top: 46px !important;
	}
	
	.pad-b-xxxxl-46 {
		padding-bottom: 46px !important;
	}
}

.pad-y-47 {
	padding-top: 47px !important;
	padding-bottom: 47px !important;
}

.pad-t-47 {
	padding-top: 47px !important;
}

.pad-b-47 {
	padding-bottom: 47px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-47 {
		padding-top: 47px !important;
		padding-bottom: 47px !important;
	}
	
	.pad-t-sm-47 {
		padding-top: 47px !important;
	}
	
	.pad-b-sm-47 {
		padding-bottom: 47px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-47 {
		padding-top: 47px !important;
		padding-bottom: 47px !important;
	}
	
	.pad-t-lg-47 {
		padding-top: 47px !important;
	}
	
	.pad-b-lg-47 {
		padding-bottom: 47px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-47 {
		padding-top: 47px !important;
		padding-bottom: 47px !important;
	}
	
	.pad-t-xxl-47 {
		padding-top: 47px !important;
	}
	
	.pad-b-xxl-47 {
		padding-bottom: 47px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-47 {
		padding-top: 47px !important;
		padding-bottom: 47px !important;
	}
	
	.pad-t-xxxxl-47 {
		padding-top: 47px !important;
	}
	
	.pad-b-xxxxl-47 {
		padding-bottom: 47px !important;
	}
}

.pad-y-48 {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

.pad-t-48 {
	padding-top: 48px !important;
}

.pad-b-48 {
	padding-bottom: 48px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-48 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	
	.pad-t-sm-48 {
		padding-top: 48px !important;
	}
	
	.pad-b-sm-48 {
		padding-bottom: 48px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-48 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	
	.pad-t-lg-48 {
		padding-top: 48px !important;
	}
	
	.pad-b-lg-48 {
		padding-bottom: 48px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-48 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	
	.pad-t-xxl-48 {
		padding-top: 48px !important;
	}
	
	.pad-b-xxl-48 {
		padding-bottom: 48px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-48 {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}
	
	.pad-t-xxxxl-48 {
		padding-top: 48px !important;
	}
	
	.pad-b-xxxxl-48 {
		padding-bottom: 48px !important;
	}
}

.pad-y-49 {
	padding-top: 49px !important;
	padding-bottom: 49px !important;
}

.pad-t-49 {
	padding-top: 49px !important;
}

.pad-b-49 {
	padding-bottom: 49px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-49 {
		padding-top: 49px !important;
		padding-bottom: 49px !important;
	}
	
	.pad-t-sm-49 {
		padding-top: 49px !important;
	}
	
	.pad-b-sm-49 {
		padding-bottom: 49px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-49 {
		padding-top: 49px !important;
		padding-bottom: 49px !important;
	}
	
	.pad-t-lg-49 {
		padding-top: 49px !important;
	}
	
	.pad-b-lg-49 {
		padding-bottom: 49px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-49 {
		padding-top: 49px !important;
		padding-bottom: 49px !important;
	}
	
	.pad-t-xxl-49 {
		padding-top: 49px !important;
	}
	
	.pad-b-xxl-49 {
		padding-bottom: 49px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-49 {
		padding-top: 49px !important;
		padding-bottom: 49px !important;
	}
	
	.pad-t-xxxxl-49 {
		padding-top: 49px !important;
	}
	
	.pad-b-xxxxl-49 {
		padding-bottom: 49px !important;
	}
}

.pad-y-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.pad-t-50 {
	padding-top: 50px !important;
}

.pad-b-50 {
	padding-bottom: 50px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.pad-t-sm-50 {
		padding-top: 50px !important;
	}
	
	.pad-b-sm-50 {
		padding-bottom: 50px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.pad-t-lg-50 {
		padding-top: 50px !important;
	}
	
	.pad-b-lg-50 {
		padding-bottom: 50px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.pad-t-xxl-50 {
		padding-top: 50px !important;
	}
	
	.pad-b-xxl-50 {
		padding-bottom: 50px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.pad-t-xxxxl-50 {
		padding-top: 50px !important;
	}
	
	.pad-b-xxxxl-50 {
		padding-bottom: 50px !important;
	}
}

.pad-y-51 {
	padding-top: 51px !important;
	padding-bottom: 51px !important;
}

.pad-t-51 {
	padding-top: 51px !important;
}

.pad-b-51 {
	padding-bottom: 51px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-51 {
		padding-top: 51px !important;
		padding-bottom: 51px !important;
	}
	
	.pad-t-sm-51 {
		padding-top: 51px !important;
	}
	
	.pad-b-sm-51 {
		padding-bottom: 51px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-51 {
		padding-top: 51px !important;
		padding-bottom: 51px !important;
	}
	
	.pad-t-lg-51 {
		padding-top: 51px !important;
	}
	
	.pad-b-lg-51 {
		padding-bottom: 51px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-51 {
		padding-top: 51px !important;
		padding-bottom: 51px !important;
	}
	
	.pad-t-xxl-51 {
		padding-top: 51px !important;
	}
	
	.pad-b-xxl-51 {
		padding-bottom: 51px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-51 {
		padding-top: 51px !important;
		padding-bottom: 51px !important;
	}
	
	.pad-t-xxxxl-51 {
		padding-top: 51px !important;
	}
	
	.pad-b-xxxxl-51 {
		padding-bottom: 51px !important;
	}
}

.pad-y-52 {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.pad-t-52 {
	padding-top: 52px !important;
}

.pad-b-52 {
	padding-bottom: 52px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-52 {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
	}
	
	.pad-t-sm-52 {
		padding-top: 52px !important;
	}
	
	.pad-b-sm-52 {
		padding-bottom: 52px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-52 {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
	}
	
	.pad-t-lg-52 {
		padding-top: 52px !important;
	}
	
	.pad-b-lg-52 {
		padding-bottom: 52px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-52 {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
	}
	
	.pad-t-xxl-52 {
		padding-top: 52px !important;
	}
	
	.pad-b-xxl-52 {
		padding-bottom: 52px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-52 {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
	}
	
	.pad-t-xxxxl-52 {
		padding-top: 52px !important;
	}
	
	.pad-b-xxxxl-52 {
		padding-bottom: 52px !important;
	}
}

.pad-y-53 {
	padding-top: 53px !important;
	padding-bottom: 53px !important;
}

.pad-t-53 {
	padding-top: 53px !important;
}

.pad-b-53 {
	padding-bottom: 53px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-53 {
		padding-top: 53px !important;
		padding-bottom: 53px !important;
	}
	
	.pad-t-sm-53 {
		padding-top: 53px !important;
	}
	
	.pad-b-sm-53 {
		padding-bottom: 53px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-53 {
		padding-top: 53px !important;
		padding-bottom: 53px !important;
	}
	
	.pad-t-lg-53 {
		padding-top: 53px !important;
	}
	
	.pad-b-lg-53 {
		padding-bottom: 53px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-53 {
		padding-top: 53px !important;
		padding-bottom: 53px !important;
	}
	
	.pad-t-xxl-53 {
		padding-top: 53px !important;
	}
	
	.pad-b-xxl-53 {
		padding-bottom: 53px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-53 {
		padding-top: 53px !important;
		padding-bottom: 53px !important;
	}
	
	.pad-t-xxxxl-53 {
		padding-top: 53px !important;
	}
	
	.pad-b-xxxxl-53 {
		padding-bottom: 53px !important;
	}
}

.pad-y-54 {
	padding-top: 54px !important;
	padding-bottom: 54px !important;
}

.pad-t-54 {
	padding-top: 54px !important;
}

.pad-b-54 {
	padding-bottom: 54px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-54 {
		padding-top: 54px !important;
		padding-bottom: 54px !important;
	}
	
	.pad-t-sm-54 {
		padding-top: 54px !important;
	}
	
	.pad-b-sm-54 {
		padding-bottom: 54px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-54 {
		padding-top: 54px !important;
		padding-bottom: 54px !important;
	}
	
	.pad-t-lg-54 {
		padding-top: 54px !important;
	}
	
	.pad-b-lg-54 {
		padding-bottom: 54px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-54 {
		padding-top: 54px !important;
		padding-bottom: 54px !important;
	}
	
	.pad-t-xxl-54 {
		padding-top: 54px !important;
	}
	
	.pad-b-xxl-54 {
		padding-bottom: 54px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-54 {
		padding-top: 54px !important;
		padding-bottom: 54px !important;
	}
	
	.pad-t-xxxxl-54 {
		padding-top: 54px !important;
	}
	
	.pad-b-xxxxl-54 {
		padding-bottom: 54px !important;
	}
}

.pad-y-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.pad-t-55 {
	padding-top: 55px !important;
}

.pad-b-55 {
	padding-bottom: 55px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	
	.pad-t-sm-55 {
		padding-top: 55px !important;
	}
	
	.pad-b-sm-55 {
		padding-bottom: 55px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	
	.pad-t-lg-55 {
		padding-top: 55px !important;
	}
	
	.pad-b-lg-55 {
		padding-bottom: 55px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	
	.pad-t-xxl-55 {
		padding-top: 55px !important;
	}
	
	.pad-b-xxl-55 {
		padding-bottom: 55px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	
	.pad-t-xxxxl-55 {
		padding-top: 55px !important;
	}
	
	.pad-b-xxxxl-55 {
		padding-bottom: 55px !important;
	}
}

.pad-y-56 {
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

.pad-t-56 {
	padding-top: 56px !important;
}

.pad-b-56 {
	padding-bottom: 56px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-56 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	
	.pad-t-sm-56 {
		padding-top: 56px !important;
	}
	
	.pad-b-sm-56 {
		padding-bottom: 56px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-56 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	
	.pad-t-lg-56 {
		padding-top: 56px !important;
	}
	
	.pad-b-lg-56 {
		padding-bottom: 56px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-56 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	
	.pad-t-xxl-56 {
		padding-top: 56px !important;
	}
	
	.pad-b-xxl-56 {
		padding-bottom: 56px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-56 {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
	
	.pad-t-xxxxl-56 {
		padding-top: 56px !important;
	}
	
	.pad-b-xxxxl-56 {
		padding-bottom: 56px !important;
	}
}

.pad-y-57 {
	padding-top: 57px !important;
	padding-bottom: 57px !important;
}

.pad-t-57 {
	padding-top: 57px !important;
}

.pad-b-57 {
	padding-bottom: 57px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-57 {
		padding-top: 57px !important;
		padding-bottom: 57px !important;
	}
	
	.pad-t-sm-57 {
		padding-top: 57px !important;
	}
	
	.pad-b-sm-57 {
		padding-bottom: 57px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-57 {
		padding-top: 57px !important;
		padding-bottom: 57px !important;
	}
	
	.pad-t-lg-57 {
		padding-top: 57px !important;
	}
	
	.pad-b-lg-57 {
		padding-bottom: 57px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-57 {
		padding-top: 57px !important;
		padding-bottom: 57px !important;
	}
	
	.pad-t-xxl-57 {
		padding-top: 57px !important;
	}
	
	.pad-b-xxl-57 {
		padding-bottom: 57px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-57 {
		padding-top: 57px !important;
		padding-bottom: 57px !important;
	}
	
	.pad-t-xxxxl-57 {
		padding-top: 57px !important;
	}
	
	.pad-b-xxxxl-57 {
		padding-bottom: 57px !important;
	}
}

.pad-y-58 {
	padding-top: 58px !important;
	padding-bottom: 58px !important;
}

.pad-t-58 {
	padding-top: 58px !important;
}

.pad-b-58 {
	padding-bottom: 58px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-58 {
		padding-top: 58px !important;
		padding-bottom: 58px !important;
	}
	
	.pad-t-sm-58 {
		padding-top: 58px !important;
	}
	
	.pad-b-sm-58 {
		padding-bottom: 58px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-58 {
		padding-top: 58px !important;
		padding-bottom: 58px !important;
	}
	
	.pad-t-lg-58 {
		padding-top: 58px !important;
	}
	
	.pad-b-lg-58 {
		padding-bottom: 58px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-58 {
		padding-top: 58px !important;
		padding-bottom: 58px !important;
	}
	
	.pad-t-xxl-58 {
		padding-top: 58px !important;
	}
	
	.pad-b-xxl-58 {
		padding-bottom: 58px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-58 {
		padding-top: 58px !important;
		padding-bottom: 58px !important;
	}
	
	.pad-t-xxxxl-58 {
		padding-top: 58px !important;
	}
	
	.pad-b-xxxxl-58 {
		padding-bottom: 58px !important;
	}
}

.pad-y-59 {
	padding-top: 59px !important;
	padding-bottom: 59px !important;
}

.pad-t-59 {
	padding-top: 59px !important;
}

.pad-b-59 {
	padding-bottom: 59px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-59 {
		padding-top: 59px !important;
		padding-bottom: 59px !important;
	}
	
	.pad-t-sm-59 {
		padding-top: 59px !important;
	}
	
	.pad-b-sm-59 {
		padding-bottom: 59px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-59 {
		padding-top: 59px !important;
		padding-bottom: 59px !important;
	}
	
	.pad-t-lg-59 {
		padding-top: 59px !important;
	}
	
	.pad-b-lg-59 {
		padding-bottom: 59px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-59 {
		padding-top: 59px !important;
		padding-bottom: 59px !important;
	}
	
	.pad-t-xxl-59 {
		padding-top: 59px !important;
	}
	
	.pad-b-xxl-59 {
		padding-bottom: 59px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-59 {
		padding-top: 59px !important;
		padding-bottom: 59px !important;
	}
	
	.pad-t-xxxxl-59 {
		padding-top: 59px !important;
	}
	
	.pad-b-xxxxl-59 {
		padding-bottom: 59px !important;
	}
}

.pad-y-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.pad-t-60 {
	padding-top: 60px !important;
}

.pad-b-60 {
	padding-bottom: 60px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.pad-t-sm-60 {
		padding-top: 60px !important;
	}
	
	.pad-b-sm-60 {
		padding-bottom: 60px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.pad-t-lg-60 {
		padding-top: 60px !important;
	}
	
	.pad-b-lg-60 {
		padding-bottom: 60px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.pad-t-xxl-60 {
		padding-top: 60px !important;
	}
	
	.pad-b-xxl-60 {
		padding-bottom: 60px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.pad-t-xxxxl-60 {
		padding-top: 60px !important;
	}
	
	.pad-b-xxxxl-60 {
		padding-bottom: 60px !important;
	}
}

.pad-y-61 {
	padding-top: 61px !important;
	padding-bottom: 61px !important;
}

.pad-t-61 {
	padding-top: 61px !important;
}

.pad-b-61 {
	padding-bottom: 61px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-61 {
		padding-top: 61px !important;
		padding-bottom: 61px !important;
	}
	
	.pad-t-sm-61 {
		padding-top: 61px !important;
	}
	
	.pad-b-sm-61 {
		padding-bottom: 61px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-61 {
		padding-top: 61px !important;
		padding-bottom: 61px !important;
	}
	
	.pad-t-lg-61 {
		padding-top: 61px !important;
	}
	
	.pad-b-lg-61 {
		padding-bottom: 61px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-61 {
		padding-top: 61px !important;
		padding-bottom: 61px !important;
	}
	
	.pad-t-xxl-61 {
		padding-top: 61px !important;
	}
	
	.pad-b-xxl-61 {
		padding-bottom: 61px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-61 {
		padding-top: 61px !important;
		padding-bottom: 61px !important;
	}
	
	.pad-t-xxxxl-61 {
		padding-top: 61px !important;
	}
	
	.pad-b-xxxxl-61 {
		padding-bottom: 61px !important;
	}
}

.pad-y-62 {
	padding-top: 62px !important;
	padding-bottom: 62px !important;
}

.pad-t-62 {
	padding-top: 62px !important;
}

.pad-b-62 {
	padding-bottom: 62px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-62 {
		padding-top: 62px !important;
		padding-bottom: 62px !important;
	}
	
	.pad-t-sm-62 {
		padding-top: 62px !important;
	}
	
	.pad-b-sm-62 {
		padding-bottom: 62px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-62 {
		padding-top: 62px !important;
		padding-bottom: 62px !important;
	}
	
	.pad-t-lg-62 {
		padding-top: 62px !important;
	}
	
	.pad-b-lg-62 {
		padding-bottom: 62px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-62 {
		padding-top: 62px !important;
		padding-bottom: 62px !important;
	}
	
	.pad-t-xxl-62 {
		padding-top: 62px !important;
	}
	
	.pad-b-xxl-62 {
		padding-bottom: 62px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-62 {
		padding-top: 62px !important;
		padding-bottom: 62px !important;
	}
	
	.pad-t-xxxxl-62 {
		padding-top: 62px !important;
	}
	
	.pad-b-xxxxl-62 {
		padding-bottom: 62px !important;
	}
}

.pad-y-63 {
	padding-top: 63px !important;
	padding-bottom: 63px !important;
}

.pad-t-63 {
	padding-top: 63px !important;
}

.pad-b-63 {
	padding-bottom: 63px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-63 {
		padding-top: 63px !important;
		padding-bottom: 63px !important;
	}
	
	.pad-t-sm-63 {
		padding-top: 63px !important;
	}
	
	.pad-b-sm-63 {
		padding-bottom: 63px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-63 {
		padding-top: 63px !important;
		padding-bottom: 63px !important;
	}
	
	.pad-t-lg-63 {
		padding-top: 63px !important;
	}
	
	.pad-b-lg-63 {
		padding-bottom: 63px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-63 {
		padding-top: 63px !important;
		padding-bottom: 63px !important;
	}
	
	.pad-t-xxl-63 {
		padding-top: 63px !important;
	}
	
	.pad-b-xxl-63 {
		padding-bottom: 63px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-63 {
		padding-top: 63px !important;
		padding-bottom: 63px !important;
	}
	
	.pad-t-xxxxl-63 {
		padding-top: 63px !important;
	}
	
	.pad-b-xxxxl-63 {
		padding-bottom: 63px !important;
	}
}

.pad-y-64 {
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}

.pad-t-64 {
	padding-top: 64px !important;
}

.pad-b-64 {
	padding-bottom: 64px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-64 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	
	.pad-t-sm-64 {
		padding-top: 64px !important;
	}
	
	.pad-b-sm-64 {
		padding-bottom: 64px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-64 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	
	.pad-t-lg-64 {
		padding-top: 64px !important;
	}
	
	.pad-b-lg-64 {
		padding-bottom: 64px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-64 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	
	.pad-t-xxl-64 {
		padding-top: 64px !important;
	}
	
	.pad-b-xxl-64 {
		padding-bottom: 64px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-64 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}
	
	.pad-t-xxxxl-64 {
		padding-top: 64px !important;
	}
	
	.pad-b-xxxxl-64 {
		padding-bottom: 64px !important;
	}
}

.pad-y-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.pad-t-65 {
	padding-top: 65px !important;
}

.pad-b-65 {
	padding-bottom: 65px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}
	
	.pad-t-sm-65 {
		padding-top: 65px !important;
	}
	
	.pad-b-sm-65 {
		padding-bottom: 65px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}
	
	.pad-t-lg-65 {
		padding-top: 65px !important;
	}
	
	.pad-b-lg-65 {
		padding-bottom: 65px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}
	
	.pad-t-xxl-65 {
		padding-top: 65px !important;
	}
	
	.pad-b-xxl-65 {
		padding-bottom: 65px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}
	
	.pad-t-xxxxl-65 {
		padding-top: 65px !important;
	}
	
	.pad-b-xxxxl-65 {
		padding-bottom: 65px !important;
	}
}

.pad-y-66 {
	padding-top: 66px !important;
	padding-bottom: 66px !important;
}

.pad-t-66 {
	padding-top: 66px !important;
}

.pad-b-66 {
	padding-bottom: 66px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-66 {
		padding-top: 66px !important;
		padding-bottom: 66px !important;
	}
	
	.pad-t-sm-66 {
		padding-top: 66px !important;
	}
	
	.pad-b-sm-66 {
		padding-bottom: 66px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-66 {
		padding-top: 66px !important;
		padding-bottom: 66px !important;
	}
	
	.pad-t-lg-66 {
		padding-top: 66px !important;
	}
	
	.pad-b-lg-66 {
		padding-bottom: 66px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-66 {
		padding-top: 66px !important;
		padding-bottom: 66px !important;
	}
	
	.pad-t-xxl-66 {
		padding-top: 66px !important;
	}
	
	.pad-b-xxl-66 {
		padding-bottom: 66px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-66 {
		padding-top: 66px !important;
		padding-bottom: 66px !important;
	}
	
	.pad-t-xxxxl-66 {
		padding-top: 66px !important;
	}
	
	.pad-b-xxxxl-66 {
		padding-bottom: 66px !important;
	}
}

.pad-y-67 {
	padding-top: 67px !important;
	padding-bottom: 67px !important;
}

.pad-t-67 {
	padding-top: 67px !important;
}

.pad-b-67 {
	padding-bottom: 67px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-67 {
		padding-top: 67px !important;
		padding-bottom: 67px !important;
	}
	
	.pad-t-sm-67 {
		padding-top: 67px !important;
	}
	
	.pad-b-sm-67 {
		padding-bottom: 67px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-67 {
		padding-top: 67px !important;
		padding-bottom: 67px !important;
	}
	
	.pad-t-lg-67 {
		padding-top: 67px !important;
	}
	
	.pad-b-lg-67 {
		padding-bottom: 67px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-67 {
		padding-top: 67px !important;
		padding-bottom: 67px !important;
	}
	
	.pad-t-xxl-67 {
		padding-top: 67px !important;
	}
	
	.pad-b-xxl-67 {
		padding-bottom: 67px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-67 {
		padding-top: 67px !important;
		padding-bottom: 67px !important;
	}
	
	.pad-t-xxxxl-67 {
		padding-top: 67px !important;
	}
	
	.pad-b-xxxxl-67 {
		padding-bottom: 67px !important;
	}
}

.pad-y-68 {
	padding-top: 68px !important;
	padding-bottom: 68px !important;
}

.pad-t-68 {
	padding-top: 68px !important;
}

.pad-b-68 {
	padding-bottom: 68px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-68 {
		padding-top: 68px !important;
		padding-bottom: 68px !important;
	}
	
	.pad-t-sm-68 {
		padding-top: 68px !important;
	}
	
	.pad-b-sm-68 {
		padding-bottom: 68px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-68 {
		padding-top: 68px !important;
		padding-bottom: 68px !important;
	}
	
	.pad-t-lg-68 {
		padding-top: 68px !important;
	}
	
	.pad-b-lg-68 {
		padding-bottom: 68px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-68 {
		padding-top: 68px !important;
		padding-bottom: 68px !important;
	}
	
	.pad-t-xxl-68 {
		padding-top: 68px !important;
	}
	
	.pad-b-xxl-68 {
		padding-bottom: 68px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-68 {
		padding-top: 68px !important;
		padding-bottom: 68px !important;
	}
	
	.pad-t-xxxxl-68 {
		padding-top: 68px !important;
	}
	
	.pad-b-xxxxl-68 {
		padding-bottom: 68px !important;
	}
}

.pad-y-69 {
	padding-top: 69px !important;
	padding-bottom: 69px !important;
}

.pad-t-69 {
	padding-top: 69px !important;
}

.pad-b-69 {
	padding-bottom: 69px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-69 {
		padding-top: 69px !important;
		padding-bottom: 69px !important;
	}
	
	.pad-t-sm-69 {
		padding-top: 69px !important;
	}
	
	.pad-b-sm-69 {
		padding-bottom: 69px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-69 {
		padding-top: 69px !important;
		padding-bottom: 69px !important;
	}
	
	.pad-t-lg-69 {
		padding-top: 69px !important;
	}
	
	.pad-b-lg-69 {
		padding-bottom: 69px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-69 {
		padding-top: 69px !important;
		padding-bottom: 69px !important;
	}
	
	.pad-t-xxl-69 {
		padding-top: 69px !important;
	}
	
	.pad-b-xxl-69 {
		padding-bottom: 69px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-69 {
		padding-top: 69px !important;
		padding-bottom: 69px !important;
	}
	
	.pad-t-xxxxl-69 {
		padding-top: 69px !important;
	}
	
	.pad-b-xxxxl-69 {
		padding-bottom: 69px !important;
	}
}

.pad-y-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.pad-t-70 {
	padding-top: 70px !important;
}

.pad-b-70 {
	padding-bottom: 70px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	
	.pad-t-sm-70 {
		padding-top: 70px !important;
	}
	
	.pad-b-sm-70 {
		padding-bottom: 70px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	
	.pad-t-lg-70 {
		padding-top: 70px !important;
	}
	
	.pad-b-lg-70 {
		padding-bottom: 70px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	
	.pad-t-xxl-70 {
		padding-top: 70px !important;
	}
	
	.pad-b-xxl-70 {
		padding-bottom: 70px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	
	.pad-t-xxxxl-70 {
		padding-top: 70px !important;
	}
	
	.pad-b-xxxxl-70 {
		padding-bottom: 70px !important;
	}
}

.pad-y-71 {
	padding-top: 71px !important;
	padding-bottom: 71px !important;
}

.pad-t-71 {
	padding-top: 71px !important;
}

.pad-b-71 {
	padding-bottom: 71px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-71 {
		padding-top: 71px !important;
		padding-bottom: 71px !important;
	}
	
	.pad-t-sm-71 {
		padding-top: 71px !important;
	}
	
	.pad-b-sm-71 {
		padding-bottom: 71px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-71 {
		padding-top: 71px !important;
		padding-bottom: 71px !important;
	}
	
	.pad-t-lg-71 {
		padding-top: 71px !important;
	}
	
	.pad-b-lg-71 {
		padding-bottom: 71px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-71 {
		padding-top: 71px !important;
		padding-bottom: 71px !important;
	}
	
	.pad-t-xxl-71 {
		padding-top: 71px !important;
	}
	
	.pad-b-xxl-71 {
		padding-bottom: 71px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-71 {
		padding-top: 71px !important;
		padding-bottom: 71px !important;
	}
	
	.pad-t-xxxxl-71 {
		padding-top: 71px !important;
	}
	
	.pad-b-xxxxl-71 {
		padding-bottom: 71px !important;
	}
}

.pad-y-72 {
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

.pad-t-72 {
	padding-top: 72px !important;
}

.pad-b-72 {
	padding-bottom: 72px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-72 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	
	.pad-t-sm-72 {
		padding-top: 72px !important;
	}
	
	.pad-b-sm-72 {
		padding-bottom: 72px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-72 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	
	.pad-t-lg-72 {
		padding-top: 72px !important;
	}
	
	.pad-b-lg-72 {
		padding-bottom: 72px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-72 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	
	.pad-t-xxl-72 {
		padding-top: 72px !important;
	}
	
	.pad-b-xxl-72 {
		padding-bottom: 72px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-72 {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}
	
	.pad-t-xxxxl-72 {
		padding-top: 72px !important;
	}
	
	.pad-b-xxxxl-72 {
		padding-bottom: 72px !important;
	}
}

.pad-y-73 {
	padding-top: 73px !important;
	padding-bottom: 73px !important;
}

.pad-t-73 {
	padding-top: 73px !important;
}

.pad-b-73 {
	padding-bottom: 73px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-73 {
		padding-top: 73px !important;
		padding-bottom: 73px !important;
	}
	
	.pad-t-sm-73 {
		padding-top: 73px !important;
	}
	
	.pad-b-sm-73 {
		padding-bottom: 73px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-73 {
		padding-top: 73px !important;
		padding-bottom: 73px !important;
	}
	
	.pad-t-lg-73 {
		padding-top: 73px !important;
	}
	
	.pad-b-lg-73 {
		padding-bottom: 73px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-73 {
		padding-top: 73px !important;
		padding-bottom: 73px !important;
	}
	
	.pad-t-xxl-73 {
		padding-top: 73px !important;
	}
	
	.pad-b-xxl-73 {
		padding-bottom: 73px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-73 {
		padding-top: 73px !important;
		padding-bottom: 73px !important;
	}
	
	.pad-t-xxxxl-73 {
		padding-top: 73px !important;
	}
	
	.pad-b-xxxxl-73 {
		padding-bottom: 73px !important;
	}
}

.pad-y-74 {
	padding-top: 74px !important;
	padding-bottom: 74px !important;
}

.pad-t-74 {
	padding-top: 74px !important;
}

.pad-b-74 {
	padding-bottom: 74px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-74 {
		padding-top: 74px !important;
		padding-bottom: 74px !important;
	}
	
	.pad-t-sm-74 {
		padding-top: 74px !important;
	}
	
	.pad-b-sm-74 {
		padding-bottom: 74px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-74 {
		padding-top: 74px !important;
		padding-bottom: 74px !important;
	}
	
	.pad-t-lg-74 {
		padding-top: 74px !important;
	}
	
	.pad-b-lg-74 {
		padding-bottom: 74px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-74 {
		padding-top: 74px !important;
		padding-bottom: 74px !important;
	}
	
	.pad-t-xxl-74 {
		padding-top: 74px !important;
	}
	
	.pad-b-xxl-74 {
		padding-bottom: 74px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-74 {
		padding-top: 74px !important;
		padding-bottom: 74px !important;
	}
	
	.pad-t-xxxxl-74 {
		padding-top: 74px !important;
	}
	
	.pad-b-xxxxl-74 {
		padding-bottom: 74px !important;
	}
}

.pad-y-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.pad-t-75 {
	padding-top: 75px !important;
}

.pad-b-75 {
	padding-bottom: 75px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}
	
	.pad-t-sm-75 {
		padding-top: 75px !important;
	}
	
	.pad-b-sm-75 {
		padding-bottom: 75px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}
	
	.pad-t-lg-75 {
		padding-top: 75px !important;
	}
	
	.pad-b-lg-75 {
		padding-bottom: 75px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}
	
	.pad-t-xxl-75 {
		padding-top: 75px !important;
	}
	
	.pad-b-xxl-75 {
		padding-bottom: 75px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}
	
	.pad-t-xxxxl-75 {
		padding-top: 75px !important;
	}
	
	.pad-b-xxxxl-75 {
		padding-bottom: 75px !important;
	}
}

.pad-y-76 {
	padding-top: 76px !important;
	padding-bottom: 76px !important;
}

.pad-t-76 {
	padding-top: 76px !important;
}

.pad-b-76 {
	padding-bottom: 76px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-76 {
		padding-top: 76px !important;
		padding-bottom: 76px !important;
	}
	
	.pad-t-sm-76 {
		padding-top: 76px !important;
	}
	
	.pad-b-sm-76 {
		padding-bottom: 76px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-76 {
		padding-top: 76px !important;
		padding-bottom: 76px !important;
	}
	
	.pad-t-lg-76 {
		padding-top: 76px !important;
	}
	
	.pad-b-lg-76 {
		padding-bottom: 76px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-76 {
		padding-top: 76px !important;
		padding-bottom: 76px !important;
	}
	
	.pad-t-xxl-76 {
		padding-top: 76px !important;
	}
	
	.pad-b-xxl-76 {
		padding-bottom: 76px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-76 {
		padding-top: 76px !important;
		padding-bottom: 76px !important;
	}
	
	.pad-t-xxxxl-76 {
		padding-top: 76px !important;
	}
	
	.pad-b-xxxxl-76 {
		padding-bottom: 76px !important;
	}
}

.pad-y-77 {
	padding-top: 77px !important;
	padding-bottom: 77px !important;
}

.pad-t-77 {
	padding-top: 77px !important;
}

.pad-b-77 {
	padding-bottom: 77px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-77 {
		padding-top: 77px !important;
		padding-bottom: 77px !important;
	}
	
	.pad-t-sm-77 {
		padding-top: 77px !important;
	}
	
	.pad-b-sm-77 {
		padding-bottom: 77px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-77 {
		padding-top: 77px !important;
		padding-bottom: 77px !important;
	}
	
	.pad-t-lg-77 {
		padding-top: 77px !important;
	}
	
	.pad-b-lg-77 {
		padding-bottom: 77px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-77 {
		padding-top: 77px !important;
		padding-bottom: 77px !important;
	}
	
	.pad-t-xxl-77 {
		padding-top: 77px !important;
	}
	
	.pad-b-xxl-77 {
		padding-bottom: 77px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-77 {
		padding-top: 77px !important;
		padding-bottom: 77px !important;
	}
	
	.pad-t-xxxxl-77 {
		padding-top: 77px !important;
	}
	
	.pad-b-xxxxl-77 {
		padding-bottom: 77px !important;
	}
}

.pad-y-78 {
	padding-top: 78px !important;
	padding-bottom: 78px !important;
}

.pad-t-78 {
	padding-top: 78px !important;
}

.pad-b-78 {
	padding-bottom: 78px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-78 {
		padding-top: 78px !important;
		padding-bottom: 78px !important;
	}
	
	.pad-t-sm-78 {
		padding-top: 78px !important;
	}
	
	.pad-b-sm-78 {
		padding-bottom: 78px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-78 {
		padding-top: 78px !important;
		padding-bottom: 78px !important;
	}
	
	.pad-t-lg-78 {
		padding-top: 78px !important;
	}
	
	.pad-b-lg-78 {
		padding-bottom: 78px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-78 {
		padding-top: 78px !important;
		padding-bottom: 78px !important;
	}
	
	.pad-t-xxl-78 {
		padding-top: 78px !important;
	}
	
	.pad-b-xxl-78 {
		padding-bottom: 78px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-78 {
		padding-top: 78px !important;
		padding-bottom: 78px !important;
	}
	
	.pad-t-xxxxl-78 {
		padding-top: 78px !important;
	}
	
	.pad-b-xxxxl-78 {
		padding-bottom: 78px !important;
	}
}

.pad-y-79 {
	padding-top: 79px !important;
	padding-bottom: 79px !important;
}

.pad-t-79 {
	padding-top: 79px !important;
}

.pad-b-79 {
	padding-bottom: 79px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-79 {
		padding-top: 79px !important;
		padding-bottom: 79px !important;
	}
	
	.pad-t-sm-79 {
		padding-top: 79px !important;
	}
	
	.pad-b-sm-79 {
		padding-bottom: 79px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-79 {
		padding-top: 79px !important;
		padding-bottom: 79px !important;
	}
	
	.pad-t-lg-79 {
		padding-top: 79px !important;
	}
	
	.pad-b-lg-79 {
		padding-bottom: 79px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-79 {
		padding-top: 79px !important;
		padding-bottom: 79px !important;
	}
	
	.pad-t-xxl-79 {
		padding-top: 79px !important;
	}
	
	.pad-b-xxl-79 {
		padding-bottom: 79px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-79 {
		padding-top: 79px !important;
		padding-bottom: 79px !important;
	}
	
	.pad-t-xxxxl-79 {
		padding-top: 79px !important;
	}
	
	.pad-b-xxxxl-79 {
		padding-bottom: 79px !important;
	}
}

.pad-y-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.pad-t-80 {
	padding-top: 80px !important;
}

.pad-b-80 {
	padding-bottom: 80px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.pad-t-sm-80 {
		padding-top: 80px !important;
	}
	
	.pad-b-sm-80 {
		padding-bottom: 80px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.pad-t-lg-80 {
		padding-top: 80px !important;
	}
	
	.pad-b-lg-80 {
		padding-bottom: 80px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.pad-t-xxl-80 {
		padding-top: 80px !important;
	}
	
	.pad-b-xxl-80 {
		padding-bottom: 80px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	.pad-t-xxxxl-80 {
		padding-top: 80px !important;
	}
	
	.pad-b-xxxxl-80 {
		padding-bottom: 80px !important;
	}
}

.pad-y-81 {
	padding-top: 81px !important;
	padding-bottom: 81px !important;
}

.pad-t-81 {
	padding-top: 81px !important;
}

.pad-b-81 {
	padding-bottom: 81px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-81 {
		padding-top: 81px !important;
		padding-bottom: 81px !important;
	}
	
	.pad-t-sm-81 {
		padding-top: 81px !important;
	}
	
	.pad-b-sm-81 {
		padding-bottom: 81px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-81 {
		padding-top: 81px !important;
		padding-bottom: 81px !important;
	}
	
	.pad-t-lg-81 {
		padding-top: 81px !important;
	}
	
	.pad-b-lg-81 {
		padding-bottom: 81px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-81 {
		padding-top: 81px !important;
		padding-bottom: 81px !important;
	}
	
	.pad-t-xxl-81 {
		padding-top: 81px !important;
	}
	
	.pad-b-xxl-81 {
		padding-bottom: 81px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-81 {
		padding-top: 81px !important;
		padding-bottom: 81px !important;
	}
	
	.pad-t-xxxxl-81 {
		padding-top: 81px !important;
	}
	
	.pad-b-xxxxl-81 {
		padding-bottom: 81px !important;
	}
}

.pad-y-82 {
	padding-top: 82px !important;
	padding-bottom: 82px !important;
}

.pad-t-82 {
	padding-top: 82px !important;
}

.pad-b-82 {
	padding-bottom: 82px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-82 {
		padding-top: 82px !important;
		padding-bottom: 82px !important;
	}
	
	.pad-t-sm-82 {
		padding-top: 82px !important;
	}
	
	.pad-b-sm-82 {
		padding-bottom: 82px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-82 {
		padding-top: 82px !important;
		padding-bottom: 82px !important;
	}
	
	.pad-t-lg-82 {
		padding-top: 82px !important;
	}
	
	.pad-b-lg-82 {
		padding-bottom: 82px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-82 {
		padding-top: 82px !important;
		padding-bottom: 82px !important;
	}
	
	.pad-t-xxl-82 {
		padding-top: 82px !important;
	}
	
	.pad-b-xxl-82 {
		padding-bottom: 82px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-82 {
		padding-top: 82px !important;
		padding-bottom: 82px !important;
	}
	
	.pad-t-xxxxl-82 {
		padding-top: 82px !important;
	}
	
	.pad-b-xxxxl-82 {
		padding-bottom: 82px !important;
	}
}

.pad-y-83 {
	padding-top: 83px !important;
	padding-bottom: 83px !important;
}

.pad-t-83 {
	padding-top: 83px !important;
}

.pad-b-83 {
	padding-bottom: 83px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-83 {
		padding-top: 83px !important;
		padding-bottom: 83px !important;
	}
	
	.pad-t-sm-83 {
		padding-top: 83px !important;
	}
	
	.pad-b-sm-83 {
		padding-bottom: 83px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-83 {
		padding-top: 83px !important;
		padding-bottom: 83px !important;
	}
	
	.pad-t-lg-83 {
		padding-top: 83px !important;
	}
	
	.pad-b-lg-83 {
		padding-bottom: 83px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-83 {
		padding-top: 83px !important;
		padding-bottom: 83px !important;
	}
	
	.pad-t-xxl-83 {
		padding-top: 83px !important;
	}
	
	.pad-b-xxl-83 {
		padding-bottom: 83px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-83 {
		padding-top: 83px !important;
		padding-bottom: 83px !important;
	}
	
	.pad-t-xxxxl-83 {
		padding-top: 83px !important;
	}
	
	.pad-b-xxxxl-83 {
		padding-bottom: 83px !important;
	}
}

.pad-y-84 {
	padding-top: 84px !important;
	padding-bottom: 84px !important;
}

.pad-t-84 {
	padding-top: 84px !important;
}

.pad-b-84 {
	padding-bottom: 84px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-84 {
		padding-top: 84px !important;
		padding-bottom: 84px !important;
	}
	
	.pad-t-sm-84 {
		padding-top: 84px !important;
	}
	
	.pad-b-sm-84 {
		padding-bottom: 84px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-84 {
		padding-top: 84px !important;
		padding-bottom: 84px !important;
	}
	
	.pad-t-lg-84 {
		padding-top: 84px !important;
	}
	
	.pad-b-lg-84 {
		padding-bottom: 84px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-84 {
		padding-top: 84px !important;
		padding-bottom: 84px !important;
	}
	
	.pad-t-xxl-84 {
		padding-top: 84px !important;
	}
	
	.pad-b-xxl-84 {
		padding-bottom: 84px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-84 {
		padding-top: 84px !important;
		padding-bottom: 84px !important;
	}
	
	.pad-t-xxxxl-84 {
		padding-top: 84px !important;
	}
	
	.pad-b-xxxxl-84 {
		padding-bottom: 84px !important;
	}
}

.pad-y-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.pad-t-85 {
	padding-top: 85px !important;
}

.pad-b-85 {
	padding-bottom: 85px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}
	
	.pad-t-sm-85 {
		padding-top: 85px !important;
	}
	
	.pad-b-sm-85 {
		padding-bottom: 85px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}
	
	.pad-t-lg-85 {
		padding-top: 85px !important;
	}
	
	.pad-b-lg-85 {
		padding-bottom: 85px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}
	
	.pad-t-xxl-85 {
		padding-top: 85px !important;
	}
	
	.pad-b-xxl-85 {
		padding-bottom: 85px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}
	
	.pad-t-xxxxl-85 {
		padding-top: 85px !important;
	}
	
	.pad-b-xxxxl-85 {
		padding-bottom: 85px !important;
	}
}

.pad-y-86 {
	padding-top: 86px !important;
	padding-bottom: 86px !important;
}

.pad-t-86 {
	padding-top: 86px !important;
}

.pad-b-86 {
	padding-bottom: 86px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-86 {
		padding-top: 86px !important;
		padding-bottom: 86px !important;
	}
	
	.pad-t-sm-86 {
		padding-top: 86px !important;
	}
	
	.pad-b-sm-86 {
		padding-bottom: 86px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-86 {
		padding-top: 86px !important;
		padding-bottom: 86px !important;
	}
	
	.pad-t-lg-86 {
		padding-top: 86px !important;
	}
	
	.pad-b-lg-86 {
		padding-bottom: 86px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-86 {
		padding-top: 86px !important;
		padding-bottom: 86px !important;
	}
	
	.pad-t-xxl-86 {
		padding-top: 86px !important;
	}
	
	.pad-b-xxl-86 {
		padding-bottom: 86px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-86 {
		padding-top: 86px !important;
		padding-bottom: 86px !important;
	}
	
	.pad-t-xxxxl-86 {
		padding-top: 86px !important;
	}
	
	.pad-b-xxxxl-86 {
		padding-bottom: 86px !important;
	}
}

.pad-y-87 {
	padding-top: 87px !important;
	padding-bottom: 87px !important;
}

.pad-t-87 {
	padding-top: 87px !important;
}

.pad-b-87 {
	padding-bottom: 87px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-87 {
		padding-top: 87px !important;
		padding-bottom: 87px !important;
	}
	
	.pad-t-sm-87 {
		padding-top: 87px !important;
	}
	
	.pad-b-sm-87 {
		padding-bottom: 87px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-87 {
		padding-top: 87px !important;
		padding-bottom: 87px !important;
	}
	
	.pad-t-lg-87 {
		padding-top: 87px !important;
	}
	
	.pad-b-lg-87 {
		padding-bottom: 87px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-87 {
		padding-top: 87px !important;
		padding-bottom: 87px !important;
	}
	
	.pad-t-xxl-87 {
		padding-top: 87px !important;
	}
	
	.pad-b-xxl-87 {
		padding-bottom: 87px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-87 {
		padding-top: 87px !important;
		padding-bottom: 87px !important;
	}
	
	.pad-t-xxxxl-87 {
		padding-top: 87px !important;
	}
	
	.pad-b-xxxxl-87 {
		padding-bottom: 87px !important;
	}
}

.pad-y-88 {
	padding-top: 88px !important;
	padding-bottom: 88px !important;
}

.pad-t-88 {
	padding-top: 88px !important;
}

.pad-b-88 {
	padding-bottom: 88px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-88 {
		padding-top: 88px !important;
		padding-bottom: 88px !important;
	}
	
	.pad-t-sm-88 {
		padding-top: 88px !important;
	}
	
	.pad-b-sm-88 {
		padding-bottom: 88px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-88 {
		padding-top: 88px !important;
		padding-bottom: 88px !important;
	}
	
	.pad-t-lg-88 {
		padding-top: 88px !important;
	}
	
	.pad-b-lg-88 {
		padding-bottom: 88px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-88 {
		padding-top: 88px !important;
		padding-bottom: 88px !important;
	}
	
	.pad-t-xxl-88 {
		padding-top: 88px !important;
	}
	
	.pad-b-xxl-88 {
		padding-bottom: 88px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-88 {
		padding-top: 88px !important;
		padding-bottom: 88px !important;
	}
	
	.pad-t-xxxxl-88 {
		padding-top: 88px !important;
	}
	
	.pad-b-xxxxl-88 {
		padding-bottom: 88px !important;
	}
}

.pad-y-89 {
	padding-top: 89px !important;
	padding-bottom: 89px !important;
}

.pad-t-89 {
	padding-top: 89px !important;
}

.pad-b-89 {
	padding-bottom: 89px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-89 {
		padding-top: 89px !important;
		padding-bottom: 89px !important;
	}
	
	.pad-t-sm-89 {
		padding-top: 89px !important;
	}
	
	.pad-b-sm-89 {
		padding-bottom: 89px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-89 {
		padding-top: 89px !important;
		padding-bottom: 89px !important;
	}
	
	.pad-t-lg-89 {
		padding-top: 89px !important;
	}
	
	.pad-b-lg-89 {
		padding-bottom: 89px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-89 {
		padding-top: 89px !important;
		padding-bottom: 89px !important;
	}
	
	.pad-t-xxl-89 {
		padding-top: 89px !important;
	}
	
	.pad-b-xxl-89 {
		padding-bottom: 89px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-89 {
		padding-top: 89px !important;
		padding-bottom: 89px !important;
	}
	
	.pad-t-xxxxl-89 {
		padding-top: 89px !important;
	}
	
	.pad-b-xxxxl-89 {
		padding-bottom: 89px !important;
	}
}

.pad-y-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.pad-t-90 {
	padding-top: 90px !important;
}

.pad-b-90 {
	padding-bottom: 90px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.pad-t-sm-90 {
		padding-top: 90px !important;
	}
	
	.pad-b-sm-90 {
		padding-bottom: 90px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.pad-t-lg-90 {
		padding-top: 90px !important;
	}
	
	.pad-b-lg-90 {
		padding-bottom: 90px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.pad-t-xxl-90 {
		padding-top: 90px !important;
	}
	
	.pad-b-xxl-90 {
		padding-bottom: 90px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.pad-t-xxxxl-90 {
		padding-top: 90px !important;
	}
	
	.pad-b-xxxxl-90 {
		padding-bottom: 90px !important;
	}
}

.pad-y-91 {
	padding-top: 91px !important;
	padding-bottom: 91px !important;
}

.pad-t-91 {
	padding-top: 91px !important;
}

.pad-b-91 {
	padding-bottom: 91px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-91 {
		padding-top: 91px !important;
		padding-bottom: 91px !important;
	}
	
	.pad-t-sm-91 {
		padding-top: 91px !important;
	}
	
	.pad-b-sm-91 {
		padding-bottom: 91px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-91 {
		padding-top: 91px !important;
		padding-bottom: 91px !important;
	}
	
	.pad-t-lg-91 {
		padding-top: 91px !important;
	}
	
	.pad-b-lg-91 {
		padding-bottom: 91px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-91 {
		padding-top: 91px !important;
		padding-bottom: 91px !important;
	}
	
	.pad-t-xxl-91 {
		padding-top: 91px !important;
	}
	
	.pad-b-xxl-91 {
		padding-bottom: 91px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-91 {
		padding-top: 91px !important;
		padding-bottom: 91px !important;
	}
	
	.pad-t-xxxxl-91 {
		padding-top: 91px !important;
	}
	
	.pad-b-xxxxl-91 {
		padding-bottom: 91px !important;
	}
}

.pad-y-92 {
	padding-top: 92px !important;
	padding-bottom: 92px !important;
}

.pad-t-92 {
	padding-top: 92px !important;
}

.pad-b-92 {
	padding-bottom: 92px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-92 {
		padding-top: 92px !important;
		padding-bottom: 92px !important;
	}
	
	.pad-t-sm-92 {
		padding-top: 92px !important;
	}
	
	.pad-b-sm-92 {
		padding-bottom: 92px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-92 {
		padding-top: 92px !important;
		padding-bottom: 92px !important;
	}
	
	.pad-t-lg-92 {
		padding-top: 92px !important;
	}
	
	.pad-b-lg-92 {
		padding-bottom: 92px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-92 {
		padding-top: 92px !important;
		padding-bottom: 92px !important;
	}
	
	.pad-t-xxl-92 {
		padding-top: 92px !important;
	}
	
	.pad-b-xxl-92 {
		padding-bottom: 92px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-92 {
		padding-top: 92px !important;
		padding-bottom: 92px !important;
	}
	
	.pad-t-xxxxl-92 {
		padding-top: 92px !important;
	}
	
	.pad-b-xxxxl-92 {
		padding-bottom: 92px !important;
	}
}

.pad-y-93 {
	padding-top: 93px !important;
	padding-bottom: 93px !important;
}

.pad-t-93 {
	padding-top: 93px !important;
}

.pad-b-93 {
	padding-bottom: 93px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-93 {
		padding-top: 93px !important;
		padding-bottom: 93px !important;
	}
	
	.pad-t-sm-93 {
		padding-top: 93px !important;
	}
	
	.pad-b-sm-93 {
		padding-bottom: 93px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-93 {
		padding-top: 93px !important;
		padding-bottom: 93px !important;
	}
	
	.pad-t-lg-93 {
		padding-top: 93px !important;
	}
	
	.pad-b-lg-93 {
		padding-bottom: 93px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-93 {
		padding-top: 93px !important;
		padding-bottom: 93px !important;
	}
	
	.pad-t-xxl-93 {
		padding-top: 93px !important;
	}
	
	.pad-b-xxl-93 {
		padding-bottom: 93px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-93 {
		padding-top: 93px !important;
		padding-bottom: 93px !important;
	}
	
	.pad-t-xxxxl-93 {
		padding-top: 93px !important;
	}
	
	.pad-b-xxxxl-93 {
		padding-bottom: 93px !important;
	}
}

.pad-y-94 {
	padding-top: 94px !important;
	padding-bottom: 94px !important;
}

.pad-t-94 {
	padding-top: 94px !important;
}

.pad-b-94 {
	padding-bottom: 94px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-94 {
		padding-top: 94px !important;
		padding-bottom: 94px !important;
	}
	
	.pad-t-sm-94 {
		padding-top: 94px !important;
	}
	
	.pad-b-sm-94 {
		padding-bottom: 94px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-94 {
		padding-top: 94px !important;
		padding-bottom: 94px !important;
	}
	
	.pad-t-lg-94 {
		padding-top: 94px !important;
	}
	
	.pad-b-lg-94 {
		padding-bottom: 94px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-94 {
		padding-top: 94px !important;
		padding-bottom: 94px !important;
	}
	
	.pad-t-xxl-94 {
		padding-top: 94px !important;
	}
	
	.pad-b-xxl-94 {
		padding-bottom: 94px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-94 {
		padding-top: 94px !important;
		padding-bottom: 94px !important;
	}
	
	.pad-t-xxxxl-94 {
		padding-top: 94px !important;
	}
	
	.pad-b-xxxxl-94 {
		padding-bottom: 94px !important;
	}
}

.pad-y-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.pad-t-95 {
	padding-top: 95px !important;
}

.pad-b-95 {
	padding-bottom: 95px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}
	
	.pad-t-sm-95 {
		padding-top: 95px !important;
	}
	
	.pad-b-sm-95 {
		padding-bottom: 95px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}
	
	.pad-t-lg-95 {
		padding-top: 95px !important;
	}
	
	.pad-b-lg-95 {
		padding-bottom: 95px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}
	
	.pad-t-xxl-95 {
		padding-top: 95px !important;
	}
	
	.pad-b-xxl-95 {
		padding-bottom: 95px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}
	
	.pad-t-xxxxl-95 {
		padding-top: 95px !important;
	}
	
	.pad-b-xxxxl-95 {
		padding-bottom: 95px !important;
	}
}

.pad-y-96 {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

.pad-t-96 {
	padding-top: 96px !important;
}

.pad-b-96 {
	padding-bottom: 96px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-96 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	
	.pad-t-sm-96 {
		padding-top: 96px !important;
	}
	
	.pad-b-sm-96 {
		padding-bottom: 96px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-96 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	
	.pad-t-lg-96 {
		padding-top: 96px !important;
	}
	
	.pad-b-lg-96 {
		padding-bottom: 96px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-96 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	
	.pad-t-xxl-96 {
		padding-top: 96px !important;
	}
	
	.pad-b-xxl-96 {
		padding-bottom: 96px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-96 {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
	
	.pad-t-xxxxl-96 {
		padding-top: 96px !important;
	}
	
	.pad-b-xxxxl-96 {
		padding-bottom: 96px !important;
	}
}

.pad-y-97 {
	padding-top: 97px !important;
	padding-bottom: 97px !important;
}

.pad-t-97 {
	padding-top: 97px !important;
}

.pad-b-97 {
	padding-bottom: 97px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-97 {
		padding-top: 97px !important;
		padding-bottom: 97px !important;
	}
	
	.pad-t-sm-97 {
		padding-top: 97px !important;
	}
	
	.pad-b-sm-97 {
		padding-bottom: 97px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-97 {
		padding-top: 97px !important;
		padding-bottom: 97px !important;
	}
	
	.pad-t-lg-97 {
		padding-top: 97px !important;
	}
	
	.pad-b-lg-97 {
		padding-bottom: 97px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-97 {
		padding-top: 97px !important;
		padding-bottom: 97px !important;
	}
	
	.pad-t-xxl-97 {
		padding-top: 97px !important;
	}
	
	.pad-b-xxl-97 {
		padding-bottom: 97px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-97 {
		padding-top: 97px !important;
		padding-bottom: 97px !important;
	}
	
	.pad-t-xxxxl-97 {
		padding-top: 97px !important;
	}
	
	.pad-b-xxxxl-97 {
		padding-bottom: 97px !important;
	}
}

.pad-y-98 {
	padding-top: 98px !important;
	padding-bottom: 98px !important;
}

.pad-t-98 {
	padding-top: 98px !important;
}

.pad-b-98 {
	padding-bottom: 98px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-98 {
		padding-top: 98px !important;
		padding-bottom: 98px !important;
	}
	
	.pad-t-sm-98 {
		padding-top: 98px !important;
	}
	
	.pad-b-sm-98 {
		padding-bottom: 98px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-98 {
		padding-top: 98px !important;
		padding-bottom: 98px !important;
	}
	
	.pad-t-lg-98 {
		padding-top: 98px !important;
	}
	
	.pad-b-lg-98 {
		padding-bottom: 98px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-98 {
		padding-top: 98px !important;
		padding-bottom: 98px !important;
	}
	
	.pad-t-xxl-98 {
		padding-top: 98px !important;
	}
	
	.pad-b-xxl-98 {
		padding-bottom: 98px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-98 {
		padding-top: 98px !important;
		padding-bottom: 98px !important;
	}
	
	.pad-t-xxxxl-98 {
		padding-top: 98px !important;
	}
	
	.pad-b-xxxxl-98 {
		padding-bottom: 98px !important;
	}
}

.pad-y-99 {
	padding-top: 99px !important;
	padding-bottom: 99px !important;
}

.pad-t-99 {
	padding-top: 99px !important;
}

.pad-b-99 {
	padding-bottom: 99px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-99 {
		padding-top: 99px !important;
		padding-bottom: 99px !important;
	}
	
	.pad-t-sm-99 {
		padding-top: 99px !important;
	}
	
	.pad-b-sm-99 {
		padding-bottom: 99px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-99 {
		padding-top: 99px !important;
		padding-bottom: 99px !important;
	}
	
	.pad-t-lg-99 {
		padding-top: 99px !important;
	}
	
	.pad-b-lg-99 {
		padding-bottom: 99px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-99 {
		padding-top: 99px !important;
		padding-bottom: 99px !important;
	}
	
	.pad-t-xxl-99 {
		padding-top: 99px !important;
	}
	
	.pad-b-xxl-99 {
		padding-bottom: 99px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-99 {
		padding-top: 99px !important;
		padding-bottom: 99px !important;
	}
	
	.pad-t-xxxxl-99 {
		padding-top: 99px !important;
	}
	
	.pad-b-xxxxl-99 {
		padding-bottom: 99px !important;
	}
}

.pad-y-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.pad-t-100 {
	padding-top: 100px !important;
}

.pad-b-100 {
	padding-bottom: 100px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.pad-t-sm-100 {
		padding-top: 100px !important;
	}
	
	.pad-b-sm-100 {
		padding-bottom: 100px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.pad-t-lg-100 {
		padding-top: 100px !important;
	}
	
	.pad-b-lg-100 {
		padding-bottom: 100px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.pad-t-xxl-100 {
		padding-top: 100px !important;
	}
	
	.pad-b-xxl-100 {
		padding-bottom: 100px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.pad-t-xxxxl-100 {
		padding-top: 100px !important;
	}
	
	.pad-b-xxxxl-100 {
		padding-bottom: 100px !important;
	}
}

.pad-y-101 {
	padding-top: 101px !important;
	padding-bottom: 101px !important;
}

.pad-t-101 {
	padding-top: 101px !important;
}

.pad-b-101 {
	padding-bottom: 101px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-101 {
		padding-top: 101px !important;
		padding-bottom: 101px !important;
	}
	
	.pad-t-sm-101 {
		padding-top: 101px !important;
	}
	
	.pad-b-sm-101 {
		padding-bottom: 101px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-101 {
		padding-top: 101px !important;
		padding-bottom: 101px !important;
	}
	
	.pad-t-lg-101 {
		padding-top: 101px !important;
	}
	
	.pad-b-lg-101 {
		padding-bottom: 101px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-101 {
		padding-top: 101px !important;
		padding-bottom: 101px !important;
	}
	
	.pad-t-xxl-101 {
		padding-top: 101px !important;
	}
	
	.pad-b-xxl-101 {
		padding-bottom: 101px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-101 {
		padding-top: 101px !important;
		padding-bottom: 101px !important;
	}
	
	.pad-t-xxxxl-101 {
		padding-top: 101px !important;
	}
	
	.pad-b-xxxxl-101 {
		padding-bottom: 101px !important;
	}
}

.pad-y-102 {
	padding-top: 102px !important;
	padding-bottom: 102px !important;
}

.pad-t-102 {
	padding-top: 102px !important;
}

.pad-b-102 {
	padding-bottom: 102px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-102 {
		padding-top: 102px !important;
		padding-bottom: 102px !important;
	}
	
	.pad-t-sm-102 {
		padding-top: 102px !important;
	}
	
	.pad-b-sm-102 {
		padding-bottom: 102px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-102 {
		padding-top: 102px !important;
		padding-bottom: 102px !important;
	}
	
	.pad-t-lg-102 {
		padding-top: 102px !important;
	}
	
	.pad-b-lg-102 {
		padding-bottom: 102px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-102 {
		padding-top: 102px !important;
		padding-bottom: 102px !important;
	}
	
	.pad-t-xxl-102 {
		padding-top: 102px !important;
	}
	
	.pad-b-xxl-102 {
		padding-bottom: 102px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-102 {
		padding-top: 102px !important;
		padding-bottom: 102px !important;
	}
	
	.pad-t-xxxxl-102 {
		padding-top: 102px !important;
	}
	
	.pad-b-xxxxl-102 {
		padding-bottom: 102px !important;
	}
}

.pad-y-103 {
	padding-top: 103px !important;
	padding-bottom: 103px !important;
}

.pad-t-103 {
	padding-top: 103px !important;
}

.pad-b-103 {
	padding-bottom: 103px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-103 {
		padding-top: 103px !important;
		padding-bottom: 103px !important;
	}
	
	.pad-t-sm-103 {
		padding-top: 103px !important;
	}
	
	.pad-b-sm-103 {
		padding-bottom: 103px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-103 {
		padding-top: 103px !important;
		padding-bottom: 103px !important;
	}
	
	.pad-t-lg-103 {
		padding-top: 103px !important;
	}
	
	.pad-b-lg-103 {
		padding-bottom: 103px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-103 {
		padding-top: 103px !important;
		padding-bottom: 103px !important;
	}
	
	.pad-t-xxl-103 {
		padding-top: 103px !important;
	}
	
	.pad-b-xxl-103 {
		padding-bottom: 103px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-103 {
		padding-top: 103px !important;
		padding-bottom: 103px !important;
	}
	
	.pad-t-xxxxl-103 {
		padding-top: 103px !important;
	}
	
	.pad-b-xxxxl-103 {
		padding-bottom: 103px !important;
	}
}

.pad-y-104 {
	padding-top: 104px !important;
	padding-bottom: 104px !important;
}

.pad-t-104 {
	padding-top: 104px !important;
}

.pad-b-104 {
	padding-bottom: 104px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-104 {
		padding-top: 104px !important;
		padding-bottom: 104px !important;
	}
	
	.pad-t-sm-104 {
		padding-top: 104px !important;
	}
	
	.pad-b-sm-104 {
		padding-bottom: 104px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-104 {
		padding-top: 104px !important;
		padding-bottom: 104px !important;
	}
	
	.pad-t-lg-104 {
		padding-top: 104px !important;
	}
	
	.pad-b-lg-104 {
		padding-bottom: 104px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-104 {
		padding-top: 104px !important;
		padding-bottom: 104px !important;
	}
	
	.pad-t-xxl-104 {
		padding-top: 104px !important;
	}
	
	.pad-b-xxl-104 {
		padding-bottom: 104px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-104 {
		padding-top: 104px !important;
		padding-bottom: 104px !important;
	}
	
	.pad-t-xxxxl-104 {
		padding-top: 104px !important;
	}
	
	.pad-b-xxxxl-104 {
		padding-bottom: 104px !important;
	}
}

.pad-y-105 {
	padding-top: 105px !important;
	padding-bottom: 105px !important;
}

.pad-t-105 {
	padding-top: 105px !important;
}

.pad-b-105 {
	padding-bottom: 105px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-105 {
		padding-top: 105px !important;
		padding-bottom: 105px !important;
	}
	
	.pad-t-sm-105 {
		padding-top: 105px !important;
	}
	
	.pad-b-sm-105 {
		padding-bottom: 105px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-105 {
		padding-top: 105px !important;
		padding-bottom: 105px !important;
	}
	
	.pad-t-lg-105 {
		padding-top: 105px !important;
	}
	
	.pad-b-lg-105 {
		padding-bottom: 105px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-105 {
		padding-top: 105px !important;
		padding-bottom: 105px !important;
	}
	
	.pad-t-xxl-105 {
		padding-top: 105px !important;
	}
	
	.pad-b-xxl-105 {
		padding-bottom: 105px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-105 {
		padding-top: 105px !important;
		padding-bottom: 105px !important;
	}
	
	.pad-t-xxxxl-105 {
		padding-top: 105px !important;
	}
	
	.pad-b-xxxxl-105 {
		padding-bottom: 105px !important;
	}
}

.pad-y-106 {
	padding-top: 106px !important;
	padding-bottom: 106px !important;
}

.pad-t-106 {
	padding-top: 106px !important;
}

.pad-b-106 {
	padding-bottom: 106px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-106 {
		padding-top: 106px !important;
		padding-bottom: 106px !important;
	}
	
	.pad-t-sm-106 {
		padding-top: 106px !important;
	}
	
	.pad-b-sm-106 {
		padding-bottom: 106px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-106 {
		padding-top: 106px !important;
		padding-bottom: 106px !important;
	}
	
	.pad-t-lg-106 {
		padding-top: 106px !important;
	}
	
	.pad-b-lg-106 {
		padding-bottom: 106px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-106 {
		padding-top: 106px !important;
		padding-bottom: 106px !important;
	}
	
	.pad-t-xxl-106 {
		padding-top: 106px !important;
	}
	
	.pad-b-xxl-106 {
		padding-bottom: 106px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-106 {
		padding-top: 106px !important;
		padding-bottom: 106px !important;
	}
	
	.pad-t-xxxxl-106 {
		padding-top: 106px !important;
	}
	
	.pad-b-xxxxl-106 {
		padding-bottom: 106px !important;
	}
}

.pad-y-107 {
	padding-top: 107px !important;
	padding-bottom: 107px !important;
}

.pad-t-107 {
	padding-top: 107px !important;
}

.pad-b-107 {
	padding-bottom: 107px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-107 {
		padding-top: 107px !important;
		padding-bottom: 107px !important;
	}
	
	.pad-t-sm-107 {
		padding-top: 107px !important;
	}
	
	.pad-b-sm-107 {
		padding-bottom: 107px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-107 {
		padding-top: 107px !important;
		padding-bottom: 107px !important;
	}
	
	.pad-t-lg-107 {
		padding-top: 107px !important;
	}
	
	.pad-b-lg-107 {
		padding-bottom: 107px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-107 {
		padding-top: 107px !important;
		padding-bottom: 107px !important;
	}
	
	.pad-t-xxl-107 {
		padding-top: 107px !important;
	}
	
	.pad-b-xxl-107 {
		padding-bottom: 107px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-107 {
		padding-top: 107px !important;
		padding-bottom: 107px !important;
	}
	
	.pad-t-xxxxl-107 {
		padding-top: 107px !important;
	}
	
	.pad-b-xxxxl-107 {
		padding-bottom: 107px !important;
	}
}

.pad-y-108 {
	padding-top: 108px !important;
	padding-bottom: 108px !important;
}

.pad-t-108 {
	padding-top: 108px !important;
}

.pad-b-108 {
	padding-bottom: 108px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-108 {
		padding-top: 108px !important;
		padding-bottom: 108px !important;
	}
	
	.pad-t-sm-108 {
		padding-top: 108px !important;
	}
	
	.pad-b-sm-108 {
		padding-bottom: 108px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-108 {
		padding-top: 108px !important;
		padding-bottom: 108px !important;
	}
	
	.pad-t-lg-108 {
		padding-top: 108px !important;
	}
	
	.pad-b-lg-108 {
		padding-bottom: 108px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-108 {
		padding-top: 108px !important;
		padding-bottom: 108px !important;
	}
	
	.pad-t-xxl-108 {
		padding-top: 108px !important;
	}
	
	.pad-b-xxl-108 {
		padding-bottom: 108px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-108 {
		padding-top: 108px !important;
		padding-bottom: 108px !important;
	}
	
	.pad-t-xxxxl-108 {
		padding-top: 108px !important;
	}
	
	.pad-b-xxxxl-108 {
		padding-bottom: 108px !important;
	}
}

.pad-y-109 {
	padding-top: 109px !important;
	padding-bottom: 109px !important;
}

.pad-t-109 {
	padding-top: 109px !important;
}

.pad-b-109 {
	padding-bottom: 109px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-109 {
		padding-top: 109px !important;
		padding-bottom: 109px !important;
	}
	
	.pad-t-sm-109 {
		padding-top: 109px !important;
	}
	
	.pad-b-sm-109 {
		padding-bottom: 109px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-109 {
		padding-top: 109px !important;
		padding-bottom: 109px !important;
	}
	
	.pad-t-lg-109 {
		padding-top: 109px !important;
	}
	
	.pad-b-lg-109 {
		padding-bottom: 109px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-109 {
		padding-top: 109px !important;
		padding-bottom: 109px !important;
	}
	
	.pad-t-xxl-109 {
		padding-top: 109px !important;
	}
	
	.pad-b-xxl-109 {
		padding-bottom: 109px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-109 {
		padding-top: 109px !important;
		padding-bottom: 109px !important;
	}
	
	.pad-t-xxxxl-109 {
		padding-top: 109px !important;
	}
	
	.pad-b-xxxxl-109 {
		padding-bottom: 109px !important;
	}
}

.pad-y-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.pad-t-110 {
	padding-top: 110px !important;
}

.pad-b-110 {
	padding-bottom: 110px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}
	
	.pad-t-sm-110 {
		padding-top: 110px !important;
	}
	
	.pad-b-sm-110 {
		padding-bottom: 110px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}
	
	.pad-t-lg-110 {
		padding-top: 110px !important;
	}
	
	.pad-b-lg-110 {
		padding-bottom: 110px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}
	
	.pad-t-xxl-110 {
		padding-top: 110px !important;
	}
	
	.pad-b-xxl-110 {
		padding-bottom: 110px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}
	
	.pad-t-xxxxl-110 {
		padding-top: 110px !important;
	}
	
	.pad-b-xxxxl-110 {
		padding-bottom: 110px !important;
	}
}

.pad-y-111 {
	padding-top: 111px !important;
	padding-bottom: 111px !important;
}

.pad-t-111 {
	padding-top: 111px !important;
}

.pad-b-111 {
	padding-bottom: 111px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-111 {
		padding-top: 111px !important;
		padding-bottom: 111px !important;
	}
	
	.pad-t-sm-111 {
		padding-top: 111px !important;
	}
	
	.pad-b-sm-111 {
		padding-bottom: 111px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-111 {
		padding-top: 111px !important;
		padding-bottom: 111px !important;
	}
	
	.pad-t-lg-111 {
		padding-top: 111px !important;
	}
	
	.pad-b-lg-111 {
		padding-bottom: 111px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-111 {
		padding-top: 111px !important;
		padding-bottom: 111px !important;
	}
	
	.pad-t-xxl-111 {
		padding-top: 111px !important;
	}
	
	.pad-b-xxl-111 {
		padding-bottom: 111px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-111 {
		padding-top: 111px !important;
		padding-bottom: 111px !important;
	}
	
	.pad-t-xxxxl-111 {
		padding-top: 111px !important;
	}
	
	.pad-b-xxxxl-111 {
		padding-bottom: 111px !important;
	}
}

.pad-y-112 {
	padding-top: 112px !important;
	padding-bottom: 112px !important;
}

.pad-t-112 {
	padding-top: 112px !important;
}

.pad-b-112 {
	padding-bottom: 112px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-112 {
		padding-top: 112px !important;
		padding-bottom: 112px !important;
	}
	
	.pad-t-sm-112 {
		padding-top: 112px !important;
	}
	
	.pad-b-sm-112 {
		padding-bottom: 112px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-112 {
		padding-top: 112px !important;
		padding-bottom: 112px !important;
	}
	
	.pad-t-lg-112 {
		padding-top: 112px !important;
	}
	
	.pad-b-lg-112 {
		padding-bottom: 112px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-112 {
		padding-top: 112px !important;
		padding-bottom: 112px !important;
	}
	
	.pad-t-xxl-112 {
		padding-top: 112px !important;
	}
	
	.pad-b-xxl-112 {
		padding-bottom: 112px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-112 {
		padding-top: 112px !important;
		padding-bottom: 112px !important;
	}
	
	.pad-t-xxxxl-112 {
		padding-top: 112px !important;
	}
	
	.pad-b-xxxxl-112 {
		padding-bottom: 112px !important;
	}
}

.pad-y-113 {
	padding-top: 113px !important;
	padding-bottom: 113px !important;
}

.pad-t-113 {
	padding-top: 113px !important;
}

.pad-b-113 {
	padding-bottom: 113px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-113 {
		padding-top: 113px !important;
		padding-bottom: 113px !important;
	}
	
	.pad-t-sm-113 {
		padding-top: 113px !important;
	}
	
	.pad-b-sm-113 {
		padding-bottom: 113px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-113 {
		padding-top: 113px !important;
		padding-bottom: 113px !important;
	}
	
	.pad-t-lg-113 {
		padding-top: 113px !important;
	}
	
	.pad-b-lg-113 {
		padding-bottom: 113px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-113 {
		padding-top: 113px !important;
		padding-bottom: 113px !important;
	}
	
	.pad-t-xxl-113 {
		padding-top: 113px !important;
	}
	
	.pad-b-xxl-113 {
		padding-bottom: 113px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-113 {
		padding-top: 113px !important;
		padding-bottom: 113px !important;
	}
	
	.pad-t-xxxxl-113 {
		padding-top: 113px !important;
	}
	
	.pad-b-xxxxl-113 {
		padding-bottom: 113px !important;
	}
}

.pad-y-114 {
	padding-top: 114px !important;
	padding-bottom: 114px !important;
}

.pad-t-114 {
	padding-top: 114px !important;
}

.pad-b-114 {
	padding-bottom: 114px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-114 {
		padding-top: 114px !important;
		padding-bottom: 114px !important;
	}
	
	.pad-t-sm-114 {
		padding-top: 114px !important;
	}
	
	.pad-b-sm-114 {
		padding-bottom: 114px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-114 {
		padding-top: 114px !important;
		padding-bottom: 114px !important;
	}
	
	.pad-t-lg-114 {
		padding-top: 114px !important;
	}
	
	.pad-b-lg-114 {
		padding-bottom: 114px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-114 {
		padding-top: 114px !important;
		padding-bottom: 114px !important;
	}
	
	.pad-t-xxl-114 {
		padding-top: 114px !important;
	}
	
	.pad-b-xxl-114 {
		padding-bottom: 114px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-114 {
		padding-top: 114px !important;
		padding-bottom: 114px !important;
	}
	
	.pad-t-xxxxl-114 {
		padding-top: 114px !important;
	}
	
	.pad-b-xxxxl-114 {
		padding-bottom: 114px !important;
	}
}

.pad-y-115 {
	padding-top: 115px !important;
	padding-bottom: 115px !important;
}

.pad-t-115 {
	padding-top: 115px !important;
}

.pad-b-115 {
	padding-bottom: 115px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-115 {
		padding-top: 115px !important;
		padding-bottom: 115px !important;
	}
	
	.pad-t-sm-115 {
		padding-top: 115px !important;
	}
	
	.pad-b-sm-115 {
		padding-bottom: 115px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-115 {
		padding-top: 115px !important;
		padding-bottom: 115px !important;
	}
	
	.pad-t-lg-115 {
		padding-top: 115px !important;
	}
	
	.pad-b-lg-115 {
		padding-bottom: 115px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-115 {
		padding-top: 115px !important;
		padding-bottom: 115px !important;
	}
	
	.pad-t-xxl-115 {
		padding-top: 115px !important;
	}
	
	.pad-b-xxl-115 {
		padding-bottom: 115px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-115 {
		padding-top: 115px !important;
		padding-bottom: 115px !important;
	}
	
	.pad-t-xxxxl-115 {
		padding-top: 115px !important;
	}
	
	.pad-b-xxxxl-115 {
		padding-bottom: 115px !important;
	}
}

.pad-y-116 {
	padding-top: 116px !important;
	padding-bottom: 116px !important;
}

.pad-t-116 {
	padding-top: 116px !important;
}

.pad-b-116 {
	padding-bottom: 116px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-116 {
		padding-top: 116px !important;
		padding-bottom: 116px !important;
	}
	
	.pad-t-sm-116 {
		padding-top: 116px !important;
	}
	
	.pad-b-sm-116 {
		padding-bottom: 116px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-116 {
		padding-top: 116px !important;
		padding-bottom: 116px !important;
	}
	
	.pad-t-lg-116 {
		padding-top: 116px !important;
	}
	
	.pad-b-lg-116 {
		padding-bottom: 116px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-116 {
		padding-top: 116px !important;
		padding-bottom: 116px !important;
	}
	
	.pad-t-xxl-116 {
		padding-top: 116px !important;
	}
	
	.pad-b-xxl-116 {
		padding-bottom: 116px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-116 {
		padding-top: 116px !important;
		padding-bottom: 116px !important;
	}
	
	.pad-t-xxxxl-116 {
		padding-top: 116px !important;
	}
	
	.pad-b-xxxxl-116 {
		padding-bottom: 116px !important;
	}
}

.pad-y-117 {
	padding-top: 117px !important;
	padding-bottom: 117px !important;
}

.pad-t-117 {
	padding-top: 117px !important;
}

.pad-b-117 {
	padding-bottom: 117px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-117 {
		padding-top: 117px !important;
		padding-bottom: 117px !important;
	}
	
	.pad-t-sm-117 {
		padding-top: 117px !important;
	}
	
	.pad-b-sm-117 {
		padding-bottom: 117px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-117 {
		padding-top: 117px !important;
		padding-bottom: 117px !important;
	}
	
	.pad-t-lg-117 {
		padding-top: 117px !important;
	}
	
	.pad-b-lg-117 {
		padding-bottom: 117px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-117 {
		padding-top: 117px !important;
		padding-bottom: 117px !important;
	}
	
	.pad-t-xxl-117 {
		padding-top: 117px !important;
	}
	
	.pad-b-xxl-117 {
		padding-bottom: 117px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-117 {
		padding-top: 117px !important;
		padding-bottom: 117px !important;
	}
	
	.pad-t-xxxxl-117 {
		padding-top: 117px !important;
	}
	
	.pad-b-xxxxl-117 {
		padding-bottom: 117px !important;
	}
}

.pad-y-118 {
	padding-top: 118px !important;
	padding-bottom: 118px !important;
}

.pad-t-118 {
	padding-top: 118px !important;
}

.pad-b-118 {
	padding-bottom: 118px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-118 {
		padding-top: 118px !important;
		padding-bottom: 118px !important;
	}
	
	.pad-t-sm-118 {
		padding-top: 118px !important;
	}
	
	.pad-b-sm-118 {
		padding-bottom: 118px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-118 {
		padding-top: 118px !important;
		padding-bottom: 118px !important;
	}
	
	.pad-t-lg-118 {
		padding-top: 118px !important;
	}
	
	.pad-b-lg-118 {
		padding-bottom: 118px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-118 {
		padding-top: 118px !important;
		padding-bottom: 118px !important;
	}
	
	.pad-t-xxl-118 {
		padding-top: 118px !important;
	}
	
	.pad-b-xxl-118 {
		padding-bottom: 118px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-118 {
		padding-top: 118px !important;
		padding-bottom: 118px !important;
	}
	
	.pad-t-xxxxl-118 {
		padding-top: 118px !important;
	}
	
	.pad-b-xxxxl-118 {
		padding-bottom: 118px !important;
	}
}

.pad-y-119 {
	padding-top: 119px !important;
	padding-bottom: 119px !important;
}

.pad-t-119 {
	padding-top: 119px !important;
}

.pad-b-119 {
	padding-bottom: 119px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-119 {
		padding-top: 119px !important;
		padding-bottom: 119px !important;
	}
	
	.pad-t-sm-119 {
		padding-top: 119px !important;
	}
	
	.pad-b-sm-119 {
		padding-bottom: 119px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-119 {
		padding-top: 119px !important;
		padding-bottom: 119px !important;
	}
	
	.pad-t-lg-119 {
		padding-top: 119px !important;
	}
	
	.pad-b-lg-119 {
		padding-bottom: 119px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-119 {
		padding-top: 119px !important;
		padding-bottom: 119px !important;
	}
	
	.pad-t-xxl-119 {
		padding-top: 119px !important;
	}
	
	.pad-b-xxl-119 {
		padding-bottom: 119px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-119 {
		padding-top: 119px !important;
		padding-bottom: 119px !important;
	}
	
	.pad-t-xxxxl-119 {
		padding-top: 119px !important;
	}
	
	.pad-b-xxxxl-119 {
		padding-bottom: 119px !important;
	}
}

.pad-y-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.pad-t-120 {
	padding-top: 120px !important;
}

.pad-b-120 {
	padding-bottom: 120px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	
	.pad-t-sm-120 {
		padding-top: 120px !important;
	}
	
	.pad-b-sm-120 {
		padding-bottom: 120px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	
	.pad-t-lg-120 {
		padding-top: 120px !important;
	}
	
	.pad-b-lg-120 {
		padding-bottom: 120px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	
	.pad-t-xxl-120 {
		padding-top: 120px !important;
	}
	
	.pad-b-xxl-120 {
		padding-bottom: 120px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	
	.pad-t-xxxxl-120 {
		padding-top: 120px !important;
	}
	
	.pad-b-xxxxl-120 {
		padding-bottom: 120px !important;
	}
}

.pad-y-121 {
	padding-top: 121px !important;
	padding-bottom: 121px !important;
}

.pad-t-121 {
	padding-top: 121px !important;
}

.pad-b-121 {
	padding-bottom: 121px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-121 {
		padding-top: 121px !important;
		padding-bottom: 121px !important;
	}
	
	.pad-t-sm-121 {
		padding-top: 121px !important;
	}
	
	.pad-b-sm-121 {
		padding-bottom: 121px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-121 {
		padding-top: 121px !important;
		padding-bottom: 121px !important;
	}
	
	.pad-t-lg-121 {
		padding-top: 121px !important;
	}
	
	.pad-b-lg-121 {
		padding-bottom: 121px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-121 {
		padding-top: 121px !important;
		padding-bottom: 121px !important;
	}
	
	.pad-t-xxl-121 {
		padding-top: 121px !important;
	}
	
	.pad-b-xxl-121 {
		padding-bottom: 121px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-121 {
		padding-top: 121px !important;
		padding-bottom: 121px !important;
	}
	
	.pad-t-xxxxl-121 {
		padding-top: 121px !important;
	}
	
	.pad-b-xxxxl-121 {
		padding-bottom: 121px !important;
	}
}

.pad-y-122 {
	padding-top: 122px !important;
	padding-bottom: 122px !important;
}

.pad-t-122 {
	padding-top: 122px !important;
}

.pad-b-122 {
	padding-bottom: 122px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-122 {
		padding-top: 122px !important;
		padding-bottom: 122px !important;
	}
	
	.pad-t-sm-122 {
		padding-top: 122px !important;
	}
	
	.pad-b-sm-122 {
		padding-bottom: 122px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-122 {
		padding-top: 122px !important;
		padding-bottom: 122px !important;
	}
	
	.pad-t-lg-122 {
		padding-top: 122px !important;
	}
	
	.pad-b-lg-122 {
		padding-bottom: 122px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-122 {
		padding-top: 122px !important;
		padding-bottom: 122px !important;
	}
	
	.pad-t-xxl-122 {
		padding-top: 122px !important;
	}
	
	.pad-b-xxl-122 {
		padding-bottom: 122px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-122 {
		padding-top: 122px !important;
		padding-bottom: 122px !important;
	}
	
	.pad-t-xxxxl-122 {
		padding-top: 122px !important;
	}
	
	.pad-b-xxxxl-122 {
		padding-bottom: 122px !important;
	}
}

.pad-y-123 {
	padding-top: 123px !important;
	padding-bottom: 123px !important;
}

.pad-t-123 {
	padding-top: 123px !important;
}

.pad-b-123 {
	padding-bottom: 123px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-123 {
		padding-top: 123px !important;
		padding-bottom: 123px !important;
	}
	
	.pad-t-sm-123 {
		padding-top: 123px !important;
	}
	
	.pad-b-sm-123 {
		padding-bottom: 123px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-123 {
		padding-top: 123px !important;
		padding-bottom: 123px !important;
	}
	
	.pad-t-lg-123 {
		padding-top: 123px !important;
	}
	
	.pad-b-lg-123 {
		padding-bottom: 123px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-123 {
		padding-top: 123px !important;
		padding-bottom: 123px !important;
	}
	
	.pad-t-xxl-123 {
		padding-top: 123px !important;
	}
	
	.pad-b-xxl-123 {
		padding-bottom: 123px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-123 {
		padding-top: 123px !important;
		padding-bottom: 123px !important;
	}
	
	.pad-t-xxxxl-123 {
		padding-top: 123px !important;
	}
	
	.pad-b-xxxxl-123 {
		padding-bottom: 123px !important;
	}
}

.pad-y-124 {
	padding-top: 124px !important;
	padding-bottom: 124px !important;
}

.pad-t-124 {
	padding-top: 124px !important;
}

.pad-b-124 {
	padding-bottom: 124px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-124 {
		padding-top: 124px !important;
		padding-bottom: 124px !important;
	}
	
	.pad-t-sm-124 {
		padding-top: 124px !important;
	}
	
	.pad-b-sm-124 {
		padding-bottom: 124px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-124 {
		padding-top: 124px !important;
		padding-bottom: 124px !important;
	}
	
	.pad-t-lg-124 {
		padding-top: 124px !important;
	}
	
	.pad-b-lg-124 {
		padding-bottom: 124px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-124 {
		padding-top: 124px !important;
		padding-bottom: 124px !important;
	}
	
	.pad-t-xxl-124 {
		padding-top: 124px !important;
	}
	
	.pad-b-xxl-124 {
		padding-bottom: 124px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-124 {
		padding-top: 124px !important;
		padding-bottom: 124px !important;
	}
	
	.pad-t-xxxxl-124 {
		padding-top: 124px !important;
	}
	
	.pad-b-xxxxl-124 {
		padding-bottom: 124px !important;
	}
}

.pad-y-125 {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}

.pad-t-125 {
	padding-top: 125px !important;
}

.pad-b-125 {
	padding-bottom: 125px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-125 {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
	}
	
	.pad-t-sm-125 {
		padding-top: 125px !important;
	}
	
	.pad-b-sm-125 {
		padding-bottom: 125px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-125 {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
	}
	
	.pad-t-lg-125 {
		padding-top: 125px !important;
	}
	
	.pad-b-lg-125 {
		padding-bottom: 125px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-125 {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
	}
	
	.pad-t-xxl-125 {
		padding-top: 125px !important;
	}
	
	.pad-b-xxl-125 {
		padding-bottom: 125px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-125 {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
	}
	
	.pad-t-xxxxl-125 {
		padding-top: 125px !important;
	}
	
	.pad-b-xxxxl-125 {
		padding-bottom: 125px !important;
	}
}

.pad-y-126 {
	padding-top: 126px !important;
	padding-bottom: 126px !important;
}

.pad-t-126 {
	padding-top: 126px !important;
}

.pad-b-126 {
	padding-bottom: 126px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-126 {
		padding-top: 126px !important;
		padding-bottom: 126px !important;
	}
	
	.pad-t-sm-126 {
		padding-top: 126px !important;
	}
	
	.pad-b-sm-126 {
		padding-bottom: 126px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-126 {
		padding-top: 126px !important;
		padding-bottom: 126px !important;
	}
	
	.pad-t-lg-126 {
		padding-top: 126px !important;
	}
	
	.pad-b-lg-126 {
		padding-bottom: 126px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-126 {
		padding-top: 126px !important;
		padding-bottom: 126px !important;
	}
	
	.pad-t-xxl-126 {
		padding-top: 126px !important;
	}
	
	.pad-b-xxl-126 {
		padding-bottom: 126px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-126 {
		padding-top: 126px !important;
		padding-bottom: 126px !important;
	}
	
	.pad-t-xxxxl-126 {
		padding-top: 126px !important;
	}
	
	.pad-b-xxxxl-126 {
		padding-bottom: 126px !important;
	}
}

.pad-y-127 {
	padding-top: 127px !important;
	padding-bottom: 127px !important;
}

.pad-t-127 {
	padding-top: 127px !important;
}

.pad-b-127 {
	padding-bottom: 127px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-127 {
		padding-top: 127px !important;
		padding-bottom: 127px !important;
	}
	
	.pad-t-sm-127 {
		padding-top: 127px !important;
	}
	
	.pad-b-sm-127 {
		padding-bottom: 127px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-127 {
		padding-top: 127px !important;
		padding-bottom: 127px !important;
	}
	
	.pad-t-lg-127 {
		padding-top: 127px !important;
	}
	
	.pad-b-lg-127 {
		padding-bottom: 127px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-127 {
		padding-top: 127px !important;
		padding-bottom: 127px !important;
	}
	
	.pad-t-xxl-127 {
		padding-top: 127px !important;
	}
	
	.pad-b-xxl-127 {
		padding-bottom: 127px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-127 {
		padding-top: 127px !important;
		padding-bottom: 127px !important;
	}
	
	.pad-t-xxxxl-127 {
		padding-top: 127px !important;
	}
	
	.pad-b-xxxxl-127 {
		padding-bottom: 127px !important;
	}
}

.pad-y-128 {
	padding-top: 128px !important;
	padding-bottom: 128px !important;
}

.pad-t-128 {
	padding-top: 128px !important;
}

.pad-b-128 {
	padding-bottom: 128px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-128 {
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}
	
	.pad-t-sm-128 {
		padding-top: 128px !important;
	}
	
	.pad-b-sm-128 {
		padding-bottom: 128px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-128 {
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}
	
	.pad-t-lg-128 {
		padding-top: 128px !important;
	}
	
	.pad-b-lg-128 {
		padding-bottom: 128px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-128 {
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}
	
	.pad-t-xxl-128 {
		padding-top: 128px !important;
	}
	
	.pad-b-xxl-128 {
		padding-bottom: 128px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-128 {
		padding-top: 128px !important;
		padding-bottom: 128px !important;
	}
	
	.pad-t-xxxxl-128 {
		padding-top: 128px !important;
	}
	
	.pad-b-xxxxl-128 {
		padding-bottom: 128px !important;
	}
}

.pad-y-129 {
	padding-top: 129px !important;
	padding-bottom: 129px !important;
}

.pad-t-129 {
	padding-top: 129px !important;
}

.pad-b-129 {
	padding-bottom: 129px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-129 {
		padding-top: 129px !important;
		padding-bottom: 129px !important;
	}
	
	.pad-t-sm-129 {
		padding-top: 129px !important;
	}
	
	.pad-b-sm-129 {
		padding-bottom: 129px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-129 {
		padding-top: 129px !important;
		padding-bottom: 129px !important;
	}
	
	.pad-t-lg-129 {
		padding-top: 129px !important;
	}
	
	.pad-b-lg-129 {
		padding-bottom: 129px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-129 {
		padding-top: 129px !important;
		padding-bottom: 129px !important;
	}
	
	.pad-t-xxl-129 {
		padding-top: 129px !important;
	}
	
	.pad-b-xxl-129 {
		padding-bottom: 129px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-129 {
		padding-top: 129px !important;
		padding-bottom: 129px !important;
	}
	
	.pad-t-xxxxl-129 {
		padding-top: 129px !important;
	}
	
	.pad-b-xxxxl-129 {
		padding-bottom: 129px !important;
	}
}

.pad-y-130 {
	padding-top: 130px !important;
	padding-bottom: 130px !important;
}

.pad-t-130 {
	padding-top: 130px !important;
}

.pad-b-130 {
	padding-bottom: 130px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-130 {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}
	
	.pad-t-sm-130 {
		padding-top: 130px !important;
	}
	
	.pad-b-sm-130 {
		padding-bottom: 130px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-130 {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}
	
	.pad-t-lg-130 {
		padding-top: 130px !important;
	}
	
	.pad-b-lg-130 {
		padding-bottom: 130px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-130 {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}
	
	.pad-t-xxl-130 {
		padding-top: 130px !important;
	}
	
	.pad-b-xxl-130 {
		padding-bottom: 130px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-130 {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}
	
	.pad-t-xxxxl-130 {
		padding-top: 130px !important;
	}
	
	.pad-b-xxxxl-130 {
		padding-bottom: 130px !important;
	}
}

.pad-y-131 {
	padding-top: 131px !important;
	padding-bottom: 131px !important;
}

.pad-t-131 {
	padding-top: 131px !important;
}

.pad-b-131 {
	padding-bottom: 131px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-131 {
		padding-top: 131px !important;
		padding-bottom: 131px !important;
	}
	
	.pad-t-sm-131 {
		padding-top: 131px !important;
	}
	
	.pad-b-sm-131 {
		padding-bottom: 131px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-131 {
		padding-top: 131px !important;
		padding-bottom: 131px !important;
	}
	
	.pad-t-lg-131 {
		padding-top: 131px !important;
	}
	
	.pad-b-lg-131 {
		padding-bottom: 131px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-131 {
		padding-top: 131px !important;
		padding-bottom: 131px !important;
	}
	
	.pad-t-xxl-131 {
		padding-top: 131px !important;
	}
	
	.pad-b-xxl-131 {
		padding-bottom: 131px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-131 {
		padding-top: 131px !important;
		padding-bottom: 131px !important;
	}
	
	.pad-t-xxxxl-131 {
		padding-top: 131px !important;
	}
	
	.pad-b-xxxxl-131 {
		padding-bottom: 131px !important;
	}
}

.pad-y-132 {
	padding-top: 132px !important;
	padding-bottom: 132px !important;
}

.pad-t-132 {
	padding-top: 132px !important;
}

.pad-b-132 {
	padding-bottom: 132px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-132 {
		padding-top: 132px !important;
		padding-bottom: 132px !important;
	}
	
	.pad-t-sm-132 {
		padding-top: 132px !important;
	}
	
	.pad-b-sm-132 {
		padding-bottom: 132px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-132 {
		padding-top: 132px !important;
		padding-bottom: 132px !important;
	}
	
	.pad-t-lg-132 {
		padding-top: 132px !important;
	}
	
	.pad-b-lg-132 {
		padding-bottom: 132px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-132 {
		padding-top: 132px !important;
		padding-bottom: 132px !important;
	}
	
	.pad-t-xxl-132 {
		padding-top: 132px !important;
	}
	
	.pad-b-xxl-132 {
		padding-bottom: 132px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-132 {
		padding-top: 132px !important;
		padding-bottom: 132px !important;
	}
	
	.pad-t-xxxxl-132 {
		padding-top: 132px !important;
	}
	
	.pad-b-xxxxl-132 {
		padding-bottom: 132px !important;
	}
}

.pad-y-133 {
	padding-top: 133px !important;
	padding-bottom: 133px !important;
}

.pad-t-133 {
	padding-top: 133px !important;
}

.pad-b-133 {
	padding-bottom: 133px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-133 {
		padding-top: 133px !important;
		padding-bottom: 133px !important;
	}
	
	.pad-t-sm-133 {
		padding-top: 133px !important;
	}
	
	.pad-b-sm-133 {
		padding-bottom: 133px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-133 {
		padding-top: 133px !important;
		padding-bottom: 133px !important;
	}
	
	.pad-t-lg-133 {
		padding-top: 133px !important;
	}
	
	.pad-b-lg-133 {
		padding-bottom: 133px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-133 {
		padding-top: 133px !important;
		padding-bottom: 133px !important;
	}
	
	.pad-t-xxl-133 {
		padding-top: 133px !important;
	}
	
	.pad-b-xxl-133 {
		padding-bottom: 133px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-133 {
		padding-top: 133px !important;
		padding-bottom: 133px !important;
	}
	
	.pad-t-xxxxl-133 {
		padding-top: 133px !important;
	}
	
	.pad-b-xxxxl-133 {
		padding-bottom: 133px !important;
	}
}

.pad-y-134 {
	padding-top: 134px !important;
	padding-bottom: 134px !important;
}

.pad-t-134 {
	padding-top: 134px !important;
}

.pad-b-134 {
	padding-bottom: 134px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-134 {
		padding-top: 134px !important;
		padding-bottom: 134px !important;
	}
	
	.pad-t-sm-134 {
		padding-top: 134px !important;
	}
	
	.pad-b-sm-134 {
		padding-bottom: 134px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-134 {
		padding-top: 134px !important;
		padding-bottom: 134px !important;
	}
	
	.pad-t-lg-134 {
		padding-top: 134px !important;
	}
	
	.pad-b-lg-134 {
		padding-bottom: 134px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-134 {
		padding-top: 134px !important;
		padding-bottom: 134px !important;
	}
	
	.pad-t-xxl-134 {
		padding-top: 134px !important;
	}
	
	.pad-b-xxl-134 {
		padding-bottom: 134px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-134 {
		padding-top: 134px !important;
		padding-bottom: 134px !important;
	}
	
	.pad-t-xxxxl-134 {
		padding-top: 134px !important;
	}
	
	.pad-b-xxxxl-134 {
		padding-bottom: 134px !important;
	}
}

.pad-y-135 {
	padding-top: 135px !important;
	padding-bottom: 135px !important;
}

.pad-t-135 {
	padding-top: 135px !important;
}

.pad-b-135 {
	padding-bottom: 135px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-135 {
		padding-top: 135px !important;
		padding-bottom: 135px !important;
	}
	
	.pad-t-sm-135 {
		padding-top: 135px !important;
	}
	
	.pad-b-sm-135 {
		padding-bottom: 135px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-135 {
		padding-top: 135px !important;
		padding-bottom: 135px !important;
	}
	
	.pad-t-lg-135 {
		padding-top: 135px !important;
	}
	
	.pad-b-lg-135 {
		padding-bottom: 135px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-135 {
		padding-top: 135px !important;
		padding-bottom: 135px !important;
	}
	
	.pad-t-xxl-135 {
		padding-top: 135px !important;
	}
	
	.pad-b-xxl-135 {
		padding-bottom: 135px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-135 {
		padding-top: 135px !important;
		padding-bottom: 135px !important;
	}
	
	.pad-t-xxxxl-135 {
		padding-top: 135px !important;
	}
	
	.pad-b-xxxxl-135 {
		padding-bottom: 135px !important;
	}
}

.pad-y-136 {
	padding-top: 136px !important;
	padding-bottom: 136px !important;
}

.pad-t-136 {
	padding-top: 136px !important;
}

.pad-b-136 {
	padding-bottom: 136px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-136 {
		padding-top: 136px !important;
		padding-bottom: 136px !important;
	}
	
	.pad-t-sm-136 {
		padding-top: 136px !important;
	}
	
	.pad-b-sm-136 {
		padding-bottom: 136px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-136 {
		padding-top: 136px !important;
		padding-bottom: 136px !important;
	}
	
	.pad-t-lg-136 {
		padding-top: 136px !important;
	}
	
	.pad-b-lg-136 {
		padding-bottom: 136px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-136 {
		padding-top: 136px !important;
		padding-bottom: 136px !important;
	}
	
	.pad-t-xxl-136 {
		padding-top: 136px !important;
	}
	
	.pad-b-xxl-136 {
		padding-bottom: 136px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-136 {
		padding-top: 136px !important;
		padding-bottom: 136px !important;
	}
	
	.pad-t-xxxxl-136 {
		padding-top: 136px !important;
	}
	
	.pad-b-xxxxl-136 {
		padding-bottom: 136px !important;
	}
}

.pad-y-137 {
	padding-top: 137px !important;
	padding-bottom: 137px !important;
}

.pad-t-137 {
	padding-top: 137px !important;
}

.pad-b-137 {
	padding-bottom: 137px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-137 {
		padding-top: 137px !important;
		padding-bottom: 137px !important;
	}
	
	.pad-t-sm-137 {
		padding-top: 137px !important;
	}
	
	.pad-b-sm-137 {
		padding-bottom: 137px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-137 {
		padding-top: 137px !important;
		padding-bottom: 137px !important;
	}
	
	.pad-t-lg-137 {
		padding-top: 137px !important;
	}
	
	.pad-b-lg-137 {
		padding-bottom: 137px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-137 {
		padding-top: 137px !important;
		padding-bottom: 137px !important;
	}
	
	.pad-t-xxl-137 {
		padding-top: 137px !important;
	}
	
	.pad-b-xxl-137 {
		padding-bottom: 137px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-137 {
		padding-top: 137px !important;
		padding-bottom: 137px !important;
	}
	
	.pad-t-xxxxl-137 {
		padding-top: 137px !important;
	}
	
	.pad-b-xxxxl-137 {
		padding-bottom: 137px !important;
	}
}

.pad-y-138 {
	padding-top: 138px !important;
	padding-bottom: 138px !important;
}

.pad-t-138 {
	padding-top: 138px !important;
}

.pad-b-138 {
	padding-bottom: 138px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-138 {
		padding-top: 138px !important;
		padding-bottom: 138px !important;
	}
	
	.pad-t-sm-138 {
		padding-top: 138px !important;
	}
	
	.pad-b-sm-138 {
		padding-bottom: 138px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-138 {
		padding-top: 138px !important;
		padding-bottom: 138px !important;
	}
	
	.pad-t-lg-138 {
		padding-top: 138px !important;
	}
	
	.pad-b-lg-138 {
		padding-bottom: 138px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-138 {
		padding-top: 138px !important;
		padding-bottom: 138px !important;
	}
	
	.pad-t-xxl-138 {
		padding-top: 138px !important;
	}
	
	.pad-b-xxl-138 {
		padding-bottom: 138px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-138 {
		padding-top: 138px !important;
		padding-bottom: 138px !important;
	}
	
	.pad-t-xxxxl-138 {
		padding-top: 138px !important;
	}
	
	.pad-b-xxxxl-138 {
		padding-bottom: 138px !important;
	}
}

.pad-y-139 {
	padding-top: 139px !important;
	padding-bottom: 139px !important;
}

.pad-t-139 {
	padding-top: 139px !important;
}

.pad-b-139 {
	padding-bottom: 139px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-139 {
		padding-top: 139px !important;
		padding-bottom: 139px !important;
	}
	
	.pad-t-sm-139 {
		padding-top: 139px !important;
	}
	
	.pad-b-sm-139 {
		padding-bottom: 139px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-139 {
		padding-top: 139px !important;
		padding-bottom: 139px !important;
	}
	
	.pad-t-lg-139 {
		padding-top: 139px !important;
	}
	
	.pad-b-lg-139 {
		padding-bottom: 139px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-139 {
		padding-top: 139px !important;
		padding-bottom: 139px !important;
	}
	
	.pad-t-xxl-139 {
		padding-top: 139px !important;
	}
	
	.pad-b-xxl-139 {
		padding-bottom: 139px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-139 {
		padding-top: 139px !important;
		padding-bottom: 139px !important;
	}
	
	.pad-t-xxxxl-139 {
		padding-top: 139px !important;
	}
	
	.pad-b-xxxxl-139 {
		padding-bottom: 139px !important;
	}
}

.pad-y-140 {
	padding-top: 140px !important;
	padding-bottom: 140px !important;
}

.pad-t-140 {
	padding-top: 140px !important;
}

.pad-b-140 {
	padding-bottom: 140px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-140 {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}
	
	.pad-t-sm-140 {
		padding-top: 140px !important;
	}
	
	.pad-b-sm-140 {
		padding-bottom: 140px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-140 {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}
	
	.pad-t-lg-140 {
		padding-top: 140px !important;
	}
	
	.pad-b-lg-140 {
		padding-bottom: 140px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-140 {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}
	
	.pad-t-xxl-140 {
		padding-top: 140px !important;
	}
	
	.pad-b-xxl-140 {
		padding-bottom: 140px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-140 {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}
	
	.pad-t-xxxxl-140 {
		padding-top: 140px !important;
	}
	
	.pad-b-xxxxl-140 {
		padding-bottom: 140px !important;
	}
}

.pad-y-141 {
	padding-top: 141px !important;
	padding-bottom: 141px !important;
}

.pad-t-141 {
	padding-top: 141px !important;
}

.pad-b-141 {
	padding-bottom: 141px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-141 {
		padding-top: 141px !important;
		padding-bottom: 141px !important;
	}
	
	.pad-t-sm-141 {
		padding-top: 141px !important;
	}
	
	.pad-b-sm-141 {
		padding-bottom: 141px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-141 {
		padding-top: 141px !important;
		padding-bottom: 141px !important;
	}
	
	.pad-t-lg-141 {
		padding-top: 141px !important;
	}
	
	.pad-b-lg-141 {
		padding-bottom: 141px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-141 {
		padding-top: 141px !important;
		padding-bottom: 141px !important;
	}
	
	.pad-t-xxl-141 {
		padding-top: 141px !important;
	}
	
	.pad-b-xxl-141 {
		padding-bottom: 141px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-141 {
		padding-top: 141px !important;
		padding-bottom: 141px !important;
	}
	
	.pad-t-xxxxl-141 {
		padding-top: 141px !important;
	}
	
	.pad-b-xxxxl-141 {
		padding-bottom: 141px !important;
	}
}

.pad-y-142 {
	padding-top: 142px !important;
	padding-bottom: 142px !important;
}

.pad-t-142 {
	padding-top: 142px !important;
}

.pad-b-142 {
	padding-bottom: 142px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-142 {
		padding-top: 142px !important;
		padding-bottom: 142px !important;
	}
	
	.pad-t-sm-142 {
		padding-top: 142px !important;
	}
	
	.pad-b-sm-142 {
		padding-bottom: 142px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-142 {
		padding-top: 142px !important;
		padding-bottom: 142px !important;
	}
	
	.pad-t-lg-142 {
		padding-top: 142px !important;
	}
	
	.pad-b-lg-142 {
		padding-bottom: 142px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-142 {
		padding-top: 142px !important;
		padding-bottom: 142px !important;
	}
	
	.pad-t-xxl-142 {
		padding-top: 142px !important;
	}
	
	.pad-b-xxl-142 {
		padding-bottom: 142px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-142 {
		padding-top: 142px !important;
		padding-bottom: 142px !important;
	}
	
	.pad-t-xxxxl-142 {
		padding-top: 142px !important;
	}
	
	.pad-b-xxxxl-142 {
		padding-bottom: 142px !important;
	}
}

.pad-y-143 {
	padding-top: 143px !important;
	padding-bottom: 143px !important;
}

.pad-t-143 {
	padding-top: 143px !important;
}

.pad-b-143 {
	padding-bottom: 143px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-143 {
		padding-top: 143px !important;
		padding-bottom: 143px !important;
	}
	
	.pad-t-sm-143 {
		padding-top: 143px !important;
	}
	
	.pad-b-sm-143 {
		padding-bottom: 143px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-143 {
		padding-top: 143px !important;
		padding-bottom: 143px !important;
	}
	
	.pad-t-lg-143 {
		padding-top: 143px !important;
	}
	
	.pad-b-lg-143 {
		padding-bottom: 143px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-143 {
		padding-top: 143px !important;
		padding-bottom: 143px !important;
	}
	
	.pad-t-xxl-143 {
		padding-top: 143px !important;
	}
	
	.pad-b-xxl-143 {
		padding-bottom: 143px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-143 {
		padding-top: 143px !important;
		padding-bottom: 143px !important;
	}
	
	.pad-t-xxxxl-143 {
		padding-top: 143px !important;
	}
	
	.pad-b-xxxxl-143 {
		padding-bottom: 143px !important;
	}
}

.pad-y-144 {
	padding-top: 144px !important;
	padding-bottom: 144px !important;
}

.pad-t-144 {
	padding-top: 144px !important;
}

.pad-b-144 {
	padding-bottom: 144px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-144 {
		padding-top: 144px !important;
		padding-bottom: 144px !important;
	}
	
	.pad-t-sm-144 {
		padding-top: 144px !important;
	}
	
	.pad-b-sm-144 {
		padding-bottom: 144px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-144 {
		padding-top: 144px !important;
		padding-bottom: 144px !important;
	}
	
	.pad-t-lg-144 {
		padding-top: 144px !important;
	}
	
	.pad-b-lg-144 {
		padding-bottom: 144px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-144 {
		padding-top: 144px !important;
		padding-bottom: 144px !important;
	}
	
	.pad-t-xxl-144 {
		padding-top: 144px !important;
	}
	
	.pad-b-xxl-144 {
		padding-bottom: 144px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-144 {
		padding-top: 144px !important;
		padding-bottom: 144px !important;
	}
	
	.pad-t-xxxxl-144 {
		padding-top: 144px !important;
	}
	
	.pad-b-xxxxl-144 {
		padding-bottom: 144px !important;
	}
}

.pad-y-145 {
	padding-top: 145px !important;
	padding-bottom: 145px !important;
}

.pad-t-145 {
	padding-top: 145px !important;
}

.pad-b-145 {
	padding-bottom: 145px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-145 {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}
	
	.pad-t-sm-145 {
		padding-top: 145px !important;
	}
	
	.pad-b-sm-145 {
		padding-bottom: 145px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-145 {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}
	
	.pad-t-lg-145 {
		padding-top: 145px !important;
	}
	
	.pad-b-lg-145 {
		padding-bottom: 145px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-145 {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}
	
	.pad-t-xxl-145 {
		padding-top: 145px !important;
	}
	
	.pad-b-xxl-145 {
		padding-bottom: 145px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-145 {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}
	
	.pad-t-xxxxl-145 {
		padding-top: 145px !important;
	}
	
	.pad-b-xxxxl-145 {
		padding-bottom: 145px !important;
	}
}

.pad-y-146 {
	padding-top: 146px !important;
	padding-bottom: 146px !important;
}

.pad-t-146 {
	padding-top: 146px !important;
}

.pad-b-146 {
	padding-bottom: 146px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-146 {
		padding-top: 146px !important;
		padding-bottom: 146px !important;
	}
	
	.pad-t-sm-146 {
		padding-top: 146px !important;
	}
	
	.pad-b-sm-146 {
		padding-bottom: 146px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-146 {
		padding-top: 146px !important;
		padding-bottom: 146px !important;
	}
	
	.pad-t-lg-146 {
		padding-top: 146px !important;
	}
	
	.pad-b-lg-146 {
		padding-bottom: 146px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-146 {
		padding-top: 146px !important;
		padding-bottom: 146px !important;
	}
	
	.pad-t-xxl-146 {
		padding-top: 146px !important;
	}
	
	.pad-b-xxl-146 {
		padding-bottom: 146px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-146 {
		padding-top: 146px !important;
		padding-bottom: 146px !important;
	}
	
	.pad-t-xxxxl-146 {
		padding-top: 146px !important;
	}
	
	.pad-b-xxxxl-146 {
		padding-bottom: 146px !important;
	}
}

.pad-y-147 {
	padding-top: 147px !important;
	padding-bottom: 147px !important;
}

.pad-t-147 {
	padding-top: 147px !important;
}

.pad-b-147 {
	padding-bottom: 147px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-147 {
		padding-top: 147px !important;
		padding-bottom: 147px !important;
	}
	
	.pad-t-sm-147 {
		padding-top: 147px !important;
	}
	
	.pad-b-sm-147 {
		padding-bottom: 147px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-147 {
		padding-top: 147px !important;
		padding-bottom: 147px !important;
	}
	
	.pad-t-lg-147 {
		padding-top: 147px !important;
	}
	
	.pad-b-lg-147 {
		padding-bottom: 147px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-147 {
		padding-top: 147px !important;
		padding-bottom: 147px !important;
	}
	
	.pad-t-xxl-147 {
		padding-top: 147px !important;
	}
	
	.pad-b-xxl-147 {
		padding-bottom: 147px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-147 {
		padding-top: 147px !important;
		padding-bottom: 147px !important;
	}
	
	.pad-t-xxxxl-147 {
		padding-top: 147px !important;
	}
	
	.pad-b-xxxxl-147 {
		padding-bottom: 147px !important;
	}
}

.pad-y-148 {
	padding-top: 148px !important;
	padding-bottom: 148px !important;
}

.pad-t-148 {
	padding-top: 148px !important;
}

.pad-b-148 {
	padding-bottom: 148px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-148 {
		padding-top: 148px !important;
		padding-bottom: 148px !important;
	}
	
	.pad-t-sm-148 {
		padding-top: 148px !important;
	}
	
	.pad-b-sm-148 {
		padding-bottom: 148px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-148 {
		padding-top: 148px !important;
		padding-bottom: 148px !important;
	}
	
	.pad-t-lg-148 {
		padding-top: 148px !important;
	}
	
	.pad-b-lg-148 {
		padding-bottom: 148px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-148 {
		padding-top: 148px !important;
		padding-bottom: 148px !important;
	}
	
	.pad-t-xxl-148 {
		padding-top: 148px !important;
	}
	
	.pad-b-xxl-148 {
		padding-bottom: 148px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-148 {
		padding-top: 148px !important;
		padding-bottom: 148px !important;
	}
	
	.pad-t-xxxxl-148 {
		padding-top: 148px !important;
	}
	
	.pad-b-xxxxl-148 {
		padding-bottom: 148px !important;
	}
}

.pad-y-149 {
	padding-top: 149px !important;
	padding-bottom: 149px !important;
}

.pad-t-149 {
	padding-top: 149px !important;
}

.pad-b-149 {
	padding-bottom: 149px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-149 {
		padding-top: 149px !important;
		padding-bottom: 149px !important;
	}
	
	.pad-t-sm-149 {
		padding-top: 149px !important;
	}
	
	.pad-b-sm-149 {
		padding-bottom: 149px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-149 {
		padding-top: 149px !important;
		padding-bottom: 149px !important;
	}
	
	.pad-t-lg-149 {
		padding-top: 149px !important;
	}
	
	.pad-b-lg-149 {
		padding-bottom: 149px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-149 {
		padding-top: 149px !important;
		padding-bottom: 149px !important;
	}
	
	.pad-t-xxl-149 {
		padding-top: 149px !important;
	}
	
	.pad-b-xxl-149 {
		padding-bottom: 149px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-149 {
		padding-top: 149px !important;
		padding-bottom: 149px !important;
	}
	
	.pad-t-xxxxl-149 {
		padding-top: 149px !important;
	}
	
	.pad-b-xxxxl-149 {
		padding-bottom: 149px !important;
	}
}

.pad-y-150 {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

.pad-t-150 {
	padding-top: 150px !important;
}

.pad-b-150 {
	padding-bottom: 150px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	
	.pad-t-sm-150 {
		padding-top: 150px !important;
	}
	
	.pad-b-sm-150 {
		padding-bottom: 150px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	
	.pad-t-lg-150 {
		padding-top: 150px !important;
	}
	
	.pad-b-lg-150 {
		padding-bottom: 150px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	
	.pad-t-xxl-150 {
		padding-top: 150px !important;
	}
	
	.pad-b-xxl-150 {
		padding-bottom: 150px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	
	.pad-t-xxxxl-150 {
		padding-top: 150px !important;
	}
	
	.pad-b-xxxxl-150 {
		padding-bottom: 150px !important;
	}
}

.pad-y-151 {
	padding-top: 151px !important;
	padding-bottom: 151px !important;
}

.pad-t-151 {
	padding-top: 151px !important;
}

.pad-b-151 {
	padding-bottom: 151px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-151 {
		padding-top: 151px !important;
		padding-bottom: 151px !important;
	}
	
	.pad-t-sm-151 {
		padding-top: 151px !important;
	}
	
	.pad-b-sm-151 {
		padding-bottom: 151px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-151 {
		padding-top: 151px !important;
		padding-bottom: 151px !important;
	}
	
	.pad-t-lg-151 {
		padding-top: 151px !important;
	}
	
	.pad-b-lg-151 {
		padding-bottom: 151px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-151 {
		padding-top: 151px !important;
		padding-bottom: 151px !important;
	}
	
	.pad-t-xxl-151 {
		padding-top: 151px !important;
	}
	
	.pad-b-xxl-151 {
		padding-bottom: 151px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-151 {
		padding-top: 151px !important;
		padding-bottom: 151px !important;
	}
	
	.pad-t-xxxxl-151 {
		padding-top: 151px !important;
	}
	
	.pad-b-xxxxl-151 {
		padding-bottom: 151px !important;
	}
}

.pad-y-152 {
	padding-top: 152px !important;
	padding-bottom: 152px !important;
}

.pad-t-152 {
	padding-top: 152px !important;
}

.pad-b-152 {
	padding-bottom: 152px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-152 {
		padding-top: 152px !important;
		padding-bottom: 152px !important;
	}
	
	.pad-t-sm-152 {
		padding-top: 152px !important;
	}
	
	.pad-b-sm-152 {
		padding-bottom: 152px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-152 {
		padding-top: 152px !important;
		padding-bottom: 152px !important;
	}
	
	.pad-t-lg-152 {
		padding-top: 152px !important;
	}
	
	.pad-b-lg-152 {
		padding-bottom: 152px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-152 {
		padding-top: 152px !important;
		padding-bottom: 152px !important;
	}
	
	.pad-t-xxl-152 {
		padding-top: 152px !important;
	}
	
	.pad-b-xxl-152 {
		padding-bottom: 152px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-152 {
		padding-top: 152px !important;
		padding-bottom: 152px !important;
	}
	
	.pad-t-xxxxl-152 {
		padding-top: 152px !important;
	}
	
	.pad-b-xxxxl-152 {
		padding-bottom: 152px !important;
	}
}

.pad-y-153 {
	padding-top: 153px !important;
	padding-bottom: 153px !important;
}

.pad-t-153 {
	padding-top: 153px !important;
}

.pad-b-153 {
	padding-bottom: 153px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-153 {
		padding-top: 153px !important;
		padding-bottom: 153px !important;
	}
	
	.pad-t-sm-153 {
		padding-top: 153px !important;
	}
	
	.pad-b-sm-153 {
		padding-bottom: 153px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-153 {
		padding-top: 153px !important;
		padding-bottom: 153px !important;
	}
	
	.pad-t-lg-153 {
		padding-top: 153px !important;
	}
	
	.pad-b-lg-153 {
		padding-bottom: 153px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-153 {
		padding-top: 153px !important;
		padding-bottom: 153px !important;
	}
	
	.pad-t-xxl-153 {
		padding-top: 153px !important;
	}
	
	.pad-b-xxl-153 {
		padding-bottom: 153px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-153 {
		padding-top: 153px !important;
		padding-bottom: 153px !important;
	}
	
	.pad-t-xxxxl-153 {
		padding-top: 153px !important;
	}
	
	.pad-b-xxxxl-153 {
		padding-bottom: 153px !important;
	}
}

.pad-y-154 {
	padding-top: 154px !important;
	padding-bottom: 154px !important;
}

.pad-t-154 {
	padding-top: 154px !important;
}

.pad-b-154 {
	padding-bottom: 154px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-154 {
		padding-top: 154px !important;
		padding-bottom: 154px !important;
	}
	
	.pad-t-sm-154 {
		padding-top: 154px !important;
	}
	
	.pad-b-sm-154 {
		padding-bottom: 154px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-154 {
		padding-top: 154px !important;
		padding-bottom: 154px !important;
	}
	
	.pad-t-lg-154 {
		padding-top: 154px !important;
	}
	
	.pad-b-lg-154 {
		padding-bottom: 154px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-154 {
		padding-top: 154px !important;
		padding-bottom: 154px !important;
	}
	
	.pad-t-xxl-154 {
		padding-top: 154px !important;
	}
	
	.pad-b-xxl-154 {
		padding-bottom: 154px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-154 {
		padding-top: 154px !important;
		padding-bottom: 154px !important;
	}
	
	.pad-t-xxxxl-154 {
		padding-top: 154px !important;
	}
	
	.pad-b-xxxxl-154 {
		padding-bottom: 154px !important;
	}
}

.pad-y-155 {
	padding-top: 155px !important;
	padding-bottom: 155px !important;
}

.pad-t-155 {
	padding-top: 155px !important;
}

.pad-b-155 {
	padding-bottom: 155px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-155 {
		padding-top: 155px !important;
		padding-bottom: 155px !important;
	}
	
	.pad-t-sm-155 {
		padding-top: 155px !important;
	}
	
	.pad-b-sm-155 {
		padding-bottom: 155px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-155 {
		padding-top: 155px !important;
		padding-bottom: 155px !important;
	}
	
	.pad-t-lg-155 {
		padding-top: 155px !important;
	}
	
	.pad-b-lg-155 {
		padding-bottom: 155px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-155 {
		padding-top: 155px !important;
		padding-bottom: 155px !important;
	}
	
	.pad-t-xxl-155 {
		padding-top: 155px !important;
	}
	
	.pad-b-xxl-155 {
		padding-bottom: 155px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-155 {
		padding-top: 155px !important;
		padding-bottom: 155px !important;
	}
	
	.pad-t-xxxxl-155 {
		padding-top: 155px !important;
	}
	
	.pad-b-xxxxl-155 {
		padding-bottom: 155px !important;
	}
}

.pad-y-156 {
	padding-top: 156px !important;
	padding-bottom: 156px !important;
}

.pad-t-156 {
	padding-top: 156px !important;
}

.pad-b-156 {
	padding-bottom: 156px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-156 {
		padding-top: 156px !important;
		padding-bottom: 156px !important;
	}
	
	.pad-t-sm-156 {
		padding-top: 156px !important;
	}
	
	.pad-b-sm-156 {
		padding-bottom: 156px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-156 {
		padding-top: 156px !important;
		padding-bottom: 156px !important;
	}
	
	.pad-t-lg-156 {
		padding-top: 156px !important;
	}
	
	.pad-b-lg-156 {
		padding-bottom: 156px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-156 {
		padding-top: 156px !important;
		padding-bottom: 156px !important;
	}
	
	.pad-t-xxl-156 {
		padding-top: 156px !important;
	}
	
	.pad-b-xxl-156 {
		padding-bottom: 156px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-156 {
		padding-top: 156px !important;
		padding-bottom: 156px !important;
	}
	
	.pad-t-xxxxl-156 {
		padding-top: 156px !important;
	}
	
	.pad-b-xxxxl-156 {
		padding-bottom: 156px !important;
	}
}

.pad-y-157 {
	padding-top: 157px !important;
	padding-bottom: 157px !important;
}

.pad-t-157 {
	padding-top: 157px !important;
}

.pad-b-157 {
	padding-bottom: 157px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-157 {
		padding-top: 157px !important;
		padding-bottom: 157px !important;
	}
	
	.pad-t-sm-157 {
		padding-top: 157px !important;
	}
	
	.pad-b-sm-157 {
		padding-bottom: 157px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-157 {
		padding-top: 157px !important;
		padding-bottom: 157px !important;
	}
	
	.pad-t-lg-157 {
		padding-top: 157px !important;
	}
	
	.pad-b-lg-157 {
		padding-bottom: 157px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-157 {
		padding-top: 157px !important;
		padding-bottom: 157px !important;
	}
	
	.pad-t-xxl-157 {
		padding-top: 157px !important;
	}
	
	.pad-b-xxl-157 {
		padding-bottom: 157px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-157 {
		padding-top: 157px !important;
		padding-bottom: 157px !important;
	}
	
	.pad-t-xxxxl-157 {
		padding-top: 157px !important;
	}
	
	.pad-b-xxxxl-157 {
		padding-bottom: 157px !important;
	}
}

.pad-y-158 {
	padding-top: 158px !important;
	padding-bottom: 158px !important;
}

.pad-t-158 {
	padding-top: 158px !important;
}

.pad-b-158 {
	padding-bottom: 158px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-158 {
		padding-top: 158px !important;
		padding-bottom: 158px !important;
	}
	
	.pad-t-sm-158 {
		padding-top: 158px !important;
	}
	
	.pad-b-sm-158 {
		padding-bottom: 158px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-158 {
		padding-top: 158px !important;
		padding-bottom: 158px !important;
	}
	
	.pad-t-lg-158 {
		padding-top: 158px !important;
	}
	
	.pad-b-lg-158 {
		padding-bottom: 158px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-158 {
		padding-top: 158px !important;
		padding-bottom: 158px !important;
	}
	
	.pad-t-xxl-158 {
		padding-top: 158px !important;
	}
	
	.pad-b-xxl-158 {
		padding-bottom: 158px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-158 {
		padding-top: 158px !important;
		padding-bottom: 158px !important;
	}
	
	.pad-t-xxxxl-158 {
		padding-top: 158px !important;
	}
	
	.pad-b-xxxxl-158 {
		padding-bottom: 158px !important;
	}
}

.pad-y-159 {
	padding-top: 159px !important;
	padding-bottom: 159px !important;
}

.pad-t-159 {
	padding-top: 159px !important;
}

.pad-b-159 {
	padding-bottom: 159px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-159 {
		padding-top: 159px !important;
		padding-bottom: 159px !important;
	}
	
	.pad-t-sm-159 {
		padding-top: 159px !important;
	}
	
	.pad-b-sm-159 {
		padding-bottom: 159px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-159 {
		padding-top: 159px !important;
		padding-bottom: 159px !important;
	}
	
	.pad-t-lg-159 {
		padding-top: 159px !important;
	}
	
	.pad-b-lg-159 {
		padding-bottom: 159px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-159 {
		padding-top: 159px !important;
		padding-bottom: 159px !important;
	}
	
	.pad-t-xxl-159 {
		padding-top: 159px !important;
	}
	
	.pad-b-xxl-159 {
		padding-bottom: 159px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-159 {
		padding-top: 159px !important;
		padding-bottom: 159px !important;
	}
	
	.pad-t-xxxxl-159 {
		padding-top: 159px !important;
	}
	
	.pad-b-xxxxl-159 {
		padding-bottom: 159px !important;
	}
}

.pad-y-160 {
	padding-top: 160px !important;
	padding-bottom: 160px !important;
}

.pad-t-160 {
	padding-top: 160px !important;
}

.pad-b-160 {
	padding-bottom: 160px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-160 {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}
	
	.pad-t-sm-160 {
		padding-top: 160px !important;
	}
	
	.pad-b-sm-160 {
		padding-bottom: 160px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-160 {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}
	
	.pad-t-lg-160 {
		padding-top: 160px !important;
	}
	
	.pad-b-lg-160 {
		padding-bottom: 160px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-160 {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}
	
	.pad-t-xxl-160 {
		padding-top: 160px !important;
	}
	
	.pad-b-xxl-160 {
		padding-bottom: 160px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-160 {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}
	
	.pad-t-xxxxl-160 {
		padding-top: 160px !important;
	}
	
	.pad-b-xxxxl-160 {
		padding-bottom: 160px !important;
	}
}

.pad-y-161 {
	padding-top: 161px !important;
	padding-bottom: 161px !important;
}

.pad-t-161 {
	padding-top: 161px !important;
}

.pad-b-161 {
	padding-bottom: 161px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-161 {
		padding-top: 161px !important;
		padding-bottom: 161px !important;
	}
	
	.pad-t-sm-161 {
		padding-top: 161px !important;
	}
	
	.pad-b-sm-161 {
		padding-bottom: 161px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-161 {
		padding-top: 161px !important;
		padding-bottom: 161px !important;
	}
	
	.pad-t-lg-161 {
		padding-top: 161px !important;
	}
	
	.pad-b-lg-161 {
		padding-bottom: 161px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-161 {
		padding-top: 161px !important;
		padding-bottom: 161px !important;
	}
	
	.pad-t-xxl-161 {
		padding-top: 161px !important;
	}
	
	.pad-b-xxl-161 {
		padding-bottom: 161px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-161 {
		padding-top: 161px !important;
		padding-bottom: 161px !important;
	}
	
	.pad-t-xxxxl-161 {
		padding-top: 161px !important;
	}
	
	.pad-b-xxxxl-161 {
		padding-bottom: 161px !important;
	}
}

.pad-y-162 {
	padding-top: 162px !important;
	padding-bottom: 162px !important;
}

.pad-t-162 {
	padding-top: 162px !important;
}

.pad-b-162 {
	padding-bottom: 162px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-162 {
		padding-top: 162px !important;
		padding-bottom: 162px !important;
	}
	
	.pad-t-sm-162 {
		padding-top: 162px !important;
	}
	
	.pad-b-sm-162 {
		padding-bottom: 162px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-162 {
		padding-top: 162px !important;
		padding-bottom: 162px !important;
	}
	
	.pad-t-lg-162 {
		padding-top: 162px !important;
	}
	
	.pad-b-lg-162 {
		padding-bottom: 162px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-162 {
		padding-top: 162px !important;
		padding-bottom: 162px !important;
	}
	
	.pad-t-xxl-162 {
		padding-top: 162px !important;
	}
	
	.pad-b-xxl-162 {
		padding-bottom: 162px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-162 {
		padding-top: 162px !important;
		padding-bottom: 162px !important;
	}
	
	.pad-t-xxxxl-162 {
		padding-top: 162px !important;
	}
	
	.pad-b-xxxxl-162 {
		padding-bottom: 162px !important;
	}
}

.pad-y-163 {
	padding-top: 163px !important;
	padding-bottom: 163px !important;
}

.pad-t-163 {
	padding-top: 163px !important;
}

.pad-b-163 {
	padding-bottom: 163px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-163 {
		padding-top: 163px !important;
		padding-bottom: 163px !important;
	}
	
	.pad-t-sm-163 {
		padding-top: 163px !important;
	}
	
	.pad-b-sm-163 {
		padding-bottom: 163px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-163 {
		padding-top: 163px !important;
		padding-bottom: 163px !important;
	}
	
	.pad-t-lg-163 {
		padding-top: 163px !important;
	}
	
	.pad-b-lg-163 {
		padding-bottom: 163px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-163 {
		padding-top: 163px !important;
		padding-bottom: 163px !important;
	}
	
	.pad-t-xxl-163 {
		padding-top: 163px !important;
	}
	
	.pad-b-xxl-163 {
		padding-bottom: 163px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-163 {
		padding-top: 163px !important;
		padding-bottom: 163px !important;
	}
	
	.pad-t-xxxxl-163 {
		padding-top: 163px !important;
	}
	
	.pad-b-xxxxl-163 {
		padding-bottom: 163px !important;
	}
}

.pad-y-164 {
	padding-top: 164px !important;
	padding-bottom: 164px !important;
}

.pad-t-164 {
	padding-top: 164px !important;
}

.pad-b-164 {
	padding-bottom: 164px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-164 {
		padding-top: 164px !important;
		padding-bottom: 164px !important;
	}
	
	.pad-t-sm-164 {
		padding-top: 164px !important;
	}
	
	.pad-b-sm-164 {
		padding-bottom: 164px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-164 {
		padding-top: 164px !important;
		padding-bottom: 164px !important;
	}
	
	.pad-t-lg-164 {
		padding-top: 164px !important;
	}
	
	.pad-b-lg-164 {
		padding-bottom: 164px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-164 {
		padding-top: 164px !important;
		padding-bottom: 164px !important;
	}
	
	.pad-t-xxl-164 {
		padding-top: 164px !important;
	}
	
	.pad-b-xxl-164 {
		padding-bottom: 164px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-164 {
		padding-top: 164px !important;
		padding-bottom: 164px !important;
	}
	
	.pad-t-xxxxl-164 {
		padding-top: 164px !important;
	}
	
	.pad-b-xxxxl-164 {
		padding-bottom: 164px !important;
	}
}

.pad-y-165 {
	padding-top: 165px !important;
	padding-bottom: 165px !important;
}

.pad-t-165 {
	padding-top: 165px !important;
}

.pad-b-165 {
	padding-bottom: 165px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-165 {
		padding-top: 165px !important;
		padding-bottom: 165px !important;
	}
	
	.pad-t-sm-165 {
		padding-top: 165px !important;
	}
	
	.pad-b-sm-165 {
		padding-bottom: 165px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-165 {
		padding-top: 165px !important;
		padding-bottom: 165px !important;
	}
	
	.pad-t-lg-165 {
		padding-top: 165px !important;
	}
	
	.pad-b-lg-165 {
		padding-bottom: 165px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-165 {
		padding-top: 165px !important;
		padding-bottom: 165px !important;
	}
	
	.pad-t-xxl-165 {
		padding-top: 165px !important;
	}
	
	.pad-b-xxl-165 {
		padding-bottom: 165px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-165 {
		padding-top: 165px !important;
		padding-bottom: 165px !important;
	}
	
	.pad-t-xxxxl-165 {
		padding-top: 165px !important;
	}
	
	.pad-b-xxxxl-165 {
		padding-bottom: 165px !important;
	}
}

.pad-y-166 {
	padding-top: 166px !important;
	padding-bottom: 166px !important;
}

.pad-t-166 {
	padding-top: 166px !important;
}

.pad-b-166 {
	padding-bottom: 166px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-166 {
		padding-top: 166px !important;
		padding-bottom: 166px !important;
	}
	
	.pad-t-sm-166 {
		padding-top: 166px !important;
	}
	
	.pad-b-sm-166 {
		padding-bottom: 166px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-166 {
		padding-top: 166px !important;
		padding-bottom: 166px !important;
	}
	
	.pad-t-lg-166 {
		padding-top: 166px !important;
	}
	
	.pad-b-lg-166 {
		padding-bottom: 166px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-166 {
		padding-top: 166px !important;
		padding-bottom: 166px !important;
	}
	
	.pad-t-xxl-166 {
		padding-top: 166px !important;
	}
	
	.pad-b-xxl-166 {
		padding-bottom: 166px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-166 {
		padding-top: 166px !important;
		padding-bottom: 166px !important;
	}
	
	.pad-t-xxxxl-166 {
		padding-top: 166px !important;
	}
	
	.pad-b-xxxxl-166 {
		padding-bottom: 166px !important;
	}
}

.pad-y-167 {
	padding-top: 167px !important;
	padding-bottom: 167px !important;
}

.pad-t-167 {
	padding-top: 167px !important;
}

.pad-b-167 {
	padding-bottom: 167px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-167 {
		padding-top: 167px !important;
		padding-bottom: 167px !important;
	}
	
	.pad-t-sm-167 {
		padding-top: 167px !important;
	}
	
	.pad-b-sm-167 {
		padding-bottom: 167px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-167 {
		padding-top: 167px !important;
		padding-bottom: 167px !important;
	}
	
	.pad-t-lg-167 {
		padding-top: 167px !important;
	}
	
	.pad-b-lg-167 {
		padding-bottom: 167px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-167 {
		padding-top: 167px !important;
		padding-bottom: 167px !important;
	}
	
	.pad-t-xxl-167 {
		padding-top: 167px !important;
	}
	
	.pad-b-xxl-167 {
		padding-bottom: 167px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-167 {
		padding-top: 167px !important;
		padding-bottom: 167px !important;
	}
	
	.pad-t-xxxxl-167 {
		padding-top: 167px !important;
	}
	
	.pad-b-xxxxl-167 {
		padding-bottom: 167px !important;
	}
}

.pad-y-168 {
	padding-top: 168px !important;
	padding-bottom: 168px !important;
}

.pad-t-168 {
	padding-top: 168px !important;
}

.pad-b-168 {
	padding-bottom: 168px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-168 {
		padding-top: 168px !important;
		padding-bottom: 168px !important;
	}
	
	.pad-t-sm-168 {
		padding-top: 168px !important;
	}
	
	.pad-b-sm-168 {
		padding-bottom: 168px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-168 {
		padding-top: 168px !important;
		padding-bottom: 168px !important;
	}
	
	.pad-t-lg-168 {
		padding-top: 168px !important;
	}
	
	.pad-b-lg-168 {
		padding-bottom: 168px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-168 {
		padding-top: 168px !important;
		padding-bottom: 168px !important;
	}
	
	.pad-t-xxl-168 {
		padding-top: 168px !important;
	}
	
	.pad-b-xxl-168 {
		padding-bottom: 168px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-168 {
		padding-top: 168px !important;
		padding-bottom: 168px !important;
	}
	
	.pad-t-xxxxl-168 {
		padding-top: 168px !important;
	}
	
	.pad-b-xxxxl-168 {
		padding-bottom: 168px !important;
	}
}

.pad-y-169 {
	padding-top: 169px !important;
	padding-bottom: 169px !important;
}

.pad-t-169 {
	padding-top: 169px !important;
}

.pad-b-169 {
	padding-bottom: 169px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-169 {
		padding-top: 169px !important;
		padding-bottom: 169px !important;
	}
	
	.pad-t-sm-169 {
		padding-top: 169px !important;
	}
	
	.pad-b-sm-169 {
		padding-bottom: 169px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-169 {
		padding-top: 169px !important;
		padding-bottom: 169px !important;
	}
	
	.pad-t-lg-169 {
		padding-top: 169px !important;
	}
	
	.pad-b-lg-169 {
		padding-bottom: 169px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-169 {
		padding-top: 169px !important;
		padding-bottom: 169px !important;
	}
	
	.pad-t-xxl-169 {
		padding-top: 169px !important;
	}
	
	.pad-b-xxl-169 {
		padding-bottom: 169px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-169 {
		padding-top: 169px !important;
		padding-bottom: 169px !important;
	}
	
	.pad-t-xxxxl-169 {
		padding-top: 169px !important;
	}
	
	.pad-b-xxxxl-169 {
		padding-bottom: 169px !important;
	}
}

.pad-y-170 {
	padding-top: 170px !important;
	padding-bottom: 170px !important;
}

.pad-t-170 {
	padding-top: 170px !important;
}

.pad-b-170 {
	padding-bottom: 170px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-170 {
		padding-top: 170px !important;
		padding-bottom: 170px !important;
	}
	
	.pad-t-sm-170 {
		padding-top: 170px !important;
	}
	
	.pad-b-sm-170 {
		padding-bottom: 170px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-170 {
		padding-top: 170px !important;
		padding-bottom: 170px !important;
	}
	
	.pad-t-lg-170 {
		padding-top: 170px !important;
	}
	
	.pad-b-lg-170 {
		padding-bottom: 170px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-170 {
		padding-top: 170px !important;
		padding-bottom: 170px !important;
	}
	
	.pad-t-xxl-170 {
		padding-top: 170px !important;
	}
	
	.pad-b-xxl-170 {
		padding-bottom: 170px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-170 {
		padding-top: 170px !important;
		padding-bottom: 170px !important;
	}
	
	.pad-t-xxxxl-170 {
		padding-top: 170px !important;
	}
	
	.pad-b-xxxxl-170 {
		padding-bottom: 170px !important;
	}
}

.pad-y-171 {
	padding-top: 171px !important;
	padding-bottom: 171px !important;
}

.pad-t-171 {
	padding-top: 171px !important;
}

.pad-b-171 {
	padding-bottom: 171px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-171 {
		padding-top: 171px !important;
		padding-bottom: 171px !important;
	}
	
	.pad-t-sm-171 {
		padding-top: 171px !important;
	}
	
	.pad-b-sm-171 {
		padding-bottom: 171px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-171 {
		padding-top: 171px !important;
		padding-bottom: 171px !important;
	}
	
	.pad-t-lg-171 {
		padding-top: 171px !important;
	}
	
	.pad-b-lg-171 {
		padding-bottom: 171px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-171 {
		padding-top: 171px !important;
		padding-bottom: 171px !important;
	}
	
	.pad-t-xxl-171 {
		padding-top: 171px !important;
	}
	
	.pad-b-xxl-171 {
		padding-bottom: 171px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-171 {
		padding-top: 171px !important;
		padding-bottom: 171px !important;
	}
	
	.pad-t-xxxxl-171 {
		padding-top: 171px !important;
	}
	
	.pad-b-xxxxl-171 {
		padding-bottom: 171px !important;
	}
}

.pad-y-172 {
	padding-top: 172px !important;
	padding-bottom: 172px !important;
}

.pad-t-172 {
	padding-top: 172px !important;
}

.pad-b-172 {
	padding-bottom: 172px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-172 {
		padding-top: 172px !important;
		padding-bottom: 172px !important;
	}
	
	.pad-t-sm-172 {
		padding-top: 172px !important;
	}
	
	.pad-b-sm-172 {
		padding-bottom: 172px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-172 {
		padding-top: 172px !important;
		padding-bottom: 172px !important;
	}
	
	.pad-t-lg-172 {
		padding-top: 172px !important;
	}
	
	.pad-b-lg-172 {
		padding-bottom: 172px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-172 {
		padding-top: 172px !important;
		padding-bottom: 172px !important;
	}
	
	.pad-t-xxl-172 {
		padding-top: 172px !important;
	}
	
	.pad-b-xxl-172 {
		padding-bottom: 172px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-172 {
		padding-top: 172px !important;
		padding-bottom: 172px !important;
	}
	
	.pad-t-xxxxl-172 {
		padding-top: 172px !important;
	}
	
	.pad-b-xxxxl-172 {
		padding-bottom: 172px !important;
	}
}

.pad-y-173 {
	padding-top: 173px !important;
	padding-bottom: 173px !important;
}

.pad-t-173 {
	padding-top: 173px !important;
}

.pad-b-173 {
	padding-bottom: 173px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-173 {
		padding-top: 173px !important;
		padding-bottom: 173px !important;
	}
	
	.pad-t-sm-173 {
		padding-top: 173px !important;
	}
	
	.pad-b-sm-173 {
		padding-bottom: 173px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-173 {
		padding-top: 173px !important;
		padding-bottom: 173px !important;
	}
	
	.pad-t-lg-173 {
		padding-top: 173px !important;
	}
	
	.pad-b-lg-173 {
		padding-bottom: 173px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-173 {
		padding-top: 173px !important;
		padding-bottom: 173px !important;
	}
	
	.pad-t-xxl-173 {
		padding-top: 173px !important;
	}
	
	.pad-b-xxl-173 {
		padding-bottom: 173px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-173 {
		padding-top: 173px !important;
		padding-bottom: 173px !important;
	}
	
	.pad-t-xxxxl-173 {
		padding-top: 173px !important;
	}
	
	.pad-b-xxxxl-173 {
		padding-bottom: 173px !important;
	}
}

.pad-y-174 {
	padding-top: 174px !important;
	padding-bottom: 174px !important;
}

.pad-t-174 {
	padding-top: 174px !important;
}

.pad-b-174 {
	padding-bottom: 174px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-174 {
		padding-top: 174px !important;
		padding-bottom: 174px !important;
	}
	
	.pad-t-sm-174 {
		padding-top: 174px !important;
	}
	
	.pad-b-sm-174 {
		padding-bottom: 174px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-174 {
		padding-top: 174px !important;
		padding-bottom: 174px !important;
	}
	
	.pad-t-lg-174 {
		padding-top: 174px !important;
	}
	
	.pad-b-lg-174 {
		padding-bottom: 174px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-174 {
		padding-top: 174px !important;
		padding-bottom: 174px !important;
	}
	
	.pad-t-xxl-174 {
		padding-top: 174px !important;
	}
	
	.pad-b-xxl-174 {
		padding-bottom: 174px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-174 {
		padding-top: 174px !important;
		padding-bottom: 174px !important;
	}
	
	.pad-t-xxxxl-174 {
		padding-top: 174px !important;
	}
	
	.pad-b-xxxxl-174 {
		padding-bottom: 174px !important;
	}
}

.pad-y-175 {
	padding-top: 175px !important;
	padding-bottom: 175px !important;
}

.pad-t-175 {
	padding-top: 175px !important;
}

.pad-b-175 {
	padding-bottom: 175px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-175 {
		padding-top: 175px !important;
		padding-bottom: 175px !important;
	}
	
	.pad-t-sm-175 {
		padding-top: 175px !important;
	}
	
	.pad-b-sm-175 {
		padding-bottom: 175px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-175 {
		padding-top: 175px !important;
		padding-bottom: 175px !important;
	}
	
	.pad-t-lg-175 {
		padding-top: 175px !important;
	}
	
	.pad-b-lg-175 {
		padding-bottom: 175px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-175 {
		padding-top: 175px !important;
		padding-bottom: 175px !important;
	}
	
	.pad-t-xxl-175 {
		padding-top: 175px !important;
	}
	
	.pad-b-xxl-175 {
		padding-bottom: 175px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-175 {
		padding-top: 175px !important;
		padding-bottom: 175px !important;
	}
	
	.pad-t-xxxxl-175 {
		padding-top: 175px !important;
	}
	
	.pad-b-xxxxl-175 {
		padding-bottom: 175px !important;
	}
}

.pad-y-176 {
	padding-top: 176px !important;
	padding-bottom: 176px !important;
}

.pad-t-176 {
	padding-top: 176px !important;
}

.pad-b-176 {
	padding-bottom: 176px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-176 {
		padding-top: 176px !important;
		padding-bottom: 176px !important;
	}
	
	.pad-t-sm-176 {
		padding-top: 176px !important;
	}
	
	.pad-b-sm-176 {
		padding-bottom: 176px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-176 {
		padding-top: 176px !important;
		padding-bottom: 176px !important;
	}
	
	.pad-t-lg-176 {
		padding-top: 176px !important;
	}
	
	.pad-b-lg-176 {
		padding-bottom: 176px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-176 {
		padding-top: 176px !important;
		padding-bottom: 176px !important;
	}
	
	.pad-t-xxl-176 {
		padding-top: 176px !important;
	}
	
	.pad-b-xxl-176 {
		padding-bottom: 176px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-176 {
		padding-top: 176px !important;
		padding-bottom: 176px !important;
	}
	
	.pad-t-xxxxl-176 {
		padding-top: 176px !important;
	}
	
	.pad-b-xxxxl-176 {
		padding-bottom: 176px !important;
	}
}

.pad-y-177 {
	padding-top: 177px !important;
	padding-bottom: 177px !important;
}

.pad-t-177 {
	padding-top: 177px !important;
}

.pad-b-177 {
	padding-bottom: 177px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-177 {
		padding-top: 177px !important;
		padding-bottom: 177px !important;
	}
	
	.pad-t-sm-177 {
		padding-top: 177px !important;
	}
	
	.pad-b-sm-177 {
		padding-bottom: 177px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-177 {
		padding-top: 177px !important;
		padding-bottom: 177px !important;
	}
	
	.pad-t-lg-177 {
		padding-top: 177px !important;
	}
	
	.pad-b-lg-177 {
		padding-bottom: 177px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-177 {
		padding-top: 177px !important;
		padding-bottom: 177px !important;
	}
	
	.pad-t-xxl-177 {
		padding-top: 177px !important;
	}
	
	.pad-b-xxl-177 {
		padding-bottom: 177px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-177 {
		padding-top: 177px !important;
		padding-bottom: 177px !important;
	}
	
	.pad-t-xxxxl-177 {
		padding-top: 177px !important;
	}
	
	.pad-b-xxxxl-177 {
		padding-bottom: 177px !important;
	}
}

.pad-y-178 {
	padding-top: 178px !important;
	padding-bottom: 178px !important;
}

.pad-t-178 {
	padding-top: 178px !important;
}

.pad-b-178 {
	padding-bottom: 178px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-178 {
		padding-top: 178px !important;
		padding-bottom: 178px !important;
	}
	
	.pad-t-sm-178 {
		padding-top: 178px !important;
	}
	
	.pad-b-sm-178 {
		padding-bottom: 178px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-178 {
		padding-top: 178px !important;
		padding-bottom: 178px !important;
	}
	
	.pad-t-lg-178 {
		padding-top: 178px !important;
	}
	
	.pad-b-lg-178 {
		padding-bottom: 178px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-178 {
		padding-top: 178px !important;
		padding-bottom: 178px !important;
	}
	
	.pad-t-xxl-178 {
		padding-top: 178px !important;
	}
	
	.pad-b-xxl-178 {
		padding-bottom: 178px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-178 {
		padding-top: 178px !important;
		padding-bottom: 178px !important;
	}
	
	.pad-t-xxxxl-178 {
		padding-top: 178px !important;
	}
	
	.pad-b-xxxxl-178 {
		padding-bottom: 178px !important;
	}
}

.pad-y-179 {
	padding-top: 179px !important;
	padding-bottom: 179px !important;
}

.pad-t-179 {
	padding-top: 179px !important;
}

.pad-b-179 {
	padding-bottom: 179px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-179 {
		padding-top: 179px !important;
		padding-bottom: 179px !important;
	}
	
	.pad-t-sm-179 {
		padding-top: 179px !important;
	}
	
	.pad-b-sm-179 {
		padding-bottom: 179px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-179 {
		padding-top: 179px !important;
		padding-bottom: 179px !important;
	}
	
	.pad-t-lg-179 {
		padding-top: 179px !important;
	}
	
	.pad-b-lg-179 {
		padding-bottom: 179px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-179 {
		padding-top: 179px !important;
		padding-bottom: 179px !important;
	}
	
	.pad-t-xxl-179 {
		padding-top: 179px !important;
	}
	
	.pad-b-xxl-179 {
		padding-bottom: 179px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-179 {
		padding-top: 179px !important;
		padding-bottom: 179px !important;
	}
	
	.pad-t-xxxxl-179 {
		padding-top: 179px !important;
	}
	
	.pad-b-xxxxl-179 {
		padding-bottom: 179px !important;
	}
}

.pad-y-180 {
	padding-top: 180px !important;
	padding-bottom: 180px !important;
}

.pad-t-180 {
	padding-top: 180px !important;
}

.pad-b-180 {
	padding-bottom: 180px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-180 {
		padding-top: 180px !important;
		padding-bottom: 180px !important;
	}
	
	.pad-t-sm-180 {
		padding-top: 180px !important;
	}
	
	.pad-b-sm-180 {
		padding-bottom: 180px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-180 {
		padding-top: 180px !important;
		padding-bottom: 180px !important;
	}
	
	.pad-t-lg-180 {
		padding-top: 180px !important;
	}
	
	.pad-b-lg-180 {
		padding-bottom: 180px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-180 {
		padding-top: 180px !important;
		padding-bottom: 180px !important;
	}
	
	.pad-t-xxl-180 {
		padding-top: 180px !important;
	}
	
	.pad-b-xxl-180 {
		padding-bottom: 180px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-180 {
		padding-top: 180px !important;
		padding-bottom: 180px !important;
	}
	
	.pad-t-xxxxl-180 {
		padding-top: 180px !important;
	}
	
	.pad-b-xxxxl-180 {
		padding-bottom: 180px !important;
	}
}

.pad-y-181 {
	padding-top: 181px !important;
	padding-bottom: 181px !important;
}

.pad-t-181 {
	padding-top: 181px !important;
}

.pad-b-181 {
	padding-bottom: 181px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-181 {
		padding-top: 181px !important;
		padding-bottom: 181px !important;
	}
	
	.pad-t-sm-181 {
		padding-top: 181px !important;
	}
	
	.pad-b-sm-181 {
		padding-bottom: 181px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-181 {
		padding-top: 181px !important;
		padding-bottom: 181px !important;
	}
	
	.pad-t-lg-181 {
		padding-top: 181px !important;
	}
	
	.pad-b-lg-181 {
		padding-bottom: 181px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-181 {
		padding-top: 181px !important;
		padding-bottom: 181px !important;
	}
	
	.pad-t-xxl-181 {
		padding-top: 181px !important;
	}
	
	.pad-b-xxl-181 {
		padding-bottom: 181px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-181 {
		padding-top: 181px !important;
		padding-bottom: 181px !important;
	}
	
	.pad-t-xxxxl-181 {
		padding-top: 181px !important;
	}
	
	.pad-b-xxxxl-181 {
		padding-bottom: 181px !important;
	}
}

.pad-y-182 {
	padding-top: 182px !important;
	padding-bottom: 182px !important;
}

.pad-t-182 {
	padding-top: 182px !important;
}

.pad-b-182 {
	padding-bottom: 182px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-182 {
		padding-top: 182px !important;
		padding-bottom: 182px !important;
	}
	
	.pad-t-sm-182 {
		padding-top: 182px !important;
	}
	
	.pad-b-sm-182 {
		padding-bottom: 182px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-182 {
		padding-top: 182px !important;
		padding-bottom: 182px !important;
	}
	
	.pad-t-lg-182 {
		padding-top: 182px !important;
	}
	
	.pad-b-lg-182 {
		padding-bottom: 182px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-182 {
		padding-top: 182px !important;
		padding-bottom: 182px !important;
	}
	
	.pad-t-xxl-182 {
		padding-top: 182px !important;
	}
	
	.pad-b-xxl-182 {
		padding-bottom: 182px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-182 {
		padding-top: 182px !important;
		padding-bottom: 182px !important;
	}
	
	.pad-t-xxxxl-182 {
		padding-top: 182px !important;
	}
	
	.pad-b-xxxxl-182 {
		padding-bottom: 182px !important;
	}
}

.pad-y-183 {
	padding-top: 183px !important;
	padding-bottom: 183px !important;
}

.pad-t-183 {
	padding-top: 183px !important;
}

.pad-b-183 {
	padding-bottom: 183px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-183 {
		padding-top: 183px !important;
		padding-bottom: 183px !important;
	}
	
	.pad-t-sm-183 {
		padding-top: 183px !important;
	}
	
	.pad-b-sm-183 {
		padding-bottom: 183px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-183 {
		padding-top: 183px !important;
		padding-bottom: 183px !important;
	}
	
	.pad-t-lg-183 {
		padding-top: 183px !important;
	}
	
	.pad-b-lg-183 {
		padding-bottom: 183px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-183 {
		padding-top: 183px !important;
		padding-bottom: 183px !important;
	}
	
	.pad-t-xxl-183 {
		padding-top: 183px !important;
	}
	
	.pad-b-xxl-183 {
		padding-bottom: 183px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-183 {
		padding-top: 183px !important;
		padding-bottom: 183px !important;
	}
	
	.pad-t-xxxxl-183 {
		padding-top: 183px !important;
	}
	
	.pad-b-xxxxl-183 {
		padding-bottom: 183px !important;
	}
}

.pad-y-184 {
	padding-top: 184px !important;
	padding-bottom: 184px !important;
}

.pad-t-184 {
	padding-top: 184px !important;
}

.pad-b-184 {
	padding-bottom: 184px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-184 {
		padding-top: 184px !important;
		padding-bottom: 184px !important;
	}
	
	.pad-t-sm-184 {
		padding-top: 184px !important;
	}
	
	.pad-b-sm-184 {
		padding-bottom: 184px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-184 {
		padding-top: 184px !important;
		padding-bottom: 184px !important;
	}
	
	.pad-t-lg-184 {
		padding-top: 184px !important;
	}
	
	.pad-b-lg-184 {
		padding-bottom: 184px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-184 {
		padding-top: 184px !important;
		padding-bottom: 184px !important;
	}
	
	.pad-t-xxl-184 {
		padding-top: 184px !important;
	}
	
	.pad-b-xxl-184 {
		padding-bottom: 184px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-184 {
		padding-top: 184px !important;
		padding-bottom: 184px !important;
	}
	
	.pad-t-xxxxl-184 {
		padding-top: 184px !important;
	}
	
	.pad-b-xxxxl-184 {
		padding-bottom: 184px !important;
	}
}

.pad-y-185 {
	padding-top: 185px !important;
	padding-bottom: 185px !important;
}

.pad-t-185 {
	padding-top: 185px !important;
}

.pad-b-185 {
	padding-bottom: 185px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-185 {
		padding-top: 185px !important;
		padding-bottom: 185px !important;
	}
	
	.pad-t-sm-185 {
		padding-top: 185px !important;
	}
	
	.pad-b-sm-185 {
		padding-bottom: 185px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-185 {
		padding-top: 185px !important;
		padding-bottom: 185px !important;
	}
	
	.pad-t-lg-185 {
		padding-top: 185px !important;
	}
	
	.pad-b-lg-185 {
		padding-bottom: 185px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-185 {
		padding-top: 185px !important;
		padding-bottom: 185px !important;
	}
	
	.pad-t-xxl-185 {
		padding-top: 185px !important;
	}
	
	.pad-b-xxl-185 {
		padding-bottom: 185px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-185 {
		padding-top: 185px !important;
		padding-bottom: 185px !important;
	}
	
	.pad-t-xxxxl-185 {
		padding-top: 185px !important;
	}
	
	.pad-b-xxxxl-185 {
		padding-bottom: 185px !important;
	}
}

.pad-y-186 {
	padding-top: 186px !important;
	padding-bottom: 186px !important;
}

.pad-t-186 {
	padding-top: 186px !important;
}

.pad-b-186 {
	padding-bottom: 186px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-186 {
		padding-top: 186px !important;
		padding-bottom: 186px !important;
	}
	
	.pad-t-sm-186 {
		padding-top: 186px !important;
	}
	
	.pad-b-sm-186 {
		padding-bottom: 186px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-186 {
		padding-top: 186px !important;
		padding-bottom: 186px !important;
	}
	
	.pad-t-lg-186 {
		padding-top: 186px !important;
	}
	
	.pad-b-lg-186 {
		padding-bottom: 186px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-186 {
		padding-top: 186px !important;
		padding-bottom: 186px !important;
	}
	
	.pad-t-xxl-186 {
		padding-top: 186px !important;
	}
	
	.pad-b-xxl-186 {
		padding-bottom: 186px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-186 {
		padding-top: 186px !important;
		padding-bottom: 186px !important;
	}
	
	.pad-t-xxxxl-186 {
		padding-top: 186px !important;
	}
	
	.pad-b-xxxxl-186 {
		padding-bottom: 186px !important;
	}
}

.pad-y-187 {
	padding-top: 187px !important;
	padding-bottom: 187px !important;
}

.pad-t-187 {
	padding-top: 187px !important;
}

.pad-b-187 {
	padding-bottom: 187px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-187 {
		padding-top: 187px !important;
		padding-bottom: 187px !important;
	}
	
	.pad-t-sm-187 {
		padding-top: 187px !important;
	}
	
	.pad-b-sm-187 {
		padding-bottom: 187px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-187 {
		padding-top: 187px !important;
		padding-bottom: 187px !important;
	}
	
	.pad-t-lg-187 {
		padding-top: 187px !important;
	}
	
	.pad-b-lg-187 {
		padding-bottom: 187px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-187 {
		padding-top: 187px !important;
		padding-bottom: 187px !important;
	}
	
	.pad-t-xxl-187 {
		padding-top: 187px !important;
	}
	
	.pad-b-xxl-187 {
		padding-bottom: 187px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-187 {
		padding-top: 187px !important;
		padding-bottom: 187px !important;
	}
	
	.pad-t-xxxxl-187 {
		padding-top: 187px !important;
	}
	
	.pad-b-xxxxl-187 {
		padding-bottom: 187px !important;
	}
}

.pad-y-188 {
	padding-top: 188px !important;
	padding-bottom: 188px !important;
}

.pad-t-188 {
	padding-top: 188px !important;
}

.pad-b-188 {
	padding-bottom: 188px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-188 {
		padding-top: 188px !important;
		padding-bottom: 188px !important;
	}
	
	.pad-t-sm-188 {
		padding-top: 188px !important;
	}
	
	.pad-b-sm-188 {
		padding-bottom: 188px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-188 {
		padding-top: 188px !important;
		padding-bottom: 188px !important;
	}
	
	.pad-t-lg-188 {
		padding-top: 188px !important;
	}
	
	.pad-b-lg-188 {
		padding-bottom: 188px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-188 {
		padding-top: 188px !important;
		padding-bottom: 188px !important;
	}
	
	.pad-t-xxl-188 {
		padding-top: 188px !important;
	}
	
	.pad-b-xxl-188 {
		padding-bottom: 188px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-188 {
		padding-top: 188px !important;
		padding-bottom: 188px !important;
	}
	
	.pad-t-xxxxl-188 {
		padding-top: 188px !important;
	}
	
	.pad-b-xxxxl-188 {
		padding-bottom: 188px !important;
	}
}

.pad-y-189 {
	padding-top: 189px !important;
	padding-bottom: 189px !important;
}

.pad-t-189 {
	padding-top: 189px !important;
}

.pad-b-189 {
	padding-bottom: 189px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-189 {
		padding-top: 189px !important;
		padding-bottom: 189px !important;
	}
	
	.pad-t-sm-189 {
		padding-top: 189px !important;
	}
	
	.pad-b-sm-189 {
		padding-bottom: 189px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-189 {
		padding-top: 189px !important;
		padding-bottom: 189px !important;
	}
	
	.pad-t-lg-189 {
		padding-top: 189px !important;
	}
	
	.pad-b-lg-189 {
		padding-bottom: 189px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-189 {
		padding-top: 189px !important;
		padding-bottom: 189px !important;
	}
	
	.pad-t-xxl-189 {
		padding-top: 189px !important;
	}
	
	.pad-b-xxl-189 {
		padding-bottom: 189px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-189 {
		padding-top: 189px !important;
		padding-bottom: 189px !important;
	}
	
	.pad-t-xxxxl-189 {
		padding-top: 189px !important;
	}
	
	.pad-b-xxxxl-189 {
		padding-bottom: 189px !important;
	}
}

.pad-y-190 {
	padding-top: 190px !important;
	padding-bottom: 190px !important;
}

.pad-t-190 {
	padding-top: 190px !important;
}

.pad-b-190 {
	padding-bottom: 190px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-190 {
		padding-top: 190px !important;
		padding-bottom: 190px !important;
	}
	
	.pad-t-sm-190 {
		padding-top: 190px !important;
	}
	
	.pad-b-sm-190 {
		padding-bottom: 190px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-190 {
		padding-top: 190px !important;
		padding-bottom: 190px !important;
	}
	
	.pad-t-lg-190 {
		padding-top: 190px !important;
	}
	
	.pad-b-lg-190 {
		padding-bottom: 190px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-190 {
		padding-top: 190px !important;
		padding-bottom: 190px !important;
	}
	
	.pad-t-xxl-190 {
		padding-top: 190px !important;
	}
	
	.pad-b-xxl-190 {
		padding-bottom: 190px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-190 {
		padding-top: 190px !important;
		padding-bottom: 190px !important;
	}
	
	.pad-t-xxxxl-190 {
		padding-top: 190px !important;
	}
	
	.pad-b-xxxxl-190 {
		padding-bottom: 190px !important;
	}
}

.pad-y-191 {
	padding-top: 191px !important;
	padding-bottom: 191px !important;
}

.pad-t-191 {
	padding-top: 191px !important;
}

.pad-b-191 {
	padding-bottom: 191px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-191 {
		padding-top: 191px !important;
		padding-bottom: 191px !important;
	}
	
	.pad-t-sm-191 {
		padding-top: 191px !important;
	}
	
	.pad-b-sm-191 {
		padding-bottom: 191px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-191 {
		padding-top: 191px !important;
		padding-bottom: 191px !important;
	}
	
	.pad-t-lg-191 {
		padding-top: 191px !important;
	}
	
	.pad-b-lg-191 {
		padding-bottom: 191px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-191 {
		padding-top: 191px !important;
		padding-bottom: 191px !important;
	}
	
	.pad-t-xxl-191 {
		padding-top: 191px !important;
	}
	
	.pad-b-xxl-191 {
		padding-bottom: 191px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-191 {
		padding-top: 191px !important;
		padding-bottom: 191px !important;
	}
	
	.pad-t-xxxxl-191 {
		padding-top: 191px !important;
	}
	
	.pad-b-xxxxl-191 {
		padding-bottom: 191px !important;
	}
}

.pad-y-192 {
	padding-top: 192px !important;
	padding-bottom: 192px !important;
}

.pad-t-192 {
	padding-top: 192px !important;
}

.pad-b-192 {
	padding-bottom: 192px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-192 {
		padding-top: 192px !important;
		padding-bottom: 192px !important;
	}
	
	.pad-t-sm-192 {
		padding-top: 192px !important;
	}
	
	.pad-b-sm-192 {
		padding-bottom: 192px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-192 {
		padding-top: 192px !important;
		padding-bottom: 192px !important;
	}
	
	.pad-t-lg-192 {
		padding-top: 192px !important;
	}
	
	.pad-b-lg-192 {
		padding-bottom: 192px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-192 {
		padding-top: 192px !important;
		padding-bottom: 192px !important;
	}
	
	.pad-t-xxl-192 {
		padding-top: 192px !important;
	}
	
	.pad-b-xxl-192 {
		padding-bottom: 192px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-192 {
		padding-top: 192px !important;
		padding-bottom: 192px !important;
	}
	
	.pad-t-xxxxl-192 {
		padding-top: 192px !important;
	}
	
	.pad-b-xxxxl-192 {
		padding-bottom: 192px !important;
	}
}

.pad-y-193 {
	padding-top: 193px !important;
	padding-bottom: 193px !important;
}

.pad-t-193 {
	padding-top: 193px !important;
}

.pad-b-193 {
	padding-bottom: 193px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-193 {
		padding-top: 193px !important;
		padding-bottom: 193px !important;
	}
	
	.pad-t-sm-193 {
		padding-top: 193px !important;
	}
	
	.pad-b-sm-193 {
		padding-bottom: 193px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-193 {
		padding-top: 193px !important;
		padding-bottom: 193px !important;
	}
	
	.pad-t-lg-193 {
		padding-top: 193px !important;
	}
	
	.pad-b-lg-193 {
		padding-bottom: 193px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-193 {
		padding-top: 193px !important;
		padding-bottom: 193px !important;
	}
	
	.pad-t-xxl-193 {
		padding-top: 193px !important;
	}
	
	.pad-b-xxl-193 {
		padding-bottom: 193px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-193 {
		padding-top: 193px !important;
		padding-bottom: 193px !important;
	}
	
	.pad-t-xxxxl-193 {
		padding-top: 193px !important;
	}
	
	.pad-b-xxxxl-193 {
		padding-bottom: 193px !important;
	}
}

.pad-y-194 {
	padding-top: 194px !important;
	padding-bottom: 194px !important;
}

.pad-t-194 {
	padding-top: 194px !important;
}

.pad-b-194 {
	padding-bottom: 194px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-194 {
		padding-top: 194px !important;
		padding-bottom: 194px !important;
	}
	
	.pad-t-sm-194 {
		padding-top: 194px !important;
	}
	
	.pad-b-sm-194 {
		padding-bottom: 194px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-194 {
		padding-top: 194px !important;
		padding-bottom: 194px !important;
	}
	
	.pad-t-lg-194 {
		padding-top: 194px !important;
	}
	
	.pad-b-lg-194 {
		padding-bottom: 194px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-194 {
		padding-top: 194px !important;
		padding-bottom: 194px !important;
	}
	
	.pad-t-xxl-194 {
		padding-top: 194px !important;
	}
	
	.pad-b-xxl-194 {
		padding-bottom: 194px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-194 {
		padding-top: 194px !important;
		padding-bottom: 194px !important;
	}
	
	.pad-t-xxxxl-194 {
		padding-top: 194px !important;
	}
	
	.pad-b-xxxxl-194 {
		padding-bottom: 194px !important;
	}
}

.pad-y-195 {
	padding-top: 195px !important;
	padding-bottom: 195px !important;
}

.pad-t-195 {
	padding-top: 195px !important;
}

.pad-b-195 {
	padding-bottom: 195px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-195 {
		padding-top: 195px !important;
		padding-bottom: 195px !important;
	}
	
	.pad-t-sm-195 {
		padding-top: 195px !important;
	}
	
	.pad-b-sm-195 {
		padding-bottom: 195px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-195 {
		padding-top: 195px !important;
		padding-bottom: 195px !important;
	}
	
	.pad-t-lg-195 {
		padding-top: 195px !important;
	}
	
	.pad-b-lg-195 {
		padding-bottom: 195px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-195 {
		padding-top: 195px !important;
		padding-bottom: 195px !important;
	}
	
	.pad-t-xxl-195 {
		padding-top: 195px !important;
	}
	
	.pad-b-xxl-195 {
		padding-bottom: 195px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-195 {
		padding-top: 195px !important;
		padding-bottom: 195px !important;
	}
	
	.pad-t-xxxxl-195 {
		padding-top: 195px !important;
	}
	
	.pad-b-xxxxl-195 {
		padding-bottom: 195px !important;
	}
}

.pad-y-196 {
	padding-top: 196px !important;
	padding-bottom: 196px !important;
}

.pad-t-196 {
	padding-top: 196px !important;
}

.pad-b-196 {
	padding-bottom: 196px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-196 {
		padding-top: 196px !important;
		padding-bottom: 196px !important;
	}
	
	.pad-t-sm-196 {
		padding-top: 196px !important;
	}
	
	.pad-b-sm-196 {
		padding-bottom: 196px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-196 {
		padding-top: 196px !important;
		padding-bottom: 196px !important;
	}
	
	.pad-t-lg-196 {
		padding-top: 196px !important;
	}
	
	.pad-b-lg-196 {
		padding-bottom: 196px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-196 {
		padding-top: 196px !important;
		padding-bottom: 196px !important;
	}
	
	.pad-t-xxl-196 {
		padding-top: 196px !important;
	}
	
	.pad-b-xxl-196 {
		padding-bottom: 196px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-196 {
		padding-top: 196px !important;
		padding-bottom: 196px !important;
	}
	
	.pad-t-xxxxl-196 {
		padding-top: 196px !important;
	}
	
	.pad-b-xxxxl-196 {
		padding-bottom: 196px !important;
	}
}

.pad-y-197 {
	padding-top: 197px !important;
	padding-bottom: 197px !important;
}

.pad-t-197 {
	padding-top: 197px !important;
}

.pad-b-197 {
	padding-bottom: 197px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-197 {
		padding-top: 197px !important;
		padding-bottom: 197px !important;
	}
	
	.pad-t-sm-197 {
		padding-top: 197px !important;
	}
	
	.pad-b-sm-197 {
		padding-bottom: 197px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-197 {
		padding-top: 197px !important;
		padding-bottom: 197px !important;
	}
	
	.pad-t-lg-197 {
		padding-top: 197px !important;
	}
	
	.pad-b-lg-197 {
		padding-bottom: 197px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-197 {
		padding-top: 197px !important;
		padding-bottom: 197px !important;
	}
	
	.pad-t-xxl-197 {
		padding-top: 197px !important;
	}
	
	.pad-b-xxl-197 {
		padding-bottom: 197px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-197 {
		padding-top: 197px !important;
		padding-bottom: 197px !important;
	}
	
	.pad-t-xxxxl-197 {
		padding-top: 197px !important;
	}
	
	.pad-b-xxxxl-197 {
		padding-bottom: 197px !important;
	}
}

.pad-y-198 {
	padding-top: 198px !important;
	padding-bottom: 198px !important;
}

.pad-t-198 {
	padding-top: 198px !important;
}

.pad-b-198 {
	padding-bottom: 198px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-198 {
		padding-top: 198px !important;
		padding-bottom: 198px !important;
	}
	
	.pad-t-sm-198 {
		padding-top: 198px !important;
	}
	
	.pad-b-sm-198 {
		padding-bottom: 198px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-198 {
		padding-top: 198px !important;
		padding-bottom: 198px !important;
	}
	
	.pad-t-lg-198 {
		padding-top: 198px !important;
	}
	
	.pad-b-lg-198 {
		padding-bottom: 198px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-198 {
		padding-top: 198px !important;
		padding-bottom: 198px !important;
	}
	
	.pad-t-xxl-198 {
		padding-top: 198px !important;
	}
	
	.pad-b-xxl-198 {
		padding-bottom: 198px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-198 {
		padding-top: 198px !important;
		padding-bottom: 198px !important;
	}
	
	.pad-t-xxxxl-198 {
		padding-top: 198px !important;
	}
	
	.pad-b-xxxxl-198 {
		padding-bottom: 198px !important;
	}
}

.pad-y-199 {
	padding-top: 199px !important;
	padding-bottom: 199px !important;
}

.pad-t-199 {
	padding-top: 199px !important;
}

.pad-b-199 {
	padding-bottom: 199px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-199 {
		padding-top: 199px !important;
		padding-bottom: 199px !important;
	}
	
	.pad-t-sm-199 {
		padding-top: 199px !important;
	}
	
	.pad-b-sm-199 {
		padding-bottom: 199px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-199 {
		padding-top: 199px !important;
		padding-bottom: 199px !important;
	}
	
	.pad-t-lg-199 {
		padding-top: 199px !important;
	}
	
	.pad-b-lg-199 {
		padding-bottom: 199px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-199 {
		padding-top: 199px !important;
		padding-bottom: 199px !important;
	}
	
	.pad-t-xxl-199 {
		padding-top: 199px !important;
	}
	
	.pad-b-xxl-199 {
		padding-bottom: 199px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-199 {
		padding-top: 199px !important;
		padding-bottom: 199px !important;
	}
	
	.pad-t-xxxxl-199 {
		padding-top: 199px !important;
	}
	
	.pad-b-xxxxl-199 {
		padding-bottom: 199px !important;
	}
}

.pad-y-200 {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}

.pad-t-200 {
	padding-top: 200px !important;
}

.pad-b-200 {
	padding-bottom: 200px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	
	.pad-t-sm-200 {
		padding-top: 200px !important;
	}
	
	.pad-b-sm-200 {
		padding-bottom: 200px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	
	.pad-t-lg-200 {
		padding-top: 200px !important;
	}
	
	.pad-b-lg-200 {
		padding-bottom: 200px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	
	.pad-t-xxl-200 {
		padding-top: 200px !important;
	}
	
	.pad-b-xxl-200 {
		padding-bottom: 200px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	
	.pad-t-xxxxl-200 {
		padding-top: 200px !important;
	}
	
	.pad-b-xxxxl-200 {
		padding-bottom: 200px !important;
	}
}

.pad-y-201 {
	padding-top: 201px !important;
	padding-bottom: 201px !important;
}

.pad-t-201 {
	padding-top: 201px !important;
}

.pad-b-201 {
	padding-bottom: 201px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-201 {
		padding-top: 201px !important;
		padding-bottom: 201px !important;
	}
	
	.pad-t-sm-201 {
		padding-top: 201px !important;
	}
	
	.pad-b-sm-201 {
		padding-bottom: 201px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-201 {
		padding-top: 201px !important;
		padding-bottom: 201px !important;
	}
	
	.pad-t-lg-201 {
		padding-top: 201px !important;
	}
	
	.pad-b-lg-201 {
		padding-bottom: 201px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-201 {
		padding-top: 201px !important;
		padding-bottom: 201px !important;
	}
	
	.pad-t-xxl-201 {
		padding-top: 201px !important;
	}
	
	.pad-b-xxl-201 {
		padding-bottom: 201px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-201 {
		padding-top: 201px !important;
		padding-bottom: 201px !important;
	}
	
	.pad-t-xxxxl-201 {
		padding-top: 201px !important;
	}
	
	.pad-b-xxxxl-201 {
		padding-bottom: 201px !important;
	}
}

.pad-y-202 {
	padding-top: 202px !important;
	padding-bottom: 202px !important;
}

.pad-t-202 {
	padding-top: 202px !important;
}

.pad-b-202 {
	padding-bottom: 202px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-202 {
		padding-top: 202px !important;
		padding-bottom: 202px !important;
	}
	
	.pad-t-sm-202 {
		padding-top: 202px !important;
	}
	
	.pad-b-sm-202 {
		padding-bottom: 202px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-202 {
		padding-top: 202px !important;
		padding-bottom: 202px !important;
	}
	
	.pad-t-lg-202 {
		padding-top: 202px !important;
	}
	
	.pad-b-lg-202 {
		padding-bottom: 202px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-202 {
		padding-top: 202px !important;
		padding-bottom: 202px !important;
	}
	
	.pad-t-xxl-202 {
		padding-top: 202px !important;
	}
	
	.pad-b-xxl-202 {
		padding-bottom: 202px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-202 {
		padding-top: 202px !important;
		padding-bottom: 202px !important;
	}
	
	.pad-t-xxxxl-202 {
		padding-top: 202px !important;
	}
	
	.pad-b-xxxxl-202 {
		padding-bottom: 202px !important;
	}
}

.pad-y-203 {
	padding-top: 203px !important;
	padding-bottom: 203px !important;
}

.pad-t-203 {
	padding-top: 203px !important;
}

.pad-b-203 {
	padding-bottom: 203px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-203 {
		padding-top: 203px !important;
		padding-bottom: 203px !important;
	}
	
	.pad-t-sm-203 {
		padding-top: 203px !important;
	}
	
	.pad-b-sm-203 {
		padding-bottom: 203px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-203 {
		padding-top: 203px !important;
		padding-bottom: 203px !important;
	}
	
	.pad-t-lg-203 {
		padding-top: 203px !important;
	}
	
	.pad-b-lg-203 {
		padding-bottom: 203px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-203 {
		padding-top: 203px !important;
		padding-bottom: 203px !important;
	}
	
	.pad-t-xxl-203 {
		padding-top: 203px !important;
	}
	
	.pad-b-xxl-203 {
		padding-bottom: 203px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-203 {
		padding-top: 203px !important;
		padding-bottom: 203px !important;
	}
	
	.pad-t-xxxxl-203 {
		padding-top: 203px !important;
	}
	
	.pad-b-xxxxl-203 {
		padding-bottom: 203px !important;
	}
}

.pad-y-204 {
	padding-top: 204px !important;
	padding-bottom: 204px !important;
}

.pad-t-204 {
	padding-top: 204px !important;
}

.pad-b-204 {
	padding-bottom: 204px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-204 {
		padding-top: 204px !important;
		padding-bottom: 204px !important;
	}
	
	.pad-t-sm-204 {
		padding-top: 204px !important;
	}
	
	.pad-b-sm-204 {
		padding-bottom: 204px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-204 {
		padding-top: 204px !important;
		padding-bottom: 204px !important;
	}
	
	.pad-t-lg-204 {
		padding-top: 204px !important;
	}
	
	.pad-b-lg-204 {
		padding-bottom: 204px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-204 {
		padding-top: 204px !important;
		padding-bottom: 204px !important;
	}
	
	.pad-t-xxl-204 {
		padding-top: 204px !important;
	}
	
	.pad-b-xxl-204 {
		padding-bottom: 204px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-204 {
		padding-top: 204px !important;
		padding-bottom: 204px !important;
	}
	
	.pad-t-xxxxl-204 {
		padding-top: 204px !important;
	}
	
	.pad-b-xxxxl-204 {
		padding-bottom: 204px !important;
	}
}

.pad-y-205 {
	padding-top: 205px !important;
	padding-bottom: 205px !important;
}

.pad-t-205 {
	padding-top: 205px !important;
}

.pad-b-205 {
	padding-bottom: 205px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-205 {
		padding-top: 205px !important;
		padding-bottom: 205px !important;
	}
	
	.pad-t-sm-205 {
		padding-top: 205px !important;
	}
	
	.pad-b-sm-205 {
		padding-bottom: 205px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-205 {
		padding-top: 205px !important;
		padding-bottom: 205px !important;
	}
	
	.pad-t-lg-205 {
		padding-top: 205px !important;
	}
	
	.pad-b-lg-205 {
		padding-bottom: 205px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-205 {
		padding-top: 205px !important;
		padding-bottom: 205px !important;
	}
	
	.pad-t-xxl-205 {
		padding-top: 205px !important;
	}
	
	.pad-b-xxl-205 {
		padding-bottom: 205px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-205 {
		padding-top: 205px !important;
		padding-bottom: 205px !important;
	}
	
	.pad-t-xxxxl-205 {
		padding-top: 205px !important;
	}
	
	.pad-b-xxxxl-205 {
		padding-bottom: 205px !important;
	}
}

.pad-y-206 {
	padding-top: 206px !important;
	padding-bottom: 206px !important;
}

.pad-t-206 {
	padding-top: 206px !important;
}

.pad-b-206 {
	padding-bottom: 206px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-206 {
		padding-top: 206px !important;
		padding-bottom: 206px !important;
	}
	
	.pad-t-sm-206 {
		padding-top: 206px !important;
	}
	
	.pad-b-sm-206 {
		padding-bottom: 206px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-206 {
		padding-top: 206px !important;
		padding-bottom: 206px !important;
	}
	
	.pad-t-lg-206 {
		padding-top: 206px !important;
	}
	
	.pad-b-lg-206 {
		padding-bottom: 206px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-206 {
		padding-top: 206px !important;
		padding-bottom: 206px !important;
	}
	
	.pad-t-xxl-206 {
		padding-top: 206px !important;
	}
	
	.pad-b-xxl-206 {
		padding-bottom: 206px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-206 {
		padding-top: 206px !important;
		padding-bottom: 206px !important;
	}
	
	.pad-t-xxxxl-206 {
		padding-top: 206px !important;
	}
	
	.pad-b-xxxxl-206 {
		padding-bottom: 206px !important;
	}
}

.pad-y-207 {
	padding-top: 207px !important;
	padding-bottom: 207px !important;
}

.pad-t-207 {
	padding-top: 207px !important;
}

.pad-b-207 {
	padding-bottom: 207px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-207 {
		padding-top: 207px !important;
		padding-bottom: 207px !important;
	}
	
	.pad-t-sm-207 {
		padding-top: 207px !important;
	}
	
	.pad-b-sm-207 {
		padding-bottom: 207px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-207 {
		padding-top: 207px !important;
		padding-bottom: 207px !important;
	}
	
	.pad-t-lg-207 {
		padding-top: 207px !important;
	}
	
	.pad-b-lg-207 {
		padding-bottom: 207px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-207 {
		padding-top: 207px !important;
		padding-bottom: 207px !important;
	}
	
	.pad-t-xxl-207 {
		padding-top: 207px !important;
	}
	
	.pad-b-xxl-207 {
		padding-bottom: 207px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-207 {
		padding-top: 207px !important;
		padding-bottom: 207px !important;
	}
	
	.pad-t-xxxxl-207 {
		padding-top: 207px !important;
	}
	
	.pad-b-xxxxl-207 {
		padding-bottom: 207px !important;
	}
}

.pad-y-208 {
	padding-top: 208px !important;
	padding-bottom: 208px !important;
}

.pad-t-208 {
	padding-top: 208px !important;
}

.pad-b-208 {
	padding-bottom: 208px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-208 {
		padding-top: 208px !important;
		padding-bottom: 208px !important;
	}
	
	.pad-t-sm-208 {
		padding-top: 208px !important;
	}
	
	.pad-b-sm-208 {
		padding-bottom: 208px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-208 {
		padding-top: 208px !important;
		padding-bottom: 208px !important;
	}
	
	.pad-t-lg-208 {
		padding-top: 208px !important;
	}
	
	.pad-b-lg-208 {
		padding-bottom: 208px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-208 {
		padding-top: 208px !important;
		padding-bottom: 208px !important;
	}
	
	.pad-t-xxl-208 {
		padding-top: 208px !important;
	}
	
	.pad-b-xxl-208 {
		padding-bottom: 208px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-208 {
		padding-top: 208px !important;
		padding-bottom: 208px !important;
	}
	
	.pad-t-xxxxl-208 {
		padding-top: 208px !important;
	}
	
	.pad-b-xxxxl-208 {
		padding-bottom: 208px !important;
	}
}

.pad-y-209 {
	padding-top: 209px !important;
	padding-bottom: 209px !important;
}

.pad-t-209 {
	padding-top: 209px !important;
}

.pad-b-209 {
	padding-bottom: 209px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-209 {
		padding-top: 209px !important;
		padding-bottom: 209px !important;
	}
	
	.pad-t-sm-209 {
		padding-top: 209px !important;
	}
	
	.pad-b-sm-209 {
		padding-bottom: 209px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-209 {
		padding-top: 209px !important;
		padding-bottom: 209px !important;
	}
	
	.pad-t-lg-209 {
		padding-top: 209px !important;
	}
	
	.pad-b-lg-209 {
		padding-bottom: 209px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-209 {
		padding-top: 209px !important;
		padding-bottom: 209px !important;
	}
	
	.pad-t-xxl-209 {
		padding-top: 209px !important;
	}
	
	.pad-b-xxl-209 {
		padding-bottom: 209px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-209 {
		padding-top: 209px !important;
		padding-bottom: 209px !important;
	}
	
	.pad-t-xxxxl-209 {
		padding-top: 209px !important;
	}
	
	.pad-b-xxxxl-209 {
		padding-bottom: 209px !important;
	}
}

.pad-y-210 {
	padding-top: 210px !important;
	padding-bottom: 210px !important;
}

.pad-t-210 {
	padding-top: 210px !important;
}

.pad-b-210 {
	padding-bottom: 210px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-210 {
		padding-top: 210px !important;
		padding-bottom: 210px !important;
	}
	
	.pad-t-sm-210 {
		padding-top: 210px !important;
	}
	
	.pad-b-sm-210 {
		padding-bottom: 210px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-210 {
		padding-top: 210px !important;
		padding-bottom: 210px !important;
	}
	
	.pad-t-lg-210 {
		padding-top: 210px !important;
	}
	
	.pad-b-lg-210 {
		padding-bottom: 210px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-210 {
		padding-top: 210px !important;
		padding-bottom: 210px !important;
	}
	
	.pad-t-xxl-210 {
		padding-top: 210px !important;
	}
	
	.pad-b-xxl-210 {
		padding-bottom: 210px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-210 {
		padding-top: 210px !important;
		padding-bottom: 210px !important;
	}
	
	.pad-t-xxxxl-210 {
		padding-top: 210px !important;
	}
	
	.pad-b-xxxxl-210 {
		padding-bottom: 210px !important;
	}
}

.pad-y-211 {
	padding-top: 211px !important;
	padding-bottom: 211px !important;
}

.pad-t-211 {
	padding-top: 211px !important;
}

.pad-b-211 {
	padding-bottom: 211px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-211 {
		padding-top: 211px !important;
		padding-bottom: 211px !important;
	}
	
	.pad-t-sm-211 {
		padding-top: 211px !important;
	}
	
	.pad-b-sm-211 {
		padding-bottom: 211px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-211 {
		padding-top: 211px !important;
		padding-bottom: 211px !important;
	}
	
	.pad-t-lg-211 {
		padding-top: 211px !important;
	}
	
	.pad-b-lg-211 {
		padding-bottom: 211px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-211 {
		padding-top: 211px !important;
		padding-bottom: 211px !important;
	}
	
	.pad-t-xxl-211 {
		padding-top: 211px !important;
	}
	
	.pad-b-xxl-211 {
		padding-bottom: 211px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-211 {
		padding-top: 211px !important;
		padding-bottom: 211px !important;
	}
	
	.pad-t-xxxxl-211 {
		padding-top: 211px !important;
	}
	
	.pad-b-xxxxl-211 {
		padding-bottom: 211px !important;
	}
}

.pad-y-212 {
	padding-top: 212px !important;
	padding-bottom: 212px !important;
}

.pad-t-212 {
	padding-top: 212px !important;
}

.pad-b-212 {
	padding-bottom: 212px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-212 {
		padding-top: 212px !important;
		padding-bottom: 212px !important;
	}
	
	.pad-t-sm-212 {
		padding-top: 212px !important;
	}
	
	.pad-b-sm-212 {
		padding-bottom: 212px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-212 {
		padding-top: 212px !important;
		padding-bottom: 212px !important;
	}
	
	.pad-t-lg-212 {
		padding-top: 212px !important;
	}
	
	.pad-b-lg-212 {
		padding-bottom: 212px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-212 {
		padding-top: 212px !important;
		padding-bottom: 212px !important;
	}
	
	.pad-t-xxl-212 {
		padding-top: 212px !important;
	}
	
	.pad-b-xxl-212 {
		padding-bottom: 212px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-212 {
		padding-top: 212px !important;
		padding-bottom: 212px !important;
	}
	
	.pad-t-xxxxl-212 {
		padding-top: 212px !important;
	}
	
	.pad-b-xxxxl-212 {
		padding-bottom: 212px !important;
	}
}

.pad-y-213 {
	padding-top: 213px !important;
	padding-bottom: 213px !important;
}

.pad-t-213 {
	padding-top: 213px !important;
}

.pad-b-213 {
	padding-bottom: 213px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-213 {
		padding-top: 213px !important;
		padding-bottom: 213px !important;
	}
	
	.pad-t-sm-213 {
		padding-top: 213px !important;
	}
	
	.pad-b-sm-213 {
		padding-bottom: 213px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-213 {
		padding-top: 213px !important;
		padding-bottom: 213px !important;
	}
	
	.pad-t-lg-213 {
		padding-top: 213px !important;
	}
	
	.pad-b-lg-213 {
		padding-bottom: 213px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-213 {
		padding-top: 213px !important;
		padding-bottom: 213px !important;
	}
	
	.pad-t-xxl-213 {
		padding-top: 213px !important;
	}
	
	.pad-b-xxl-213 {
		padding-bottom: 213px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-213 {
		padding-top: 213px !important;
		padding-bottom: 213px !important;
	}
	
	.pad-t-xxxxl-213 {
		padding-top: 213px !important;
	}
	
	.pad-b-xxxxl-213 {
		padding-bottom: 213px !important;
	}
}

.pad-y-214 {
	padding-top: 214px !important;
	padding-bottom: 214px !important;
}

.pad-t-214 {
	padding-top: 214px !important;
}

.pad-b-214 {
	padding-bottom: 214px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-214 {
		padding-top: 214px !important;
		padding-bottom: 214px !important;
	}
	
	.pad-t-sm-214 {
		padding-top: 214px !important;
	}
	
	.pad-b-sm-214 {
		padding-bottom: 214px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-214 {
		padding-top: 214px !important;
		padding-bottom: 214px !important;
	}
	
	.pad-t-lg-214 {
		padding-top: 214px !important;
	}
	
	.pad-b-lg-214 {
		padding-bottom: 214px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-214 {
		padding-top: 214px !important;
		padding-bottom: 214px !important;
	}
	
	.pad-t-xxl-214 {
		padding-top: 214px !important;
	}
	
	.pad-b-xxl-214 {
		padding-bottom: 214px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-214 {
		padding-top: 214px !important;
		padding-bottom: 214px !important;
	}
	
	.pad-t-xxxxl-214 {
		padding-top: 214px !important;
	}
	
	.pad-b-xxxxl-214 {
		padding-bottom: 214px !important;
	}
}

.pad-y-215 {
	padding-top: 215px !important;
	padding-bottom: 215px !important;
}

.pad-t-215 {
	padding-top: 215px !important;
}

.pad-b-215 {
	padding-bottom: 215px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-215 {
		padding-top: 215px !important;
		padding-bottom: 215px !important;
	}
	
	.pad-t-sm-215 {
		padding-top: 215px !important;
	}
	
	.pad-b-sm-215 {
		padding-bottom: 215px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-215 {
		padding-top: 215px !important;
		padding-bottom: 215px !important;
	}
	
	.pad-t-lg-215 {
		padding-top: 215px !important;
	}
	
	.pad-b-lg-215 {
		padding-bottom: 215px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-215 {
		padding-top: 215px !important;
		padding-bottom: 215px !important;
	}
	
	.pad-t-xxl-215 {
		padding-top: 215px !important;
	}
	
	.pad-b-xxl-215 {
		padding-bottom: 215px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-215 {
		padding-top: 215px !important;
		padding-bottom: 215px !important;
	}
	
	.pad-t-xxxxl-215 {
		padding-top: 215px !important;
	}
	
	.pad-b-xxxxl-215 {
		padding-bottom: 215px !important;
	}
}

.pad-y-216 {
	padding-top: 216px !important;
	padding-bottom: 216px !important;
}

.pad-t-216 {
	padding-top: 216px !important;
}

.pad-b-216 {
	padding-bottom: 216px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-216 {
		padding-top: 216px !important;
		padding-bottom: 216px !important;
	}
	
	.pad-t-sm-216 {
		padding-top: 216px !important;
	}
	
	.pad-b-sm-216 {
		padding-bottom: 216px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-216 {
		padding-top: 216px !important;
		padding-bottom: 216px !important;
	}
	
	.pad-t-lg-216 {
		padding-top: 216px !important;
	}
	
	.pad-b-lg-216 {
		padding-bottom: 216px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-216 {
		padding-top: 216px !important;
		padding-bottom: 216px !important;
	}
	
	.pad-t-xxl-216 {
		padding-top: 216px !important;
	}
	
	.pad-b-xxl-216 {
		padding-bottom: 216px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-216 {
		padding-top: 216px !important;
		padding-bottom: 216px !important;
	}
	
	.pad-t-xxxxl-216 {
		padding-top: 216px !important;
	}
	
	.pad-b-xxxxl-216 {
		padding-bottom: 216px !important;
	}
}

.pad-y-217 {
	padding-top: 217px !important;
	padding-bottom: 217px !important;
}

.pad-t-217 {
	padding-top: 217px !important;
}

.pad-b-217 {
	padding-bottom: 217px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-217 {
		padding-top: 217px !important;
		padding-bottom: 217px !important;
	}
	
	.pad-t-sm-217 {
		padding-top: 217px !important;
	}
	
	.pad-b-sm-217 {
		padding-bottom: 217px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-217 {
		padding-top: 217px !important;
		padding-bottom: 217px !important;
	}
	
	.pad-t-lg-217 {
		padding-top: 217px !important;
	}
	
	.pad-b-lg-217 {
		padding-bottom: 217px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-217 {
		padding-top: 217px !important;
		padding-bottom: 217px !important;
	}
	
	.pad-t-xxl-217 {
		padding-top: 217px !important;
	}
	
	.pad-b-xxl-217 {
		padding-bottom: 217px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-217 {
		padding-top: 217px !important;
		padding-bottom: 217px !important;
	}
	
	.pad-t-xxxxl-217 {
		padding-top: 217px !important;
	}
	
	.pad-b-xxxxl-217 {
		padding-bottom: 217px !important;
	}
}

.pad-y-218 {
	padding-top: 218px !important;
	padding-bottom: 218px !important;
}

.pad-t-218 {
	padding-top: 218px !important;
}

.pad-b-218 {
	padding-bottom: 218px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-218 {
		padding-top: 218px !important;
		padding-bottom: 218px !important;
	}
	
	.pad-t-sm-218 {
		padding-top: 218px !important;
	}
	
	.pad-b-sm-218 {
		padding-bottom: 218px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-218 {
		padding-top: 218px !important;
		padding-bottom: 218px !important;
	}
	
	.pad-t-lg-218 {
		padding-top: 218px !important;
	}
	
	.pad-b-lg-218 {
		padding-bottom: 218px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-218 {
		padding-top: 218px !important;
		padding-bottom: 218px !important;
	}
	
	.pad-t-xxl-218 {
		padding-top: 218px !important;
	}
	
	.pad-b-xxl-218 {
		padding-bottom: 218px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-218 {
		padding-top: 218px !important;
		padding-bottom: 218px !important;
	}
	
	.pad-t-xxxxl-218 {
		padding-top: 218px !important;
	}
	
	.pad-b-xxxxl-218 {
		padding-bottom: 218px !important;
	}
}

.pad-y-219 {
	padding-top: 219px !important;
	padding-bottom: 219px !important;
}

.pad-t-219 {
	padding-top: 219px !important;
}

.pad-b-219 {
	padding-bottom: 219px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-219 {
		padding-top: 219px !important;
		padding-bottom: 219px !important;
	}
	
	.pad-t-sm-219 {
		padding-top: 219px !important;
	}
	
	.pad-b-sm-219 {
		padding-bottom: 219px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-219 {
		padding-top: 219px !important;
		padding-bottom: 219px !important;
	}
	
	.pad-t-lg-219 {
		padding-top: 219px !important;
	}
	
	.pad-b-lg-219 {
		padding-bottom: 219px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-219 {
		padding-top: 219px !important;
		padding-bottom: 219px !important;
	}
	
	.pad-t-xxl-219 {
		padding-top: 219px !important;
	}
	
	.pad-b-xxl-219 {
		padding-bottom: 219px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-219 {
		padding-top: 219px !important;
		padding-bottom: 219px !important;
	}
	
	.pad-t-xxxxl-219 {
		padding-top: 219px !important;
	}
	
	.pad-b-xxxxl-219 {
		padding-bottom: 219px !important;
	}
}

.pad-y-220 {
	padding-top: 220px !important;
	padding-bottom: 220px !important;
}

.pad-t-220 {
	padding-top: 220px !important;
}

.pad-b-220 {
	padding-bottom: 220px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-220 {
		padding-top: 220px !important;
		padding-bottom: 220px !important;
	}
	
	.pad-t-sm-220 {
		padding-top: 220px !important;
	}
	
	.pad-b-sm-220 {
		padding-bottom: 220px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-220 {
		padding-top: 220px !important;
		padding-bottom: 220px !important;
	}
	
	.pad-t-lg-220 {
		padding-top: 220px !important;
	}
	
	.pad-b-lg-220 {
		padding-bottom: 220px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-220 {
		padding-top: 220px !important;
		padding-bottom: 220px !important;
	}
	
	.pad-t-xxl-220 {
		padding-top: 220px !important;
	}
	
	.pad-b-xxl-220 {
		padding-bottom: 220px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-220 {
		padding-top: 220px !important;
		padding-bottom: 220px !important;
	}
	
	.pad-t-xxxxl-220 {
		padding-top: 220px !important;
	}
	
	.pad-b-xxxxl-220 {
		padding-bottom: 220px !important;
	}
}

.pad-y-221 {
	padding-top: 221px !important;
	padding-bottom: 221px !important;
}

.pad-t-221 {
	padding-top: 221px !important;
}

.pad-b-221 {
	padding-bottom: 221px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-221 {
		padding-top: 221px !important;
		padding-bottom: 221px !important;
	}
	
	.pad-t-sm-221 {
		padding-top: 221px !important;
	}
	
	.pad-b-sm-221 {
		padding-bottom: 221px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-221 {
		padding-top: 221px !important;
		padding-bottom: 221px !important;
	}
	
	.pad-t-lg-221 {
		padding-top: 221px !important;
	}
	
	.pad-b-lg-221 {
		padding-bottom: 221px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-221 {
		padding-top: 221px !important;
		padding-bottom: 221px !important;
	}
	
	.pad-t-xxl-221 {
		padding-top: 221px !important;
	}
	
	.pad-b-xxl-221 {
		padding-bottom: 221px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-221 {
		padding-top: 221px !important;
		padding-bottom: 221px !important;
	}
	
	.pad-t-xxxxl-221 {
		padding-top: 221px !important;
	}
	
	.pad-b-xxxxl-221 {
		padding-bottom: 221px !important;
	}
}

.pad-y-222 {
	padding-top: 222px !important;
	padding-bottom: 222px !important;
}

.pad-t-222 {
	padding-top: 222px !important;
}

.pad-b-222 {
	padding-bottom: 222px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-222 {
		padding-top: 222px !important;
		padding-bottom: 222px !important;
	}
	
	.pad-t-sm-222 {
		padding-top: 222px !important;
	}
	
	.pad-b-sm-222 {
		padding-bottom: 222px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-222 {
		padding-top: 222px !important;
		padding-bottom: 222px !important;
	}
	
	.pad-t-lg-222 {
		padding-top: 222px !important;
	}
	
	.pad-b-lg-222 {
		padding-bottom: 222px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-222 {
		padding-top: 222px !important;
		padding-bottom: 222px !important;
	}
	
	.pad-t-xxl-222 {
		padding-top: 222px !important;
	}
	
	.pad-b-xxl-222 {
		padding-bottom: 222px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-222 {
		padding-top: 222px !important;
		padding-bottom: 222px !important;
	}
	
	.pad-t-xxxxl-222 {
		padding-top: 222px !important;
	}
	
	.pad-b-xxxxl-222 {
		padding-bottom: 222px !important;
	}
}

.pad-y-223 {
	padding-top: 223px !important;
	padding-bottom: 223px !important;
}

.pad-t-223 {
	padding-top: 223px !important;
}

.pad-b-223 {
	padding-bottom: 223px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-223 {
		padding-top: 223px !important;
		padding-bottom: 223px !important;
	}
	
	.pad-t-sm-223 {
		padding-top: 223px !important;
	}
	
	.pad-b-sm-223 {
		padding-bottom: 223px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-223 {
		padding-top: 223px !important;
		padding-bottom: 223px !important;
	}
	
	.pad-t-lg-223 {
		padding-top: 223px !important;
	}
	
	.pad-b-lg-223 {
		padding-bottom: 223px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-223 {
		padding-top: 223px !important;
		padding-bottom: 223px !important;
	}
	
	.pad-t-xxl-223 {
		padding-top: 223px !important;
	}
	
	.pad-b-xxl-223 {
		padding-bottom: 223px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-223 {
		padding-top: 223px !important;
		padding-bottom: 223px !important;
	}
	
	.pad-t-xxxxl-223 {
		padding-top: 223px !important;
	}
	
	.pad-b-xxxxl-223 {
		padding-bottom: 223px !important;
	}
}

.pad-y-224 {
	padding-top: 224px !important;
	padding-bottom: 224px !important;
}

.pad-t-224 {
	padding-top: 224px !important;
}

.pad-b-224 {
	padding-bottom: 224px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-224 {
		padding-top: 224px !important;
		padding-bottom: 224px !important;
	}
	
	.pad-t-sm-224 {
		padding-top: 224px !important;
	}
	
	.pad-b-sm-224 {
		padding-bottom: 224px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-224 {
		padding-top: 224px !important;
		padding-bottom: 224px !important;
	}
	
	.pad-t-lg-224 {
		padding-top: 224px !important;
	}
	
	.pad-b-lg-224 {
		padding-bottom: 224px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-224 {
		padding-top: 224px !important;
		padding-bottom: 224px !important;
	}
	
	.pad-t-xxl-224 {
		padding-top: 224px !important;
	}
	
	.pad-b-xxl-224 {
		padding-bottom: 224px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-224 {
		padding-top: 224px !important;
		padding-bottom: 224px !important;
	}
	
	.pad-t-xxxxl-224 {
		padding-top: 224px !important;
	}
	
	.pad-b-xxxxl-224 {
		padding-bottom: 224px !important;
	}
}

.pad-y-225 {
	padding-top: 225px !important;
	padding-bottom: 225px !important;
}

.pad-t-225 {
	padding-top: 225px !important;
}

.pad-b-225 {
	padding-bottom: 225px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-225 {
		padding-top: 225px !important;
		padding-bottom: 225px !important;
	}
	
	.pad-t-sm-225 {
		padding-top: 225px !important;
	}
	
	.pad-b-sm-225 {
		padding-bottom: 225px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-225 {
		padding-top: 225px !important;
		padding-bottom: 225px !important;
	}
	
	.pad-t-lg-225 {
		padding-top: 225px !important;
	}
	
	.pad-b-lg-225 {
		padding-bottom: 225px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-225 {
		padding-top: 225px !important;
		padding-bottom: 225px !important;
	}
	
	.pad-t-xxl-225 {
		padding-top: 225px !important;
	}
	
	.pad-b-xxl-225 {
		padding-bottom: 225px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-225 {
		padding-top: 225px !important;
		padding-bottom: 225px !important;
	}
	
	.pad-t-xxxxl-225 {
		padding-top: 225px !important;
	}
	
	.pad-b-xxxxl-225 {
		padding-bottom: 225px !important;
	}
}

.pad-y-226 {
	padding-top: 226px !important;
	padding-bottom: 226px !important;
}

.pad-t-226 {
	padding-top: 226px !important;
}

.pad-b-226 {
	padding-bottom: 226px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-226 {
		padding-top: 226px !important;
		padding-bottom: 226px !important;
	}
	
	.pad-t-sm-226 {
		padding-top: 226px !important;
	}
	
	.pad-b-sm-226 {
		padding-bottom: 226px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-226 {
		padding-top: 226px !important;
		padding-bottom: 226px !important;
	}
	
	.pad-t-lg-226 {
		padding-top: 226px !important;
	}
	
	.pad-b-lg-226 {
		padding-bottom: 226px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-226 {
		padding-top: 226px !important;
		padding-bottom: 226px !important;
	}
	
	.pad-t-xxl-226 {
		padding-top: 226px !important;
	}
	
	.pad-b-xxl-226 {
		padding-bottom: 226px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-226 {
		padding-top: 226px !important;
		padding-bottom: 226px !important;
	}
	
	.pad-t-xxxxl-226 {
		padding-top: 226px !important;
	}
	
	.pad-b-xxxxl-226 {
		padding-bottom: 226px !important;
	}
}

.pad-y-227 {
	padding-top: 227px !important;
	padding-bottom: 227px !important;
}

.pad-t-227 {
	padding-top: 227px !important;
}

.pad-b-227 {
	padding-bottom: 227px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-227 {
		padding-top: 227px !important;
		padding-bottom: 227px !important;
	}
	
	.pad-t-sm-227 {
		padding-top: 227px !important;
	}
	
	.pad-b-sm-227 {
		padding-bottom: 227px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-227 {
		padding-top: 227px !important;
		padding-bottom: 227px !important;
	}
	
	.pad-t-lg-227 {
		padding-top: 227px !important;
	}
	
	.pad-b-lg-227 {
		padding-bottom: 227px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-227 {
		padding-top: 227px !important;
		padding-bottom: 227px !important;
	}
	
	.pad-t-xxl-227 {
		padding-top: 227px !important;
	}
	
	.pad-b-xxl-227 {
		padding-bottom: 227px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-227 {
		padding-top: 227px !important;
		padding-bottom: 227px !important;
	}
	
	.pad-t-xxxxl-227 {
		padding-top: 227px !important;
	}
	
	.pad-b-xxxxl-227 {
		padding-bottom: 227px !important;
	}
}

.pad-y-228 {
	padding-top: 228px !important;
	padding-bottom: 228px !important;
}

.pad-t-228 {
	padding-top: 228px !important;
}

.pad-b-228 {
	padding-bottom: 228px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-228 {
		padding-top: 228px !important;
		padding-bottom: 228px !important;
	}
	
	.pad-t-sm-228 {
		padding-top: 228px !important;
	}
	
	.pad-b-sm-228 {
		padding-bottom: 228px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-228 {
		padding-top: 228px !important;
		padding-bottom: 228px !important;
	}
	
	.pad-t-lg-228 {
		padding-top: 228px !important;
	}
	
	.pad-b-lg-228 {
		padding-bottom: 228px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-228 {
		padding-top: 228px !important;
		padding-bottom: 228px !important;
	}
	
	.pad-t-xxl-228 {
		padding-top: 228px !important;
	}
	
	.pad-b-xxl-228 {
		padding-bottom: 228px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-228 {
		padding-top: 228px !important;
		padding-bottom: 228px !important;
	}
	
	.pad-t-xxxxl-228 {
		padding-top: 228px !important;
	}
	
	.pad-b-xxxxl-228 {
		padding-bottom: 228px !important;
	}
}

.pad-y-229 {
	padding-top: 229px !important;
	padding-bottom: 229px !important;
}

.pad-t-229 {
	padding-top: 229px !important;
}

.pad-b-229 {
	padding-bottom: 229px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-229 {
		padding-top: 229px !important;
		padding-bottom: 229px !important;
	}
	
	.pad-t-sm-229 {
		padding-top: 229px !important;
	}
	
	.pad-b-sm-229 {
		padding-bottom: 229px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-229 {
		padding-top: 229px !important;
		padding-bottom: 229px !important;
	}
	
	.pad-t-lg-229 {
		padding-top: 229px !important;
	}
	
	.pad-b-lg-229 {
		padding-bottom: 229px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-229 {
		padding-top: 229px !important;
		padding-bottom: 229px !important;
	}
	
	.pad-t-xxl-229 {
		padding-top: 229px !important;
	}
	
	.pad-b-xxl-229 {
		padding-bottom: 229px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-229 {
		padding-top: 229px !important;
		padding-bottom: 229px !important;
	}
	
	.pad-t-xxxxl-229 {
		padding-top: 229px !important;
	}
	
	.pad-b-xxxxl-229 {
		padding-bottom: 229px !important;
	}
}

.pad-y-230 {
	padding-top: 230px !important;
	padding-bottom: 230px !important;
}

.pad-t-230 {
	padding-top: 230px !important;
}

.pad-b-230 {
	padding-bottom: 230px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-230 {
		padding-top: 230px !important;
		padding-bottom: 230px !important;
	}
	
	.pad-t-sm-230 {
		padding-top: 230px !important;
	}
	
	.pad-b-sm-230 {
		padding-bottom: 230px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-230 {
		padding-top: 230px !important;
		padding-bottom: 230px !important;
	}
	
	.pad-t-lg-230 {
		padding-top: 230px !important;
	}
	
	.pad-b-lg-230 {
		padding-bottom: 230px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-230 {
		padding-top: 230px !important;
		padding-bottom: 230px !important;
	}
	
	.pad-t-xxl-230 {
		padding-top: 230px !important;
	}
	
	.pad-b-xxl-230 {
		padding-bottom: 230px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-230 {
		padding-top: 230px !important;
		padding-bottom: 230px !important;
	}
	
	.pad-t-xxxxl-230 {
		padding-top: 230px !important;
	}
	
	.pad-b-xxxxl-230 {
		padding-bottom: 230px !important;
	}
}

.pad-y-231 {
	padding-top: 231px !important;
	padding-bottom: 231px !important;
}

.pad-t-231 {
	padding-top: 231px !important;
}

.pad-b-231 {
	padding-bottom: 231px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-231 {
		padding-top: 231px !important;
		padding-bottom: 231px !important;
	}
	
	.pad-t-sm-231 {
		padding-top: 231px !important;
	}
	
	.pad-b-sm-231 {
		padding-bottom: 231px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-231 {
		padding-top: 231px !important;
		padding-bottom: 231px !important;
	}
	
	.pad-t-lg-231 {
		padding-top: 231px !important;
	}
	
	.pad-b-lg-231 {
		padding-bottom: 231px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-231 {
		padding-top: 231px !important;
		padding-bottom: 231px !important;
	}
	
	.pad-t-xxl-231 {
		padding-top: 231px !important;
	}
	
	.pad-b-xxl-231 {
		padding-bottom: 231px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-231 {
		padding-top: 231px !important;
		padding-bottom: 231px !important;
	}
	
	.pad-t-xxxxl-231 {
		padding-top: 231px !important;
	}
	
	.pad-b-xxxxl-231 {
		padding-bottom: 231px !important;
	}
}

.pad-y-232 {
	padding-top: 232px !important;
	padding-bottom: 232px !important;
}

.pad-t-232 {
	padding-top: 232px !important;
}

.pad-b-232 {
	padding-bottom: 232px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-232 {
		padding-top: 232px !important;
		padding-bottom: 232px !important;
	}
	
	.pad-t-sm-232 {
		padding-top: 232px !important;
	}
	
	.pad-b-sm-232 {
		padding-bottom: 232px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-232 {
		padding-top: 232px !important;
		padding-bottom: 232px !important;
	}
	
	.pad-t-lg-232 {
		padding-top: 232px !important;
	}
	
	.pad-b-lg-232 {
		padding-bottom: 232px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-232 {
		padding-top: 232px !important;
		padding-bottom: 232px !important;
	}
	
	.pad-t-xxl-232 {
		padding-top: 232px !important;
	}
	
	.pad-b-xxl-232 {
		padding-bottom: 232px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-232 {
		padding-top: 232px !important;
		padding-bottom: 232px !important;
	}
	
	.pad-t-xxxxl-232 {
		padding-top: 232px !important;
	}
	
	.pad-b-xxxxl-232 {
		padding-bottom: 232px !important;
	}
}

.pad-y-233 {
	padding-top: 233px !important;
	padding-bottom: 233px !important;
}

.pad-t-233 {
	padding-top: 233px !important;
}

.pad-b-233 {
	padding-bottom: 233px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-233 {
		padding-top: 233px !important;
		padding-bottom: 233px !important;
	}
	
	.pad-t-sm-233 {
		padding-top: 233px !important;
	}
	
	.pad-b-sm-233 {
		padding-bottom: 233px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-233 {
		padding-top: 233px !important;
		padding-bottom: 233px !important;
	}
	
	.pad-t-lg-233 {
		padding-top: 233px !important;
	}
	
	.pad-b-lg-233 {
		padding-bottom: 233px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-233 {
		padding-top: 233px !important;
		padding-bottom: 233px !important;
	}
	
	.pad-t-xxl-233 {
		padding-top: 233px !important;
	}
	
	.pad-b-xxl-233 {
		padding-bottom: 233px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-233 {
		padding-top: 233px !important;
		padding-bottom: 233px !important;
	}
	
	.pad-t-xxxxl-233 {
		padding-top: 233px !important;
	}
	
	.pad-b-xxxxl-233 {
		padding-bottom: 233px !important;
	}
}

.pad-y-234 {
	padding-top: 234px !important;
	padding-bottom: 234px !important;
}

.pad-t-234 {
	padding-top: 234px !important;
}

.pad-b-234 {
	padding-bottom: 234px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-234 {
		padding-top: 234px !important;
		padding-bottom: 234px !important;
	}
	
	.pad-t-sm-234 {
		padding-top: 234px !important;
	}
	
	.pad-b-sm-234 {
		padding-bottom: 234px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-234 {
		padding-top: 234px !important;
		padding-bottom: 234px !important;
	}
	
	.pad-t-lg-234 {
		padding-top: 234px !important;
	}
	
	.pad-b-lg-234 {
		padding-bottom: 234px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-234 {
		padding-top: 234px !important;
		padding-bottom: 234px !important;
	}
	
	.pad-t-xxl-234 {
		padding-top: 234px !important;
	}
	
	.pad-b-xxl-234 {
		padding-bottom: 234px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-234 {
		padding-top: 234px !important;
		padding-bottom: 234px !important;
	}
	
	.pad-t-xxxxl-234 {
		padding-top: 234px !important;
	}
	
	.pad-b-xxxxl-234 {
		padding-bottom: 234px !important;
	}
}

.pad-y-235 {
	padding-top: 235px !important;
	padding-bottom: 235px !important;
}

.pad-t-235 {
	padding-top: 235px !important;
}

.pad-b-235 {
	padding-bottom: 235px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-235 {
		padding-top: 235px !important;
		padding-bottom: 235px !important;
	}
	
	.pad-t-sm-235 {
		padding-top: 235px !important;
	}
	
	.pad-b-sm-235 {
		padding-bottom: 235px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-235 {
		padding-top: 235px !important;
		padding-bottom: 235px !important;
	}
	
	.pad-t-lg-235 {
		padding-top: 235px !important;
	}
	
	.pad-b-lg-235 {
		padding-bottom: 235px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-235 {
		padding-top: 235px !important;
		padding-bottom: 235px !important;
	}
	
	.pad-t-xxl-235 {
		padding-top: 235px !important;
	}
	
	.pad-b-xxl-235 {
		padding-bottom: 235px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-235 {
		padding-top: 235px !important;
		padding-bottom: 235px !important;
	}
	
	.pad-t-xxxxl-235 {
		padding-top: 235px !important;
	}
	
	.pad-b-xxxxl-235 {
		padding-bottom: 235px !important;
	}
}

.pad-y-236 {
	padding-top: 236px !important;
	padding-bottom: 236px !important;
}

.pad-t-236 {
	padding-top: 236px !important;
}

.pad-b-236 {
	padding-bottom: 236px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-236 {
		padding-top: 236px !important;
		padding-bottom: 236px !important;
	}
	
	.pad-t-sm-236 {
		padding-top: 236px !important;
	}
	
	.pad-b-sm-236 {
		padding-bottom: 236px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-236 {
		padding-top: 236px !important;
		padding-bottom: 236px !important;
	}
	
	.pad-t-lg-236 {
		padding-top: 236px !important;
	}
	
	.pad-b-lg-236 {
		padding-bottom: 236px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-236 {
		padding-top: 236px !important;
		padding-bottom: 236px !important;
	}
	
	.pad-t-xxl-236 {
		padding-top: 236px !important;
	}
	
	.pad-b-xxl-236 {
		padding-bottom: 236px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-236 {
		padding-top: 236px !important;
		padding-bottom: 236px !important;
	}
	
	.pad-t-xxxxl-236 {
		padding-top: 236px !important;
	}
	
	.pad-b-xxxxl-236 {
		padding-bottom: 236px !important;
	}
}

.pad-y-237 {
	padding-top: 237px !important;
	padding-bottom: 237px !important;
}

.pad-t-237 {
	padding-top: 237px !important;
}

.pad-b-237 {
	padding-bottom: 237px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-237 {
		padding-top: 237px !important;
		padding-bottom: 237px !important;
	}
	
	.pad-t-sm-237 {
		padding-top: 237px !important;
	}
	
	.pad-b-sm-237 {
		padding-bottom: 237px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-237 {
		padding-top: 237px !important;
		padding-bottom: 237px !important;
	}
	
	.pad-t-lg-237 {
		padding-top: 237px !important;
	}
	
	.pad-b-lg-237 {
		padding-bottom: 237px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-237 {
		padding-top: 237px !important;
		padding-bottom: 237px !important;
	}
	
	.pad-t-xxl-237 {
		padding-top: 237px !important;
	}
	
	.pad-b-xxl-237 {
		padding-bottom: 237px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-237 {
		padding-top: 237px !important;
		padding-bottom: 237px !important;
	}
	
	.pad-t-xxxxl-237 {
		padding-top: 237px !important;
	}
	
	.pad-b-xxxxl-237 {
		padding-bottom: 237px !important;
	}
}

.pad-y-238 {
	padding-top: 238px !important;
	padding-bottom: 238px !important;
}

.pad-t-238 {
	padding-top: 238px !important;
}

.pad-b-238 {
	padding-bottom: 238px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-238 {
		padding-top: 238px !important;
		padding-bottom: 238px !important;
	}
	
	.pad-t-sm-238 {
		padding-top: 238px !important;
	}
	
	.pad-b-sm-238 {
		padding-bottom: 238px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-238 {
		padding-top: 238px !important;
		padding-bottom: 238px !important;
	}
	
	.pad-t-lg-238 {
		padding-top: 238px !important;
	}
	
	.pad-b-lg-238 {
		padding-bottom: 238px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-238 {
		padding-top: 238px !important;
		padding-bottom: 238px !important;
	}
	
	.pad-t-xxl-238 {
		padding-top: 238px !important;
	}
	
	.pad-b-xxl-238 {
		padding-bottom: 238px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-238 {
		padding-top: 238px !important;
		padding-bottom: 238px !important;
	}
	
	.pad-t-xxxxl-238 {
		padding-top: 238px !important;
	}
	
	.pad-b-xxxxl-238 {
		padding-bottom: 238px !important;
	}
}

.pad-y-239 {
	padding-top: 239px !important;
	padding-bottom: 239px !important;
}

.pad-t-239 {
	padding-top: 239px !important;
}

.pad-b-239 {
	padding-bottom: 239px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-239 {
		padding-top: 239px !important;
		padding-bottom: 239px !important;
	}
	
	.pad-t-sm-239 {
		padding-top: 239px !important;
	}
	
	.pad-b-sm-239 {
		padding-bottom: 239px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-239 {
		padding-top: 239px !important;
		padding-bottom: 239px !important;
	}
	
	.pad-t-lg-239 {
		padding-top: 239px !important;
	}
	
	.pad-b-lg-239 {
		padding-bottom: 239px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-239 {
		padding-top: 239px !important;
		padding-bottom: 239px !important;
	}
	
	.pad-t-xxl-239 {
		padding-top: 239px !important;
	}
	
	.pad-b-xxl-239 {
		padding-bottom: 239px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-239 {
		padding-top: 239px !important;
		padding-bottom: 239px !important;
	}
	
	.pad-t-xxxxl-239 {
		padding-top: 239px !important;
	}
	
	.pad-b-xxxxl-239 {
		padding-bottom: 239px !important;
	}
}

.pad-y-240 {
	padding-top: 240px !important;
	padding-bottom: 240px !important;
}

.pad-t-240 {
	padding-top: 240px !important;
}

.pad-b-240 {
	padding-bottom: 240px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-240 {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}
	
	.pad-t-sm-240 {
		padding-top: 240px !important;
	}
	
	.pad-b-sm-240 {
		padding-bottom: 240px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-240 {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}
	
	.pad-t-lg-240 {
		padding-top: 240px !important;
	}
	
	.pad-b-lg-240 {
		padding-bottom: 240px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-240 {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}
	
	.pad-t-xxl-240 {
		padding-top: 240px !important;
	}
	
	.pad-b-xxl-240 {
		padding-bottom: 240px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-240 {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}
	
	.pad-t-xxxxl-240 {
		padding-top: 240px !important;
	}
	
	.pad-b-xxxxl-240 {
		padding-bottom: 240px !important;
	}
}

.pad-y-241 {
	padding-top: 241px !important;
	padding-bottom: 241px !important;
}

.pad-t-241 {
	padding-top: 241px !important;
}

.pad-b-241 {
	padding-bottom: 241px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-241 {
		padding-top: 241px !important;
		padding-bottom: 241px !important;
	}
	
	.pad-t-sm-241 {
		padding-top: 241px !important;
	}
	
	.pad-b-sm-241 {
		padding-bottom: 241px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-241 {
		padding-top: 241px !important;
		padding-bottom: 241px !important;
	}
	
	.pad-t-lg-241 {
		padding-top: 241px !important;
	}
	
	.pad-b-lg-241 {
		padding-bottom: 241px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-241 {
		padding-top: 241px !important;
		padding-bottom: 241px !important;
	}
	
	.pad-t-xxl-241 {
		padding-top: 241px !important;
	}
	
	.pad-b-xxl-241 {
		padding-bottom: 241px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-241 {
		padding-top: 241px !important;
		padding-bottom: 241px !important;
	}
	
	.pad-t-xxxxl-241 {
		padding-top: 241px !important;
	}
	
	.pad-b-xxxxl-241 {
		padding-bottom: 241px !important;
	}
}

.pad-y-242 {
	padding-top: 242px !important;
	padding-bottom: 242px !important;
}

.pad-t-242 {
	padding-top: 242px !important;
}

.pad-b-242 {
	padding-bottom: 242px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-242 {
		padding-top: 242px !important;
		padding-bottom: 242px !important;
	}
	
	.pad-t-sm-242 {
		padding-top: 242px !important;
	}
	
	.pad-b-sm-242 {
		padding-bottom: 242px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-242 {
		padding-top: 242px !important;
		padding-bottom: 242px !important;
	}
	
	.pad-t-lg-242 {
		padding-top: 242px !important;
	}
	
	.pad-b-lg-242 {
		padding-bottom: 242px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-242 {
		padding-top: 242px !important;
		padding-bottom: 242px !important;
	}
	
	.pad-t-xxl-242 {
		padding-top: 242px !important;
	}
	
	.pad-b-xxl-242 {
		padding-bottom: 242px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-242 {
		padding-top: 242px !important;
		padding-bottom: 242px !important;
	}
	
	.pad-t-xxxxl-242 {
		padding-top: 242px !important;
	}
	
	.pad-b-xxxxl-242 {
		padding-bottom: 242px !important;
	}
}

.pad-y-243 {
	padding-top: 243px !important;
	padding-bottom: 243px !important;
}

.pad-t-243 {
	padding-top: 243px !important;
}

.pad-b-243 {
	padding-bottom: 243px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-243 {
		padding-top: 243px !important;
		padding-bottom: 243px !important;
	}
	
	.pad-t-sm-243 {
		padding-top: 243px !important;
	}
	
	.pad-b-sm-243 {
		padding-bottom: 243px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-243 {
		padding-top: 243px !important;
		padding-bottom: 243px !important;
	}
	
	.pad-t-lg-243 {
		padding-top: 243px !important;
	}
	
	.pad-b-lg-243 {
		padding-bottom: 243px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-243 {
		padding-top: 243px !important;
		padding-bottom: 243px !important;
	}
	
	.pad-t-xxl-243 {
		padding-top: 243px !important;
	}
	
	.pad-b-xxl-243 {
		padding-bottom: 243px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-243 {
		padding-top: 243px !important;
		padding-bottom: 243px !important;
	}
	
	.pad-t-xxxxl-243 {
		padding-top: 243px !important;
	}
	
	.pad-b-xxxxl-243 {
		padding-bottom: 243px !important;
	}
}

.pad-y-244 {
	padding-top: 244px !important;
	padding-bottom: 244px !important;
}

.pad-t-244 {
	padding-top: 244px !important;
}

.pad-b-244 {
	padding-bottom: 244px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-244 {
		padding-top: 244px !important;
		padding-bottom: 244px !important;
	}
	
	.pad-t-sm-244 {
		padding-top: 244px !important;
	}
	
	.pad-b-sm-244 {
		padding-bottom: 244px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-244 {
		padding-top: 244px !important;
		padding-bottom: 244px !important;
	}
	
	.pad-t-lg-244 {
		padding-top: 244px !important;
	}
	
	.pad-b-lg-244 {
		padding-bottom: 244px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-244 {
		padding-top: 244px !important;
		padding-bottom: 244px !important;
	}
	
	.pad-t-xxl-244 {
		padding-top: 244px !important;
	}
	
	.pad-b-xxl-244 {
		padding-bottom: 244px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-244 {
		padding-top: 244px !important;
		padding-bottom: 244px !important;
	}
	
	.pad-t-xxxxl-244 {
		padding-top: 244px !important;
	}
	
	.pad-b-xxxxl-244 {
		padding-bottom: 244px !important;
	}
}

.pad-y-245 {
	padding-top: 245px !important;
	padding-bottom: 245px !important;
}

.pad-t-245 {
	padding-top: 245px !important;
}

.pad-b-245 {
	padding-bottom: 245px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-245 {
		padding-top: 245px !important;
		padding-bottom: 245px !important;
	}
	
	.pad-t-sm-245 {
		padding-top: 245px !important;
	}
	
	.pad-b-sm-245 {
		padding-bottom: 245px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-245 {
		padding-top: 245px !important;
		padding-bottom: 245px !important;
	}
	
	.pad-t-lg-245 {
		padding-top: 245px !important;
	}
	
	.pad-b-lg-245 {
		padding-bottom: 245px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-245 {
		padding-top: 245px !important;
		padding-bottom: 245px !important;
	}
	
	.pad-t-xxl-245 {
		padding-top: 245px !important;
	}
	
	.pad-b-xxl-245 {
		padding-bottom: 245px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-245 {
		padding-top: 245px !important;
		padding-bottom: 245px !important;
	}
	
	.pad-t-xxxxl-245 {
		padding-top: 245px !important;
	}
	
	.pad-b-xxxxl-245 {
		padding-bottom: 245px !important;
	}
}

.pad-y-246 {
	padding-top: 246px !important;
	padding-bottom: 246px !important;
}

.pad-t-246 {
	padding-top: 246px !important;
}

.pad-b-246 {
	padding-bottom: 246px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-246 {
		padding-top: 246px !important;
		padding-bottom: 246px !important;
	}
	
	.pad-t-sm-246 {
		padding-top: 246px !important;
	}
	
	.pad-b-sm-246 {
		padding-bottom: 246px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-246 {
		padding-top: 246px !important;
		padding-bottom: 246px !important;
	}
	
	.pad-t-lg-246 {
		padding-top: 246px !important;
	}
	
	.pad-b-lg-246 {
		padding-bottom: 246px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-246 {
		padding-top: 246px !important;
		padding-bottom: 246px !important;
	}
	
	.pad-t-xxl-246 {
		padding-top: 246px !important;
	}
	
	.pad-b-xxl-246 {
		padding-bottom: 246px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-246 {
		padding-top: 246px !important;
		padding-bottom: 246px !important;
	}
	
	.pad-t-xxxxl-246 {
		padding-top: 246px !important;
	}
	
	.pad-b-xxxxl-246 {
		padding-bottom: 246px !important;
	}
}

.pad-y-247 {
	padding-top: 247px !important;
	padding-bottom: 247px !important;
}

.pad-t-247 {
	padding-top: 247px !important;
}

.pad-b-247 {
	padding-bottom: 247px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-247 {
		padding-top: 247px !important;
		padding-bottom: 247px !important;
	}
	
	.pad-t-sm-247 {
		padding-top: 247px !important;
	}
	
	.pad-b-sm-247 {
		padding-bottom: 247px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-247 {
		padding-top: 247px !important;
		padding-bottom: 247px !important;
	}
	
	.pad-t-lg-247 {
		padding-top: 247px !important;
	}
	
	.pad-b-lg-247 {
		padding-bottom: 247px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-247 {
		padding-top: 247px !important;
		padding-bottom: 247px !important;
	}
	
	.pad-t-xxl-247 {
		padding-top: 247px !important;
	}
	
	.pad-b-xxl-247 {
		padding-bottom: 247px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-247 {
		padding-top: 247px !important;
		padding-bottom: 247px !important;
	}
	
	.pad-t-xxxxl-247 {
		padding-top: 247px !important;
	}
	
	.pad-b-xxxxl-247 {
		padding-bottom: 247px !important;
	}
}

.pad-y-248 {
	padding-top: 248px !important;
	padding-bottom: 248px !important;
}

.pad-t-248 {
	padding-top: 248px !important;
}

.pad-b-248 {
	padding-bottom: 248px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-248 {
		padding-top: 248px !important;
		padding-bottom: 248px !important;
	}
	
	.pad-t-sm-248 {
		padding-top: 248px !important;
	}
	
	.pad-b-sm-248 {
		padding-bottom: 248px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-248 {
		padding-top: 248px !important;
		padding-bottom: 248px !important;
	}
	
	.pad-t-lg-248 {
		padding-top: 248px !important;
	}
	
	.pad-b-lg-248 {
		padding-bottom: 248px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-248 {
		padding-top: 248px !important;
		padding-bottom: 248px !important;
	}
	
	.pad-t-xxl-248 {
		padding-top: 248px !important;
	}
	
	.pad-b-xxl-248 {
		padding-bottom: 248px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-248 {
		padding-top: 248px !important;
		padding-bottom: 248px !important;
	}
	
	.pad-t-xxxxl-248 {
		padding-top: 248px !important;
	}
	
	.pad-b-xxxxl-248 {
		padding-bottom: 248px !important;
	}
}

.pad-y-249 {
	padding-top: 249px !important;
	padding-bottom: 249px !important;
}

.pad-t-249 {
	padding-top: 249px !important;
}

.pad-b-249 {
	padding-bottom: 249px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-249 {
		padding-top: 249px !important;
		padding-bottom: 249px !important;
	}
	
	.pad-t-sm-249 {
		padding-top: 249px !important;
	}
	
	.pad-b-sm-249 {
		padding-bottom: 249px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-249 {
		padding-top: 249px !important;
		padding-bottom: 249px !important;
	}
	
	.pad-t-lg-249 {
		padding-top: 249px !important;
	}
	
	.pad-b-lg-249 {
		padding-bottom: 249px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-249 {
		padding-top: 249px !important;
		padding-bottom: 249px !important;
	}
	
	.pad-t-xxl-249 {
		padding-top: 249px !important;
	}
	
	.pad-b-xxl-249 {
		padding-bottom: 249px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-249 {
		padding-top: 249px !important;
		padding-bottom: 249px !important;
	}
	
	.pad-t-xxxxl-249 {
		padding-top: 249px !important;
	}
	
	.pad-b-xxxxl-249 {
		padding-bottom: 249px !important;
	}
}

.pad-y-250 {
	padding-top: 250px !important;
	padding-bottom: 250px !important;
}

.pad-t-250 {
	padding-top: 250px !important;
}

.pad-b-250 {
	padding-bottom: 250px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	
	.pad-t-sm-250 {
		padding-top: 250px !important;
	}
	
	.pad-b-sm-250 {
		padding-bottom: 250px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	
	.pad-t-lg-250 {
		padding-top: 250px !important;
	}
	
	.pad-b-lg-250 {
		padding-bottom: 250px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	
	.pad-t-xxl-250 {
		padding-top: 250px !important;
	}
	
	.pad-b-xxl-250 {
		padding-bottom: 250px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	
	.pad-t-xxxxl-250 {
		padding-top: 250px !important;
	}
	
	.pad-b-xxxxl-250 {
		padding-bottom: 250px !important;
	}
}

.pad-y-251 {
	padding-top: 251px !important;
	padding-bottom: 251px !important;
}

.pad-t-251 {
	padding-top: 251px !important;
}

.pad-b-251 {
	padding-bottom: 251px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-251 {
		padding-top: 251px !important;
		padding-bottom: 251px !important;
	}
	
	.pad-t-sm-251 {
		padding-top: 251px !important;
	}
	
	.pad-b-sm-251 {
		padding-bottom: 251px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-251 {
		padding-top: 251px !important;
		padding-bottom: 251px !important;
	}
	
	.pad-t-lg-251 {
		padding-top: 251px !important;
	}
	
	.pad-b-lg-251 {
		padding-bottom: 251px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-251 {
		padding-top: 251px !important;
		padding-bottom: 251px !important;
	}
	
	.pad-t-xxl-251 {
		padding-top: 251px !important;
	}
	
	.pad-b-xxl-251 {
		padding-bottom: 251px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-251 {
		padding-top: 251px !important;
		padding-bottom: 251px !important;
	}
	
	.pad-t-xxxxl-251 {
		padding-top: 251px !important;
	}
	
	.pad-b-xxxxl-251 {
		padding-bottom: 251px !important;
	}
}

.pad-y-252 {
	padding-top: 252px !important;
	padding-bottom: 252px !important;
}

.pad-t-252 {
	padding-top: 252px !important;
}

.pad-b-252 {
	padding-bottom: 252px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-252 {
		padding-top: 252px !important;
		padding-bottom: 252px !important;
	}
	
	.pad-t-sm-252 {
		padding-top: 252px !important;
	}
	
	.pad-b-sm-252 {
		padding-bottom: 252px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-252 {
		padding-top: 252px !important;
		padding-bottom: 252px !important;
	}
	
	.pad-t-lg-252 {
		padding-top: 252px !important;
	}
	
	.pad-b-lg-252 {
		padding-bottom: 252px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-252 {
		padding-top: 252px !important;
		padding-bottom: 252px !important;
	}
	
	.pad-t-xxl-252 {
		padding-top: 252px !important;
	}
	
	.pad-b-xxl-252 {
		padding-bottom: 252px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-252 {
		padding-top: 252px !important;
		padding-bottom: 252px !important;
	}
	
	.pad-t-xxxxl-252 {
		padding-top: 252px !important;
	}
	
	.pad-b-xxxxl-252 {
		padding-bottom: 252px !important;
	}
}

.pad-y-253 {
	padding-top: 253px !important;
	padding-bottom: 253px !important;
}

.pad-t-253 {
	padding-top: 253px !important;
}

.pad-b-253 {
	padding-bottom: 253px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-253 {
		padding-top: 253px !important;
		padding-bottom: 253px !important;
	}
	
	.pad-t-sm-253 {
		padding-top: 253px !important;
	}
	
	.pad-b-sm-253 {
		padding-bottom: 253px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-253 {
		padding-top: 253px !important;
		padding-bottom: 253px !important;
	}
	
	.pad-t-lg-253 {
		padding-top: 253px !important;
	}
	
	.pad-b-lg-253 {
		padding-bottom: 253px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-253 {
		padding-top: 253px !important;
		padding-bottom: 253px !important;
	}
	
	.pad-t-xxl-253 {
		padding-top: 253px !important;
	}
	
	.pad-b-xxl-253 {
		padding-bottom: 253px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-253 {
		padding-top: 253px !important;
		padding-bottom: 253px !important;
	}
	
	.pad-t-xxxxl-253 {
		padding-top: 253px !important;
	}
	
	.pad-b-xxxxl-253 {
		padding-bottom: 253px !important;
	}
}

.pad-y-254 {
	padding-top: 254px !important;
	padding-bottom: 254px !important;
}

.pad-t-254 {
	padding-top: 254px !important;
}

.pad-b-254 {
	padding-bottom: 254px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-254 {
		padding-top: 254px !important;
		padding-bottom: 254px !important;
	}
	
	.pad-t-sm-254 {
		padding-top: 254px !important;
	}
	
	.pad-b-sm-254 {
		padding-bottom: 254px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-254 {
		padding-top: 254px !important;
		padding-bottom: 254px !important;
	}
	
	.pad-t-lg-254 {
		padding-top: 254px !important;
	}
	
	.pad-b-lg-254 {
		padding-bottom: 254px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-254 {
		padding-top: 254px !important;
		padding-bottom: 254px !important;
	}
	
	.pad-t-xxl-254 {
		padding-top: 254px !important;
	}
	
	.pad-b-xxl-254 {
		padding-bottom: 254px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-254 {
		padding-top: 254px !important;
		padding-bottom: 254px !important;
	}
	
	.pad-t-xxxxl-254 {
		padding-top: 254px !important;
	}
	
	.pad-b-xxxxl-254 {
		padding-bottom: 254px !important;
	}
}

.pad-y-255 {
	padding-top: 255px !important;
	padding-bottom: 255px !important;
}

.pad-t-255 {
	padding-top: 255px !important;
}

.pad-b-255 {
	padding-bottom: 255px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-255 {
		padding-top: 255px !important;
		padding-bottom: 255px !important;
	}
	
	.pad-t-sm-255 {
		padding-top: 255px !important;
	}
	
	.pad-b-sm-255 {
		padding-bottom: 255px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-255 {
		padding-top: 255px !important;
		padding-bottom: 255px !important;
	}
	
	.pad-t-lg-255 {
		padding-top: 255px !important;
	}
	
	.pad-b-lg-255 {
		padding-bottom: 255px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-255 {
		padding-top: 255px !important;
		padding-bottom: 255px !important;
	}
	
	.pad-t-xxl-255 {
		padding-top: 255px !important;
	}
	
	.pad-b-xxl-255 {
		padding-bottom: 255px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-255 {
		padding-top: 255px !important;
		padding-bottom: 255px !important;
	}
	
	.pad-t-xxxxl-255 {
		padding-top: 255px !important;
	}
	
	.pad-b-xxxxl-255 {
		padding-bottom: 255px !important;
	}
}

.pad-y-256 {
	padding-top: 256px !important;
	padding-bottom: 256px !important;
}

.pad-t-256 {
	padding-top: 256px !important;
}

.pad-b-256 {
	padding-bottom: 256px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-256 {
		padding-top: 256px !important;
		padding-bottom: 256px !important;
	}
	
	.pad-t-sm-256 {
		padding-top: 256px !important;
	}
	
	.pad-b-sm-256 {
		padding-bottom: 256px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-256 {
		padding-top: 256px !important;
		padding-bottom: 256px !important;
	}
	
	.pad-t-lg-256 {
		padding-top: 256px !important;
	}
	
	.pad-b-lg-256 {
		padding-bottom: 256px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-256 {
		padding-top: 256px !important;
		padding-bottom: 256px !important;
	}
	
	.pad-t-xxl-256 {
		padding-top: 256px !important;
	}
	
	.pad-b-xxl-256 {
		padding-bottom: 256px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-256 {
		padding-top: 256px !important;
		padding-bottom: 256px !important;
	}
	
	.pad-t-xxxxl-256 {
		padding-top: 256px !important;
	}
	
	.pad-b-xxxxl-256 {
		padding-bottom: 256px !important;
	}
}

.pad-y-257 {
	padding-top: 257px !important;
	padding-bottom: 257px !important;
}

.pad-t-257 {
	padding-top: 257px !important;
}

.pad-b-257 {
	padding-bottom: 257px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-257 {
		padding-top: 257px !important;
		padding-bottom: 257px !important;
	}
	
	.pad-t-sm-257 {
		padding-top: 257px !important;
	}
	
	.pad-b-sm-257 {
		padding-bottom: 257px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-257 {
		padding-top: 257px !important;
		padding-bottom: 257px !important;
	}
	
	.pad-t-lg-257 {
		padding-top: 257px !important;
	}
	
	.pad-b-lg-257 {
		padding-bottom: 257px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-257 {
		padding-top: 257px !important;
		padding-bottom: 257px !important;
	}
	
	.pad-t-xxl-257 {
		padding-top: 257px !important;
	}
	
	.pad-b-xxl-257 {
		padding-bottom: 257px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-257 {
		padding-top: 257px !important;
		padding-bottom: 257px !important;
	}
	
	.pad-t-xxxxl-257 {
		padding-top: 257px !important;
	}
	
	.pad-b-xxxxl-257 {
		padding-bottom: 257px !important;
	}
}

.pad-y-258 {
	padding-top: 258px !important;
	padding-bottom: 258px !important;
}

.pad-t-258 {
	padding-top: 258px !important;
}

.pad-b-258 {
	padding-bottom: 258px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-258 {
		padding-top: 258px !important;
		padding-bottom: 258px !important;
	}
	
	.pad-t-sm-258 {
		padding-top: 258px !important;
	}
	
	.pad-b-sm-258 {
		padding-bottom: 258px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-258 {
		padding-top: 258px !important;
		padding-bottom: 258px !important;
	}
	
	.pad-t-lg-258 {
		padding-top: 258px !important;
	}
	
	.pad-b-lg-258 {
		padding-bottom: 258px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-258 {
		padding-top: 258px !important;
		padding-bottom: 258px !important;
	}
	
	.pad-t-xxl-258 {
		padding-top: 258px !important;
	}
	
	.pad-b-xxl-258 {
		padding-bottom: 258px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-258 {
		padding-top: 258px !important;
		padding-bottom: 258px !important;
	}
	
	.pad-t-xxxxl-258 {
		padding-top: 258px !important;
	}
	
	.pad-b-xxxxl-258 {
		padding-bottom: 258px !important;
	}
}

.pad-y-259 {
	padding-top: 259px !important;
	padding-bottom: 259px !important;
}

.pad-t-259 {
	padding-top: 259px !important;
}

.pad-b-259 {
	padding-bottom: 259px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-259 {
		padding-top: 259px !important;
		padding-bottom: 259px !important;
	}
	
	.pad-t-sm-259 {
		padding-top: 259px !important;
	}
	
	.pad-b-sm-259 {
		padding-bottom: 259px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-259 {
		padding-top: 259px !important;
		padding-bottom: 259px !important;
	}
	
	.pad-t-lg-259 {
		padding-top: 259px !important;
	}
	
	.pad-b-lg-259 {
		padding-bottom: 259px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-259 {
		padding-top: 259px !important;
		padding-bottom: 259px !important;
	}
	
	.pad-t-xxl-259 {
		padding-top: 259px !important;
	}
	
	.pad-b-xxl-259 {
		padding-bottom: 259px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-259 {
		padding-top: 259px !important;
		padding-bottom: 259px !important;
	}
	
	.pad-t-xxxxl-259 {
		padding-top: 259px !important;
	}
	
	.pad-b-xxxxl-259 {
		padding-bottom: 259px !important;
	}
}

.pad-y-260 {
	padding-top: 260px !important;
	padding-bottom: 260px !important;
}

.pad-t-260 {
	padding-top: 260px !important;
}

.pad-b-260 {
	padding-bottom: 260px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-260 {
		padding-top: 260px !important;
		padding-bottom: 260px !important;
	}
	
	.pad-t-sm-260 {
		padding-top: 260px !important;
	}
	
	.pad-b-sm-260 {
		padding-bottom: 260px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-260 {
		padding-top: 260px !important;
		padding-bottom: 260px !important;
	}
	
	.pad-t-lg-260 {
		padding-top: 260px !important;
	}
	
	.pad-b-lg-260 {
		padding-bottom: 260px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-260 {
		padding-top: 260px !important;
		padding-bottom: 260px !important;
	}
	
	.pad-t-xxl-260 {
		padding-top: 260px !important;
	}
	
	.pad-b-xxl-260 {
		padding-bottom: 260px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-260 {
		padding-top: 260px !important;
		padding-bottom: 260px !important;
	}
	
	.pad-t-xxxxl-260 {
		padding-top: 260px !important;
	}
	
	.pad-b-xxxxl-260 {
		padding-bottom: 260px !important;
	}
}

.pad-y-261 {
	padding-top: 261px !important;
	padding-bottom: 261px !important;
}

.pad-t-261 {
	padding-top: 261px !important;
}

.pad-b-261 {
	padding-bottom: 261px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-261 {
		padding-top: 261px !important;
		padding-bottom: 261px !important;
	}
	
	.pad-t-sm-261 {
		padding-top: 261px !important;
	}
	
	.pad-b-sm-261 {
		padding-bottom: 261px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-261 {
		padding-top: 261px !important;
		padding-bottom: 261px !important;
	}
	
	.pad-t-lg-261 {
		padding-top: 261px !important;
	}
	
	.pad-b-lg-261 {
		padding-bottom: 261px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-261 {
		padding-top: 261px !important;
		padding-bottom: 261px !important;
	}
	
	.pad-t-xxl-261 {
		padding-top: 261px !important;
	}
	
	.pad-b-xxl-261 {
		padding-bottom: 261px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-261 {
		padding-top: 261px !important;
		padding-bottom: 261px !important;
	}
	
	.pad-t-xxxxl-261 {
		padding-top: 261px !important;
	}
	
	.pad-b-xxxxl-261 {
		padding-bottom: 261px !important;
	}
}

.pad-y-262 {
	padding-top: 262px !important;
	padding-bottom: 262px !important;
}

.pad-t-262 {
	padding-top: 262px !important;
}

.pad-b-262 {
	padding-bottom: 262px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-262 {
		padding-top: 262px !important;
		padding-bottom: 262px !important;
	}
	
	.pad-t-sm-262 {
		padding-top: 262px !important;
	}
	
	.pad-b-sm-262 {
		padding-bottom: 262px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-262 {
		padding-top: 262px !important;
		padding-bottom: 262px !important;
	}
	
	.pad-t-lg-262 {
		padding-top: 262px !important;
	}
	
	.pad-b-lg-262 {
		padding-bottom: 262px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-262 {
		padding-top: 262px !important;
		padding-bottom: 262px !important;
	}
	
	.pad-t-xxl-262 {
		padding-top: 262px !important;
	}
	
	.pad-b-xxl-262 {
		padding-bottom: 262px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-262 {
		padding-top: 262px !important;
		padding-bottom: 262px !important;
	}
	
	.pad-t-xxxxl-262 {
		padding-top: 262px !important;
	}
	
	.pad-b-xxxxl-262 {
		padding-bottom: 262px !important;
	}
}

.pad-y-263 {
	padding-top: 263px !important;
	padding-bottom: 263px !important;
}

.pad-t-263 {
	padding-top: 263px !important;
}

.pad-b-263 {
	padding-bottom: 263px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-263 {
		padding-top: 263px !important;
		padding-bottom: 263px !important;
	}
	
	.pad-t-sm-263 {
		padding-top: 263px !important;
	}
	
	.pad-b-sm-263 {
		padding-bottom: 263px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-263 {
		padding-top: 263px !important;
		padding-bottom: 263px !important;
	}
	
	.pad-t-lg-263 {
		padding-top: 263px !important;
	}
	
	.pad-b-lg-263 {
		padding-bottom: 263px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-263 {
		padding-top: 263px !important;
		padding-bottom: 263px !important;
	}
	
	.pad-t-xxl-263 {
		padding-top: 263px !important;
	}
	
	.pad-b-xxl-263 {
		padding-bottom: 263px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-263 {
		padding-top: 263px !important;
		padding-bottom: 263px !important;
	}
	
	.pad-t-xxxxl-263 {
		padding-top: 263px !important;
	}
	
	.pad-b-xxxxl-263 {
		padding-bottom: 263px !important;
	}
}

.pad-y-264 {
	padding-top: 264px !important;
	padding-bottom: 264px !important;
}

.pad-t-264 {
	padding-top: 264px !important;
}

.pad-b-264 {
	padding-bottom: 264px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-264 {
		padding-top: 264px !important;
		padding-bottom: 264px !important;
	}
	
	.pad-t-sm-264 {
		padding-top: 264px !important;
	}
	
	.pad-b-sm-264 {
		padding-bottom: 264px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-264 {
		padding-top: 264px !important;
		padding-bottom: 264px !important;
	}
	
	.pad-t-lg-264 {
		padding-top: 264px !important;
	}
	
	.pad-b-lg-264 {
		padding-bottom: 264px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-264 {
		padding-top: 264px !important;
		padding-bottom: 264px !important;
	}
	
	.pad-t-xxl-264 {
		padding-top: 264px !important;
	}
	
	.pad-b-xxl-264 {
		padding-bottom: 264px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-264 {
		padding-top: 264px !important;
		padding-bottom: 264px !important;
	}
	
	.pad-t-xxxxl-264 {
		padding-top: 264px !important;
	}
	
	.pad-b-xxxxl-264 {
		padding-bottom: 264px !important;
	}
}

.pad-y-265 {
	padding-top: 265px !important;
	padding-bottom: 265px !important;
}

.pad-t-265 {
	padding-top: 265px !important;
}

.pad-b-265 {
	padding-bottom: 265px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-265 {
		padding-top: 265px !important;
		padding-bottom: 265px !important;
	}
	
	.pad-t-sm-265 {
		padding-top: 265px !important;
	}
	
	.pad-b-sm-265 {
		padding-bottom: 265px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-265 {
		padding-top: 265px !important;
		padding-bottom: 265px !important;
	}
	
	.pad-t-lg-265 {
		padding-top: 265px !important;
	}
	
	.pad-b-lg-265 {
		padding-bottom: 265px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-265 {
		padding-top: 265px !important;
		padding-bottom: 265px !important;
	}
	
	.pad-t-xxl-265 {
		padding-top: 265px !important;
	}
	
	.pad-b-xxl-265 {
		padding-bottom: 265px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-265 {
		padding-top: 265px !important;
		padding-bottom: 265px !important;
	}
	
	.pad-t-xxxxl-265 {
		padding-top: 265px !important;
	}
	
	.pad-b-xxxxl-265 {
		padding-bottom: 265px !important;
	}
}

.pad-y-266 {
	padding-top: 266px !important;
	padding-bottom: 266px !important;
}

.pad-t-266 {
	padding-top: 266px !important;
}

.pad-b-266 {
	padding-bottom: 266px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-266 {
		padding-top: 266px !important;
		padding-bottom: 266px !important;
	}
	
	.pad-t-sm-266 {
		padding-top: 266px !important;
	}
	
	.pad-b-sm-266 {
		padding-bottom: 266px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-266 {
		padding-top: 266px !important;
		padding-bottom: 266px !important;
	}
	
	.pad-t-lg-266 {
		padding-top: 266px !important;
	}
	
	.pad-b-lg-266 {
		padding-bottom: 266px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-266 {
		padding-top: 266px !important;
		padding-bottom: 266px !important;
	}
	
	.pad-t-xxl-266 {
		padding-top: 266px !important;
	}
	
	.pad-b-xxl-266 {
		padding-bottom: 266px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-266 {
		padding-top: 266px !important;
		padding-bottom: 266px !important;
	}
	
	.pad-t-xxxxl-266 {
		padding-top: 266px !important;
	}
	
	.pad-b-xxxxl-266 {
		padding-bottom: 266px !important;
	}
}

.pad-y-267 {
	padding-top: 267px !important;
	padding-bottom: 267px !important;
}

.pad-t-267 {
	padding-top: 267px !important;
}

.pad-b-267 {
	padding-bottom: 267px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-267 {
		padding-top: 267px !important;
		padding-bottom: 267px !important;
	}
	
	.pad-t-sm-267 {
		padding-top: 267px !important;
	}
	
	.pad-b-sm-267 {
		padding-bottom: 267px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-267 {
		padding-top: 267px !important;
		padding-bottom: 267px !important;
	}
	
	.pad-t-lg-267 {
		padding-top: 267px !important;
	}
	
	.pad-b-lg-267 {
		padding-bottom: 267px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-267 {
		padding-top: 267px !important;
		padding-bottom: 267px !important;
	}
	
	.pad-t-xxl-267 {
		padding-top: 267px !important;
	}
	
	.pad-b-xxl-267 {
		padding-bottom: 267px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-267 {
		padding-top: 267px !important;
		padding-bottom: 267px !important;
	}
	
	.pad-t-xxxxl-267 {
		padding-top: 267px !important;
	}
	
	.pad-b-xxxxl-267 {
		padding-bottom: 267px !important;
	}
}

.pad-y-268 {
	padding-top: 268px !important;
	padding-bottom: 268px !important;
}

.pad-t-268 {
	padding-top: 268px !important;
}

.pad-b-268 {
	padding-bottom: 268px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-268 {
		padding-top: 268px !important;
		padding-bottom: 268px !important;
	}
	
	.pad-t-sm-268 {
		padding-top: 268px !important;
	}
	
	.pad-b-sm-268 {
		padding-bottom: 268px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-268 {
		padding-top: 268px !important;
		padding-bottom: 268px !important;
	}
	
	.pad-t-lg-268 {
		padding-top: 268px !important;
	}
	
	.pad-b-lg-268 {
		padding-bottom: 268px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-268 {
		padding-top: 268px !important;
		padding-bottom: 268px !important;
	}
	
	.pad-t-xxl-268 {
		padding-top: 268px !important;
	}
	
	.pad-b-xxl-268 {
		padding-bottom: 268px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-268 {
		padding-top: 268px !important;
		padding-bottom: 268px !important;
	}
	
	.pad-t-xxxxl-268 {
		padding-top: 268px !important;
	}
	
	.pad-b-xxxxl-268 {
		padding-bottom: 268px !important;
	}
}

.pad-y-269 {
	padding-top: 269px !important;
	padding-bottom: 269px !important;
}

.pad-t-269 {
	padding-top: 269px !important;
}

.pad-b-269 {
	padding-bottom: 269px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-269 {
		padding-top: 269px !important;
		padding-bottom: 269px !important;
	}
	
	.pad-t-sm-269 {
		padding-top: 269px !important;
	}
	
	.pad-b-sm-269 {
		padding-bottom: 269px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-269 {
		padding-top: 269px !important;
		padding-bottom: 269px !important;
	}
	
	.pad-t-lg-269 {
		padding-top: 269px !important;
	}
	
	.pad-b-lg-269 {
		padding-bottom: 269px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-269 {
		padding-top: 269px !important;
		padding-bottom: 269px !important;
	}
	
	.pad-t-xxl-269 {
		padding-top: 269px !important;
	}
	
	.pad-b-xxl-269 {
		padding-bottom: 269px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-269 {
		padding-top: 269px !important;
		padding-bottom: 269px !important;
	}
	
	.pad-t-xxxxl-269 {
		padding-top: 269px !important;
	}
	
	.pad-b-xxxxl-269 {
		padding-bottom: 269px !important;
	}
}

.pad-y-270 {
	padding-top: 270px !important;
	padding-bottom: 270px !important;
}

.pad-t-270 {
	padding-top: 270px !important;
}

.pad-b-270 {
	padding-bottom: 270px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-270 {
		padding-top: 270px !important;
		padding-bottom: 270px !important;
	}
	
	.pad-t-sm-270 {
		padding-top: 270px !important;
	}
	
	.pad-b-sm-270 {
		padding-bottom: 270px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-270 {
		padding-top: 270px !important;
		padding-bottom: 270px !important;
	}
	
	.pad-t-lg-270 {
		padding-top: 270px !important;
	}
	
	.pad-b-lg-270 {
		padding-bottom: 270px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-270 {
		padding-top: 270px !important;
		padding-bottom: 270px !important;
	}
	
	.pad-t-xxl-270 {
		padding-top: 270px !important;
	}
	
	.pad-b-xxl-270 {
		padding-bottom: 270px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-270 {
		padding-top: 270px !important;
		padding-bottom: 270px !important;
	}
	
	.pad-t-xxxxl-270 {
		padding-top: 270px !important;
	}
	
	.pad-b-xxxxl-270 {
		padding-bottom: 270px !important;
	}
}

.pad-y-271 {
	padding-top: 271px !important;
	padding-bottom: 271px !important;
}

.pad-t-271 {
	padding-top: 271px !important;
}

.pad-b-271 {
	padding-bottom: 271px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-271 {
		padding-top: 271px !important;
		padding-bottom: 271px !important;
	}
	
	.pad-t-sm-271 {
		padding-top: 271px !important;
	}
	
	.pad-b-sm-271 {
		padding-bottom: 271px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-271 {
		padding-top: 271px !important;
		padding-bottom: 271px !important;
	}
	
	.pad-t-lg-271 {
		padding-top: 271px !important;
	}
	
	.pad-b-lg-271 {
		padding-bottom: 271px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-271 {
		padding-top: 271px !important;
		padding-bottom: 271px !important;
	}
	
	.pad-t-xxl-271 {
		padding-top: 271px !important;
	}
	
	.pad-b-xxl-271 {
		padding-bottom: 271px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-271 {
		padding-top: 271px !important;
		padding-bottom: 271px !important;
	}
	
	.pad-t-xxxxl-271 {
		padding-top: 271px !important;
	}
	
	.pad-b-xxxxl-271 {
		padding-bottom: 271px !important;
	}
}

.pad-y-272 {
	padding-top: 272px !important;
	padding-bottom: 272px !important;
}

.pad-t-272 {
	padding-top: 272px !important;
}

.pad-b-272 {
	padding-bottom: 272px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-272 {
		padding-top: 272px !important;
		padding-bottom: 272px !important;
	}
	
	.pad-t-sm-272 {
		padding-top: 272px !important;
	}
	
	.pad-b-sm-272 {
		padding-bottom: 272px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-272 {
		padding-top: 272px !important;
		padding-bottom: 272px !important;
	}
	
	.pad-t-lg-272 {
		padding-top: 272px !important;
	}
	
	.pad-b-lg-272 {
		padding-bottom: 272px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-272 {
		padding-top: 272px !important;
		padding-bottom: 272px !important;
	}
	
	.pad-t-xxl-272 {
		padding-top: 272px !important;
	}
	
	.pad-b-xxl-272 {
		padding-bottom: 272px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-272 {
		padding-top: 272px !important;
		padding-bottom: 272px !important;
	}
	
	.pad-t-xxxxl-272 {
		padding-top: 272px !important;
	}
	
	.pad-b-xxxxl-272 {
		padding-bottom: 272px !important;
	}
}

.pad-y-273 {
	padding-top: 273px !important;
	padding-bottom: 273px !important;
}

.pad-t-273 {
	padding-top: 273px !important;
}

.pad-b-273 {
	padding-bottom: 273px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-273 {
		padding-top: 273px !important;
		padding-bottom: 273px !important;
	}
	
	.pad-t-sm-273 {
		padding-top: 273px !important;
	}
	
	.pad-b-sm-273 {
		padding-bottom: 273px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-273 {
		padding-top: 273px !important;
		padding-bottom: 273px !important;
	}
	
	.pad-t-lg-273 {
		padding-top: 273px !important;
	}
	
	.pad-b-lg-273 {
		padding-bottom: 273px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-273 {
		padding-top: 273px !important;
		padding-bottom: 273px !important;
	}
	
	.pad-t-xxl-273 {
		padding-top: 273px !important;
	}
	
	.pad-b-xxl-273 {
		padding-bottom: 273px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-273 {
		padding-top: 273px !important;
		padding-bottom: 273px !important;
	}
	
	.pad-t-xxxxl-273 {
		padding-top: 273px !important;
	}
	
	.pad-b-xxxxl-273 {
		padding-bottom: 273px !important;
	}
}

.pad-y-274 {
	padding-top: 274px !important;
	padding-bottom: 274px !important;
}

.pad-t-274 {
	padding-top: 274px !important;
}

.pad-b-274 {
	padding-bottom: 274px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-274 {
		padding-top: 274px !important;
		padding-bottom: 274px !important;
	}
	
	.pad-t-sm-274 {
		padding-top: 274px !important;
	}
	
	.pad-b-sm-274 {
		padding-bottom: 274px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-274 {
		padding-top: 274px !important;
		padding-bottom: 274px !important;
	}
	
	.pad-t-lg-274 {
		padding-top: 274px !important;
	}
	
	.pad-b-lg-274 {
		padding-bottom: 274px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-274 {
		padding-top: 274px !important;
		padding-bottom: 274px !important;
	}
	
	.pad-t-xxl-274 {
		padding-top: 274px !important;
	}
	
	.pad-b-xxl-274 {
		padding-bottom: 274px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-274 {
		padding-top: 274px !important;
		padding-bottom: 274px !important;
	}
	
	.pad-t-xxxxl-274 {
		padding-top: 274px !important;
	}
	
	.pad-b-xxxxl-274 {
		padding-bottom: 274px !important;
	}
}

.pad-y-275 {
	padding-top: 275px !important;
	padding-bottom: 275px !important;
}

.pad-t-275 {
	padding-top: 275px !important;
}

.pad-b-275 {
	padding-bottom: 275px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-275 {
		padding-top: 275px !important;
		padding-bottom: 275px !important;
	}
	
	.pad-t-sm-275 {
		padding-top: 275px !important;
	}
	
	.pad-b-sm-275 {
		padding-bottom: 275px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-275 {
		padding-top: 275px !important;
		padding-bottom: 275px !important;
	}
	
	.pad-t-lg-275 {
		padding-top: 275px !important;
	}
	
	.pad-b-lg-275 {
		padding-bottom: 275px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-275 {
		padding-top: 275px !important;
		padding-bottom: 275px !important;
	}
	
	.pad-t-xxl-275 {
		padding-top: 275px !important;
	}
	
	.pad-b-xxl-275 {
		padding-bottom: 275px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-275 {
		padding-top: 275px !important;
		padding-bottom: 275px !important;
	}
	
	.pad-t-xxxxl-275 {
		padding-top: 275px !important;
	}
	
	.pad-b-xxxxl-275 {
		padding-bottom: 275px !important;
	}
}

.pad-y-276 {
	padding-top: 276px !important;
	padding-bottom: 276px !important;
}

.pad-t-276 {
	padding-top: 276px !important;
}

.pad-b-276 {
	padding-bottom: 276px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-276 {
		padding-top: 276px !important;
		padding-bottom: 276px !important;
	}
	
	.pad-t-sm-276 {
		padding-top: 276px !important;
	}
	
	.pad-b-sm-276 {
		padding-bottom: 276px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-276 {
		padding-top: 276px !important;
		padding-bottom: 276px !important;
	}
	
	.pad-t-lg-276 {
		padding-top: 276px !important;
	}
	
	.pad-b-lg-276 {
		padding-bottom: 276px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-276 {
		padding-top: 276px !important;
		padding-bottom: 276px !important;
	}
	
	.pad-t-xxl-276 {
		padding-top: 276px !important;
	}
	
	.pad-b-xxl-276 {
		padding-bottom: 276px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-276 {
		padding-top: 276px !important;
		padding-bottom: 276px !important;
	}
	
	.pad-t-xxxxl-276 {
		padding-top: 276px !important;
	}
	
	.pad-b-xxxxl-276 {
		padding-bottom: 276px !important;
	}
}

.pad-y-277 {
	padding-top: 277px !important;
	padding-bottom: 277px !important;
}

.pad-t-277 {
	padding-top: 277px !important;
}

.pad-b-277 {
	padding-bottom: 277px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-277 {
		padding-top: 277px !important;
		padding-bottom: 277px !important;
	}
	
	.pad-t-sm-277 {
		padding-top: 277px !important;
	}
	
	.pad-b-sm-277 {
		padding-bottom: 277px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-277 {
		padding-top: 277px !important;
		padding-bottom: 277px !important;
	}
	
	.pad-t-lg-277 {
		padding-top: 277px !important;
	}
	
	.pad-b-lg-277 {
		padding-bottom: 277px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-277 {
		padding-top: 277px !important;
		padding-bottom: 277px !important;
	}
	
	.pad-t-xxl-277 {
		padding-top: 277px !important;
	}
	
	.pad-b-xxl-277 {
		padding-bottom: 277px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-277 {
		padding-top: 277px !important;
		padding-bottom: 277px !important;
	}
	
	.pad-t-xxxxl-277 {
		padding-top: 277px !important;
	}
	
	.pad-b-xxxxl-277 {
		padding-bottom: 277px !important;
	}
}

.pad-y-278 {
	padding-top: 278px !important;
	padding-bottom: 278px !important;
}

.pad-t-278 {
	padding-top: 278px !important;
}

.pad-b-278 {
	padding-bottom: 278px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-278 {
		padding-top: 278px !important;
		padding-bottom: 278px !important;
	}
	
	.pad-t-sm-278 {
		padding-top: 278px !important;
	}
	
	.pad-b-sm-278 {
		padding-bottom: 278px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-278 {
		padding-top: 278px !important;
		padding-bottom: 278px !important;
	}
	
	.pad-t-lg-278 {
		padding-top: 278px !important;
	}
	
	.pad-b-lg-278 {
		padding-bottom: 278px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-278 {
		padding-top: 278px !important;
		padding-bottom: 278px !important;
	}
	
	.pad-t-xxl-278 {
		padding-top: 278px !important;
	}
	
	.pad-b-xxl-278 {
		padding-bottom: 278px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-278 {
		padding-top: 278px !important;
		padding-bottom: 278px !important;
	}
	
	.pad-t-xxxxl-278 {
		padding-top: 278px !important;
	}
	
	.pad-b-xxxxl-278 {
		padding-bottom: 278px !important;
	}
}

.pad-y-279 {
	padding-top: 279px !important;
	padding-bottom: 279px !important;
}

.pad-t-279 {
	padding-top: 279px !important;
}

.pad-b-279 {
	padding-bottom: 279px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-279 {
		padding-top: 279px !important;
		padding-bottom: 279px !important;
	}
	
	.pad-t-sm-279 {
		padding-top: 279px !important;
	}
	
	.pad-b-sm-279 {
		padding-bottom: 279px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-279 {
		padding-top: 279px !important;
		padding-bottom: 279px !important;
	}
	
	.pad-t-lg-279 {
		padding-top: 279px !important;
	}
	
	.pad-b-lg-279 {
		padding-bottom: 279px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-279 {
		padding-top: 279px !important;
		padding-bottom: 279px !important;
	}
	
	.pad-t-xxl-279 {
		padding-top: 279px !important;
	}
	
	.pad-b-xxl-279 {
		padding-bottom: 279px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-279 {
		padding-top: 279px !important;
		padding-bottom: 279px !important;
	}
	
	.pad-t-xxxxl-279 {
		padding-top: 279px !important;
	}
	
	.pad-b-xxxxl-279 {
		padding-bottom: 279px !important;
	}
}

.pad-y-280 {
	padding-top: 280px !important;
	padding-bottom: 280px !important;
}

.pad-t-280 {
	padding-top: 280px !important;
}

.pad-b-280 {
	padding-bottom: 280px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-280 {
		padding-top: 280px !important;
		padding-bottom: 280px !important;
	}
	
	.pad-t-sm-280 {
		padding-top: 280px !important;
	}
	
	.pad-b-sm-280 {
		padding-bottom: 280px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-280 {
		padding-top: 280px !important;
		padding-bottom: 280px !important;
	}
	
	.pad-t-lg-280 {
		padding-top: 280px !important;
	}
	
	.pad-b-lg-280 {
		padding-bottom: 280px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-280 {
		padding-top: 280px !important;
		padding-bottom: 280px !important;
	}
	
	.pad-t-xxl-280 {
		padding-top: 280px !important;
	}
	
	.pad-b-xxl-280 {
		padding-bottom: 280px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-280 {
		padding-top: 280px !important;
		padding-bottom: 280px !important;
	}
	
	.pad-t-xxxxl-280 {
		padding-top: 280px !important;
	}
	
	.pad-b-xxxxl-280 {
		padding-bottom: 280px !important;
	}
}

.pad-y-281 {
	padding-top: 281px !important;
	padding-bottom: 281px !important;
}

.pad-t-281 {
	padding-top: 281px !important;
}

.pad-b-281 {
	padding-bottom: 281px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-281 {
		padding-top: 281px !important;
		padding-bottom: 281px !important;
	}
	
	.pad-t-sm-281 {
		padding-top: 281px !important;
	}
	
	.pad-b-sm-281 {
		padding-bottom: 281px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-281 {
		padding-top: 281px !important;
		padding-bottom: 281px !important;
	}
	
	.pad-t-lg-281 {
		padding-top: 281px !important;
	}
	
	.pad-b-lg-281 {
		padding-bottom: 281px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-281 {
		padding-top: 281px !important;
		padding-bottom: 281px !important;
	}
	
	.pad-t-xxl-281 {
		padding-top: 281px !important;
	}
	
	.pad-b-xxl-281 {
		padding-bottom: 281px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-281 {
		padding-top: 281px !important;
		padding-bottom: 281px !important;
	}
	
	.pad-t-xxxxl-281 {
		padding-top: 281px !important;
	}
	
	.pad-b-xxxxl-281 {
		padding-bottom: 281px !important;
	}
}

.pad-y-282 {
	padding-top: 282px !important;
	padding-bottom: 282px !important;
}

.pad-t-282 {
	padding-top: 282px !important;
}

.pad-b-282 {
	padding-bottom: 282px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-282 {
		padding-top: 282px !important;
		padding-bottom: 282px !important;
	}
	
	.pad-t-sm-282 {
		padding-top: 282px !important;
	}
	
	.pad-b-sm-282 {
		padding-bottom: 282px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-282 {
		padding-top: 282px !important;
		padding-bottom: 282px !important;
	}
	
	.pad-t-lg-282 {
		padding-top: 282px !important;
	}
	
	.pad-b-lg-282 {
		padding-bottom: 282px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-282 {
		padding-top: 282px !important;
		padding-bottom: 282px !important;
	}
	
	.pad-t-xxl-282 {
		padding-top: 282px !important;
	}
	
	.pad-b-xxl-282 {
		padding-bottom: 282px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-282 {
		padding-top: 282px !important;
		padding-bottom: 282px !important;
	}
	
	.pad-t-xxxxl-282 {
		padding-top: 282px !important;
	}
	
	.pad-b-xxxxl-282 {
		padding-bottom: 282px !important;
	}
}

.pad-y-283 {
	padding-top: 283px !important;
	padding-bottom: 283px !important;
}

.pad-t-283 {
	padding-top: 283px !important;
}

.pad-b-283 {
	padding-bottom: 283px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-283 {
		padding-top: 283px !important;
		padding-bottom: 283px !important;
	}
	
	.pad-t-sm-283 {
		padding-top: 283px !important;
	}
	
	.pad-b-sm-283 {
		padding-bottom: 283px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-283 {
		padding-top: 283px !important;
		padding-bottom: 283px !important;
	}
	
	.pad-t-lg-283 {
		padding-top: 283px !important;
	}
	
	.pad-b-lg-283 {
		padding-bottom: 283px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-283 {
		padding-top: 283px !important;
		padding-bottom: 283px !important;
	}
	
	.pad-t-xxl-283 {
		padding-top: 283px !important;
	}
	
	.pad-b-xxl-283 {
		padding-bottom: 283px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-283 {
		padding-top: 283px !important;
		padding-bottom: 283px !important;
	}
	
	.pad-t-xxxxl-283 {
		padding-top: 283px !important;
	}
	
	.pad-b-xxxxl-283 {
		padding-bottom: 283px !important;
	}
}

.pad-y-284 {
	padding-top: 284px !important;
	padding-bottom: 284px !important;
}

.pad-t-284 {
	padding-top: 284px !important;
}

.pad-b-284 {
	padding-bottom: 284px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-284 {
		padding-top: 284px !important;
		padding-bottom: 284px !important;
	}
	
	.pad-t-sm-284 {
		padding-top: 284px !important;
	}
	
	.pad-b-sm-284 {
		padding-bottom: 284px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-284 {
		padding-top: 284px !important;
		padding-bottom: 284px !important;
	}
	
	.pad-t-lg-284 {
		padding-top: 284px !important;
	}
	
	.pad-b-lg-284 {
		padding-bottom: 284px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-284 {
		padding-top: 284px !important;
		padding-bottom: 284px !important;
	}
	
	.pad-t-xxl-284 {
		padding-top: 284px !important;
	}
	
	.pad-b-xxl-284 {
		padding-bottom: 284px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-284 {
		padding-top: 284px !important;
		padding-bottom: 284px !important;
	}
	
	.pad-t-xxxxl-284 {
		padding-top: 284px !important;
	}
	
	.pad-b-xxxxl-284 {
		padding-bottom: 284px !important;
	}
}

.pad-y-285 {
	padding-top: 285px !important;
	padding-bottom: 285px !important;
}

.pad-t-285 {
	padding-top: 285px !important;
}

.pad-b-285 {
	padding-bottom: 285px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-285 {
		padding-top: 285px !important;
		padding-bottom: 285px !important;
	}
	
	.pad-t-sm-285 {
		padding-top: 285px !important;
	}
	
	.pad-b-sm-285 {
		padding-bottom: 285px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-285 {
		padding-top: 285px !important;
		padding-bottom: 285px !important;
	}
	
	.pad-t-lg-285 {
		padding-top: 285px !important;
	}
	
	.pad-b-lg-285 {
		padding-bottom: 285px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-285 {
		padding-top: 285px !important;
		padding-bottom: 285px !important;
	}
	
	.pad-t-xxl-285 {
		padding-top: 285px !important;
	}
	
	.pad-b-xxl-285 {
		padding-bottom: 285px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-285 {
		padding-top: 285px !important;
		padding-bottom: 285px !important;
	}
	
	.pad-t-xxxxl-285 {
		padding-top: 285px !important;
	}
	
	.pad-b-xxxxl-285 {
		padding-bottom: 285px !important;
	}
}

.pad-y-286 {
	padding-top: 286px !important;
	padding-bottom: 286px !important;
}

.pad-t-286 {
	padding-top: 286px !important;
}

.pad-b-286 {
	padding-bottom: 286px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-286 {
		padding-top: 286px !important;
		padding-bottom: 286px !important;
	}
	
	.pad-t-sm-286 {
		padding-top: 286px !important;
	}
	
	.pad-b-sm-286 {
		padding-bottom: 286px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-286 {
		padding-top: 286px !important;
		padding-bottom: 286px !important;
	}
	
	.pad-t-lg-286 {
		padding-top: 286px !important;
	}
	
	.pad-b-lg-286 {
		padding-bottom: 286px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-286 {
		padding-top: 286px !important;
		padding-bottom: 286px !important;
	}
	
	.pad-t-xxl-286 {
		padding-top: 286px !important;
	}
	
	.pad-b-xxl-286 {
		padding-bottom: 286px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-286 {
		padding-top: 286px !important;
		padding-bottom: 286px !important;
	}
	
	.pad-t-xxxxl-286 {
		padding-top: 286px !important;
	}
	
	.pad-b-xxxxl-286 {
		padding-bottom: 286px !important;
	}
}

.pad-y-287 {
	padding-top: 287px !important;
	padding-bottom: 287px !important;
}

.pad-t-287 {
	padding-top: 287px !important;
}

.pad-b-287 {
	padding-bottom: 287px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-287 {
		padding-top: 287px !important;
		padding-bottom: 287px !important;
	}
	
	.pad-t-sm-287 {
		padding-top: 287px !important;
	}
	
	.pad-b-sm-287 {
		padding-bottom: 287px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-287 {
		padding-top: 287px !important;
		padding-bottom: 287px !important;
	}
	
	.pad-t-lg-287 {
		padding-top: 287px !important;
	}
	
	.pad-b-lg-287 {
		padding-bottom: 287px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-287 {
		padding-top: 287px !important;
		padding-bottom: 287px !important;
	}
	
	.pad-t-xxl-287 {
		padding-top: 287px !important;
	}
	
	.pad-b-xxl-287 {
		padding-bottom: 287px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-287 {
		padding-top: 287px !important;
		padding-bottom: 287px !important;
	}
	
	.pad-t-xxxxl-287 {
		padding-top: 287px !important;
	}
	
	.pad-b-xxxxl-287 {
		padding-bottom: 287px !important;
	}
}

.pad-y-288 {
	padding-top: 288px !important;
	padding-bottom: 288px !important;
}

.pad-t-288 {
	padding-top: 288px !important;
}

.pad-b-288 {
	padding-bottom: 288px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-288 {
		padding-top: 288px !important;
		padding-bottom: 288px !important;
	}
	
	.pad-t-sm-288 {
		padding-top: 288px !important;
	}
	
	.pad-b-sm-288 {
		padding-bottom: 288px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-288 {
		padding-top: 288px !important;
		padding-bottom: 288px !important;
	}
	
	.pad-t-lg-288 {
		padding-top: 288px !important;
	}
	
	.pad-b-lg-288 {
		padding-bottom: 288px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-288 {
		padding-top: 288px !important;
		padding-bottom: 288px !important;
	}
	
	.pad-t-xxl-288 {
		padding-top: 288px !important;
	}
	
	.pad-b-xxl-288 {
		padding-bottom: 288px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-288 {
		padding-top: 288px !important;
		padding-bottom: 288px !important;
	}
	
	.pad-t-xxxxl-288 {
		padding-top: 288px !important;
	}
	
	.pad-b-xxxxl-288 {
		padding-bottom: 288px !important;
	}
}

.pad-y-289 {
	padding-top: 289px !important;
	padding-bottom: 289px !important;
}

.pad-t-289 {
	padding-top: 289px !important;
}

.pad-b-289 {
	padding-bottom: 289px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-289 {
		padding-top: 289px !important;
		padding-bottom: 289px !important;
	}
	
	.pad-t-sm-289 {
		padding-top: 289px !important;
	}
	
	.pad-b-sm-289 {
		padding-bottom: 289px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-289 {
		padding-top: 289px !important;
		padding-bottom: 289px !important;
	}
	
	.pad-t-lg-289 {
		padding-top: 289px !important;
	}
	
	.pad-b-lg-289 {
		padding-bottom: 289px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-289 {
		padding-top: 289px !important;
		padding-bottom: 289px !important;
	}
	
	.pad-t-xxl-289 {
		padding-top: 289px !important;
	}
	
	.pad-b-xxl-289 {
		padding-bottom: 289px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-289 {
		padding-top: 289px !important;
		padding-bottom: 289px !important;
	}
	
	.pad-t-xxxxl-289 {
		padding-top: 289px !important;
	}
	
	.pad-b-xxxxl-289 {
		padding-bottom: 289px !important;
	}
}

.pad-y-290 {
	padding-top: 290px !important;
	padding-bottom: 290px !important;
}

.pad-t-290 {
	padding-top: 290px !important;
}

.pad-b-290 {
	padding-bottom: 290px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-290 {
		padding-top: 290px !important;
		padding-bottom: 290px !important;
	}
	
	.pad-t-sm-290 {
		padding-top: 290px !important;
	}
	
	.pad-b-sm-290 {
		padding-bottom: 290px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-290 {
		padding-top: 290px !important;
		padding-bottom: 290px !important;
	}
	
	.pad-t-lg-290 {
		padding-top: 290px !important;
	}
	
	.pad-b-lg-290 {
		padding-bottom: 290px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-290 {
		padding-top: 290px !important;
		padding-bottom: 290px !important;
	}
	
	.pad-t-xxl-290 {
		padding-top: 290px !important;
	}
	
	.pad-b-xxl-290 {
		padding-bottom: 290px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-290 {
		padding-top: 290px !important;
		padding-bottom: 290px !important;
	}
	
	.pad-t-xxxxl-290 {
		padding-top: 290px !important;
	}
	
	.pad-b-xxxxl-290 {
		padding-bottom: 290px !important;
	}
}

.pad-y-291 {
	padding-top: 291px !important;
	padding-bottom: 291px !important;
}

.pad-t-291 {
	padding-top: 291px !important;
}

.pad-b-291 {
	padding-bottom: 291px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-291 {
		padding-top: 291px !important;
		padding-bottom: 291px !important;
	}
	
	.pad-t-sm-291 {
		padding-top: 291px !important;
	}
	
	.pad-b-sm-291 {
		padding-bottom: 291px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-291 {
		padding-top: 291px !important;
		padding-bottom: 291px !important;
	}
	
	.pad-t-lg-291 {
		padding-top: 291px !important;
	}
	
	.pad-b-lg-291 {
		padding-bottom: 291px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-291 {
		padding-top: 291px !important;
		padding-bottom: 291px !important;
	}
	
	.pad-t-xxl-291 {
		padding-top: 291px !important;
	}
	
	.pad-b-xxl-291 {
		padding-bottom: 291px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-291 {
		padding-top: 291px !important;
		padding-bottom: 291px !important;
	}
	
	.pad-t-xxxxl-291 {
		padding-top: 291px !important;
	}
	
	.pad-b-xxxxl-291 {
		padding-bottom: 291px !important;
	}
}

.pad-y-292 {
	padding-top: 292px !important;
	padding-bottom: 292px !important;
}

.pad-t-292 {
	padding-top: 292px !important;
}

.pad-b-292 {
	padding-bottom: 292px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-292 {
		padding-top: 292px !important;
		padding-bottom: 292px !important;
	}
	
	.pad-t-sm-292 {
		padding-top: 292px !important;
	}
	
	.pad-b-sm-292 {
		padding-bottom: 292px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-292 {
		padding-top: 292px !important;
		padding-bottom: 292px !important;
	}
	
	.pad-t-lg-292 {
		padding-top: 292px !important;
	}
	
	.pad-b-lg-292 {
		padding-bottom: 292px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-292 {
		padding-top: 292px !important;
		padding-bottom: 292px !important;
	}
	
	.pad-t-xxl-292 {
		padding-top: 292px !important;
	}
	
	.pad-b-xxl-292 {
		padding-bottom: 292px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-292 {
		padding-top: 292px !important;
		padding-bottom: 292px !important;
	}
	
	.pad-t-xxxxl-292 {
		padding-top: 292px !important;
	}
	
	.pad-b-xxxxl-292 {
		padding-bottom: 292px !important;
	}
}

.pad-y-293 {
	padding-top: 293px !important;
	padding-bottom: 293px !important;
}

.pad-t-293 {
	padding-top: 293px !important;
}

.pad-b-293 {
	padding-bottom: 293px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-293 {
		padding-top: 293px !important;
		padding-bottom: 293px !important;
	}
	
	.pad-t-sm-293 {
		padding-top: 293px !important;
	}
	
	.pad-b-sm-293 {
		padding-bottom: 293px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-293 {
		padding-top: 293px !important;
		padding-bottom: 293px !important;
	}
	
	.pad-t-lg-293 {
		padding-top: 293px !important;
	}
	
	.pad-b-lg-293 {
		padding-bottom: 293px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-293 {
		padding-top: 293px !important;
		padding-bottom: 293px !important;
	}
	
	.pad-t-xxl-293 {
		padding-top: 293px !important;
	}
	
	.pad-b-xxl-293 {
		padding-bottom: 293px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-293 {
		padding-top: 293px !important;
		padding-bottom: 293px !important;
	}
	
	.pad-t-xxxxl-293 {
		padding-top: 293px !important;
	}
	
	.pad-b-xxxxl-293 {
		padding-bottom: 293px !important;
	}
}

.pad-y-294 {
	padding-top: 294px !important;
	padding-bottom: 294px !important;
}

.pad-t-294 {
	padding-top: 294px !important;
}

.pad-b-294 {
	padding-bottom: 294px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-294 {
		padding-top: 294px !important;
		padding-bottom: 294px !important;
	}
	
	.pad-t-sm-294 {
		padding-top: 294px !important;
	}
	
	.pad-b-sm-294 {
		padding-bottom: 294px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-294 {
		padding-top: 294px !important;
		padding-bottom: 294px !important;
	}
	
	.pad-t-lg-294 {
		padding-top: 294px !important;
	}
	
	.pad-b-lg-294 {
		padding-bottom: 294px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-294 {
		padding-top: 294px !important;
		padding-bottom: 294px !important;
	}
	
	.pad-t-xxl-294 {
		padding-top: 294px !important;
	}
	
	.pad-b-xxl-294 {
		padding-bottom: 294px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-294 {
		padding-top: 294px !important;
		padding-bottom: 294px !important;
	}
	
	.pad-t-xxxxl-294 {
		padding-top: 294px !important;
	}
	
	.pad-b-xxxxl-294 {
		padding-bottom: 294px !important;
	}
}

.pad-y-295 {
	padding-top: 295px !important;
	padding-bottom: 295px !important;
}

.pad-t-295 {
	padding-top: 295px !important;
}

.pad-b-295 {
	padding-bottom: 295px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-295 {
		padding-top: 295px !important;
		padding-bottom: 295px !important;
	}
	
	.pad-t-sm-295 {
		padding-top: 295px !important;
	}
	
	.pad-b-sm-295 {
		padding-bottom: 295px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-295 {
		padding-top: 295px !important;
		padding-bottom: 295px !important;
	}
	
	.pad-t-lg-295 {
		padding-top: 295px !important;
	}
	
	.pad-b-lg-295 {
		padding-bottom: 295px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-295 {
		padding-top: 295px !important;
		padding-bottom: 295px !important;
	}
	
	.pad-t-xxl-295 {
		padding-top: 295px !important;
	}
	
	.pad-b-xxl-295 {
		padding-bottom: 295px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-295 {
		padding-top: 295px !important;
		padding-bottom: 295px !important;
	}
	
	.pad-t-xxxxl-295 {
		padding-top: 295px !important;
	}
	
	.pad-b-xxxxl-295 {
		padding-bottom: 295px !important;
	}
}

.pad-y-296 {
	padding-top: 296px !important;
	padding-bottom: 296px !important;
}

.pad-t-296 {
	padding-top: 296px !important;
}

.pad-b-296 {
	padding-bottom: 296px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-296 {
		padding-top: 296px !important;
		padding-bottom: 296px !important;
	}
	
	.pad-t-sm-296 {
		padding-top: 296px !important;
	}
	
	.pad-b-sm-296 {
		padding-bottom: 296px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-296 {
		padding-top: 296px !important;
		padding-bottom: 296px !important;
	}
	
	.pad-t-lg-296 {
		padding-top: 296px !important;
	}
	
	.pad-b-lg-296 {
		padding-bottom: 296px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-296 {
		padding-top: 296px !important;
		padding-bottom: 296px !important;
	}
	
	.pad-t-xxl-296 {
		padding-top: 296px !important;
	}
	
	.pad-b-xxl-296 {
		padding-bottom: 296px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-296 {
		padding-top: 296px !important;
		padding-bottom: 296px !important;
	}
	
	.pad-t-xxxxl-296 {
		padding-top: 296px !important;
	}
	
	.pad-b-xxxxl-296 {
		padding-bottom: 296px !important;
	}
}

.pad-y-297 {
	padding-top: 297px !important;
	padding-bottom: 297px !important;
}

.pad-t-297 {
	padding-top: 297px !important;
}

.pad-b-297 {
	padding-bottom: 297px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-297 {
		padding-top: 297px !important;
		padding-bottom: 297px !important;
	}
	
	.pad-t-sm-297 {
		padding-top: 297px !important;
	}
	
	.pad-b-sm-297 {
		padding-bottom: 297px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-297 {
		padding-top: 297px !important;
		padding-bottom: 297px !important;
	}
	
	.pad-t-lg-297 {
		padding-top: 297px !important;
	}
	
	.pad-b-lg-297 {
		padding-bottom: 297px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-297 {
		padding-top: 297px !important;
		padding-bottom: 297px !important;
	}
	
	.pad-t-xxl-297 {
		padding-top: 297px !important;
	}
	
	.pad-b-xxl-297 {
		padding-bottom: 297px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-297 {
		padding-top: 297px !important;
		padding-bottom: 297px !important;
	}
	
	.pad-t-xxxxl-297 {
		padding-top: 297px !important;
	}
	
	.pad-b-xxxxl-297 {
		padding-bottom: 297px !important;
	}
}

.pad-y-298 {
	padding-top: 298px !important;
	padding-bottom: 298px !important;
}

.pad-t-298 {
	padding-top: 298px !important;
}

.pad-b-298 {
	padding-bottom: 298px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-298 {
		padding-top: 298px !important;
		padding-bottom: 298px !important;
	}
	
	.pad-t-sm-298 {
		padding-top: 298px !important;
	}
	
	.pad-b-sm-298 {
		padding-bottom: 298px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-298 {
		padding-top: 298px !important;
		padding-bottom: 298px !important;
	}
	
	.pad-t-lg-298 {
		padding-top: 298px !important;
	}
	
	.pad-b-lg-298 {
		padding-bottom: 298px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-298 {
		padding-top: 298px !important;
		padding-bottom: 298px !important;
	}
	
	.pad-t-xxl-298 {
		padding-top: 298px !important;
	}
	
	.pad-b-xxl-298 {
		padding-bottom: 298px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-298 {
		padding-top: 298px !important;
		padding-bottom: 298px !important;
	}
	
	.pad-t-xxxxl-298 {
		padding-top: 298px !important;
	}
	
	.pad-b-xxxxl-298 {
		padding-bottom: 298px !important;
	}
}

.pad-y-299 {
	padding-top: 299px !important;
	padding-bottom: 299px !important;
}

.pad-t-299 {
	padding-top: 299px !important;
}

.pad-b-299 {
	padding-bottom: 299px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-299 {
		padding-top: 299px !important;
		padding-bottom: 299px !important;
	}
	
	.pad-t-sm-299 {
		padding-top: 299px !important;
	}
	
	.pad-b-sm-299 {
		padding-bottom: 299px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-299 {
		padding-top: 299px !important;
		padding-bottom: 299px !important;
	}
	
	.pad-t-lg-299 {
		padding-top: 299px !important;
	}
	
	.pad-b-lg-299 {
		padding-bottom: 299px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-299 {
		padding-top: 299px !important;
		padding-bottom: 299px !important;
	}
	
	.pad-t-xxl-299 {
		padding-top: 299px !important;
	}
	
	.pad-b-xxl-299 {
		padding-bottom: 299px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-299 {
		padding-top: 299px !important;
		padding-bottom: 299px !important;
	}
	
	.pad-t-xxxxl-299 {
		padding-top: 299px !important;
	}
	
	.pad-b-xxxxl-299 {
		padding-bottom: 299px !important;
	}
}

.pad-y-300 {
	padding-top: 300px !important;
	padding-bottom: 300px !important;
}

.pad-t-300 {
	padding-top: 300px !important;
}

.pad-b-300 {
	padding-bottom: 300px !important;
}

@media (min-width: 576px) {
	.pad-y-sm-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}
	
	.pad-t-sm-300 {
		padding-top: 300px !important;
	}
	
	.pad-b-sm-300 {
		padding-bottom: 300px !important;
	}
}

@media (min-width: 991px) {
	.pad-y-lg-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}
	
	.pad-t-lg-300 {
		padding-top: 300px !important;
	}
	
	.pad-b-lg-300 {
		padding-bottom: 300px !important;
	}
}

@media (min-width: 1440px) {
	.pad-y-xxl-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}
	
	.pad-t-xxl-300 {
		padding-top: 300px !important;
	}
	
	.pad-b-xxl-300 {
		padding-bottom: 300px !important;
	}
}

@media (min-width: 1920px) {
	.pad-y-xxxxl-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}
	
	.pad-t-xxxxl-300 {
		padding-top: 300px !important;
	}
	
	.pad-b-xxxxl-300 {
		padding-bottom: 300px !important;
	}
}

.mrg-y-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mrg-t-0 {
	margin-top: 0px !important;
}

.mrg-b-0 {
	margin-bottom: 0px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.mrg-t-sm-0 {
		margin-top: 0px !important;
	}
	
	.mrg-b-sm-0 {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.mrg-t-lg-0 {
		margin-top: 0px !important;
	}
	
	.mrg-b-lg-0 {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.mrg-t-xxl-0 {
		margin-top: 0px !important;
	}
	
	.mrg-b-xxl-0 {
		margin-bottom: 0px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.mrg-t-xxxxl-0 {
		margin-top: 0px !important;
	}
	
	.mrg-b-xxxxl-0 {
		margin-bottom: 0px !important;
	}
}

.mrg-y-1 {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

.mrg-t-1 {
	margin-top: 1px !important;
}

.mrg-b-1 {
	margin-bottom: 1px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-1 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}
	
	.mrg-t-sm-1 {
		margin-top: 1px !important;
	}
	
	.mrg-b-sm-1 {
		margin-bottom: 1px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-1 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}
	
	.mrg-t-lg-1 {
		margin-top: 1px !important;
	}
	
	.mrg-b-lg-1 {
		margin-bottom: 1px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-1 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}
	
	.mrg-t-xxl-1 {
		margin-top: 1px !important;
	}
	
	.mrg-b-xxl-1 {
		margin-bottom: 1px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-1 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}
	
	.mrg-t-xxxxl-1 {
		margin-top: 1px !important;
	}
	
	.mrg-b-xxxxl-1 {
		margin-bottom: 1px !important;
	}
}

.mrg-y-2 {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.mrg-t-2 {
	margin-top: 2px !important;
}

.mrg-b-2 {
	margin-bottom: 2px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-2 {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}
	
	.mrg-t-sm-2 {
		margin-top: 2px !important;
	}
	
	.mrg-b-sm-2 {
		margin-bottom: 2px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-2 {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}
	
	.mrg-t-lg-2 {
		margin-top: 2px !important;
	}
	
	.mrg-b-lg-2 {
		margin-bottom: 2px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-2 {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}
	
	.mrg-t-xxl-2 {
		margin-top: 2px !important;
	}
	
	.mrg-b-xxl-2 {
		margin-bottom: 2px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-2 {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}
	
	.mrg-t-xxxxl-2 {
		margin-top: 2px !important;
	}
	
	.mrg-b-xxxxl-2 {
		margin-bottom: 2px !important;
	}
}

.mrg-y-3 {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

.mrg-t-3 {
	margin-top: 3px !important;
}

.mrg-b-3 {
	margin-bottom: 3px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-3 {
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	
	.mrg-t-sm-3 {
		margin-top: 3px !important;
	}
	
	.mrg-b-sm-3 {
		margin-bottom: 3px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-3 {
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	
	.mrg-t-lg-3 {
		margin-top: 3px !important;
	}
	
	.mrg-b-lg-3 {
		margin-bottom: 3px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-3 {
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	
	.mrg-t-xxl-3 {
		margin-top: 3px !important;
	}
	
	.mrg-b-xxl-3 {
		margin-bottom: 3px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-3 {
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	
	.mrg-t-xxxxl-3 {
		margin-top: 3px !important;
	}
	
	.mrg-b-xxxxl-3 {
		margin-bottom: 3px !important;
	}
}

.mrg-y-4 {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.mrg-t-4 {
	margin-top: 4px !important;
}

.mrg-b-4 {
	margin-bottom: 4px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-4 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}
	
	.mrg-t-sm-4 {
		margin-top: 4px !important;
	}
	
	.mrg-b-sm-4 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-4 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}
	
	.mrg-t-lg-4 {
		margin-top: 4px !important;
	}
	
	.mrg-b-lg-4 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-4 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}
	
	.mrg-t-xxl-4 {
		margin-top: 4px !important;
	}
	
	.mrg-b-xxl-4 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-4 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}
	
	.mrg-t-xxxxl-4 {
		margin-top: 4px !important;
	}
	
	.mrg-b-xxxxl-4 {
		margin-bottom: 4px !important;
	}
}

.mrg-y-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.mrg-t-5 {
	margin-top: 5px !important;
}

.mrg-b-5 {
	margin-bottom: 5px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	
	.mrg-t-sm-5 {
		margin-top: 5px !important;
	}
	
	.mrg-b-sm-5 {
		margin-bottom: 5px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	
	.mrg-t-lg-5 {
		margin-top: 5px !important;
	}
	
	.mrg-b-lg-5 {
		margin-bottom: 5px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	
	.mrg-t-xxl-5 {
		margin-top: 5px !important;
	}
	
	.mrg-b-xxl-5 {
		margin-bottom: 5px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	
	.mrg-t-xxxxl-5 {
		margin-top: 5px !important;
	}
	
	.mrg-b-xxxxl-5 {
		margin-bottom: 5px !important;
	}
}

.mrg-y-6 {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

.mrg-t-6 {
	margin-top: 6px !important;
}

.mrg-b-6 {
	margin-bottom: 6px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-6 {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}
	
	.mrg-t-sm-6 {
		margin-top: 6px !important;
	}
	
	.mrg-b-sm-6 {
		margin-bottom: 6px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-6 {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}
	
	.mrg-t-lg-6 {
		margin-top: 6px !important;
	}
	
	.mrg-b-lg-6 {
		margin-bottom: 6px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-6 {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}
	
	.mrg-t-xxl-6 {
		margin-top: 6px !important;
	}
	
	.mrg-b-xxl-6 {
		margin-bottom: 6px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-6 {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}
	
	.mrg-t-xxxxl-6 {
		margin-top: 6px !important;
	}
	
	.mrg-b-xxxxl-6 {
		margin-bottom: 6px !important;
	}
}

.mrg-y-7 {
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.mrg-t-7 {
	margin-top: 7px !important;
}

.mrg-b-7 {
	margin-bottom: 7px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-7 {
		margin-top: 7px !important;
		margin-bottom: 7px !important;
	}
	
	.mrg-t-sm-7 {
		margin-top: 7px !important;
	}
	
	.mrg-b-sm-7 {
		margin-bottom: 7px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-7 {
		margin-top: 7px !important;
		margin-bottom: 7px !important;
	}
	
	.mrg-t-lg-7 {
		margin-top: 7px !important;
	}
	
	.mrg-b-lg-7 {
		margin-bottom: 7px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-7 {
		margin-top: 7px !important;
		margin-bottom: 7px !important;
	}
	
	.mrg-t-xxl-7 {
		margin-top: 7px !important;
	}
	
	.mrg-b-xxl-7 {
		margin-bottom: 7px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-7 {
		margin-top: 7px !important;
		margin-bottom: 7px !important;
	}
	
	.mrg-t-xxxxl-7 {
		margin-top: 7px !important;
	}
	
	.mrg-b-xxxxl-7 {
		margin-bottom: 7px !important;
	}
}

.mrg-y-8 {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.mrg-t-8 {
	margin-top: 8px !important;
}

.mrg-b-8 {
	margin-bottom: 8px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-8 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	
	.mrg-t-sm-8 {
		margin-top: 8px !important;
	}
	
	.mrg-b-sm-8 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-8 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	
	.mrg-t-lg-8 {
		margin-top: 8px !important;
	}
	
	.mrg-b-lg-8 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-8 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	
	.mrg-t-xxl-8 {
		margin-top: 8px !important;
	}
	
	.mrg-b-xxl-8 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-8 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	
	.mrg-t-xxxxl-8 {
		margin-top: 8px !important;
	}
	
	.mrg-b-xxxxl-8 {
		margin-bottom: 8px !important;
	}
}

.mrg-y-9 {
	margin-top: 9px !important;
	margin-bottom: 9px !important;
}

.mrg-t-9 {
	margin-top: 9px !important;
}

.mrg-b-9 {
	margin-bottom: 9px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-9 {
		margin-top: 9px !important;
		margin-bottom: 9px !important;
	}
	
	.mrg-t-sm-9 {
		margin-top: 9px !important;
	}
	
	.mrg-b-sm-9 {
		margin-bottom: 9px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-9 {
		margin-top: 9px !important;
		margin-bottom: 9px !important;
	}
	
	.mrg-t-lg-9 {
		margin-top: 9px !important;
	}
	
	.mrg-b-lg-9 {
		margin-bottom: 9px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-9 {
		margin-top: 9px !important;
		margin-bottom: 9px !important;
	}
	
	.mrg-t-xxl-9 {
		margin-top: 9px !important;
	}
	
	.mrg-b-xxl-9 {
		margin-bottom: 9px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-9 {
		margin-top: 9px !important;
		margin-bottom: 9px !important;
	}
	
	.mrg-t-xxxxl-9 {
		margin-top: 9px !important;
	}
	
	.mrg-b-xxxxl-9 {
		margin-bottom: 9px !important;
	}
}

.mrg-y-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.mrg-t-10 {
	margin-top: 10px !important;
}

.mrg-b-10 {
	margin-bottom: 10px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	.mrg-t-sm-10 {
		margin-top: 10px !important;
	}
	
	.mrg-b-sm-10 {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	.mrg-t-lg-10 {
		margin-top: 10px !important;
	}
	
	.mrg-b-lg-10 {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	.mrg-t-xxl-10 {
		margin-top: 10px !important;
	}
	
	.mrg-b-xxl-10 {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	.mrg-t-xxxxl-10 {
		margin-top: 10px !important;
	}
	
	.mrg-b-xxxxl-10 {
		margin-bottom: 10px !important;
	}
}

.mrg-y-11 {
	margin-top: 11px !important;
	margin-bottom: 11px !important;
}

.mrg-t-11 {
	margin-top: 11px !important;
}

.mrg-b-11 {
	margin-bottom: 11px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-11 {
		margin-top: 11px !important;
		margin-bottom: 11px !important;
	}
	
	.mrg-t-sm-11 {
		margin-top: 11px !important;
	}
	
	.mrg-b-sm-11 {
		margin-bottom: 11px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-11 {
		margin-top: 11px !important;
		margin-bottom: 11px !important;
	}
	
	.mrg-t-lg-11 {
		margin-top: 11px !important;
	}
	
	.mrg-b-lg-11 {
		margin-bottom: 11px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-11 {
		margin-top: 11px !important;
		margin-bottom: 11px !important;
	}
	
	.mrg-t-xxl-11 {
		margin-top: 11px !important;
	}
	
	.mrg-b-xxl-11 {
		margin-bottom: 11px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-11 {
		margin-top: 11px !important;
		margin-bottom: 11px !important;
	}
	
	.mrg-t-xxxxl-11 {
		margin-top: 11px !important;
	}
	
	.mrg-b-xxxxl-11 {
		margin-bottom: 11px !important;
	}
}

.mrg-y-12 {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.mrg-t-12 {
	margin-top: 12px !important;
}

.mrg-b-12 {
	margin-bottom: 12px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-12 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	
	.mrg-t-sm-12 {
		margin-top: 12px !important;
	}
	
	.mrg-b-sm-12 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-12 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	
	.mrg-t-lg-12 {
		margin-top: 12px !important;
	}
	
	.mrg-b-lg-12 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-12 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	
	.mrg-t-xxl-12 {
		margin-top: 12px !important;
	}
	
	.mrg-b-xxl-12 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-12 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
	
	.mrg-t-xxxxl-12 {
		margin-top: 12px !important;
	}
	
	.mrg-b-xxxxl-12 {
		margin-bottom: 12px !important;
	}
}

.mrg-y-13 {
	margin-top: 13px !important;
	margin-bottom: 13px !important;
}

.mrg-t-13 {
	margin-top: 13px !important;
}

.mrg-b-13 {
	margin-bottom: 13px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-13 {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
	}
	
	.mrg-t-sm-13 {
		margin-top: 13px !important;
	}
	
	.mrg-b-sm-13 {
		margin-bottom: 13px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-13 {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
	}
	
	.mrg-t-lg-13 {
		margin-top: 13px !important;
	}
	
	.mrg-b-lg-13 {
		margin-bottom: 13px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-13 {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
	}
	
	.mrg-t-xxl-13 {
		margin-top: 13px !important;
	}
	
	.mrg-b-xxl-13 {
		margin-bottom: 13px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-13 {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
	}
	
	.mrg-t-xxxxl-13 {
		margin-top: 13px !important;
	}
	
	.mrg-b-xxxxl-13 {
		margin-bottom: 13px !important;
	}
}

.mrg-y-14 {
	margin-top: 14px !important;
	margin-bottom: 14px !important;
}

.mrg-t-14 {
	margin-top: 14px !important;
}

.mrg-b-14 {
	margin-bottom: 14px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-14 {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}
	
	.mrg-t-sm-14 {
		margin-top: 14px !important;
	}
	
	.mrg-b-sm-14 {
		margin-bottom: 14px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-14 {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}
	
	.mrg-t-lg-14 {
		margin-top: 14px !important;
	}
	
	.mrg-b-lg-14 {
		margin-bottom: 14px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-14 {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}
	
	.mrg-t-xxl-14 {
		margin-top: 14px !important;
	}
	
	.mrg-b-xxl-14 {
		margin-bottom: 14px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-14 {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}
	
	.mrg-t-xxxxl-14 {
		margin-top: 14px !important;
	}
	
	.mrg-b-xxxxl-14 {
		margin-bottom: 14px !important;
	}
}

.mrg-y-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.mrg-t-15 {
	margin-top: 15px !important;
}

.mrg-b-15 {
	margin-bottom: 15px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.mrg-t-sm-15 {
		margin-top: 15px !important;
	}
	
	.mrg-b-sm-15 {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.mrg-t-lg-15 {
		margin-top: 15px !important;
	}
	
	.mrg-b-lg-15 {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.mrg-t-xxl-15 {
		margin-top: 15px !important;
	}
	
	.mrg-b-xxl-15 {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.mrg-t-xxxxl-15 {
		margin-top: 15px !important;
	}
	
	.mrg-b-xxxxl-15 {
		margin-bottom: 15px !important;
	}
}

.mrg-y-16 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.mrg-t-16 {
	margin-top: 16px !important;
}

.mrg-b-16 {
	margin-bottom: 16px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-16 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	
	.mrg-t-sm-16 {
		margin-top: 16px !important;
	}
	
	.mrg-b-sm-16 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-16 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	
	.mrg-t-lg-16 {
		margin-top: 16px !important;
	}
	
	.mrg-b-lg-16 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-16 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	
	.mrg-t-xxl-16 {
		margin-top: 16px !important;
	}
	
	.mrg-b-xxl-16 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-16 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	
	.mrg-t-xxxxl-16 {
		margin-top: 16px !important;
	}
	
	.mrg-b-xxxxl-16 {
		margin-bottom: 16px !important;
	}
}

.mrg-y-17 {
	margin-top: 17px !important;
	margin-bottom: 17px !important;
}

.mrg-t-17 {
	margin-top: 17px !important;
}

.mrg-b-17 {
	margin-bottom: 17px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-17 {
		margin-top: 17px !important;
		margin-bottom: 17px !important;
	}
	
	.mrg-t-sm-17 {
		margin-top: 17px !important;
	}
	
	.mrg-b-sm-17 {
		margin-bottom: 17px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-17 {
		margin-top: 17px !important;
		margin-bottom: 17px !important;
	}
	
	.mrg-t-lg-17 {
		margin-top: 17px !important;
	}
	
	.mrg-b-lg-17 {
		margin-bottom: 17px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-17 {
		margin-top: 17px !important;
		margin-bottom: 17px !important;
	}
	
	.mrg-t-xxl-17 {
		margin-top: 17px !important;
	}
	
	.mrg-b-xxl-17 {
		margin-bottom: 17px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-17 {
		margin-top: 17px !important;
		margin-bottom: 17px !important;
	}
	
	.mrg-t-xxxxl-17 {
		margin-top: 17px !important;
	}
	
	.mrg-b-xxxxl-17 {
		margin-bottom: 17px !important;
	}
}

.mrg-y-18 {
	margin-top: 18px !important;
	margin-bottom: 18px !important;
}

.mrg-t-18 {
	margin-top: 18px !important;
}

.mrg-b-18 {
	margin-bottom: 18px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-18 {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}
	
	.mrg-t-sm-18 {
		margin-top: 18px !important;
	}
	
	.mrg-b-sm-18 {
		margin-bottom: 18px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-18 {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}
	
	.mrg-t-lg-18 {
		margin-top: 18px !important;
	}
	
	.mrg-b-lg-18 {
		margin-bottom: 18px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-18 {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}
	
	.mrg-t-xxl-18 {
		margin-top: 18px !important;
	}
	
	.mrg-b-xxl-18 {
		margin-bottom: 18px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-18 {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}
	
	.mrg-t-xxxxl-18 {
		margin-top: 18px !important;
	}
	
	.mrg-b-xxxxl-18 {
		margin-bottom: 18px !important;
	}
}

.mrg-y-19 {
	margin-top: 19px !important;
	margin-bottom: 19px !important;
}

.mrg-t-19 {
	margin-top: 19px !important;
}

.mrg-b-19 {
	margin-bottom: 19px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-19 {
		margin-top: 19px !important;
		margin-bottom: 19px !important;
	}
	
	.mrg-t-sm-19 {
		margin-top: 19px !important;
	}
	
	.mrg-b-sm-19 {
		margin-bottom: 19px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-19 {
		margin-top: 19px !important;
		margin-bottom: 19px !important;
	}
	
	.mrg-t-lg-19 {
		margin-top: 19px !important;
	}
	
	.mrg-b-lg-19 {
		margin-bottom: 19px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-19 {
		margin-top: 19px !important;
		margin-bottom: 19px !important;
	}
	
	.mrg-t-xxl-19 {
		margin-top: 19px !important;
	}
	
	.mrg-b-xxl-19 {
		margin-bottom: 19px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-19 {
		margin-top: 19px !important;
		margin-bottom: 19px !important;
	}
	
	.mrg-t-xxxxl-19 {
		margin-top: 19px !important;
	}
	
	.mrg-b-xxxxl-19 {
		margin-bottom: 19px !important;
	}
}

.mrg-y-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.mrg-t-20 {
	margin-top: 20px !important;
}

.mrg-b-20 {
	margin-bottom: 20px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.mrg-t-sm-20 {
		margin-top: 20px !important;
	}
	
	.mrg-b-sm-20 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.mrg-t-lg-20 {
		margin-top: 20px !important;
	}
	
	.mrg-b-lg-20 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.mrg-t-xxl-20 {
		margin-top: 20px !important;
	}
	
	.mrg-b-xxl-20 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.mrg-t-xxxxl-20 {
		margin-top: 20px !important;
	}
	
	.mrg-b-xxxxl-20 {
		margin-bottom: 20px !important;
	}
}

.mrg-y-21 {
	margin-top: 21px !important;
	margin-bottom: 21px !important;
}

.mrg-t-21 {
	margin-top: 21px !important;
}

.mrg-b-21 {
	margin-bottom: 21px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-21 {
		margin-top: 21px !important;
		margin-bottom: 21px !important;
	}
	
	.mrg-t-sm-21 {
		margin-top: 21px !important;
	}
	
	.mrg-b-sm-21 {
		margin-bottom: 21px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-21 {
		margin-top: 21px !important;
		margin-bottom: 21px !important;
	}
	
	.mrg-t-lg-21 {
		margin-top: 21px !important;
	}
	
	.mrg-b-lg-21 {
		margin-bottom: 21px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-21 {
		margin-top: 21px !important;
		margin-bottom: 21px !important;
	}
	
	.mrg-t-xxl-21 {
		margin-top: 21px !important;
	}
	
	.mrg-b-xxl-21 {
		margin-bottom: 21px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-21 {
		margin-top: 21px !important;
		margin-bottom: 21px !important;
	}
	
	.mrg-t-xxxxl-21 {
		margin-top: 21px !important;
	}
	
	.mrg-b-xxxxl-21 {
		margin-bottom: 21px !important;
	}
}

.mrg-y-22 {
	margin-top: 22px !important;
	margin-bottom: 22px !important;
}

.mrg-t-22 {
	margin-top: 22px !important;
}

.mrg-b-22 {
	margin-bottom: 22px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-22 {
		margin-top: 22px !important;
		margin-bottom: 22px !important;
	}
	
	.mrg-t-sm-22 {
		margin-top: 22px !important;
	}
	
	.mrg-b-sm-22 {
		margin-bottom: 22px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-22 {
		margin-top: 22px !important;
		margin-bottom: 22px !important;
	}
	
	.mrg-t-lg-22 {
		margin-top: 22px !important;
	}
	
	.mrg-b-lg-22 {
		margin-bottom: 22px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-22 {
		margin-top: 22px !important;
		margin-bottom: 22px !important;
	}
	
	.mrg-t-xxl-22 {
		margin-top: 22px !important;
	}
	
	.mrg-b-xxl-22 {
		margin-bottom: 22px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-22 {
		margin-top: 22px !important;
		margin-bottom: 22px !important;
	}
	
	.mrg-t-xxxxl-22 {
		margin-top: 22px !important;
	}
	
	.mrg-b-xxxxl-22 {
		margin-bottom: 22px !important;
	}
}

.mrg-y-23 {
	margin-top: 23px !important;
	margin-bottom: 23px !important;
}

.mrg-t-23 {
	margin-top: 23px !important;
}

.mrg-b-23 {
	margin-bottom: 23px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-23 {
		margin-top: 23px !important;
		margin-bottom: 23px !important;
	}
	
	.mrg-t-sm-23 {
		margin-top: 23px !important;
	}
	
	.mrg-b-sm-23 {
		margin-bottom: 23px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-23 {
		margin-top: 23px !important;
		margin-bottom: 23px !important;
	}
	
	.mrg-t-lg-23 {
		margin-top: 23px !important;
	}
	
	.mrg-b-lg-23 {
		margin-bottom: 23px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-23 {
		margin-top: 23px !important;
		margin-bottom: 23px !important;
	}
	
	.mrg-t-xxl-23 {
		margin-top: 23px !important;
	}
	
	.mrg-b-xxl-23 {
		margin-bottom: 23px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-23 {
		margin-top: 23px !important;
		margin-bottom: 23px !important;
	}
	
	.mrg-t-xxxxl-23 {
		margin-top: 23px !important;
	}
	
	.mrg-b-xxxxl-23 {
		margin-bottom: 23px !important;
	}
}

.mrg-y-24 {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.mrg-t-24 {
	margin-top: 24px !important;
}

.mrg-b-24 {
	margin-bottom: 24px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-24 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	
	.mrg-t-sm-24 {
		margin-top: 24px !important;
	}
	
	.mrg-b-sm-24 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-24 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	
	.mrg-t-lg-24 {
		margin-top: 24px !important;
	}
	
	.mrg-b-lg-24 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-24 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	
	.mrg-t-xxl-24 {
		margin-top: 24px !important;
	}
	
	.mrg-b-xxl-24 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-24 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	
	.mrg-t-xxxxl-24 {
		margin-top: 24px !important;
	}
	
	.mrg-b-xxxxl-24 {
		margin-bottom: 24px !important;
	}
}

.mrg-y-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.mrg-t-25 {
	margin-top: 25px !important;
}

.mrg-b-25 {
	margin-bottom: 25px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	
	.mrg-t-sm-25 {
		margin-top: 25px !important;
	}
	
	.mrg-b-sm-25 {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	
	.mrg-t-lg-25 {
		margin-top: 25px !important;
	}
	
	.mrg-b-lg-25 {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	
	.mrg-t-xxl-25 {
		margin-top: 25px !important;
	}
	
	.mrg-b-xxl-25 {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	
	.mrg-t-xxxxl-25 {
		margin-top: 25px !important;
	}
	
	.mrg-b-xxxxl-25 {
		margin-bottom: 25px !important;
	}
}

.mrg-y-26 {
	margin-top: 26px !important;
	margin-bottom: 26px !important;
}

.mrg-t-26 {
	margin-top: 26px !important;
}

.mrg-b-26 {
	margin-bottom: 26px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-26 {
		margin-top: 26px !important;
		margin-bottom: 26px !important;
	}
	
	.mrg-t-sm-26 {
		margin-top: 26px !important;
	}
	
	.mrg-b-sm-26 {
		margin-bottom: 26px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-26 {
		margin-top: 26px !important;
		margin-bottom: 26px !important;
	}
	
	.mrg-t-lg-26 {
		margin-top: 26px !important;
	}
	
	.mrg-b-lg-26 {
		margin-bottom: 26px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-26 {
		margin-top: 26px !important;
		margin-bottom: 26px !important;
	}
	
	.mrg-t-xxl-26 {
		margin-top: 26px !important;
	}
	
	.mrg-b-xxl-26 {
		margin-bottom: 26px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-26 {
		margin-top: 26px !important;
		margin-bottom: 26px !important;
	}
	
	.mrg-t-xxxxl-26 {
		margin-top: 26px !important;
	}
	
	.mrg-b-xxxxl-26 {
		margin-bottom: 26px !important;
	}
}

.mrg-y-27 {
	margin-top: 27px !important;
	margin-bottom: 27px !important;
}

.mrg-t-27 {
	margin-top: 27px !important;
}

.mrg-b-27 {
	margin-bottom: 27px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-27 {
		margin-top: 27px !important;
		margin-bottom: 27px !important;
	}
	
	.mrg-t-sm-27 {
		margin-top: 27px !important;
	}
	
	.mrg-b-sm-27 {
		margin-bottom: 27px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-27 {
		margin-top: 27px !important;
		margin-bottom: 27px !important;
	}
	
	.mrg-t-lg-27 {
		margin-top: 27px !important;
	}
	
	.mrg-b-lg-27 {
		margin-bottom: 27px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-27 {
		margin-top: 27px !important;
		margin-bottom: 27px !important;
	}
	
	.mrg-t-xxl-27 {
		margin-top: 27px !important;
	}
	
	.mrg-b-xxl-27 {
		margin-bottom: 27px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-27 {
		margin-top: 27px !important;
		margin-bottom: 27px !important;
	}
	
	.mrg-t-xxxxl-27 {
		margin-top: 27px !important;
	}
	
	.mrg-b-xxxxl-27 {
		margin-bottom: 27px !important;
	}
}

.mrg-y-28 {
	margin-top: 28px !important;
	margin-bottom: 28px !important;
}

.mrg-t-28 {
	margin-top: 28px !important;
}

.mrg-b-28 {
	margin-bottom: 28px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-28 {
		margin-top: 28px !important;
		margin-bottom: 28px !important;
	}
	
	.mrg-t-sm-28 {
		margin-top: 28px !important;
	}
	
	.mrg-b-sm-28 {
		margin-bottom: 28px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-28 {
		margin-top: 28px !important;
		margin-bottom: 28px !important;
	}
	
	.mrg-t-lg-28 {
		margin-top: 28px !important;
	}
	
	.mrg-b-lg-28 {
		margin-bottom: 28px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-28 {
		margin-top: 28px !important;
		margin-bottom: 28px !important;
	}
	
	.mrg-t-xxl-28 {
		margin-top: 28px !important;
	}
	
	.mrg-b-xxl-28 {
		margin-bottom: 28px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-28 {
		margin-top: 28px !important;
		margin-bottom: 28px !important;
	}
	
	.mrg-t-xxxxl-28 {
		margin-top: 28px !important;
	}
	
	.mrg-b-xxxxl-28 {
		margin-bottom: 28px !important;
	}
}

.mrg-y-29 {
	margin-top: 29px !important;
	margin-bottom: 29px !important;
}

.mrg-t-29 {
	margin-top: 29px !important;
}

.mrg-b-29 {
	margin-bottom: 29px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-29 {
		margin-top: 29px !important;
		margin-bottom: 29px !important;
	}
	
	.mrg-t-sm-29 {
		margin-top: 29px !important;
	}
	
	.mrg-b-sm-29 {
		margin-bottom: 29px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-29 {
		margin-top: 29px !important;
		margin-bottom: 29px !important;
	}
	
	.mrg-t-lg-29 {
		margin-top: 29px !important;
	}
	
	.mrg-b-lg-29 {
		margin-bottom: 29px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-29 {
		margin-top: 29px !important;
		margin-bottom: 29px !important;
	}
	
	.mrg-t-xxl-29 {
		margin-top: 29px !important;
	}
	
	.mrg-b-xxl-29 {
		margin-bottom: 29px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-29 {
		margin-top: 29px !important;
		margin-bottom: 29px !important;
	}
	
	.mrg-t-xxxxl-29 {
		margin-top: 29px !important;
	}
	
	.mrg-b-xxxxl-29 {
		margin-bottom: 29px !important;
	}
}

.mrg-y-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.mrg-t-30 {
	margin-top: 30px !important;
}

.mrg-b-30 {
	margin-bottom: 30px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	.mrg-t-sm-30 {
		margin-top: 30px !important;
	}
	
	.mrg-b-sm-30 {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	.mrg-t-lg-30 {
		margin-top: 30px !important;
	}
	
	.mrg-b-lg-30 {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	.mrg-t-xxl-30 {
		margin-top: 30px !important;
	}
	
	.mrg-b-xxl-30 {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	.mrg-t-xxxxl-30 {
		margin-top: 30px !important;
	}
	
	.mrg-b-xxxxl-30 {
		margin-bottom: 30px !important;
	}
}

.mrg-y-31 {
	margin-top: 31px !important;
	margin-bottom: 31px !important;
}

.mrg-t-31 {
	margin-top: 31px !important;
}

.mrg-b-31 {
	margin-bottom: 31px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-31 {
		margin-top: 31px !important;
		margin-bottom: 31px !important;
	}
	
	.mrg-t-sm-31 {
		margin-top: 31px !important;
	}
	
	.mrg-b-sm-31 {
		margin-bottom: 31px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-31 {
		margin-top: 31px !important;
		margin-bottom: 31px !important;
	}
	
	.mrg-t-lg-31 {
		margin-top: 31px !important;
	}
	
	.mrg-b-lg-31 {
		margin-bottom: 31px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-31 {
		margin-top: 31px !important;
		margin-bottom: 31px !important;
	}
	
	.mrg-t-xxl-31 {
		margin-top: 31px !important;
	}
	
	.mrg-b-xxl-31 {
		margin-bottom: 31px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-31 {
		margin-top: 31px !important;
		margin-bottom: 31px !important;
	}
	
	.mrg-t-xxxxl-31 {
		margin-top: 31px !important;
	}
	
	.mrg-b-xxxxl-31 {
		margin-bottom: 31px !important;
	}
}

.mrg-y-32 {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.mrg-t-32 {
	margin-top: 32px !important;
}

.mrg-b-32 {
	margin-bottom: 32px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-32 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	
	.mrg-t-sm-32 {
		margin-top: 32px !important;
	}
	
	.mrg-b-sm-32 {
		margin-bottom: 32px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-32 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	
	.mrg-t-lg-32 {
		margin-top: 32px !important;
	}
	
	.mrg-b-lg-32 {
		margin-bottom: 32px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-32 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	
	.mrg-t-xxl-32 {
		margin-top: 32px !important;
	}
	
	.mrg-b-xxl-32 {
		margin-bottom: 32px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-32 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}
	
	.mrg-t-xxxxl-32 {
		margin-top: 32px !important;
	}
	
	.mrg-b-xxxxl-32 {
		margin-bottom: 32px !important;
	}
}

.mrg-y-33 {
	margin-top: 33px !important;
	margin-bottom: 33px !important;
}

.mrg-t-33 {
	margin-top: 33px !important;
}

.mrg-b-33 {
	margin-bottom: 33px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-33 {
		margin-top: 33px !important;
		margin-bottom: 33px !important;
	}
	
	.mrg-t-sm-33 {
		margin-top: 33px !important;
	}
	
	.mrg-b-sm-33 {
		margin-bottom: 33px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-33 {
		margin-top: 33px !important;
		margin-bottom: 33px !important;
	}
	
	.mrg-t-lg-33 {
		margin-top: 33px !important;
	}
	
	.mrg-b-lg-33 {
		margin-bottom: 33px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-33 {
		margin-top: 33px !important;
		margin-bottom: 33px !important;
	}
	
	.mrg-t-xxl-33 {
		margin-top: 33px !important;
	}
	
	.mrg-b-xxl-33 {
		margin-bottom: 33px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-33 {
		margin-top: 33px !important;
		margin-bottom: 33px !important;
	}
	
	.mrg-t-xxxxl-33 {
		margin-top: 33px !important;
	}
	
	.mrg-b-xxxxl-33 {
		margin-bottom: 33px !important;
	}
}

.mrg-y-34 {
	margin-top: 34px !important;
	margin-bottom: 34px !important;
}

.mrg-t-34 {
	margin-top: 34px !important;
}

.mrg-b-34 {
	margin-bottom: 34px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-34 {
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}
	
	.mrg-t-sm-34 {
		margin-top: 34px !important;
	}
	
	.mrg-b-sm-34 {
		margin-bottom: 34px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-34 {
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}
	
	.mrg-t-lg-34 {
		margin-top: 34px !important;
	}
	
	.mrg-b-lg-34 {
		margin-bottom: 34px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-34 {
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}
	
	.mrg-t-xxl-34 {
		margin-top: 34px !important;
	}
	
	.mrg-b-xxl-34 {
		margin-bottom: 34px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-34 {
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}
	
	.mrg-t-xxxxl-34 {
		margin-top: 34px !important;
	}
	
	.mrg-b-xxxxl-34 {
		margin-bottom: 34px !important;
	}
}

.mrg-y-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.mrg-t-35 {
	margin-top: 35px !important;
}

.mrg-b-35 {
	margin-bottom: 35px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	
	.mrg-t-sm-35 {
		margin-top: 35px !important;
	}
	
	.mrg-b-sm-35 {
		margin-bottom: 35px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	
	.mrg-t-lg-35 {
		margin-top: 35px !important;
	}
	
	.mrg-b-lg-35 {
		margin-bottom: 35px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	
	.mrg-t-xxl-35 {
		margin-top: 35px !important;
	}
	
	.mrg-b-xxl-35 {
		margin-bottom: 35px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	
	.mrg-t-xxxxl-35 {
		margin-top: 35px !important;
	}
	
	.mrg-b-xxxxl-35 {
		margin-bottom: 35px !important;
	}
}

.mrg-y-36 {
	margin-top: 36px !important;
	margin-bottom: 36px !important;
}

.mrg-t-36 {
	margin-top: 36px !important;
}

.mrg-b-36 {
	margin-bottom: 36px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-36 {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
	}
	
	.mrg-t-sm-36 {
		margin-top: 36px !important;
	}
	
	.mrg-b-sm-36 {
		margin-bottom: 36px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-36 {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
	}
	
	.mrg-t-lg-36 {
		margin-top: 36px !important;
	}
	
	.mrg-b-lg-36 {
		margin-bottom: 36px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-36 {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
	}
	
	.mrg-t-xxl-36 {
		margin-top: 36px !important;
	}
	
	.mrg-b-xxl-36 {
		margin-bottom: 36px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-36 {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
	}
	
	.mrg-t-xxxxl-36 {
		margin-top: 36px !important;
	}
	
	.mrg-b-xxxxl-36 {
		margin-bottom: 36px !important;
	}
}

.mrg-y-37 {
	margin-top: 37px !important;
	margin-bottom: 37px !important;
}

.mrg-t-37 {
	margin-top: 37px !important;
}

.mrg-b-37 {
	margin-bottom: 37px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-37 {
		margin-top: 37px !important;
		margin-bottom: 37px !important;
	}
	
	.mrg-t-sm-37 {
		margin-top: 37px !important;
	}
	
	.mrg-b-sm-37 {
		margin-bottom: 37px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-37 {
		margin-top: 37px !important;
		margin-bottom: 37px !important;
	}
	
	.mrg-t-lg-37 {
		margin-top: 37px !important;
	}
	
	.mrg-b-lg-37 {
		margin-bottom: 37px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-37 {
		margin-top: 37px !important;
		margin-bottom: 37px !important;
	}
	
	.mrg-t-xxl-37 {
		margin-top: 37px !important;
	}
	
	.mrg-b-xxl-37 {
		margin-bottom: 37px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-37 {
		margin-top: 37px !important;
		margin-bottom: 37px !important;
	}
	
	.mrg-t-xxxxl-37 {
		margin-top: 37px !important;
	}
	
	.mrg-b-xxxxl-37 {
		margin-bottom: 37px !important;
	}
}

.mrg-y-38 {
	margin-top: 38px !important;
	margin-bottom: 38px !important;
}

.mrg-t-38 {
	margin-top: 38px !important;
}

.mrg-b-38 {
	margin-bottom: 38px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-38 {
		margin-top: 38px !important;
		margin-bottom: 38px !important;
	}
	
	.mrg-t-sm-38 {
		margin-top: 38px !important;
	}
	
	.mrg-b-sm-38 {
		margin-bottom: 38px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-38 {
		margin-top: 38px !important;
		margin-bottom: 38px !important;
	}
	
	.mrg-t-lg-38 {
		margin-top: 38px !important;
	}
	
	.mrg-b-lg-38 {
		margin-bottom: 38px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-38 {
		margin-top: 38px !important;
		margin-bottom: 38px !important;
	}
	
	.mrg-t-xxl-38 {
		margin-top: 38px !important;
	}
	
	.mrg-b-xxl-38 {
		margin-bottom: 38px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-38 {
		margin-top: 38px !important;
		margin-bottom: 38px !important;
	}
	
	.mrg-t-xxxxl-38 {
		margin-top: 38px !important;
	}
	
	.mrg-b-xxxxl-38 {
		margin-bottom: 38px !important;
	}
}

.mrg-y-39 {
	margin-top: 39px !important;
	margin-bottom: 39px !important;
}

.mrg-t-39 {
	margin-top: 39px !important;
}

.mrg-b-39 {
	margin-bottom: 39px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-39 {
		margin-top: 39px !important;
		margin-bottom: 39px !important;
	}
	
	.mrg-t-sm-39 {
		margin-top: 39px !important;
	}
	
	.mrg-b-sm-39 {
		margin-bottom: 39px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-39 {
		margin-top: 39px !important;
		margin-bottom: 39px !important;
	}
	
	.mrg-t-lg-39 {
		margin-top: 39px !important;
	}
	
	.mrg-b-lg-39 {
		margin-bottom: 39px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-39 {
		margin-top: 39px !important;
		margin-bottom: 39px !important;
	}
	
	.mrg-t-xxl-39 {
		margin-top: 39px !important;
	}
	
	.mrg-b-xxl-39 {
		margin-bottom: 39px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-39 {
		margin-top: 39px !important;
		margin-bottom: 39px !important;
	}
	
	.mrg-t-xxxxl-39 {
		margin-top: 39px !important;
	}
	
	.mrg-b-xxxxl-39 {
		margin-bottom: 39px !important;
	}
}

.mrg-y-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mrg-t-40 {
	margin-top: 40px !important;
}

.mrg-b-40 {
	margin-bottom: 40px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.mrg-t-sm-40 {
		margin-top: 40px !important;
	}
	
	.mrg-b-sm-40 {
		margin-bottom: 40px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.mrg-t-lg-40 {
		margin-top: 40px !important;
	}
	
	.mrg-b-lg-40 {
		margin-bottom: 40px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.mrg-t-xxl-40 {
		margin-top: 40px !important;
	}
	
	.mrg-b-xxl-40 {
		margin-bottom: 40px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.mrg-t-xxxxl-40 {
		margin-top: 40px !important;
	}
	
	.mrg-b-xxxxl-40 {
		margin-bottom: 40px !important;
	}
}

.mrg-y-41 {
	margin-top: 41px !important;
	margin-bottom: 41px !important;
}

.mrg-t-41 {
	margin-top: 41px !important;
}

.mrg-b-41 {
	margin-bottom: 41px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-41 {
		margin-top: 41px !important;
		margin-bottom: 41px !important;
	}
	
	.mrg-t-sm-41 {
		margin-top: 41px !important;
	}
	
	.mrg-b-sm-41 {
		margin-bottom: 41px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-41 {
		margin-top: 41px !important;
		margin-bottom: 41px !important;
	}
	
	.mrg-t-lg-41 {
		margin-top: 41px !important;
	}
	
	.mrg-b-lg-41 {
		margin-bottom: 41px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-41 {
		margin-top: 41px !important;
		margin-bottom: 41px !important;
	}
	
	.mrg-t-xxl-41 {
		margin-top: 41px !important;
	}
	
	.mrg-b-xxl-41 {
		margin-bottom: 41px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-41 {
		margin-top: 41px !important;
		margin-bottom: 41px !important;
	}
	
	.mrg-t-xxxxl-41 {
		margin-top: 41px !important;
	}
	
	.mrg-b-xxxxl-41 {
		margin-bottom: 41px !important;
	}
}

.mrg-y-42 {
	margin-top: 42px !important;
	margin-bottom: 42px !important;
}

.mrg-t-42 {
	margin-top: 42px !important;
}

.mrg-b-42 {
	margin-bottom: 42px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-42 {
		margin-top: 42px !important;
		margin-bottom: 42px !important;
	}
	
	.mrg-t-sm-42 {
		margin-top: 42px !important;
	}
	
	.mrg-b-sm-42 {
		margin-bottom: 42px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-42 {
		margin-top: 42px !important;
		margin-bottom: 42px !important;
	}
	
	.mrg-t-lg-42 {
		margin-top: 42px !important;
	}
	
	.mrg-b-lg-42 {
		margin-bottom: 42px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-42 {
		margin-top: 42px !important;
		margin-bottom: 42px !important;
	}
	
	.mrg-t-xxl-42 {
		margin-top: 42px !important;
	}
	
	.mrg-b-xxl-42 {
		margin-bottom: 42px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-42 {
		margin-top: 42px !important;
		margin-bottom: 42px !important;
	}
	
	.mrg-t-xxxxl-42 {
		margin-top: 42px !important;
	}
	
	.mrg-b-xxxxl-42 {
		margin-bottom: 42px !important;
	}
}

.mrg-y-43 {
	margin-top: 43px !important;
	margin-bottom: 43px !important;
}

.mrg-t-43 {
	margin-top: 43px !important;
}

.mrg-b-43 {
	margin-bottom: 43px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-43 {
		margin-top: 43px !important;
		margin-bottom: 43px !important;
	}
	
	.mrg-t-sm-43 {
		margin-top: 43px !important;
	}
	
	.mrg-b-sm-43 {
		margin-bottom: 43px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-43 {
		margin-top: 43px !important;
		margin-bottom: 43px !important;
	}
	
	.mrg-t-lg-43 {
		margin-top: 43px !important;
	}
	
	.mrg-b-lg-43 {
		margin-bottom: 43px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-43 {
		margin-top: 43px !important;
		margin-bottom: 43px !important;
	}
	
	.mrg-t-xxl-43 {
		margin-top: 43px !important;
	}
	
	.mrg-b-xxl-43 {
		margin-bottom: 43px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-43 {
		margin-top: 43px !important;
		margin-bottom: 43px !important;
	}
	
	.mrg-t-xxxxl-43 {
		margin-top: 43px !important;
	}
	
	.mrg-b-xxxxl-43 {
		margin-bottom: 43px !important;
	}
}

.mrg-y-44 {
	margin-top: 44px !important;
	margin-bottom: 44px !important;
}

.mrg-t-44 {
	margin-top: 44px !important;
}

.mrg-b-44 {
	margin-bottom: 44px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-44 {
		margin-top: 44px !important;
		margin-bottom: 44px !important;
	}
	
	.mrg-t-sm-44 {
		margin-top: 44px !important;
	}
	
	.mrg-b-sm-44 {
		margin-bottom: 44px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-44 {
		margin-top: 44px !important;
		margin-bottom: 44px !important;
	}
	
	.mrg-t-lg-44 {
		margin-top: 44px !important;
	}
	
	.mrg-b-lg-44 {
		margin-bottom: 44px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-44 {
		margin-top: 44px !important;
		margin-bottom: 44px !important;
	}
	
	.mrg-t-xxl-44 {
		margin-top: 44px !important;
	}
	
	.mrg-b-xxl-44 {
		margin-bottom: 44px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-44 {
		margin-top: 44px !important;
		margin-bottom: 44px !important;
	}
	
	.mrg-t-xxxxl-44 {
		margin-top: 44px !important;
	}
	
	.mrg-b-xxxxl-44 {
		margin-bottom: 44px !important;
	}
}

.mrg-y-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.mrg-t-45 {
	margin-top: 45px !important;
}

.mrg-b-45 {
	margin-bottom: 45px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	
	.mrg-t-sm-45 {
		margin-top: 45px !important;
	}
	
	.mrg-b-sm-45 {
		margin-bottom: 45px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	
	.mrg-t-lg-45 {
		margin-top: 45px !important;
	}
	
	.mrg-b-lg-45 {
		margin-bottom: 45px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	
	.mrg-t-xxl-45 {
		margin-top: 45px !important;
	}
	
	.mrg-b-xxl-45 {
		margin-bottom: 45px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}
	
	.mrg-t-xxxxl-45 {
		margin-top: 45px !important;
	}
	
	.mrg-b-xxxxl-45 {
		margin-bottom: 45px !important;
	}
}

.mrg-y-46 {
	margin-top: 46px !important;
	margin-bottom: 46px !important;
}

.mrg-t-46 {
	margin-top: 46px !important;
}

.mrg-b-46 {
	margin-bottom: 46px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-46 {
		margin-top: 46px !important;
		margin-bottom: 46px !important;
	}
	
	.mrg-t-sm-46 {
		margin-top: 46px !important;
	}
	
	.mrg-b-sm-46 {
		margin-bottom: 46px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-46 {
		margin-top: 46px !important;
		margin-bottom: 46px !important;
	}
	
	.mrg-t-lg-46 {
		margin-top: 46px !important;
	}
	
	.mrg-b-lg-46 {
		margin-bottom: 46px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-46 {
		margin-top: 46px !important;
		margin-bottom: 46px !important;
	}
	
	.mrg-t-xxl-46 {
		margin-top: 46px !important;
	}
	
	.mrg-b-xxl-46 {
		margin-bottom: 46px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-46 {
		margin-top: 46px !important;
		margin-bottom: 46px !important;
	}
	
	.mrg-t-xxxxl-46 {
		margin-top: 46px !important;
	}
	
	.mrg-b-xxxxl-46 {
		margin-bottom: 46px !important;
	}
}

.mrg-y-47 {
	margin-top: 47px !important;
	margin-bottom: 47px !important;
}

.mrg-t-47 {
	margin-top: 47px !important;
}

.mrg-b-47 {
	margin-bottom: 47px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-47 {
		margin-top: 47px !important;
		margin-bottom: 47px !important;
	}
	
	.mrg-t-sm-47 {
		margin-top: 47px !important;
	}
	
	.mrg-b-sm-47 {
		margin-bottom: 47px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-47 {
		margin-top: 47px !important;
		margin-bottom: 47px !important;
	}
	
	.mrg-t-lg-47 {
		margin-top: 47px !important;
	}
	
	.mrg-b-lg-47 {
		margin-bottom: 47px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-47 {
		margin-top: 47px !important;
		margin-bottom: 47px !important;
	}
	
	.mrg-t-xxl-47 {
		margin-top: 47px !important;
	}
	
	.mrg-b-xxl-47 {
		margin-bottom: 47px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-47 {
		margin-top: 47px !important;
		margin-bottom: 47px !important;
	}
	
	.mrg-t-xxxxl-47 {
		margin-top: 47px !important;
	}
	
	.mrg-b-xxxxl-47 {
		margin-bottom: 47px !important;
	}
}

.mrg-y-48 {
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}

.mrg-t-48 {
	margin-top: 48px !important;
}

.mrg-b-48 {
	margin-bottom: 48px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-48 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	
	.mrg-t-sm-48 {
		margin-top: 48px !important;
	}
	
	.mrg-b-sm-48 {
		margin-bottom: 48px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-48 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	
	.mrg-t-lg-48 {
		margin-top: 48px !important;
	}
	
	.mrg-b-lg-48 {
		margin-bottom: 48px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-48 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	
	.mrg-t-xxl-48 {
		margin-top: 48px !important;
	}
	
	.mrg-b-xxl-48 {
		margin-bottom: 48px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-48 {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
	
	.mrg-t-xxxxl-48 {
		margin-top: 48px !important;
	}
	
	.mrg-b-xxxxl-48 {
		margin-bottom: 48px !important;
	}
}

.mrg-y-49 {
	margin-top: 49px !important;
	margin-bottom: 49px !important;
}

.mrg-t-49 {
	margin-top: 49px !important;
}

.mrg-b-49 {
	margin-bottom: 49px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-49 {
		margin-top: 49px !important;
		margin-bottom: 49px !important;
	}
	
	.mrg-t-sm-49 {
		margin-top: 49px !important;
	}
	
	.mrg-b-sm-49 {
		margin-bottom: 49px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-49 {
		margin-top: 49px !important;
		margin-bottom: 49px !important;
	}
	
	.mrg-t-lg-49 {
		margin-top: 49px !important;
	}
	
	.mrg-b-lg-49 {
		margin-bottom: 49px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-49 {
		margin-top: 49px !important;
		margin-bottom: 49px !important;
	}
	
	.mrg-t-xxl-49 {
		margin-top: 49px !important;
	}
	
	.mrg-b-xxl-49 {
		margin-bottom: 49px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-49 {
		margin-top: 49px !important;
		margin-bottom: 49px !important;
	}
	
	.mrg-t-xxxxl-49 {
		margin-top: 49px !important;
	}
	
	.mrg-b-xxxxl-49 {
		margin-bottom: 49px !important;
	}
}

.mrg-y-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.mrg-t-50 {
	margin-top: 50px !important;
}

.mrg-b-50 {
	margin-bottom: 50px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	
	.mrg-t-sm-50 {
		margin-top: 50px !important;
	}
	
	.mrg-b-sm-50 {
		margin-bottom: 50px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	
	.mrg-t-lg-50 {
		margin-top: 50px !important;
	}
	
	.mrg-b-lg-50 {
		margin-bottom: 50px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	
	.mrg-t-xxl-50 {
		margin-top: 50px !important;
	}
	
	.mrg-b-xxl-50 {
		margin-bottom: 50px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	
	.mrg-t-xxxxl-50 {
		margin-top: 50px !important;
	}
	
	.mrg-b-xxxxl-50 {
		margin-bottom: 50px !important;
	}
}

.mrg-y-51 {
	margin-top: 51px !important;
	margin-bottom: 51px !important;
}

.mrg-t-51 {
	margin-top: 51px !important;
}

.mrg-b-51 {
	margin-bottom: 51px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-51 {
		margin-top: 51px !important;
		margin-bottom: 51px !important;
	}
	
	.mrg-t-sm-51 {
		margin-top: 51px !important;
	}
	
	.mrg-b-sm-51 {
		margin-bottom: 51px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-51 {
		margin-top: 51px !important;
		margin-bottom: 51px !important;
	}
	
	.mrg-t-lg-51 {
		margin-top: 51px !important;
	}
	
	.mrg-b-lg-51 {
		margin-bottom: 51px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-51 {
		margin-top: 51px !important;
		margin-bottom: 51px !important;
	}
	
	.mrg-t-xxl-51 {
		margin-top: 51px !important;
	}
	
	.mrg-b-xxl-51 {
		margin-bottom: 51px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-51 {
		margin-top: 51px !important;
		margin-bottom: 51px !important;
	}
	
	.mrg-t-xxxxl-51 {
		margin-top: 51px !important;
	}
	
	.mrg-b-xxxxl-51 {
		margin-bottom: 51px !important;
	}
}

.mrg-y-52 {
	margin-top: 52px !important;
	margin-bottom: 52px !important;
}

.mrg-t-52 {
	margin-top: 52px !important;
}

.mrg-b-52 {
	margin-bottom: 52px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-52 {
		margin-top: 52px !important;
		margin-bottom: 52px !important;
	}
	
	.mrg-t-sm-52 {
		margin-top: 52px !important;
	}
	
	.mrg-b-sm-52 {
		margin-bottom: 52px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-52 {
		margin-top: 52px !important;
		margin-bottom: 52px !important;
	}
	
	.mrg-t-lg-52 {
		margin-top: 52px !important;
	}
	
	.mrg-b-lg-52 {
		margin-bottom: 52px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-52 {
		margin-top: 52px !important;
		margin-bottom: 52px !important;
	}
	
	.mrg-t-xxl-52 {
		margin-top: 52px !important;
	}
	
	.mrg-b-xxl-52 {
		margin-bottom: 52px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-52 {
		margin-top: 52px !important;
		margin-bottom: 52px !important;
	}
	
	.mrg-t-xxxxl-52 {
		margin-top: 52px !important;
	}
	
	.mrg-b-xxxxl-52 {
		margin-bottom: 52px !important;
	}
}

.mrg-y-53 {
	margin-top: 53px !important;
	margin-bottom: 53px !important;
}

.mrg-t-53 {
	margin-top: 53px !important;
}

.mrg-b-53 {
	margin-bottom: 53px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-53 {
		margin-top: 53px !important;
		margin-bottom: 53px !important;
	}
	
	.mrg-t-sm-53 {
		margin-top: 53px !important;
	}
	
	.mrg-b-sm-53 {
		margin-bottom: 53px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-53 {
		margin-top: 53px !important;
		margin-bottom: 53px !important;
	}
	
	.mrg-t-lg-53 {
		margin-top: 53px !important;
	}
	
	.mrg-b-lg-53 {
		margin-bottom: 53px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-53 {
		margin-top: 53px !important;
		margin-bottom: 53px !important;
	}
	
	.mrg-t-xxl-53 {
		margin-top: 53px !important;
	}
	
	.mrg-b-xxl-53 {
		margin-bottom: 53px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-53 {
		margin-top: 53px !important;
		margin-bottom: 53px !important;
	}
	
	.mrg-t-xxxxl-53 {
		margin-top: 53px !important;
	}
	
	.mrg-b-xxxxl-53 {
		margin-bottom: 53px !important;
	}
}

.mrg-y-54 {
	margin-top: 54px !important;
	margin-bottom: 54px !important;
}

.mrg-t-54 {
	margin-top: 54px !important;
}

.mrg-b-54 {
	margin-bottom: 54px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-54 {
		margin-top: 54px !important;
		margin-bottom: 54px !important;
	}
	
	.mrg-t-sm-54 {
		margin-top: 54px !important;
	}
	
	.mrg-b-sm-54 {
		margin-bottom: 54px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-54 {
		margin-top: 54px !important;
		margin-bottom: 54px !important;
	}
	
	.mrg-t-lg-54 {
		margin-top: 54px !important;
	}
	
	.mrg-b-lg-54 {
		margin-bottom: 54px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-54 {
		margin-top: 54px !important;
		margin-bottom: 54px !important;
	}
	
	.mrg-t-xxl-54 {
		margin-top: 54px !important;
	}
	
	.mrg-b-xxl-54 {
		margin-bottom: 54px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-54 {
		margin-top: 54px !important;
		margin-bottom: 54px !important;
	}
	
	.mrg-t-xxxxl-54 {
		margin-top: 54px !important;
	}
	
	.mrg-b-xxxxl-54 {
		margin-bottom: 54px !important;
	}
}

.mrg-y-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.mrg-t-55 {
	margin-top: 55px !important;
}

.mrg-b-55 {
	margin-bottom: 55px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}
	
	.mrg-t-sm-55 {
		margin-top: 55px !important;
	}
	
	.mrg-b-sm-55 {
		margin-bottom: 55px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}
	
	.mrg-t-lg-55 {
		margin-top: 55px !important;
	}
	
	.mrg-b-lg-55 {
		margin-bottom: 55px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}
	
	.mrg-t-xxl-55 {
		margin-top: 55px !important;
	}
	
	.mrg-b-xxl-55 {
		margin-bottom: 55px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}
	
	.mrg-t-xxxxl-55 {
		margin-top: 55px !important;
	}
	
	.mrg-b-xxxxl-55 {
		margin-bottom: 55px !important;
	}
}

.mrg-y-56 {
	margin-top: 56px !important;
	margin-bottom: 56px !important;
}

.mrg-t-56 {
	margin-top: 56px !important;
}

.mrg-b-56 {
	margin-bottom: 56px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-56 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	
	.mrg-t-sm-56 {
		margin-top: 56px !important;
	}
	
	.mrg-b-sm-56 {
		margin-bottom: 56px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-56 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	
	.mrg-t-lg-56 {
		margin-top: 56px !important;
	}
	
	.mrg-b-lg-56 {
		margin-bottom: 56px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-56 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	
	.mrg-t-xxl-56 {
		margin-top: 56px !important;
	}
	
	.mrg-b-xxl-56 {
		margin-bottom: 56px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-56 {
		margin-top: 56px !important;
		margin-bottom: 56px !important;
	}
	
	.mrg-t-xxxxl-56 {
		margin-top: 56px !important;
	}
	
	.mrg-b-xxxxl-56 {
		margin-bottom: 56px !important;
	}
}

.mrg-y-57 {
	margin-top: 57px !important;
	margin-bottom: 57px !important;
}

.mrg-t-57 {
	margin-top: 57px !important;
}

.mrg-b-57 {
	margin-bottom: 57px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-57 {
		margin-top: 57px !important;
		margin-bottom: 57px !important;
	}
	
	.mrg-t-sm-57 {
		margin-top: 57px !important;
	}
	
	.mrg-b-sm-57 {
		margin-bottom: 57px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-57 {
		margin-top: 57px !important;
		margin-bottom: 57px !important;
	}
	
	.mrg-t-lg-57 {
		margin-top: 57px !important;
	}
	
	.mrg-b-lg-57 {
		margin-bottom: 57px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-57 {
		margin-top: 57px !important;
		margin-bottom: 57px !important;
	}
	
	.mrg-t-xxl-57 {
		margin-top: 57px !important;
	}
	
	.mrg-b-xxl-57 {
		margin-bottom: 57px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-57 {
		margin-top: 57px !important;
		margin-bottom: 57px !important;
	}
	
	.mrg-t-xxxxl-57 {
		margin-top: 57px !important;
	}
	
	.mrg-b-xxxxl-57 {
		margin-bottom: 57px !important;
	}
}

.mrg-y-58 {
	margin-top: 58px !important;
	margin-bottom: 58px !important;
}

.mrg-t-58 {
	margin-top: 58px !important;
}

.mrg-b-58 {
	margin-bottom: 58px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-58 {
		margin-top: 58px !important;
		margin-bottom: 58px !important;
	}
	
	.mrg-t-sm-58 {
		margin-top: 58px !important;
	}
	
	.mrg-b-sm-58 {
		margin-bottom: 58px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-58 {
		margin-top: 58px !important;
		margin-bottom: 58px !important;
	}
	
	.mrg-t-lg-58 {
		margin-top: 58px !important;
	}
	
	.mrg-b-lg-58 {
		margin-bottom: 58px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-58 {
		margin-top: 58px !important;
		margin-bottom: 58px !important;
	}
	
	.mrg-t-xxl-58 {
		margin-top: 58px !important;
	}
	
	.mrg-b-xxl-58 {
		margin-bottom: 58px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-58 {
		margin-top: 58px !important;
		margin-bottom: 58px !important;
	}
	
	.mrg-t-xxxxl-58 {
		margin-top: 58px !important;
	}
	
	.mrg-b-xxxxl-58 {
		margin-bottom: 58px !important;
	}
}

.mrg-y-59 {
	margin-top: 59px !important;
	margin-bottom: 59px !important;
}

.mrg-t-59 {
	margin-top: 59px !important;
}

.mrg-b-59 {
	margin-bottom: 59px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-59 {
		margin-top: 59px !important;
		margin-bottom: 59px !important;
	}
	
	.mrg-t-sm-59 {
		margin-top: 59px !important;
	}
	
	.mrg-b-sm-59 {
		margin-bottom: 59px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-59 {
		margin-top: 59px !important;
		margin-bottom: 59px !important;
	}
	
	.mrg-t-lg-59 {
		margin-top: 59px !important;
	}
	
	.mrg-b-lg-59 {
		margin-bottom: 59px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-59 {
		margin-top: 59px !important;
		margin-bottom: 59px !important;
	}
	
	.mrg-t-xxl-59 {
		margin-top: 59px !important;
	}
	
	.mrg-b-xxl-59 {
		margin-bottom: 59px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-59 {
		margin-top: 59px !important;
		margin-bottom: 59px !important;
	}
	
	.mrg-t-xxxxl-59 {
		margin-top: 59px !important;
	}
	
	.mrg-b-xxxxl-59 {
		margin-bottom: 59px !important;
	}
}

.mrg-y-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.mrg-t-60 {
	margin-top: 60px !important;
}

.mrg-b-60 {
	margin-bottom: 60px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	
	.mrg-t-sm-60 {
		margin-top: 60px !important;
	}
	
	.mrg-b-sm-60 {
		margin-bottom: 60px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	
	.mrg-t-lg-60 {
		margin-top: 60px !important;
	}
	
	.mrg-b-lg-60 {
		margin-bottom: 60px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	
	.mrg-t-xxl-60 {
		margin-top: 60px !important;
	}
	
	.mrg-b-xxl-60 {
		margin-bottom: 60px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	
	.mrg-t-xxxxl-60 {
		margin-top: 60px !important;
	}
	
	.mrg-b-xxxxl-60 {
		margin-bottom: 60px !important;
	}
}

.mrg-y-61 {
	margin-top: 61px !important;
	margin-bottom: 61px !important;
}

.mrg-t-61 {
	margin-top: 61px !important;
}

.mrg-b-61 {
	margin-bottom: 61px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-61 {
		margin-top: 61px !important;
		margin-bottom: 61px !important;
	}
	
	.mrg-t-sm-61 {
		margin-top: 61px !important;
	}
	
	.mrg-b-sm-61 {
		margin-bottom: 61px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-61 {
		margin-top: 61px !important;
		margin-bottom: 61px !important;
	}
	
	.mrg-t-lg-61 {
		margin-top: 61px !important;
	}
	
	.mrg-b-lg-61 {
		margin-bottom: 61px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-61 {
		margin-top: 61px !important;
		margin-bottom: 61px !important;
	}
	
	.mrg-t-xxl-61 {
		margin-top: 61px !important;
	}
	
	.mrg-b-xxl-61 {
		margin-bottom: 61px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-61 {
		margin-top: 61px !important;
		margin-bottom: 61px !important;
	}
	
	.mrg-t-xxxxl-61 {
		margin-top: 61px !important;
	}
	
	.mrg-b-xxxxl-61 {
		margin-bottom: 61px !important;
	}
}

.mrg-y-62 {
	margin-top: 62px !important;
	margin-bottom: 62px !important;
}

.mrg-t-62 {
	margin-top: 62px !important;
}

.mrg-b-62 {
	margin-bottom: 62px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-62 {
		margin-top: 62px !important;
		margin-bottom: 62px !important;
	}
	
	.mrg-t-sm-62 {
		margin-top: 62px !important;
	}
	
	.mrg-b-sm-62 {
		margin-bottom: 62px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-62 {
		margin-top: 62px !important;
		margin-bottom: 62px !important;
	}
	
	.mrg-t-lg-62 {
		margin-top: 62px !important;
	}
	
	.mrg-b-lg-62 {
		margin-bottom: 62px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-62 {
		margin-top: 62px !important;
		margin-bottom: 62px !important;
	}
	
	.mrg-t-xxl-62 {
		margin-top: 62px !important;
	}
	
	.mrg-b-xxl-62 {
		margin-bottom: 62px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-62 {
		margin-top: 62px !important;
		margin-bottom: 62px !important;
	}
	
	.mrg-t-xxxxl-62 {
		margin-top: 62px !important;
	}
	
	.mrg-b-xxxxl-62 {
		margin-bottom: 62px !important;
	}
}

.mrg-y-63 {
	margin-top: 63px !important;
	margin-bottom: 63px !important;
}

.mrg-t-63 {
	margin-top: 63px !important;
}

.mrg-b-63 {
	margin-bottom: 63px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-63 {
		margin-top: 63px !important;
		margin-bottom: 63px !important;
	}
	
	.mrg-t-sm-63 {
		margin-top: 63px !important;
	}
	
	.mrg-b-sm-63 {
		margin-bottom: 63px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-63 {
		margin-top: 63px !important;
		margin-bottom: 63px !important;
	}
	
	.mrg-t-lg-63 {
		margin-top: 63px !important;
	}
	
	.mrg-b-lg-63 {
		margin-bottom: 63px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-63 {
		margin-top: 63px !important;
		margin-bottom: 63px !important;
	}
	
	.mrg-t-xxl-63 {
		margin-top: 63px !important;
	}
	
	.mrg-b-xxl-63 {
		margin-bottom: 63px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-63 {
		margin-top: 63px !important;
		margin-bottom: 63px !important;
	}
	
	.mrg-t-xxxxl-63 {
		margin-top: 63px !important;
	}
	
	.mrg-b-xxxxl-63 {
		margin-bottom: 63px !important;
	}
}

.mrg-y-64 {
	margin-top: 64px !important;
	margin-bottom: 64px !important;
}

.mrg-t-64 {
	margin-top: 64px !important;
}

.mrg-b-64 {
	margin-bottom: 64px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-64 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	
	.mrg-t-sm-64 {
		margin-top: 64px !important;
	}
	
	.mrg-b-sm-64 {
		margin-bottom: 64px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-64 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	
	.mrg-t-lg-64 {
		margin-top: 64px !important;
	}
	
	.mrg-b-lg-64 {
		margin-bottom: 64px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-64 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	
	.mrg-t-xxl-64 {
		margin-top: 64px !important;
	}
	
	.mrg-b-xxl-64 {
		margin-bottom: 64px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-64 {
		margin-top: 64px !important;
		margin-bottom: 64px !important;
	}
	
	.mrg-t-xxxxl-64 {
		margin-top: 64px !important;
	}
	
	.mrg-b-xxxxl-64 {
		margin-bottom: 64px !important;
	}
}

.mrg-y-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.mrg-t-65 {
	margin-top: 65px !important;
}

.mrg-b-65 {
	margin-bottom: 65px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
	
	.mrg-t-sm-65 {
		margin-top: 65px !important;
	}
	
	.mrg-b-sm-65 {
		margin-bottom: 65px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
	
	.mrg-t-lg-65 {
		margin-top: 65px !important;
	}
	
	.mrg-b-lg-65 {
		margin-bottom: 65px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
	
	.mrg-t-xxl-65 {
		margin-top: 65px !important;
	}
	
	.mrg-b-xxl-65 {
		margin-bottom: 65px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}
	
	.mrg-t-xxxxl-65 {
		margin-top: 65px !important;
	}
	
	.mrg-b-xxxxl-65 {
		margin-bottom: 65px !important;
	}
}

.mrg-y-66 {
	margin-top: 66px !important;
	margin-bottom: 66px !important;
}

.mrg-t-66 {
	margin-top: 66px !important;
}

.mrg-b-66 {
	margin-bottom: 66px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-66 {
		margin-top: 66px !important;
		margin-bottom: 66px !important;
	}
	
	.mrg-t-sm-66 {
		margin-top: 66px !important;
	}
	
	.mrg-b-sm-66 {
		margin-bottom: 66px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-66 {
		margin-top: 66px !important;
		margin-bottom: 66px !important;
	}
	
	.mrg-t-lg-66 {
		margin-top: 66px !important;
	}
	
	.mrg-b-lg-66 {
		margin-bottom: 66px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-66 {
		margin-top: 66px !important;
		margin-bottom: 66px !important;
	}
	
	.mrg-t-xxl-66 {
		margin-top: 66px !important;
	}
	
	.mrg-b-xxl-66 {
		margin-bottom: 66px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-66 {
		margin-top: 66px !important;
		margin-bottom: 66px !important;
	}
	
	.mrg-t-xxxxl-66 {
		margin-top: 66px !important;
	}
	
	.mrg-b-xxxxl-66 {
		margin-bottom: 66px !important;
	}
}

.mrg-y-67 {
	margin-top: 67px !important;
	margin-bottom: 67px !important;
}

.mrg-t-67 {
	margin-top: 67px !important;
}

.mrg-b-67 {
	margin-bottom: 67px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-67 {
		margin-top: 67px !important;
		margin-bottom: 67px !important;
	}
	
	.mrg-t-sm-67 {
		margin-top: 67px !important;
	}
	
	.mrg-b-sm-67 {
		margin-bottom: 67px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-67 {
		margin-top: 67px !important;
		margin-bottom: 67px !important;
	}
	
	.mrg-t-lg-67 {
		margin-top: 67px !important;
	}
	
	.mrg-b-lg-67 {
		margin-bottom: 67px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-67 {
		margin-top: 67px !important;
		margin-bottom: 67px !important;
	}
	
	.mrg-t-xxl-67 {
		margin-top: 67px !important;
	}
	
	.mrg-b-xxl-67 {
		margin-bottom: 67px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-67 {
		margin-top: 67px !important;
		margin-bottom: 67px !important;
	}
	
	.mrg-t-xxxxl-67 {
		margin-top: 67px !important;
	}
	
	.mrg-b-xxxxl-67 {
		margin-bottom: 67px !important;
	}
}

.mrg-y-68 {
	margin-top: 68px !important;
	margin-bottom: 68px !important;
}

.mrg-t-68 {
	margin-top: 68px !important;
}

.mrg-b-68 {
	margin-bottom: 68px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-68 {
		margin-top: 68px !important;
		margin-bottom: 68px !important;
	}
	
	.mrg-t-sm-68 {
		margin-top: 68px !important;
	}
	
	.mrg-b-sm-68 {
		margin-bottom: 68px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-68 {
		margin-top: 68px !important;
		margin-bottom: 68px !important;
	}
	
	.mrg-t-lg-68 {
		margin-top: 68px !important;
	}
	
	.mrg-b-lg-68 {
		margin-bottom: 68px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-68 {
		margin-top: 68px !important;
		margin-bottom: 68px !important;
	}
	
	.mrg-t-xxl-68 {
		margin-top: 68px !important;
	}
	
	.mrg-b-xxl-68 {
		margin-bottom: 68px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-68 {
		margin-top: 68px !important;
		margin-bottom: 68px !important;
	}
	
	.mrg-t-xxxxl-68 {
		margin-top: 68px !important;
	}
	
	.mrg-b-xxxxl-68 {
		margin-bottom: 68px !important;
	}
}

.mrg-y-69 {
	margin-top: 69px !important;
	margin-bottom: 69px !important;
}

.mrg-t-69 {
	margin-top: 69px !important;
}

.mrg-b-69 {
	margin-bottom: 69px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-69 {
		margin-top: 69px !important;
		margin-bottom: 69px !important;
	}
	
	.mrg-t-sm-69 {
		margin-top: 69px !important;
	}
	
	.mrg-b-sm-69 {
		margin-bottom: 69px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-69 {
		margin-top: 69px !important;
		margin-bottom: 69px !important;
	}
	
	.mrg-t-lg-69 {
		margin-top: 69px !important;
	}
	
	.mrg-b-lg-69 {
		margin-bottom: 69px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-69 {
		margin-top: 69px !important;
		margin-bottom: 69px !important;
	}
	
	.mrg-t-xxl-69 {
		margin-top: 69px !important;
	}
	
	.mrg-b-xxl-69 {
		margin-bottom: 69px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-69 {
		margin-top: 69px !important;
		margin-bottom: 69px !important;
	}
	
	.mrg-t-xxxxl-69 {
		margin-top: 69px !important;
	}
	
	.mrg-b-xxxxl-69 {
		margin-bottom: 69px !important;
	}
}

.mrg-y-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.mrg-t-70 {
	margin-top: 70px !important;
}

.mrg-b-70 {
	margin-bottom: 70px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	
	.mrg-t-sm-70 {
		margin-top: 70px !important;
	}
	
	.mrg-b-sm-70 {
		margin-bottom: 70px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	
	.mrg-t-lg-70 {
		margin-top: 70px !important;
	}
	
	.mrg-b-lg-70 {
		margin-bottom: 70px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	
	.mrg-t-xxl-70 {
		margin-top: 70px !important;
	}
	
	.mrg-b-xxl-70 {
		margin-bottom: 70px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}
	
	.mrg-t-xxxxl-70 {
		margin-top: 70px !important;
	}
	
	.mrg-b-xxxxl-70 {
		margin-bottom: 70px !important;
	}
}

.mrg-y-71 {
	margin-top: 71px !important;
	margin-bottom: 71px !important;
}

.mrg-t-71 {
	margin-top: 71px !important;
}

.mrg-b-71 {
	margin-bottom: 71px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-71 {
		margin-top: 71px !important;
		margin-bottom: 71px !important;
	}
	
	.mrg-t-sm-71 {
		margin-top: 71px !important;
	}
	
	.mrg-b-sm-71 {
		margin-bottom: 71px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-71 {
		margin-top: 71px !important;
		margin-bottom: 71px !important;
	}
	
	.mrg-t-lg-71 {
		margin-top: 71px !important;
	}
	
	.mrg-b-lg-71 {
		margin-bottom: 71px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-71 {
		margin-top: 71px !important;
		margin-bottom: 71px !important;
	}
	
	.mrg-t-xxl-71 {
		margin-top: 71px !important;
	}
	
	.mrg-b-xxl-71 {
		margin-bottom: 71px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-71 {
		margin-top: 71px !important;
		margin-bottom: 71px !important;
	}
	
	.mrg-t-xxxxl-71 {
		margin-top: 71px !important;
	}
	
	.mrg-b-xxxxl-71 {
		margin-bottom: 71px !important;
	}
}

.mrg-y-72 {
	margin-top: 72px !important;
	margin-bottom: 72px !important;
}

.mrg-t-72 {
	margin-top: 72px !important;
}

.mrg-b-72 {
	margin-bottom: 72px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-72 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	
	.mrg-t-sm-72 {
		margin-top: 72px !important;
	}
	
	.mrg-b-sm-72 {
		margin-bottom: 72px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-72 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	
	.mrg-t-lg-72 {
		margin-top: 72px !important;
	}
	
	.mrg-b-lg-72 {
		margin-bottom: 72px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-72 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	
	.mrg-t-xxl-72 {
		margin-top: 72px !important;
	}
	
	.mrg-b-xxl-72 {
		margin-bottom: 72px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-72 {
		margin-top: 72px !important;
		margin-bottom: 72px !important;
	}
	
	.mrg-t-xxxxl-72 {
		margin-top: 72px !important;
	}
	
	.mrg-b-xxxxl-72 {
		margin-bottom: 72px !important;
	}
}

.mrg-y-73 {
	margin-top: 73px !important;
	margin-bottom: 73px !important;
}

.mrg-t-73 {
	margin-top: 73px !important;
}

.mrg-b-73 {
	margin-bottom: 73px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-73 {
		margin-top: 73px !important;
		margin-bottom: 73px !important;
	}
	
	.mrg-t-sm-73 {
		margin-top: 73px !important;
	}
	
	.mrg-b-sm-73 {
		margin-bottom: 73px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-73 {
		margin-top: 73px !important;
		margin-bottom: 73px !important;
	}
	
	.mrg-t-lg-73 {
		margin-top: 73px !important;
	}
	
	.mrg-b-lg-73 {
		margin-bottom: 73px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-73 {
		margin-top: 73px !important;
		margin-bottom: 73px !important;
	}
	
	.mrg-t-xxl-73 {
		margin-top: 73px !important;
	}
	
	.mrg-b-xxl-73 {
		margin-bottom: 73px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-73 {
		margin-top: 73px !important;
		margin-bottom: 73px !important;
	}
	
	.mrg-t-xxxxl-73 {
		margin-top: 73px !important;
	}
	
	.mrg-b-xxxxl-73 {
		margin-bottom: 73px !important;
	}
}

.mrg-y-74 {
	margin-top: 74px !important;
	margin-bottom: 74px !important;
}

.mrg-t-74 {
	margin-top: 74px !important;
}

.mrg-b-74 {
	margin-bottom: 74px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-74 {
		margin-top: 74px !important;
		margin-bottom: 74px !important;
	}
	
	.mrg-t-sm-74 {
		margin-top: 74px !important;
	}
	
	.mrg-b-sm-74 {
		margin-bottom: 74px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-74 {
		margin-top: 74px !important;
		margin-bottom: 74px !important;
	}
	
	.mrg-t-lg-74 {
		margin-top: 74px !important;
	}
	
	.mrg-b-lg-74 {
		margin-bottom: 74px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-74 {
		margin-top: 74px !important;
		margin-bottom: 74px !important;
	}
	
	.mrg-t-xxl-74 {
		margin-top: 74px !important;
	}
	
	.mrg-b-xxl-74 {
		margin-bottom: 74px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-74 {
		margin-top: 74px !important;
		margin-bottom: 74px !important;
	}
	
	.mrg-t-xxxxl-74 {
		margin-top: 74px !important;
	}
	
	.mrg-b-xxxxl-74 {
		margin-bottom: 74px !important;
	}
}

.mrg-y-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.mrg-t-75 {
	margin-top: 75px !important;
}

.mrg-b-75 {
	margin-bottom: 75px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}
	
	.mrg-t-sm-75 {
		margin-top: 75px !important;
	}
	
	.mrg-b-sm-75 {
		margin-bottom: 75px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}
	
	.mrg-t-lg-75 {
		margin-top: 75px !important;
	}
	
	.mrg-b-lg-75 {
		margin-bottom: 75px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}
	
	.mrg-t-xxl-75 {
		margin-top: 75px !important;
	}
	
	.mrg-b-xxl-75 {
		margin-bottom: 75px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}
	
	.mrg-t-xxxxl-75 {
		margin-top: 75px !important;
	}
	
	.mrg-b-xxxxl-75 {
		margin-bottom: 75px !important;
	}
}

.mrg-y-76 {
	margin-top: 76px !important;
	margin-bottom: 76px !important;
}

.mrg-t-76 {
	margin-top: 76px !important;
}

.mrg-b-76 {
	margin-bottom: 76px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-76 {
		margin-top: 76px !important;
		margin-bottom: 76px !important;
	}
	
	.mrg-t-sm-76 {
		margin-top: 76px !important;
	}
	
	.mrg-b-sm-76 {
		margin-bottom: 76px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-76 {
		margin-top: 76px !important;
		margin-bottom: 76px !important;
	}
	
	.mrg-t-lg-76 {
		margin-top: 76px !important;
	}
	
	.mrg-b-lg-76 {
		margin-bottom: 76px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-76 {
		margin-top: 76px !important;
		margin-bottom: 76px !important;
	}
	
	.mrg-t-xxl-76 {
		margin-top: 76px !important;
	}
	
	.mrg-b-xxl-76 {
		margin-bottom: 76px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-76 {
		margin-top: 76px !important;
		margin-bottom: 76px !important;
	}
	
	.mrg-t-xxxxl-76 {
		margin-top: 76px !important;
	}
	
	.mrg-b-xxxxl-76 {
		margin-bottom: 76px !important;
	}
}

.mrg-y-77 {
	margin-top: 77px !important;
	margin-bottom: 77px !important;
}

.mrg-t-77 {
	margin-top: 77px !important;
}

.mrg-b-77 {
	margin-bottom: 77px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-77 {
		margin-top: 77px !important;
		margin-bottom: 77px !important;
	}
	
	.mrg-t-sm-77 {
		margin-top: 77px !important;
	}
	
	.mrg-b-sm-77 {
		margin-bottom: 77px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-77 {
		margin-top: 77px !important;
		margin-bottom: 77px !important;
	}
	
	.mrg-t-lg-77 {
		margin-top: 77px !important;
	}
	
	.mrg-b-lg-77 {
		margin-bottom: 77px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-77 {
		margin-top: 77px !important;
		margin-bottom: 77px !important;
	}
	
	.mrg-t-xxl-77 {
		margin-top: 77px !important;
	}
	
	.mrg-b-xxl-77 {
		margin-bottom: 77px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-77 {
		margin-top: 77px !important;
		margin-bottom: 77px !important;
	}
	
	.mrg-t-xxxxl-77 {
		margin-top: 77px !important;
	}
	
	.mrg-b-xxxxl-77 {
		margin-bottom: 77px !important;
	}
}

.mrg-y-78 {
	margin-top: 78px !important;
	margin-bottom: 78px !important;
}

.mrg-t-78 {
	margin-top: 78px !important;
}

.mrg-b-78 {
	margin-bottom: 78px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-78 {
		margin-top: 78px !important;
		margin-bottom: 78px !important;
	}
	
	.mrg-t-sm-78 {
		margin-top: 78px !important;
	}
	
	.mrg-b-sm-78 {
		margin-bottom: 78px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-78 {
		margin-top: 78px !important;
		margin-bottom: 78px !important;
	}
	
	.mrg-t-lg-78 {
		margin-top: 78px !important;
	}
	
	.mrg-b-lg-78 {
		margin-bottom: 78px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-78 {
		margin-top: 78px !important;
		margin-bottom: 78px !important;
	}
	
	.mrg-t-xxl-78 {
		margin-top: 78px !important;
	}
	
	.mrg-b-xxl-78 {
		margin-bottom: 78px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-78 {
		margin-top: 78px !important;
		margin-bottom: 78px !important;
	}
	
	.mrg-t-xxxxl-78 {
		margin-top: 78px !important;
	}
	
	.mrg-b-xxxxl-78 {
		margin-bottom: 78px !important;
	}
}

.mrg-y-79 {
	margin-top: 79px !important;
	margin-bottom: 79px !important;
}

.mrg-t-79 {
	margin-top: 79px !important;
}

.mrg-b-79 {
	margin-bottom: 79px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-79 {
		margin-top: 79px !important;
		margin-bottom: 79px !important;
	}
	
	.mrg-t-sm-79 {
		margin-top: 79px !important;
	}
	
	.mrg-b-sm-79 {
		margin-bottom: 79px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-79 {
		margin-top: 79px !important;
		margin-bottom: 79px !important;
	}
	
	.mrg-t-lg-79 {
		margin-top: 79px !important;
	}
	
	.mrg-b-lg-79 {
		margin-bottom: 79px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-79 {
		margin-top: 79px !important;
		margin-bottom: 79px !important;
	}
	
	.mrg-t-xxl-79 {
		margin-top: 79px !important;
	}
	
	.mrg-b-xxl-79 {
		margin-bottom: 79px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-79 {
		margin-top: 79px !important;
		margin-bottom: 79px !important;
	}
	
	.mrg-t-xxxxl-79 {
		margin-top: 79px !important;
	}
	
	.mrg-b-xxxxl-79 {
		margin-bottom: 79px !important;
	}
}

.mrg-y-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.mrg-t-80 {
	margin-top: 80px !important;
}

.mrg-b-80 {
	margin-bottom: 80px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	
	.mrg-t-sm-80 {
		margin-top: 80px !important;
	}
	
	.mrg-b-sm-80 {
		margin-bottom: 80px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	
	.mrg-t-lg-80 {
		margin-top: 80px !important;
	}
	
	.mrg-b-lg-80 {
		margin-bottom: 80px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	
	.mrg-t-xxl-80 {
		margin-top: 80px !important;
	}
	
	.mrg-b-xxl-80 {
		margin-bottom: 80px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	
	.mrg-t-xxxxl-80 {
		margin-top: 80px !important;
	}
	
	.mrg-b-xxxxl-80 {
		margin-bottom: 80px !important;
	}
}

.mrg-y-81 {
	margin-top: 81px !important;
	margin-bottom: 81px !important;
}

.mrg-t-81 {
	margin-top: 81px !important;
}

.mrg-b-81 {
	margin-bottom: 81px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-81 {
		margin-top: 81px !important;
		margin-bottom: 81px !important;
	}
	
	.mrg-t-sm-81 {
		margin-top: 81px !important;
	}
	
	.mrg-b-sm-81 {
		margin-bottom: 81px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-81 {
		margin-top: 81px !important;
		margin-bottom: 81px !important;
	}
	
	.mrg-t-lg-81 {
		margin-top: 81px !important;
	}
	
	.mrg-b-lg-81 {
		margin-bottom: 81px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-81 {
		margin-top: 81px !important;
		margin-bottom: 81px !important;
	}
	
	.mrg-t-xxl-81 {
		margin-top: 81px !important;
	}
	
	.mrg-b-xxl-81 {
		margin-bottom: 81px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-81 {
		margin-top: 81px !important;
		margin-bottom: 81px !important;
	}
	
	.mrg-t-xxxxl-81 {
		margin-top: 81px !important;
	}
	
	.mrg-b-xxxxl-81 {
		margin-bottom: 81px !important;
	}
}

.mrg-y-82 {
	margin-top: 82px !important;
	margin-bottom: 82px !important;
}

.mrg-t-82 {
	margin-top: 82px !important;
}

.mrg-b-82 {
	margin-bottom: 82px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-82 {
		margin-top: 82px !important;
		margin-bottom: 82px !important;
	}
	
	.mrg-t-sm-82 {
		margin-top: 82px !important;
	}
	
	.mrg-b-sm-82 {
		margin-bottom: 82px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-82 {
		margin-top: 82px !important;
		margin-bottom: 82px !important;
	}
	
	.mrg-t-lg-82 {
		margin-top: 82px !important;
	}
	
	.mrg-b-lg-82 {
		margin-bottom: 82px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-82 {
		margin-top: 82px !important;
		margin-bottom: 82px !important;
	}
	
	.mrg-t-xxl-82 {
		margin-top: 82px !important;
	}
	
	.mrg-b-xxl-82 {
		margin-bottom: 82px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-82 {
		margin-top: 82px !important;
		margin-bottom: 82px !important;
	}
	
	.mrg-t-xxxxl-82 {
		margin-top: 82px !important;
	}
	
	.mrg-b-xxxxl-82 {
		margin-bottom: 82px !important;
	}
}

.mrg-y-83 {
	margin-top: 83px !important;
	margin-bottom: 83px !important;
}

.mrg-t-83 {
	margin-top: 83px !important;
}

.mrg-b-83 {
	margin-bottom: 83px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-83 {
		margin-top: 83px !important;
		margin-bottom: 83px !important;
	}
	
	.mrg-t-sm-83 {
		margin-top: 83px !important;
	}
	
	.mrg-b-sm-83 {
		margin-bottom: 83px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-83 {
		margin-top: 83px !important;
		margin-bottom: 83px !important;
	}
	
	.mrg-t-lg-83 {
		margin-top: 83px !important;
	}
	
	.mrg-b-lg-83 {
		margin-bottom: 83px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-83 {
		margin-top: 83px !important;
		margin-bottom: 83px !important;
	}
	
	.mrg-t-xxl-83 {
		margin-top: 83px !important;
	}
	
	.mrg-b-xxl-83 {
		margin-bottom: 83px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-83 {
		margin-top: 83px !important;
		margin-bottom: 83px !important;
	}
	
	.mrg-t-xxxxl-83 {
		margin-top: 83px !important;
	}
	
	.mrg-b-xxxxl-83 {
		margin-bottom: 83px !important;
	}
}

.mrg-y-84 {
	margin-top: 84px !important;
	margin-bottom: 84px !important;
}

.mrg-t-84 {
	margin-top: 84px !important;
}

.mrg-b-84 {
	margin-bottom: 84px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-84 {
		margin-top: 84px !important;
		margin-bottom: 84px !important;
	}
	
	.mrg-t-sm-84 {
		margin-top: 84px !important;
	}
	
	.mrg-b-sm-84 {
		margin-bottom: 84px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-84 {
		margin-top: 84px !important;
		margin-bottom: 84px !important;
	}
	
	.mrg-t-lg-84 {
		margin-top: 84px !important;
	}
	
	.mrg-b-lg-84 {
		margin-bottom: 84px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-84 {
		margin-top: 84px !important;
		margin-bottom: 84px !important;
	}
	
	.mrg-t-xxl-84 {
		margin-top: 84px !important;
	}
	
	.mrg-b-xxl-84 {
		margin-bottom: 84px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-84 {
		margin-top: 84px !important;
		margin-bottom: 84px !important;
	}
	
	.mrg-t-xxxxl-84 {
		margin-top: 84px !important;
	}
	
	.mrg-b-xxxxl-84 {
		margin-bottom: 84px !important;
	}
}

.mrg-y-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

.mrg-t-85 {
	margin-top: 85px !important;
}

.mrg-b-85 {
	margin-bottom: 85px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}
	
	.mrg-t-sm-85 {
		margin-top: 85px !important;
	}
	
	.mrg-b-sm-85 {
		margin-bottom: 85px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}
	
	.mrg-t-lg-85 {
		margin-top: 85px !important;
	}
	
	.mrg-b-lg-85 {
		margin-bottom: 85px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}
	
	.mrg-t-xxl-85 {
		margin-top: 85px !important;
	}
	
	.mrg-b-xxl-85 {
		margin-bottom: 85px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}
	
	.mrg-t-xxxxl-85 {
		margin-top: 85px !important;
	}
	
	.mrg-b-xxxxl-85 {
		margin-bottom: 85px !important;
	}
}

.mrg-y-86 {
	margin-top: 86px !important;
	margin-bottom: 86px !important;
}

.mrg-t-86 {
	margin-top: 86px !important;
}

.mrg-b-86 {
	margin-bottom: 86px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-86 {
		margin-top: 86px !important;
		margin-bottom: 86px !important;
	}
	
	.mrg-t-sm-86 {
		margin-top: 86px !important;
	}
	
	.mrg-b-sm-86 {
		margin-bottom: 86px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-86 {
		margin-top: 86px !important;
		margin-bottom: 86px !important;
	}
	
	.mrg-t-lg-86 {
		margin-top: 86px !important;
	}
	
	.mrg-b-lg-86 {
		margin-bottom: 86px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-86 {
		margin-top: 86px !important;
		margin-bottom: 86px !important;
	}
	
	.mrg-t-xxl-86 {
		margin-top: 86px !important;
	}
	
	.mrg-b-xxl-86 {
		margin-bottom: 86px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-86 {
		margin-top: 86px !important;
		margin-bottom: 86px !important;
	}
	
	.mrg-t-xxxxl-86 {
		margin-top: 86px !important;
	}
	
	.mrg-b-xxxxl-86 {
		margin-bottom: 86px !important;
	}
}

.mrg-y-87 {
	margin-top: 87px !important;
	margin-bottom: 87px !important;
}

.mrg-t-87 {
	margin-top: 87px !important;
}

.mrg-b-87 {
	margin-bottom: 87px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-87 {
		margin-top: 87px !important;
		margin-bottom: 87px !important;
	}
	
	.mrg-t-sm-87 {
		margin-top: 87px !important;
	}
	
	.mrg-b-sm-87 {
		margin-bottom: 87px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-87 {
		margin-top: 87px !important;
		margin-bottom: 87px !important;
	}
	
	.mrg-t-lg-87 {
		margin-top: 87px !important;
	}
	
	.mrg-b-lg-87 {
		margin-bottom: 87px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-87 {
		margin-top: 87px !important;
		margin-bottom: 87px !important;
	}
	
	.mrg-t-xxl-87 {
		margin-top: 87px !important;
	}
	
	.mrg-b-xxl-87 {
		margin-bottom: 87px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-87 {
		margin-top: 87px !important;
		margin-bottom: 87px !important;
	}
	
	.mrg-t-xxxxl-87 {
		margin-top: 87px !important;
	}
	
	.mrg-b-xxxxl-87 {
		margin-bottom: 87px !important;
	}
}

.mrg-y-88 {
	margin-top: 88px !important;
	margin-bottom: 88px !important;
}

.mrg-t-88 {
	margin-top: 88px !important;
}

.mrg-b-88 {
	margin-bottom: 88px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-88 {
		margin-top: 88px !important;
		margin-bottom: 88px !important;
	}
	
	.mrg-t-sm-88 {
		margin-top: 88px !important;
	}
	
	.mrg-b-sm-88 {
		margin-bottom: 88px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-88 {
		margin-top: 88px !important;
		margin-bottom: 88px !important;
	}
	
	.mrg-t-lg-88 {
		margin-top: 88px !important;
	}
	
	.mrg-b-lg-88 {
		margin-bottom: 88px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-88 {
		margin-top: 88px !important;
		margin-bottom: 88px !important;
	}
	
	.mrg-t-xxl-88 {
		margin-top: 88px !important;
	}
	
	.mrg-b-xxl-88 {
		margin-bottom: 88px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-88 {
		margin-top: 88px !important;
		margin-bottom: 88px !important;
	}
	
	.mrg-t-xxxxl-88 {
		margin-top: 88px !important;
	}
	
	.mrg-b-xxxxl-88 {
		margin-bottom: 88px !important;
	}
}

.mrg-y-89 {
	margin-top: 89px !important;
	margin-bottom: 89px !important;
}

.mrg-t-89 {
	margin-top: 89px !important;
}

.mrg-b-89 {
	margin-bottom: 89px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-89 {
		margin-top: 89px !important;
		margin-bottom: 89px !important;
	}
	
	.mrg-t-sm-89 {
		margin-top: 89px !important;
	}
	
	.mrg-b-sm-89 {
		margin-bottom: 89px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-89 {
		margin-top: 89px !important;
		margin-bottom: 89px !important;
	}
	
	.mrg-t-lg-89 {
		margin-top: 89px !important;
	}
	
	.mrg-b-lg-89 {
		margin-bottom: 89px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-89 {
		margin-top: 89px !important;
		margin-bottom: 89px !important;
	}
	
	.mrg-t-xxl-89 {
		margin-top: 89px !important;
	}
	
	.mrg-b-xxl-89 {
		margin-bottom: 89px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-89 {
		margin-top: 89px !important;
		margin-bottom: 89px !important;
	}
	
	.mrg-t-xxxxl-89 {
		margin-top: 89px !important;
	}
	
	.mrg-b-xxxxl-89 {
		margin-bottom: 89px !important;
	}
}

.mrg-y-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.mrg-t-90 {
	margin-top: 90px !important;
}

.mrg-b-90 {
	margin-bottom: 90px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	
	.mrg-t-sm-90 {
		margin-top: 90px !important;
	}
	
	.mrg-b-sm-90 {
		margin-bottom: 90px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	
	.mrg-t-lg-90 {
		margin-top: 90px !important;
	}
	
	.mrg-b-lg-90 {
		margin-bottom: 90px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	
	.mrg-t-xxl-90 {
		margin-top: 90px !important;
	}
	
	.mrg-b-xxl-90 {
		margin-bottom: 90px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}
	
	.mrg-t-xxxxl-90 {
		margin-top: 90px !important;
	}
	
	.mrg-b-xxxxl-90 {
		margin-bottom: 90px !important;
	}
}

.mrg-y-91 {
	margin-top: 91px !important;
	margin-bottom: 91px !important;
}

.mrg-t-91 {
	margin-top: 91px !important;
}

.mrg-b-91 {
	margin-bottom: 91px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-91 {
		margin-top: 91px !important;
		margin-bottom: 91px !important;
	}
	
	.mrg-t-sm-91 {
		margin-top: 91px !important;
	}
	
	.mrg-b-sm-91 {
		margin-bottom: 91px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-91 {
		margin-top: 91px !important;
		margin-bottom: 91px !important;
	}
	
	.mrg-t-lg-91 {
		margin-top: 91px !important;
	}
	
	.mrg-b-lg-91 {
		margin-bottom: 91px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-91 {
		margin-top: 91px !important;
		margin-bottom: 91px !important;
	}
	
	.mrg-t-xxl-91 {
		margin-top: 91px !important;
	}
	
	.mrg-b-xxl-91 {
		margin-bottom: 91px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-91 {
		margin-top: 91px !important;
		margin-bottom: 91px !important;
	}
	
	.mrg-t-xxxxl-91 {
		margin-top: 91px !important;
	}
	
	.mrg-b-xxxxl-91 {
		margin-bottom: 91px !important;
	}
}

.mrg-y-92 {
	margin-top: 92px !important;
	margin-bottom: 92px !important;
}

.mrg-t-92 {
	margin-top: 92px !important;
}

.mrg-b-92 {
	margin-bottom: 92px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-92 {
		margin-top: 92px !important;
		margin-bottom: 92px !important;
	}
	
	.mrg-t-sm-92 {
		margin-top: 92px !important;
	}
	
	.mrg-b-sm-92 {
		margin-bottom: 92px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-92 {
		margin-top: 92px !important;
		margin-bottom: 92px !important;
	}
	
	.mrg-t-lg-92 {
		margin-top: 92px !important;
	}
	
	.mrg-b-lg-92 {
		margin-bottom: 92px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-92 {
		margin-top: 92px !important;
		margin-bottom: 92px !important;
	}
	
	.mrg-t-xxl-92 {
		margin-top: 92px !important;
	}
	
	.mrg-b-xxl-92 {
		margin-bottom: 92px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-92 {
		margin-top: 92px !important;
		margin-bottom: 92px !important;
	}
	
	.mrg-t-xxxxl-92 {
		margin-top: 92px !important;
	}
	
	.mrg-b-xxxxl-92 {
		margin-bottom: 92px !important;
	}
}

.mrg-y-93 {
	margin-top: 93px !important;
	margin-bottom: 93px !important;
}

.mrg-t-93 {
	margin-top: 93px !important;
}

.mrg-b-93 {
	margin-bottom: 93px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-93 {
		margin-top: 93px !important;
		margin-bottom: 93px !important;
	}
	
	.mrg-t-sm-93 {
		margin-top: 93px !important;
	}
	
	.mrg-b-sm-93 {
		margin-bottom: 93px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-93 {
		margin-top: 93px !important;
		margin-bottom: 93px !important;
	}
	
	.mrg-t-lg-93 {
		margin-top: 93px !important;
	}
	
	.mrg-b-lg-93 {
		margin-bottom: 93px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-93 {
		margin-top: 93px !important;
		margin-bottom: 93px !important;
	}
	
	.mrg-t-xxl-93 {
		margin-top: 93px !important;
	}
	
	.mrg-b-xxl-93 {
		margin-bottom: 93px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-93 {
		margin-top: 93px !important;
		margin-bottom: 93px !important;
	}
	
	.mrg-t-xxxxl-93 {
		margin-top: 93px !important;
	}
	
	.mrg-b-xxxxl-93 {
		margin-bottom: 93px !important;
	}
}

.mrg-y-94 {
	margin-top: 94px !important;
	margin-bottom: 94px !important;
}

.mrg-t-94 {
	margin-top: 94px !important;
}

.mrg-b-94 {
	margin-bottom: 94px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-94 {
		margin-top: 94px !important;
		margin-bottom: 94px !important;
	}
	
	.mrg-t-sm-94 {
		margin-top: 94px !important;
	}
	
	.mrg-b-sm-94 {
		margin-bottom: 94px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-94 {
		margin-top: 94px !important;
		margin-bottom: 94px !important;
	}
	
	.mrg-t-lg-94 {
		margin-top: 94px !important;
	}
	
	.mrg-b-lg-94 {
		margin-bottom: 94px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-94 {
		margin-top: 94px !important;
		margin-bottom: 94px !important;
	}
	
	.mrg-t-xxl-94 {
		margin-top: 94px !important;
	}
	
	.mrg-b-xxl-94 {
		margin-bottom: 94px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-94 {
		margin-top: 94px !important;
		margin-bottom: 94px !important;
	}
	
	.mrg-t-xxxxl-94 {
		margin-top: 94px !important;
	}
	
	.mrg-b-xxxxl-94 {
		margin-bottom: 94px !important;
	}
}

.mrg-y-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.mrg-t-95 {
	margin-top: 95px !important;
}

.mrg-b-95 {
	margin-bottom: 95px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}
	
	.mrg-t-sm-95 {
		margin-top: 95px !important;
	}
	
	.mrg-b-sm-95 {
		margin-bottom: 95px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}
	
	.mrg-t-lg-95 {
		margin-top: 95px !important;
	}
	
	.mrg-b-lg-95 {
		margin-bottom: 95px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}
	
	.mrg-t-xxl-95 {
		margin-top: 95px !important;
	}
	
	.mrg-b-xxl-95 {
		margin-bottom: 95px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}
	
	.mrg-t-xxxxl-95 {
		margin-top: 95px !important;
	}
	
	.mrg-b-xxxxl-95 {
		margin-bottom: 95px !important;
	}
}

.mrg-y-96 {
	margin-top: 96px !important;
	margin-bottom: 96px !important;
}

.mrg-t-96 {
	margin-top: 96px !important;
}

.mrg-b-96 {
	margin-bottom: 96px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-96 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	
	.mrg-t-sm-96 {
		margin-top: 96px !important;
	}
	
	.mrg-b-sm-96 {
		margin-bottom: 96px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-96 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	
	.mrg-t-lg-96 {
		margin-top: 96px !important;
	}
	
	.mrg-b-lg-96 {
		margin-bottom: 96px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-96 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	
	.mrg-t-xxl-96 {
		margin-top: 96px !important;
	}
	
	.mrg-b-xxl-96 {
		margin-bottom: 96px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-96 {
		margin-top: 96px !important;
		margin-bottom: 96px !important;
	}
	
	.mrg-t-xxxxl-96 {
		margin-top: 96px !important;
	}
	
	.mrg-b-xxxxl-96 {
		margin-bottom: 96px !important;
	}
}

.mrg-y-97 {
	margin-top: 97px !important;
	margin-bottom: 97px !important;
}

.mrg-t-97 {
	margin-top: 97px !important;
}

.mrg-b-97 {
	margin-bottom: 97px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-97 {
		margin-top: 97px !important;
		margin-bottom: 97px !important;
	}
	
	.mrg-t-sm-97 {
		margin-top: 97px !important;
	}
	
	.mrg-b-sm-97 {
		margin-bottom: 97px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-97 {
		margin-top: 97px !important;
		margin-bottom: 97px !important;
	}
	
	.mrg-t-lg-97 {
		margin-top: 97px !important;
	}
	
	.mrg-b-lg-97 {
		margin-bottom: 97px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-97 {
		margin-top: 97px !important;
		margin-bottom: 97px !important;
	}
	
	.mrg-t-xxl-97 {
		margin-top: 97px !important;
	}
	
	.mrg-b-xxl-97 {
		margin-bottom: 97px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-97 {
		margin-top: 97px !important;
		margin-bottom: 97px !important;
	}
	
	.mrg-t-xxxxl-97 {
		margin-top: 97px !important;
	}
	
	.mrg-b-xxxxl-97 {
		margin-bottom: 97px !important;
	}
}

.mrg-y-98 {
	margin-top: 98px !important;
	margin-bottom: 98px !important;
}

.mrg-t-98 {
	margin-top: 98px !important;
}

.mrg-b-98 {
	margin-bottom: 98px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-98 {
		margin-top: 98px !important;
		margin-bottom: 98px !important;
	}
	
	.mrg-t-sm-98 {
		margin-top: 98px !important;
	}
	
	.mrg-b-sm-98 {
		margin-bottom: 98px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-98 {
		margin-top: 98px !important;
		margin-bottom: 98px !important;
	}
	
	.mrg-t-lg-98 {
		margin-top: 98px !important;
	}
	
	.mrg-b-lg-98 {
		margin-bottom: 98px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-98 {
		margin-top: 98px !important;
		margin-bottom: 98px !important;
	}
	
	.mrg-t-xxl-98 {
		margin-top: 98px !important;
	}
	
	.mrg-b-xxl-98 {
		margin-bottom: 98px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-98 {
		margin-top: 98px !important;
		margin-bottom: 98px !important;
	}
	
	.mrg-t-xxxxl-98 {
		margin-top: 98px !important;
	}
	
	.mrg-b-xxxxl-98 {
		margin-bottom: 98px !important;
	}
}

.mrg-y-99 {
	margin-top: 99px !important;
	margin-bottom: 99px !important;
}

.mrg-t-99 {
	margin-top: 99px !important;
}

.mrg-b-99 {
	margin-bottom: 99px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-99 {
		margin-top: 99px !important;
		margin-bottom: 99px !important;
	}
	
	.mrg-t-sm-99 {
		margin-top: 99px !important;
	}
	
	.mrg-b-sm-99 {
		margin-bottom: 99px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-99 {
		margin-top: 99px !important;
		margin-bottom: 99px !important;
	}
	
	.mrg-t-lg-99 {
		margin-top: 99px !important;
	}
	
	.mrg-b-lg-99 {
		margin-bottom: 99px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-99 {
		margin-top: 99px !important;
		margin-bottom: 99px !important;
	}
	
	.mrg-t-xxl-99 {
		margin-top: 99px !important;
	}
	
	.mrg-b-xxl-99 {
		margin-bottom: 99px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-99 {
		margin-top: 99px !important;
		margin-bottom: 99px !important;
	}
	
	.mrg-t-xxxxl-99 {
		margin-top: 99px !important;
	}
	
	.mrg-b-xxxxl-99 {
		margin-bottom: 99px !important;
	}
}

.mrg-y-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.mrg-t-100 {
	margin-top: 100px !important;
}

.mrg-b-100 {
	margin-bottom: 100px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	
	.mrg-t-sm-100 {
		margin-top: 100px !important;
	}
	
	.mrg-b-sm-100 {
		margin-bottom: 100px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	
	.mrg-t-lg-100 {
		margin-top: 100px !important;
	}
	
	.mrg-b-lg-100 {
		margin-bottom: 100px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	
	.mrg-t-xxl-100 {
		margin-top: 100px !important;
	}
	
	.mrg-b-xxl-100 {
		margin-bottom: 100px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	
	.mrg-t-xxxxl-100 {
		margin-top: 100px !important;
	}
	
	.mrg-b-xxxxl-100 {
		margin-bottom: 100px !important;
	}
}

.mrg-y-101 {
	margin-top: 101px !important;
	margin-bottom: 101px !important;
}

.mrg-t-101 {
	margin-top: 101px !important;
}

.mrg-b-101 {
	margin-bottom: 101px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-101 {
		margin-top: 101px !important;
		margin-bottom: 101px !important;
	}
	
	.mrg-t-sm-101 {
		margin-top: 101px !important;
	}
	
	.mrg-b-sm-101 {
		margin-bottom: 101px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-101 {
		margin-top: 101px !important;
		margin-bottom: 101px !important;
	}
	
	.mrg-t-lg-101 {
		margin-top: 101px !important;
	}
	
	.mrg-b-lg-101 {
		margin-bottom: 101px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-101 {
		margin-top: 101px !important;
		margin-bottom: 101px !important;
	}
	
	.mrg-t-xxl-101 {
		margin-top: 101px !important;
	}
	
	.mrg-b-xxl-101 {
		margin-bottom: 101px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-101 {
		margin-top: 101px !important;
		margin-bottom: 101px !important;
	}
	
	.mrg-t-xxxxl-101 {
		margin-top: 101px !important;
	}
	
	.mrg-b-xxxxl-101 {
		margin-bottom: 101px !important;
	}
}

.mrg-y-102 {
	margin-top: 102px !important;
	margin-bottom: 102px !important;
}

.mrg-t-102 {
	margin-top: 102px !important;
}

.mrg-b-102 {
	margin-bottom: 102px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-102 {
		margin-top: 102px !important;
		margin-bottom: 102px !important;
	}
	
	.mrg-t-sm-102 {
		margin-top: 102px !important;
	}
	
	.mrg-b-sm-102 {
		margin-bottom: 102px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-102 {
		margin-top: 102px !important;
		margin-bottom: 102px !important;
	}
	
	.mrg-t-lg-102 {
		margin-top: 102px !important;
	}
	
	.mrg-b-lg-102 {
		margin-bottom: 102px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-102 {
		margin-top: 102px !important;
		margin-bottom: 102px !important;
	}
	
	.mrg-t-xxl-102 {
		margin-top: 102px !important;
	}
	
	.mrg-b-xxl-102 {
		margin-bottom: 102px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-102 {
		margin-top: 102px !important;
		margin-bottom: 102px !important;
	}
	
	.mrg-t-xxxxl-102 {
		margin-top: 102px !important;
	}
	
	.mrg-b-xxxxl-102 {
		margin-bottom: 102px !important;
	}
}

.mrg-y-103 {
	margin-top: 103px !important;
	margin-bottom: 103px !important;
}

.mrg-t-103 {
	margin-top: 103px !important;
}

.mrg-b-103 {
	margin-bottom: 103px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-103 {
		margin-top: 103px !important;
		margin-bottom: 103px !important;
	}
	
	.mrg-t-sm-103 {
		margin-top: 103px !important;
	}
	
	.mrg-b-sm-103 {
		margin-bottom: 103px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-103 {
		margin-top: 103px !important;
		margin-bottom: 103px !important;
	}
	
	.mrg-t-lg-103 {
		margin-top: 103px !important;
	}
	
	.mrg-b-lg-103 {
		margin-bottom: 103px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-103 {
		margin-top: 103px !important;
		margin-bottom: 103px !important;
	}
	
	.mrg-t-xxl-103 {
		margin-top: 103px !important;
	}
	
	.mrg-b-xxl-103 {
		margin-bottom: 103px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-103 {
		margin-top: 103px !important;
		margin-bottom: 103px !important;
	}
	
	.mrg-t-xxxxl-103 {
		margin-top: 103px !important;
	}
	
	.mrg-b-xxxxl-103 {
		margin-bottom: 103px !important;
	}
}

.mrg-y-104 {
	margin-top: 104px !important;
	margin-bottom: 104px !important;
}

.mrg-t-104 {
	margin-top: 104px !important;
}

.mrg-b-104 {
	margin-bottom: 104px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-104 {
		margin-top: 104px !important;
		margin-bottom: 104px !important;
	}
	
	.mrg-t-sm-104 {
		margin-top: 104px !important;
	}
	
	.mrg-b-sm-104 {
		margin-bottom: 104px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-104 {
		margin-top: 104px !important;
		margin-bottom: 104px !important;
	}
	
	.mrg-t-lg-104 {
		margin-top: 104px !important;
	}
	
	.mrg-b-lg-104 {
		margin-bottom: 104px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-104 {
		margin-top: 104px !important;
		margin-bottom: 104px !important;
	}
	
	.mrg-t-xxl-104 {
		margin-top: 104px !important;
	}
	
	.mrg-b-xxl-104 {
		margin-bottom: 104px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-104 {
		margin-top: 104px !important;
		margin-bottom: 104px !important;
	}
	
	.mrg-t-xxxxl-104 {
		margin-top: 104px !important;
	}
	
	.mrg-b-xxxxl-104 {
		margin-bottom: 104px !important;
	}
}

.mrg-y-105 {
	margin-top: 105px !important;
	margin-bottom: 105px !important;
}

.mrg-t-105 {
	margin-top: 105px !important;
}

.mrg-b-105 {
	margin-bottom: 105px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-105 {
		margin-top: 105px !important;
		margin-bottom: 105px !important;
	}
	
	.mrg-t-sm-105 {
		margin-top: 105px !important;
	}
	
	.mrg-b-sm-105 {
		margin-bottom: 105px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-105 {
		margin-top: 105px !important;
		margin-bottom: 105px !important;
	}
	
	.mrg-t-lg-105 {
		margin-top: 105px !important;
	}
	
	.mrg-b-lg-105 {
		margin-bottom: 105px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-105 {
		margin-top: 105px !important;
		margin-bottom: 105px !important;
	}
	
	.mrg-t-xxl-105 {
		margin-top: 105px !important;
	}
	
	.mrg-b-xxl-105 {
		margin-bottom: 105px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-105 {
		margin-top: 105px !important;
		margin-bottom: 105px !important;
	}
	
	.mrg-t-xxxxl-105 {
		margin-top: 105px !important;
	}
	
	.mrg-b-xxxxl-105 {
		margin-bottom: 105px !important;
	}
}

.mrg-y-106 {
	margin-top: 106px !important;
	margin-bottom: 106px !important;
}

.mrg-t-106 {
	margin-top: 106px !important;
}

.mrg-b-106 {
	margin-bottom: 106px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-106 {
		margin-top: 106px !important;
		margin-bottom: 106px !important;
	}
	
	.mrg-t-sm-106 {
		margin-top: 106px !important;
	}
	
	.mrg-b-sm-106 {
		margin-bottom: 106px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-106 {
		margin-top: 106px !important;
		margin-bottom: 106px !important;
	}
	
	.mrg-t-lg-106 {
		margin-top: 106px !important;
	}
	
	.mrg-b-lg-106 {
		margin-bottom: 106px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-106 {
		margin-top: 106px !important;
		margin-bottom: 106px !important;
	}
	
	.mrg-t-xxl-106 {
		margin-top: 106px !important;
	}
	
	.mrg-b-xxl-106 {
		margin-bottom: 106px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-106 {
		margin-top: 106px !important;
		margin-bottom: 106px !important;
	}
	
	.mrg-t-xxxxl-106 {
		margin-top: 106px !important;
	}
	
	.mrg-b-xxxxl-106 {
		margin-bottom: 106px !important;
	}
}

.mrg-y-107 {
	margin-top: 107px !important;
	margin-bottom: 107px !important;
}

.mrg-t-107 {
	margin-top: 107px !important;
}

.mrg-b-107 {
	margin-bottom: 107px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-107 {
		margin-top: 107px !important;
		margin-bottom: 107px !important;
	}
	
	.mrg-t-sm-107 {
		margin-top: 107px !important;
	}
	
	.mrg-b-sm-107 {
		margin-bottom: 107px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-107 {
		margin-top: 107px !important;
		margin-bottom: 107px !important;
	}
	
	.mrg-t-lg-107 {
		margin-top: 107px !important;
	}
	
	.mrg-b-lg-107 {
		margin-bottom: 107px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-107 {
		margin-top: 107px !important;
		margin-bottom: 107px !important;
	}
	
	.mrg-t-xxl-107 {
		margin-top: 107px !important;
	}
	
	.mrg-b-xxl-107 {
		margin-bottom: 107px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-107 {
		margin-top: 107px !important;
		margin-bottom: 107px !important;
	}
	
	.mrg-t-xxxxl-107 {
		margin-top: 107px !important;
	}
	
	.mrg-b-xxxxl-107 {
		margin-bottom: 107px !important;
	}
}

.mrg-y-108 {
	margin-top: 108px !important;
	margin-bottom: 108px !important;
}

.mrg-t-108 {
	margin-top: 108px !important;
}

.mrg-b-108 {
	margin-bottom: 108px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-108 {
		margin-top: 108px !important;
		margin-bottom: 108px !important;
	}
	
	.mrg-t-sm-108 {
		margin-top: 108px !important;
	}
	
	.mrg-b-sm-108 {
		margin-bottom: 108px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-108 {
		margin-top: 108px !important;
		margin-bottom: 108px !important;
	}
	
	.mrg-t-lg-108 {
		margin-top: 108px !important;
	}
	
	.mrg-b-lg-108 {
		margin-bottom: 108px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-108 {
		margin-top: 108px !important;
		margin-bottom: 108px !important;
	}
	
	.mrg-t-xxl-108 {
		margin-top: 108px !important;
	}
	
	.mrg-b-xxl-108 {
		margin-bottom: 108px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-108 {
		margin-top: 108px !important;
		margin-bottom: 108px !important;
	}
	
	.mrg-t-xxxxl-108 {
		margin-top: 108px !important;
	}
	
	.mrg-b-xxxxl-108 {
		margin-bottom: 108px !important;
	}
}

.mrg-y-109 {
	margin-top: 109px !important;
	margin-bottom: 109px !important;
}

.mrg-t-109 {
	margin-top: 109px !important;
}

.mrg-b-109 {
	margin-bottom: 109px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-109 {
		margin-top: 109px !important;
		margin-bottom: 109px !important;
	}
	
	.mrg-t-sm-109 {
		margin-top: 109px !important;
	}
	
	.mrg-b-sm-109 {
		margin-bottom: 109px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-109 {
		margin-top: 109px !important;
		margin-bottom: 109px !important;
	}
	
	.mrg-t-lg-109 {
		margin-top: 109px !important;
	}
	
	.mrg-b-lg-109 {
		margin-bottom: 109px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-109 {
		margin-top: 109px !important;
		margin-bottom: 109px !important;
	}
	
	.mrg-t-xxl-109 {
		margin-top: 109px !important;
	}
	
	.mrg-b-xxl-109 {
		margin-bottom: 109px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-109 {
		margin-top: 109px !important;
		margin-bottom: 109px !important;
	}
	
	.mrg-t-xxxxl-109 {
		margin-top: 109px !important;
	}
	
	.mrg-b-xxxxl-109 {
		margin-bottom: 109px !important;
	}
}

.mrg-y-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

.mrg-t-110 {
	margin-top: 110px !important;
}

.mrg-b-110 {
	margin-bottom: 110px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-110 {
		margin-top: 110px !important;
		margin-bottom: 110px !important;
	}
	
	.mrg-t-sm-110 {
		margin-top: 110px !important;
	}
	
	.mrg-b-sm-110 {
		margin-bottom: 110px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-110 {
		margin-top: 110px !important;
		margin-bottom: 110px !important;
	}
	
	.mrg-t-lg-110 {
		margin-top: 110px !important;
	}
	
	.mrg-b-lg-110 {
		margin-bottom: 110px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-110 {
		margin-top: 110px !important;
		margin-bottom: 110px !important;
	}
	
	.mrg-t-xxl-110 {
		margin-top: 110px !important;
	}
	
	.mrg-b-xxl-110 {
		margin-bottom: 110px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-110 {
		margin-top: 110px !important;
		margin-bottom: 110px !important;
	}
	
	.mrg-t-xxxxl-110 {
		margin-top: 110px !important;
	}
	
	.mrg-b-xxxxl-110 {
		margin-bottom: 110px !important;
	}
}

.mrg-y-111 {
	margin-top: 111px !important;
	margin-bottom: 111px !important;
}

.mrg-t-111 {
	margin-top: 111px !important;
}

.mrg-b-111 {
	margin-bottom: 111px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-111 {
		margin-top: 111px !important;
		margin-bottom: 111px !important;
	}
	
	.mrg-t-sm-111 {
		margin-top: 111px !important;
	}
	
	.mrg-b-sm-111 {
		margin-bottom: 111px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-111 {
		margin-top: 111px !important;
		margin-bottom: 111px !important;
	}
	
	.mrg-t-lg-111 {
		margin-top: 111px !important;
	}
	
	.mrg-b-lg-111 {
		margin-bottom: 111px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-111 {
		margin-top: 111px !important;
		margin-bottom: 111px !important;
	}
	
	.mrg-t-xxl-111 {
		margin-top: 111px !important;
	}
	
	.mrg-b-xxl-111 {
		margin-bottom: 111px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-111 {
		margin-top: 111px !important;
		margin-bottom: 111px !important;
	}
	
	.mrg-t-xxxxl-111 {
		margin-top: 111px !important;
	}
	
	.mrg-b-xxxxl-111 {
		margin-bottom: 111px !important;
	}
}

.mrg-y-112 {
	margin-top: 112px !important;
	margin-bottom: 112px !important;
}

.mrg-t-112 {
	margin-top: 112px !important;
}

.mrg-b-112 {
	margin-bottom: 112px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-112 {
		margin-top: 112px !important;
		margin-bottom: 112px !important;
	}
	
	.mrg-t-sm-112 {
		margin-top: 112px !important;
	}
	
	.mrg-b-sm-112 {
		margin-bottom: 112px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-112 {
		margin-top: 112px !important;
		margin-bottom: 112px !important;
	}
	
	.mrg-t-lg-112 {
		margin-top: 112px !important;
	}
	
	.mrg-b-lg-112 {
		margin-bottom: 112px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-112 {
		margin-top: 112px !important;
		margin-bottom: 112px !important;
	}
	
	.mrg-t-xxl-112 {
		margin-top: 112px !important;
	}
	
	.mrg-b-xxl-112 {
		margin-bottom: 112px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-112 {
		margin-top: 112px !important;
		margin-bottom: 112px !important;
	}
	
	.mrg-t-xxxxl-112 {
		margin-top: 112px !important;
	}
	
	.mrg-b-xxxxl-112 {
		margin-bottom: 112px !important;
	}
}

.mrg-y-113 {
	margin-top: 113px !important;
	margin-bottom: 113px !important;
}

.mrg-t-113 {
	margin-top: 113px !important;
}

.mrg-b-113 {
	margin-bottom: 113px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-113 {
		margin-top: 113px !important;
		margin-bottom: 113px !important;
	}
	
	.mrg-t-sm-113 {
		margin-top: 113px !important;
	}
	
	.mrg-b-sm-113 {
		margin-bottom: 113px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-113 {
		margin-top: 113px !important;
		margin-bottom: 113px !important;
	}
	
	.mrg-t-lg-113 {
		margin-top: 113px !important;
	}
	
	.mrg-b-lg-113 {
		margin-bottom: 113px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-113 {
		margin-top: 113px !important;
		margin-bottom: 113px !important;
	}
	
	.mrg-t-xxl-113 {
		margin-top: 113px !important;
	}
	
	.mrg-b-xxl-113 {
		margin-bottom: 113px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-113 {
		margin-top: 113px !important;
		margin-bottom: 113px !important;
	}
	
	.mrg-t-xxxxl-113 {
		margin-top: 113px !important;
	}
	
	.mrg-b-xxxxl-113 {
		margin-bottom: 113px !important;
	}
}

.mrg-y-114 {
	margin-top: 114px !important;
	margin-bottom: 114px !important;
}

.mrg-t-114 {
	margin-top: 114px !important;
}

.mrg-b-114 {
	margin-bottom: 114px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-114 {
		margin-top: 114px !important;
		margin-bottom: 114px !important;
	}
	
	.mrg-t-sm-114 {
		margin-top: 114px !important;
	}
	
	.mrg-b-sm-114 {
		margin-bottom: 114px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-114 {
		margin-top: 114px !important;
		margin-bottom: 114px !important;
	}
	
	.mrg-t-lg-114 {
		margin-top: 114px !important;
	}
	
	.mrg-b-lg-114 {
		margin-bottom: 114px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-114 {
		margin-top: 114px !important;
		margin-bottom: 114px !important;
	}
	
	.mrg-t-xxl-114 {
		margin-top: 114px !important;
	}
	
	.mrg-b-xxl-114 {
		margin-bottom: 114px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-114 {
		margin-top: 114px !important;
		margin-bottom: 114px !important;
	}
	
	.mrg-t-xxxxl-114 {
		margin-top: 114px !important;
	}
	
	.mrg-b-xxxxl-114 {
		margin-bottom: 114px !important;
	}
}

.mrg-y-115 {
	margin-top: 115px !important;
	margin-bottom: 115px !important;
}

.mrg-t-115 {
	margin-top: 115px !important;
}

.mrg-b-115 {
	margin-bottom: 115px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-115 {
		margin-top: 115px !important;
		margin-bottom: 115px !important;
	}
	
	.mrg-t-sm-115 {
		margin-top: 115px !important;
	}
	
	.mrg-b-sm-115 {
		margin-bottom: 115px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-115 {
		margin-top: 115px !important;
		margin-bottom: 115px !important;
	}
	
	.mrg-t-lg-115 {
		margin-top: 115px !important;
	}
	
	.mrg-b-lg-115 {
		margin-bottom: 115px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-115 {
		margin-top: 115px !important;
		margin-bottom: 115px !important;
	}
	
	.mrg-t-xxl-115 {
		margin-top: 115px !important;
	}
	
	.mrg-b-xxl-115 {
		margin-bottom: 115px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-115 {
		margin-top: 115px !important;
		margin-bottom: 115px !important;
	}
	
	.mrg-t-xxxxl-115 {
		margin-top: 115px !important;
	}
	
	.mrg-b-xxxxl-115 {
		margin-bottom: 115px !important;
	}
}

.mrg-y-116 {
	margin-top: 116px !important;
	margin-bottom: 116px !important;
}

.mrg-t-116 {
	margin-top: 116px !important;
}

.mrg-b-116 {
	margin-bottom: 116px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-116 {
		margin-top: 116px !important;
		margin-bottom: 116px !important;
	}
	
	.mrg-t-sm-116 {
		margin-top: 116px !important;
	}
	
	.mrg-b-sm-116 {
		margin-bottom: 116px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-116 {
		margin-top: 116px !important;
		margin-bottom: 116px !important;
	}
	
	.mrg-t-lg-116 {
		margin-top: 116px !important;
	}
	
	.mrg-b-lg-116 {
		margin-bottom: 116px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-116 {
		margin-top: 116px !important;
		margin-bottom: 116px !important;
	}
	
	.mrg-t-xxl-116 {
		margin-top: 116px !important;
	}
	
	.mrg-b-xxl-116 {
		margin-bottom: 116px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-116 {
		margin-top: 116px !important;
		margin-bottom: 116px !important;
	}
	
	.mrg-t-xxxxl-116 {
		margin-top: 116px !important;
	}
	
	.mrg-b-xxxxl-116 {
		margin-bottom: 116px !important;
	}
}

.mrg-y-117 {
	margin-top: 117px !important;
	margin-bottom: 117px !important;
}

.mrg-t-117 {
	margin-top: 117px !important;
}

.mrg-b-117 {
	margin-bottom: 117px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-117 {
		margin-top: 117px !important;
		margin-bottom: 117px !important;
	}
	
	.mrg-t-sm-117 {
		margin-top: 117px !important;
	}
	
	.mrg-b-sm-117 {
		margin-bottom: 117px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-117 {
		margin-top: 117px !important;
		margin-bottom: 117px !important;
	}
	
	.mrg-t-lg-117 {
		margin-top: 117px !important;
	}
	
	.mrg-b-lg-117 {
		margin-bottom: 117px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-117 {
		margin-top: 117px !important;
		margin-bottom: 117px !important;
	}
	
	.mrg-t-xxl-117 {
		margin-top: 117px !important;
	}
	
	.mrg-b-xxl-117 {
		margin-bottom: 117px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-117 {
		margin-top: 117px !important;
		margin-bottom: 117px !important;
	}
	
	.mrg-t-xxxxl-117 {
		margin-top: 117px !important;
	}
	
	.mrg-b-xxxxl-117 {
		margin-bottom: 117px !important;
	}
}

.mrg-y-118 {
	margin-top: 118px !important;
	margin-bottom: 118px !important;
}

.mrg-t-118 {
	margin-top: 118px !important;
}

.mrg-b-118 {
	margin-bottom: 118px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-118 {
		margin-top: 118px !important;
		margin-bottom: 118px !important;
	}
	
	.mrg-t-sm-118 {
		margin-top: 118px !important;
	}
	
	.mrg-b-sm-118 {
		margin-bottom: 118px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-118 {
		margin-top: 118px !important;
		margin-bottom: 118px !important;
	}
	
	.mrg-t-lg-118 {
		margin-top: 118px !important;
	}
	
	.mrg-b-lg-118 {
		margin-bottom: 118px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-118 {
		margin-top: 118px !important;
		margin-bottom: 118px !important;
	}
	
	.mrg-t-xxl-118 {
		margin-top: 118px !important;
	}
	
	.mrg-b-xxl-118 {
		margin-bottom: 118px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-118 {
		margin-top: 118px !important;
		margin-bottom: 118px !important;
	}
	
	.mrg-t-xxxxl-118 {
		margin-top: 118px !important;
	}
	
	.mrg-b-xxxxl-118 {
		margin-bottom: 118px !important;
	}
}

.mrg-y-119 {
	margin-top: 119px !important;
	margin-bottom: 119px !important;
}

.mrg-t-119 {
	margin-top: 119px !important;
}

.mrg-b-119 {
	margin-bottom: 119px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-119 {
		margin-top: 119px !important;
		margin-bottom: 119px !important;
	}
	
	.mrg-t-sm-119 {
		margin-top: 119px !important;
	}
	
	.mrg-b-sm-119 {
		margin-bottom: 119px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-119 {
		margin-top: 119px !important;
		margin-bottom: 119px !important;
	}
	
	.mrg-t-lg-119 {
		margin-top: 119px !important;
	}
	
	.mrg-b-lg-119 {
		margin-bottom: 119px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-119 {
		margin-top: 119px !important;
		margin-bottom: 119px !important;
	}
	
	.mrg-t-xxl-119 {
		margin-top: 119px !important;
	}
	
	.mrg-b-xxl-119 {
		margin-bottom: 119px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-119 {
		margin-top: 119px !important;
		margin-bottom: 119px !important;
	}
	
	.mrg-t-xxxxl-119 {
		margin-top: 119px !important;
	}
	
	.mrg-b-xxxxl-119 {
		margin-bottom: 119px !important;
	}
}

.mrg-y-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

.mrg-t-120 {
	margin-top: 120px !important;
}

.mrg-b-120 {
	margin-bottom: 120px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}
	
	.mrg-t-sm-120 {
		margin-top: 120px !important;
	}
	
	.mrg-b-sm-120 {
		margin-bottom: 120px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}
	
	.mrg-t-lg-120 {
		margin-top: 120px !important;
	}
	
	.mrg-b-lg-120 {
		margin-bottom: 120px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}
	
	.mrg-t-xxl-120 {
		margin-top: 120px !important;
	}
	
	.mrg-b-xxl-120 {
		margin-bottom: 120px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}
	
	.mrg-t-xxxxl-120 {
		margin-top: 120px !important;
	}
	
	.mrg-b-xxxxl-120 {
		margin-bottom: 120px !important;
	}
}

.mrg-y-121 {
	margin-top: 121px !important;
	margin-bottom: 121px !important;
}

.mrg-t-121 {
	margin-top: 121px !important;
}

.mrg-b-121 {
	margin-bottom: 121px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-121 {
		margin-top: 121px !important;
		margin-bottom: 121px !important;
	}
	
	.mrg-t-sm-121 {
		margin-top: 121px !important;
	}
	
	.mrg-b-sm-121 {
		margin-bottom: 121px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-121 {
		margin-top: 121px !important;
		margin-bottom: 121px !important;
	}
	
	.mrg-t-lg-121 {
		margin-top: 121px !important;
	}
	
	.mrg-b-lg-121 {
		margin-bottom: 121px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-121 {
		margin-top: 121px !important;
		margin-bottom: 121px !important;
	}
	
	.mrg-t-xxl-121 {
		margin-top: 121px !important;
	}
	
	.mrg-b-xxl-121 {
		margin-bottom: 121px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-121 {
		margin-top: 121px !important;
		margin-bottom: 121px !important;
	}
	
	.mrg-t-xxxxl-121 {
		margin-top: 121px !important;
	}
	
	.mrg-b-xxxxl-121 {
		margin-bottom: 121px !important;
	}
}

.mrg-y-122 {
	margin-top: 122px !important;
	margin-bottom: 122px !important;
}

.mrg-t-122 {
	margin-top: 122px !important;
}

.mrg-b-122 {
	margin-bottom: 122px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-122 {
		margin-top: 122px !important;
		margin-bottom: 122px !important;
	}
	
	.mrg-t-sm-122 {
		margin-top: 122px !important;
	}
	
	.mrg-b-sm-122 {
		margin-bottom: 122px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-122 {
		margin-top: 122px !important;
		margin-bottom: 122px !important;
	}
	
	.mrg-t-lg-122 {
		margin-top: 122px !important;
	}
	
	.mrg-b-lg-122 {
		margin-bottom: 122px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-122 {
		margin-top: 122px !important;
		margin-bottom: 122px !important;
	}
	
	.mrg-t-xxl-122 {
		margin-top: 122px !important;
	}
	
	.mrg-b-xxl-122 {
		margin-bottom: 122px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-122 {
		margin-top: 122px !important;
		margin-bottom: 122px !important;
	}
	
	.mrg-t-xxxxl-122 {
		margin-top: 122px !important;
	}
	
	.mrg-b-xxxxl-122 {
		margin-bottom: 122px !important;
	}
}

.mrg-y-123 {
	margin-top: 123px !important;
	margin-bottom: 123px !important;
}

.mrg-t-123 {
	margin-top: 123px !important;
}

.mrg-b-123 {
	margin-bottom: 123px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-123 {
		margin-top: 123px !important;
		margin-bottom: 123px !important;
	}
	
	.mrg-t-sm-123 {
		margin-top: 123px !important;
	}
	
	.mrg-b-sm-123 {
		margin-bottom: 123px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-123 {
		margin-top: 123px !important;
		margin-bottom: 123px !important;
	}
	
	.mrg-t-lg-123 {
		margin-top: 123px !important;
	}
	
	.mrg-b-lg-123 {
		margin-bottom: 123px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-123 {
		margin-top: 123px !important;
		margin-bottom: 123px !important;
	}
	
	.mrg-t-xxl-123 {
		margin-top: 123px !important;
	}
	
	.mrg-b-xxl-123 {
		margin-bottom: 123px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-123 {
		margin-top: 123px !important;
		margin-bottom: 123px !important;
	}
	
	.mrg-t-xxxxl-123 {
		margin-top: 123px !important;
	}
	
	.mrg-b-xxxxl-123 {
		margin-bottom: 123px !important;
	}
}

.mrg-y-124 {
	margin-top: 124px !important;
	margin-bottom: 124px !important;
}

.mrg-t-124 {
	margin-top: 124px !important;
}

.mrg-b-124 {
	margin-bottom: 124px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-124 {
		margin-top: 124px !important;
		margin-bottom: 124px !important;
	}
	
	.mrg-t-sm-124 {
		margin-top: 124px !important;
	}
	
	.mrg-b-sm-124 {
		margin-bottom: 124px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-124 {
		margin-top: 124px !important;
		margin-bottom: 124px !important;
	}
	
	.mrg-t-lg-124 {
		margin-top: 124px !important;
	}
	
	.mrg-b-lg-124 {
		margin-bottom: 124px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-124 {
		margin-top: 124px !important;
		margin-bottom: 124px !important;
	}
	
	.mrg-t-xxl-124 {
		margin-top: 124px !important;
	}
	
	.mrg-b-xxl-124 {
		margin-bottom: 124px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-124 {
		margin-top: 124px !important;
		margin-bottom: 124px !important;
	}
	
	.mrg-t-xxxxl-124 {
		margin-top: 124px !important;
	}
	
	.mrg-b-xxxxl-124 {
		margin-bottom: 124px !important;
	}
}

.mrg-y-125 {
	margin-top: 125px !important;
	margin-bottom: 125px !important;
}

.mrg-t-125 {
	margin-top: 125px !important;
}

.mrg-b-125 {
	margin-bottom: 125px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-125 {
		margin-top: 125px !important;
		margin-bottom: 125px !important;
	}
	
	.mrg-t-sm-125 {
		margin-top: 125px !important;
	}
	
	.mrg-b-sm-125 {
		margin-bottom: 125px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-125 {
		margin-top: 125px !important;
		margin-bottom: 125px !important;
	}
	
	.mrg-t-lg-125 {
		margin-top: 125px !important;
	}
	
	.mrg-b-lg-125 {
		margin-bottom: 125px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-125 {
		margin-top: 125px !important;
		margin-bottom: 125px !important;
	}
	
	.mrg-t-xxl-125 {
		margin-top: 125px !important;
	}
	
	.mrg-b-xxl-125 {
		margin-bottom: 125px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-125 {
		margin-top: 125px !important;
		margin-bottom: 125px !important;
	}
	
	.mrg-t-xxxxl-125 {
		margin-top: 125px !important;
	}
	
	.mrg-b-xxxxl-125 {
		margin-bottom: 125px !important;
	}
}

.mrg-y-126 {
	margin-top: 126px !important;
	margin-bottom: 126px !important;
}

.mrg-t-126 {
	margin-top: 126px !important;
}

.mrg-b-126 {
	margin-bottom: 126px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-126 {
		margin-top: 126px !important;
		margin-bottom: 126px !important;
	}
	
	.mrg-t-sm-126 {
		margin-top: 126px !important;
	}
	
	.mrg-b-sm-126 {
		margin-bottom: 126px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-126 {
		margin-top: 126px !important;
		margin-bottom: 126px !important;
	}
	
	.mrg-t-lg-126 {
		margin-top: 126px !important;
	}
	
	.mrg-b-lg-126 {
		margin-bottom: 126px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-126 {
		margin-top: 126px !important;
		margin-bottom: 126px !important;
	}
	
	.mrg-t-xxl-126 {
		margin-top: 126px !important;
	}
	
	.mrg-b-xxl-126 {
		margin-bottom: 126px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-126 {
		margin-top: 126px !important;
		margin-bottom: 126px !important;
	}
	
	.mrg-t-xxxxl-126 {
		margin-top: 126px !important;
	}
	
	.mrg-b-xxxxl-126 {
		margin-bottom: 126px !important;
	}
}

.mrg-y-127 {
	margin-top: 127px !important;
	margin-bottom: 127px !important;
}

.mrg-t-127 {
	margin-top: 127px !important;
}

.mrg-b-127 {
	margin-bottom: 127px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-127 {
		margin-top: 127px !important;
		margin-bottom: 127px !important;
	}
	
	.mrg-t-sm-127 {
		margin-top: 127px !important;
	}
	
	.mrg-b-sm-127 {
		margin-bottom: 127px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-127 {
		margin-top: 127px !important;
		margin-bottom: 127px !important;
	}
	
	.mrg-t-lg-127 {
		margin-top: 127px !important;
	}
	
	.mrg-b-lg-127 {
		margin-bottom: 127px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-127 {
		margin-top: 127px !important;
		margin-bottom: 127px !important;
	}
	
	.mrg-t-xxl-127 {
		margin-top: 127px !important;
	}
	
	.mrg-b-xxl-127 {
		margin-bottom: 127px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-127 {
		margin-top: 127px !important;
		margin-bottom: 127px !important;
	}
	
	.mrg-t-xxxxl-127 {
		margin-top: 127px !important;
	}
	
	.mrg-b-xxxxl-127 {
		margin-bottom: 127px !important;
	}
}

.mrg-y-128 {
	margin-top: 128px !important;
	margin-bottom: 128px !important;
}

.mrg-t-128 {
	margin-top: 128px !important;
}

.mrg-b-128 {
	margin-bottom: 128px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-128 {
		margin-top: 128px !important;
		margin-bottom: 128px !important;
	}
	
	.mrg-t-sm-128 {
		margin-top: 128px !important;
	}
	
	.mrg-b-sm-128 {
		margin-bottom: 128px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-128 {
		margin-top: 128px !important;
		margin-bottom: 128px !important;
	}
	
	.mrg-t-lg-128 {
		margin-top: 128px !important;
	}
	
	.mrg-b-lg-128 {
		margin-bottom: 128px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-128 {
		margin-top: 128px !important;
		margin-bottom: 128px !important;
	}
	
	.mrg-t-xxl-128 {
		margin-top: 128px !important;
	}
	
	.mrg-b-xxl-128 {
		margin-bottom: 128px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-128 {
		margin-top: 128px !important;
		margin-bottom: 128px !important;
	}
	
	.mrg-t-xxxxl-128 {
		margin-top: 128px !important;
	}
	
	.mrg-b-xxxxl-128 {
		margin-bottom: 128px !important;
	}
}

.mrg-y-129 {
	margin-top: 129px !important;
	margin-bottom: 129px !important;
}

.mrg-t-129 {
	margin-top: 129px !important;
}

.mrg-b-129 {
	margin-bottom: 129px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-129 {
		margin-top: 129px !important;
		margin-bottom: 129px !important;
	}
	
	.mrg-t-sm-129 {
		margin-top: 129px !important;
	}
	
	.mrg-b-sm-129 {
		margin-bottom: 129px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-129 {
		margin-top: 129px !important;
		margin-bottom: 129px !important;
	}
	
	.mrg-t-lg-129 {
		margin-top: 129px !important;
	}
	
	.mrg-b-lg-129 {
		margin-bottom: 129px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-129 {
		margin-top: 129px !important;
		margin-bottom: 129px !important;
	}
	
	.mrg-t-xxl-129 {
		margin-top: 129px !important;
	}
	
	.mrg-b-xxl-129 {
		margin-bottom: 129px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-129 {
		margin-top: 129px !important;
		margin-bottom: 129px !important;
	}
	
	.mrg-t-xxxxl-129 {
		margin-top: 129px !important;
	}
	
	.mrg-b-xxxxl-129 {
		margin-bottom: 129px !important;
	}
}

.mrg-y-130 {
	margin-top: 130px !important;
	margin-bottom: 130px !important;
}

.mrg-t-130 {
	margin-top: 130px !important;
}

.mrg-b-130 {
	margin-bottom: 130px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-130 {
		margin-top: 130px !important;
		margin-bottom: 130px !important;
	}
	
	.mrg-t-sm-130 {
		margin-top: 130px !important;
	}
	
	.mrg-b-sm-130 {
		margin-bottom: 130px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-130 {
		margin-top: 130px !important;
		margin-bottom: 130px !important;
	}
	
	.mrg-t-lg-130 {
		margin-top: 130px !important;
	}
	
	.mrg-b-lg-130 {
		margin-bottom: 130px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-130 {
		margin-top: 130px !important;
		margin-bottom: 130px !important;
	}
	
	.mrg-t-xxl-130 {
		margin-top: 130px !important;
	}
	
	.mrg-b-xxl-130 {
		margin-bottom: 130px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-130 {
		margin-top: 130px !important;
		margin-bottom: 130px !important;
	}
	
	.mrg-t-xxxxl-130 {
		margin-top: 130px !important;
	}
	
	.mrg-b-xxxxl-130 {
		margin-bottom: 130px !important;
	}
}

.mrg-y-131 {
	margin-top: 131px !important;
	margin-bottom: 131px !important;
}

.mrg-t-131 {
	margin-top: 131px !important;
}

.mrg-b-131 {
	margin-bottom: 131px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-131 {
		margin-top: 131px !important;
		margin-bottom: 131px !important;
	}
	
	.mrg-t-sm-131 {
		margin-top: 131px !important;
	}
	
	.mrg-b-sm-131 {
		margin-bottom: 131px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-131 {
		margin-top: 131px !important;
		margin-bottom: 131px !important;
	}
	
	.mrg-t-lg-131 {
		margin-top: 131px !important;
	}
	
	.mrg-b-lg-131 {
		margin-bottom: 131px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-131 {
		margin-top: 131px !important;
		margin-bottom: 131px !important;
	}
	
	.mrg-t-xxl-131 {
		margin-top: 131px !important;
	}
	
	.mrg-b-xxl-131 {
		margin-bottom: 131px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-131 {
		margin-top: 131px !important;
		margin-bottom: 131px !important;
	}
	
	.mrg-t-xxxxl-131 {
		margin-top: 131px !important;
	}
	
	.mrg-b-xxxxl-131 {
		margin-bottom: 131px !important;
	}
}

.mrg-y-132 {
	margin-top: 132px !important;
	margin-bottom: 132px !important;
}

.mrg-t-132 {
	margin-top: 132px !important;
}

.mrg-b-132 {
	margin-bottom: 132px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-132 {
		margin-top: 132px !important;
		margin-bottom: 132px !important;
	}
	
	.mrg-t-sm-132 {
		margin-top: 132px !important;
	}
	
	.mrg-b-sm-132 {
		margin-bottom: 132px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-132 {
		margin-top: 132px !important;
		margin-bottom: 132px !important;
	}
	
	.mrg-t-lg-132 {
		margin-top: 132px !important;
	}
	
	.mrg-b-lg-132 {
		margin-bottom: 132px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-132 {
		margin-top: 132px !important;
		margin-bottom: 132px !important;
	}
	
	.mrg-t-xxl-132 {
		margin-top: 132px !important;
	}
	
	.mrg-b-xxl-132 {
		margin-bottom: 132px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-132 {
		margin-top: 132px !important;
		margin-bottom: 132px !important;
	}
	
	.mrg-t-xxxxl-132 {
		margin-top: 132px !important;
	}
	
	.mrg-b-xxxxl-132 {
		margin-bottom: 132px !important;
	}
}

.mrg-y-133 {
	margin-top: 133px !important;
	margin-bottom: 133px !important;
}

.mrg-t-133 {
	margin-top: 133px !important;
}

.mrg-b-133 {
	margin-bottom: 133px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-133 {
		margin-top: 133px !important;
		margin-bottom: 133px !important;
	}
	
	.mrg-t-sm-133 {
		margin-top: 133px !important;
	}
	
	.mrg-b-sm-133 {
		margin-bottom: 133px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-133 {
		margin-top: 133px !important;
		margin-bottom: 133px !important;
	}
	
	.mrg-t-lg-133 {
		margin-top: 133px !important;
	}
	
	.mrg-b-lg-133 {
		margin-bottom: 133px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-133 {
		margin-top: 133px !important;
		margin-bottom: 133px !important;
	}
	
	.mrg-t-xxl-133 {
		margin-top: 133px !important;
	}
	
	.mrg-b-xxl-133 {
		margin-bottom: 133px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-133 {
		margin-top: 133px !important;
		margin-bottom: 133px !important;
	}
	
	.mrg-t-xxxxl-133 {
		margin-top: 133px !important;
	}
	
	.mrg-b-xxxxl-133 {
		margin-bottom: 133px !important;
	}
}

.mrg-y-134 {
	margin-top: 134px !important;
	margin-bottom: 134px !important;
}

.mrg-t-134 {
	margin-top: 134px !important;
}

.mrg-b-134 {
	margin-bottom: 134px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-134 {
		margin-top: 134px !important;
		margin-bottom: 134px !important;
	}
	
	.mrg-t-sm-134 {
		margin-top: 134px !important;
	}
	
	.mrg-b-sm-134 {
		margin-bottom: 134px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-134 {
		margin-top: 134px !important;
		margin-bottom: 134px !important;
	}
	
	.mrg-t-lg-134 {
		margin-top: 134px !important;
	}
	
	.mrg-b-lg-134 {
		margin-bottom: 134px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-134 {
		margin-top: 134px !important;
		margin-bottom: 134px !important;
	}
	
	.mrg-t-xxl-134 {
		margin-top: 134px !important;
	}
	
	.mrg-b-xxl-134 {
		margin-bottom: 134px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-134 {
		margin-top: 134px !important;
		margin-bottom: 134px !important;
	}
	
	.mrg-t-xxxxl-134 {
		margin-top: 134px !important;
	}
	
	.mrg-b-xxxxl-134 {
		margin-bottom: 134px !important;
	}
}

.mrg-y-135 {
	margin-top: 135px !important;
	margin-bottom: 135px !important;
}

.mrg-t-135 {
	margin-top: 135px !important;
}

.mrg-b-135 {
	margin-bottom: 135px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-135 {
		margin-top: 135px !important;
		margin-bottom: 135px !important;
	}
	
	.mrg-t-sm-135 {
		margin-top: 135px !important;
	}
	
	.mrg-b-sm-135 {
		margin-bottom: 135px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-135 {
		margin-top: 135px !important;
		margin-bottom: 135px !important;
	}
	
	.mrg-t-lg-135 {
		margin-top: 135px !important;
	}
	
	.mrg-b-lg-135 {
		margin-bottom: 135px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-135 {
		margin-top: 135px !important;
		margin-bottom: 135px !important;
	}
	
	.mrg-t-xxl-135 {
		margin-top: 135px !important;
	}
	
	.mrg-b-xxl-135 {
		margin-bottom: 135px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-135 {
		margin-top: 135px !important;
		margin-bottom: 135px !important;
	}
	
	.mrg-t-xxxxl-135 {
		margin-top: 135px !important;
	}
	
	.mrg-b-xxxxl-135 {
		margin-bottom: 135px !important;
	}
}

.mrg-y-136 {
	margin-top: 136px !important;
	margin-bottom: 136px !important;
}

.mrg-t-136 {
	margin-top: 136px !important;
}

.mrg-b-136 {
	margin-bottom: 136px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-136 {
		margin-top: 136px !important;
		margin-bottom: 136px !important;
	}
	
	.mrg-t-sm-136 {
		margin-top: 136px !important;
	}
	
	.mrg-b-sm-136 {
		margin-bottom: 136px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-136 {
		margin-top: 136px !important;
		margin-bottom: 136px !important;
	}
	
	.mrg-t-lg-136 {
		margin-top: 136px !important;
	}
	
	.mrg-b-lg-136 {
		margin-bottom: 136px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-136 {
		margin-top: 136px !important;
		margin-bottom: 136px !important;
	}
	
	.mrg-t-xxl-136 {
		margin-top: 136px !important;
	}
	
	.mrg-b-xxl-136 {
		margin-bottom: 136px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-136 {
		margin-top: 136px !important;
		margin-bottom: 136px !important;
	}
	
	.mrg-t-xxxxl-136 {
		margin-top: 136px !important;
	}
	
	.mrg-b-xxxxl-136 {
		margin-bottom: 136px !important;
	}
}

.mrg-y-137 {
	margin-top: 137px !important;
	margin-bottom: 137px !important;
}

.mrg-t-137 {
	margin-top: 137px !important;
}

.mrg-b-137 {
	margin-bottom: 137px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-137 {
		margin-top: 137px !important;
		margin-bottom: 137px !important;
	}
	
	.mrg-t-sm-137 {
		margin-top: 137px !important;
	}
	
	.mrg-b-sm-137 {
		margin-bottom: 137px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-137 {
		margin-top: 137px !important;
		margin-bottom: 137px !important;
	}
	
	.mrg-t-lg-137 {
		margin-top: 137px !important;
	}
	
	.mrg-b-lg-137 {
		margin-bottom: 137px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-137 {
		margin-top: 137px !important;
		margin-bottom: 137px !important;
	}
	
	.mrg-t-xxl-137 {
		margin-top: 137px !important;
	}
	
	.mrg-b-xxl-137 {
		margin-bottom: 137px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-137 {
		margin-top: 137px !important;
		margin-bottom: 137px !important;
	}
	
	.mrg-t-xxxxl-137 {
		margin-top: 137px !important;
	}
	
	.mrg-b-xxxxl-137 {
		margin-bottom: 137px !important;
	}
}

.mrg-y-138 {
	margin-top: 138px !important;
	margin-bottom: 138px !important;
}

.mrg-t-138 {
	margin-top: 138px !important;
}

.mrg-b-138 {
	margin-bottom: 138px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-138 {
		margin-top: 138px !important;
		margin-bottom: 138px !important;
	}
	
	.mrg-t-sm-138 {
		margin-top: 138px !important;
	}
	
	.mrg-b-sm-138 {
		margin-bottom: 138px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-138 {
		margin-top: 138px !important;
		margin-bottom: 138px !important;
	}
	
	.mrg-t-lg-138 {
		margin-top: 138px !important;
	}
	
	.mrg-b-lg-138 {
		margin-bottom: 138px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-138 {
		margin-top: 138px !important;
		margin-bottom: 138px !important;
	}
	
	.mrg-t-xxl-138 {
		margin-top: 138px !important;
	}
	
	.mrg-b-xxl-138 {
		margin-bottom: 138px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-138 {
		margin-top: 138px !important;
		margin-bottom: 138px !important;
	}
	
	.mrg-t-xxxxl-138 {
		margin-top: 138px !important;
	}
	
	.mrg-b-xxxxl-138 {
		margin-bottom: 138px !important;
	}
}

.mrg-y-139 {
	margin-top: 139px !important;
	margin-bottom: 139px !important;
}

.mrg-t-139 {
	margin-top: 139px !important;
}

.mrg-b-139 {
	margin-bottom: 139px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-139 {
		margin-top: 139px !important;
		margin-bottom: 139px !important;
	}
	
	.mrg-t-sm-139 {
		margin-top: 139px !important;
	}
	
	.mrg-b-sm-139 {
		margin-bottom: 139px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-139 {
		margin-top: 139px !important;
		margin-bottom: 139px !important;
	}
	
	.mrg-t-lg-139 {
		margin-top: 139px !important;
	}
	
	.mrg-b-lg-139 {
		margin-bottom: 139px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-139 {
		margin-top: 139px !important;
		margin-bottom: 139px !important;
	}
	
	.mrg-t-xxl-139 {
		margin-top: 139px !important;
	}
	
	.mrg-b-xxl-139 {
		margin-bottom: 139px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-139 {
		margin-top: 139px !important;
		margin-bottom: 139px !important;
	}
	
	.mrg-t-xxxxl-139 {
		margin-top: 139px !important;
	}
	
	.mrg-b-xxxxl-139 {
		margin-bottom: 139px !important;
	}
}

.mrg-y-140 {
	margin-top: 140px !important;
	margin-bottom: 140px !important;
}

.mrg-t-140 {
	margin-top: 140px !important;
}

.mrg-b-140 {
	margin-bottom: 140px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-140 {
		margin-top: 140px !important;
		margin-bottom: 140px !important;
	}
	
	.mrg-t-sm-140 {
		margin-top: 140px !important;
	}
	
	.mrg-b-sm-140 {
		margin-bottom: 140px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-140 {
		margin-top: 140px !important;
		margin-bottom: 140px !important;
	}
	
	.mrg-t-lg-140 {
		margin-top: 140px !important;
	}
	
	.mrg-b-lg-140 {
		margin-bottom: 140px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-140 {
		margin-top: 140px !important;
		margin-bottom: 140px !important;
	}
	
	.mrg-t-xxl-140 {
		margin-top: 140px !important;
	}
	
	.mrg-b-xxl-140 {
		margin-bottom: 140px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-140 {
		margin-top: 140px !important;
		margin-bottom: 140px !important;
	}
	
	.mrg-t-xxxxl-140 {
		margin-top: 140px !important;
	}
	
	.mrg-b-xxxxl-140 {
		margin-bottom: 140px !important;
	}
}

.mrg-y-141 {
	margin-top: 141px !important;
	margin-bottom: 141px !important;
}

.mrg-t-141 {
	margin-top: 141px !important;
}

.mrg-b-141 {
	margin-bottom: 141px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-141 {
		margin-top: 141px !important;
		margin-bottom: 141px !important;
	}
	
	.mrg-t-sm-141 {
		margin-top: 141px !important;
	}
	
	.mrg-b-sm-141 {
		margin-bottom: 141px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-141 {
		margin-top: 141px !important;
		margin-bottom: 141px !important;
	}
	
	.mrg-t-lg-141 {
		margin-top: 141px !important;
	}
	
	.mrg-b-lg-141 {
		margin-bottom: 141px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-141 {
		margin-top: 141px !important;
		margin-bottom: 141px !important;
	}
	
	.mrg-t-xxl-141 {
		margin-top: 141px !important;
	}
	
	.mrg-b-xxl-141 {
		margin-bottom: 141px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-141 {
		margin-top: 141px !important;
		margin-bottom: 141px !important;
	}
	
	.mrg-t-xxxxl-141 {
		margin-top: 141px !important;
	}
	
	.mrg-b-xxxxl-141 {
		margin-bottom: 141px !important;
	}
}

.mrg-y-142 {
	margin-top: 142px !important;
	margin-bottom: 142px !important;
}

.mrg-t-142 {
	margin-top: 142px !important;
}

.mrg-b-142 {
	margin-bottom: 142px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-142 {
		margin-top: 142px !important;
		margin-bottom: 142px !important;
	}
	
	.mrg-t-sm-142 {
		margin-top: 142px !important;
	}
	
	.mrg-b-sm-142 {
		margin-bottom: 142px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-142 {
		margin-top: 142px !important;
		margin-bottom: 142px !important;
	}
	
	.mrg-t-lg-142 {
		margin-top: 142px !important;
	}
	
	.mrg-b-lg-142 {
		margin-bottom: 142px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-142 {
		margin-top: 142px !important;
		margin-bottom: 142px !important;
	}
	
	.mrg-t-xxl-142 {
		margin-top: 142px !important;
	}
	
	.mrg-b-xxl-142 {
		margin-bottom: 142px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-142 {
		margin-top: 142px !important;
		margin-bottom: 142px !important;
	}
	
	.mrg-t-xxxxl-142 {
		margin-top: 142px !important;
	}
	
	.mrg-b-xxxxl-142 {
		margin-bottom: 142px !important;
	}
}

.mrg-y-143 {
	margin-top: 143px !important;
	margin-bottom: 143px !important;
}

.mrg-t-143 {
	margin-top: 143px !important;
}

.mrg-b-143 {
	margin-bottom: 143px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-143 {
		margin-top: 143px !important;
		margin-bottom: 143px !important;
	}
	
	.mrg-t-sm-143 {
		margin-top: 143px !important;
	}
	
	.mrg-b-sm-143 {
		margin-bottom: 143px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-143 {
		margin-top: 143px !important;
		margin-bottom: 143px !important;
	}
	
	.mrg-t-lg-143 {
		margin-top: 143px !important;
	}
	
	.mrg-b-lg-143 {
		margin-bottom: 143px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-143 {
		margin-top: 143px !important;
		margin-bottom: 143px !important;
	}
	
	.mrg-t-xxl-143 {
		margin-top: 143px !important;
	}
	
	.mrg-b-xxl-143 {
		margin-bottom: 143px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-143 {
		margin-top: 143px !important;
		margin-bottom: 143px !important;
	}
	
	.mrg-t-xxxxl-143 {
		margin-top: 143px !important;
	}
	
	.mrg-b-xxxxl-143 {
		margin-bottom: 143px !important;
	}
}

.mrg-y-144 {
	margin-top: 144px !important;
	margin-bottom: 144px !important;
}

.mrg-t-144 {
	margin-top: 144px !important;
}

.mrg-b-144 {
	margin-bottom: 144px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-144 {
		margin-top: 144px !important;
		margin-bottom: 144px !important;
	}
	
	.mrg-t-sm-144 {
		margin-top: 144px !important;
	}
	
	.mrg-b-sm-144 {
		margin-bottom: 144px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-144 {
		margin-top: 144px !important;
		margin-bottom: 144px !important;
	}
	
	.mrg-t-lg-144 {
		margin-top: 144px !important;
	}
	
	.mrg-b-lg-144 {
		margin-bottom: 144px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-144 {
		margin-top: 144px !important;
		margin-bottom: 144px !important;
	}
	
	.mrg-t-xxl-144 {
		margin-top: 144px !important;
	}
	
	.mrg-b-xxl-144 {
		margin-bottom: 144px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-144 {
		margin-top: 144px !important;
		margin-bottom: 144px !important;
	}
	
	.mrg-t-xxxxl-144 {
		margin-top: 144px !important;
	}
	
	.mrg-b-xxxxl-144 {
		margin-bottom: 144px !important;
	}
}

.mrg-y-145 {
	margin-top: 145px !important;
	margin-bottom: 145px !important;
}

.mrg-t-145 {
	margin-top: 145px !important;
}

.mrg-b-145 {
	margin-bottom: 145px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-145 {
		margin-top: 145px !important;
		margin-bottom: 145px !important;
	}
	
	.mrg-t-sm-145 {
		margin-top: 145px !important;
	}
	
	.mrg-b-sm-145 {
		margin-bottom: 145px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-145 {
		margin-top: 145px !important;
		margin-bottom: 145px !important;
	}
	
	.mrg-t-lg-145 {
		margin-top: 145px !important;
	}
	
	.mrg-b-lg-145 {
		margin-bottom: 145px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-145 {
		margin-top: 145px !important;
		margin-bottom: 145px !important;
	}
	
	.mrg-t-xxl-145 {
		margin-top: 145px !important;
	}
	
	.mrg-b-xxl-145 {
		margin-bottom: 145px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-145 {
		margin-top: 145px !important;
		margin-bottom: 145px !important;
	}
	
	.mrg-t-xxxxl-145 {
		margin-top: 145px !important;
	}
	
	.mrg-b-xxxxl-145 {
		margin-bottom: 145px !important;
	}
}

.mrg-y-146 {
	margin-top: 146px !important;
	margin-bottom: 146px !important;
}

.mrg-t-146 {
	margin-top: 146px !important;
}

.mrg-b-146 {
	margin-bottom: 146px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-146 {
		margin-top: 146px !important;
		margin-bottom: 146px !important;
	}
	
	.mrg-t-sm-146 {
		margin-top: 146px !important;
	}
	
	.mrg-b-sm-146 {
		margin-bottom: 146px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-146 {
		margin-top: 146px !important;
		margin-bottom: 146px !important;
	}
	
	.mrg-t-lg-146 {
		margin-top: 146px !important;
	}
	
	.mrg-b-lg-146 {
		margin-bottom: 146px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-146 {
		margin-top: 146px !important;
		margin-bottom: 146px !important;
	}
	
	.mrg-t-xxl-146 {
		margin-top: 146px !important;
	}
	
	.mrg-b-xxl-146 {
		margin-bottom: 146px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-146 {
		margin-top: 146px !important;
		margin-bottom: 146px !important;
	}
	
	.mrg-t-xxxxl-146 {
		margin-top: 146px !important;
	}
	
	.mrg-b-xxxxl-146 {
		margin-bottom: 146px !important;
	}
}

.mrg-y-147 {
	margin-top: 147px !important;
	margin-bottom: 147px !important;
}

.mrg-t-147 {
	margin-top: 147px !important;
}

.mrg-b-147 {
	margin-bottom: 147px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-147 {
		margin-top: 147px !important;
		margin-bottom: 147px !important;
	}
	
	.mrg-t-sm-147 {
		margin-top: 147px !important;
	}
	
	.mrg-b-sm-147 {
		margin-bottom: 147px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-147 {
		margin-top: 147px !important;
		margin-bottom: 147px !important;
	}
	
	.mrg-t-lg-147 {
		margin-top: 147px !important;
	}
	
	.mrg-b-lg-147 {
		margin-bottom: 147px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-147 {
		margin-top: 147px !important;
		margin-bottom: 147px !important;
	}
	
	.mrg-t-xxl-147 {
		margin-top: 147px !important;
	}
	
	.mrg-b-xxl-147 {
		margin-bottom: 147px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-147 {
		margin-top: 147px !important;
		margin-bottom: 147px !important;
	}
	
	.mrg-t-xxxxl-147 {
		margin-top: 147px !important;
	}
	
	.mrg-b-xxxxl-147 {
		margin-bottom: 147px !important;
	}
}

.mrg-y-148 {
	margin-top: 148px !important;
	margin-bottom: 148px !important;
}

.mrg-t-148 {
	margin-top: 148px !important;
}

.mrg-b-148 {
	margin-bottom: 148px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-148 {
		margin-top: 148px !important;
		margin-bottom: 148px !important;
	}
	
	.mrg-t-sm-148 {
		margin-top: 148px !important;
	}
	
	.mrg-b-sm-148 {
		margin-bottom: 148px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-148 {
		margin-top: 148px !important;
		margin-bottom: 148px !important;
	}
	
	.mrg-t-lg-148 {
		margin-top: 148px !important;
	}
	
	.mrg-b-lg-148 {
		margin-bottom: 148px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-148 {
		margin-top: 148px !important;
		margin-bottom: 148px !important;
	}
	
	.mrg-t-xxl-148 {
		margin-top: 148px !important;
	}
	
	.mrg-b-xxl-148 {
		margin-bottom: 148px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-148 {
		margin-top: 148px !important;
		margin-bottom: 148px !important;
	}
	
	.mrg-t-xxxxl-148 {
		margin-top: 148px !important;
	}
	
	.mrg-b-xxxxl-148 {
		margin-bottom: 148px !important;
	}
}

.mrg-y-149 {
	margin-top: 149px !important;
	margin-bottom: 149px !important;
}

.mrg-t-149 {
	margin-top: 149px !important;
}

.mrg-b-149 {
	margin-bottom: 149px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-149 {
		margin-top: 149px !important;
		margin-bottom: 149px !important;
	}
	
	.mrg-t-sm-149 {
		margin-top: 149px !important;
	}
	
	.mrg-b-sm-149 {
		margin-bottom: 149px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-149 {
		margin-top: 149px !important;
		margin-bottom: 149px !important;
	}
	
	.mrg-t-lg-149 {
		margin-top: 149px !important;
	}
	
	.mrg-b-lg-149 {
		margin-bottom: 149px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-149 {
		margin-top: 149px !important;
		margin-bottom: 149px !important;
	}
	
	.mrg-t-xxl-149 {
		margin-top: 149px !important;
	}
	
	.mrg-b-xxl-149 {
		margin-bottom: 149px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-149 {
		margin-top: 149px !important;
		margin-bottom: 149px !important;
	}
	
	.mrg-t-xxxxl-149 {
		margin-top: 149px !important;
	}
	
	.mrg-b-xxxxl-149 {
		margin-bottom: 149px !important;
	}
}

.mrg-y-150 {
	margin-top: 150px !important;
	margin-bottom: 150px !important;
}

.mrg-t-150 {
	margin-top: 150px !important;
}

.mrg-b-150 {
	margin-bottom: 150px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-150 {
		margin-top: 150px !important;
		margin-bottom: 150px !important;
	}
	
	.mrg-t-sm-150 {
		margin-top: 150px !important;
	}
	
	.mrg-b-sm-150 {
		margin-bottom: 150px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-150 {
		margin-top: 150px !important;
		margin-bottom: 150px !important;
	}
	
	.mrg-t-lg-150 {
		margin-top: 150px !important;
	}
	
	.mrg-b-lg-150 {
		margin-bottom: 150px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-150 {
		margin-top: 150px !important;
		margin-bottom: 150px !important;
	}
	
	.mrg-t-xxl-150 {
		margin-top: 150px !important;
	}
	
	.mrg-b-xxl-150 {
		margin-bottom: 150px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-150 {
		margin-top: 150px !important;
		margin-bottom: 150px !important;
	}
	
	.mrg-t-xxxxl-150 {
		margin-top: 150px !important;
	}
	
	.mrg-b-xxxxl-150 {
		margin-bottom: 150px !important;
	}
}

.mrg-y-151 {
	margin-top: 151px !important;
	margin-bottom: 151px !important;
}

.mrg-t-151 {
	margin-top: 151px !important;
}

.mrg-b-151 {
	margin-bottom: 151px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-151 {
		margin-top: 151px !important;
		margin-bottom: 151px !important;
	}
	
	.mrg-t-sm-151 {
		margin-top: 151px !important;
	}
	
	.mrg-b-sm-151 {
		margin-bottom: 151px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-151 {
		margin-top: 151px !important;
		margin-bottom: 151px !important;
	}
	
	.mrg-t-lg-151 {
		margin-top: 151px !important;
	}
	
	.mrg-b-lg-151 {
		margin-bottom: 151px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-151 {
		margin-top: 151px !important;
		margin-bottom: 151px !important;
	}
	
	.mrg-t-xxl-151 {
		margin-top: 151px !important;
	}
	
	.mrg-b-xxl-151 {
		margin-bottom: 151px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-151 {
		margin-top: 151px !important;
		margin-bottom: 151px !important;
	}
	
	.mrg-t-xxxxl-151 {
		margin-top: 151px !important;
	}
	
	.mrg-b-xxxxl-151 {
		margin-bottom: 151px !important;
	}
}

.mrg-y-152 {
	margin-top: 152px !important;
	margin-bottom: 152px !important;
}

.mrg-t-152 {
	margin-top: 152px !important;
}

.mrg-b-152 {
	margin-bottom: 152px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-152 {
		margin-top: 152px !important;
		margin-bottom: 152px !important;
	}
	
	.mrg-t-sm-152 {
		margin-top: 152px !important;
	}
	
	.mrg-b-sm-152 {
		margin-bottom: 152px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-152 {
		margin-top: 152px !important;
		margin-bottom: 152px !important;
	}
	
	.mrg-t-lg-152 {
		margin-top: 152px !important;
	}
	
	.mrg-b-lg-152 {
		margin-bottom: 152px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-152 {
		margin-top: 152px !important;
		margin-bottom: 152px !important;
	}
	
	.mrg-t-xxl-152 {
		margin-top: 152px !important;
	}
	
	.mrg-b-xxl-152 {
		margin-bottom: 152px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-152 {
		margin-top: 152px !important;
		margin-bottom: 152px !important;
	}
	
	.mrg-t-xxxxl-152 {
		margin-top: 152px !important;
	}
	
	.mrg-b-xxxxl-152 {
		margin-bottom: 152px !important;
	}
}

.mrg-y-153 {
	margin-top: 153px !important;
	margin-bottom: 153px !important;
}

.mrg-t-153 {
	margin-top: 153px !important;
}

.mrg-b-153 {
	margin-bottom: 153px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-153 {
		margin-top: 153px !important;
		margin-bottom: 153px !important;
	}
	
	.mrg-t-sm-153 {
		margin-top: 153px !important;
	}
	
	.mrg-b-sm-153 {
		margin-bottom: 153px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-153 {
		margin-top: 153px !important;
		margin-bottom: 153px !important;
	}
	
	.mrg-t-lg-153 {
		margin-top: 153px !important;
	}
	
	.mrg-b-lg-153 {
		margin-bottom: 153px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-153 {
		margin-top: 153px !important;
		margin-bottom: 153px !important;
	}
	
	.mrg-t-xxl-153 {
		margin-top: 153px !important;
	}
	
	.mrg-b-xxl-153 {
		margin-bottom: 153px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-153 {
		margin-top: 153px !important;
		margin-bottom: 153px !important;
	}
	
	.mrg-t-xxxxl-153 {
		margin-top: 153px !important;
	}
	
	.mrg-b-xxxxl-153 {
		margin-bottom: 153px !important;
	}
}

.mrg-y-154 {
	margin-top: 154px !important;
	margin-bottom: 154px !important;
}

.mrg-t-154 {
	margin-top: 154px !important;
}

.mrg-b-154 {
	margin-bottom: 154px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-154 {
		margin-top: 154px !important;
		margin-bottom: 154px !important;
	}
	
	.mrg-t-sm-154 {
		margin-top: 154px !important;
	}
	
	.mrg-b-sm-154 {
		margin-bottom: 154px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-154 {
		margin-top: 154px !important;
		margin-bottom: 154px !important;
	}
	
	.mrg-t-lg-154 {
		margin-top: 154px !important;
	}
	
	.mrg-b-lg-154 {
		margin-bottom: 154px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-154 {
		margin-top: 154px !important;
		margin-bottom: 154px !important;
	}
	
	.mrg-t-xxl-154 {
		margin-top: 154px !important;
	}
	
	.mrg-b-xxl-154 {
		margin-bottom: 154px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-154 {
		margin-top: 154px !important;
		margin-bottom: 154px !important;
	}
	
	.mrg-t-xxxxl-154 {
		margin-top: 154px !important;
	}
	
	.mrg-b-xxxxl-154 {
		margin-bottom: 154px !important;
	}
}

.mrg-y-155 {
	margin-top: 155px !important;
	margin-bottom: 155px !important;
}

.mrg-t-155 {
	margin-top: 155px !important;
}

.mrg-b-155 {
	margin-bottom: 155px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-155 {
		margin-top: 155px !important;
		margin-bottom: 155px !important;
	}
	
	.mrg-t-sm-155 {
		margin-top: 155px !important;
	}
	
	.mrg-b-sm-155 {
		margin-bottom: 155px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-155 {
		margin-top: 155px !important;
		margin-bottom: 155px !important;
	}
	
	.mrg-t-lg-155 {
		margin-top: 155px !important;
	}
	
	.mrg-b-lg-155 {
		margin-bottom: 155px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-155 {
		margin-top: 155px !important;
		margin-bottom: 155px !important;
	}
	
	.mrg-t-xxl-155 {
		margin-top: 155px !important;
	}
	
	.mrg-b-xxl-155 {
		margin-bottom: 155px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-155 {
		margin-top: 155px !important;
		margin-bottom: 155px !important;
	}
	
	.mrg-t-xxxxl-155 {
		margin-top: 155px !important;
	}
	
	.mrg-b-xxxxl-155 {
		margin-bottom: 155px !important;
	}
}

.mrg-y-156 {
	margin-top: 156px !important;
	margin-bottom: 156px !important;
}

.mrg-t-156 {
	margin-top: 156px !important;
}

.mrg-b-156 {
	margin-bottom: 156px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-156 {
		margin-top: 156px !important;
		margin-bottom: 156px !important;
	}
	
	.mrg-t-sm-156 {
		margin-top: 156px !important;
	}
	
	.mrg-b-sm-156 {
		margin-bottom: 156px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-156 {
		margin-top: 156px !important;
		margin-bottom: 156px !important;
	}
	
	.mrg-t-lg-156 {
		margin-top: 156px !important;
	}
	
	.mrg-b-lg-156 {
		margin-bottom: 156px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-156 {
		margin-top: 156px !important;
		margin-bottom: 156px !important;
	}
	
	.mrg-t-xxl-156 {
		margin-top: 156px !important;
	}
	
	.mrg-b-xxl-156 {
		margin-bottom: 156px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-156 {
		margin-top: 156px !important;
		margin-bottom: 156px !important;
	}
	
	.mrg-t-xxxxl-156 {
		margin-top: 156px !important;
	}
	
	.mrg-b-xxxxl-156 {
		margin-bottom: 156px !important;
	}
}

.mrg-y-157 {
	margin-top: 157px !important;
	margin-bottom: 157px !important;
}

.mrg-t-157 {
	margin-top: 157px !important;
}

.mrg-b-157 {
	margin-bottom: 157px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-157 {
		margin-top: 157px !important;
		margin-bottom: 157px !important;
	}
	
	.mrg-t-sm-157 {
		margin-top: 157px !important;
	}
	
	.mrg-b-sm-157 {
		margin-bottom: 157px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-157 {
		margin-top: 157px !important;
		margin-bottom: 157px !important;
	}
	
	.mrg-t-lg-157 {
		margin-top: 157px !important;
	}
	
	.mrg-b-lg-157 {
		margin-bottom: 157px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-157 {
		margin-top: 157px !important;
		margin-bottom: 157px !important;
	}
	
	.mrg-t-xxl-157 {
		margin-top: 157px !important;
	}
	
	.mrg-b-xxl-157 {
		margin-bottom: 157px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-157 {
		margin-top: 157px !important;
		margin-bottom: 157px !important;
	}
	
	.mrg-t-xxxxl-157 {
		margin-top: 157px !important;
	}
	
	.mrg-b-xxxxl-157 {
		margin-bottom: 157px !important;
	}
}

.mrg-y-158 {
	margin-top: 158px !important;
	margin-bottom: 158px !important;
}

.mrg-t-158 {
	margin-top: 158px !important;
}

.mrg-b-158 {
	margin-bottom: 158px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-158 {
		margin-top: 158px !important;
		margin-bottom: 158px !important;
	}
	
	.mrg-t-sm-158 {
		margin-top: 158px !important;
	}
	
	.mrg-b-sm-158 {
		margin-bottom: 158px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-158 {
		margin-top: 158px !important;
		margin-bottom: 158px !important;
	}
	
	.mrg-t-lg-158 {
		margin-top: 158px !important;
	}
	
	.mrg-b-lg-158 {
		margin-bottom: 158px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-158 {
		margin-top: 158px !important;
		margin-bottom: 158px !important;
	}
	
	.mrg-t-xxl-158 {
		margin-top: 158px !important;
	}
	
	.mrg-b-xxl-158 {
		margin-bottom: 158px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-158 {
		margin-top: 158px !important;
		margin-bottom: 158px !important;
	}
	
	.mrg-t-xxxxl-158 {
		margin-top: 158px !important;
	}
	
	.mrg-b-xxxxl-158 {
		margin-bottom: 158px !important;
	}
}

.mrg-y-159 {
	margin-top: 159px !important;
	margin-bottom: 159px !important;
}

.mrg-t-159 {
	margin-top: 159px !important;
}

.mrg-b-159 {
	margin-bottom: 159px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-159 {
		margin-top: 159px !important;
		margin-bottom: 159px !important;
	}
	
	.mrg-t-sm-159 {
		margin-top: 159px !important;
	}
	
	.mrg-b-sm-159 {
		margin-bottom: 159px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-159 {
		margin-top: 159px !important;
		margin-bottom: 159px !important;
	}
	
	.mrg-t-lg-159 {
		margin-top: 159px !important;
	}
	
	.mrg-b-lg-159 {
		margin-bottom: 159px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-159 {
		margin-top: 159px !important;
		margin-bottom: 159px !important;
	}
	
	.mrg-t-xxl-159 {
		margin-top: 159px !important;
	}
	
	.mrg-b-xxl-159 {
		margin-bottom: 159px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-159 {
		margin-top: 159px !important;
		margin-bottom: 159px !important;
	}
	
	.mrg-t-xxxxl-159 {
		margin-top: 159px !important;
	}
	
	.mrg-b-xxxxl-159 {
		margin-bottom: 159px !important;
	}
}

.mrg-y-160 {
	margin-top: 160px !important;
	margin-bottom: 160px !important;
}

.mrg-t-160 {
	margin-top: 160px !important;
}

.mrg-b-160 {
	margin-bottom: 160px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-160 {
		margin-top: 160px !important;
		margin-bottom: 160px !important;
	}
	
	.mrg-t-sm-160 {
		margin-top: 160px !important;
	}
	
	.mrg-b-sm-160 {
		margin-bottom: 160px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-160 {
		margin-top: 160px !important;
		margin-bottom: 160px !important;
	}
	
	.mrg-t-lg-160 {
		margin-top: 160px !important;
	}
	
	.mrg-b-lg-160 {
		margin-bottom: 160px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-160 {
		margin-top: 160px !important;
		margin-bottom: 160px !important;
	}
	
	.mrg-t-xxl-160 {
		margin-top: 160px !important;
	}
	
	.mrg-b-xxl-160 {
		margin-bottom: 160px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-160 {
		margin-top: 160px !important;
		margin-bottom: 160px !important;
	}
	
	.mrg-t-xxxxl-160 {
		margin-top: 160px !important;
	}
	
	.mrg-b-xxxxl-160 {
		margin-bottom: 160px !important;
	}
}

.mrg-y-161 {
	margin-top: 161px !important;
	margin-bottom: 161px !important;
}

.mrg-t-161 {
	margin-top: 161px !important;
}

.mrg-b-161 {
	margin-bottom: 161px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-161 {
		margin-top: 161px !important;
		margin-bottom: 161px !important;
	}
	
	.mrg-t-sm-161 {
		margin-top: 161px !important;
	}
	
	.mrg-b-sm-161 {
		margin-bottom: 161px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-161 {
		margin-top: 161px !important;
		margin-bottom: 161px !important;
	}
	
	.mrg-t-lg-161 {
		margin-top: 161px !important;
	}
	
	.mrg-b-lg-161 {
		margin-bottom: 161px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-161 {
		margin-top: 161px !important;
		margin-bottom: 161px !important;
	}
	
	.mrg-t-xxl-161 {
		margin-top: 161px !important;
	}
	
	.mrg-b-xxl-161 {
		margin-bottom: 161px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-161 {
		margin-top: 161px !important;
		margin-bottom: 161px !important;
	}
	
	.mrg-t-xxxxl-161 {
		margin-top: 161px !important;
	}
	
	.mrg-b-xxxxl-161 {
		margin-bottom: 161px !important;
	}
}

.mrg-y-162 {
	margin-top: 162px !important;
	margin-bottom: 162px !important;
}

.mrg-t-162 {
	margin-top: 162px !important;
}

.mrg-b-162 {
	margin-bottom: 162px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-162 {
		margin-top: 162px !important;
		margin-bottom: 162px !important;
	}
	
	.mrg-t-sm-162 {
		margin-top: 162px !important;
	}
	
	.mrg-b-sm-162 {
		margin-bottom: 162px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-162 {
		margin-top: 162px !important;
		margin-bottom: 162px !important;
	}
	
	.mrg-t-lg-162 {
		margin-top: 162px !important;
	}
	
	.mrg-b-lg-162 {
		margin-bottom: 162px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-162 {
		margin-top: 162px !important;
		margin-bottom: 162px !important;
	}
	
	.mrg-t-xxl-162 {
		margin-top: 162px !important;
	}
	
	.mrg-b-xxl-162 {
		margin-bottom: 162px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-162 {
		margin-top: 162px !important;
		margin-bottom: 162px !important;
	}
	
	.mrg-t-xxxxl-162 {
		margin-top: 162px !important;
	}
	
	.mrg-b-xxxxl-162 {
		margin-bottom: 162px !important;
	}
}

.mrg-y-163 {
	margin-top: 163px !important;
	margin-bottom: 163px !important;
}

.mrg-t-163 {
	margin-top: 163px !important;
}

.mrg-b-163 {
	margin-bottom: 163px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-163 {
		margin-top: 163px !important;
		margin-bottom: 163px !important;
	}
	
	.mrg-t-sm-163 {
		margin-top: 163px !important;
	}
	
	.mrg-b-sm-163 {
		margin-bottom: 163px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-163 {
		margin-top: 163px !important;
		margin-bottom: 163px !important;
	}
	
	.mrg-t-lg-163 {
		margin-top: 163px !important;
	}
	
	.mrg-b-lg-163 {
		margin-bottom: 163px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-163 {
		margin-top: 163px !important;
		margin-bottom: 163px !important;
	}
	
	.mrg-t-xxl-163 {
		margin-top: 163px !important;
	}
	
	.mrg-b-xxl-163 {
		margin-bottom: 163px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-163 {
		margin-top: 163px !important;
		margin-bottom: 163px !important;
	}
	
	.mrg-t-xxxxl-163 {
		margin-top: 163px !important;
	}
	
	.mrg-b-xxxxl-163 {
		margin-bottom: 163px !important;
	}
}

.mrg-y-164 {
	margin-top: 164px !important;
	margin-bottom: 164px !important;
}

.mrg-t-164 {
	margin-top: 164px !important;
}

.mrg-b-164 {
	margin-bottom: 164px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-164 {
		margin-top: 164px !important;
		margin-bottom: 164px !important;
	}
	
	.mrg-t-sm-164 {
		margin-top: 164px !important;
	}
	
	.mrg-b-sm-164 {
		margin-bottom: 164px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-164 {
		margin-top: 164px !important;
		margin-bottom: 164px !important;
	}
	
	.mrg-t-lg-164 {
		margin-top: 164px !important;
	}
	
	.mrg-b-lg-164 {
		margin-bottom: 164px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-164 {
		margin-top: 164px !important;
		margin-bottom: 164px !important;
	}
	
	.mrg-t-xxl-164 {
		margin-top: 164px !important;
	}
	
	.mrg-b-xxl-164 {
		margin-bottom: 164px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-164 {
		margin-top: 164px !important;
		margin-bottom: 164px !important;
	}
	
	.mrg-t-xxxxl-164 {
		margin-top: 164px !important;
	}
	
	.mrg-b-xxxxl-164 {
		margin-bottom: 164px !important;
	}
}

.mrg-y-165 {
	margin-top: 165px !important;
	margin-bottom: 165px !important;
}

.mrg-t-165 {
	margin-top: 165px !important;
}

.mrg-b-165 {
	margin-bottom: 165px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-165 {
		margin-top: 165px !important;
		margin-bottom: 165px !important;
	}
	
	.mrg-t-sm-165 {
		margin-top: 165px !important;
	}
	
	.mrg-b-sm-165 {
		margin-bottom: 165px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-165 {
		margin-top: 165px !important;
		margin-bottom: 165px !important;
	}
	
	.mrg-t-lg-165 {
		margin-top: 165px !important;
	}
	
	.mrg-b-lg-165 {
		margin-bottom: 165px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-165 {
		margin-top: 165px !important;
		margin-bottom: 165px !important;
	}
	
	.mrg-t-xxl-165 {
		margin-top: 165px !important;
	}
	
	.mrg-b-xxl-165 {
		margin-bottom: 165px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-165 {
		margin-top: 165px !important;
		margin-bottom: 165px !important;
	}
	
	.mrg-t-xxxxl-165 {
		margin-top: 165px !important;
	}
	
	.mrg-b-xxxxl-165 {
		margin-bottom: 165px !important;
	}
}

.mrg-y-166 {
	margin-top: 166px !important;
	margin-bottom: 166px !important;
}

.mrg-t-166 {
	margin-top: 166px !important;
}

.mrg-b-166 {
	margin-bottom: 166px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-166 {
		margin-top: 166px !important;
		margin-bottom: 166px !important;
	}
	
	.mrg-t-sm-166 {
		margin-top: 166px !important;
	}
	
	.mrg-b-sm-166 {
		margin-bottom: 166px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-166 {
		margin-top: 166px !important;
		margin-bottom: 166px !important;
	}
	
	.mrg-t-lg-166 {
		margin-top: 166px !important;
	}
	
	.mrg-b-lg-166 {
		margin-bottom: 166px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-166 {
		margin-top: 166px !important;
		margin-bottom: 166px !important;
	}
	
	.mrg-t-xxl-166 {
		margin-top: 166px !important;
	}
	
	.mrg-b-xxl-166 {
		margin-bottom: 166px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-166 {
		margin-top: 166px !important;
		margin-bottom: 166px !important;
	}
	
	.mrg-t-xxxxl-166 {
		margin-top: 166px !important;
	}
	
	.mrg-b-xxxxl-166 {
		margin-bottom: 166px !important;
	}
}

.mrg-y-167 {
	margin-top: 167px !important;
	margin-bottom: 167px !important;
}

.mrg-t-167 {
	margin-top: 167px !important;
}

.mrg-b-167 {
	margin-bottom: 167px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-167 {
		margin-top: 167px !important;
		margin-bottom: 167px !important;
	}
	
	.mrg-t-sm-167 {
		margin-top: 167px !important;
	}
	
	.mrg-b-sm-167 {
		margin-bottom: 167px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-167 {
		margin-top: 167px !important;
		margin-bottom: 167px !important;
	}
	
	.mrg-t-lg-167 {
		margin-top: 167px !important;
	}
	
	.mrg-b-lg-167 {
		margin-bottom: 167px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-167 {
		margin-top: 167px !important;
		margin-bottom: 167px !important;
	}
	
	.mrg-t-xxl-167 {
		margin-top: 167px !important;
	}
	
	.mrg-b-xxl-167 {
		margin-bottom: 167px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-167 {
		margin-top: 167px !important;
		margin-bottom: 167px !important;
	}
	
	.mrg-t-xxxxl-167 {
		margin-top: 167px !important;
	}
	
	.mrg-b-xxxxl-167 {
		margin-bottom: 167px !important;
	}
}

.mrg-y-168 {
	margin-top: 168px !important;
	margin-bottom: 168px !important;
}

.mrg-t-168 {
	margin-top: 168px !important;
}

.mrg-b-168 {
	margin-bottom: 168px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-168 {
		margin-top: 168px !important;
		margin-bottom: 168px !important;
	}
	
	.mrg-t-sm-168 {
		margin-top: 168px !important;
	}
	
	.mrg-b-sm-168 {
		margin-bottom: 168px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-168 {
		margin-top: 168px !important;
		margin-bottom: 168px !important;
	}
	
	.mrg-t-lg-168 {
		margin-top: 168px !important;
	}
	
	.mrg-b-lg-168 {
		margin-bottom: 168px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-168 {
		margin-top: 168px !important;
		margin-bottom: 168px !important;
	}
	
	.mrg-t-xxl-168 {
		margin-top: 168px !important;
	}
	
	.mrg-b-xxl-168 {
		margin-bottom: 168px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-168 {
		margin-top: 168px !important;
		margin-bottom: 168px !important;
	}
	
	.mrg-t-xxxxl-168 {
		margin-top: 168px !important;
	}
	
	.mrg-b-xxxxl-168 {
		margin-bottom: 168px !important;
	}
}

.mrg-y-169 {
	margin-top: 169px !important;
	margin-bottom: 169px !important;
}

.mrg-t-169 {
	margin-top: 169px !important;
}

.mrg-b-169 {
	margin-bottom: 169px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-169 {
		margin-top: 169px !important;
		margin-bottom: 169px !important;
	}
	
	.mrg-t-sm-169 {
		margin-top: 169px !important;
	}
	
	.mrg-b-sm-169 {
		margin-bottom: 169px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-169 {
		margin-top: 169px !important;
		margin-bottom: 169px !important;
	}
	
	.mrg-t-lg-169 {
		margin-top: 169px !important;
	}
	
	.mrg-b-lg-169 {
		margin-bottom: 169px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-169 {
		margin-top: 169px !important;
		margin-bottom: 169px !important;
	}
	
	.mrg-t-xxl-169 {
		margin-top: 169px !important;
	}
	
	.mrg-b-xxl-169 {
		margin-bottom: 169px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-169 {
		margin-top: 169px !important;
		margin-bottom: 169px !important;
	}
	
	.mrg-t-xxxxl-169 {
		margin-top: 169px !important;
	}
	
	.mrg-b-xxxxl-169 {
		margin-bottom: 169px !important;
	}
}

.mrg-y-170 {
	margin-top: 170px !important;
	margin-bottom: 170px !important;
}

.mrg-t-170 {
	margin-top: 170px !important;
}

.mrg-b-170 {
	margin-bottom: 170px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-170 {
		margin-top: 170px !important;
		margin-bottom: 170px !important;
	}
	
	.mrg-t-sm-170 {
		margin-top: 170px !important;
	}
	
	.mrg-b-sm-170 {
		margin-bottom: 170px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-170 {
		margin-top: 170px !important;
		margin-bottom: 170px !important;
	}
	
	.mrg-t-lg-170 {
		margin-top: 170px !important;
	}
	
	.mrg-b-lg-170 {
		margin-bottom: 170px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-170 {
		margin-top: 170px !important;
		margin-bottom: 170px !important;
	}
	
	.mrg-t-xxl-170 {
		margin-top: 170px !important;
	}
	
	.mrg-b-xxl-170 {
		margin-bottom: 170px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-170 {
		margin-top: 170px !important;
		margin-bottom: 170px !important;
	}
	
	.mrg-t-xxxxl-170 {
		margin-top: 170px !important;
	}
	
	.mrg-b-xxxxl-170 {
		margin-bottom: 170px !important;
	}
}

.mrg-y-171 {
	margin-top: 171px !important;
	margin-bottom: 171px !important;
}

.mrg-t-171 {
	margin-top: 171px !important;
}

.mrg-b-171 {
	margin-bottom: 171px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-171 {
		margin-top: 171px !important;
		margin-bottom: 171px !important;
	}
	
	.mrg-t-sm-171 {
		margin-top: 171px !important;
	}
	
	.mrg-b-sm-171 {
		margin-bottom: 171px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-171 {
		margin-top: 171px !important;
		margin-bottom: 171px !important;
	}
	
	.mrg-t-lg-171 {
		margin-top: 171px !important;
	}
	
	.mrg-b-lg-171 {
		margin-bottom: 171px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-171 {
		margin-top: 171px !important;
		margin-bottom: 171px !important;
	}
	
	.mrg-t-xxl-171 {
		margin-top: 171px !important;
	}
	
	.mrg-b-xxl-171 {
		margin-bottom: 171px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-171 {
		margin-top: 171px !important;
		margin-bottom: 171px !important;
	}
	
	.mrg-t-xxxxl-171 {
		margin-top: 171px !important;
	}
	
	.mrg-b-xxxxl-171 {
		margin-bottom: 171px !important;
	}
}

.mrg-y-172 {
	margin-top: 172px !important;
	margin-bottom: 172px !important;
}

.mrg-t-172 {
	margin-top: 172px !important;
}

.mrg-b-172 {
	margin-bottom: 172px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-172 {
		margin-top: 172px !important;
		margin-bottom: 172px !important;
	}
	
	.mrg-t-sm-172 {
		margin-top: 172px !important;
	}
	
	.mrg-b-sm-172 {
		margin-bottom: 172px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-172 {
		margin-top: 172px !important;
		margin-bottom: 172px !important;
	}
	
	.mrg-t-lg-172 {
		margin-top: 172px !important;
	}
	
	.mrg-b-lg-172 {
		margin-bottom: 172px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-172 {
		margin-top: 172px !important;
		margin-bottom: 172px !important;
	}
	
	.mrg-t-xxl-172 {
		margin-top: 172px !important;
	}
	
	.mrg-b-xxl-172 {
		margin-bottom: 172px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-172 {
		margin-top: 172px !important;
		margin-bottom: 172px !important;
	}
	
	.mrg-t-xxxxl-172 {
		margin-top: 172px !important;
	}
	
	.mrg-b-xxxxl-172 {
		margin-bottom: 172px !important;
	}
}

.mrg-y-173 {
	margin-top: 173px !important;
	margin-bottom: 173px !important;
}

.mrg-t-173 {
	margin-top: 173px !important;
}

.mrg-b-173 {
	margin-bottom: 173px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-173 {
		margin-top: 173px !important;
		margin-bottom: 173px !important;
	}
	
	.mrg-t-sm-173 {
		margin-top: 173px !important;
	}
	
	.mrg-b-sm-173 {
		margin-bottom: 173px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-173 {
		margin-top: 173px !important;
		margin-bottom: 173px !important;
	}
	
	.mrg-t-lg-173 {
		margin-top: 173px !important;
	}
	
	.mrg-b-lg-173 {
		margin-bottom: 173px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-173 {
		margin-top: 173px !important;
		margin-bottom: 173px !important;
	}
	
	.mrg-t-xxl-173 {
		margin-top: 173px !important;
	}
	
	.mrg-b-xxl-173 {
		margin-bottom: 173px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-173 {
		margin-top: 173px !important;
		margin-bottom: 173px !important;
	}
	
	.mrg-t-xxxxl-173 {
		margin-top: 173px !important;
	}
	
	.mrg-b-xxxxl-173 {
		margin-bottom: 173px !important;
	}
}

.mrg-y-174 {
	margin-top: 174px !important;
	margin-bottom: 174px !important;
}

.mrg-t-174 {
	margin-top: 174px !important;
}

.mrg-b-174 {
	margin-bottom: 174px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-174 {
		margin-top: 174px !important;
		margin-bottom: 174px !important;
	}
	
	.mrg-t-sm-174 {
		margin-top: 174px !important;
	}
	
	.mrg-b-sm-174 {
		margin-bottom: 174px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-174 {
		margin-top: 174px !important;
		margin-bottom: 174px !important;
	}
	
	.mrg-t-lg-174 {
		margin-top: 174px !important;
	}
	
	.mrg-b-lg-174 {
		margin-bottom: 174px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-174 {
		margin-top: 174px !important;
		margin-bottom: 174px !important;
	}
	
	.mrg-t-xxl-174 {
		margin-top: 174px !important;
	}
	
	.mrg-b-xxl-174 {
		margin-bottom: 174px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-174 {
		margin-top: 174px !important;
		margin-bottom: 174px !important;
	}
	
	.mrg-t-xxxxl-174 {
		margin-top: 174px !important;
	}
	
	.mrg-b-xxxxl-174 {
		margin-bottom: 174px !important;
	}
}

.mrg-y-175 {
	margin-top: 175px !important;
	margin-bottom: 175px !important;
}

.mrg-t-175 {
	margin-top: 175px !important;
}

.mrg-b-175 {
	margin-bottom: 175px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-175 {
		margin-top: 175px !important;
		margin-bottom: 175px !important;
	}
	
	.mrg-t-sm-175 {
		margin-top: 175px !important;
	}
	
	.mrg-b-sm-175 {
		margin-bottom: 175px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-175 {
		margin-top: 175px !important;
		margin-bottom: 175px !important;
	}
	
	.mrg-t-lg-175 {
		margin-top: 175px !important;
	}
	
	.mrg-b-lg-175 {
		margin-bottom: 175px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-175 {
		margin-top: 175px !important;
		margin-bottom: 175px !important;
	}
	
	.mrg-t-xxl-175 {
		margin-top: 175px !important;
	}
	
	.mrg-b-xxl-175 {
		margin-bottom: 175px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-175 {
		margin-top: 175px !important;
		margin-bottom: 175px !important;
	}
	
	.mrg-t-xxxxl-175 {
		margin-top: 175px !important;
	}
	
	.mrg-b-xxxxl-175 {
		margin-bottom: 175px !important;
	}
}

.mrg-y-176 {
	margin-top: 176px !important;
	margin-bottom: 176px !important;
}

.mrg-t-176 {
	margin-top: 176px !important;
}

.mrg-b-176 {
	margin-bottom: 176px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-176 {
		margin-top: 176px !important;
		margin-bottom: 176px !important;
	}
	
	.mrg-t-sm-176 {
		margin-top: 176px !important;
	}
	
	.mrg-b-sm-176 {
		margin-bottom: 176px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-176 {
		margin-top: 176px !important;
		margin-bottom: 176px !important;
	}
	
	.mrg-t-lg-176 {
		margin-top: 176px !important;
	}
	
	.mrg-b-lg-176 {
		margin-bottom: 176px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-176 {
		margin-top: 176px !important;
		margin-bottom: 176px !important;
	}
	
	.mrg-t-xxl-176 {
		margin-top: 176px !important;
	}
	
	.mrg-b-xxl-176 {
		margin-bottom: 176px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-176 {
		margin-top: 176px !important;
		margin-bottom: 176px !important;
	}
	
	.mrg-t-xxxxl-176 {
		margin-top: 176px !important;
	}
	
	.mrg-b-xxxxl-176 {
		margin-bottom: 176px !important;
	}
}

.mrg-y-177 {
	margin-top: 177px !important;
	margin-bottom: 177px !important;
}

.mrg-t-177 {
	margin-top: 177px !important;
}

.mrg-b-177 {
	margin-bottom: 177px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-177 {
		margin-top: 177px !important;
		margin-bottom: 177px !important;
	}
	
	.mrg-t-sm-177 {
		margin-top: 177px !important;
	}
	
	.mrg-b-sm-177 {
		margin-bottom: 177px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-177 {
		margin-top: 177px !important;
		margin-bottom: 177px !important;
	}
	
	.mrg-t-lg-177 {
		margin-top: 177px !important;
	}
	
	.mrg-b-lg-177 {
		margin-bottom: 177px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-177 {
		margin-top: 177px !important;
		margin-bottom: 177px !important;
	}
	
	.mrg-t-xxl-177 {
		margin-top: 177px !important;
	}
	
	.mrg-b-xxl-177 {
		margin-bottom: 177px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-177 {
		margin-top: 177px !important;
		margin-bottom: 177px !important;
	}
	
	.mrg-t-xxxxl-177 {
		margin-top: 177px !important;
	}
	
	.mrg-b-xxxxl-177 {
		margin-bottom: 177px !important;
	}
}

.mrg-y-178 {
	margin-top: 178px !important;
	margin-bottom: 178px !important;
}

.mrg-t-178 {
	margin-top: 178px !important;
}

.mrg-b-178 {
	margin-bottom: 178px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-178 {
		margin-top: 178px !important;
		margin-bottom: 178px !important;
	}
	
	.mrg-t-sm-178 {
		margin-top: 178px !important;
	}
	
	.mrg-b-sm-178 {
		margin-bottom: 178px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-178 {
		margin-top: 178px !important;
		margin-bottom: 178px !important;
	}
	
	.mrg-t-lg-178 {
		margin-top: 178px !important;
	}
	
	.mrg-b-lg-178 {
		margin-bottom: 178px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-178 {
		margin-top: 178px !important;
		margin-bottom: 178px !important;
	}
	
	.mrg-t-xxl-178 {
		margin-top: 178px !important;
	}
	
	.mrg-b-xxl-178 {
		margin-bottom: 178px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-178 {
		margin-top: 178px !important;
		margin-bottom: 178px !important;
	}
	
	.mrg-t-xxxxl-178 {
		margin-top: 178px !important;
	}
	
	.mrg-b-xxxxl-178 {
		margin-bottom: 178px !important;
	}
}

.mrg-y-179 {
	margin-top: 179px !important;
	margin-bottom: 179px !important;
}

.mrg-t-179 {
	margin-top: 179px !important;
}

.mrg-b-179 {
	margin-bottom: 179px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-179 {
		margin-top: 179px !important;
		margin-bottom: 179px !important;
	}
	
	.mrg-t-sm-179 {
		margin-top: 179px !important;
	}
	
	.mrg-b-sm-179 {
		margin-bottom: 179px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-179 {
		margin-top: 179px !important;
		margin-bottom: 179px !important;
	}
	
	.mrg-t-lg-179 {
		margin-top: 179px !important;
	}
	
	.mrg-b-lg-179 {
		margin-bottom: 179px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-179 {
		margin-top: 179px !important;
		margin-bottom: 179px !important;
	}
	
	.mrg-t-xxl-179 {
		margin-top: 179px !important;
	}
	
	.mrg-b-xxl-179 {
		margin-bottom: 179px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-179 {
		margin-top: 179px !important;
		margin-bottom: 179px !important;
	}
	
	.mrg-t-xxxxl-179 {
		margin-top: 179px !important;
	}
	
	.mrg-b-xxxxl-179 {
		margin-bottom: 179px !important;
	}
}

.mrg-y-180 {
	margin-top: 180px !important;
	margin-bottom: 180px !important;
}

.mrg-t-180 {
	margin-top: 180px !important;
}

.mrg-b-180 {
	margin-bottom: 180px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-180 {
		margin-top: 180px !important;
		margin-bottom: 180px !important;
	}
	
	.mrg-t-sm-180 {
		margin-top: 180px !important;
	}
	
	.mrg-b-sm-180 {
		margin-bottom: 180px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-180 {
		margin-top: 180px !important;
		margin-bottom: 180px !important;
	}
	
	.mrg-t-lg-180 {
		margin-top: 180px !important;
	}
	
	.mrg-b-lg-180 {
		margin-bottom: 180px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-180 {
		margin-top: 180px !important;
		margin-bottom: 180px !important;
	}
	
	.mrg-t-xxl-180 {
		margin-top: 180px !important;
	}
	
	.mrg-b-xxl-180 {
		margin-bottom: 180px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-180 {
		margin-top: 180px !important;
		margin-bottom: 180px !important;
	}
	
	.mrg-t-xxxxl-180 {
		margin-top: 180px !important;
	}
	
	.mrg-b-xxxxl-180 {
		margin-bottom: 180px !important;
	}
}

.mrg-y-181 {
	margin-top: 181px !important;
	margin-bottom: 181px !important;
}

.mrg-t-181 {
	margin-top: 181px !important;
}

.mrg-b-181 {
	margin-bottom: 181px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-181 {
		margin-top: 181px !important;
		margin-bottom: 181px !important;
	}
	
	.mrg-t-sm-181 {
		margin-top: 181px !important;
	}
	
	.mrg-b-sm-181 {
		margin-bottom: 181px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-181 {
		margin-top: 181px !important;
		margin-bottom: 181px !important;
	}
	
	.mrg-t-lg-181 {
		margin-top: 181px !important;
	}
	
	.mrg-b-lg-181 {
		margin-bottom: 181px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-181 {
		margin-top: 181px !important;
		margin-bottom: 181px !important;
	}
	
	.mrg-t-xxl-181 {
		margin-top: 181px !important;
	}
	
	.mrg-b-xxl-181 {
		margin-bottom: 181px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-181 {
		margin-top: 181px !important;
		margin-bottom: 181px !important;
	}
	
	.mrg-t-xxxxl-181 {
		margin-top: 181px !important;
	}
	
	.mrg-b-xxxxl-181 {
		margin-bottom: 181px !important;
	}
}

.mrg-y-182 {
	margin-top: 182px !important;
	margin-bottom: 182px !important;
}

.mrg-t-182 {
	margin-top: 182px !important;
}

.mrg-b-182 {
	margin-bottom: 182px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-182 {
		margin-top: 182px !important;
		margin-bottom: 182px !important;
	}
	
	.mrg-t-sm-182 {
		margin-top: 182px !important;
	}
	
	.mrg-b-sm-182 {
		margin-bottom: 182px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-182 {
		margin-top: 182px !important;
		margin-bottom: 182px !important;
	}
	
	.mrg-t-lg-182 {
		margin-top: 182px !important;
	}
	
	.mrg-b-lg-182 {
		margin-bottom: 182px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-182 {
		margin-top: 182px !important;
		margin-bottom: 182px !important;
	}
	
	.mrg-t-xxl-182 {
		margin-top: 182px !important;
	}
	
	.mrg-b-xxl-182 {
		margin-bottom: 182px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-182 {
		margin-top: 182px !important;
		margin-bottom: 182px !important;
	}
	
	.mrg-t-xxxxl-182 {
		margin-top: 182px !important;
	}
	
	.mrg-b-xxxxl-182 {
		margin-bottom: 182px !important;
	}
}

.mrg-y-183 {
	margin-top: 183px !important;
	margin-bottom: 183px !important;
}

.mrg-t-183 {
	margin-top: 183px !important;
}

.mrg-b-183 {
	margin-bottom: 183px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-183 {
		margin-top: 183px !important;
		margin-bottom: 183px !important;
	}
	
	.mrg-t-sm-183 {
		margin-top: 183px !important;
	}
	
	.mrg-b-sm-183 {
		margin-bottom: 183px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-183 {
		margin-top: 183px !important;
		margin-bottom: 183px !important;
	}
	
	.mrg-t-lg-183 {
		margin-top: 183px !important;
	}
	
	.mrg-b-lg-183 {
		margin-bottom: 183px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-183 {
		margin-top: 183px !important;
		margin-bottom: 183px !important;
	}
	
	.mrg-t-xxl-183 {
		margin-top: 183px !important;
	}
	
	.mrg-b-xxl-183 {
		margin-bottom: 183px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-183 {
		margin-top: 183px !important;
		margin-bottom: 183px !important;
	}
	
	.mrg-t-xxxxl-183 {
		margin-top: 183px !important;
	}
	
	.mrg-b-xxxxl-183 {
		margin-bottom: 183px !important;
	}
}

.mrg-y-184 {
	margin-top: 184px !important;
	margin-bottom: 184px !important;
}

.mrg-t-184 {
	margin-top: 184px !important;
}

.mrg-b-184 {
	margin-bottom: 184px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-184 {
		margin-top: 184px !important;
		margin-bottom: 184px !important;
	}
	
	.mrg-t-sm-184 {
		margin-top: 184px !important;
	}
	
	.mrg-b-sm-184 {
		margin-bottom: 184px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-184 {
		margin-top: 184px !important;
		margin-bottom: 184px !important;
	}
	
	.mrg-t-lg-184 {
		margin-top: 184px !important;
	}
	
	.mrg-b-lg-184 {
		margin-bottom: 184px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-184 {
		margin-top: 184px !important;
		margin-bottom: 184px !important;
	}
	
	.mrg-t-xxl-184 {
		margin-top: 184px !important;
	}
	
	.mrg-b-xxl-184 {
		margin-bottom: 184px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-184 {
		margin-top: 184px !important;
		margin-bottom: 184px !important;
	}
	
	.mrg-t-xxxxl-184 {
		margin-top: 184px !important;
	}
	
	.mrg-b-xxxxl-184 {
		margin-bottom: 184px !important;
	}
}

.mrg-y-185 {
	margin-top: 185px !important;
	margin-bottom: 185px !important;
}

.mrg-t-185 {
	margin-top: 185px !important;
}

.mrg-b-185 {
	margin-bottom: 185px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-185 {
		margin-top: 185px !important;
		margin-bottom: 185px !important;
	}
	
	.mrg-t-sm-185 {
		margin-top: 185px !important;
	}
	
	.mrg-b-sm-185 {
		margin-bottom: 185px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-185 {
		margin-top: 185px !important;
		margin-bottom: 185px !important;
	}
	
	.mrg-t-lg-185 {
		margin-top: 185px !important;
	}
	
	.mrg-b-lg-185 {
		margin-bottom: 185px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-185 {
		margin-top: 185px !important;
		margin-bottom: 185px !important;
	}
	
	.mrg-t-xxl-185 {
		margin-top: 185px !important;
	}
	
	.mrg-b-xxl-185 {
		margin-bottom: 185px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-185 {
		margin-top: 185px !important;
		margin-bottom: 185px !important;
	}
	
	.mrg-t-xxxxl-185 {
		margin-top: 185px !important;
	}
	
	.mrg-b-xxxxl-185 {
		margin-bottom: 185px !important;
	}
}

.mrg-y-186 {
	margin-top: 186px !important;
	margin-bottom: 186px !important;
}

.mrg-t-186 {
	margin-top: 186px !important;
}

.mrg-b-186 {
	margin-bottom: 186px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-186 {
		margin-top: 186px !important;
		margin-bottom: 186px !important;
	}
	
	.mrg-t-sm-186 {
		margin-top: 186px !important;
	}
	
	.mrg-b-sm-186 {
		margin-bottom: 186px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-186 {
		margin-top: 186px !important;
		margin-bottom: 186px !important;
	}
	
	.mrg-t-lg-186 {
		margin-top: 186px !important;
	}
	
	.mrg-b-lg-186 {
		margin-bottom: 186px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-186 {
		margin-top: 186px !important;
		margin-bottom: 186px !important;
	}
	
	.mrg-t-xxl-186 {
		margin-top: 186px !important;
	}
	
	.mrg-b-xxl-186 {
		margin-bottom: 186px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-186 {
		margin-top: 186px !important;
		margin-bottom: 186px !important;
	}
	
	.mrg-t-xxxxl-186 {
		margin-top: 186px !important;
	}
	
	.mrg-b-xxxxl-186 {
		margin-bottom: 186px !important;
	}
}

.mrg-y-187 {
	margin-top: 187px !important;
	margin-bottom: 187px !important;
}

.mrg-t-187 {
	margin-top: 187px !important;
}

.mrg-b-187 {
	margin-bottom: 187px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-187 {
		margin-top: 187px !important;
		margin-bottom: 187px !important;
	}
	
	.mrg-t-sm-187 {
		margin-top: 187px !important;
	}
	
	.mrg-b-sm-187 {
		margin-bottom: 187px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-187 {
		margin-top: 187px !important;
		margin-bottom: 187px !important;
	}
	
	.mrg-t-lg-187 {
		margin-top: 187px !important;
	}
	
	.mrg-b-lg-187 {
		margin-bottom: 187px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-187 {
		margin-top: 187px !important;
		margin-bottom: 187px !important;
	}
	
	.mrg-t-xxl-187 {
		margin-top: 187px !important;
	}
	
	.mrg-b-xxl-187 {
		margin-bottom: 187px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-187 {
		margin-top: 187px !important;
		margin-bottom: 187px !important;
	}
	
	.mrg-t-xxxxl-187 {
		margin-top: 187px !important;
	}
	
	.mrg-b-xxxxl-187 {
		margin-bottom: 187px !important;
	}
}

.mrg-y-188 {
	margin-top: 188px !important;
	margin-bottom: 188px !important;
}

.mrg-t-188 {
	margin-top: 188px !important;
}

.mrg-b-188 {
	margin-bottom: 188px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-188 {
		margin-top: 188px !important;
		margin-bottom: 188px !important;
	}
	
	.mrg-t-sm-188 {
		margin-top: 188px !important;
	}
	
	.mrg-b-sm-188 {
		margin-bottom: 188px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-188 {
		margin-top: 188px !important;
		margin-bottom: 188px !important;
	}
	
	.mrg-t-lg-188 {
		margin-top: 188px !important;
	}
	
	.mrg-b-lg-188 {
		margin-bottom: 188px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-188 {
		margin-top: 188px !important;
		margin-bottom: 188px !important;
	}
	
	.mrg-t-xxl-188 {
		margin-top: 188px !important;
	}
	
	.mrg-b-xxl-188 {
		margin-bottom: 188px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-188 {
		margin-top: 188px !important;
		margin-bottom: 188px !important;
	}
	
	.mrg-t-xxxxl-188 {
		margin-top: 188px !important;
	}
	
	.mrg-b-xxxxl-188 {
		margin-bottom: 188px !important;
	}
}

.mrg-y-189 {
	margin-top: 189px !important;
	margin-bottom: 189px !important;
}

.mrg-t-189 {
	margin-top: 189px !important;
}

.mrg-b-189 {
	margin-bottom: 189px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-189 {
		margin-top: 189px !important;
		margin-bottom: 189px !important;
	}
	
	.mrg-t-sm-189 {
		margin-top: 189px !important;
	}
	
	.mrg-b-sm-189 {
		margin-bottom: 189px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-189 {
		margin-top: 189px !important;
		margin-bottom: 189px !important;
	}
	
	.mrg-t-lg-189 {
		margin-top: 189px !important;
	}
	
	.mrg-b-lg-189 {
		margin-bottom: 189px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-189 {
		margin-top: 189px !important;
		margin-bottom: 189px !important;
	}
	
	.mrg-t-xxl-189 {
		margin-top: 189px !important;
	}
	
	.mrg-b-xxl-189 {
		margin-bottom: 189px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-189 {
		margin-top: 189px !important;
		margin-bottom: 189px !important;
	}
	
	.mrg-t-xxxxl-189 {
		margin-top: 189px !important;
	}
	
	.mrg-b-xxxxl-189 {
		margin-bottom: 189px !important;
	}
}

.mrg-y-190 {
	margin-top: 190px !important;
	margin-bottom: 190px !important;
}

.mrg-t-190 {
	margin-top: 190px !important;
}

.mrg-b-190 {
	margin-bottom: 190px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-190 {
		margin-top: 190px !important;
		margin-bottom: 190px !important;
	}
	
	.mrg-t-sm-190 {
		margin-top: 190px !important;
	}
	
	.mrg-b-sm-190 {
		margin-bottom: 190px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-190 {
		margin-top: 190px !important;
		margin-bottom: 190px !important;
	}
	
	.mrg-t-lg-190 {
		margin-top: 190px !important;
	}
	
	.mrg-b-lg-190 {
		margin-bottom: 190px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-190 {
		margin-top: 190px !important;
		margin-bottom: 190px !important;
	}
	
	.mrg-t-xxl-190 {
		margin-top: 190px !important;
	}
	
	.mrg-b-xxl-190 {
		margin-bottom: 190px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-190 {
		margin-top: 190px !important;
		margin-bottom: 190px !important;
	}
	
	.mrg-t-xxxxl-190 {
		margin-top: 190px !important;
	}
	
	.mrg-b-xxxxl-190 {
		margin-bottom: 190px !important;
	}
}

.mrg-y-191 {
	margin-top: 191px !important;
	margin-bottom: 191px !important;
}

.mrg-t-191 {
	margin-top: 191px !important;
}

.mrg-b-191 {
	margin-bottom: 191px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-191 {
		margin-top: 191px !important;
		margin-bottom: 191px !important;
	}
	
	.mrg-t-sm-191 {
		margin-top: 191px !important;
	}
	
	.mrg-b-sm-191 {
		margin-bottom: 191px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-191 {
		margin-top: 191px !important;
		margin-bottom: 191px !important;
	}
	
	.mrg-t-lg-191 {
		margin-top: 191px !important;
	}
	
	.mrg-b-lg-191 {
		margin-bottom: 191px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-191 {
		margin-top: 191px !important;
		margin-bottom: 191px !important;
	}
	
	.mrg-t-xxl-191 {
		margin-top: 191px !important;
	}
	
	.mrg-b-xxl-191 {
		margin-bottom: 191px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-191 {
		margin-top: 191px !important;
		margin-bottom: 191px !important;
	}
	
	.mrg-t-xxxxl-191 {
		margin-top: 191px !important;
	}
	
	.mrg-b-xxxxl-191 {
		margin-bottom: 191px !important;
	}
}

.mrg-y-192 {
	margin-top: 192px !important;
	margin-bottom: 192px !important;
}

.mrg-t-192 {
	margin-top: 192px !important;
}

.mrg-b-192 {
	margin-bottom: 192px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-192 {
		margin-top: 192px !important;
		margin-bottom: 192px !important;
	}
	
	.mrg-t-sm-192 {
		margin-top: 192px !important;
	}
	
	.mrg-b-sm-192 {
		margin-bottom: 192px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-192 {
		margin-top: 192px !important;
		margin-bottom: 192px !important;
	}
	
	.mrg-t-lg-192 {
		margin-top: 192px !important;
	}
	
	.mrg-b-lg-192 {
		margin-bottom: 192px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-192 {
		margin-top: 192px !important;
		margin-bottom: 192px !important;
	}
	
	.mrg-t-xxl-192 {
		margin-top: 192px !important;
	}
	
	.mrg-b-xxl-192 {
		margin-bottom: 192px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-192 {
		margin-top: 192px !important;
		margin-bottom: 192px !important;
	}
	
	.mrg-t-xxxxl-192 {
		margin-top: 192px !important;
	}
	
	.mrg-b-xxxxl-192 {
		margin-bottom: 192px !important;
	}
}

.mrg-y-193 {
	margin-top: 193px !important;
	margin-bottom: 193px !important;
}

.mrg-t-193 {
	margin-top: 193px !important;
}

.mrg-b-193 {
	margin-bottom: 193px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-193 {
		margin-top: 193px !important;
		margin-bottom: 193px !important;
	}
	
	.mrg-t-sm-193 {
		margin-top: 193px !important;
	}
	
	.mrg-b-sm-193 {
		margin-bottom: 193px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-193 {
		margin-top: 193px !important;
		margin-bottom: 193px !important;
	}
	
	.mrg-t-lg-193 {
		margin-top: 193px !important;
	}
	
	.mrg-b-lg-193 {
		margin-bottom: 193px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-193 {
		margin-top: 193px !important;
		margin-bottom: 193px !important;
	}
	
	.mrg-t-xxl-193 {
		margin-top: 193px !important;
	}
	
	.mrg-b-xxl-193 {
		margin-bottom: 193px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-193 {
		margin-top: 193px !important;
		margin-bottom: 193px !important;
	}
	
	.mrg-t-xxxxl-193 {
		margin-top: 193px !important;
	}
	
	.mrg-b-xxxxl-193 {
		margin-bottom: 193px !important;
	}
}

.mrg-y-194 {
	margin-top: 194px !important;
	margin-bottom: 194px !important;
}

.mrg-t-194 {
	margin-top: 194px !important;
}

.mrg-b-194 {
	margin-bottom: 194px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-194 {
		margin-top: 194px !important;
		margin-bottom: 194px !important;
	}
	
	.mrg-t-sm-194 {
		margin-top: 194px !important;
	}
	
	.mrg-b-sm-194 {
		margin-bottom: 194px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-194 {
		margin-top: 194px !important;
		margin-bottom: 194px !important;
	}
	
	.mrg-t-lg-194 {
		margin-top: 194px !important;
	}
	
	.mrg-b-lg-194 {
		margin-bottom: 194px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-194 {
		margin-top: 194px !important;
		margin-bottom: 194px !important;
	}
	
	.mrg-t-xxl-194 {
		margin-top: 194px !important;
	}
	
	.mrg-b-xxl-194 {
		margin-bottom: 194px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-194 {
		margin-top: 194px !important;
		margin-bottom: 194px !important;
	}
	
	.mrg-t-xxxxl-194 {
		margin-top: 194px !important;
	}
	
	.mrg-b-xxxxl-194 {
		margin-bottom: 194px !important;
	}
}

.mrg-y-195 {
	margin-top: 195px !important;
	margin-bottom: 195px !important;
}

.mrg-t-195 {
	margin-top: 195px !important;
}

.mrg-b-195 {
	margin-bottom: 195px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-195 {
		margin-top: 195px !important;
		margin-bottom: 195px !important;
	}
	
	.mrg-t-sm-195 {
		margin-top: 195px !important;
	}
	
	.mrg-b-sm-195 {
		margin-bottom: 195px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-195 {
		margin-top: 195px !important;
		margin-bottom: 195px !important;
	}
	
	.mrg-t-lg-195 {
		margin-top: 195px !important;
	}
	
	.mrg-b-lg-195 {
		margin-bottom: 195px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-195 {
		margin-top: 195px !important;
		margin-bottom: 195px !important;
	}
	
	.mrg-t-xxl-195 {
		margin-top: 195px !important;
	}
	
	.mrg-b-xxl-195 {
		margin-bottom: 195px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-195 {
		margin-top: 195px !important;
		margin-bottom: 195px !important;
	}
	
	.mrg-t-xxxxl-195 {
		margin-top: 195px !important;
	}
	
	.mrg-b-xxxxl-195 {
		margin-bottom: 195px !important;
	}
}

.mrg-y-196 {
	margin-top: 196px !important;
	margin-bottom: 196px !important;
}

.mrg-t-196 {
	margin-top: 196px !important;
}

.mrg-b-196 {
	margin-bottom: 196px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-196 {
		margin-top: 196px !important;
		margin-bottom: 196px !important;
	}
	
	.mrg-t-sm-196 {
		margin-top: 196px !important;
	}
	
	.mrg-b-sm-196 {
		margin-bottom: 196px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-196 {
		margin-top: 196px !important;
		margin-bottom: 196px !important;
	}
	
	.mrg-t-lg-196 {
		margin-top: 196px !important;
	}
	
	.mrg-b-lg-196 {
		margin-bottom: 196px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-196 {
		margin-top: 196px !important;
		margin-bottom: 196px !important;
	}
	
	.mrg-t-xxl-196 {
		margin-top: 196px !important;
	}
	
	.mrg-b-xxl-196 {
		margin-bottom: 196px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-196 {
		margin-top: 196px !important;
		margin-bottom: 196px !important;
	}
	
	.mrg-t-xxxxl-196 {
		margin-top: 196px !important;
	}
	
	.mrg-b-xxxxl-196 {
		margin-bottom: 196px !important;
	}
}

.mrg-y-197 {
	margin-top: 197px !important;
	margin-bottom: 197px !important;
}

.mrg-t-197 {
	margin-top: 197px !important;
}

.mrg-b-197 {
	margin-bottom: 197px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-197 {
		margin-top: 197px !important;
		margin-bottom: 197px !important;
	}
	
	.mrg-t-sm-197 {
		margin-top: 197px !important;
	}
	
	.mrg-b-sm-197 {
		margin-bottom: 197px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-197 {
		margin-top: 197px !important;
		margin-bottom: 197px !important;
	}
	
	.mrg-t-lg-197 {
		margin-top: 197px !important;
	}
	
	.mrg-b-lg-197 {
		margin-bottom: 197px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-197 {
		margin-top: 197px !important;
		margin-bottom: 197px !important;
	}
	
	.mrg-t-xxl-197 {
		margin-top: 197px !important;
	}
	
	.mrg-b-xxl-197 {
		margin-bottom: 197px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-197 {
		margin-top: 197px !important;
		margin-bottom: 197px !important;
	}
	
	.mrg-t-xxxxl-197 {
		margin-top: 197px !important;
	}
	
	.mrg-b-xxxxl-197 {
		margin-bottom: 197px !important;
	}
}

.mrg-y-198 {
	margin-top: 198px !important;
	margin-bottom: 198px !important;
}

.mrg-t-198 {
	margin-top: 198px !important;
}

.mrg-b-198 {
	margin-bottom: 198px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-198 {
		margin-top: 198px !important;
		margin-bottom: 198px !important;
	}
	
	.mrg-t-sm-198 {
		margin-top: 198px !important;
	}
	
	.mrg-b-sm-198 {
		margin-bottom: 198px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-198 {
		margin-top: 198px !important;
		margin-bottom: 198px !important;
	}
	
	.mrg-t-lg-198 {
		margin-top: 198px !important;
	}
	
	.mrg-b-lg-198 {
		margin-bottom: 198px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-198 {
		margin-top: 198px !important;
		margin-bottom: 198px !important;
	}
	
	.mrg-t-xxl-198 {
		margin-top: 198px !important;
	}
	
	.mrg-b-xxl-198 {
		margin-bottom: 198px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-198 {
		margin-top: 198px !important;
		margin-bottom: 198px !important;
	}
	
	.mrg-t-xxxxl-198 {
		margin-top: 198px !important;
	}
	
	.mrg-b-xxxxl-198 {
		margin-bottom: 198px !important;
	}
}

.mrg-y-199 {
	margin-top: 199px !important;
	margin-bottom: 199px !important;
}

.mrg-t-199 {
	margin-top: 199px !important;
}

.mrg-b-199 {
	margin-bottom: 199px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-199 {
		margin-top: 199px !important;
		margin-bottom: 199px !important;
	}
	
	.mrg-t-sm-199 {
		margin-top: 199px !important;
	}
	
	.mrg-b-sm-199 {
		margin-bottom: 199px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-199 {
		margin-top: 199px !important;
		margin-bottom: 199px !important;
	}
	
	.mrg-t-lg-199 {
		margin-top: 199px !important;
	}
	
	.mrg-b-lg-199 {
		margin-bottom: 199px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-199 {
		margin-top: 199px !important;
		margin-bottom: 199px !important;
	}
	
	.mrg-t-xxl-199 {
		margin-top: 199px !important;
	}
	
	.mrg-b-xxl-199 {
		margin-bottom: 199px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-199 {
		margin-top: 199px !important;
		margin-bottom: 199px !important;
	}
	
	.mrg-t-xxxxl-199 {
		margin-top: 199px !important;
	}
	
	.mrg-b-xxxxl-199 {
		margin-bottom: 199px !important;
	}
}

.mrg-y-200 {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}

.mrg-t-200 {
	margin-top: 200px !important;
}

.mrg-b-200 {
	margin-bottom: 200px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-200 {
		margin-top: 200px !important;
		margin-bottom: 200px !important;
	}
	
	.mrg-t-sm-200 {
		margin-top: 200px !important;
	}
	
	.mrg-b-sm-200 {
		margin-bottom: 200px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-200 {
		margin-top: 200px !important;
		margin-bottom: 200px !important;
	}
	
	.mrg-t-lg-200 {
		margin-top: 200px !important;
	}
	
	.mrg-b-lg-200 {
		margin-bottom: 200px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-200 {
		margin-top: 200px !important;
		margin-bottom: 200px !important;
	}
	
	.mrg-t-xxl-200 {
		margin-top: 200px !important;
	}
	
	.mrg-b-xxl-200 {
		margin-bottom: 200px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-200 {
		margin-top: 200px !important;
		margin-bottom: 200px !important;
	}
	
	.mrg-t-xxxxl-200 {
		margin-top: 200px !important;
	}
	
	.mrg-b-xxxxl-200 {
		margin-bottom: 200px !important;
	}
}

.mrg-y-201 {
	margin-top: 201px !important;
	margin-bottom: 201px !important;
}

.mrg-t-201 {
	margin-top: 201px !important;
}

.mrg-b-201 {
	margin-bottom: 201px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-201 {
		margin-top: 201px !important;
		margin-bottom: 201px !important;
	}
	
	.mrg-t-sm-201 {
		margin-top: 201px !important;
	}
	
	.mrg-b-sm-201 {
		margin-bottom: 201px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-201 {
		margin-top: 201px !important;
		margin-bottom: 201px !important;
	}
	
	.mrg-t-lg-201 {
		margin-top: 201px !important;
	}
	
	.mrg-b-lg-201 {
		margin-bottom: 201px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-201 {
		margin-top: 201px !important;
		margin-bottom: 201px !important;
	}
	
	.mrg-t-xxl-201 {
		margin-top: 201px !important;
	}
	
	.mrg-b-xxl-201 {
		margin-bottom: 201px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-201 {
		margin-top: 201px !important;
		margin-bottom: 201px !important;
	}
	
	.mrg-t-xxxxl-201 {
		margin-top: 201px !important;
	}
	
	.mrg-b-xxxxl-201 {
		margin-bottom: 201px !important;
	}
}

.mrg-y-202 {
	margin-top: 202px !important;
	margin-bottom: 202px !important;
}

.mrg-t-202 {
	margin-top: 202px !important;
}

.mrg-b-202 {
	margin-bottom: 202px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-202 {
		margin-top: 202px !important;
		margin-bottom: 202px !important;
	}
	
	.mrg-t-sm-202 {
		margin-top: 202px !important;
	}
	
	.mrg-b-sm-202 {
		margin-bottom: 202px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-202 {
		margin-top: 202px !important;
		margin-bottom: 202px !important;
	}
	
	.mrg-t-lg-202 {
		margin-top: 202px !important;
	}
	
	.mrg-b-lg-202 {
		margin-bottom: 202px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-202 {
		margin-top: 202px !important;
		margin-bottom: 202px !important;
	}
	
	.mrg-t-xxl-202 {
		margin-top: 202px !important;
	}
	
	.mrg-b-xxl-202 {
		margin-bottom: 202px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-202 {
		margin-top: 202px !important;
		margin-bottom: 202px !important;
	}
	
	.mrg-t-xxxxl-202 {
		margin-top: 202px !important;
	}
	
	.mrg-b-xxxxl-202 {
		margin-bottom: 202px !important;
	}
}

.mrg-y-203 {
	margin-top: 203px !important;
	margin-bottom: 203px !important;
}

.mrg-t-203 {
	margin-top: 203px !important;
}

.mrg-b-203 {
	margin-bottom: 203px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-203 {
		margin-top: 203px !important;
		margin-bottom: 203px !important;
	}
	
	.mrg-t-sm-203 {
		margin-top: 203px !important;
	}
	
	.mrg-b-sm-203 {
		margin-bottom: 203px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-203 {
		margin-top: 203px !important;
		margin-bottom: 203px !important;
	}
	
	.mrg-t-lg-203 {
		margin-top: 203px !important;
	}
	
	.mrg-b-lg-203 {
		margin-bottom: 203px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-203 {
		margin-top: 203px !important;
		margin-bottom: 203px !important;
	}
	
	.mrg-t-xxl-203 {
		margin-top: 203px !important;
	}
	
	.mrg-b-xxl-203 {
		margin-bottom: 203px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-203 {
		margin-top: 203px !important;
		margin-bottom: 203px !important;
	}
	
	.mrg-t-xxxxl-203 {
		margin-top: 203px !important;
	}
	
	.mrg-b-xxxxl-203 {
		margin-bottom: 203px !important;
	}
}

.mrg-y-204 {
	margin-top: 204px !important;
	margin-bottom: 204px !important;
}

.mrg-t-204 {
	margin-top: 204px !important;
}

.mrg-b-204 {
	margin-bottom: 204px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-204 {
		margin-top: 204px !important;
		margin-bottom: 204px !important;
	}
	
	.mrg-t-sm-204 {
		margin-top: 204px !important;
	}
	
	.mrg-b-sm-204 {
		margin-bottom: 204px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-204 {
		margin-top: 204px !important;
		margin-bottom: 204px !important;
	}
	
	.mrg-t-lg-204 {
		margin-top: 204px !important;
	}
	
	.mrg-b-lg-204 {
		margin-bottom: 204px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-204 {
		margin-top: 204px !important;
		margin-bottom: 204px !important;
	}
	
	.mrg-t-xxl-204 {
		margin-top: 204px !important;
	}
	
	.mrg-b-xxl-204 {
		margin-bottom: 204px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-204 {
		margin-top: 204px !important;
		margin-bottom: 204px !important;
	}
	
	.mrg-t-xxxxl-204 {
		margin-top: 204px !important;
	}
	
	.mrg-b-xxxxl-204 {
		margin-bottom: 204px !important;
	}
}

.mrg-y-205 {
	margin-top: 205px !important;
	margin-bottom: 205px !important;
}

.mrg-t-205 {
	margin-top: 205px !important;
}

.mrg-b-205 {
	margin-bottom: 205px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-205 {
		margin-top: 205px !important;
		margin-bottom: 205px !important;
	}
	
	.mrg-t-sm-205 {
		margin-top: 205px !important;
	}
	
	.mrg-b-sm-205 {
		margin-bottom: 205px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-205 {
		margin-top: 205px !important;
		margin-bottom: 205px !important;
	}
	
	.mrg-t-lg-205 {
		margin-top: 205px !important;
	}
	
	.mrg-b-lg-205 {
		margin-bottom: 205px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-205 {
		margin-top: 205px !important;
		margin-bottom: 205px !important;
	}
	
	.mrg-t-xxl-205 {
		margin-top: 205px !important;
	}
	
	.mrg-b-xxl-205 {
		margin-bottom: 205px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-205 {
		margin-top: 205px !important;
		margin-bottom: 205px !important;
	}
	
	.mrg-t-xxxxl-205 {
		margin-top: 205px !important;
	}
	
	.mrg-b-xxxxl-205 {
		margin-bottom: 205px !important;
	}
}

.mrg-y-206 {
	margin-top: 206px !important;
	margin-bottom: 206px !important;
}

.mrg-t-206 {
	margin-top: 206px !important;
}

.mrg-b-206 {
	margin-bottom: 206px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-206 {
		margin-top: 206px !important;
		margin-bottom: 206px !important;
	}
	
	.mrg-t-sm-206 {
		margin-top: 206px !important;
	}
	
	.mrg-b-sm-206 {
		margin-bottom: 206px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-206 {
		margin-top: 206px !important;
		margin-bottom: 206px !important;
	}
	
	.mrg-t-lg-206 {
		margin-top: 206px !important;
	}
	
	.mrg-b-lg-206 {
		margin-bottom: 206px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-206 {
		margin-top: 206px !important;
		margin-bottom: 206px !important;
	}
	
	.mrg-t-xxl-206 {
		margin-top: 206px !important;
	}
	
	.mrg-b-xxl-206 {
		margin-bottom: 206px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-206 {
		margin-top: 206px !important;
		margin-bottom: 206px !important;
	}
	
	.mrg-t-xxxxl-206 {
		margin-top: 206px !important;
	}
	
	.mrg-b-xxxxl-206 {
		margin-bottom: 206px !important;
	}
}

.mrg-y-207 {
	margin-top: 207px !important;
	margin-bottom: 207px !important;
}

.mrg-t-207 {
	margin-top: 207px !important;
}

.mrg-b-207 {
	margin-bottom: 207px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-207 {
		margin-top: 207px !important;
		margin-bottom: 207px !important;
	}
	
	.mrg-t-sm-207 {
		margin-top: 207px !important;
	}
	
	.mrg-b-sm-207 {
		margin-bottom: 207px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-207 {
		margin-top: 207px !important;
		margin-bottom: 207px !important;
	}
	
	.mrg-t-lg-207 {
		margin-top: 207px !important;
	}
	
	.mrg-b-lg-207 {
		margin-bottom: 207px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-207 {
		margin-top: 207px !important;
		margin-bottom: 207px !important;
	}
	
	.mrg-t-xxl-207 {
		margin-top: 207px !important;
	}
	
	.mrg-b-xxl-207 {
		margin-bottom: 207px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-207 {
		margin-top: 207px !important;
		margin-bottom: 207px !important;
	}
	
	.mrg-t-xxxxl-207 {
		margin-top: 207px !important;
	}
	
	.mrg-b-xxxxl-207 {
		margin-bottom: 207px !important;
	}
}

.mrg-y-208 {
	margin-top: 208px !important;
	margin-bottom: 208px !important;
}

.mrg-t-208 {
	margin-top: 208px !important;
}

.mrg-b-208 {
	margin-bottom: 208px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-208 {
		margin-top: 208px !important;
		margin-bottom: 208px !important;
	}
	
	.mrg-t-sm-208 {
		margin-top: 208px !important;
	}
	
	.mrg-b-sm-208 {
		margin-bottom: 208px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-208 {
		margin-top: 208px !important;
		margin-bottom: 208px !important;
	}
	
	.mrg-t-lg-208 {
		margin-top: 208px !important;
	}
	
	.mrg-b-lg-208 {
		margin-bottom: 208px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-208 {
		margin-top: 208px !important;
		margin-bottom: 208px !important;
	}
	
	.mrg-t-xxl-208 {
		margin-top: 208px !important;
	}
	
	.mrg-b-xxl-208 {
		margin-bottom: 208px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-208 {
		margin-top: 208px !important;
		margin-bottom: 208px !important;
	}
	
	.mrg-t-xxxxl-208 {
		margin-top: 208px !important;
	}
	
	.mrg-b-xxxxl-208 {
		margin-bottom: 208px !important;
	}
}

.mrg-y-209 {
	margin-top: 209px !important;
	margin-bottom: 209px !important;
}

.mrg-t-209 {
	margin-top: 209px !important;
}

.mrg-b-209 {
	margin-bottom: 209px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-209 {
		margin-top: 209px !important;
		margin-bottom: 209px !important;
	}
	
	.mrg-t-sm-209 {
		margin-top: 209px !important;
	}
	
	.mrg-b-sm-209 {
		margin-bottom: 209px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-209 {
		margin-top: 209px !important;
		margin-bottom: 209px !important;
	}
	
	.mrg-t-lg-209 {
		margin-top: 209px !important;
	}
	
	.mrg-b-lg-209 {
		margin-bottom: 209px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-209 {
		margin-top: 209px !important;
		margin-bottom: 209px !important;
	}
	
	.mrg-t-xxl-209 {
		margin-top: 209px !important;
	}
	
	.mrg-b-xxl-209 {
		margin-bottom: 209px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-209 {
		margin-top: 209px !important;
		margin-bottom: 209px !important;
	}
	
	.mrg-t-xxxxl-209 {
		margin-top: 209px !important;
	}
	
	.mrg-b-xxxxl-209 {
		margin-bottom: 209px !important;
	}
}

.mrg-y-210 {
	margin-top: 210px !important;
	margin-bottom: 210px !important;
}

.mrg-t-210 {
	margin-top: 210px !important;
}

.mrg-b-210 {
	margin-bottom: 210px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-210 {
		margin-top: 210px !important;
		margin-bottom: 210px !important;
	}
	
	.mrg-t-sm-210 {
		margin-top: 210px !important;
	}
	
	.mrg-b-sm-210 {
		margin-bottom: 210px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-210 {
		margin-top: 210px !important;
		margin-bottom: 210px !important;
	}
	
	.mrg-t-lg-210 {
		margin-top: 210px !important;
	}
	
	.mrg-b-lg-210 {
		margin-bottom: 210px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-210 {
		margin-top: 210px !important;
		margin-bottom: 210px !important;
	}
	
	.mrg-t-xxl-210 {
		margin-top: 210px !important;
	}
	
	.mrg-b-xxl-210 {
		margin-bottom: 210px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-210 {
		margin-top: 210px !important;
		margin-bottom: 210px !important;
	}
	
	.mrg-t-xxxxl-210 {
		margin-top: 210px !important;
	}
	
	.mrg-b-xxxxl-210 {
		margin-bottom: 210px !important;
	}
}

.mrg-y-211 {
	margin-top: 211px !important;
	margin-bottom: 211px !important;
}

.mrg-t-211 {
	margin-top: 211px !important;
}

.mrg-b-211 {
	margin-bottom: 211px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-211 {
		margin-top: 211px !important;
		margin-bottom: 211px !important;
	}
	
	.mrg-t-sm-211 {
		margin-top: 211px !important;
	}
	
	.mrg-b-sm-211 {
		margin-bottom: 211px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-211 {
		margin-top: 211px !important;
		margin-bottom: 211px !important;
	}
	
	.mrg-t-lg-211 {
		margin-top: 211px !important;
	}
	
	.mrg-b-lg-211 {
		margin-bottom: 211px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-211 {
		margin-top: 211px !important;
		margin-bottom: 211px !important;
	}
	
	.mrg-t-xxl-211 {
		margin-top: 211px !important;
	}
	
	.mrg-b-xxl-211 {
		margin-bottom: 211px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-211 {
		margin-top: 211px !important;
		margin-bottom: 211px !important;
	}
	
	.mrg-t-xxxxl-211 {
		margin-top: 211px !important;
	}
	
	.mrg-b-xxxxl-211 {
		margin-bottom: 211px !important;
	}
}

.mrg-y-212 {
	margin-top: 212px !important;
	margin-bottom: 212px !important;
}

.mrg-t-212 {
	margin-top: 212px !important;
}

.mrg-b-212 {
	margin-bottom: 212px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-212 {
		margin-top: 212px !important;
		margin-bottom: 212px !important;
	}
	
	.mrg-t-sm-212 {
		margin-top: 212px !important;
	}
	
	.mrg-b-sm-212 {
		margin-bottom: 212px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-212 {
		margin-top: 212px !important;
		margin-bottom: 212px !important;
	}
	
	.mrg-t-lg-212 {
		margin-top: 212px !important;
	}
	
	.mrg-b-lg-212 {
		margin-bottom: 212px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-212 {
		margin-top: 212px !important;
		margin-bottom: 212px !important;
	}
	
	.mrg-t-xxl-212 {
		margin-top: 212px !important;
	}
	
	.mrg-b-xxl-212 {
		margin-bottom: 212px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-212 {
		margin-top: 212px !important;
		margin-bottom: 212px !important;
	}
	
	.mrg-t-xxxxl-212 {
		margin-top: 212px !important;
	}
	
	.mrg-b-xxxxl-212 {
		margin-bottom: 212px !important;
	}
}

.mrg-y-213 {
	margin-top: 213px !important;
	margin-bottom: 213px !important;
}

.mrg-t-213 {
	margin-top: 213px !important;
}

.mrg-b-213 {
	margin-bottom: 213px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-213 {
		margin-top: 213px !important;
		margin-bottom: 213px !important;
	}
	
	.mrg-t-sm-213 {
		margin-top: 213px !important;
	}
	
	.mrg-b-sm-213 {
		margin-bottom: 213px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-213 {
		margin-top: 213px !important;
		margin-bottom: 213px !important;
	}
	
	.mrg-t-lg-213 {
		margin-top: 213px !important;
	}
	
	.mrg-b-lg-213 {
		margin-bottom: 213px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-213 {
		margin-top: 213px !important;
		margin-bottom: 213px !important;
	}
	
	.mrg-t-xxl-213 {
		margin-top: 213px !important;
	}
	
	.mrg-b-xxl-213 {
		margin-bottom: 213px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-213 {
		margin-top: 213px !important;
		margin-bottom: 213px !important;
	}
	
	.mrg-t-xxxxl-213 {
		margin-top: 213px !important;
	}
	
	.mrg-b-xxxxl-213 {
		margin-bottom: 213px !important;
	}
}

.mrg-y-214 {
	margin-top: 214px !important;
	margin-bottom: 214px !important;
}

.mrg-t-214 {
	margin-top: 214px !important;
}

.mrg-b-214 {
	margin-bottom: 214px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-214 {
		margin-top: 214px !important;
		margin-bottom: 214px !important;
	}
	
	.mrg-t-sm-214 {
		margin-top: 214px !important;
	}
	
	.mrg-b-sm-214 {
		margin-bottom: 214px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-214 {
		margin-top: 214px !important;
		margin-bottom: 214px !important;
	}
	
	.mrg-t-lg-214 {
		margin-top: 214px !important;
	}
	
	.mrg-b-lg-214 {
		margin-bottom: 214px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-214 {
		margin-top: 214px !important;
		margin-bottom: 214px !important;
	}
	
	.mrg-t-xxl-214 {
		margin-top: 214px !important;
	}
	
	.mrg-b-xxl-214 {
		margin-bottom: 214px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-214 {
		margin-top: 214px !important;
		margin-bottom: 214px !important;
	}
	
	.mrg-t-xxxxl-214 {
		margin-top: 214px !important;
	}
	
	.mrg-b-xxxxl-214 {
		margin-bottom: 214px !important;
	}
}

.mrg-y-215 {
	margin-top: 215px !important;
	margin-bottom: 215px !important;
}

.mrg-t-215 {
	margin-top: 215px !important;
}

.mrg-b-215 {
	margin-bottom: 215px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-215 {
		margin-top: 215px !important;
		margin-bottom: 215px !important;
	}
	
	.mrg-t-sm-215 {
		margin-top: 215px !important;
	}
	
	.mrg-b-sm-215 {
		margin-bottom: 215px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-215 {
		margin-top: 215px !important;
		margin-bottom: 215px !important;
	}
	
	.mrg-t-lg-215 {
		margin-top: 215px !important;
	}
	
	.mrg-b-lg-215 {
		margin-bottom: 215px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-215 {
		margin-top: 215px !important;
		margin-bottom: 215px !important;
	}
	
	.mrg-t-xxl-215 {
		margin-top: 215px !important;
	}
	
	.mrg-b-xxl-215 {
		margin-bottom: 215px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-215 {
		margin-top: 215px !important;
		margin-bottom: 215px !important;
	}
	
	.mrg-t-xxxxl-215 {
		margin-top: 215px !important;
	}
	
	.mrg-b-xxxxl-215 {
		margin-bottom: 215px !important;
	}
}

.mrg-y-216 {
	margin-top: 216px !important;
	margin-bottom: 216px !important;
}

.mrg-t-216 {
	margin-top: 216px !important;
}

.mrg-b-216 {
	margin-bottom: 216px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-216 {
		margin-top: 216px !important;
		margin-bottom: 216px !important;
	}
	
	.mrg-t-sm-216 {
		margin-top: 216px !important;
	}
	
	.mrg-b-sm-216 {
		margin-bottom: 216px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-216 {
		margin-top: 216px !important;
		margin-bottom: 216px !important;
	}
	
	.mrg-t-lg-216 {
		margin-top: 216px !important;
	}
	
	.mrg-b-lg-216 {
		margin-bottom: 216px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-216 {
		margin-top: 216px !important;
		margin-bottom: 216px !important;
	}
	
	.mrg-t-xxl-216 {
		margin-top: 216px !important;
	}
	
	.mrg-b-xxl-216 {
		margin-bottom: 216px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-216 {
		margin-top: 216px !important;
		margin-bottom: 216px !important;
	}
	
	.mrg-t-xxxxl-216 {
		margin-top: 216px !important;
	}
	
	.mrg-b-xxxxl-216 {
		margin-bottom: 216px !important;
	}
}

.mrg-y-217 {
	margin-top: 217px !important;
	margin-bottom: 217px !important;
}

.mrg-t-217 {
	margin-top: 217px !important;
}

.mrg-b-217 {
	margin-bottom: 217px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-217 {
		margin-top: 217px !important;
		margin-bottom: 217px !important;
	}
	
	.mrg-t-sm-217 {
		margin-top: 217px !important;
	}
	
	.mrg-b-sm-217 {
		margin-bottom: 217px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-217 {
		margin-top: 217px !important;
		margin-bottom: 217px !important;
	}
	
	.mrg-t-lg-217 {
		margin-top: 217px !important;
	}
	
	.mrg-b-lg-217 {
		margin-bottom: 217px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-217 {
		margin-top: 217px !important;
		margin-bottom: 217px !important;
	}
	
	.mrg-t-xxl-217 {
		margin-top: 217px !important;
	}
	
	.mrg-b-xxl-217 {
		margin-bottom: 217px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-217 {
		margin-top: 217px !important;
		margin-bottom: 217px !important;
	}
	
	.mrg-t-xxxxl-217 {
		margin-top: 217px !important;
	}
	
	.mrg-b-xxxxl-217 {
		margin-bottom: 217px !important;
	}
}

.mrg-y-218 {
	margin-top: 218px !important;
	margin-bottom: 218px !important;
}

.mrg-t-218 {
	margin-top: 218px !important;
}

.mrg-b-218 {
	margin-bottom: 218px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-218 {
		margin-top: 218px !important;
		margin-bottom: 218px !important;
	}
	
	.mrg-t-sm-218 {
		margin-top: 218px !important;
	}
	
	.mrg-b-sm-218 {
		margin-bottom: 218px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-218 {
		margin-top: 218px !important;
		margin-bottom: 218px !important;
	}
	
	.mrg-t-lg-218 {
		margin-top: 218px !important;
	}
	
	.mrg-b-lg-218 {
		margin-bottom: 218px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-218 {
		margin-top: 218px !important;
		margin-bottom: 218px !important;
	}
	
	.mrg-t-xxl-218 {
		margin-top: 218px !important;
	}
	
	.mrg-b-xxl-218 {
		margin-bottom: 218px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-218 {
		margin-top: 218px !important;
		margin-bottom: 218px !important;
	}
	
	.mrg-t-xxxxl-218 {
		margin-top: 218px !important;
	}
	
	.mrg-b-xxxxl-218 {
		margin-bottom: 218px !important;
	}
}

.mrg-y-219 {
	margin-top: 219px !important;
	margin-bottom: 219px !important;
}

.mrg-t-219 {
	margin-top: 219px !important;
}

.mrg-b-219 {
	margin-bottom: 219px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-219 {
		margin-top: 219px !important;
		margin-bottom: 219px !important;
	}
	
	.mrg-t-sm-219 {
		margin-top: 219px !important;
	}
	
	.mrg-b-sm-219 {
		margin-bottom: 219px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-219 {
		margin-top: 219px !important;
		margin-bottom: 219px !important;
	}
	
	.mrg-t-lg-219 {
		margin-top: 219px !important;
	}
	
	.mrg-b-lg-219 {
		margin-bottom: 219px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-219 {
		margin-top: 219px !important;
		margin-bottom: 219px !important;
	}
	
	.mrg-t-xxl-219 {
		margin-top: 219px !important;
	}
	
	.mrg-b-xxl-219 {
		margin-bottom: 219px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-219 {
		margin-top: 219px !important;
		margin-bottom: 219px !important;
	}
	
	.mrg-t-xxxxl-219 {
		margin-top: 219px !important;
	}
	
	.mrg-b-xxxxl-219 {
		margin-bottom: 219px !important;
	}
}

.mrg-y-220 {
	margin-top: 220px !important;
	margin-bottom: 220px !important;
}

.mrg-t-220 {
	margin-top: 220px !important;
}

.mrg-b-220 {
	margin-bottom: 220px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-220 {
		margin-top: 220px !important;
		margin-bottom: 220px !important;
	}
	
	.mrg-t-sm-220 {
		margin-top: 220px !important;
	}
	
	.mrg-b-sm-220 {
		margin-bottom: 220px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-220 {
		margin-top: 220px !important;
		margin-bottom: 220px !important;
	}
	
	.mrg-t-lg-220 {
		margin-top: 220px !important;
	}
	
	.mrg-b-lg-220 {
		margin-bottom: 220px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-220 {
		margin-top: 220px !important;
		margin-bottom: 220px !important;
	}
	
	.mrg-t-xxl-220 {
		margin-top: 220px !important;
	}
	
	.mrg-b-xxl-220 {
		margin-bottom: 220px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-220 {
		margin-top: 220px !important;
		margin-bottom: 220px !important;
	}
	
	.mrg-t-xxxxl-220 {
		margin-top: 220px !important;
	}
	
	.mrg-b-xxxxl-220 {
		margin-bottom: 220px !important;
	}
}

.mrg-y-221 {
	margin-top: 221px !important;
	margin-bottom: 221px !important;
}

.mrg-t-221 {
	margin-top: 221px !important;
}

.mrg-b-221 {
	margin-bottom: 221px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-221 {
		margin-top: 221px !important;
		margin-bottom: 221px !important;
	}
	
	.mrg-t-sm-221 {
		margin-top: 221px !important;
	}
	
	.mrg-b-sm-221 {
		margin-bottom: 221px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-221 {
		margin-top: 221px !important;
		margin-bottom: 221px !important;
	}
	
	.mrg-t-lg-221 {
		margin-top: 221px !important;
	}
	
	.mrg-b-lg-221 {
		margin-bottom: 221px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-221 {
		margin-top: 221px !important;
		margin-bottom: 221px !important;
	}
	
	.mrg-t-xxl-221 {
		margin-top: 221px !important;
	}
	
	.mrg-b-xxl-221 {
		margin-bottom: 221px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-221 {
		margin-top: 221px !important;
		margin-bottom: 221px !important;
	}
	
	.mrg-t-xxxxl-221 {
		margin-top: 221px !important;
	}
	
	.mrg-b-xxxxl-221 {
		margin-bottom: 221px !important;
	}
}

.mrg-y-222 {
	margin-top: 222px !important;
	margin-bottom: 222px !important;
}

.mrg-t-222 {
	margin-top: 222px !important;
}

.mrg-b-222 {
	margin-bottom: 222px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-222 {
		margin-top: 222px !important;
		margin-bottom: 222px !important;
	}
	
	.mrg-t-sm-222 {
		margin-top: 222px !important;
	}
	
	.mrg-b-sm-222 {
		margin-bottom: 222px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-222 {
		margin-top: 222px !important;
		margin-bottom: 222px !important;
	}
	
	.mrg-t-lg-222 {
		margin-top: 222px !important;
	}
	
	.mrg-b-lg-222 {
		margin-bottom: 222px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-222 {
		margin-top: 222px !important;
		margin-bottom: 222px !important;
	}
	
	.mrg-t-xxl-222 {
		margin-top: 222px !important;
	}
	
	.mrg-b-xxl-222 {
		margin-bottom: 222px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-222 {
		margin-top: 222px !important;
		margin-bottom: 222px !important;
	}
	
	.mrg-t-xxxxl-222 {
		margin-top: 222px !important;
	}
	
	.mrg-b-xxxxl-222 {
		margin-bottom: 222px !important;
	}
}

.mrg-y-223 {
	margin-top: 223px !important;
	margin-bottom: 223px !important;
}

.mrg-t-223 {
	margin-top: 223px !important;
}

.mrg-b-223 {
	margin-bottom: 223px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-223 {
		margin-top: 223px !important;
		margin-bottom: 223px !important;
	}
	
	.mrg-t-sm-223 {
		margin-top: 223px !important;
	}
	
	.mrg-b-sm-223 {
		margin-bottom: 223px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-223 {
		margin-top: 223px !important;
		margin-bottom: 223px !important;
	}
	
	.mrg-t-lg-223 {
		margin-top: 223px !important;
	}
	
	.mrg-b-lg-223 {
		margin-bottom: 223px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-223 {
		margin-top: 223px !important;
		margin-bottom: 223px !important;
	}
	
	.mrg-t-xxl-223 {
		margin-top: 223px !important;
	}
	
	.mrg-b-xxl-223 {
		margin-bottom: 223px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-223 {
		margin-top: 223px !important;
		margin-bottom: 223px !important;
	}
	
	.mrg-t-xxxxl-223 {
		margin-top: 223px !important;
	}
	
	.mrg-b-xxxxl-223 {
		margin-bottom: 223px !important;
	}
}

.mrg-y-224 {
	margin-top: 224px !important;
	margin-bottom: 224px !important;
}

.mrg-t-224 {
	margin-top: 224px !important;
}

.mrg-b-224 {
	margin-bottom: 224px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-224 {
		margin-top: 224px !important;
		margin-bottom: 224px !important;
	}
	
	.mrg-t-sm-224 {
		margin-top: 224px !important;
	}
	
	.mrg-b-sm-224 {
		margin-bottom: 224px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-224 {
		margin-top: 224px !important;
		margin-bottom: 224px !important;
	}
	
	.mrg-t-lg-224 {
		margin-top: 224px !important;
	}
	
	.mrg-b-lg-224 {
		margin-bottom: 224px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-224 {
		margin-top: 224px !important;
		margin-bottom: 224px !important;
	}
	
	.mrg-t-xxl-224 {
		margin-top: 224px !important;
	}
	
	.mrg-b-xxl-224 {
		margin-bottom: 224px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-224 {
		margin-top: 224px !important;
		margin-bottom: 224px !important;
	}
	
	.mrg-t-xxxxl-224 {
		margin-top: 224px !important;
	}
	
	.mrg-b-xxxxl-224 {
		margin-bottom: 224px !important;
	}
}

.mrg-y-225 {
	margin-top: 225px !important;
	margin-bottom: 225px !important;
}

.mrg-t-225 {
	margin-top: 225px !important;
}

.mrg-b-225 {
	margin-bottom: 225px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-225 {
		margin-top: 225px !important;
		margin-bottom: 225px !important;
	}
	
	.mrg-t-sm-225 {
		margin-top: 225px !important;
	}
	
	.mrg-b-sm-225 {
		margin-bottom: 225px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-225 {
		margin-top: 225px !important;
		margin-bottom: 225px !important;
	}
	
	.mrg-t-lg-225 {
		margin-top: 225px !important;
	}
	
	.mrg-b-lg-225 {
		margin-bottom: 225px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-225 {
		margin-top: 225px !important;
		margin-bottom: 225px !important;
	}
	
	.mrg-t-xxl-225 {
		margin-top: 225px !important;
	}
	
	.mrg-b-xxl-225 {
		margin-bottom: 225px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-225 {
		margin-top: 225px !important;
		margin-bottom: 225px !important;
	}
	
	.mrg-t-xxxxl-225 {
		margin-top: 225px !important;
	}
	
	.mrg-b-xxxxl-225 {
		margin-bottom: 225px !important;
	}
}

.mrg-y-226 {
	margin-top: 226px !important;
	margin-bottom: 226px !important;
}

.mrg-t-226 {
	margin-top: 226px !important;
}

.mrg-b-226 {
	margin-bottom: 226px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-226 {
		margin-top: 226px !important;
		margin-bottom: 226px !important;
	}
	
	.mrg-t-sm-226 {
		margin-top: 226px !important;
	}
	
	.mrg-b-sm-226 {
		margin-bottom: 226px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-226 {
		margin-top: 226px !important;
		margin-bottom: 226px !important;
	}
	
	.mrg-t-lg-226 {
		margin-top: 226px !important;
	}
	
	.mrg-b-lg-226 {
		margin-bottom: 226px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-226 {
		margin-top: 226px !important;
		margin-bottom: 226px !important;
	}
	
	.mrg-t-xxl-226 {
		margin-top: 226px !important;
	}
	
	.mrg-b-xxl-226 {
		margin-bottom: 226px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-226 {
		margin-top: 226px !important;
		margin-bottom: 226px !important;
	}
	
	.mrg-t-xxxxl-226 {
		margin-top: 226px !important;
	}
	
	.mrg-b-xxxxl-226 {
		margin-bottom: 226px !important;
	}
}

.mrg-y-227 {
	margin-top: 227px !important;
	margin-bottom: 227px !important;
}

.mrg-t-227 {
	margin-top: 227px !important;
}

.mrg-b-227 {
	margin-bottom: 227px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-227 {
		margin-top: 227px !important;
		margin-bottom: 227px !important;
	}
	
	.mrg-t-sm-227 {
		margin-top: 227px !important;
	}
	
	.mrg-b-sm-227 {
		margin-bottom: 227px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-227 {
		margin-top: 227px !important;
		margin-bottom: 227px !important;
	}
	
	.mrg-t-lg-227 {
		margin-top: 227px !important;
	}
	
	.mrg-b-lg-227 {
		margin-bottom: 227px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-227 {
		margin-top: 227px !important;
		margin-bottom: 227px !important;
	}
	
	.mrg-t-xxl-227 {
		margin-top: 227px !important;
	}
	
	.mrg-b-xxl-227 {
		margin-bottom: 227px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-227 {
		margin-top: 227px !important;
		margin-bottom: 227px !important;
	}
	
	.mrg-t-xxxxl-227 {
		margin-top: 227px !important;
	}
	
	.mrg-b-xxxxl-227 {
		margin-bottom: 227px !important;
	}
}

.mrg-y-228 {
	margin-top: 228px !important;
	margin-bottom: 228px !important;
}

.mrg-t-228 {
	margin-top: 228px !important;
}

.mrg-b-228 {
	margin-bottom: 228px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-228 {
		margin-top: 228px !important;
		margin-bottom: 228px !important;
	}
	
	.mrg-t-sm-228 {
		margin-top: 228px !important;
	}
	
	.mrg-b-sm-228 {
		margin-bottom: 228px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-228 {
		margin-top: 228px !important;
		margin-bottom: 228px !important;
	}
	
	.mrg-t-lg-228 {
		margin-top: 228px !important;
	}
	
	.mrg-b-lg-228 {
		margin-bottom: 228px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-228 {
		margin-top: 228px !important;
		margin-bottom: 228px !important;
	}
	
	.mrg-t-xxl-228 {
		margin-top: 228px !important;
	}
	
	.mrg-b-xxl-228 {
		margin-bottom: 228px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-228 {
		margin-top: 228px !important;
		margin-bottom: 228px !important;
	}
	
	.mrg-t-xxxxl-228 {
		margin-top: 228px !important;
	}
	
	.mrg-b-xxxxl-228 {
		margin-bottom: 228px !important;
	}
}

.mrg-y-229 {
	margin-top: 229px !important;
	margin-bottom: 229px !important;
}

.mrg-t-229 {
	margin-top: 229px !important;
}

.mrg-b-229 {
	margin-bottom: 229px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-229 {
		margin-top: 229px !important;
		margin-bottom: 229px !important;
	}
	
	.mrg-t-sm-229 {
		margin-top: 229px !important;
	}
	
	.mrg-b-sm-229 {
		margin-bottom: 229px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-229 {
		margin-top: 229px !important;
		margin-bottom: 229px !important;
	}
	
	.mrg-t-lg-229 {
		margin-top: 229px !important;
	}
	
	.mrg-b-lg-229 {
		margin-bottom: 229px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-229 {
		margin-top: 229px !important;
		margin-bottom: 229px !important;
	}
	
	.mrg-t-xxl-229 {
		margin-top: 229px !important;
	}
	
	.mrg-b-xxl-229 {
		margin-bottom: 229px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-229 {
		margin-top: 229px !important;
		margin-bottom: 229px !important;
	}
	
	.mrg-t-xxxxl-229 {
		margin-top: 229px !important;
	}
	
	.mrg-b-xxxxl-229 {
		margin-bottom: 229px !important;
	}
}

.mrg-y-230 {
	margin-top: 230px !important;
	margin-bottom: 230px !important;
}

.mrg-t-230 {
	margin-top: 230px !important;
}

.mrg-b-230 {
	margin-bottom: 230px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-230 {
		margin-top: 230px !important;
		margin-bottom: 230px !important;
	}
	
	.mrg-t-sm-230 {
		margin-top: 230px !important;
	}
	
	.mrg-b-sm-230 {
		margin-bottom: 230px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-230 {
		margin-top: 230px !important;
		margin-bottom: 230px !important;
	}
	
	.mrg-t-lg-230 {
		margin-top: 230px !important;
	}
	
	.mrg-b-lg-230 {
		margin-bottom: 230px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-230 {
		margin-top: 230px !important;
		margin-bottom: 230px !important;
	}
	
	.mrg-t-xxl-230 {
		margin-top: 230px !important;
	}
	
	.mrg-b-xxl-230 {
		margin-bottom: 230px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-230 {
		margin-top: 230px !important;
		margin-bottom: 230px !important;
	}
	
	.mrg-t-xxxxl-230 {
		margin-top: 230px !important;
	}
	
	.mrg-b-xxxxl-230 {
		margin-bottom: 230px !important;
	}
}

.mrg-y-231 {
	margin-top: 231px !important;
	margin-bottom: 231px !important;
}

.mrg-t-231 {
	margin-top: 231px !important;
}

.mrg-b-231 {
	margin-bottom: 231px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-231 {
		margin-top: 231px !important;
		margin-bottom: 231px !important;
	}
	
	.mrg-t-sm-231 {
		margin-top: 231px !important;
	}
	
	.mrg-b-sm-231 {
		margin-bottom: 231px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-231 {
		margin-top: 231px !important;
		margin-bottom: 231px !important;
	}
	
	.mrg-t-lg-231 {
		margin-top: 231px !important;
	}
	
	.mrg-b-lg-231 {
		margin-bottom: 231px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-231 {
		margin-top: 231px !important;
		margin-bottom: 231px !important;
	}
	
	.mrg-t-xxl-231 {
		margin-top: 231px !important;
	}
	
	.mrg-b-xxl-231 {
		margin-bottom: 231px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-231 {
		margin-top: 231px !important;
		margin-bottom: 231px !important;
	}
	
	.mrg-t-xxxxl-231 {
		margin-top: 231px !important;
	}
	
	.mrg-b-xxxxl-231 {
		margin-bottom: 231px !important;
	}
}

.mrg-y-232 {
	margin-top: 232px !important;
	margin-bottom: 232px !important;
}

.mrg-t-232 {
	margin-top: 232px !important;
}

.mrg-b-232 {
	margin-bottom: 232px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-232 {
		margin-top: 232px !important;
		margin-bottom: 232px !important;
	}
	
	.mrg-t-sm-232 {
		margin-top: 232px !important;
	}
	
	.mrg-b-sm-232 {
		margin-bottom: 232px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-232 {
		margin-top: 232px !important;
		margin-bottom: 232px !important;
	}
	
	.mrg-t-lg-232 {
		margin-top: 232px !important;
	}
	
	.mrg-b-lg-232 {
		margin-bottom: 232px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-232 {
		margin-top: 232px !important;
		margin-bottom: 232px !important;
	}
	
	.mrg-t-xxl-232 {
		margin-top: 232px !important;
	}
	
	.mrg-b-xxl-232 {
		margin-bottom: 232px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-232 {
		margin-top: 232px !important;
		margin-bottom: 232px !important;
	}
	
	.mrg-t-xxxxl-232 {
		margin-top: 232px !important;
	}
	
	.mrg-b-xxxxl-232 {
		margin-bottom: 232px !important;
	}
}

.mrg-y-233 {
	margin-top: 233px !important;
	margin-bottom: 233px !important;
}

.mrg-t-233 {
	margin-top: 233px !important;
}

.mrg-b-233 {
	margin-bottom: 233px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-233 {
		margin-top: 233px !important;
		margin-bottom: 233px !important;
	}
	
	.mrg-t-sm-233 {
		margin-top: 233px !important;
	}
	
	.mrg-b-sm-233 {
		margin-bottom: 233px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-233 {
		margin-top: 233px !important;
		margin-bottom: 233px !important;
	}
	
	.mrg-t-lg-233 {
		margin-top: 233px !important;
	}
	
	.mrg-b-lg-233 {
		margin-bottom: 233px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-233 {
		margin-top: 233px !important;
		margin-bottom: 233px !important;
	}
	
	.mrg-t-xxl-233 {
		margin-top: 233px !important;
	}
	
	.mrg-b-xxl-233 {
		margin-bottom: 233px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-233 {
		margin-top: 233px !important;
		margin-bottom: 233px !important;
	}
	
	.mrg-t-xxxxl-233 {
		margin-top: 233px !important;
	}
	
	.mrg-b-xxxxl-233 {
		margin-bottom: 233px !important;
	}
}

.mrg-y-234 {
	margin-top: 234px !important;
	margin-bottom: 234px !important;
}

.mrg-t-234 {
	margin-top: 234px !important;
}

.mrg-b-234 {
	margin-bottom: 234px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-234 {
		margin-top: 234px !important;
		margin-bottom: 234px !important;
	}
	
	.mrg-t-sm-234 {
		margin-top: 234px !important;
	}
	
	.mrg-b-sm-234 {
		margin-bottom: 234px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-234 {
		margin-top: 234px !important;
		margin-bottom: 234px !important;
	}
	
	.mrg-t-lg-234 {
		margin-top: 234px !important;
	}
	
	.mrg-b-lg-234 {
		margin-bottom: 234px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-234 {
		margin-top: 234px !important;
		margin-bottom: 234px !important;
	}
	
	.mrg-t-xxl-234 {
		margin-top: 234px !important;
	}
	
	.mrg-b-xxl-234 {
		margin-bottom: 234px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-234 {
		margin-top: 234px !important;
		margin-bottom: 234px !important;
	}
	
	.mrg-t-xxxxl-234 {
		margin-top: 234px !important;
	}
	
	.mrg-b-xxxxl-234 {
		margin-bottom: 234px !important;
	}
}

.mrg-y-235 {
	margin-top: 235px !important;
	margin-bottom: 235px !important;
}

.mrg-t-235 {
	margin-top: 235px !important;
}

.mrg-b-235 {
	margin-bottom: 235px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-235 {
		margin-top: 235px !important;
		margin-bottom: 235px !important;
	}
	
	.mrg-t-sm-235 {
		margin-top: 235px !important;
	}
	
	.mrg-b-sm-235 {
		margin-bottom: 235px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-235 {
		margin-top: 235px !important;
		margin-bottom: 235px !important;
	}
	
	.mrg-t-lg-235 {
		margin-top: 235px !important;
	}
	
	.mrg-b-lg-235 {
		margin-bottom: 235px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-235 {
		margin-top: 235px !important;
		margin-bottom: 235px !important;
	}
	
	.mrg-t-xxl-235 {
		margin-top: 235px !important;
	}
	
	.mrg-b-xxl-235 {
		margin-bottom: 235px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-235 {
		margin-top: 235px !important;
		margin-bottom: 235px !important;
	}
	
	.mrg-t-xxxxl-235 {
		margin-top: 235px !important;
	}
	
	.mrg-b-xxxxl-235 {
		margin-bottom: 235px !important;
	}
}

.mrg-y-236 {
	margin-top: 236px !important;
	margin-bottom: 236px !important;
}

.mrg-t-236 {
	margin-top: 236px !important;
}

.mrg-b-236 {
	margin-bottom: 236px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-236 {
		margin-top: 236px !important;
		margin-bottom: 236px !important;
	}
	
	.mrg-t-sm-236 {
		margin-top: 236px !important;
	}
	
	.mrg-b-sm-236 {
		margin-bottom: 236px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-236 {
		margin-top: 236px !important;
		margin-bottom: 236px !important;
	}
	
	.mrg-t-lg-236 {
		margin-top: 236px !important;
	}
	
	.mrg-b-lg-236 {
		margin-bottom: 236px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-236 {
		margin-top: 236px !important;
		margin-bottom: 236px !important;
	}
	
	.mrg-t-xxl-236 {
		margin-top: 236px !important;
	}
	
	.mrg-b-xxl-236 {
		margin-bottom: 236px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-236 {
		margin-top: 236px !important;
		margin-bottom: 236px !important;
	}
	
	.mrg-t-xxxxl-236 {
		margin-top: 236px !important;
	}
	
	.mrg-b-xxxxl-236 {
		margin-bottom: 236px !important;
	}
}

.mrg-y-237 {
	margin-top: 237px !important;
	margin-bottom: 237px !important;
}

.mrg-t-237 {
	margin-top: 237px !important;
}

.mrg-b-237 {
	margin-bottom: 237px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-237 {
		margin-top: 237px !important;
		margin-bottom: 237px !important;
	}
	
	.mrg-t-sm-237 {
		margin-top: 237px !important;
	}
	
	.mrg-b-sm-237 {
		margin-bottom: 237px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-237 {
		margin-top: 237px !important;
		margin-bottom: 237px !important;
	}
	
	.mrg-t-lg-237 {
		margin-top: 237px !important;
	}
	
	.mrg-b-lg-237 {
		margin-bottom: 237px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-237 {
		margin-top: 237px !important;
		margin-bottom: 237px !important;
	}
	
	.mrg-t-xxl-237 {
		margin-top: 237px !important;
	}
	
	.mrg-b-xxl-237 {
		margin-bottom: 237px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-237 {
		margin-top: 237px !important;
		margin-bottom: 237px !important;
	}
	
	.mrg-t-xxxxl-237 {
		margin-top: 237px !important;
	}
	
	.mrg-b-xxxxl-237 {
		margin-bottom: 237px !important;
	}
}

.mrg-y-238 {
	margin-top: 238px !important;
	margin-bottom: 238px !important;
}

.mrg-t-238 {
	margin-top: 238px !important;
}

.mrg-b-238 {
	margin-bottom: 238px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-238 {
		margin-top: 238px !important;
		margin-bottom: 238px !important;
	}
	
	.mrg-t-sm-238 {
		margin-top: 238px !important;
	}
	
	.mrg-b-sm-238 {
		margin-bottom: 238px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-238 {
		margin-top: 238px !important;
		margin-bottom: 238px !important;
	}
	
	.mrg-t-lg-238 {
		margin-top: 238px !important;
	}
	
	.mrg-b-lg-238 {
		margin-bottom: 238px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-238 {
		margin-top: 238px !important;
		margin-bottom: 238px !important;
	}
	
	.mrg-t-xxl-238 {
		margin-top: 238px !important;
	}
	
	.mrg-b-xxl-238 {
		margin-bottom: 238px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-238 {
		margin-top: 238px !important;
		margin-bottom: 238px !important;
	}
	
	.mrg-t-xxxxl-238 {
		margin-top: 238px !important;
	}
	
	.mrg-b-xxxxl-238 {
		margin-bottom: 238px !important;
	}
}

.mrg-y-239 {
	margin-top: 239px !important;
	margin-bottom: 239px !important;
}

.mrg-t-239 {
	margin-top: 239px !important;
}

.mrg-b-239 {
	margin-bottom: 239px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-239 {
		margin-top: 239px !important;
		margin-bottom: 239px !important;
	}
	
	.mrg-t-sm-239 {
		margin-top: 239px !important;
	}
	
	.mrg-b-sm-239 {
		margin-bottom: 239px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-239 {
		margin-top: 239px !important;
		margin-bottom: 239px !important;
	}
	
	.mrg-t-lg-239 {
		margin-top: 239px !important;
	}
	
	.mrg-b-lg-239 {
		margin-bottom: 239px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-239 {
		margin-top: 239px !important;
		margin-bottom: 239px !important;
	}
	
	.mrg-t-xxl-239 {
		margin-top: 239px !important;
	}
	
	.mrg-b-xxl-239 {
		margin-bottom: 239px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-239 {
		margin-top: 239px !important;
		margin-bottom: 239px !important;
	}
	
	.mrg-t-xxxxl-239 {
		margin-top: 239px !important;
	}
	
	.mrg-b-xxxxl-239 {
		margin-bottom: 239px !important;
	}
}

.mrg-y-240 {
	margin-top: 240px !important;
	margin-bottom: 240px !important;
}

.mrg-t-240 {
	margin-top: 240px !important;
}

.mrg-b-240 {
	margin-bottom: 240px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-240 {
		margin-top: 240px !important;
		margin-bottom: 240px !important;
	}
	
	.mrg-t-sm-240 {
		margin-top: 240px !important;
	}
	
	.mrg-b-sm-240 {
		margin-bottom: 240px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-240 {
		margin-top: 240px !important;
		margin-bottom: 240px !important;
	}
	
	.mrg-t-lg-240 {
		margin-top: 240px !important;
	}
	
	.mrg-b-lg-240 {
		margin-bottom: 240px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-240 {
		margin-top: 240px !important;
		margin-bottom: 240px !important;
	}
	
	.mrg-t-xxl-240 {
		margin-top: 240px !important;
	}
	
	.mrg-b-xxl-240 {
		margin-bottom: 240px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-240 {
		margin-top: 240px !important;
		margin-bottom: 240px !important;
	}
	
	.mrg-t-xxxxl-240 {
		margin-top: 240px !important;
	}
	
	.mrg-b-xxxxl-240 {
		margin-bottom: 240px !important;
	}
}

.mrg-y-241 {
	margin-top: 241px !important;
	margin-bottom: 241px !important;
}

.mrg-t-241 {
	margin-top: 241px !important;
}

.mrg-b-241 {
	margin-bottom: 241px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-241 {
		margin-top: 241px !important;
		margin-bottom: 241px !important;
	}
	
	.mrg-t-sm-241 {
		margin-top: 241px !important;
	}
	
	.mrg-b-sm-241 {
		margin-bottom: 241px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-241 {
		margin-top: 241px !important;
		margin-bottom: 241px !important;
	}
	
	.mrg-t-lg-241 {
		margin-top: 241px !important;
	}
	
	.mrg-b-lg-241 {
		margin-bottom: 241px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-241 {
		margin-top: 241px !important;
		margin-bottom: 241px !important;
	}
	
	.mrg-t-xxl-241 {
		margin-top: 241px !important;
	}
	
	.mrg-b-xxl-241 {
		margin-bottom: 241px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-241 {
		margin-top: 241px !important;
		margin-bottom: 241px !important;
	}
	
	.mrg-t-xxxxl-241 {
		margin-top: 241px !important;
	}
	
	.mrg-b-xxxxl-241 {
		margin-bottom: 241px !important;
	}
}

.mrg-y-242 {
	margin-top: 242px !important;
	margin-bottom: 242px !important;
}

.mrg-t-242 {
	margin-top: 242px !important;
}

.mrg-b-242 {
	margin-bottom: 242px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-242 {
		margin-top: 242px !important;
		margin-bottom: 242px !important;
	}
	
	.mrg-t-sm-242 {
		margin-top: 242px !important;
	}
	
	.mrg-b-sm-242 {
		margin-bottom: 242px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-242 {
		margin-top: 242px !important;
		margin-bottom: 242px !important;
	}
	
	.mrg-t-lg-242 {
		margin-top: 242px !important;
	}
	
	.mrg-b-lg-242 {
		margin-bottom: 242px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-242 {
		margin-top: 242px !important;
		margin-bottom: 242px !important;
	}
	
	.mrg-t-xxl-242 {
		margin-top: 242px !important;
	}
	
	.mrg-b-xxl-242 {
		margin-bottom: 242px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-242 {
		margin-top: 242px !important;
		margin-bottom: 242px !important;
	}
	
	.mrg-t-xxxxl-242 {
		margin-top: 242px !important;
	}
	
	.mrg-b-xxxxl-242 {
		margin-bottom: 242px !important;
	}
}

.mrg-y-243 {
	margin-top: 243px !important;
	margin-bottom: 243px !important;
}

.mrg-t-243 {
	margin-top: 243px !important;
}

.mrg-b-243 {
	margin-bottom: 243px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-243 {
		margin-top: 243px !important;
		margin-bottom: 243px !important;
	}
	
	.mrg-t-sm-243 {
		margin-top: 243px !important;
	}
	
	.mrg-b-sm-243 {
		margin-bottom: 243px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-243 {
		margin-top: 243px !important;
		margin-bottom: 243px !important;
	}
	
	.mrg-t-lg-243 {
		margin-top: 243px !important;
	}
	
	.mrg-b-lg-243 {
		margin-bottom: 243px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-243 {
		margin-top: 243px !important;
		margin-bottom: 243px !important;
	}
	
	.mrg-t-xxl-243 {
		margin-top: 243px !important;
	}
	
	.mrg-b-xxl-243 {
		margin-bottom: 243px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-243 {
		margin-top: 243px !important;
		margin-bottom: 243px !important;
	}
	
	.mrg-t-xxxxl-243 {
		margin-top: 243px !important;
	}
	
	.mrg-b-xxxxl-243 {
		margin-bottom: 243px !important;
	}
}

.mrg-y-244 {
	margin-top: 244px !important;
	margin-bottom: 244px !important;
}

.mrg-t-244 {
	margin-top: 244px !important;
}

.mrg-b-244 {
	margin-bottom: 244px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-244 {
		margin-top: 244px !important;
		margin-bottom: 244px !important;
	}
	
	.mrg-t-sm-244 {
		margin-top: 244px !important;
	}
	
	.mrg-b-sm-244 {
		margin-bottom: 244px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-244 {
		margin-top: 244px !important;
		margin-bottom: 244px !important;
	}
	
	.mrg-t-lg-244 {
		margin-top: 244px !important;
	}
	
	.mrg-b-lg-244 {
		margin-bottom: 244px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-244 {
		margin-top: 244px !important;
		margin-bottom: 244px !important;
	}
	
	.mrg-t-xxl-244 {
		margin-top: 244px !important;
	}
	
	.mrg-b-xxl-244 {
		margin-bottom: 244px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-244 {
		margin-top: 244px !important;
		margin-bottom: 244px !important;
	}
	
	.mrg-t-xxxxl-244 {
		margin-top: 244px !important;
	}
	
	.mrg-b-xxxxl-244 {
		margin-bottom: 244px !important;
	}
}

.mrg-y-245 {
	margin-top: 245px !important;
	margin-bottom: 245px !important;
}

.mrg-t-245 {
	margin-top: 245px !important;
}

.mrg-b-245 {
	margin-bottom: 245px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-245 {
		margin-top: 245px !important;
		margin-bottom: 245px !important;
	}
	
	.mrg-t-sm-245 {
		margin-top: 245px !important;
	}
	
	.mrg-b-sm-245 {
		margin-bottom: 245px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-245 {
		margin-top: 245px !important;
		margin-bottom: 245px !important;
	}
	
	.mrg-t-lg-245 {
		margin-top: 245px !important;
	}
	
	.mrg-b-lg-245 {
		margin-bottom: 245px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-245 {
		margin-top: 245px !important;
		margin-bottom: 245px !important;
	}
	
	.mrg-t-xxl-245 {
		margin-top: 245px !important;
	}
	
	.mrg-b-xxl-245 {
		margin-bottom: 245px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-245 {
		margin-top: 245px !important;
		margin-bottom: 245px !important;
	}
	
	.mrg-t-xxxxl-245 {
		margin-top: 245px !important;
	}
	
	.mrg-b-xxxxl-245 {
		margin-bottom: 245px !important;
	}
}

.mrg-y-246 {
	margin-top: 246px !important;
	margin-bottom: 246px !important;
}

.mrg-t-246 {
	margin-top: 246px !important;
}

.mrg-b-246 {
	margin-bottom: 246px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-246 {
		margin-top: 246px !important;
		margin-bottom: 246px !important;
	}
	
	.mrg-t-sm-246 {
		margin-top: 246px !important;
	}
	
	.mrg-b-sm-246 {
		margin-bottom: 246px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-246 {
		margin-top: 246px !important;
		margin-bottom: 246px !important;
	}
	
	.mrg-t-lg-246 {
		margin-top: 246px !important;
	}
	
	.mrg-b-lg-246 {
		margin-bottom: 246px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-246 {
		margin-top: 246px !important;
		margin-bottom: 246px !important;
	}
	
	.mrg-t-xxl-246 {
		margin-top: 246px !important;
	}
	
	.mrg-b-xxl-246 {
		margin-bottom: 246px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-246 {
		margin-top: 246px !important;
		margin-bottom: 246px !important;
	}
	
	.mrg-t-xxxxl-246 {
		margin-top: 246px !important;
	}
	
	.mrg-b-xxxxl-246 {
		margin-bottom: 246px !important;
	}
}

.mrg-y-247 {
	margin-top: 247px !important;
	margin-bottom: 247px !important;
}

.mrg-t-247 {
	margin-top: 247px !important;
}

.mrg-b-247 {
	margin-bottom: 247px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-247 {
		margin-top: 247px !important;
		margin-bottom: 247px !important;
	}
	
	.mrg-t-sm-247 {
		margin-top: 247px !important;
	}
	
	.mrg-b-sm-247 {
		margin-bottom: 247px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-247 {
		margin-top: 247px !important;
		margin-bottom: 247px !important;
	}
	
	.mrg-t-lg-247 {
		margin-top: 247px !important;
	}
	
	.mrg-b-lg-247 {
		margin-bottom: 247px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-247 {
		margin-top: 247px !important;
		margin-bottom: 247px !important;
	}
	
	.mrg-t-xxl-247 {
		margin-top: 247px !important;
	}
	
	.mrg-b-xxl-247 {
		margin-bottom: 247px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-247 {
		margin-top: 247px !important;
		margin-bottom: 247px !important;
	}
	
	.mrg-t-xxxxl-247 {
		margin-top: 247px !important;
	}
	
	.mrg-b-xxxxl-247 {
		margin-bottom: 247px !important;
	}
}

.mrg-y-248 {
	margin-top: 248px !important;
	margin-bottom: 248px !important;
}

.mrg-t-248 {
	margin-top: 248px !important;
}

.mrg-b-248 {
	margin-bottom: 248px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-248 {
		margin-top: 248px !important;
		margin-bottom: 248px !important;
	}
	
	.mrg-t-sm-248 {
		margin-top: 248px !important;
	}
	
	.mrg-b-sm-248 {
		margin-bottom: 248px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-248 {
		margin-top: 248px !important;
		margin-bottom: 248px !important;
	}
	
	.mrg-t-lg-248 {
		margin-top: 248px !important;
	}
	
	.mrg-b-lg-248 {
		margin-bottom: 248px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-248 {
		margin-top: 248px !important;
		margin-bottom: 248px !important;
	}
	
	.mrg-t-xxl-248 {
		margin-top: 248px !important;
	}
	
	.mrg-b-xxl-248 {
		margin-bottom: 248px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-248 {
		margin-top: 248px !important;
		margin-bottom: 248px !important;
	}
	
	.mrg-t-xxxxl-248 {
		margin-top: 248px !important;
	}
	
	.mrg-b-xxxxl-248 {
		margin-bottom: 248px !important;
	}
}

.mrg-y-249 {
	margin-top: 249px !important;
	margin-bottom: 249px !important;
}

.mrg-t-249 {
	margin-top: 249px !important;
}

.mrg-b-249 {
	margin-bottom: 249px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-249 {
		margin-top: 249px !important;
		margin-bottom: 249px !important;
	}
	
	.mrg-t-sm-249 {
		margin-top: 249px !important;
	}
	
	.mrg-b-sm-249 {
		margin-bottom: 249px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-249 {
		margin-top: 249px !important;
		margin-bottom: 249px !important;
	}
	
	.mrg-t-lg-249 {
		margin-top: 249px !important;
	}
	
	.mrg-b-lg-249 {
		margin-bottom: 249px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-249 {
		margin-top: 249px !important;
		margin-bottom: 249px !important;
	}
	
	.mrg-t-xxl-249 {
		margin-top: 249px !important;
	}
	
	.mrg-b-xxl-249 {
		margin-bottom: 249px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-249 {
		margin-top: 249px !important;
		margin-bottom: 249px !important;
	}
	
	.mrg-t-xxxxl-249 {
		margin-top: 249px !important;
	}
	
	.mrg-b-xxxxl-249 {
		margin-bottom: 249px !important;
	}
}

.mrg-y-250 {
	margin-top: 250px !important;
	margin-bottom: 250px !important;
}

.mrg-t-250 {
	margin-top: 250px !important;
}

.mrg-b-250 {
	margin-bottom: 250px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-250 {
		margin-top: 250px !important;
		margin-bottom: 250px !important;
	}
	
	.mrg-t-sm-250 {
		margin-top: 250px !important;
	}
	
	.mrg-b-sm-250 {
		margin-bottom: 250px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-250 {
		margin-top: 250px !important;
		margin-bottom: 250px !important;
	}
	
	.mrg-t-lg-250 {
		margin-top: 250px !important;
	}
	
	.mrg-b-lg-250 {
		margin-bottom: 250px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-250 {
		margin-top: 250px !important;
		margin-bottom: 250px !important;
	}
	
	.mrg-t-xxl-250 {
		margin-top: 250px !important;
	}
	
	.mrg-b-xxl-250 {
		margin-bottom: 250px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-250 {
		margin-top: 250px !important;
		margin-bottom: 250px !important;
	}
	
	.mrg-t-xxxxl-250 {
		margin-top: 250px !important;
	}
	
	.mrg-b-xxxxl-250 {
		margin-bottom: 250px !important;
	}
}

.mrg-y-251 {
	margin-top: 251px !important;
	margin-bottom: 251px !important;
}

.mrg-t-251 {
	margin-top: 251px !important;
}

.mrg-b-251 {
	margin-bottom: 251px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-251 {
		margin-top: 251px !important;
		margin-bottom: 251px !important;
	}
	
	.mrg-t-sm-251 {
		margin-top: 251px !important;
	}
	
	.mrg-b-sm-251 {
		margin-bottom: 251px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-251 {
		margin-top: 251px !important;
		margin-bottom: 251px !important;
	}
	
	.mrg-t-lg-251 {
		margin-top: 251px !important;
	}
	
	.mrg-b-lg-251 {
		margin-bottom: 251px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-251 {
		margin-top: 251px !important;
		margin-bottom: 251px !important;
	}
	
	.mrg-t-xxl-251 {
		margin-top: 251px !important;
	}
	
	.mrg-b-xxl-251 {
		margin-bottom: 251px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-251 {
		margin-top: 251px !important;
		margin-bottom: 251px !important;
	}
	
	.mrg-t-xxxxl-251 {
		margin-top: 251px !important;
	}
	
	.mrg-b-xxxxl-251 {
		margin-bottom: 251px !important;
	}
}

.mrg-y-252 {
	margin-top: 252px !important;
	margin-bottom: 252px !important;
}

.mrg-t-252 {
	margin-top: 252px !important;
}

.mrg-b-252 {
	margin-bottom: 252px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-252 {
		margin-top: 252px !important;
		margin-bottom: 252px !important;
	}
	
	.mrg-t-sm-252 {
		margin-top: 252px !important;
	}
	
	.mrg-b-sm-252 {
		margin-bottom: 252px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-252 {
		margin-top: 252px !important;
		margin-bottom: 252px !important;
	}
	
	.mrg-t-lg-252 {
		margin-top: 252px !important;
	}
	
	.mrg-b-lg-252 {
		margin-bottom: 252px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-252 {
		margin-top: 252px !important;
		margin-bottom: 252px !important;
	}
	
	.mrg-t-xxl-252 {
		margin-top: 252px !important;
	}
	
	.mrg-b-xxl-252 {
		margin-bottom: 252px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-252 {
		margin-top: 252px !important;
		margin-bottom: 252px !important;
	}
	
	.mrg-t-xxxxl-252 {
		margin-top: 252px !important;
	}
	
	.mrg-b-xxxxl-252 {
		margin-bottom: 252px !important;
	}
}

.mrg-y-253 {
	margin-top: 253px !important;
	margin-bottom: 253px !important;
}

.mrg-t-253 {
	margin-top: 253px !important;
}

.mrg-b-253 {
	margin-bottom: 253px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-253 {
		margin-top: 253px !important;
		margin-bottom: 253px !important;
	}
	
	.mrg-t-sm-253 {
		margin-top: 253px !important;
	}
	
	.mrg-b-sm-253 {
		margin-bottom: 253px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-253 {
		margin-top: 253px !important;
		margin-bottom: 253px !important;
	}
	
	.mrg-t-lg-253 {
		margin-top: 253px !important;
	}
	
	.mrg-b-lg-253 {
		margin-bottom: 253px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-253 {
		margin-top: 253px !important;
		margin-bottom: 253px !important;
	}
	
	.mrg-t-xxl-253 {
		margin-top: 253px !important;
	}
	
	.mrg-b-xxl-253 {
		margin-bottom: 253px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-253 {
		margin-top: 253px !important;
		margin-bottom: 253px !important;
	}
	
	.mrg-t-xxxxl-253 {
		margin-top: 253px !important;
	}
	
	.mrg-b-xxxxl-253 {
		margin-bottom: 253px !important;
	}
}

.mrg-y-254 {
	margin-top: 254px !important;
	margin-bottom: 254px !important;
}

.mrg-t-254 {
	margin-top: 254px !important;
}

.mrg-b-254 {
	margin-bottom: 254px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-254 {
		margin-top: 254px !important;
		margin-bottom: 254px !important;
	}
	
	.mrg-t-sm-254 {
		margin-top: 254px !important;
	}
	
	.mrg-b-sm-254 {
		margin-bottom: 254px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-254 {
		margin-top: 254px !important;
		margin-bottom: 254px !important;
	}
	
	.mrg-t-lg-254 {
		margin-top: 254px !important;
	}
	
	.mrg-b-lg-254 {
		margin-bottom: 254px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-254 {
		margin-top: 254px !important;
		margin-bottom: 254px !important;
	}
	
	.mrg-t-xxl-254 {
		margin-top: 254px !important;
	}
	
	.mrg-b-xxl-254 {
		margin-bottom: 254px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-254 {
		margin-top: 254px !important;
		margin-bottom: 254px !important;
	}
	
	.mrg-t-xxxxl-254 {
		margin-top: 254px !important;
	}
	
	.mrg-b-xxxxl-254 {
		margin-bottom: 254px !important;
	}
}

.mrg-y-255 {
	margin-top: 255px !important;
	margin-bottom: 255px !important;
}

.mrg-t-255 {
	margin-top: 255px !important;
}

.mrg-b-255 {
	margin-bottom: 255px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-255 {
		margin-top: 255px !important;
		margin-bottom: 255px !important;
	}
	
	.mrg-t-sm-255 {
		margin-top: 255px !important;
	}
	
	.mrg-b-sm-255 {
		margin-bottom: 255px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-255 {
		margin-top: 255px !important;
		margin-bottom: 255px !important;
	}
	
	.mrg-t-lg-255 {
		margin-top: 255px !important;
	}
	
	.mrg-b-lg-255 {
		margin-bottom: 255px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-255 {
		margin-top: 255px !important;
		margin-bottom: 255px !important;
	}
	
	.mrg-t-xxl-255 {
		margin-top: 255px !important;
	}
	
	.mrg-b-xxl-255 {
		margin-bottom: 255px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-255 {
		margin-top: 255px !important;
		margin-bottom: 255px !important;
	}
	
	.mrg-t-xxxxl-255 {
		margin-top: 255px !important;
	}
	
	.mrg-b-xxxxl-255 {
		margin-bottom: 255px !important;
	}
}

.mrg-y-256 {
	margin-top: 256px !important;
	margin-bottom: 256px !important;
}

.mrg-t-256 {
	margin-top: 256px !important;
}

.mrg-b-256 {
	margin-bottom: 256px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-256 {
		margin-top: 256px !important;
		margin-bottom: 256px !important;
	}
	
	.mrg-t-sm-256 {
		margin-top: 256px !important;
	}
	
	.mrg-b-sm-256 {
		margin-bottom: 256px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-256 {
		margin-top: 256px !important;
		margin-bottom: 256px !important;
	}
	
	.mrg-t-lg-256 {
		margin-top: 256px !important;
	}
	
	.mrg-b-lg-256 {
		margin-bottom: 256px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-256 {
		margin-top: 256px !important;
		margin-bottom: 256px !important;
	}
	
	.mrg-t-xxl-256 {
		margin-top: 256px !important;
	}
	
	.mrg-b-xxl-256 {
		margin-bottom: 256px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-256 {
		margin-top: 256px !important;
		margin-bottom: 256px !important;
	}
	
	.mrg-t-xxxxl-256 {
		margin-top: 256px !important;
	}
	
	.mrg-b-xxxxl-256 {
		margin-bottom: 256px !important;
	}
}

.mrg-y-257 {
	margin-top: 257px !important;
	margin-bottom: 257px !important;
}

.mrg-t-257 {
	margin-top: 257px !important;
}

.mrg-b-257 {
	margin-bottom: 257px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-257 {
		margin-top: 257px !important;
		margin-bottom: 257px !important;
	}
	
	.mrg-t-sm-257 {
		margin-top: 257px !important;
	}
	
	.mrg-b-sm-257 {
		margin-bottom: 257px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-257 {
		margin-top: 257px !important;
		margin-bottom: 257px !important;
	}
	
	.mrg-t-lg-257 {
		margin-top: 257px !important;
	}
	
	.mrg-b-lg-257 {
		margin-bottom: 257px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-257 {
		margin-top: 257px !important;
		margin-bottom: 257px !important;
	}
	
	.mrg-t-xxl-257 {
		margin-top: 257px !important;
	}
	
	.mrg-b-xxl-257 {
		margin-bottom: 257px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-257 {
		margin-top: 257px !important;
		margin-bottom: 257px !important;
	}
	
	.mrg-t-xxxxl-257 {
		margin-top: 257px !important;
	}
	
	.mrg-b-xxxxl-257 {
		margin-bottom: 257px !important;
	}
}

.mrg-y-258 {
	margin-top: 258px !important;
	margin-bottom: 258px !important;
}

.mrg-t-258 {
	margin-top: 258px !important;
}

.mrg-b-258 {
	margin-bottom: 258px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-258 {
		margin-top: 258px !important;
		margin-bottom: 258px !important;
	}
	
	.mrg-t-sm-258 {
		margin-top: 258px !important;
	}
	
	.mrg-b-sm-258 {
		margin-bottom: 258px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-258 {
		margin-top: 258px !important;
		margin-bottom: 258px !important;
	}
	
	.mrg-t-lg-258 {
		margin-top: 258px !important;
	}
	
	.mrg-b-lg-258 {
		margin-bottom: 258px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-258 {
		margin-top: 258px !important;
		margin-bottom: 258px !important;
	}
	
	.mrg-t-xxl-258 {
		margin-top: 258px !important;
	}
	
	.mrg-b-xxl-258 {
		margin-bottom: 258px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-258 {
		margin-top: 258px !important;
		margin-bottom: 258px !important;
	}
	
	.mrg-t-xxxxl-258 {
		margin-top: 258px !important;
	}
	
	.mrg-b-xxxxl-258 {
		margin-bottom: 258px !important;
	}
}

.mrg-y-259 {
	margin-top: 259px !important;
	margin-bottom: 259px !important;
}

.mrg-t-259 {
	margin-top: 259px !important;
}

.mrg-b-259 {
	margin-bottom: 259px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-259 {
		margin-top: 259px !important;
		margin-bottom: 259px !important;
	}
	
	.mrg-t-sm-259 {
		margin-top: 259px !important;
	}
	
	.mrg-b-sm-259 {
		margin-bottom: 259px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-259 {
		margin-top: 259px !important;
		margin-bottom: 259px !important;
	}
	
	.mrg-t-lg-259 {
		margin-top: 259px !important;
	}
	
	.mrg-b-lg-259 {
		margin-bottom: 259px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-259 {
		margin-top: 259px !important;
		margin-bottom: 259px !important;
	}
	
	.mrg-t-xxl-259 {
		margin-top: 259px !important;
	}
	
	.mrg-b-xxl-259 {
		margin-bottom: 259px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-259 {
		margin-top: 259px !important;
		margin-bottom: 259px !important;
	}
	
	.mrg-t-xxxxl-259 {
		margin-top: 259px !important;
	}
	
	.mrg-b-xxxxl-259 {
		margin-bottom: 259px !important;
	}
}

.mrg-y-260 {
	margin-top: 260px !important;
	margin-bottom: 260px !important;
}

.mrg-t-260 {
	margin-top: 260px !important;
}

.mrg-b-260 {
	margin-bottom: 260px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-260 {
		margin-top: 260px !important;
		margin-bottom: 260px !important;
	}
	
	.mrg-t-sm-260 {
		margin-top: 260px !important;
	}
	
	.mrg-b-sm-260 {
		margin-bottom: 260px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-260 {
		margin-top: 260px !important;
		margin-bottom: 260px !important;
	}
	
	.mrg-t-lg-260 {
		margin-top: 260px !important;
	}
	
	.mrg-b-lg-260 {
		margin-bottom: 260px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-260 {
		margin-top: 260px !important;
		margin-bottom: 260px !important;
	}
	
	.mrg-t-xxl-260 {
		margin-top: 260px !important;
	}
	
	.mrg-b-xxl-260 {
		margin-bottom: 260px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-260 {
		margin-top: 260px !important;
		margin-bottom: 260px !important;
	}
	
	.mrg-t-xxxxl-260 {
		margin-top: 260px !important;
	}
	
	.mrg-b-xxxxl-260 {
		margin-bottom: 260px !important;
	}
}

.mrg-y-261 {
	margin-top: 261px !important;
	margin-bottom: 261px !important;
}

.mrg-t-261 {
	margin-top: 261px !important;
}

.mrg-b-261 {
	margin-bottom: 261px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-261 {
		margin-top: 261px !important;
		margin-bottom: 261px !important;
	}
	
	.mrg-t-sm-261 {
		margin-top: 261px !important;
	}
	
	.mrg-b-sm-261 {
		margin-bottom: 261px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-261 {
		margin-top: 261px !important;
		margin-bottom: 261px !important;
	}
	
	.mrg-t-lg-261 {
		margin-top: 261px !important;
	}
	
	.mrg-b-lg-261 {
		margin-bottom: 261px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-261 {
		margin-top: 261px !important;
		margin-bottom: 261px !important;
	}
	
	.mrg-t-xxl-261 {
		margin-top: 261px !important;
	}
	
	.mrg-b-xxl-261 {
		margin-bottom: 261px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-261 {
		margin-top: 261px !important;
		margin-bottom: 261px !important;
	}
	
	.mrg-t-xxxxl-261 {
		margin-top: 261px !important;
	}
	
	.mrg-b-xxxxl-261 {
		margin-bottom: 261px !important;
	}
}

.mrg-y-262 {
	margin-top: 262px !important;
	margin-bottom: 262px !important;
}

.mrg-t-262 {
	margin-top: 262px !important;
}

.mrg-b-262 {
	margin-bottom: 262px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-262 {
		margin-top: 262px !important;
		margin-bottom: 262px !important;
	}
	
	.mrg-t-sm-262 {
		margin-top: 262px !important;
	}
	
	.mrg-b-sm-262 {
		margin-bottom: 262px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-262 {
		margin-top: 262px !important;
		margin-bottom: 262px !important;
	}
	
	.mrg-t-lg-262 {
		margin-top: 262px !important;
	}
	
	.mrg-b-lg-262 {
		margin-bottom: 262px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-262 {
		margin-top: 262px !important;
		margin-bottom: 262px !important;
	}
	
	.mrg-t-xxl-262 {
		margin-top: 262px !important;
	}
	
	.mrg-b-xxl-262 {
		margin-bottom: 262px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-262 {
		margin-top: 262px !important;
		margin-bottom: 262px !important;
	}
	
	.mrg-t-xxxxl-262 {
		margin-top: 262px !important;
	}
	
	.mrg-b-xxxxl-262 {
		margin-bottom: 262px !important;
	}
}

.mrg-y-263 {
	margin-top: 263px !important;
	margin-bottom: 263px !important;
}

.mrg-t-263 {
	margin-top: 263px !important;
}

.mrg-b-263 {
	margin-bottom: 263px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-263 {
		margin-top: 263px !important;
		margin-bottom: 263px !important;
	}
	
	.mrg-t-sm-263 {
		margin-top: 263px !important;
	}
	
	.mrg-b-sm-263 {
		margin-bottom: 263px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-263 {
		margin-top: 263px !important;
		margin-bottom: 263px !important;
	}
	
	.mrg-t-lg-263 {
		margin-top: 263px !important;
	}
	
	.mrg-b-lg-263 {
		margin-bottom: 263px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-263 {
		margin-top: 263px !important;
		margin-bottom: 263px !important;
	}
	
	.mrg-t-xxl-263 {
		margin-top: 263px !important;
	}
	
	.mrg-b-xxl-263 {
		margin-bottom: 263px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-263 {
		margin-top: 263px !important;
		margin-bottom: 263px !important;
	}
	
	.mrg-t-xxxxl-263 {
		margin-top: 263px !important;
	}
	
	.mrg-b-xxxxl-263 {
		margin-bottom: 263px !important;
	}
}

.mrg-y-264 {
	margin-top: 264px !important;
	margin-bottom: 264px !important;
}

.mrg-t-264 {
	margin-top: 264px !important;
}

.mrg-b-264 {
	margin-bottom: 264px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-264 {
		margin-top: 264px !important;
		margin-bottom: 264px !important;
	}
	
	.mrg-t-sm-264 {
		margin-top: 264px !important;
	}
	
	.mrg-b-sm-264 {
		margin-bottom: 264px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-264 {
		margin-top: 264px !important;
		margin-bottom: 264px !important;
	}
	
	.mrg-t-lg-264 {
		margin-top: 264px !important;
	}
	
	.mrg-b-lg-264 {
		margin-bottom: 264px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-264 {
		margin-top: 264px !important;
		margin-bottom: 264px !important;
	}
	
	.mrg-t-xxl-264 {
		margin-top: 264px !important;
	}
	
	.mrg-b-xxl-264 {
		margin-bottom: 264px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-264 {
		margin-top: 264px !important;
		margin-bottom: 264px !important;
	}
	
	.mrg-t-xxxxl-264 {
		margin-top: 264px !important;
	}
	
	.mrg-b-xxxxl-264 {
		margin-bottom: 264px !important;
	}
}

.mrg-y-265 {
	margin-top: 265px !important;
	margin-bottom: 265px !important;
}

.mrg-t-265 {
	margin-top: 265px !important;
}

.mrg-b-265 {
	margin-bottom: 265px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-265 {
		margin-top: 265px !important;
		margin-bottom: 265px !important;
	}
	
	.mrg-t-sm-265 {
		margin-top: 265px !important;
	}
	
	.mrg-b-sm-265 {
		margin-bottom: 265px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-265 {
		margin-top: 265px !important;
		margin-bottom: 265px !important;
	}
	
	.mrg-t-lg-265 {
		margin-top: 265px !important;
	}
	
	.mrg-b-lg-265 {
		margin-bottom: 265px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-265 {
		margin-top: 265px !important;
		margin-bottom: 265px !important;
	}
	
	.mrg-t-xxl-265 {
		margin-top: 265px !important;
	}
	
	.mrg-b-xxl-265 {
		margin-bottom: 265px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-265 {
		margin-top: 265px !important;
		margin-bottom: 265px !important;
	}
	
	.mrg-t-xxxxl-265 {
		margin-top: 265px !important;
	}
	
	.mrg-b-xxxxl-265 {
		margin-bottom: 265px !important;
	}
}

.mrg-y-266 {
	margin-top: 266px !important;
	margin-bottom: 266px !important;
}

.mrg-t-266 {
	margin-top: 266px !important;
}

.mrg-b-266 {
	margin-bottom: 266px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-266 {
		margin-top: 266px !important;
		margin-bottom: 266px !important;
	}
	
	.mrg-t-sm-266 {
		margin-top: 266px !important;
	}
	
	.mrg-b-sm-266 {
		margin-bottom: 266px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-266 {
		margin-top: 266px !important;
		margin-bottom: 266px !important;
	}
	
	.mrg-t-lg-266 {
		margin-top: 266px !important;
	}
	
	.mrg-b-lg-266 {
		margin-bottom: 266px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-266 {
		margin-top: 266px !important;
		margin-bottom: 266px !important;
	}
	
	.mrg-t-xxl-266 {
		margin-top: 266px !important;
	}
	
	.mrg-b-xxl-266 {
		margin-bottom: 266px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-266 {
		margin-top: 266px !important;
		margin-bottom: 266px !important;
	}
	
	.mrg-t-xxxxl-266 {
		margin-top: 266px !important;
	}
	
	.mrg-b-xxxxl-266 {
		margin-bottom: 266px !important;
	}
}

.mrg-y-267 {
	margin-top: 267px !important;
	margin-bottom: 267px !important;
}

.mrg-t-267 {
	margin-top: 267px !important;
}

.mrg-b-267 {
	margin-bottom: 267px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-267 {
		margin-top: 267px !important;
		margin-bottom: 267px !important;
	}
	
	.mrg-t-sm-267 {
		margin-top: 267px !important;
	}
	
	.mrg-b-sm-267 {
		margin-bottom: 267px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-267 {
		margin-top: 267px !important;
		margin-bottom: 267px !important;
	}
	
	.mrg-t-lg-267 {
		margin-top: 267px !important;
	}
	
	.mrg-b-lg-267 {
		margin-bottom: 267px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-267 {
		margin-top: 267px !important;
		margin-bottom: 267px !important;
	}
	
	.mrg-t-xxl-267 {
		margin-top: 267px !important;
	}
	
	.mrg-b-xxl-267 {
		margin-bottom: 267px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-267 {
		margin-top: 267px !important;
		margin-bottom: 267px !important;
	}
	
	.mrg-t-xxxxl-267 {
		margin-top: 267px !important;
	}
	
	.mrg-b-xxxxl-267 {
		margin-bottom: 267px !important;
	}
}

.mrg-y-268 {
	margin-top: 268px !important;
	margin-bottom: 268px !important;
}

.mrg-t-268 {
	margin-top: 268px !important;
}

.mrg-b-268 {
	margin-bottom: 268px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-268 {
		margin-top: 268px !important;
		margin-bottom: 268px !important;
	}
	
	.mrg-t-sm-268 {
		margin-top: 268px !important;
	}
	
	.mrg-b-sm-268 {
		margin-bottom: 268px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-268 {
		margin-top: 268px !important;
		margin-bottom: 268px !important;
	}
	
	.mrg-t-lg-268 {
		margin-top: 268px !important;
	}
	
	.mrg-b-lg-268 {
		margin-bottom: 268px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-268 {
		margin-top: 268px !important;
		margin-bottom: 268px !important;
	}
	
	.mrg-t-xxl-268 {
		margin-top: 268px !important;
	}
	
	.mrg-b-xxl-268 {
		margin-bottom: 268px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-268 {
		margin-top: 268px !important;
		margin-bottom: 268px !important;
	}
	
	.mrg-t-xxxxl-268 {
		margin-top: 268px !important;
	}
	
	.mrg-b-xxxxl-268 {
		margin-bottom: 268px !important;
	}
}

.mrg-y-269 {
	margin-top: 269px !important;
	margin-bottom: 269px !important;
}

.mrg-t-269 {
	margin-top: 269px !important;
}

.mrg-b-269 {
	margin-bottom: 269px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-269 {
		margin-top: 269px !important;
		margin-bottom: 269px !important;
	}
	
	.mrg-t-sm-269 {
		margin-top: 269px !important;
	}
	
	.mrg-b-sm-269 {
		margin-bottom: 269px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-269 {
		margin-top: 269px !important;
		margin-bottom: 269px !important;
	}
	
	.mrg-t-lg-269 {
		margin-top: 269px !important;
	}
	
	.mrg-b-lg-269 {
		margin-bottom: 269px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-269 {
		margin-top: 269px !important;
		margin-bottom: 269px !important;
	}
	
	.mrg-t-xxl-269 {
		margin-top: 269px !important;
	}
	
	.mrg-b-xxl-269 {
		margin-bottom: 269px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-269 {
		margin-top: 269px !important;
		margin-bottom: 269px !important;
	}
	
	.mrg-t-xxxxl-269 {
		margin-top: 269px !important;
	}
	
	.mrg-b-xxxxl-269 {
		margin-bottom: 269px !important;
	}
}

.mrg-y-270 {
	margin-top: 270px !important;
	margin-bottom: 270px !important;
}

.mrg-t-270 {
	margin-top: 270px !important;
}

.mrg-b-270 {
	margin-bottom: 270px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-270 {
		margin-top: 270px !important;
		margin-bottom: 270px !important;
	}
	
	.mrg-t-sm-270 {
		margin-top: 270px !important;
	}
	
	.mrg-b-sm-270 {
		margin-bottom: 270px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-270 {
		margin-top: 270px !important;
		margin-bottom: 270px !important;
	}
	
	.mrg-t-lg-270 {
		margin-top: 270px !important;
	}
	
	.mrg-b-lg-270 {
		margin-bottom: 270px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-270 {
		margin-top: 270px !important;
		margin-bottom: 270px !important;
	}
	
	.mrg-t-xxl-270 {
		margin-top: 270px !important;
	}
	
	.mrg-b-xxl-270 {
		margin-bottom: 270px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-270 {
		margin-top: 270px !important;
		margin-bottom: 270px !important;
	}
	
	.mrg-t-xxxxl-270 {
		margin-top: 270px !important;
	}
	
	.mrg-b-xxxxl-270 {
		margin-bottom: 270px !important;
	}
}

.mrg-y-271 {
	margin-top: 271px !important;
	margin-bottom: 271px !important;
}

.mrg-t-271 {
	margin-top: 271px !important;
}

.mrg-b-271 {
	margin-bottom: 271px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-271 {
		margin-top: 271px !important;
		margin-bottom: 271px !important;
	}
	
	.mrg-t-sm-271 {
		margin-top: 271px !important;
	}
	
	.mrg-b-sm-271 {
		margin-bottom: 271px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-271 {
		margin-top: 271px !important;
		margin-bottom: 271px !important;
	}
	
	.mrg-t-lg-271 {
		margin-top: 271px !important;
	}
	
	.mrg-b-lg-271 {
		margin-bottom: 271px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-271 {
		margin-top: 271px !important;
		margin-bottom: 271px !important;
	}
	
	.mrg-t-xxl-271 {
		margin-top: 271px !important;
	}
	
	.mrg-b-xxl-271 {
		margin-bottom: 271px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-271 {
		margin-top: 271px !important;
		margin-bottom: 271px !important;
	}
	
	.mrg-t-xxxxl-271 {
		margin-top: 271px !important;
	}
	
	.mrg-b-xxxxl-271 {
		margin-bottom: 271px !important;
	}
}

.mrg-y-272 {
	margin-top: 272px !important;
	margin-bottom: 272px !important;
}

.mrg-t-272 {
	margin-top: 272px !important;
}

.mrg-b-272 {
	margin-bottom: 272px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-272 {
		margin-top: 272px !important;
		margin-bottom: 272px !important;
	}
	
	.mrg-t-sm-272 {
		margin-top: 272px !important;
	}
	
	.mrg-b-sm-272 {
		margin-bottom: 272px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-272 {
		margin-top: 272px !important;
		margin-bottom: 272px !important;
	}
	
	.mrg-t-lg-272 {
		margin-top: 272px !important;
	}
	
	.mrg-b-lg-272 {
		margin-bottom: 272px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-272 {
		margin-top: 272px !important;
		margin-bottom: 272px !important;
	}
	
	.mrg-t-xxl-272 {
		margin-top: 272px !important;
	}
	
	.mrg-b-xxl-272 {
		margin-bottom: 272px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-272 {
		margin-top: 272px !important;
		margin-bottom: 272px !important;
	}
	
	.mrg-t-xxxxl-272 {
		margin-top: 272px !important;
	}
	
	.mrg-b-xxxxl-272 {
		margin-bottom: 272px !important;
	}
}

.mrg-y-273 {
	margin-top: 273px !important;
	margin-bottom: 273px !important;
}

.mrg-t-273 {
	margin-top: 273px !important;
}

.mrg-b-273 {
	margin-bottom: 273px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-273 {
		margin-top: 273px !important;
		margin-bottom: 273px !important;
	}
	
	.mrg-t-sm-273 {
		margin-top: 273px !important;
	}
	
	.mrg-b-sm-273 {
		margin-bottom: 273px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-273 {
		margin-top: 273px !important;
		margin-bottom: 273px !important;
	}
	
	.mrg-t-lg-273 {
		margin-top: 273px !important;
	}
	
	.mrg-b-lg-273 {
		margin-bottom: 273px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-273 {
		margin-top: 273px !important;
		margin-bottom: 273px !important;
	}
	
	.mrg-t-xxl-273 {
		margin-top: 273px !important;
	}
	
	.mrg-b-xxl-273 {
		margin-bottom: 273px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-273 {
		margin-top: 273px !important;
		margin-bottom: 273px !important;
	}
	
	.mrg-t-xxxxl-273 {
		margin-top: 273px !important;
	}
	
	.mrg-b-xxxxl-273 {
		margin-bottom: 273px !important;
	}
}

.mrg-y-274 {
	margin-top: 274px !important;
	margin-bottom: 274px !important;
}

.mrg-t-274 {
	margin-top: 274px !important;
}

.mrg-b-274 {
	margin-bottom: 274px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-274 {
		margin-top: 274px !important;
		margin-bottom: 274px !important;
	}
	
	.mrg-t-sm-274 {
		margin-top: 274px !important;
	}
	
	.mrg-b-sm-274 {
		margin-bottom: 274px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-274 {
		margin-top: 274px !important;
		margin-bottom: 274px !important;
	}
	
	.mrg-t-lg-274 {
		margin-top: 274px !important;
	}
	
	.mrg-b-lg-274 {
		margin-bottom: 274px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-274 {
		margin-top: 274px !important;
		margin-bottom: 274px !important;
	}
	
	.mrg-t-xxl-274 {
		margin-top: 274px !important;
	}
	
	.mrg-b-xxl-274 {
		margin-bottom: 274px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-274 {
		margin-top: 274px !important;
		margin-bottom: 274px !important;
	}
	
	.mrg-t-xxxxl-274 {
		margin-top: 274px !important;
	}
	
	.mrg-b-xxxxl-274 {
		margin-bottom: 274px !important;
	}
}

.mrg-y-275 {
	margin-top: 275px !important;
	margin-bottom: 275px !important;
}

.mrg-t-275 {
	margin-top: 275px !important;
}

.mrg-b-275 {
	margin-bottom: 275px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-275 {
		margin-top: 275px !important;
		margin-bottom: 275px !important;
	}
	
	.mrg-t-sm-275 {
		margin-top: 275px !important;
	}
	
	.mrg-b-sm-275 {
		margin-bottom: 275px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-275 {
		margin-top: 275px !important;
		margin-bottom: 275px !important;
	}
	
	.mrg-t-lg-275 {
		margin-top: 275px !important;
	}
	
	.mrg-b-lg-275 {
		margin-bottom: 275px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-275 {
		margin-top: 275px !important;
		margin-bottom: 275px !important;
	}
	
	.mrg-t-xxl-275 {
		margin-top: 275px !important;
	}
	
	.mrg-b-xxl-275 {
		margin-bottom: 275px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-275 {
		margin-top: 275px !important;
		margin-bottom: 275px !important;
	}
	
	.mrg-t-xxxxl-275 {
		margin-top: 275px !important;
	}
	
	.mrg-b-xxxxl-275 {
		margin-bottom: 275px !important;
	}
}

.mrg-y-276 {
	margin-top: 276px !important;
	margin-bottom: 276px !important;
}

.mrg-t-276 {
	margin-top: 276px !important;
}

.mrg-b-276 {
	margin-bottom: 276px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-276 {
		margin-top: 276px !important;
		margin-bottom: 276px !important;
	}
	
	.mrg-t-sm-276 {
		margin-top: 276px !important;
	}
	
	.mrg-b-sm-276 {
		margin-bottom: 276px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-276 {
		margin-top: 276px !important;
		margin-bottom: 276px !important;
	}
	
	.mrg-t-lg-276 {
		margin-top: 276px !important;
	}
	
	.mrg-b-lg-276 {
		margin-bottom: 276px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-276 {
		margin-top: 276px !important;
		margin-bottom: 276px !important;
	}
	
	.mrg-t-xxl-276 {
		margin-top: 276px !important;
	}
	
	.mrg-b-xxl-276 {
		margin-bottom: 276px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-276 {
		margin-top: 276px !important;
		margin-bottom: 276px !important;
	}
	
	.mrg-t-xxxxl-276 {
		margin-top: 276px !important;
	}
	
	.mrg-b-xxxxl-276 {
		margin-bottom: 276px !important;
	}
}

.mrg-y-277 {
	margin-top: 277px !important;
	margin-bottom: 277px !important;
}

.mrg-t-277 {
	margin-top: 277px !important;
}

.mrg-b-277 {
	margin-bottom: 277px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-277 {
		margin-top: 277px !important;
		margin-bottom: 277px !important;
	}
	
	.mrg-t-sm-277 {
		margin-top: 277px !important;
	}
	
	.mrg-b-sm-277 {
		margin-bottom: 277px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-277 {
		margin-top: 277px !important;
		margin-bottom: 277px !important;
	}
	
	.mrg-t-lg-277 {
		margin-top: 277px !important;
	}
	
	.mrg-b-lg-277 {
		margin-bottom: 277px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-277 {
		margin-top: 277px !important;
		margin-bottom: 277px !important;
	}
	
	.mrg-t-xxl-277 {
		margin-top: 277px !important;
	}
	
	.mrg-b-xxl-277 {
		margin-bottom: 277px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-277 {
		margin-top: 277px !important;
		margin-bottom: 277px !important;
	}
	
	.mrg-t-xxxxl-277 {
		margin-top: 277px !important;
	}
	
	.mrg-b-xxxxl-277 {
		margin-bottom: 277px !important;
	}
}

.mrg-y-278 {
	margin-top: 278px !important;
	margin-bottom: 278px !important;
}

.mrg-t-278 {
	margin-top: 278px !important;
}

.mrg-b-278 {
	margin-bottom: 278px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-278 {
		margin-top: 278px !important;
		margin-bottom: 278px !important;
	}
	
	.mrg-t-sm-278 {
		margin-top: 278px !important;
	}
	
	.mrg-b-sm-278 {
		margin-bottom: 278px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-278 {
		margin-top: 278px !important;
		margin-bottom: 278px !important;
	}
	
	.mrg-t-lg-278 {
		margin-top: 278px !important;
	}
	
	.mrg-b-lg-278 {
		margin-bottom: 278px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-278 {
		margin-top: 278px !important;
		margin-bottom: 278px !important;
	}
	
	.mrg-t-xxl-278 {
		margin-top: 278px !important;
	}
	
	.mrg-b-xxl-278 {
		margin-bottom: 278px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-278 {
		margin-top: 278px !important;
		margin-bottom: 278px !important;
	}
	
	.mrg-t-xxxxl-278 {
		margin-top: 278px !important;
	}
	
	.mrg-b-xxxxl-278 {
		margin-bottom: 278px !important;
	}
}

.mrg-y-279 {
	margin-top: 279px !important;
	margin-bottom: 279px !important;
}

.mrg-t-279 {
	margin-top: 279px !important;
}

.mrg-b-279 {
	margin-bottom: 279px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-279 {
		margin-top: 279px !important;
		margin-bottom: 279px !important;
	}
	
	.mrg-t-sm-279 {
		margin-top: 279px !important;
	}
	
	.mrg-b-sm-279 {
		margin-bottom: 279px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-279 {
		margin-top: 279px !important;
		margin-bottom: 279px !important;
	}
	
	.mrg-t-lg-279 {
		margin-top: 279px !important;
	}
	
	.mrg-b-lg-279 {
		margin-bottom: 279px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-279 {
		margin-top: 279px !important;
		margin-bottom: 279px !important;
	}
	
	.mrg-t-xxl-279 {
		margin-top: 279px !important;
	}
	
	.mrg-b-xxl-279 {
		margin-bottom: 279px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-279 {
		margin-top: 279px !important;
		margin-bottom: 279px !important;
	}
	
	.mrg-t-xxxxl-279 {
		margin-top: 279px !important;
	}
	
	.mrg-b-xxxxl-279 {
		margin-bottom: 279px !important;
	}
}

.mrg-y-280 {
	margin-top: 280px !important;
	margin-bottom: 280px !important;
}

.mrg-t-280 {
	margin-top: 280px !important;
}

.mrg-b-280 {
	margin-bottom: 280px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-280 {
		margin-top: 280px !important;
		margin-bottom: 280px !important;
	}
	
	.mrg-t-sm-280 {
		margin-top: 280px !important;
	}
	
	.mrg-b-sm-280 {
		margin-bottom: 280px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-280 {
		margin-top: 280px !important;
		margin-bottom: 280px !important;
	}
	
	.mrg-t-lg-280 {
		margin-top: 280px !important;
	}
	
	.mrg-b-lg-280 {
		margin-bottom: 280px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-280 {
		margin-top: 280px !important;
		margin-bottom: 280px !important;
	}
	
	.mrg-t-xxl-280 {
		margin-top: 280px !important;
	}
	
	.mrg-b-xxl-280 {
		margin-bottom: 280px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-280 {
		margin-top: 280px !important;
		margin-bottom: 280px !important;
	}
	
	.mrg-t-xxxxl-280 {
		margin-top: 280px !important;
	}
	
	.mrg-b-xxxxl-280 {
		margin-bottom: 280px !important;
	}
}

.mrg-y-281 {
	margin-top: 281px !important;
	margin-bottom: 281px !important;
}

.mrg-t-281 {
	margin-top: 281px !important;
}

.mrg-b-281 {
	margin-bottom: 281px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-281 {
		margin-top: 281px !important;
		margin-bottom: 281px !important;
	}
	
	.mrg-t-sm-281 {
		margin-top: 281px !important;
	}
	
	.mrg-b-sm-281 {
		margin-bottom: 281px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-281 {
		margin-top: 281px !important;
		margin-bottom: 281px !important;
	}
	
	.mrg-t-lg-281 {
		margin-top: 281px !important;
	}
	
	.mrg-b-lg-281 {
		margin-bottom: 281px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-281 {
		margin-top: 281px !important;
		margin-bottom: 281px !important;
	}
	
	.mrg-t-xxl-281 {
		margin-top: 281px !important;
	}
	
	.mrg-b-xxl-281 {
		margin-bottom: 281px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-281 {
		margin-top: 281px !important;
		margin-bottom: 281px !important;
	}
	
	.mrg-t-xxxxl-281 {
		margin-top: 281px !important;
	}
	
	.mrg-b-xxxxl-281 {
		margin-bottom: 281px !important;
	}
}

.mrg-y-282 {
	margin-top: 282px !important;
	margin-bottom: 282px !important;
}

.mrg-t-282 {
	margin-top: 282px !important;
}

.mrg-b-282 {
	margin-bottom: 282px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-282 {
		margin-top: 282px !important;
		margin-bottom: 282px !important;
	}
	
	.mrg-t-sm-282 {
		margin-top: 282px !important;
	}
	
	.mrg-b-sm-282 {
		margin-bottom: 282px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-282 {
		margin-top: 282px !important;
		margin-bottom: 282px !important;
	}
	
	.mrg-t-lg-282 {
		margin-top: 282px !important;
	}
	
	.mrg-b-lg-282 {
		margin-bottom: 282px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-282 {
		margin-top: 282px !important;
		margin-bottom: 282px !important;
	}
	
	.mrg-t-xxl-282 {
		margin-top: 282px !important;
	}
	
	.mrg-b-xxl-282 {
		margin-bottom: 282px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-282 {
		margin-top: 282px !important;
		margin-bottom: 282px !important;
	}
	
	.mrg-t-xxxxl-282 {
		margin-top: 282px !important;
	}
	
	.mrg-b-xxxxl-282 {
		margin-bottom: 282px !important;
	}
}

.mrg-y-283 {
	margin-top: 283px !important;
	margin-bottom: 283px !important;
}

.mrg-t-283 {
	margin-top: 283px !important;
}

.mrg-b-283 {
	margin-bottom: 283px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-283 {
		margin-top: 283px !important;
		margin-bottom: 283px !important;
	}
	
	.mrg-t-sm-283 {
		margin-top: 283px !important;
	}
	
	.mrg-b-sm-283 {
		margin-bottom: 283px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-283 {
		margin-top: 283px !important;
		margin-bottom: 283px !important;
	}
	
	.mrg-t-lg-283 {
		margin-top: 283px !important;
	}
	
	.mrg-b-lg-283 {
		margin-bottom: 283px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-283 {
		margin-top: 283px !important;
		margin-bottom: 283px !important;
	}
	
	.mrg-t-xxl-283 {
		margin-top: 283px !important;
	}
	
	.mrg-b-xxl-283 {
		margin-bottom: 283px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-283 {
		margin-top: 283px !important;
		margin-bottom: 283px !important;
	}
	
	.mrg-t-xxxxl-283 {
		margin-top: 283px !important;
	}
	
	.mrg-b-xxxxl-283 {
		margin-bottom: 283px !important;
	}
}

.mrg-y-284 {
	margin-top: 284px !important;
	margin-bottom: 284px !important;
}

.mrg-t-284 {
	margin-top: 284px !important;
}

.mrg-b-284 {
	margin-bottom: 284px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-284 {
		margin-top: 284px !important;
		margin-bottom: 284px !important;
	}
	
	.mrg-t-sm-284 {
		margin-top: 284px !important;
	}
	
	.mrg-b-sm-284 {
		margin-bottom: 284px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-284 {
		margin-top: 284px !important;
		margin-bottom: 284px !important;
	}
	
	.mrg-t-lg-284 {
		margin-top: 284px !important;
	}
	
	.mrg-b-lg-284 {
		margin-bottom: 284px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-284 {
		margin-top: 284px !important;
		margin-bottom: 284px !important;
	}
	
	.mrg-t-xxl-284 {
		margin-top: 284px !important;
	}
	
	.mrg-b-xxl-284 {
		margin-bottom: 284px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-284 {
		margin-top: 284px !important;
		margin-bottom: 284px !important;
	}
	
	.mrg-t-xxxxl-284 {
		margin-top: 284px !important;
	}
	
	.mrg-b-xxxxl-284 {
		margin-bottom: 284px !important;
	}
}

.mrg-y-285 {
	margin-top: 285px !important;
	margin-bottom: 285px !important;
}

.mrg-t-285 {
	margin-top: 285px !important;
}

.mrg-b-285 {
	margin-bottom: 285px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-285 {
		margin-top: 285px !important;
		margin-bottom: 285px !important;
	}
	
	.mrg-t-sm-285 {
		margin-top: 285px !important;
	}
	
	.mrg-b-sm-285 {
		margin-bottom: 285px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-285 {
		margin-top: 285px !important;
		margin-bottom: 285px !important;
	}
	
	.mrg-t-lg-285 {
		margin-top: 285px !important;
	}
	
	.mrg-b-lg-285 {
		margin-bottom: 285px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-285 {
		margin-top: 285px !important;
		margin-bottom: 285px !important;
	}
	
	.mrg-t-xxl-285 {
		margin-top: 285px !important;
	}
	
	.mrg-b-xxl-285 {
		margin-bottom: 285px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-285 {
		margin-top: 285px !important;
		margin-bottom: 285px !important;
	}
	
	.mrg-t-xxxxl-285 {
		margin-top: 285px !important;
	}
	
	.mrg-b-xxxxl-285 {
		margin-bottom: 285px !important;
	}
}

.mrg-y-286 {
	margin-top: 286px !important;
	margin-bottom: 286px !important;
}

.mrg-t-286 {
	margin-top: 286px !important;
}

.mrg-b-286 {
	margin-bottom: 286px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-286 {
		margin-top: 286px !important;
		margin-bottom: 286px !important;
	}
	
	.mrg-t-sm-286 {
		margin-top: 286px !important;
	}
	
	.mrg-b-sm-286 {
		margin-bottom: 286px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-286 {
		margin-top: 286px !important;
		margin-bottom: 286px !important;
	}
	
	.mrg-t-lg-286 {
		margin-top: 286px !important;
	}
	
	.mrg-b-lg-286 {
		margin-bottom: 286px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-286 {
		margin-top: 286px !important;
		margin-bottom: 286px !important;
	}
	
	.mrg-t-xxl-286 {
		margin-top: 286px !important;
	}
	
	.mrg-b-xxl-286 {
		margin-bottom: 286px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-286 {
		margin-top: 286px !important;
		margin-bottom: 286px !important;
	}
	
	.mrg-t-xxxxl-286 {
		margin-top: 286px !important;
	}
	
	.mrg-b-xxxxl-286 {
		margin-bottom: 286px !important;
	}
}

.mrg-y-287 {
	margin-top: 287px !important;
	margin-bottom: 287px !important;
}

.mrg-t-287 {
	margin-top: 287px !important;
}

.mrg-b-287 {
	margin-bottom: 287px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-287 {
		margin-top: 287px !important;
		margin-bottom: 287px !important;
	}
	
	.mrg-t-sm-287 {
		margin-top: 287px !important;
	}
	
	.mrg-b-sm-287 {
		margin-bottom: 287px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-287 {
		margin-top: 287px !important;
		margin-bottom: 287px !important;
	}
	
	.mrg-t-lg-287 {
		margin-top: 287px !important;
	}
	
	.mrg-b-lg-287 {
		margin-bottom: 287px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-287 {
		margin-top: 287px !important;
		margin-bottom: 287px !important;
	}
	
	.mrg-t-xxl-287 {
		margin-top: 287px !important;
	}
	
	.mrg-b-xxl-287 {
		margin-bottom: 287px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-287 {
		margin-top: 287px !important;
		margin-bottom: 287px !important;
	}
	
	.mrg-t-xxxxl-287 {
		margin-top: 287px !important;
	}
	
	.mrg-b-xxxxl-287 {
		margin-bottom: 287px !important;
	}
}

.mrg-y-288 {
	margin-top: 288px !important;
	margin-bottom: 288px !important;
}

.mrg-t-288 {
	margin-top: 288px !important;
}

.mrg-b-288 {
	margin-bottom: 288px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-288 {
		margin-top: 288px !important;
		margin-bottom: 288px !important;
	}
	
	.mrg-t-sm-288 {
		margin-top: 288px !important;
	}
	
	.mrg-b-sm-288 {
		margin-bottom: 288px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-288 {
		margin-top: 288px !important;
		margin-bottom: 288px !important;
	}
	
	.mrg-t-lg-288 {
		margin-top: 288px !important;
	}
	
	.mrg-b-lg-288 {
		margin-bottom: 288px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-288 {
		margin-top: 288px !important;
		margin-bottom: 288px !important;
	}
	
	.mrg-t-xxl-288 {
		margin-top: 288px !important;
	}
	
	.mrg-b-xxl-288 {
		margin-bottom: 288px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-288 {
		margin-top: 288px !important;
		margin-bottom: 288px !important;
	}
	
	.mrg-t-xxxxl-288 {
		margin-top: 288px !important;
	}
	
	.mrg-b-xxxxl-288 {
		margin-bottom: 288px !important;
	}
}

.mrg-y-289 {
	margin-top: 289px !important;
	margin-bottom: 289px !important;
}

.mrg-t-289 {
	margin-top: 289px !important;
}

.mrg-b-289 {
	margin-bottom: 289px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-289 {
		margin-top: 289px !important;
		margin-bottom: 289px !important;
	}
	
	.mrg-t-sm-289 {
		margin-top: 289px !important;
	}
	
	.mrg-b-sm-289 {
		margin-bottom: 289px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-289 {
		margin-top: 289px !important;
		margin-bottom: 289px !important;
	}
	
	.mrg-t-lg-289 {
		margin-top: 289px !important;
	}
	
	.mrg-b-lg-289 {
		margin-bottom: 289px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-289 {
		margin-top: 289px !important;
		margin-bottom: 289px !important;
	}
	
	.mrg-t-xxl-289 {
		margin-top: 289px !important;
	}
	
	.mrg-b-xxl-289 {
		margin-bottom: 289px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-289 {
		margin-top: 289px !important;
		margin-bottom: 289px !important;
	}
	
	.mrg-t-xxxxl-289 {
		margin-top: 289px !important;
	}
	
	.mrg-b-xxxxl-289 {
		margin-bottom: 289px !important;
	}
}

.mrg-y-290 {
	margin-top: 290px !important;
	margin-bottom: 290px !important;
}

.mrg-t-290 {
	margin-top: 290px !important;
}

.mrg-b-290 {
	margin-bottom: 290px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-290 {
		margin-top: 290px !important;
		margin-bottom: 290px !important;
	}
	
	.mrg-t-sm-290 {
		margin-top: 290px !important;
	}
	
	.mrg-b-sm-290 {
		margin-bottom: 290px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-290 {
		margin-top: 290px !important;
		margin-bottom: 290px !important;
	}
	
	.mrg-t-lg-290 {
		margin-top: 290px !important;
	}
	
	.mrg-b-lg-290 {
		margin-bottom: 290px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-290 {
		margin-top: 290px !important;
		margin-bottom: 290px !important;
	}
	
	.mrg-t-xxl-290 {
		margin-top: 290px !important;
	}
	
	.mrg-b-xxl-290 {
		margin-bottom: 290px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-290 {
		margin-top: 290px !important;
		margin-bottom: 290px !important;
	}
	
	.mrg-t-xxxxl-290 {
		margin-top: 290px !important;
	}
	
	.mrg-b-xxxxl-290 {
		margin-bottom: 290px !important;
	}
}

.mrg-y-291 {
	margin-top: 291px !important;
	margin-bottom: 291px !important;
}

.mrg-t-291 {
	margin-top: 291px !important;
}

.mrg-b-291 {
	margin-bottom: 291px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-291 {
		margin-top: 291px !important;
		margin-bottom: 291px !important;
	}
	
	.mrg-t-sm-291 {
		margin-top: 291px !important;
	}
	
	.mrg-b-sm-291 {
		margin-bottom: 291px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-291 {
		margin-top: 291px !important;
		margin-bottom: 291px !important;
	}
	
	.mrg-t-lg-291 {
		margin-top: 291px !important;
	}
	
	.mrg-b-lg-291 {
		margin-bottom: 291px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-291 {
		margin-top: 291px !important;
		margin-bottom: 291px !important;
	}
	
	.mrg-t-xxl-291 {
		margin-top: 291px !important;
	}
	
	.mrg-b-xxl-291 {
		margin-bottom: 291px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-291 {
		margin-top: 291px !important;
		margin-bottom: 291px !important;
	}
	
	.mrg-t-xxxxl-291 {
		margin-top: 291px !important;
	}
	
	.mrg-b-xxxxl-291 {
		margin-bottom: 291px !important;
	}
}

.mrg-y-292 {
	margin-top: 292px !important;
	margin-bottom: 292px !important;
}

.mrg-t-292 {
	margin-top: 292px !important;
}

.mrg-b-292 {
	margin-bottom: 292px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-292 {
		margin-top: 292px !important;
		margin-bottom: 292px !important;
	}
	
	.mrg-t-sm-292 {
		margin-top: 292px !important;
	}
	
	.mrg-b-sm-292 {
		margin-bottom: 292px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-292 {
		margin-top: 292px !important;
		margin-bottom: 292px !important;
	}
	
	.mrg-t-lg-292 {
		margin-top: 292px !important;
	}
	
	.mrg-b-lg-292 {
		margin-bottom: 292px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-292 {
		margin-top: 292px !important;
		margin-bottom: 292px !important;
	}
	
	.mrg-t-xxl-292 {
		margin-top: 292px !important;
	}
	
	.mrg-b-xxl-292 {
		margin-bottom: 292px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-292 {
		margin-top: 292px !important;
		margin-bottom: 292px !important;
	}
	
	.mrg-t-xxxxl-292 {
		margin-top: 292px !important;
	}
	
	.mrg-b-xxxxl-292 {
		margin-bottom: 292px !important;
	}
}

.mrg-y-293 {
	margin-top: 293px !important;
	margin-bottom: 293px !important;
}

.mrg-t-293 {
	margin-top: 293px !important;
}

.mrg-b-293 {
	margin-bottom: 293px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-293 {
		margin-top: 293px !important;
		margin-bottom: 293px !important;
	}
	
	.mrg-t-sm-293 {
		margin-top: 293px !important;
	}
	
	.mrg-b-sm-293 {
		margin-bottom: 293px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-293 {
		margin-top: 293px !important;
		margin-bottom: 293px !important;
	}
	
	.mrg-t-lg-293 {
		margin-top: 293px !important;
	}
	
	.mrg-b-lg-293 {
		margin-bottom: 293px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-293 {
		margin-top: 293px !important;
		margin-bottom: 293px !important;
	}
	
	.mrg-t-xxl-293 {
		margin-top: 293px !important;
	}
	
	.mrg-b-xxl-293 {
		margin-bottom: 293px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-293 {
		margin-top: 293px !important;
		margin-bottom: 293px !important;
	}
	
	.mrg-t-xxxxl-293 {
		margin-top: 293px !important;
	}
	
	.mrg-b-xxxxl-293 {
		margin-bottom: 293px !important;
	}
}

.mrg-y-294 {
	margin-top: 294px !important;
	margin-bottom: 294px !important;
}

.mrg-t-294 {
	margin-top: 294px !important;
}

.mrg-b-294 {
	margin-bottom: 294px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-294 {
		margin-top: 294px !important;
		margin-bottom: 294px !important;
	}
	
	.mrg-t-sm-294 {
		margin-top: 294px !important;
	}
	
	.mrg-b-sm-294 {
		margin-bottom: 294px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-294 {
		margin-top: 294px !important;
		margin-bottom: 294px !important;
	}
	
	.mrg-t-lg-294 {
		margin-top: 294px !important;
	}
	
	.mrg-b-lg-294 {
		margin-bottom: 294px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-294 {
		margin-top: 294px !important;
		margin-bottom: 294px !important;
	}
	
	.mrg-t-xxl-294 {
		margin-top: 294px !important;
	}
	
	.mrg-b-xxl-294 {
		margin-bottom: 294px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-294 {
		margin-top: 294px !important;
		margin-bottom: 294px !important;
	}
	
	.mrg-t-xxxxl-294 {
		margin-top: 294px !important;
	}
	
	.mrg-b-xxxxl-294 {
		margin-bottom: 294px !important;
	}
}

.mrg-y-295 {
	margin-top: 295px !important;
	margin-bottom: 295px !important;
}

.mrg-t-295 {
	margin-top: 295px !important;
}

.mrg-b-295 {
	margin-bottom: 295px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-295 {
		margin-top: 295px !important;
		margin-bottom: 295px !important;
	}
	
	.mrg-t-sm-295 {
		margin-top: 295px !important;
	}
	
	.mrg-b-sm-295 {
		margin-bottom: 295px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-295 {
		margin-top: 295px !important;
		margin-bottom: 295px !important;
	}
	
	.mrg-t-lg-295 {
		margin-top: 295px !important;
	}
	
	.mrg-b-lg-295 {
		margin-bottom: 295px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-295 {
		margin-top: 295px !important;
		margin-bottom: 295px !important;
	}
	
	.mrg-t-xxl-295 {
		margin-top: 295px !important;
	}
	
	.mrg-b-xxl-295 {
		margin-bottom: 295px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-295 {
		margin-top: 295px !important;
		margin-bottom: 295px !important;
	}
	
	.mrg-t-xxxxl-295 {
		margin-top: 295px !important;
	}
	
	.mrg-b-xxxxl-295 {
		margin-bottom: 295px !important;
	}
}

.mrg-y-296 {
	margin-top: 296px !important;
	margin-bottom: 296px !important;
}

.mrg-t-296 {
	margin-top: 296px !important;
}

.mrg-b-296 {
	margin-bottom: 296px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-296 {
		margin-top: 296px !important;
		margin-bottom: 296px !important;
	}
	
	.mrg-t-sm-296 {
		margin-top: 296px !important;
	}
	
	.mrg-b-sm-296 {
		margin-bottom: 296px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-296 {
		margin-top: 296px !important;
		margin-bottom: 296px !important;
	}
	
	.mrg-t-lg-296 {
		margin-top: 296px !important;
	}
	
	.mrg-b-lg-296 {
		margin-bottom: 296px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-296 {
		margin-top: 296px !important;
		margin-bottom: 296px !important;
	}
	
	.mrg-t-xxl-296 {
		margin-top: 296px !important;
	}
	
	.mrg-b-xxl-296 {
		margin-bottom: 296px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-296 {
		margin-top: 296px !important;
		margin-bottom: 296px !important;
	}
	
	.mrg-t-xxxxl-296 {
		margin-top: 296px !important;
	}
	
	.mrg-b-xxxxl-296 {
		margin-bottom: 296px !important;
	}
}

.mrg-y-297 {
	margin-top: 297px !important;
	margin-bottom: 297px !important;
}

.mrg-t-297 {
	margin-top: 297px !important;
}

.mrg-b-297 {
	margin-bottom: 297px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-297 {
		margin-top: 297px !important;
		margin-bottom: 297px !important;
	}
	
	.mrg-t-sm-297 {
		margin-top: 297px !important;
	}
	
	.mrg-b-sm-297 {
		margin-bottom: 297px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-297 {
		margin-top: 297px !important;
		margin-bottom: 297px !important;
	}
	
	.mrg-t-lg-297 {
		margin-top: 297px !important;
	}
	
	.mrg-b-lg-297 {
		margin-bottom: 297px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-297 {
		margin-top: 297px !important;
		margin-bottom: 297px !important;
	}
	
	.mrg-t-xxl-297 {
		margin-top: 297px !important;
	}
	
	.mrg-b-xxl-297 {
		margin-bottom: 297px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-297 {
		margin-top: 297px !important;
		margin-bottom: 297px !important;
	}
	
	.mrg-t-xxxxl-297 {
		margin-top: 297px !important;
	}
	
	.mrg-b-xxxxl-297 {
		margin-bottom: 297px !important;
	}
}

.mrg-y-298 {
	margin-top: 298px !important;
	margin-bottom: 298px !important;
}

.mrg-t-298 {
	margin-top: 298px !important;
}

.mrg-b-298 {
	margin-bottom: 298px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-298 {
		margin-top: 298px !important;
		margin-bottom: 298px !important;
	}
	
	.mrg-t-sm-298 {
		margin-top: 298px !important;
	}
	
	.mrg-b-sm-298 {
		margin-bottom: 298px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-298 {
		margin-top: 298px !important;
		margin-bottom: 298px !important;
	}
	
	.mrg-t-lg-298 {
		margin-top: 298px !important;
	}
	
	.mrg-b-lg-298 {
		margin-bottom: 298px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-298 {
		margin-top: 298px !important;
		margin-bottom: 298px !important;
	}
	
	.mrg-t-xxl-298 {
		margin-top: 298px !important;
	}
	
	.mrg-b-xxl-298 {
		margin-bottom: 298px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-298 {
		margin-top: 298px !important;
		margin-bottom: 298px !important;
	}
	
	.mrg-t-xxxxl-298 {
		margin-top: 298px !important;
	}
	
	.mrg-b-xxxxl-298 {
		margin-bottom: 298px !important;
	}
}

.mrg-y-299 {
	margin-top: 299px !important;
	margin-bottom: 299px !important;
}

.mrg-t-299 {
	margin-top: 299px !important;
}

.mrg-b-299 {
	margin-bottom: 299px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-299 {
		margin-top: 299px !important;
		margin-bottom: 299px !important;
	}
	
	.mrg-t-sm-299 {
		margin-top: 299px !important;
	}
	
	.mrg-b-sm-299 {
		margin-bottom: 299px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-299 {
		margin-top: 299px !important;
		margin-bottom: 299px !important;
	}
	
	.mrg-t-lg-299 {
		margin-top: 299px !important;
	}
	
	.mrg-b-lg-299 {
		margin-bottom: 299px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-299 {
		margin-top: 299px !important;
		margin-bottom: 299px !important;
	}
	
	.mrg-t-xxl-299 {
		margin-top: 299px !important;
	}
	
	.mrg-b-xxl-299 {
		margin-bottom: 299px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-299 {
		margin-top: 299px !important;
		margin-bottom: 299px !important;
	}
	
	.mrg-t-xxxxl-299 {
		margin-top: 299px !important;
	}
	
	.mrg-b-xxxxl-299 {
		margin-bottom: 299px !important;
	}
}

.mrg-y-300 {
	margin-top: 300px !important;
	margin-bottom: 300px !important;
}

.mrg-t-300 {
	margin-top: 300px !important;
}

.mrg-b-300 {
	margin-bottom: 300px !important;
}

@media (min-width: 576px) {
	.mrg-y-sm-300 {
		margin-top: 300px !important;
		margin-bottom: 300px !important;
	}
	
	.mrg-t-sm-300 {
		margin-top: 300px !important;
	}
	
	.mrg-b-sm-300 {
		margin-bottom: 300px !important;
	}
}

@media (min-width: 991px) {
	.mrg-y-lg-300 {
		margin-top: 300px !important;
		margin-bottom: 300px !important;
	}
	
	.mrg-t-lg-300 {
		margin-top: 300px !important;
	}
	
	.mrg-b-lg-300 {
		margin-bottom: 300px !important;
	}
}

@media (min-width: 1440px) {
	.mrg-y-xxl-300 {
		margin-top: 300px !important;
		margin-bottom: 300px !important;
	}
	
	.mrg-t-xxl-300 {
		margin-top: 300px !important;
	}
	
	.mrg-b-xxl-300 {
		margin-bottom: 300px !important;
	}
}

@media (min-width: 1920px) {
	.mrg-y-xxxxl-300 {
		margin-top: 300px !important;
		margin-bottom: 300px !important;
	}
	
	.mrg-t-xxxxl-300 {
		margin-top: 300px !important;
	}
	
	.mrg-b-xxxxl-300 {
		margin-bottom: 300px !important;
	}
}

.gap-0 {
	gap: 0px !important;
}

@media (min-width: 576px) {
	.gap-sm-0 {
		gap: 0px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-0 {
		gap: 0px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-0 {
		gap: 0px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-0 {
		gap: 0px !important;
	}
}

.gap-1 {
	gap: 1px !important;
}

@media (min-width: 576px) {
	.gap-sm-1 {
		gap: 1px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-1 {
		gap: 1px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-1 {
		gap: 1px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-1 {
		gap: 1px !important;
	}
}

.gap-2 {
	gap: 2px !important;
}

@media (min-width: 576px) {
	.gap-sm-2 {
		gap: 2px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-2 {
		gap: 2px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-2 {
		gap: 2px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-2 {
		gap: 2px !important;
	}
}

.gap-3 {
	gap: 3px !important;
}

@media (min-width: 576px) {
	.gap-sm-3 {
		gap: 3px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-3 {
		gap: 3px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-3 {
		gap: 3px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-3 {
		gap: 3px !important;
	}
}

.gap-4 {
	gap: 4px !important;
}

@media (min-width: 576px) {
	.gap-sm-4 {
		gap: 4px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-4 {
		gap: 4px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-4 {
		gap: 4px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-4 {
		gap: 4px !important;
	}
}

.gap-5 {
	gap: 5px !important;
}

@media (min-width: 576px) {
	.gap-sm-5 {
		gap: 5px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-5 {
		gap: 5px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-5 {
		gap: 5px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-5 {
		gap: 5px !important;
	}
}

.gap-6 {
	gap: 6px !important;
}

@media (min-width: 576px) {
	.gap-sm-6 {
		gap: 6px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-6 {
		gap: 6px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-6 {
		gap: 6px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-6 {
		gap: 6px !important;
	}
}

.gap-7 {
	gap: 7px !important;
}

@media (min-width: 576px) {
	.gap-sm-7 {
		gap: 7px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-7 {
		gap: 7px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-7 {
		gap: 7px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-7 {
		gap: 7px !important;
	}
}

.gap-8 {
	gap: 8px !important;
}

@media (min-width: 576px) {
	.gap-sm-8 {
		gap: 8px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-8 {
		gap: 8px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-8 {
		gap: 8px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-8 {
		gap: 8px !important;
	}
}

.gap-9 {
	gap: 9px !important;
}

@media (min-width: 576px) {
	.gap-sm-9 {
		gap: 9px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-9 {
		gap: 9px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-9 {
		gap: 9px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-9 {
		gap: 9px !important;
	}
}

.gap-10 {
	gap: 10px !important;
}

@media (min-width: 576px) {
	.gap-sm-10 {
		gap: 10px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-10 {
		gap: 10px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-10 {
		gap: 10px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-10 {
		gap: 10px !important;
	}
}

.gap-11 {
	gap: 11px !important;
}

@media (min-width: 576px) {
	.gap-sm-11 {
		gap: 11px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-11 {
		gap: 11px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-11 {
		gap: 11px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-11 {
		gap: 11px !important;
	}
}

.gap-12 {
	gap: 12px !important;
}

@media (min-width: 576px) {
	.gap-sm-12 {
		gap: 12px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-12 {
		gap: 12px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-12 {
		gap: 12px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-12 {
		gap: 12px !important;
	}
}

.gap-13 {
	gap: 13px !important;
}

@media (min-width: 576px) {
	.gap-sm-13 {
		gap: 13px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-13 {
		gap: 13px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-13 {
		gap: 13px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-13 {
		gap: 13px !important;
	}
}

.gap-14 {
	gap: 14px !important;
}

@media (min-width: 576px) {
	.gap-sm-14 {
		gap: 14px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-14 {
		gap: 14px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-14 {
		gap: 14px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-14 {
		gap: 14px !important;
	}
}

.gap-15 {
	gap: 15px !important;
}

@media (min-width: 576px) {
	.gap-sm-15 {
		gap: 15px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-15 {
		gap: 15px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-15 {
		gap: 15px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-15 {
		gap: 15px !important;
	}
}

.gap-16 {
	gap: 16px !important;
}

@media (min-width: 576px) {
	.gap-sm-16 {
		gap: 16px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-16 {
		gap: 16px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-16 {
		gap: 16px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-16 {
		gap: 16px !important;
	}
}

.gap-17 {
	gap: 17px !important;
}

@media (min-width: 576px) {
	.gap-sm-17 {
		gap: 17px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-17 {
		gap: 17px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-17 {
		gap: 17px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-17 {
		gap: 17px !important;
	}
}

.gap-18 {
	gap: 18px !important;
}

@media (min-width: 576px) {
	.gap-sm-18 {
		gap: 18px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-18 {
		gap: 18px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-18 {
		gap: 18px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-18 {
		gap: 18px !important;
	}
}

.gap-19 {
	gap: 19px !important;
}

@media (min-width: 576px) {
	.gap-sm-19 {
		gap: 19px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-19 {
		gap: 19px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-19 {
		gap: 19px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-19 {
		gap: 19px !important;
	}
}

.gap-20 {
	gap: 20px !important;
}

@media (min-width: 576px) {
	.gap-sm-20 {
		gap: 20px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-20 {
		gap: 20px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-20 {
		gap: 20px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-20 {
		gap: 20px !important;
	}
}

.gap-21 {
	gap: 21px !important;
}

@media (min-width: 576px) {
	.gap-sm-21 {
		gap: 21px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-21 {
		gap: 21px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-21 {
		gap: 21px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-21 {
		gap: 21px !important;
	}
}

.gap-22 {
	gap: 22px !important;
}

@media (min-width: 576px) {
	.gap-sm-22 {
		gap: 22px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-22 {
		gap: 22px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-22 {
		gap: 22px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-22 {
		gap: 22px !important;
	}
}

.gap-23 {
	gap: 23px !important;
}

@media (min-width: 576px) {
	.gap-sm-23 {
		gap: 23px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-23 {
		gap: 23px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-23 {
		gap: 23px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-23 {
		gap: 23px !important;
	}
}

.gap-24 {
	gap: 24px !important;
}

@media (min-width: 576px) {
	.gap-sm-24 {
		gap: 24px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-24 {
		gap: 24px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-24 {
		gap: 24px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-24 {
		gap: 24px !important;
	}
}

.gap-25 {
	gap: 25px !important;
}

@media (min-width: 576px) {
	.gap-sm-25 {
		gap: 25px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-25 {
		gap: 25px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-25 {
		gap: 25px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-25 {
		gap: 25px !important;
	}
}

.gap-26 {
	gap: 26px !important;
}

@media (min-width: 576px) {
	.gap-sm-26 {
		gap: 26px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-26 {
		gap: 26px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-26 {
		gap: 26px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-26 {
		gap: 26px !important;
	}
}

.gap-27 {
	gap: 27px !important;
}

@media (min-width: 576px) {
	.gap-sm-27 {
		gap: 27px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-27 {
		gap: 27px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-27 {
		gap: 27px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-27 {
		gap: 27px !important;
	}
}

.gap-28 {
	gap: 28px !important;
}

@media (min-width: 576px) {
	.gap-sm-28 {
		gap: 28px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-28 {
		gap: 28px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-28 {
		gap: 28px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-28 {
		gap: 28px !important;
	}
}

.gap-29 {
	gap: 29px !important;
}

@media (min-width: 576px) {
	.gap-sm-29 {
		gap: 29px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-29 {
		gap: 29px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-29 {
		gap: 29px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-29 {
		gap: 29px !important;
	}
}

.gap-30 {
	gap: 30px !important;
}

@media (min-width: 576px) {
	.gap-sm-30 {
		gap: 30px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-30 {
		gap: 30px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-30 {
		gap: 30px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-30 {
		gap: 30px !important;
	}
}

.gap-31 {
	gap: 31px !important;
}

@media (min-width: 576px) {
	.gap-sm-31 {
		gap: 31px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-31 {
		gap: 31px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-31 {
		gap: 31px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-31 {
		gap: 31px !important;
	}
}

.gap-32 {
	gap: 32px !important;
}

@media (min-width: 576px) {
	.gap-sm-32 {
		gap: 32px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-32 {
		gap: 32px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-32 {
		gap: 32px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-32 {
		gap: 32px !important;
	}
}

.gap-33 {
	gap: 33px !important;
}

@media (min-width: 576px) {
	.gap-sm-33 {
		gap: 33px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-33 {
		gap: 33px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-33 {
		gap: 33px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-33 {
		gap: 33px !important;
	}
}

.gap-34 {
	gap: 34px !important;
}

@media (min-width: 576px) {
	.gap-sm-34 {
		gap: 34px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-34 {
		gap: 34px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-34 {
		gap: 34px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-34 {
		gap: 34px !important;
	}
}

.gap-35 {
	gap: 35px !important;
}

@media (min-width: 576px) {
	.gap-sm-35 {
		gap: 35px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-35 {
		gap: 35px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-35 {
		gap: 35px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-35 {
		gap: 35px !important;
	}
}

.gap-36 {
	gap: 36px !important;
}

@media (min-width: 576px) {
	.gap-sm-36 {
		gap: 36px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-36 {
		gap: 36px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-36 {
		gap: 36px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-36 {
		gap: 36px !important;
	}
}

.gap-37 {
	gap: 37px !important;
}

@media (min-width: 576px) {
	.gap-sm-37 {
		gap: 37px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-37 {
		gap: 37px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-37 {
		gap: 37px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-37 {
		gap: 37px !important;
	}
}

.gap-38 {
	gap: 38px !important;
}

@media (min-width: 576px) {
	.gap-sm-38 {
		gap: 38px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-38 {
		gap: 38px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-38 {
		gap: 38px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-38 {
		gap: 38px !important;
	}
}

.gap-39 {
	gap: 39px !important;
}

@media (min-width: 576px) {
	.gap-sm-39 {
		gap: 39px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-39 {
		gap: 39px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-39 {
		gap: 39px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-39 {
		gap: 39px !important;
	}
}

.gap-40 {
	gap: 40px !important;
}

@media (min-width: 576px) {
	.gap-sm-40 {
		gap: 40px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-40 {
		gap: 40px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-40 {
		gap: 40px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-40 {
		gap: 40px !important;
	}
}

.gap-41 {
	gap: 41px !important;
}

@media (min-width: 576px) {
	.gap-sm-41 {
		gap: 41px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-41 {
		gap: 41px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-41 {
		gap: 41px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-41 {
		gap: 41px !important;
	}
}

.gap-42 {
	gap: 42px !important;
}

@media (min-width: 576px) {
	.gap-sm-42 {
		gap: 42px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-42 {
		gap: 42px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-42 {
		gap: 42px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-42 {
		gap: 42px !important;
	}
}

.gap-43 {
	gap: 43px !important;
}

@media (min-width: 576px) {
	.gap-sm-43 {
		gap: 43px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-43 {
		gap: 43px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-43 {
		gap: 43px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-43 {
		gap: 43px !important;
	}
}

.gap-44 {
	gap: 44px !important;
}

@media (min-width: 576px) {
	.gap-sm-44 {
		gap: 44px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-44 {
		gap: 44px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-44 {
		gap: 44px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-44 {
		gap: 44px !important;
	}
}

.gap-45 {
	gap: 45px !important;
}

@media (min-width: 576px) {
	.gap-sm-45 {
		gap: 45px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-45 {
		gap: 45px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-45 {
		gap: 45px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-45 {
		gap: 45px !important;
	}
}

.gap-46 {
	gap: 46px !important;
}

@media (min-width: 576px) {
	.gap-sm-46 {
		gap: 46px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-46 {
		gap: 46px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-46 {
		gap: 46px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-46 {
		gap: 46px !important;
	}
}

.gap-47 {
	gap: 47px !important;
}

@media (min-width: 576px) {
	.gap-sm-47 {
		gap: 47px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-47 {
		gap: 47px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-47 {
		gap: 47px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-47 {
		gap: 47px !important;
	}
}

.gap-48 {
	gap: 48px !important;
}

@media (min-width: 576px) {
	.gap-sm-48 {
		gap: 48px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-48 {
		gap: 48px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-48 {
		gap: 48px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-48 {
		gap: 48px !important;
	}
}

.gap-49 {
	gap: 49px !important;
}

@media (min-width: 576px) {
	.gap-sm-49 {
		gap: 49px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-49 {
		gap: 49px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-49 {
		gap: 49px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-49 {
		gap: 49px !important;
	}
}

.gap-50 {
	gap: 50px !important;
}

@media (min-width: 576px) {
	.gap-sm-50 {
		gap: 50px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-50 {
		gap: 50px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-50 {
		gap: 50px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-50 {
		gap: 50px !important;
	}
}

.gap-51 {
	gap: 51px !important;
}

@media (min-width: 576px) {
	.gap-sm-51 {
		gap: 51px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-51 {
		gap: 51px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-51 {
		gap: 51px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-51 {
		gap: 51px !important;
	}
}

.gap-52 {
	gap: 52px !important;
}

@media (min-width: 576px) {
	.gap-sm-52 {
		gap: 52px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-52 {
		gap: 52px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-52 {
		gap: 52px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-52 {
		gap: 52px !important;
	}
}

.gap-53 {
	gap: 53px !important;
}

@media (min-width: 576px) {
	.gap-sm-53 {
		gap: 53px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-53 {
		gap: 53px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-53 {
		gap: 53px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-53 {
		gap: 53px !important;
	}
}

.gap-54 {
	gap: 54px !important;
}

@media (min-width: 576px) {
	.gap-sm-54 {
		gap: 54px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-54 {
		gap: 54px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-54 {
		gap: 54px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-54 {
		gap: 54px !important;
	}
}

.gap-55 {
	gap: 55px !important;
}

@media (min-width: 576px) {
	.gap-sm-55 {
		gap: 55px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-55 {
		gap: 55px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-55 {
		gap: 55px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-55 {
		gap: 55px !important;
	}
}

.gap-56 {
	gap: 56px !important;
}

@media (min-width: 576px) {
	.gap-sm-56 {
		gap: 56px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-56 {
		gap: 56px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-56 {
		gap: 56px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-56 {
		gap: 56px !important;
	}
}

.gap-57 {
	gap: 57px !important;
}

@media (min-width: 576px) {
	.gap-sm-57 {
		gap: 57px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-57 {
		gap: 57px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-57 {
		gap: 57px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-57 {
		gap: 57px !important;
	}
}

.gap-58 {
	gap: 58px !important;
}

@media (min-width: 576px) {
	.gap-sm-58 {
		gap: 58px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-58 {
		gap: 58px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-58 {
		gap: 58px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-58 {
		gap: 58px !important;
	}
}

.gap-59 {
	gap: 59px !important;
}

@media (min-width: 576px) {
	.gap-sm-59 {
		gap: 59px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-59 {
		gap: 59px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-59 {
		gap: 59px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-59 {
		gap: 59px !important;
	}
}

.gap-60 {
	gap: 60px !important;
}

@media (min-width: 576px) {
	.gap-sm-60 {
		gap: 60px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-60 {
		gap: 60px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-60 {
		gap: 60px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-60 {
		gap: 60px !important;
	}
}

.gap-61 {
	gap: 61px !important;
}

@media (min-width: 576px) {
	.gap-sm-61 {
		gap: 61px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-61 {
		gap: 61px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-61 {
		gap: 61px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-61 {
		gap: 61px !important;
	}
}

.gap-62 {
	gap: 62px !important;
}

@media (min-width: 576px) {
	.gap-sm-62 {
		gap: 62px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-62 {
		gap: 62px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-62 {
		gap: 62px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-62 {
		gap: 62px !important;
	}
}

.gap-63 {
	gap: 63px !important;
}

@media (min-width: 576px) {
	.gap-sm-63 {
		gap: 63px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-63 {
		gap: 63px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-63 {
		gap: 63px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-63 {
		gap: 63px !important;
	}
}

.gap-64 {
	gap: 64px !important;
}

@media (min-width: 576px) {
	.gap-sm-64 {
		gap: 64px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-64 {
		gap: 64px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-64 {
		gap: 64px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-64 {
		gap: 64px !important;
	}
}

.gap-65 {
	gap: 65px !important;
}

@media (min-width: 576px) {
	.gap-sm-65 {
		gap: 65px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-65 {
		gap: 65px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-65 {
		gap: 65px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-65 {
		gap: 65px !important;
	}
}

.gap-66 {
	gap: 66px !important;
}

@media (min-width: 576px) {
	.gap-sm-66 {
		gap: 66px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-66 {
		gap: 66px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-66 {
		gap: 66px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-66 {
		gap: 66px !important;
	}
}

.gap-67 {
	gap: 67px !important;
}

@media (min-width: 576px) {
	.gap-sm-67 {
		gap: 67px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-67 {
		gap: 67px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-67 {
		gap: 67px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-67 {
		gap: 67px !important;
	}
}

.gap-68 {
	gap: 68px !important;
}

@media (min-width: 576px) {
	.gap-sm-68 {
		gap: 68px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-68 {
		gap: 68px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-68 {
		gap: 68px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-68 {
		gap: 68px !important;
	}
}

.gap-69 {
	gap: 69px !important;
}

@media (min-width: 576px) {
	.gap-sm-69 {
		gap: 69px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-69 {
		gap: 69px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-69 {
		gap: 69px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-69 {
		gap: 69px !important;
	}
}

.gap-70 {
	gap: 70px !important;
}

@media (min-width: 576px) {
	.gap-sm-70 {
		gap: 70px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-70 {
		gap: 70px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-70 {
		gap: 70px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-70 {
		gap: 70px !important;
	}
}

.gap-71 {
	gap: 71px !important;
}

@media (min-width: 576px) {
	.gap-sm-71 {
		gap: 71px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-71 {
		gap: 71px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-71 {
		gap: 71px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-71 {
		gap: 71px !important;
	}
}

.gap-72 {
	gap: 72px !important;
}

@media (min-width: 576px) {
	.gap-sm-72 {
		gap: 72px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-72 {
		gap: 72px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-72 {
		gap: 72px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-72 {
		gap: 72px !important;
	}
}

.gap-73 {
	gap: 73px !important;
}

@media (min-width: 576px) {
	.gap-sm-73 {
		gap: 73px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-73 {
		gap: 73px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-73 {
		gap: 73px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-73 {
		gap: 73px !important;
	}
}

.gap-74 {
	gap: 74px !important;
}

@media (min-width: 576px) {
	.gap-sm-74 {
		gap: 74px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-74 {
		gap: 74px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-74 {
		gap: 74px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-74 {
		gap: 74px !important;
	}
}

.gap-75 {
	gap: 75px !important;
}

@media (min-width: 576px) {
	.gap-sm-75 {
		gap: 75px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-75 {
		gap: 75px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-75 {
		gap: 75px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-75 {
		gap: 75px !important;
	}
}

.gap-76 {
	gap: 76px !important;
}

@media (min-width: 576px) {
	.gap-sm-76 {
		gap: 76px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-76 {
		gap: 76px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-76 {
		gap: 76px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-76 {
		gap: 76px !important;
	}
}

.gap-77 {
	gap: 77px !important;
}

@media (min-width: 576px) {
	.gap-sm-77 {
		gap: 77px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-77 {
		gap: 77px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-77 {
		gap: 77px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-77 {
		gap: 77px !important;
	}
}

.gap-78 {
	gap: 78px !important;
}

@media (min-width: 576px) {
	.gap-sm-78 {
		gap: 78px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-78 {
		gap: 78px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-78 {
		gap: 78px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-78 {
		gap: 78px !important;
	}
}

.gap-79 {
	gap: 79px !important;
}

@media (min-width: 576px) {
	.gap-sm-79 {
		gap: 79px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-79 {
		gap: 79px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-79 {
		gap: 79px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-79 {
		gap: 79px !important;
	}
}

.gap-80 {
	gap: 80px !important;
}

@media (min-width: 576px) {
	.gap-sm-80 {
		gap: 80px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-80 {
		gap: 80px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-80 {
		gap: 80px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-80 {
		gap: 80px !important;
	}
}

.gap-81 {
	gap: 81px !important;
}

@media (min-width: 576px) {
	.gap-sm-81 {
		gap: 81px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-81 {
		gap: 81px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-81 {
		gap: 81px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-81 {
		gap: 81px !important;
	}
}

.gap-82 {
	gap: 82px !important;
}

@media (min-width: 576px) {
	.gap-sm-82 {
		gap: 82px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-82 {
		gap: 82px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-82 {
		gap: 82px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-82 {
		gap: 82px !important;
	}
}

.gap-83 {
	gap: 83px !important;
}

@media (min-width: 576px) {
	.gap-sm-83 {
		gap: 83px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-83 {
		gap: 83px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-83 {
		gap: 83px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-83 {
		gap: 83px !important;
	}
}

.gap-84 {
	gap: 84px !important;
}

@media (min-width: 576px) {
	.gap-sm-84 {
		gap: 84px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-84 {
		gap: 84px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-84 {
		gap: 84px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-84 {
		gap: 84px !important;
	}
}

.gap-85 {
	gap: 85px !important;
}

@media (min-width: 576px) {
	.gap-sm-85 {
		gap: 85px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-85 {
		gap: 85px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-85 {
		gap: 85px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-85 {
		gap: 85px !important;
	}
}

.gap-86 {
	gap: 86px !important;
}

@media (min-width: 576px) {
	.gap-sm-86 {
		gap: 86px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-86 {
		gap: 86px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-86 {
		gap: 86px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-86 {
		gap: 86px !important;
	}
}

.gap-87 {
	gap: 87px !important;
}

@media (min-width: 576px) {
	.gap-sm-87 {
		gap: 87px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-87 {
		gap: 87px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-87 {
		gap: 87px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-87 {
		gap: 87px !important;
	}
}

.gap-88 {
	gap: 88px !important;
}

@media (min-width: 576px) {
	.gap-sm-88 {
		gap: 88px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-88 {
		gap: 88px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-88 {
		gap: 88px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-88 {
		gap: 88px !important;
	}
}

.gap-89 {
	gap: 89px !important;
}

@media (min-width: 576px) {
	.gap-sm-89 {
		gap: 89px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-89 {
		gap: 89px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-89 {
		gap: 89px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-89 {
		gap: 89px !important;
	}
}

.gap-90 {
	gap: 90px !important;
}

@media (min-width: 576px) {
	.gap-sm-90 {
		gap: 90px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-90 {
		gap: 90px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-90 {
		gap: 90px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-90 {
		gap: 90px !important;
	}
}

.gap-91 {
	gap: 91px !important;
}

@media (min-width: 576px) {
	.gap-sm-91 {
		gap: 91px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-91 {
		gap: 91px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-91 {
		gap: 91px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-91 {
		gap: 91px !important;
	}
}

.gap-92 {
	gap: 92px !important;
}

@media (min-width: 576px) {
	.gap-sm-92 {
		gap: 92px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-92 {
		gap: 92px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-92 {
		gap: 92px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-92 {
		gap: 92px !important;
	}
}

.gap-93 {
	gap: 93px !important;
}

@media (min-width: 576px) {
	.gap-sm-93 {
		gap: 93px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-93 {
		gap: 93px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-93 {
		gap: 93px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-93 {
		gap: 93px !important;
	}
}

.gap-94 {
	gap: 94px !important;
}

@media (min-width: 576px) {
	.gap-sm-94 {
		gap: 94px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-94 {
		gap: 94px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-94 {
		gap: 94px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-94 {
		gap: 94px !important;
	}
}

.gap-95 {
	gap: 95px !important;
}

@media (min-width: 576px) {
	.gap-sm-95 {
		gap: 95px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-95 {
		gap: 95px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-95 {
		gap: 95px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-95 {
		gap: 95px !important;
	}
}

.gap-96 {
	gap: 96px !important;
}

@media (min-width: 576px) {
	.gap-sm-96 {
		gap: 96px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-96 {
		gap: 96px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-96 {
		gap: 96px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-96 {
		gap: 96px !important;
	}
}

.gap-97 {
	gap: 97px !important;
}

@media (min-width: 576px) {
	.gap-sm-97 {
		gap: 97px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-97 {
		gap: 97px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-97 {
		gap: 97px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-97 {
		gap: 97px !important;
	}
}

.gap-98 {
	gap: 98px !important;
}

@media (min-width: 576px) {
	.gap-sm-98 {
		gap: 98px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-98 {
		gap: 98px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-98 {
		gap: 98px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-98 {
		gap: 98px !important;
	}
}

.gap-99 {
	gap: 99px !important;
}

@media (min-width: 576px) {
	.gap-sm-99 {
		gap: 99px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-99 {
		gap: 99px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-99 {
		gap: 99px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-99 {
		gap: 99px !important;
	}
}

.gap-100 {
	gap: 100px !important;
}

@media (min-width: 576px) {
	.gap-sm-100 {
		gap: 100px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-100 {
		gap: 100px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-100 {
		gap: 100px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-100 {
		gap: 100px !important;
	}
}

.gap-101 {
	gap: 101px !important;
}

@media (min-width: 576px) {
	.gap-sm-101 {
		gap: 101px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-101 {
		gap: 101px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-101 {
		gap: 101px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-101 {
		gap: 101px !important;
	}
}

.gap-102 {
	gap: 102px !important;
}

@media (min-width: 576px) {
	.gap-sm-102 {
		gap: 102px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-102 {
		gap: 102px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-102 {
		gap: 102px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-102 {
		gap: 102px !important;
	}
}

.gap-103 {
	gap: 103px !important;
}

@media (min-width: 576px) {
	.gap-sm-103 {
		gap: 103px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-103 {
		gap: 103px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-103 {
		gap: 103px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-103 {
		gap: 103px !important;
	}
}

.gap-104 {
	gap: 104px !important;
}

@media (min-width: 576px) {
	.gap-sm-104 {
		gap: 104px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-104 {
		gap: 104px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-104 {
		gap: 104px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-104 {
		gap: 104px !important;
	}
}

.gap-105 {
	gap: 105px !important;
}

@media (min-width: 576px) {
	.gap-sm-105 {
		gap: 105px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-105 {
		gap: 105px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-105 {
		gap: 105px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-105 {
		gap: 105px !important;
	}
}

.gap-106 {
	gap: 106px !important;
}

@media (min-width: 576px) {
	.gap-sm-106 {
		gap: 106px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-106 {
		gap: 106px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-106 {
		gap: 106px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-106 {
		gap: 106px !important;
	}
}

.gap-107 {
	gap: 107px !important;
}

@media (min-width: 576px) {
	.gap-sm-107 {
		gap: 107px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-107 {
		gap: 107px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-107 {
		gap: 107px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-107 {
		gap: 107px !important;
	}
}

.gap-108 {
	gap: 108px !important;
}

@media (min-width: 576px) {
	.gap-sm-108 {
		gap: 108px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-108 {
		gap: 108px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-108 {
		gap: 108px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-108 {
		gap: 108px !important;
	}
}

.gap-109 {
	gap: 109px !important;
}

@media (min-width: 576px) {
	.gap-sm-109 {
		gap: 109px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-109 {
		gap: 109px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-109 {
		gap: 109px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-109 {
		gap: 109px !important;
	}
}

.gap-110 {
	gap: 110px !important;
}

@media (min-width: 576px) {
	.gap-sm-110 {
		gap: 110px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-110 {
		gap: 110px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-110 {
		gap: 110px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-110 {
		gap: 110px !important;
	}
}

.gap-111 {
	gap: 111px !important;
}

@media (min-width: 576px) {
	.gap-sm-111 {
		gap: 111px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-111 {
		gap: 111px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-111 {
		gap: 111px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-111 {
		gap: 111px !important;
	}
}

.gap-112 {
	gap: 112px !important;
}

@media (min-width: 576px) {
	.gap-sm-112 {
		gap: 112px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-112 {
		gap: 112px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-112 {
		gap: 112px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-112 {
		gap: 112px !important;
	}
}

.gap-113 {
	gap: 113px !important;
}

@media (min-width: 576px) {
	.gap-sm-113 {
		gap: 113px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-113 {
		gap: 113px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-113 {
		gap: 113px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-113 {
		gap: 113px !important;
	}
}

.gap-114 {
	gap: 114px !important;
}

@media (min-width: 576px) {
	.gap-sm-114 {
		gap: 114px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-114 {
		gap: 114px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-114 {
		gap: 114px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-114 {
		gap: 114px !important;
	}
}

.gap-115 {
	gap: 115px !important;
}

@media (min-width: 576px) {
	.gap-sm-115 {
		gap: 115px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-115 {
		gap: 115px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-115 {
		gap: 115px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-115 {
		gap: 115px !important;
	}
}

.gap-116 {
	gap: 116px !important;
}

@media (min-width: 576px) {
	.gap-sm-116 {
		gap: 116px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-116 {
		gap: 116px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-116 {
		gap: 116px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-116 {
		gap: 116px !important;
	}
}

.gap-117 {
	gap: 117px !important;
}

@media (min-width: 576px) {
	.gap-sm-117 {
		gap: 117px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-117 {
		gap: 117px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-117 {
		gap: 117px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-117 {
		gap: 117px !important;
	}
}

.gap-118 {
	gap: 118px !important;
}

@media (min-width: 576px) {
	.gap-sm-118 {
		gap: 118px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-118 {
		gap: 118px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-118 {
		gap: 118px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-118 {
		gap: 118px !important;
	}
}

.gap-119 {
	gap: 119px !important;
}

@media (min-width: 576px) {
	.gap-sm-119 {
		gap: 119px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-119 {
		gap: 119px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-119 {
		gap: 119px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-119 {
		gap: 119px !important;
	}
}

.gap-120 {
	gap: 120px !important;
}

@media (min-width: 576px) {
	.gap-sm-120 {
		gap: 120px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-120 {
		gap: 120px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-120 {
		gap: 120px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-120 {
		gap: 120px !important;
	}
}

.gap-121 {
	gap: 121px !important;
}

@media (min-width: 576px) {
	.gap-sm-121 {
		gap: 121px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-121 {
		gap: 121px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-121 {
		gap: 121px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-121 {
		gap: 121px !important;
	}
}

.gap-122 {
	gap: 122px !important;
}

@media (min-width: 576px) {
	.gap-sm-122 {
		gap: 122px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-122 {
		gap: 122px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-122 {
		gap: 122px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-122 {
		gap: 122px !important;
	}
}

.gap-123 {
	gap: 123px !important;
}

@media (min-width: 576px) {
	.gap-sm-123 {
		gap: 123px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-123 {
		gap: 123px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-123 {
		gap: 123px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-123 {
		gap: 123px !important;
	}
}

.gap-124 {
	gap: 124px !important;
}

@media (min-width: 576px) {
	.gap-sm-124 {
		gap: 124px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-124 {
		gap: 124px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-124 {
		gap: 124px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-124 {
		gap: 124px !important;
	}
}

.gap-125 {
	gap: 125px !important;
}

@media (min-width: 576px) {
	.gap-sm-125 {
		gap: 125px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-125 {
		gap: 125px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-125 {
		gap: 125px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-125 {
		gap: 125px !important;
	}
}

.gap-126 {
	gap: 126px !important;
}

@media (min-width: 576px) {
	.gap-sm-126 {
		gap: 126px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-126 {
		gap: 126px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-126 {
		gap: 126px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-126 {
		gap: 126px !important;
	}
}

.gap-127 {
	gap: 127px !important;
}

@media (min-width: 576px) {
	.gap-sm-127 {
		gap: 127px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-127 {
		gap: 127px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-127 {
		gap: 127px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-127 {
		gap: 127px !important;
	}
}

.gap-128 {
	gap: 128px !important;
}

@media (min-width: 576px) {
	.gap-sm-128 {
		gap: 128px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-128 {
		gap: 128px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-128 {
		gap: 128px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-128 {
		gap: 128px !important;
	}
}

.gap-129 {
	gap: 129px !important;
}

@media (min-width: 576px) {
	.gap-sm-129 {
		gap: 129px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-129 {
		gap: 129px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-129 {
		gap: 129px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-129 {
		gap: 129px !important;
	}
}

.gap-130 {
	gap: 130px !important;
}

@media (min-width: 576px) {
	.gap-sm-130 {
		gap: 130px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-130 {
		gap: 130px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-130 {
		gap: 130px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-130 {
		gap: 130px !important;
	}
}

.gap-131 {
	gap: 131px !important;
}

@media (min-width: 576px) {
	.gap-sm-131 {
		gap: 131px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-131 {
		gap: 131px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-131 {
		gap: 131px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-131 {
		gap: 131px !important;
	}
}

.gap-132 {
	gap: 132px !important;
}

@media (min-width: 576px) {
	.gap-sm-132 {
		gap: 132px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-132 {
		gap: 132px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-132 {
		gap: 132px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-132 {
		gap: 132px !important;
	}
}

.gap-133 {
	gap: 133px !important;
}

@media (min-width: 576px) {
	.gap-sm-133 {
		gap: 133px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-133 {
		gap: 133px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-133 {
		gap: 133px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-133 {
		gap: 133px !important;
	}
}

.gap-134 {
	gap: 134px !important;
}

@media (min-width: 576px) {
	.gap-sm-134 {
		gap: 134px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-134 {
		gap: 134px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-134 {
		gap: 134px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-134 {
		gap: 134px !important;
	}
}

.gap-135 {
	gap: 135px !important;
}

@media (min-width: 576px) {
	.gap-sm-135 {
		gap: 135px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-135 {
		gap: 135px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-135 {
		gap: 135px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-135 {
		gap: 135px !important;
	}
}

.gap-136 {
	gap: 136px !important;
}

@media (min-width: 576px) {
	.gap-sm-136 {
		gap: 136px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-136 {
		gap: 136px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-136 {
		gap: 136px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-136 {
		gap: 136px !important;
	}
}

.gap-137 {
	gap: 137px !important;
}

@media (min-width: 576px) {
	.gap-sm-137 {
		gap: 137px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-137 {
		gap: 137px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-137 {
		gap: 137px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-137 {
		gap: 137px !important;
	}
}

.gap-138 {
	gap: 138px !important;
}

@media (min-width: 576px) {
	.gap-sm-138 {
		gap: 138px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-138 {
		gap: 138px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-138 {
		gap: 138px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-138 {
		gap: 138px !important;
	}
}

.gap-139 {
	gap: 139px !important;
}

@media (min-width: 576px) {
	.gap-sm-139 {
		gap: 139px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-139 {
		gap: 139px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-139 {
		gap: 139px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-139 {
		gap: 139px !important;
	}
}

.gap-140 {
	gap: 140px !important;
}

@media (min-width: 576px) {
	.gap-sm-140 {
		gap: 140px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-140 {
		gap: 140px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-140 {
		gap: 140px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-140 {
		gap: 140px !important;
	}
}

.gap-141 {
	gap: 141px !important;
}

@media (min-width: 576px) {
	.gap-sm-141 {
		gap: 141px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-141 {
		gap: 141px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-141 {
		gap: 141px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-141 {
		gap: 141px !important;
	}
}

.gap-142 {
	gap: 142px !important;
}

@media (min-width: 576px) {
	.gap-sm-142 {
		gap: 142px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-142 {
		gap: 142px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-142 {
		gap: 142px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-142 {
		gap: 142px !important;
	}
}

.gap-143 {
	gap: 143px !important;
}

@media (min-width: 576px) {
	.gap-sm-143 {
		gap: 143px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-143 {
		gap: 143px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-143 {
		gap: 143px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-143 {
		gap: 143px !important;
	}
}

.gap-144 {
	gap: 144px !important;
}

@media (min-width: 576px) {
	.gap-sm-144 {
		gap: 144px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-144 {
		gap: 144px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-144 {
		gap: 144px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-144 {
		gap: 144px !important;
	}
}

.gap-145 {
	gap: 145px !important;
}

@media (min-width: 576px) {
	.gap-sm-145 {
		gap: 145px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-145 {
		gap: 145px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-145 {
		gap: 145px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-145 {
		gap: 145px !important;
	}
}

.gap-146 {
	gap: 146px !important;
}

@media (min-width: 576px) {
	.gap-sm-146 {
		gap: 146px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-146 {
		gap: 146px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-146 {
		gap: 146px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-146 {
		gap: 146px !important;
	}
}

.gap-147 {
	gap: 147px !important;
}

@media (min-width: 576px) {
	.gap-sm-147 {
		gap: 147px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-147 {
		gap: 147px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-147 {
		gap: 147px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-147 {
		gap: 147px !important;
	}
}

.gap-148 {
	gap: 148px !important;
}

@media (min-width: 576px) {
	.gap-sm-148 {
		gap: 148px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-148 {
		gap: 148px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-148 {
		gap: 148px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-148 {
		gap: 148px !important;
	}
}

.gap-149 {
	gap: 149px !important;
}

@media (min-width: 576px) {
	.gap-sm-149 {
		gap: 149px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-149 {
		gap: 149px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-149 {
		gap: 149px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-149 {
		gap: 149px !important;
	}
}

.gap-150 {
	gap: 150px !important;
}

@media (min-width: 576px) {
	.gap-sm-150 {
		gap: 150px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-150 {
		gap: 150px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-150 {
		gap: 150px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-150 {
		gap: 150px !important;
	}
}

.gap-151 {
	gap: 151px !important;
}

@media (min-width: 576px) {
	.gap-sm-151 {
		gap: 151px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-151 {
		gap: 151px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-151 {
		gap: 151px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-151 {
		gap: 151px !important;
	}
}

.gap-152 {
	gap: 152px !important;
}

@media (min-width: 576px) {
	.gap-sm-152 {
		gap: 152px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-152 {
		gap: 152px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-152 {
		gap: 152px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-152 {
		gap: 152px !important;
	}
}

.gap-153 {
	gap: 153px !important;
}

@media (min-width: 576px) {
	.gap-sm-153 {
		gap: 153px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-153 {
		gap: 153px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-153 {
		gap: 153px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-153 {
		gap: 153px !important;
	}
}

.gap-154 {
	gap: 154px !important;
}

@media (min-width: 576px) {
	.gap-sm-154 {
		gap: 154px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-154 {
		gap: 154px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-154 {
		gap: 154px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-154 {
		gap: 154px !important;
	}
}

.gap-155 {
	gap: 155px !important;
}

@media (min-width: 576px) {
	.gap-sm-155 {
		gap: 155px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-155 {
		gap: 155px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-155 {
		gap: 155px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-155 {
		gap: 155px !important;
	}
}

.gap-156 {
	gap: 156px !important;
}

@media (min-width: 576px) {
	.gap-sm-156 {
		gap: 156px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-156 {
		gap: 156px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-156 {
		gap: 156px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-156 {
		gap: 156px !important;
	}
}

.gap-157 {
	gap: 157px !important;
}

@media (min-width: 576px) {
	.gap-sm-157 {
		gap: 157px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-157 {
		gap: 157px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-157 {
		gap: 157px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-157 {
		gap: 157px !important;
	}
}

.gap-158 {
	gap: 158px !important;
}

@media (min-width: 576px) {
	.gap-sm-158 {
		gap: 158px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-158 {
		gap: 158px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-158 {
		gap: 158px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-158 {
		gap: 158px !important;
	}
}

.gap-159 {
	gap: 159px !important;
}

@media (min-width: 576px) {
	.gap-sm-159 {
		gap: 159px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-159 {
		gap: 159px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-159 {
		gap: 159px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-159 {
		gap: 159px !important;
	}
}

.gap-160 {
	gap: 160px !important;
}

@media (min-width: 576px) {
	.gap-sm-160 {
		gap: 160px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-160 {
		gap: 160px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-160 {
		gap: 160px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-160 {
		gap: 160px !important;
	}
}

.gap-161 {
	gap: 161px !important;
}

@media (min-width: 576px) {
	.gap-sm-161 {
		gap: 161px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-161 {
		gap: 161px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-161 {
		gap: 161px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-161 {
		gap: 161px !important;
	}
}

.gap-162 {
	gap: 162px !important;
}

@media (min-width: 576px) {
	.gap-sm-162 {
		gap: 162px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-162 {
		gap: 162px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-162 {
		gap: 162px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-162 {
		gap: 162px !important;
	}
}

.gap-163 {
	gap: 163px !important;
}

@media (min-width: 576px) {
	.gap-sm-163 {
		gap: 163px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-163 {
		gap: 163px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-163 {
		gap: 163px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-163 {
		gap: 163px !important;
	}
}

.gap-164 {
	gap: 164px !important;
}

@media (min-width: 576px) {
	.gap-sm-164 {
		gap: 164px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-164 {
		gap: 164px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-164 {
		gap: 164px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-164 {
		gap: 164px !important;
	}
}

.gap-165 {
	gap: 165px !important;
}

@media (min-width: 576px) {
	.gap-sm-165 {
		gap: 165px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-165 {
		gap: 165px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-165 {
		gap: 165px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-165 {
		gap: 165px !important;
	}
}

.gap-166 {
	gap: 166px !important;
}

@media (min-width: 576px) {
	.gap-sm-166 {
		gap: 166px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-166 {
		gap: 166px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-166 {
		gap: 166px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-166 {
		gap: 166px !important;
	}
}

.gap-167 {
	gap: 167px !important;
}

@media (min-width: 576px) {
	.gap-sm-167 {
		gap: 167px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-167 {
		gap: 167px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-167 {
		gap: 167px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-167 {
		gap: 167px !important;
	}
}

.gap-168 {
	gap: 168px !important;
}

@media (min-width: 576px) {
	.gap-sm-168 {
		gap: 168px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-168 {
		gap: 168px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-168 {
		gap: 168px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-168 {
		gap: 168px !important;
	}
}

.gap-169 {
	gap: 169px !important;
}

@media (min-width: 576px) {
	.gap-sm-169 {
		gap: 169px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-169 {
		gap: 169px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-169 {
		gap: 169px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-169 {
		gap: 169px !important;
	}
}

.gap-170 {
	gap: 170px !important;
}

@media (min-width: 576px) {
	.gap-sm-170 {
		gap: 170px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-170 {
		gap: 170px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-170 {
		gap: 170px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-170 {
		gap: 170px !important;
	}
}

.gap-171 {
	gap: 171px !important;
}

@media (min-width: 576px) {
	.gap-sm-171 {
		gap: 171px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-171 {
		gap: 171px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-171 {
		gap: 171px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-171 {
		gap: 171px !important;
	}
}

.gap-172 {
	gap: 172px !important;
}

@media (min-width: 576px) {
	.gap-sm-172 {
		gap: 172px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-172 {
		gap: 172px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-172 {
		gap: 172px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-172 {
		gap: 172px !important;
	}
}

.gap-173 {
	gap: 173px !important;
}

@media (min-width: 576px) {
	.gap-sm-173 {
		gap: 173px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-173 {
		gap: 173px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-173 {
		gap: 173px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-173 {
		gap: 173px !important;
	}
}

.gap-174 {
	gap: 174px !important;
}

@media (min-width: 576px) {
	.gap-sm-174 {
		gap: 174px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-174 {
		gap: 174px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-174 {
		gap: 174px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-174 {
		gap: 174px !important;
	}
}

.gap-175 {
	gap: 175px !important;
}

@media (min-width: 576px) {
	.gap-sm-175 {
		gap: 175px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-175 {
		gap: 175px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-175 {
		gap: 175px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-175 {
		gap: 175px !important;
	}
}

.gap-176 {
	gap: 176px !important;
}

@media (min-width: 576px) {
	.gap-sm-176 {
		gap: 176px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-176 {
		gap: 176px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-176 {
		gap: 176px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-176 {
		gap: 176px !important;
	}
}

.gap-177 {
	gap: 177px !important;
}

@media (min-width: 576px) {
	.gap-sm-177 {
		gap: 177px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-177 {
		gap: 177px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-177 {
		gap: 177px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-177 {
		gap: 177px !important;
	}
}

.gap-178 {
	gap: 178px !important;
}

@media (min-width: 576px) {
	.gap-sm-178 {
		gap: 178px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-178 {
		gap: 178px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-178 {
		gap: 178px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-178 {
		gap: 178px !important;
	}
}

.gap-179 {
	gap: 179px !important;
}

@media (min-width: 576px) {
	.gap-sm-179 {
		gap: 179px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-179 {
		gap: 179px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-179 {
		gap: 179px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-179 {
		gap: 179px !important;
	}
}

.gap-180 {
	gap: 180px !important;
}

@media (min-width: 576px) {
	.gap-sm-180 {
		gap: 180px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-180 {
		gap: 180px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-180 {
		gap: 180px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-180 {
		gap: 180px !important;
	}
}

.gap-181 {
	gap: 181px !important;
}

@media (min-width: 576px) {
	.gap-sm-181 {
		gap: 181px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-181 {
		gap: 181px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-181 {
		gap: 181px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-181 {
		gap: 181px !important;
	}
}

.gap-182 {
	gap: 182px !important;
}

@media (min-width: 576px) {
	.gap-sm-182 {
		gap: 182px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-182 {
		gap: 182px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-182 {
		gap: 182px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-182 {
		gap: 182px !important;
	}
}

.gap-183 {
	gap: 183px !important;
}

@media (min-width: 576px) {
	.gap-sm-183 {
		gap: 183px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-183 {
		gap: 183px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-183 {
		gap: 183px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-183 {
		gap: 183px !important;
	}
}

.gap-184 {
	gap: 184px !important;
}

@media (min-width: 576px) {
	.gap-sm-184 {
		gap: 184px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-184 {
		gap: 184px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-184 {
		gap: 184px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-184 {
		gap: 184px !important;
	}
}

.gap-185 {
	gap: 185px !important;
}

@media (min-width: 576px) {
	.gap-sm-185 {
		gap: 185px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-185 {
		gap: 185px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-185 {
		gap: 185px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-185 {
		gap: 185px !important;
	}
}

.gap-186 {
	gap: 186px !important;
}

@media (min-width: 576px) {
	.gap-sm-186 {
		gap: 186px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-186 {
		gap: 186px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-186 {
		gap: 186px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-186 {
		gap: 186px !important;
	}
}

.gap-187 {
	gap: 187px !important;
}

@media (min-width: 576px) {
	.gap-sm-187 {
		gap: 187px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-187 {
		gap: 187px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-187 {
		gap: 187px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-187 {
		gap: 187px !important;
	}
}

.gap-188 {
	gap: 188px !important;
}

@media (min-width: 576px) {
	.gap-sm-188 {
		gap: 188px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-188 {
		gap: 188px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-188 {
		gap: 188px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-188 {
		gap: 188px !important;
	}
}

.gap-189 {
	gap: 189px !important;
}

@media (min-width: 576px) {
	.gap-sm-189 {
		gap: 189px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-189 {
		gap: 189px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-189 {
		gap: 189px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-189 {
		gap: 189px !important;
	}
}

.gap-190 {
	gap: 190px !important;
}

@media (min-width: 576px) {
	.gap-sm-190 {
		gap: 190px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-190 {
		gap: 190px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-190 {
		gap: 190px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-190 {
		gap: 190px !important;
	}
}

.gap-191 {
	gap: 191px !important;
}

@media (min-width: 576px) {
	.gap-sm-191 {
		gap: 191px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-191 {
		gap: 191px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-191 {
		gap: 191px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-191 {
		gap: 191px !important;
	}
}

.gap-192 {
	gap: 192px !important;
}

@media (min-width: 576px) {
	.gap-sm-192 {
		gap: 192px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-192 {
		gap: 192px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-192 {
		gap: 192px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-192 {
		gap: 192px !important;
	}
}

.gap-193 {
	gap: 193px !important;
}

@media (min-width: 576px) {
	.gap-sm-193 {
		gap: 193px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-193 {
		gap: 193px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-193 {
		gap: 193px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-193 {
		gap: 193px !important;
	}
}

.gap-194 {
	gap: 194px !important;
}

@media (min-width: 576px) {
	.gap-sm-194 {
		gap: 194px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-194 {
		gap: 194px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-194 {
		gap: 194px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-194 {
		gap: 194px !important;
	}
}

.gap-195 {
	gap: 195px !important;
}

@media (min-width: 576px) {
	.gap-sm-195 {
		gap: 195px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-195 {
		gap: 195px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-195 {
		gap: 195px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-195 {
		gap: 195px !important;
	}
}

.gap-196 {
	gap: 196px !important;
}

@media (min-width: 576px) {
	.gap-sm-196 {
		gap: 196px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-196 {
		gap: 196px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-196 {
		gap: 196px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-196 {
		gap: 196px !important;
	}
}

.gap-197 {
	gap: 197px !important;
}

@media (min-width: 576px) {
	.gap-sm-197 {
		gap: 197px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-197 {
		gap: 197px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-197 {
		gap: 197px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-197 {
		gap: 197px !important;
	}
}

.gap-198 {
	gap: 198px !important;
}

@media (min-width: 576px) {
	.gap-sm-198 {
		gap: 198px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-198 {
		gap: 198px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-198 {
		gap: 198px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-198 {
		gap: 198px !important;
	}
}

.gap-199 {
	gap: 199px !important;
}

@media (min-width: 576px) {
	.gap-sm-199 {
		gap: 199px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-199 {
		gap: 199px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-199 {
		gap: 199px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-199 {
		gap: 199px !important;
	}
}

.gap-200 {
	gap: 200px !important;
}

@media (min-width: 576px) {
	.gap-sm-200 {
		gap: 200px !important;
	}
}

@media (min-width: 991px) {
	.gap-lg-200 {
		gap: 200px !important;
	}
}

@media (min-width: 1440px) {
	.gap-xxl-200 {
		gap: 200px !important;
	}
}

@media (min-width: 1920px) {
	.gap-xxxxl-200 {
		gap: 200px !important;
	}
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	color: #000;
}

b {
	font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Montserrat Medium", sans-serif;
	font-weight: 700;
	letter-spacing: .7px;
	color: #000;
}

h1, .h1 {
	font-size: 36px;
	line-height: 42px;
}

@media (min-width: 991px) {
	h1, .h1 {
		font-size: 40px;
		line-height: 77px;
	}
}

h1.text-uppercase, .h1.text-uppercase {
	font-size: 64px;
}

h2, .h2 {
	font-size: 30px;
	line-height: 36px;
}

@media (min-width: 991px) {
	h2, .h2 {
		font-size: 35px;
		line-height: 43.2px;
	}
}

h3, .h3 {
	font-size: 26px;
	line-height: 31px;
}

h4, .h4, h5, .h5, h6, .h6 {
	font-size: 16px;
	line-height: 19.2px;
}

.cms-block small, .cms-block .overhead {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #631144;
}

.cms-block-accordion-text {
	padding: 180px 0;
}

@media (min-width: 991px) {
	.cms-block-accordion-text {
		background-image: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/dna-text.png");
		background-repeat: no-repeat;
		background-size: 650px;
		background-position-y: center;
		background-position-x: left;
	}
}

.cms-block-accordion-text h2, .cms-block-accordion-text .h2 {
	font-size: 35px;
	line-height: 42px;
}

.cms-block-card-employees .cms-block-container .cms-block-container-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	gap: 20px;
}

@media (min-width: 991px) {
	.cms-block-card-employees .cms-block-container .cms-block-container-row {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.cms-block-card-employees .cms-block-container .cms-block-container-row > [class*="col-"] {
	background-color: #f9fafb;
	border-radius: 20px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: none;
	-ms-flex: 0 0 calc(100% - 20px);
	flex: none;
	flex: 0 0 calc(100% - 20px);
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: calc(100% - 20px);
}

@media (min-width: 991px) {
	.cms-block-card-employees .cms-block-container .cms-block-container-row > [class*="col-"] {
		-ms-flex: 0 0 calc(33.3333333333% - 20px);
		flex: 0 0 calc(33.3333333333% - 20px);
		max-width: calc(33.3333333333% - 20px);
	}
}

@media (min-width: 1440px) {
	.cms-block-card-employees .cms-block-container .cms-block-container-row > [class*="col-"] {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.cms-block-card-employees .cms-element-image, .cms-block-card-employees .cms-element-text {
	padding-left: calc(22px - 20px / 2);
	padding-right: calc(22px - 20px / 2);
}

.cms-block-card-employees .cms-element-image {
	padding-top: 20px;
}

.cms-block-card-employees .cms-element-image .cms-image-container {
	border-radius: 8px;
	overflow: hidden;
}

.cms-block-card-employees .cms-element-image .cms-image {
	margin: auto;
}

.cms-block-card-employees .cms-element-text {
	padding-bottom: 20px;
}

.cms-block-card-employees .cms-element-text .text-black {
	font-size: 26px;
	font-weight: 700;
	line-height: 31.2px;
	color: #000;
}

.cms-block-card-employees .cms-element-text .text-muted {
	color: #6b7280;
}

.cms-block-checklist {
	padding: 20px 0 !important;
}

.cms-block-checklist .content {
	background: #f9fafb;
	padding: 35px 30px;
	margin-bottom: 20px;
	border-radius: 20px;
}

@media (min-width: 991px) {
	.cms-block-checklist .content {
		height: 100%;
	}
}

.cms-block-checklist .content h2, .cms-block-checklist .content h3 {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 0;
}

.cms-block-checklist .content ul {
	padding: 0;
}

.cms-block-checklist .content ul .list-group-item {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: transparent;
	border: none;
}

.cms-block-checklist .content ul .list-group-item .bp-label {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #6b7280;
}

.cms-block-checklist .content ul .list-group-item .icon {
	background: #7c1a59;
	color: #fff;
	width: 20px;
	height: 20px;
	padding: .2em;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.cms-block-checklist .content ul .list-group-item .icon > svg {
	top: 0;
}

@media (min-width: 991px) {
	.cms-block-gallery-buybox .cms-block-container-row {
		-ms-flex-align: center;
		align-items: center;
	}
}

.cms-block-hero-section .header-logo-picture {
	display: block;
	max-width: 300px;
	margin: 0;
}

.cms-block-hero-section .content p, .cms-block-hero-section .content li, .cms-block-hero-section .content span {
	font-size: 25px;
	line-height: 35px;
}

.cms-block-hero-section .content ul {
	font-size: 20px;
	line-height: 28px;
}

.cms-block-hero-section .content li {
	padding-left: 10px;
}

.cms-block-hero-section .content li::marker {
	font-size: 12px;
}

.cms-block-icon-text .cms-block-container .cms-block-container-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	gap: 20px;
}

@media (min-width: 991px) {
	.cms-block-icon-text .cms-block-container .cms-block-container-row {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.cms-block-icon-text .cms-block-container .cms-block-container-row > [class*="col-"] {
	background-color: #f9fafb;
	border-radius: 20px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: none;
	-ms-flex: 0 0 calc(100% - 20px);
	flex: none;
	flex: 0 0 calc(100% - 20px);
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: calc(100% - 20px);
}

@media (min-width: 991px) {
	.cms-block-icon-text .cms-block-container .cms-block-container-row > [class*="col-"] {
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media (min-width: 1440px) {
	.cms-block-icon-text .cms-block-container .cms-block-container-row > [class*="col-"] {
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.cms-block-info-teaser {
	padding: 60px 20px !important;
}

@media (min-width: 991px) {
	.cms-block-info-teaser {
		padding: 100px 0 !important;
	}
}

.cms-block-info-teaser .row, .cms-block-info-teaser .account-content, .cms-block-info-teaser .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-info-teaser .checkout-container {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.cms-block-info-teaser .row > [class*="col-"], .cms-block-info-teaser .account-content > [class*="col-"], .cms-block-info-teaser .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"] {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.cms-block-info-teaser .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	gap: 51px;
}

.cms-block-info-teaser .content .d-flex > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.cms-block-info-teaser .content h2 {
	color: #fff;
}

.cms-block-info-teaser .content h3, .cms-block-info-teaser .content h4, .cms-block-info-teaser .content .title {
	text-align: center;
	color: #fff;
}

@media (min-width: 991px) {
	.cms-block-info-teaser .content h3, .cms-block-info-teaser .content h4, .cms-block-info-teaser .content .title {
		text-align: left;
	}
}

.cms-block-info-teaser .content h3 {
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
}

@media (min-width: 991px) {
	.cms-block-info-teaser .content h3 {
		font-size: 45px;
		line-height: 63px;
	}
}

.cms-block-info-teaser .content h4 {
	font-size: 20px;
	line-height: 24px;
}

.cms-block-info-teaser .content .title {
	font-size: 30px;
	line-height: 36px;
}

.cms-block-info-teaser .content p {
	color: #fff;
	text-align: center;
}

@media (min-width: 991px) {
	.cms-block-info-teaser .content p {
		text-align: justify;
	}
}

.cms-block-moorl-form-builder {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.cms-block-moorl-form-builder h2 {
	font-size: 1rem;
}

.cms-block-moorl-form-builder .form-label {
	display: none;
}

.cms-block-moorl-form-builder .form-control, .cms-block-moorl-form-builder .custom-select {
	background-color: #f9fafb;
}

.cms-block-moorl-form-builder .btn {
	width: 100%;
	text-transform: uppercase;
}

.cms-block-product-three-column .product-action {
	display: none !important;
}

@media (min-width: 991px) {
	.cms-block-product-three-column .product-description {
		height: 140px;
	}
}

.cms-block-step-by-step .dash {
	height: 157px;
	margin: 20px 0;
}

.cms-block-step-by-step .dash:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: linear-gradient(to top, #bebfc2 50%, #fff 0%);
	background-size: 1px 31px;
	width: 1px;
	height: 100%;
}

.cms-block-teaser-text-image {
	border-radius: 20px !important;
	overflow: hidden !important;
}

.cms-block-teaser-text-image .row, .cms-block-teaser-text-image .account-content, .cms-block-teaser-text-image .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-teaser-text-image .checkout-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	gap: 20px;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	margin-right: 0;
	margin-left: 0;
}

.cms-block-teaser-text-image .row > [class*="col-"], .cms-block-teaser-text-image .account-content > [class*="col-"], .cms-block-teaser-text-image .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	gap: 20px;
	-ms-flex: content;
	flex: content;
	max-width: none;
	border-radius: 20px;
}

.cms-block-teaser-text-image .cms-element-text {
	padding: 30px 20px 20px;
}

@media (min-width: 991px) {
	.cms-block-teaser-text-image .cms-element-text {
		padding: 0 47px 0 80px;
	}
}

@media (min-width: 1440px) {
	.cms-block-teaser-text-image .cms-element-text {
		padding: 0 50px;
	}
}

.cms-block-teaser-text-image .cms-element-text .text-black {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
}

.cms-block-teaser-text-image .cms-element-text .text-muted {
	color: #6b7280;
}

.cms-block-teaser-text-image .cms-element-image {
	position: relative;
	height: 258.5px;
}

@media (min-width: 991px) {
	.cms-block-teaser-text-image .cms-element-image {
		height: 100%;
	}
}

@media (min-width: 991px) {
	.cms-block-teaser-text-image .cms-element-image .cms-image-container.is-cover {
		min-height: 349px !important;
	}
}

.cms-block-text-button .text-button-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 991px) {
	.cms-block-text-button .text-button-text {
		-ms-flex-pack: end;
		justify-content: end;
	}
}

.cms-block-text-button .text-button-button {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 991px) {
	.cms-block-text-button .text-button-button {
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.cms-block-text-teaser {
	padding: 20px 0 !important;
}

.cms-block-text-teaser .content {
	padding: 100px 20px 0;
}

.cms-block-text-teaser .content .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.cms-block-text-teaser .content h2, .cms-block-text-teaser .content h3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.cms-block-text-teaser .content p, .cms-block-text-teaser .content span {
	letter-spacing: 1px;
}

@media (min-width: 991px) {
	.cms-block-text-teaser .content p, .cms-block-text-teaser .content span {
		max-width: 1007px;
		margin-left: auto;
		margin-right: auto;
	}
}

.accordion {
	margin-top: 30px;
	margin-bottom: 19px;
}

.accordion .item {
	background: transparent;
	overflow: visible;
	border: none;
}

.accordion .item .btn-collapse {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #6e0147;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid #d9dbe9;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: start;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.accordion .item .btn-collapse.collapsed {
	background-image: url("data:image/svg+xml;utf8,<svg width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.56201 1.49121V17.0763\" stroke=\"%2363003F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.66406 9.28418H17.46\" stroke=\"%2363003F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
}

.accordion .item .btn-collapse:not(.collapsed) {
	background-image: url("data:image/svg+xml;utf8,<svg width=\"19\" height=\"3\" viewBox=\"0 0 19 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.56104 1.14844H17.357\" stroke=\"%236E0147\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
}

.accordion .item-content {
	background-color: var(--collapse-content-background-color);
	padding: 15px;
}

.element-icon-text .card {
	padding: 20px 40px;
}

.element-icon-text .card-img-top {
	background-color: #7c1a59;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.element-icon-text .card-img-top .card-img {
	height: 17px;
}

.element-icon-text .card-body {
	text-align: center;
	color: #6b7280;
}

.element-img-text {
	padding: 75px 0;
}

.element-img-text .card-img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 0;
}

.element-img-text .card-img-top {
	width: 277px;
}

.element-img-text .card-body {
	max-width: 1100px;
	margin: auto;
}

.product-box .btn, .cms-block-button .btn, .cms-block-text-teaser .btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	padding: 16px 24px;
	border-radius: 5px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-box .btn-primary, .product-box .address-editor-select:not(.collapsed), .product-box .address-editor-edit:not(.collapsed), .product-box .address-editor-create:not(.collapsed), .cms-block-button .btn-primary, .cms-block-button .address-editor-select:not(.collapsed), .cms-block-button .address-editor-edit:not(.collapsed), .cms-block-button .address-editor-create:not(.collapsed), .cms-block-text-teaser .btn-primary, .cms-block-text-teaser .address-editor-select:not(.collapsed), .cms-block-text-teaser .address-editor-edit:not(.collapsed), .cms-block-text-teaser .address-editor-create:not(.collapsed) {
	background-color: #6e0147;
	color: #fff;
	border-color: #6e0147;
}

.product-box .btn-primary:hover, .product-box .address-editor-select:not(.collapsed):hover, .product-box .address-editor-edit:not(.collapsed):hover, .product-box .address-editor-create:not(.collapsed):hover, .cms-block-button .btn-primary:hover, .cms-block-button .address-editor-select:not(.collapsed):hover, .cms-block-button .address-editor-edit:not(.collapsed):hover, .cms-block-button .address-editor-create:not(.collapsed):hover, .cms-block-text-teaser .btn-primary:hover, .cms-block-text-teaser .address-editor-select:not(.collapsed):hover, .cms-block-text-teaser .address-editor-edit:not(.collapsed):hover, .cms-block-text-teaser .address-editor-create:not(.collapsed):hover {
	background-color: #7c1a59;
	border-color: #7c1a59;
}

.product-box .btn-primary:focus, .product-box .address-editor-select:not(.collapsed):focus, .product-box .address-editor-edit:not(.collapsed):focus, .product-box .address-editor-create:not(.collapsed):focus, .cms-block-button .btn-primary:focus, .cms-block-button .address-editor-select:not(.collapsed):focus, .cms-block-button .address-editor-edit:not(.collapsed):focus, .cms-block-button .address-editor-create:not(.collapsed):focus, .cms-block-text-teaser .btn-primary:focus, .cms-block-text-teaser .address-editor-select:not(.collapsed):focus, .cms-block-text-teaser .address-editor-edit:not(.collapsed):focus, .cms-block-text-teaser .address-editor-create:not(.collapsed):focus {
	background-color: #63003f;
	border-color: #63003f;
}

.product-box .btn-primary:disabled, .product-box .address-editor-select:not(.collapsed):disabled, .product-box .address-editor-edit:not(.collapsed):disabled, .product-box .address-editor-create:not(.collapsed):disabled, .cms-block-button .btn-primary:disabled, .cms-block-button .address-editor-select:not(.collapsed):disabled, .cms-block-button .address-editor-edit:not(.collapsed):disabled, .cms-block-button .address-editor-create:not(.collapsed):disabled, .cms-block-text-teaser .btn-primary:disabled, .cms-block-text-teaser .address-editor-select:not(.collapsed):disabled, .cms-block-text-teaser .address-editor-edit:not(.collapsed):disabled, .cms-block-text-teaser .address-editor-create:not(.collapsed):disabled {
	background-color: #f9fafb;
	color: #bbb;
	border-color: #bbb;
}

.product-box .btn-secondary, .cms-block-button .btn-secondary, .cms-block-text-teaser .btn-secondary {
	background-color: #fff;
	color: #691448;
	border-color: #691448;
}

.product-box .btn-secondary:hover, .cms-block-button .btn-secondary:hover, .cms-block-text-teaser .btn-secondary:hover {
	background-color: #f7f2f5;
}

.product-box .btn-secondary:focus, .cms-block-button .btn-secondary:focus, .cms-block-text-teaser .btn-secondary:focus {
	background-color: #f3eaef;
}

.product-box .btn-secondary:disabled, .cms-block-button .btn-secondary:disabled, .cms-block-text-teaser .btn-secondary:disabled {
	background-color: #fff;
	color: #e5e7eb;
	border-color: #e5e7eb;
}

.product-box .btn-link, .cms-block-button .btn-link, .cms-block-text-teaser .btn-link {
	background-color: #fff;
	color: #691448;
	border-color: #fff;
}

.product-box .btn-link:hover, .cms-block-button .btn-link:hover, .cms-block-text-teaser .btn-link:hover {
	background-color: #f7f2f5;
	border-color: #f7f2f5;
	text-decoration: none;
}

.product-box .btn-link:focus, .cms-block-button .btn-link:focus, .cms-block-text-teaser .btn-link:focus {
	background-color: #f3eaef;
	border-color: #f3eaef;
}

.product-box .btn-link:disabled, .cms-block-button .btn-link:disabled, .cms-block-text-teaser .btn-link:disabled {
	background-color: #fff;
	color: #e5e7eb;
	border-color: #fff;
}

.product-box .btn .icon, .cms-block-button .btn .icon, .cms-block-text-teaser .btn .icon {
	width: 16px;
	height: 16px;
}

.product-box .btn .icon > svg, .cms-block-button .btn .icon > svg, .cms-block-text-teaser .btn .icon > svg {
	top: 0;
}

.product-detail-name {
	font-size: 40px;
	line-height: 48px;
	color: #000;
	margin-bottom: 20px;
}

.product-detail-price {
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 20px;
}

.product-detail-tax {
	margin-bottom: 50px;
}

.product-detail-tax-link {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #000;
}

.product-detail-form-container {
	margin-bottom: 0;
}

.product-detail-form-container .btn-buy {
	background-color: #631144;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #fff;
	border-color: #631144;
	border-radius: 5px;
	padding: 15px 20px;
	width: auto;
}

.payment-method-label, .shipping-method-label {
	width: auto;
}

.payment-method, .shipping-method {
	background: #f9fafb;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 16px;
	gap: 16px;
	height: 56px;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	margin-bottom: 10px;
}

.payment-method .form-group, .shipping-method .form-group {
	margin-bottom: 0;
}

.confirm-shipping {
	display: none;
}

.cms-block {
	overflow-y: hidden;
}

.cms-block .row, .cms-block .account-content, .cms-block .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block .checkout-container, .cms-block .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block .checkout-container, .cms-block .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block .checkout-container, .cms-block .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block .checkout-container, .cms-block .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block .checkout-container {
	margin-right: -10px;
	margin-left: -10px;
}

.cms-block .row > [class*="col-"], .cms-block .account-content > [class*="col-"], .cms-block .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .cms-block .checkout-container > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.gutter-20 .row, .gutter-20 .account-content, .gutter-20 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .gutter-20 .checkout-container, .gutter-20 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .gutter-20 .checkout-container, .gutter-20 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .gutter-20 .checkout-container, .gutter-20 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .gutter-20 .checkout-container, .gutter-20 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .gutter-20 .checkout-container {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20 .row > [class*="col-"], .gutter-20 .account-content > [class*="col-"], .gutter-20 .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .gutter-20 .checkout-container > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 768px) {
	.mb-lg-10 {
		margin-bottom: 10rem !important;
	}
}

@media (min-width: 768px) {
	.mb-lg-15 {
		margin-bottom: 15rem !important;
	}
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.cms-page {
	margin-top: 0 !important;
}

.cms-section {
	overflow-y: hidden;
}

.cms-block-moorl-form-builder {
	max-width: 628px;
	margin: auto;
}

.cms-block-moorl-form-builder .form-control, .cms-block-moorl-form-builder .custom-select, .cms-block-moorl-form-builder .custom-control {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #49454f;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	min-height: 56px;
	margin-bottom: 10px;
	padding-left: 16px;
}

.cms-block-moorl-form-builder .custom-checkbox {
	background-color: #fff;
	border: none;
}

.cms-block-moorl-form-builder .form-row {
	margin-bottom: 10px;
}

.cms-block-moorl-form-builder .form-row h2 {
	color: #6e0147;
	font-size: 16px;
	line-height: 19.2px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 10px;
}

.cms-block-moorl-form-builder .form-row h7 {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

.cms-block-moorl-form-builder .custom-control {
	padding-left: 0;
}

.cms-block-moorl-form-builder .custom-radio .custom-control-label::before, .cms-block-moorl-form-builder .custom-checkbox .custom-control-label::before {
	background-color: #fff;
	border: 1px solid #bbb;
}

.cms-block-moorl-form-builder .custom-radio .custom-control-label {
	width: calc(100% - 20px - 16px * 2);
	margin-left: calc(20px + 16px * 2);
}

.cms-block-moorl-form-builder .custom-radio .custom-control-label::before {
	top: 16px;
	left: calc(-20px - 16px);
	width: 20px;
	height: 20px;
}

.cms-block-moorl-form-builder .custom-radio .custom-control-label::after {
	top: 16px;
	left: calc(-20px - 16px);
	width: 20px;
	height: 20px;
}

.cms-block-moorl-form-builder .custom-radio .custom-control-label > div {
	position: absolute;
	top: 16px;
}

.cms-block-moorl-form-builder .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #6e0147;
	background-color: #fff;
}

.cms-block-moorl-form-builder .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'4\' fill=\'%236E0147\'/%3e%3c/svg%3e");
}

.cms-block-moorl-form-builder .custom-checkbox .custom-control-label {
	width: calc(100% - 20px - 16px * 1);
	margin-left: calc(20px + 16px * 1);
}

.cms-block-moorl-form-builder .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #6e0147;
	background-color: #fff;
}

.cms-block-moorl-form-builder .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%236E0147\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.cms-block-moorl-form-builder .btn {
	border-radius: 5px;
}

.cms-listing-col {
	margin-bottom: 53px;
}

.cms-listing-col:last-child {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.product-box {
	border: none;
	border-radius: .938rem;
	margin-bottom: 0;
}

.product-box .card-body {
	padding: 22px 20px 36px;
}

.product-image {
	display: block;
	max-width: 100%;
	max-height: 236px;
}

.product-name {
	font-size: 26px;
	font-weight: 700;
	line-height: 28.5px;
	color: #1f2937;
	margin-bottom: 20px;
}

@media (min-width: 991px) {
	.product-name {
		height: 60px !important;
	}
}

.product-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
	color: #631144;
	height: 19px;
}

.product-variant-characteristics, .product-cheapest-price, .product-price-unit {
	display: none;
}

.product-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #6b7280;
	height: 190px;
	display: block;
}

@media (min-width: 991px) {
	.product-description {
		height: 100px;
	}
}

.product-action .btn {
	text-transform: uppercase;
	width: auto;
}

.payment-method-image {
	float: none;
}

.lp-container .content-main {
	margin-top: calc(85px) !important;
}

@media (min-width: 991px) {
	.lp-container .content-main {
		margin-top: calc(105px + 85px) !important;
	}
}

.container, .cms-section .boxed {
	max-width: 1400px;
}

.navigation-flyouts {
	top: 115px !important;
}

footer.footer-main, footer.footer-minimal {
	margin-top: 180px !important;
}

header.header-main {
	background: rgba(255, 255, 255, .5) !important;
}

header.header-main .container, header.header-main .cms-section .boxed, .cms-section header.header-main .boxed {
	max-width: 1400px !important;
	margin: auto !important;
}

.twt-is-sticky-header header.header-main {
	background-color: #fff !important;
}

.twt-usp-bar {
	display: none !important;
}

@media (min-width: 991px) {
	.is-act-home header.header-main .nav-main {
		background-color: transparent;
	}
}

@media (min-width: 991px) {
	.is-act-home header.header-main .nav-main:after {
		content: none;
	}
}

.search-container .collapsing, .search-container .collapse.show {
	background-color: rgba(0, 0, 0, .5) !important;
}

.is-act-cartpage .checkout-aside-summary .checkout-aside-product-list, .is-act-cartpage .checkout-aside-summary .checkout-aside-summary-list-container, .is-act-cartpage .checkout-aside-products .checkout-aside-product-list, .is-act-cartpage .checkout-aside-products .checkout-aside-summary-list-container {
	border: none;
	border-radius: 0;
}

.is-act-cartpage .checkout-aside-summary {
	margin-top: 0 !important;
	border-radius: 0 !important;
}

.is-act-cartpage .checkout-aside-summary-header {
	text-align: center;
}

.checkout-aside .product-feature-list, .checkout-aside .checkout-aside-item-characteristics {
	display: none;
}

.checkout-aside-products {
	margin-bottom: 50px;
}

.checkout-aside-product-header, .checkout-aside-summary-header {
	font-family: "Montserrat Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #6e0147;
	text-align: left;
	margin-bottom: 20px;
}

.checkout-aside-summary, .checkout-aside-products {
	background-color: #fff;
	padding: 0;
	border-radius: 0;
}

.checkout-aside-summary .checkout-aside-product-list, .checkout-aside-summary .checkout-aside-summary-list-container, .checkout-aside-products .checkout-aside-product-list, .checkout-aside-products .checkout-aside-summary-list-container {
	background-color: #f9fafb;
	border: 1px solid #e1e1e4;
	border-radius: 3px;
	padding: 10px 10px;
}

@media (min-width: 768px) {
	.checkout-aside-summary .checkout-aside-product-list, .checkout-aside-summary .checkout-aside-summary-list-container, .checkout-aside-products .checkout-aside-product-list, .checkout-aside-products .checkout-aside-summary-list-container {
		padding: 20px 30px;
	}
}

.checkout-aside-item-image .cart-item-img {
	padding: 0;
	border: none;
	border-radius: 0;
}

.checkout-aside-item-title {
	font-family: "Montserrat Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #000;
}

.checkout-aside-item-link-quantity {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #bbb;
}

.checkout-aside-item-link-price {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: right;
	color: #000;
}

.checkout-aside .cart-item {
	padding: 10px 0;
	border-bottom: none;
}

.checkout-aside-summary {
	margin-top: 0;
	border-radius: 0;
}

.checkout-aside-summary-list {
	margin-top: 0;
	margin-bottom: 0;
}

.checkout-aside-products .checkout-aside-product-list .row, .checkout-aside-products .checkout-aside-product-list .account-content, .checkout-aside-products .checkout-aside-product-list .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container {
	margin-right: -5px;
	margin-left: -5px;
}

.checkout-aside-products .checkout-aside-product-list .row > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .account-content > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.checkout-aside-add-code {
	margin-top: 0;
}

.checkout-aside-action {
	background-color: #f9fafb;
	margin-top: 0;
	padding: 20px 33px 33px;
}

.is-act-cartpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

.is-act-cartpage .checkout .checkout-aside-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

@media (min-width: 991px) {
	.cart-main-header {
		margin-bottom: 75px;
	}
}

.cart-table-header {
	padding-bottom: 46px;
	border: none;
}

.cart-table-header > [class*="cart-header-"] {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #000;
}

.cart-item-img {
	height: 87px;
}

.cart-item-img-link {
	background-color: #f9fafb;
	border: none;
}

.cart-item-details-characteristics {
	display: none;
}

.cart-item-ordernumber {
	margin-bottom: 0;
}

.cart-item-unit-price, .cart-item-total-price {
	font-family: "Montserrat Black", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.cart-item-remove .btn {
	height: 12px;
	width: 12px;
	padding: 0;
	border-radius: 50%;
	font-size: 4px;
	line-height: 1;
}

.cart-item-remove .btn-light {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.cart-item-remove .btn-light:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
	opacity: .8;
}

.cart-item-remove .btn-light .icon {
	color: #fff;
}

.cart-item-remove .btn .icon-sm, .cart-item-remove .btn .navigation-offcanvas-link-icon .loader, .navigation-offcanvas-link-icon .cart-item-remove .btn .loader {
	width: 8px;
	height: 8px;
}

.cart-item-remove .btn .icon-sm > svg, .cart-item-remove .btn .navigation-offcanvas-link-icon .loader > svg, .navigation-offcanvas-link-icon .cart-item-remove .btn .loader > svg {
	top: .4px;
}

@media (min-width: 991px) {
	.is-ctl-checkout .content-main, .is-ctl-register .content-main {
		margin-top: 0 !important;
	}
}

.is-ctl-checkout .content-main .container-main > div, .is-ctl-register .content-main .container-main > div {
	padding: 0 !important;
}

.checkout {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
}

.checkout h1 {
	font-size: 32px;
	line-height: 38.4px;
}

@media (min-width: 991px) {
	.checkout h1 {
		font-size: 54px;
		line-height: 64.8px;
	}
}

.checkout input, .checkout select {
	background: #f9fafb;
	color: #49454f;
	padding: 4px 16px;
	height: 48px;
	border: 1px solid #e5e7eb;
	border-radius: 5px;
}

.checkout .product-wishlist {
	margin: 0;
}

.checkout .product-wishlist .icon-wishlist {
	width: 15px;
	height: 15px;
}

.mollie-credit-card-mandate {
	margin-bottom: 0;
}

.payment-method, .shipping-method {
	height: auto;
	padding: 18px 16px;
}

.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout {
	padding-top: 70px;
}

.is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main {
	margin-left: 0;
}

@media (min-width: 1200px) {
	.is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside {
	margin-left: 0;
}

@media (min-width: 1200px) {
	.is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset {
	margin-left: 0;
}

.is-act-confirmpage .checkout-aside-action, .is-ctl-accountorder .checkout-aside-action {
	background-color: #fff;
	margin-top: 0;
	padding: 0;
}

.confirm-address .row > [class*="col-"], .confirm-address .account-content > [class*="col-"], .confirm-address .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .confirm-address .checkout-container > [class*="col-"] {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.confirm-address .card-title {
	font-family: "Montserrat Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #6e0147;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.confirm-address .card-actions .btn {
	background-color: transparent;
}

.confirm-address .card-actions .btn .icon {
	width: 12.5px;
	height: 12.5px;
	color: #000;
}

.confirm-address .card-actions .btn .icon > svg {
	top: 0;
}

.confirm-payment .card-title, .confirm-shipping .card-title {
	font-family: "Montserrat Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #6e0147;
	border-bottom: none;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.is-act-finishpage .checkout {
	padding-top: 70px;
}

.is-act-finishpage .checkout .checkout-main {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	margin-left: 0;
}

@media (min-width: 1200px) {
	.is-act-finishpage .checkout .checkout-main {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

.is-act-finishpage .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-finishpage .checkout .checkout-aside {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	margin-left: 0;
}

@media (min-width: 1200px) {
	.is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

.is-act-finishpage .checkout .checkout-aside .cart-item-details, .is-act-finishpage .checkout .checkout-aside .cart-item-total-price {
	padding-top: 8px;
}

.is-act-finishpage .checkout .checkout-aside .cart-item-total-price {
	font-family: "Montserrat Light", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: right;
	color: #000;
}

.is-act-finishpage .checkout .checkout-aside .cart-item-quantity {
	font-family: "Montserrat Light", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #bbb;
}

.finish-data {
	background: #f9fafb;
	padding: 20px 40px;
	border-radius: 20px;
}

.finish-data-info {
	max-width: 800px;
	margin: auto;
}

.finish-data .icon {
	background: #2dd4bf;
	width: 36px;
	height: 36px;
	color: #fff;
	padding: 5px;
	border-radius: 50%;
}

.finish-data .icon > svg {
	top: .15em;
}

.finish-content {
	margin-bottom: 0;
}

.finish-info {
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.finish-info {
		margin-bottom: 0;
		height: 100%;
	}
}

.finish-info .card-title {
	font-family: "Montserrat Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #6e0147;
	border-bottom: none;
}

.finish-address-billing .address, .finish-address-shipping .address {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
}

.is-act-checkoutregisterpage .checkout {
	padding-top: 70px;
}

.is-act-checkoutregisterpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

@media (min-width: 1440px) {
	.is-act-checkoutregisterpage .checkout .checkout-main {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

@media (min-width: 1440px) {
	.is-act-checkoutregisterpage .checkout .checkout-aside {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

.is-act-checkoutregisterpage .checkout .register-card .card-title {
	font-family: "Montserrat Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #6e0147;
	border: none;
	margin-top: 30px;
	margin-bottom: 20px;
}

.is-act-checkoutregisterpage .checkout .register-form .form-row > [class*="col-"] {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-act-checkoutregisterpage .checkout .register-form .form-group {
	margin-bottom: 20px;
}

.is-act-checkoutregisterpage .checkout .register-form .form-label {
	font-family: "Montserrat Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #000;
	margin-bottom: 7px;
}

.is-act-checkoutregisterpage .checkout .register-submit .btn {
	width: 100%;
}

@media (min-width: 991px) {
	.is-act-home {
		background-image: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-1920.jpg");
		background-repeat: no-repeat;
		background-position-y: -65px;
		background-position-x: right;
	}
}

@media (min-width: 991px) {
	.cms-page-lp {
		background-image: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-992.jpg");
		background-repeat: no-repeat;
		background-position-y: top;
		background-position-x: right;
	}
}

@media (min-width: 1440px) {
	.cms-page-lp {
		background-image: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-1400.jpg");
	}
}

@media (min-width: 1920px) {
	.cms-page-lp {
		background-image: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-1920.jpg");
	}
}

@media (min-width: 991px) {
	.is-ctl-product {
		background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"833\" height=\"1039\" viewBox=\"0 0 833 1039\"><path fill=\"%23F9FAFB\" d=\"M580.339 988.441L820.604 537.84C837.132 506.861 837.132 468.686 820.604 437.704L580.339 -12.9076C563.821 -43.8869 533.296 -62.9756 500.258 -62.9756H19.7321C-13.3039 -62.9756 -43.8288 -43.8869 -60.359 -12.9076L-300.611 437.704C-317.13 468.686 -317.13 506.861 -300.611 537.84L-60.359 988.441C-43.8287 1019.42 -13.3039 1038.51 19.7321 1038.51H500.258C533.296 1038.51 563.821 1019.42 580.339 988.441Z\"/></svg>");
		background-repeat: no-repeat;
		background-position-y: top;
		background-position-x: left;
		background-size: 40%;
	}
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Montserrat Regular";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Black";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Black.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Black Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat Bold";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Bold Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat Extra Bold";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Extra Bold Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat Light";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Extra Light";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Extra Light Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat Light Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat Medium";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Medium Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat SemiBold";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat SemiBold Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat Thin";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Thin.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat Thin Italic";
	src: url("https://dlss-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

.custom-input-group-dc-code {
	margin-bottom: 16px;
}

.tooltip-input .custom-disable {
	pointer-events: none;
}

.tooltip-input .custom-background {
	background-color: #eee;
}

.tooltip-input .custom-color {
	color: #545454;
}

.custom-input-group {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}

.tooltip-input {
	text-transform: uppercase;
	cursor: not-allowed;
	position: relative;
	text-align: center;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
}

.tooltip-input .tooltip {
	text-align: center;
	background: #008490;
	bottom: 100%;
	color: #fff;
	display: block;
	left: 0px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	width: 200px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
}

.tooltip-input .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.tooltip-input .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #008490 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.tooltip-input:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.lte8 .tooltip-input .tooltip {
	display: none;
}

.lte8 .tooltip-input:hover .tooltip {
	display: block;
}

.lenz-vat-id-validation-result {
	border: 1px solid #c2c2c2;
	padding: 10px;
}

.lenz-vat-id-validation-result .validation-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.lenz-vat-id-validation-result .validation-row.validation-row-success {
	background: #c8ffd7;
}

.lenz-vat-id-validation-result .validation-row.validation-row-error {
	background: #ffb1b2;
}

.lenz-vat-id-validation-result .validation-row *[class^="cell-"] {
	border: 1px solid #c2c2c2;
	padding: 5px 3px;
}

.lenz-vat-id-validation-result .validation-row .cell-field {
	width: 20%;
}

.lenz-vat-id-validation-result .validation-row .cell-value {
	width: 30%;
}

.lenz-vat-id-validation-result .validation-row .cell-validation-msg {
	width: 50%;
}

.lenz-vat-id-validation-result .validation-state {
	margin-top: 20px;
}

.invalid {
	border-color: #e74c3c;
}

@media (min-width: 1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 90%;
	}
}

@media (max-width: 575.98px) {
	html {
		font-size: 80%;
	}
}

.mt-n2p {
	margin-top: -20px;
}

@media (max-width: 575.98px) {
	h1, .h1 {
		line-height: 1.2;
	}
	
	h2, .h2 {
		line-height: 1.2;
	}
	
	h3, .h3 {
		line-height: 1.2;
	}
	
	h4, .h4 {
		line-height: 1.2;
	}
	
	h5, .h5 {
		line-height: 1.2;
	}
	
	h6, .h6 {
		line-height: 1.2;
	}
}

:root {
	--twt-breakpoint-xxxs: 0;
	--twt-breakpoint-xxs: 320px;
	--twt-breakpoint-xs: 480px;
	--twt-breakpoint-sm: 576px;
	--twt-breakpoint-md: 768px;
	--twt-breakpoint-lg: 992px;
	--twt-breakpoint-xl: 1200px;
	--twt-breakpoint-xxl: 1440px;
	--twt-breakpoint-xxxl: 1600px;
	--twt-breakpoint-xxxxl: 1920px;
	--twt-theme: Modern;
	--twt-version: p116;
}

.alert {
	border-radius: 20px;
	font-size: 15px;
}

.alert .alert-content-container {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.content-main > .flashbags > .alert {
	margin-top: 20px;
}

.category-navigation.level-1 {
	padding-bottom: 0;
}

.category-navigation-link {
	color: #111;
	background-color: #fff;
}

.category-navigation-link:hover {
	color: #691448;
	background-color: #fff;
}

.category-navigation-link.is-active {
	color: #691448;
	background-color: #fff;
}

.cms-element-category-navigation .category-navigation-box {
	border: 1px solid #eee;
}

.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation-link {
	padding: 7px 13px;
}

.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation.level-1 {
	padding-left: 0;
}

.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation.level-1 > .category-navigation-entry > .category-navigation-link {
	padding: 7px 13px 7px 25px;
}

.category-navigation-box {
	border: 1px solid rgba(238, 238, 238, 0);
	border-radius: 20px;
	background-color: #fff;
}

.category-navigation-box .category-navigation.level-0 > .category-navigation-entry:last-of-type {
	border-bottom: none;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, .5);
}

.modal-backdrop.show {
	opacity: 1;
}

.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next {
	opacity: 1;
	border-radius: 20px;
	border: none;
	background-color: transparent;
}

.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #691448;
}

.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover {
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
}

.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover .icon {
	color: #691448;
}

.base-slider-controls-prev:not(.gallery-slider-controls-prev):not(.image-slider-controls-prev):not(.product-slider-controls-prev) .icon > svg {
	top: 0;
	left: -2px;
}

.base-slider-controls-next:not(.gallery-slider-controls-next):not(.image-slider-controls-next):not(.product-slider-controls-next) .icon > svg {
	top: 0;
	right: -1px;
}

@media (min-width: 992px) {
	.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls {
		opacity: 0;
		-webkit-transition: opacity .2s ease-in;
		transition: opacity .2s ease-in;
	}
}

@media (min-width: 992px) {
	.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider):hover .base-slider-controls {
		opacity: 1;
	}
}

.base-slider {}

.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
	margin: 0 8px;
	background-color: #bcc1c7;
}

.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
	background-color: #798490;
}

.image-slider .image-slider-controls-prev, .image-slider .image-slider-controls-next {
	opacity: 1;
	border-radius: 20px;
	border: none;
	background-color: transparent;
}

.image-slider .image-slider-controls-prev .icon, .image-slider .image-slider-controls-next .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #691448;
}

.image-slider .image-slider-controls-prev:hover, .image-slider .image-slider-controls-next:hover {
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
}

.image-slider .image-slider-controls-prev:hover .icon, .image-slider .image-slider-controls-next:hover .icon {
	color: #691448;
}

.image-slider-controls-prev .icon > svg {
	top: 0;
	left: -2px;
}

.image-slider-controls-next .icon > svg {
	top: 0;
	right: -1px;
}

@media (min-width: 992px) {
	.image-slider .base-slider-controls {
		opacity: 0;
		-webkit-transition: opacity .2s ease-in;
		transition: opacity .2s ease-in;
	}
}

@media (min-width: 992px) {
	.image-slider:hover .base-slider-controls {
		opacity: 1;
	}
}

.product-slider .product-slider-controls-prev, .product-slider .product-slider-controls-next {
	opacity: 1;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 0;
	border: 1px solid #eee;
	background-color: #eee;
}

.product-slider .product-slider-controls-prev .icon, .product-slider .product-slider-controls-next .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #691448;
}

.product-slider .product-slider-controls-prev:hover, .product-slider .product-slider-controls-next:hover {
	border-color: #d5d5d5;
	background-color: #dbdbdb;
}

.product-slider .product-slider-controls-prev:hover .icon, .product-slider .product-slider-controls-next:hover .icon {
	color: #fff;
}

.product-slider-controls-prev .icon > svg {
	top: 0;
	left: -2px;
}

.product-slider-controls-next .icon > svg {
	top: 0;
	right: -1px;
}

@media (min-width: 992px) {
	.product-slider .base-slider-controls {
		opacity: 0;
		-webkit-transition: opacity .2s ease-in;
		transition: opacity .2s ease-in;
	}
}

@media (min-width: 992px) {
	.product-slider:hover .base-slider-controls {
		opacity: 1;
	}
}

.cms-element-product-slider .product-slider.has-nav {
	padding-right: 0;
	padding-left: 0;
}

.gallery-slider .gallery-slider-controls-prev, .gallery-slider .gallery-slider-controls-next {
	opacity: 1;
	border-radius: 20px;
	border: none;
	background-color: #fff;
}

.gallery-slider .gallery-slider-controls-prev .icon, .gallery-slider .gallery-slider-controls-next .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #691448;
}

.gallery-slider .gallery-slider-controls-prev:hover, .gallery-slider .gallery-slider-controls-next:hover {
	border-color: rgba(0, 0, 0, 0);
	background-color: #ececec;
}

.gallery-slider .gallery-slider-controls-prev:hover .icon, .gallery-slider .gallery-slider-controls-next:hover .icon {
	color: #691448;
}

.gallery-slider-controls-prev .icon > svg {
	top: 0;
	left: -2px;
}

.gallery-slider-controls-next .icon > svg {
	top: 0;
	right: -1px;
}

.product-box {
	-webkit-transition: border-color .2s ease, background-color .2s ease;
	transition: border-color .2s ease, background-color .2s ease;
	border-color: #f9fafb;
	background-color: #f9fafb;
}

.product-box:hover {
	border-color: #f9fafb;
	background-color: #f9fafb;
}

.product-box {}

.product-box .product-image-wrapper {
	overflow: hidden;
	border-radius: 20px;
}

.product-box .product-image-wrapper .product-image-link {
	-ms-flex-align: center;
	align-items: center;
}

.product-box.box-image .product-image-wrapper img.is-cover {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	font-family: "object-fit: scale-down;";
}

.product-box .product-info {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.product-info {
	position: relative;
	text-align: center;
}

.product-variant-characteristics .product-variant-characteristics-text {
	margin-right: 0;
	padding-right: 0;
	max-width: 100%;
	text-align: center;
}

.product-variant-characteristics .product-variant-characteristics-text::after {
	background: #f9fafb;
}

.product-price-unit {
	margin-bottom: 0;
}

.product-badges {
	top: 10px;
	left: 5px;
	pointer-events: none;
}

.product-badges .badge {
	font-size: 16px;
	pointer-events: all;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .1);
	border-radius: 10rem;
	padding: 0 10px;
}

.product-badges .badge .icon {
	width: 16px;
	height: 16px;
	opacity: .8;
	color: inherit;
}

@media (max-width: 575.98px) {
	.product-badges .badge .icon {
		display: none;
	}
}

.product-badges .badge .icon svg {
	top: 2px;
}

.product-slider-item > .product-box {
	border: none;
}

.point-rating.point-blank .icon {
	color: #bcc1c7;
}

.point-rating .icon-light {
	color: #bcc1c7;
}

.point-rating .icon-review {
	color: #fedc70;
}

.product-detail-review-form-star.is-active .icon {
	color: #fedc70;
}

.has-element-loader .cms-element-product-listing .twt-product-ordernumber, .has-element-loader .cms-element-product-listing .twt-product-manufacturer {
	border-radius: 20px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
	background-size: 800px 100px;
}

.modal-dialog {
	max-width: 800px;
}

@media (max-width: 767.98px) {
	.js-pseudo-modal .modal-body {
		padding: 8px;
	}
	
	.js-pseudo-modal .modal-body .boxed {
		padding-right: 8px;
		padding-left: 8px;
	}
}

.modal .cms-section-default {
	padding: 0 !important;
}

.modal .cms-block {
	border: none !important;
	border-radius: inherit !important;
	margin-bottom: 0 !important;
}

.modal .cms-block:not(.bg-color) {
	background-color: inherit !important;
}

.modal .cms-block-container {
	padding: 0 10px !important;
}

.modal .twt-cms-animation.cms-block {
	opacity: 1 !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.modal .twt-cms-animation.cms-block h1:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h2:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h3:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h4:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h5:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h6:not(.twt-cms-animation) {
	opacity: 1 !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.pagination {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination .page-item.disabled .page-link {
	background: #eee;
	color: #798490;
}

.pagination .page-item.disabled a {
	color: #798490;
}

.pagination .page-item.active a {
	color: #fff;
}

.pagination .page-item:not(.disabled):not(.active) .icon {
	color: #691448;
}

.pagination .page-item:not(.disabled):not(.active).disabled .icon {
	color: #798490;
}

.pagination .page-item:not(.disabled):not(.active).active .icon {
	color: #fff;
}

.pagination .page-link {
	margin-top: 3px;
	margin-bottom: 3px;
}

.cms-block-image-text .cms-block-container-row {
	-ms-flex-align: start;
	align-items: flex-start;
}

.cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
	font-size: 16px;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
		padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	.cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
		margin-bottom: 20px;
	}
}

.cms-block-image-four-column .col-md-3 {
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 479.98px) {
	.cms-row > .cms-block-image-four-column:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.cms-block-text-three-column .cms-element-product-slider {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.cms-element-product-slider .product-box .product-image-wrapper {
	background-color: #fff;
}

.cms-element-product-listing-actions div.sorting {
	margin-top: 3px;
	margin-bottom: 3px;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
	cursor: pointer;
}

.custom-control-input:focus ~ .custom-control-label::after {
	cursor: pointer;
}

.custom-control-input ~ .custom-control-label::before {
	box-shadow: none;
	cursor: pointer;
}

.custom-control-input ~ .custom-control-label::after {
	cursor: pointer;
}

.payment-method-description > p {
	color: #adb5bd;
}

.shipping-method-description > p {
	color: #adb5bd;
}

.filter-panel .filter-panel-item button {}

.filter-panel .filter-panel-item button:not(.disabled) {
	color: #333;
	border-color: #eee;
	background-color: #fff;
	box-shadow: none;
}

.filter-panel .filter-panel-item button:not(.disabled):hover {
	opacity: .9;
}

.filter-panel .filter-panel-item button .icon.icon-filter-panel-item-toggle svg {
	top: 1px;
	color: #333;
}

.filter-panel .filter-panel-item.show .filter-panel-item-toggle {
	color: #008490;
	border-color: #008490;
}

.filter-panel .filter-panel-item.show .filter-panel-item-toggle svg {
	color: #008490;
}

.filter-panel .filter-panel-item .dropdown-menu {
	margin-top: -8px;
	background-color: #fff;
}

.cms-block-container-row.has--sidebar .filter-panel-wrapper {
	padding-bottom: 20px;
}

.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-panel-item {
	margin-bottom: -1px;
	position: relative;
}

.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-active {
	margin-bottom: 3px;
	border-radius: 20px;
}

.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-reset-all {
	border-radius: 20px;
}

.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-panel-item-toggle[aria-expanded="true"] {
	border-color: #eee;
}

.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-panel-item-dropdown {
	border: 1px solid #eee;
	background-color: #fff;
}

.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
	padding: 20px 0px 0px 20px;
	background-color: #eee;
}

@media (min-width: 992px) {
	.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
		display: table;
		width: 100%;
		margin-top: -1px;
		margin-bottom: -1px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
}

.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper .filter-panel-items-container {
	margin-bottom: 0;
}

.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper .filter-active {
	border-radius: 20px;
	background-color: #fff;
}

.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper .filter-reset-all {
	border-radius: 20px;
}

.offcanvas-filter .filter-active {
	border-radius: 20px;
}

.offcanvas-filter .filter-reset-all {
	border-radius: 20px;
}

.filter-boolean.filter-panel-item {
	color: #333;
	border-color: #eee;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: none;
}

.filter-boolean.filter-panel-item:hover {
	opacity: .9;
}

.product-wishlist {
	margin-bottom: 10px;
}

.product-wishlist .icon-wishlist {
	color: #000;
}

.basic-captcha {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.basic-captcha-content-code {
	margin-bottom: .5rem;
}

.basic-captcha-content-refresh-icon {
	-ms-flex-item-align: center;
	align-self: center;
}

nav[aria-label="breadcrumb"] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	padding: 0px 0px;
}

nav[aria-label="breadcrumb"] ol.breadcrumb {
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.cms-breadcrumb {
	position: relative;
	z-index: 1;
}

.is-ctl-navigation.is-act-home .breadcrumb {
	display: none;
}

.twt-is-cms-page .breadcrumb {
	display: none;
}

.twt-is-cms-landingpage .breadcrumb {
	display: none;
}

.twt-is-cms-product-list .breadcrumb {
	display: none;
}

.is-ctl-navigation .cms-breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.is-ctl-navigation .cms-breadcrumb .breadcrumb-inner-container {
	width: 100%;
	max-width: 1400px;
}

.twt-is-cms-product-detail .breadcrumb {
	display: none;
}

.twt-is-cms-product-detail .cms-breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.twt-is-cms-product-detail .cms-breadcrumb .breadcrumb-inner-container {
	width: 100%;
	max-width: 1400px;
}

.is-ctl-product:not(.twt-is-cms-product-detail) nav[aria-label="breadcrumb"] {
	display: none;
}

.is-ctl-product:not(.twt-is-cms-product-detail) nav[aria-label="breadcrumb"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.twt-breadcrumb-further-information {
	font-size: 14px;
	font-size: .875rem;
	margin-right: .5rem;
}

.twt-breadcrumb-further-information span {
	-ms-flex-item-align: center;
	align-self: center;
	color: #999;
}

.twt-breadcrumb-home-icon .breadcrumb-title {
	display: none;
}

.twt-breadcrumb-home-icon a .icon {
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	color: #999;
}

.twt-breadcrumb-home-icon a:hover .icon {
	opacity: .7;
	color: #999;
}

.twt-breadcrumb-home-icon a.is-active .icon {
	color: #691448;
}

.twt-breadcrumb-home-icon a.is-active:hover .icon {
	opacity: .7;
	color: #691448;
}

.breadcrumb-placeholder .icon {
	color: #999;
}

.breadcrumb-placeholder span.text {
	color: #999;
}

.breadcrumb .icon {
	width: 16px;
	height: 16px;
}

.breadcrumb-item a, .breadcrumb-item div {
	font-size: 14px;
	font-size: .875rem;
	color: #999;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.breadcrumb-item a:hover, .breadcrumb-item div:hover {
	opacity: .7;
	color: #999;
}

.breadcrumb a.is-active {
	font-weight: 600;
	color: #691448;
}

.breadcrumb a.is-active:hover {
	opacity: .7;
	color: #691448;
}

.product-action .btn-light {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.product-action .btn-light:hover {
	color: #fff;
	background-color: #490e32;
	border-color: #3e0c2b;
}

.product-action .btn-light:focus, .product-action .btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.product-action .btn-light.disabled, .product-action .btn-light:disabled {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.product-action .btn-light:not(:disabled):not(.disabled):active, .product-action .btn-light:not(:disabled):not(.disabled).active, .show > .product-action .btn-light.dropdown-toggle {
	color: #fff;
	background-color: #3e0c2b;
	border-color: #330a23;
}

.product-action .btn-light:not(:disabled):not(.disabled):active:focus, .product-action .btn-light:not(:disabled):not(.disabled).active:focus, .show > .product-action .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.custom-select {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	font-family: "Montserrat", sans-serif;
}

.custom-select:hover {
	color: #691448;
	border-color: #691448;
}

.form-label {
	margin-bottom: 1px;
	color: #666;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
}

.form-group {
	margin-bottom: 10px;
}

.form-control {
	min-height: 40px;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	font-family: "Montserrat", sans-serif;
}

.form-control:hover {
	color: #691448;
	border-color: #691448;
}

.form-control::-moz-placeholder, .form-control::-ms-input-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
	opacity: 1;
	color: #8e8e8e;
}

input.form-control::-moz-placeholder {
	opacity: 1;
	color: #8e8e8e;
}

body:not(.twt-is-cms-product-detail) .card-tabs .card-body {
	padding-top: 20px;
}

body:not(.twt-is-cms-product-detail) .card-tabs .nav-item {
	margin-right: 0;
}

body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
	display: block;
	background-color: #eee;
	color: #333;
	border-bottom: 2px solid #eee;
	padding: 13px 20px 11px 20px;
}

body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active {
	background-color: #691448;
	color: #fff;
	border-bottom-color: #691448;
}

body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active span {
	color: #fff;
}

body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover {
	background-color: #f5f5f5;
	color: #111;
	border-bottom-color: #dcdcdc;
}

body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover span {
	color: #111;
}

body:not(.twt-is-cms-product-detail) .card-tabs .nav-item:first-of-type .nav-link {
	border-top-left-radius: 20px;
}

@media (max-width: 575.98px) {
	body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs {
		border-bottom: none;
	}
	
	body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link, body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link:hover {
		margin: 0 0 10px 0;
		padding: 10px;
		background-color: rgba(0, 0, 0, .05);
		border-radius: 20px;
	}
	
	body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .product-detail-tab-navigation-icon .icon {
		width: 16px;
		height: 16px;
	}
}

body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .card-body {
	padding-top: 20px;
}

@media (max-width: 575.98px) {
	body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .nav-tabs {
		border-bottom: none;
	}
	
	body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .nav-tabs .nav-link, body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .nav-tabs .nav-link:hover {
		padding-bottom: 10px;
	}
	
	body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .nav-tabs .product-detail-tab-navigation-icon .icon {
		width: 16px;
		height: 16px;
	}
}

body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .card-body {
	padding-top: 20px;
}

body.twt-is-cms-product-detail .card-tabs .nav-item {
	margin-right: 0;
}

body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
	display: block;
	background-color: #eee;
	color: #333;
	border-bottom: 2px solid #eee;
	padding: 13px 20px 11px 20px;
}

body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active {
	background-color: #691448;
	color: #fff;
	border-bottom-color: #691448;
}

body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active span {
	color: #fff;
}

body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover {
	background-color: #f5f5f5;
	color: #111;
	border-bottom-color: #dcdcdc;
}

body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover span {
	color: #111;
}

body.twt-is-cms-product-detail .card-tabs .nav-item:first-of-type .nav-link {
	border-top-left-radius: 20px;
}

table, .table {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

table.table-bordered *, .table.table-bordered * {
	border-color: #ddd;
}

table:not(.table-dark) thead th, .table:not(.table-dark) thead th {
	border-bottom-color: #eee;
}

table thead:not(.thead-dark) th, .table thead:not(.thead-dark) th {
	border-bottom-color: #eee;
}

table.table-dark thead th, .table.table-dark thead th {
	border-bottom-color: #5b6770;
}

table thead.thead-dark th, .table thead.thead-dark th {
	border-bottom-color: #5b6770;
}

table.table-light thead th, .table.table-light thead th {
	border-bottom-color: #eee;
}

table thead.thead-light th, .table thead.thead-light th {
	border-bottom-color: #eee;
}

.product-detail-price-container table.product-block-prices-table, .product-detail-price-container table.product-block-prices-grid {
	border: none;
	border-radius: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.product-detail-price-container table.product-block-prices-table thead tr th, .product-detail-price-container table.product-block-prices-grid thead tr th {
	border: none;
	border-bottom: 2px solid #eee;
	color: #fff;
	background-color: #691448;
}

.product-detail-price-container table.product-block-prices-table tbody tr th, .product-detail-price-container table.product-block-prices-table tbody tr td, .product-detail-price-container table.product-block-prices-grid tbody tr th, .product-detail-price-container table.product-block-prices-grid tbody tr td {
	border: none;
	border-top: 1px solid #eee;
	color: #333;
	background-color: #fff;
}

.product-detail-price-container table.product-block-prices-table thead tr th, .product-detail-price-container table.product-block-prices-grid thead tr th {
	line-height: 1.1;
	padding: 5px 8px;
}

.product-detail-price-container table.product-block-prices-table tbody tr th, .product-detail-price-container table.product-block-prices-table tbody tr td, .product-detail-price-container table.product-block-prices-grid tbody tr th, .product-detail-price-container table.product-block-prices-grid tbody tr td {
	line-height: 1.1;
	padding: 5px 8px;
}

.product-detail-price-container table.product-block-prices-table, .product-detail-price-container table.product-block-prices-grid {
	width: auto;
}

.product-detail-properties-container table.product-detail-properties-table {
	border-radius: 20px;
}

.product-detail-properties-container table.product-detail-properties-table tbody tr th, .product-detail-properties-container table.product-detail-properties-table tbody tr td {
	color: #333;
	border-top: 1px solid #eee;
	background-color: #fff;
}

.product-detail-properties-container table.product-detail-properties-table tbody tr th, .product-detail-properties-container table.product-detail-properties-table tbody tr td {
	line-height: 1.1;
	padding: 5px 20px 5px 0;
}

.product-detail-properties-container table.product-detail-properties-table {
	width: auto;
}

.container-main {
	min-height: 80px;
	padding: 0;
}

@media (min-width: 1200px) {
	.container-main {
		min-height: 80px;
	}
}

.container-main > div:not(.container) {
	border-radius: 20px;
}

.container-main + .promotion-bar-container, .content-main + .promotion-bar-container {
	display: none !important;
}

@media (min-width: 992px) {
	.top-bar {
		background-color: rgba(255, 255, 255, 0);
	}
	
	.top-bar .top-bar-nav {
		line-height: 30px;
		height: 30px;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		margin-right: auto;
		margin-left: auto;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.2;
		margin-right: 10px;
		padding-right: 10px;
		color: #555;
		border-right: 1px solid rgba(0, 0, 0, .1);
	}
	
	.top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:last-of-type {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	
	.top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:hover {
		color: #691448;
	}
	
	.top-bar .top-bar-nav .top-bar-nav-btn.btn {
		font-size: 14px;
		font-size: .875rem;
		color: #555;
	}
	
	.top-bar .top-bar-nav .top-bar-nav-btn.btn .icon {
		display: none;
	}
	
	.top-bar .top-bar-nav .top-bar-nav-btn.btn:hover {
		color: #691448;
	}
	
	.top-bar .top-bar-nav .top-bar-nav-btn.btn:hover .icon {
		color: #691448;
	}
	
	.top-bar-currency:empty, .top-bar-language:empty, .top-bar-service:empty {
		display: none;
	}
	
	.top-bar-hotline {
		font-size: .875rem;
	}
	
	.top-bar .top-bar-hotline {
		display: inline;
	}
	
	.top-bar .languages-menu .top-bar-nav-text {
		display: inline;
	}
	
	.top-bar .currencies-menu .top-bar-nav-text {
		display: inline;
	}
	
	.top-bar .service-menu .top-bar-nav-text {
		display: inline;
	}
}

header.header-main {
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

@media (min-width: 576px) {
	header.header-main {
		background-color: #fff;
	}
}

@media (min-width: 992px) {
	header.header-main {
		margin-top: 0px;
	}
}

@media (min-width: 1400px) {
	.header-actions-col.col-sm-auto.order-1 {
		background-color: rgba(255, 255, 255, 0);
	}
}

header.header-main .container, header.header-main .cms-section .boxed, .cms-section header.header-main .boxed {
	max-width: inherit;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

header.header-main .header-row {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 575.98px) {
	header.header-main .header-row {
		padding: 10px 0;
	}
}

@media (min-width: 576px) {
	header.header-main .header-row {
		padding: 10px 0 10px 0;
	}
}

@media (min-width: 576px) {
	header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container {
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 575.98px) {
	header.header-main .header-row {
		padding: 0;
	}
	
	header.header-main .header-row .header-actions-col {
		padding-right: 3px;
		padding-bottom: 5px;
		padding-left: 3px;
	}
	
	header.header-main .header-row .header-actions-col .header-nav-main-toggle-label {
		display: inline-block;
	}
	
	header.header-main .header-row .header-search-col {
		background-color: #eef2f5;
	}
	
	header.header-main .header-row .header-search-col .col, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside {
		padding: 0;
	}
	
	header.header-main .header-row .header-search-col .col #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search {
		margin: 0;
		padding: 15px;
	}
}

header.header-main .header-logo-col {
	margin-top: 0;
	padding-bottom: 0;
}

header.header-main .header-logo-col .header-logo-main .header-logo-main-link {
	margin-top: 0px;
	display: inline-block;
}

header.header-main .header-logo-col .header-logo-main .header-logo-main-link img {
	width: 220px;
	height: auto;
}

@media (max-width: 575.98px) {
	header.header-main .header-logo-col .header-logo-main .header-logo-main-link img {
		max-width: 220px;
	}
}

header.header-main .header-logo-col .header-logo-main .header-logo-main-link img:hover {
	opacity: .7;
}

@media (max-width: 991.98px) {
	header.header-main .header-actions-col.col-sm-auto {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 576px) {
	header.header-main .header-search {
		max-width: 500px;
	}
}

@media (min-width: 1200px) {
	header.header-main .header-search {
		width: 1100px;
	}
}

header.header-main .header-search .header-search-btn {
	background-color: #691448;
	border: 1px solid #691448;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

header.header-main .header-search .header-search-btn .icon {
	color: #fff;
}

header.header-main .header-search .header-search-btn .loader {
	color: #fff !important;
}

header.header-main .header-search .header-search-btn:hover {
	opacity: .8;
}

header.header-main .header-search input.header-search-input {
	border: 1px solid #e4e7ea;
	color: #333;
	background-color: #fff;
}

header.header-main .header-search input.header-search-input:focus {
	border-color: #e4e7ea;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .1);
}

header.header-main .header-search input.header-search-input:focus ~ .input-group-append .header-search-btn {
	border-color: #691448;
}

header.header-main .search-row {
	margin-right: auto;
	margin-left: auto;
}

header.header-main .search-row #searchCollapse {
	width: 100%;
	background-color: #eef2f5;
}

header.header-main .search-row #searchCollapse .header-search {
	padding: 15px;
}

header.header-main .header-actions-col, header.header-main .header-search-col {}

@media (max-width: 575.98px) {
	header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
		color: #333;
		border: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
		-webkit-transition: color .2s ease;
		transition: color .2s ease;
		color: #333;
	}
	
	header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
		color: #691448;
		border: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
		color: #691448;
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
		color: #333;
		border: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
		color: #333;
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
		color: #691448;
		border: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
		color: #691448;
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1;
		-webkit-transition: color .2s ease;
		transition: color .2s ease;
		color: #333;
	}
}

@media (min-width: 576px) {
	header.header-main .header-actions-col .no-gutters > [class*="col-"], header.header-main .header-actions-col .cms-block.no-gutters .cms-block-container-row > [class*="col-"], .cms-block.no-gutters header.header-main .header-actions-col .cms-block-container-row > [class*="col-"], header.header-main .header-search-col .no-gutters > [class*="col-"], header.header-main .header-search-col .cms-block.no-gutters .cms-block-container-row > [class*="col-"], .cms-block.no-gutters header.header-main .header-search-col .cms-block-container-row > [class*="col-"] {
		margin-left: 10px;
	}
	
	header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
		font-size: 14px;
		font-size: .875rem;
		font-weight: 400;
		line-height: 35px;
		color: #333;
		border: 1px solid rgba(255, 255, 255, 0);
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn > span[class$="icon"], header.header-main .header-search-col .header-actions-btn > span[class$="icon"] {
		display: inline-block;
	}
	
	header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
		display: inline-block;
		width: 24px;
		height: 24px;
		color: #333;
	}
	
	header.header-main .header-actions-col .header-actions-btn .icon > svg, header.header-main .header-search-col .header-actions-btn .icon > svg {
		top: 0;
		margin-bottom: 2px;
	}
	
	header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
		color: #691448;
		border: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
		color: #691448;
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
		font-weight: 400;
		color: #333;
		border: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
		-webkit-transition: color .2s ease;
		transition: color .2s ease;
		color: #333;
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
		color: #691448;
		border: 1px solid rgba(255, 255, 255, 0);
		background-color: rgba(255, 255, 255, 0);
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
		color: #691448;
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .header-cart-total {
		color: #691448;
	}
	
	header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1;
		-webkit-transition: color .2s ease;
		transition: color .2s ease;
		color: #333;
	}
}

header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
	display: inline-block;
}

@media (max-width: 575.98px) {
	header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}
}

header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x {
	display: none;
}

header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search {
	display: none;
}

header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
	display: inline-block;
}

@media (max-width: 575.98px) {
	header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
	}
}

header.header-main .header-actions-col .header-cart-total, header.header-main .header-search-col .header-cart-total {
	display: none;
}

header.header-main .header-actions-col .header-cart-badge, header.header-main .header-search-col .header-cart-badge {
	display: block;
}

header.header-main .header-nav-main-toggle-label, header.header-main .header-search-toggle-name, header.header-main .header-account-name, header.header-main .header-wishlist-name {
	display: none;
}

header.header-main .header-cart-name {
	display: none;
}

@media (max-width: 575.98px) {
	header.header-main {
		position: -webkit-sticky;
		position: sticky;
		z-index: 1020;
		top: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}
	
	.search-container {
		position: -webkit-sticky;
		position: sticky;
		z-index: 1020;
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}
}

.header-minimal {
	height: 90px;
	color: #555;
	background-color: #fafafa;
}

.header-minimal-row {
	height: 90px;
	padding: 5px 0;
}

.header-minimal-row a {
	color: #555;
}

.header-minimal-row a:hover {
	color: #222;
}

.header-minimal-logo, .header-minimal-contact, .header-minimal-home {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.header-minimal-logo img {
	width: 140px;
	max-width: none;
	height: auto;
}

.header-minimal-logo .header-logo-shopping-experiences-link {
	display: none;
}

@media (max-width: 991.98px) {
	.header-minimal-contact {
		display: none;
	}
	
	.header-minimal-back-to-shop {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: unset;
		width: auto;
	}
	
	.header-minimal-back-to-shop {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: unset;
		width: auto;
	}
}

@media (max-width: 767.98px) {
	.header-minimal-home {
		display: none;
	}
}

@media (max-width: 479.98px) {
	.header-minimal-back-to-shop .header-minimal-back-to-shop-button {
		width: 48px;
		position: relative;
	}
	
	.header-minimal-back-to-shop .header-minimal-back-to-shop-button::after {
		content: "‹";
		display: block;
		position: absolute;
		font-size: 36px;
		padding: 0 5px 0 0;
		width: 48px;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		background-color: #fff;
	}
}

a.header-minimal-home-btn, a.header-minimal-back-to-shop-button {
	text-decoration: none;
	color: #444;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}

a.header-minimal-home-btn .icon, a.header-minimal-back-to-shop-button .icon {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: #444;
}

a.header-minimal-home-btn:hover, a.header-minimal-back-to-shop-button:hover {
	text-decoration: none;
	color: #666;
	border-color: #d4d4d4;
	background-color: #f1f1f1;
}

a.header-minimal-home-btn:hover .icon, a.header-minimal-back-to-shop-button:hover .icon {
	color: #666;
}

.footer-main {
	font-size: 16px;
	font-size: 1rem;
	padding: 0px 0px 0px 0px;
	color: #333;
	border-top: none;
	background-color: #fff;
}

.footer-main .footer-column-content a {
	color: #333;
}

.footer-main .footer-column-content a:hover {
	color: #691448;
}

.footer-main .footer-column-content a[href^="tel:"] {
	color: #333;
}

.footer-main .footer-column-content a[href^="tel:"]:hover {
	color: #333;
}

.footer-main .container, .footer-main .cms-section .boxed, .cms-section .footer-main .boxed {
	max-width: inherit;
	margin: 0;
	padding: 0;
}

.footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0;
	border-bottom: none;
}

@media (min-width: 768px) {
	.footer-main .container .footer-columns .footer-column, .footer-main .cms-section .boxed .footer-columns .footer-column, .cms-section .footer-main .boxed .footer-columns .footer-column {
		padding-bottom: 20px;
	}
	
	.footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 600;
		text-transform: none;
		color: #691448;
		display: inline-block;
		padding: 20px 0 10px 0;
		margin: 0;
	}
	
	.footer-main .container .footer-columns .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a {
		color: #691448;
	}
	
	.footer-main .container .footer-columns .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a:hover {
		color: #691448;
	}
}

.footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	max-width: 1400px;
}

@media (min-width: 768px) {
	.footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
		padding: 20px 0px 0px 0px;
	}
}

.footer-main .container .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo {
	margin: 0 10px 10px 0;
}

.footer-main .container .footer-columns#footerColumns .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-main .container .footer-columns#footerColumns .twt-awards-container img, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container img, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container img {
	margin: 0 20px 20px 0;
}

.footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
	color: #fff;
	background-color: #691448;
	margin-right: 0;
	margin-left: 0;
}

.footer-main .container .footer-columns#footerColumnsTop a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a {
	color: #fff;
}

.footer-main .container .footer-columns#footerColumnsTop a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a:hover {
	color: #eee;
}

@media (min-width: 768px) {
	.footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
		padding: 20px 0px 0px 0px;
	}
	
	.footer-main .container .footer-columns#footerColumnsTop .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline {
		color: #fff;
		display: inline-block;
		border-bottom: 2px solid #fff;
		padding: 20px 0 0 0;
		margin: 0 0 20px 0;
	}
	
	.footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a {
		color: #fff;
	}
	
	.footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a:hover {
		color: #fff;
	}
}

.footer-main .container .footer-columns#footerColumnsTop .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-content-inner {
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-main .container .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo {
	margin: 0 5px 10px 5px;
}

.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container {
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container img, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container img, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container img {
	margin: 0 10px 20px 10px;
}

.footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
	color: #333;
	background-color: #eef2f5;
	max-width: 1400px;
}

@media (min-width: 768px) {
	.footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
		border-radius: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
		padding: 20px 0px 20px 0px;
	}
}

.footer-main .container .footer-columns#footerColumnsBottom a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a {
	color: #333;
	text-decoration: underline;
}

.footer-main .container .footer-columns#footerColumnsBottom a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a:hover {
	color: #691448;
	text-decoration: none;
}

@media (min-width: 768px) {
	.footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline {
		color: #691448;
		display: inline-block;
		border-bottom: 2px solid #691448;
		padding: 20px 0 0 0;
		margin: 0 0 20px 0;
	}
	
	.footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a {
		color: #691448;
	}
	
	.footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:hover {
		color: #691448;
	}
}

.footer-main .container .footer-columns#footerColumnsBottom .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner {
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-main .container .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo {
	margin: 0 5px 10px 5px;
}

.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container {
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container img, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container img, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container img {
	margin: 0 10px 20px 10px;
}

.footer-main .container .footer-columns .footer-logos-column .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns .footer-logos-column .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns .footer-logos-column .footer-column-content-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.footer-main .footer-bottom {
	padding: 40px;
	font-size: 14px;
	font-size: .875rem;
	color: #666;
	background-color: rgba(0, 0, 0, 0);
}

.footer-main .footer-bottom a {
	color: #666;
}

.footer-main .footer-bottom a:hover {
	color: #333;
}

.footer-main .footer-bottom .footer-service-menu {
	text-align: center;
}

@media (min-width: 768px) {
	.footer-main .footer-bottom .footer-service-menu {
		display: none;
	}
}

.footer-main .footer-bottom .footer-vat p {
	margin-bottom: 0;
}

.footer-service-menu-link {
	padding: 0;
}

@media (max-width: 767.98px) {
	.footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {}
	
	.footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		cursor: pointer;
		text-transform: none;
		color: #691448;
	}
	
	.footer-main .container .footer-columns .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline .icon {
		color: #691448;
	}
	
	.footer-main .container .footer-columns .footer-column.permanent .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column.permanent .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column.permanent .footer-column-headline {
		cursor: auto;
	}
	
	.footer-main .container .footer-columns#footerColumns .footer-column.last, .footer-main .cms-section .boxed .footer-columns#footerColumns .footer-column.last, .cms-section .footer-main .boxed .footer-columns#footerColumns .footer-column.last {
		border-bottom: none;
	}
	
	.footer-main .container .footer-columns#footerColumnsTop .footer-column, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column {
		border-bottom: 1px solid #c2c2c2;
	}
	
	.footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline {
		cursor: pointer;
		color: #fff;
	}
	
	.footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon {
		color: #fff;
	}
	
	.footer-main .container .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.footer-main .container .footer-columns#footerColumnsBottom .footer-column, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column {
		border-bottom: 1px solid #c2c2c2;
	}
	
	.footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline {
		cursor: pointer;
		color: #691448;
	}
	
	.footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon {
		color: #691448;
	}
	
	.footer-main .container .footer-columns#footerColumnsBottom .footer-column:not(.js-footer-column) .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column:not(.js-footer-column) .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column:not(.js-footer-column) .footer-column-headline {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 576px) {
	.nav-main {
		padding-bottom: 0px;
		background-color: #fff;
	}
	
	.nav-main .main-navigation-link {
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 600;
		height: 60px;
		text-transform: none;
	}
	
	.nav-main .main-navigation-link.home-link {
		color: #333;
	}
	
	.nav-main .main-navigation-link.home-link.active {
		color: #691448;
	}
	
	.nav-main .main-navigation-link.home-link.active .icon {
		color: #691448;
	}
	
	.nav-main .main-navigation-link.home-link:hover {
		color: #691448;
	}
	
	.nav-main .main-navigation-link.home-link:hover .icon {
		color: #691448;
	}
	
	.nav-main .main-navigation-link.home-link .icon {
		color: #333;
	}
	
	.nav-main .main-navigation-link:not(.home-link) {
		color: #333;
	}
	
	.nav-main .main-navigation-link:not(.home-link).active {
		color: #691448;
	}
	
	.nav-main .main-navigation-link:not(.home-link).active .icon {
		color: #691448;
	}
	
	.nav-main .main-navigation-link:not(.home-link):hover {
		color: #691448;
	}
	
	.nav-main .main-navigation-link:not(.home-link):hover .icon {
		color: #691448;
	}
	
	.nav-main .main-navigation-link:not(.home-link) .icon {
		color: #333;
	}
	
	.nav-main .main-navigation-link.active {
		font-weight: 600;
	}
	
	.nav-main .main-navigation-link .icon {
		display: inline-block;
	}
	
	.nav-main .main-navigation-link .icon > svg {
		top: 0;
		margin-bottom: 2px;
	}
	
	.nav-main .main-navigation-link {
		line-height: 60px;
		-webkit-transition: color .2s ease, background-color .2s ease;
		transition: color .2s ease, background-color .2s ease;
	}
	
	.nav-main .main-navigation-link:first-of-type {
		margin-left: 0px;
	}
	
	.nav-main .main-navigation-link.home-link {
		padding: 0 17px;
	}
	
	.nav-main .main-navigation-link.home-link.active {
		background-color: #fff;
	}
	
	.nav-main .main-navigation-link.home-link:hover {
		background-color: #eef2f5;
	}
	
	.nav-main .main-navigation-link:not(.home-link) {
		padding: 0 17px;
	}
	
	.nav-main .main-navigation-link:not(.home-link).active {
		background-color: #fff;
	}
	
	.nav-main .main-navigation-link:not(.home-link):hover {
		background-color: #eef2f5;
	}
	
	.nav-main .main-navigation-link .icon {
		-webkit-transition: color .2s ease;
		transition: color .2s ease;
	}
	
	.nav-main .main-navigation-link .main-navigation-link-text {
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	.nav-main a + div.main-navigation-link {
		margin-left: 0 !important;
	}
	
	body.is-sticky-nav-main .nav-main .main-navigation-menu {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	body:not(.is-sticky-nav-main) .nav-main .main-navigation-menu {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.nav-main div.main-navigation-link {
	cursor: default;
}

.navigation-flyouts {
	left: 0;
}

@media (min-width: 768px) {
	.navigation-flyouts {
		left: 0;
		right: 0;
		position: fixed;
	}
	
	.navigation-flyout {
		background-color: #eef2f5;
	}
	
	.navigation-flyout.is-open {
		-webkit-animation: navFyloutFadeIn .3s ease-in-out;
		animation: navFyloutFadeIn .3s ease-in-out;
	}
	
	.navigation-flyout .container, .navigation-flyout .cms-section .boxed, .cms-section .navigation-flyout .boxed {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.navigation-flyout-bar {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.navigation-flyout-content {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.navigation-flyout-content {
		padding-top: 20px;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.navigation-flyout-close .icon {
		color: #691448;
	}
	
	.navigation-flyout-close:hover .icon {
		color: #333;
	}
	
	.navigation-flyout-teaser-image {
		border-radius: 20px;
	}
	
	.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
		margin-bottom: 10px;
		padding-left: 5px;
	}
	
	.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 30px;
		left: 0;
		content: "›";
		color: #691448;
		border-left: none;
	}
	
	.navigation-flyout-link {
		margin: 0 10px;
		color: #333;
	}
	
	.navigation-flyout-link.is-level-0 {
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: normal;
	}
	
	.navigation-flyout-link.is-level-0 img.navigation-flyout-teaser-image {
		border-radius: 20px;
	}
	
	.navigation-flyout-link.is-level-1 {
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		font-size: 1rem;
	}
	
	.navigation-flyout-link:not(.is-level-0):not(.is-level-1) {
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		font-size: 1rem;
	}
	
	a.navigation-flyout-link:hover {
		color: #691448;
	}
	
	div.navigation-flyout-link:hover {
		padding-left: 0;
		color: #333;
	}
	
	.navigation-flyout-bar {
		margin-top: 20px;
		margin-right: 0;
		margin-bottom: 20px;
		margin-bottom: 0 !important;
		margin-left: 0;
		padding: 0px 0;
		border-radius: 20px;
		background: #e3e8ec;
	}
	
	.navigation-flyout-category-link .nav-link {
		font-size: 18px;
		font-size: 1.125rem;
		color: #691448;
	}
	
	.navigation-flyout-category-link .nav-link:hover {
		color: #333;
	}
}

.offcanvas .offcanvas-close {
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.offcanvas .js-offcanvas-cart-promotion .offcanvas-cart-promotion-form input:first-of-type {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.offcanvas .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) {
	margin: 5px -20px 0 -20px;
	padding: 20px;
	border-top: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	background-color: rgba(0, 0, 0, .05);
}

.offcanvas .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) .custom-select.mt-2 {
	margin-top: 0 !important;
}

.offcanvas .shipping-cost {
	line-height: 1.1;
}

.offcanvas .shipping-cost .js-toggle-shipping-selection {
	text-decoration: none;
}

.offcanvas .shipping-cost .js-toggle-shipping-selection:hover {
	opacity: .7;
}

.offcanvas .offcanvas-cart-items {
	margin: 15px 0 5px 0;
}

.offcanvas .offcanvas-summary {
	margin: 15px 0 5px 0;
}

.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-header {
	color: #111;
	border-bottom: 1px solid #e0e0e0;
}

.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-login {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group {
	padding: 10px 0;
}

.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group .list-group-item {
	background: none !important;
}

.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group .account-aside-item {
	padding: 3px 0;
}

.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-footer {
	border-top: 1px solid #e0e0e0;
}

@media (max-width: 575.98px) {
	.search-suggest-container {
		overflow-x: scroll;
		height: calc(95vh - 160px);
	}
}

.cookie-permission-container {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.cookie-permission-container .btn {
	outline: none;
	-webkit-transition: none;
	transition: none;
}

.cookie-permission-container .js-cookie-permission-button {
	display: inline-block;
	padding: 3px 1px;
}

.cookie-permission-container .js-cookie-permission-button .btn {
	color: #212529;
	background-color: #c2c2c2;
	border-color: #c2c2c2;
}

.cookie-permission-container .js-cookie-permission-button .btn:hover {
	color: #212529;
	background-color: #afafaf;
	border-color: darkgray;
}

.cookie-permission-container .js-cookie-configuration-button {
	display: inline-block;
	padding: 3px 1px;
}

.cookie-permission-container .js-cookie-configuration-button .btn {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.cookie-permission-container .js-cookie-configuration-button .btn:hover {
	color: #fff;
	background-color: #490e32;
	border-color: #3e0c2b;
}

.cookie-permission-container .js-cookie-accept-all-button {
	display: inline-block;
	padding: 3px 1px;
}

.cookie-permission-container .js-cookie-accept-all-button .btn {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.cookie-permission-container .js-cookie-accept-all-button .btn:hover {
	color: #fff;
	background-color: #490e32;
	border-color: #3e0c2b;
}

.cookie-permission-container .container .cookie-permission-content, .cookie-permission-container .cms-section .boxed .cookie-permission-content, .cms-section .cookie-permission-container .boxed .cookie-permission-content {
	color: #555;
}

.cookie-permission-container .container .cookie-permission-content a, .cookie-permission-container .cms-section .boxed .cookie-permission-content a, .cms-section .cookie-permission-container .boxed .cookie-permission-content a {
	color: #555;
	text-decoration: underline;
}

.cookie-permission-container .container .cookie-permission-content a:hover, .cookie-permission-container .cms-section .boxed .cookie-permission-content a:hover, .cms-section .cookie-permission-container .boxed .cookie-permission-content a:hover {
	text-decoration: none;
	opacity: .9;
}

.cookie-permission-container .container .cookie-permission-content .col, .cookie-permission-container .cms-section .boxed .cookie-permission-content .col, .cms-section .cookie-permission-container .boxed .cookie-permission-content .col, .cookie-permission-container .container .cookie-permission-content .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .cookie-permission-container .container .cookie-permission-content .checkout-aside, .cookie-permission-container .container .cookie-permission-content .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .cookie-permission-container .container .cookie-permission-content .checkout-aside, .cookie-permission-container .container .cookie-permission-content .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .cookie-permission-container .container .cookie-permission-content .checkout-aside, .cookie-permission-container .cms-section .boxed .cookie-permission-content .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .cookie-permission-container .cms-section .boxed .cookie-permission-content .checkout-aside, .cookie-permission-container .cms-section .boxed .cookie-permission-content .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .cookie-permission-container .cms-section .boxed .cookie-permission-content .checkout-aside, .cookie-permission-container .cms-section .boxed .cookie-permission-content .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .cookie-permission-container .cms-section .boxed .cookie-permission-content .checkout-aside, .cookie-permission-container .container .cookie-permission-content .col-md-auto, .cookie-permission-container .cms-section .boxed .cookie-permission-content .col-md-auto, .cms-section .cookie-permission-container .boxed .cookie-permission-content .col-md-auto {
	padding-left: 0;
	padding-right: 0;
}

.scroll-up-button .btn {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
	width: 45px;
	height: 45px;
	text-overflow: unset;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .3);
}

.scroll-up-button .btn:hover {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.scroll-up-button .btn:focus, .scroll-up-button .btn.focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.scroll-up-button .btn.disabled, .scroll-up-button .btn:disabled {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.scroll-up-button .btn:not(:disabled):not(.disabled):active, .scroll-up-button .btn:not(:disabled):not(.disabled).active, .show > .scroll-up-button .btn.dropdown-toggle {
	color: #fff;
	background-color: #3e0c2b;
	border-color: #330a23;
}

.scroll-up-button .btn:not(:disabled):not(.disabled):active:focus, .scroll-up-button .btn:not(:disabled):not(.disabled).active:focus, .show > .scroll-up-button .btn.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(128, 55, 99, .5);
}

.scroll-up-button .btn .icon {
	color: #fff;
}

.scroll-up-button .btn .icon:hover {
	color: #fff;
}

.dropdown .dropdown-menu {
	font-size: 14px;
	font-size: .875rem;
	margin-top: 2px;
	color: #111;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

.dropdown .dropdown-menu a:not(.btn) {
	color: #111;
}

.dropdown .dropdown-menu a:not(.btn):hover {
	color: #691448;
}

.dropdown .dropdown-menu a:not(.btn).active, .dropdown .dropdown-menu a:not(.btn):active {
	background-color: inherit;
}

.dropdown .dropdown-menu::before {
	position: absolute;
	top: -5px;
	right: 20px;
	display: block;
	width: 8px;
	height: 8px;
	content: "";
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	background: #fff;
}

.dropdown .dropdown-menu.dropdown-menu-right::before {
	right: 20px;
}

.dropdown .dropdown-menu.dropdown-menu-left::before {
	left: 20px;
}

.dropdown .dropdown-menu .dropdown-item {
	line-height: 1.5;
	color: #111;
}

.dropdown .dropdown-menu .dropdown-item:hover {
	color: #691448;
}

.dropdown .dropdown-menu .dropdown-item.active, .dropdown .dropdown-menu .dropdown-item:active {
	background-color: inherit;
}

.dropdown.show .top-bar-nav-btn {
	color: #555;
}

.dropdown.show .top-bar-nav-btn .icon {
	color: #555;
}

.offcanvas .dropdown-menu .dropdown-item.active, .offcanvas .dropdown-menu .dropdown-item:active {
	color: inherit;
	background-color: inherit;
}

.footer-minimal {
	font-size: 14px;
	font-size: .875rem;
	padding: 20px;
	text-align: center;
	color: #b4b4b4;
	background-color: #555;
}

.footer-minimal a {
	color: #b4b4b4;
}

.footer-minimal a:hover {
	color: #b4b4b4;
}

.footer-minimal .footer-vat p {
	margin-bottom: 0;
}

.footer-minimal .footer-service-menu {
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-minimal .footer-service-menu a {
	color: #fff;
}

.footer-minimal .footer-service-menu a:hover {
	color: #fff;
}

.footer-minimal .footer-service-menu .footer-service-menu-item::after {
	border-color: #fff;
}

.footer-minimal .footer-copyright {
	padding-top: 20px;
	border-top: 1px solid #5d5d5d;
}

.footer-minimal .footer-bottom {
	background: none;
}

body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content {
	margin-bottom: 20px;
	border-radius: 20px;
	background-color: #fff;
}

body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-headline {
	margin-bottom: 20px;
}

body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-thumbnails-item-inner {
	border-radius: 20px;
}

@media (min-width: 768px) {
	body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row {
		margin-bottom: 0;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-col {
		width: 100%;
		-ms-flex-order: 1;
		order: 1;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-thumbnails-col {
		width: 100%;
		-ms-flex-order: 2;
		order: 2;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-thumbnails-col .gallery-slider-thumbnails {
		margin-top: 10px;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-thumbnails-col .gallery-slider-thumbnails .gallery-slider-thumbnails-item {
		height: auto;
		max-width: 120px;
	}
}

.content-main > .container > .container-main > div.product-detail, .cms-section .content-main > .boxed > .container-main > div.product-detail {
	margin: 20px 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.product-detail-buy {
		margin-top: 10px;
	}
}

table.product-block-prices-table, table.product-block-prices-grid {
	margin-bottom: 3px;
}

.product-detail-tax-container .product-detail-tax-link {
	font-size: 12px;
	font-size: .75rem;
}

.product-detail-delivery-information {
	margin-bottom: 1.25rem;
}

.product-delivery-information p.delivery-information {
	margin-bottom: 2px;
}

body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation {
	background-color: #fafafa;
	border-top-left-radius: 22px;
	position: relative;
}

body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) {
	margin-bottom: 20px;
	border-radius: 20px;
	background-color: #fff;
}

@media (max-width: 575.98px) {
	body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation {
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list {
		padding-bottom: 0;
		border: 0;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item:last-of-type a {
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) {
		padding-bottom: 0;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-properties-tab-navigation-link {
		background: none;
		border: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-weight: 600;
	}
	
	body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-manufacturer-tab-navigation-link {
		background: none;
		border: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-weight: 600;
	}
}

body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling {
	border-radius: 20px;
	background-color: #fff;
}

body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .card {
	margin-top: 0;
	padding: 0;
}

body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .product-slider.has-nav {
	padding-right: 0;
	padding-left: 0;
}

.twt-is-cms-product-detail .product-detail-cross-selling .card {
	margin-top: inherit;
}

.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-product-description-reviews .product-detail-tabs-content {
	border: 1px solid rgba(238, 238, 238, 0);
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	background-color: #fff;
}

.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-product-description-reviews:not(.bg-color) {
	border: none;
	background-color: transparent;
}

.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-cross-selling .product-detail-tabs-content {
	border: 1px solid rgba(238, 238, 238, 0);
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	background-color: #fff;
}

.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-cross-selling:not(.bg-color) {
	border: none;
	background-color: transparent;
}

.twt-is-cms-product-detail .card-header {
	padding: 0;
	position: relative;
	background-color: #fafafa;
	margin-left: -20px;
	margin-right: -20px;
	border-top-left-radius: 22px;
}

.account-content .account-content-aside {
	padding-left: 0;
	border-right: 1px solid #c2c2c2;
}

.account-content .account-content-main {
	margin-right: auto;
	margin-left: auto;
}

.content-main > .container > .container-main > div.account-content, .cms-section .content-main > .boxed > .container-main > div.account-content {
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 575.98px) {
	.is-act-loginpage .content-main .container, .is-act-loginpage .content-main .cms-section .boxed, .cms-section .is-act-loginpage .content-main .boxed {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.is-act-loginpage .content-main .container .container-main > div:not(.search-page), .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-loginpage .content-main .boxed .container-main > div:not(.search-page) {
		margin-top: 8px;
		padding: 8px;
	}
	
	.is-act-loginpage .content-main .container .container-main > div:not(.search-page) .row, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .row, .cms-section .is-act-loginpage .content-main .boxed .container-main > div:not(.search-page) .row, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .account-content, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .account-content, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container {
		margin-right: -8px;
		margin-left: -8px;
	}
	
	.is-act-loginpage .content-main .container .container-main > div:not(.search-page) .row > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .row > div, .cms-section .is-act-loginpage .content-main .boxed .container-main > div:not(.search-page) .row > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .account-content > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container > div, .is-act-cartpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container > div, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container > div, .is-act-confirmpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container > div, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container > div, .is-act-finishpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .account-content > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container > div, .is-act-cartpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container > div, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container > div, .is-act-confirmpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container > div, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container > div, .is-act-finishpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.is-act-recoveraccountform .content-main .container, .is-act-recoveraccountform .content-main .cms-section .boxed, .cms-section .is-act-recoveraccountform .content-main .boxed {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.is-act-recoveraccountform .content-main .container .container-main > div:not(.search-page), .is-act-recoveraccountform .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-recoveraccountform .content-main .boxed .container-main > div:not(.search-page) {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.is-act-recoveraccountform .content-main .container .container-main > div:not(.search-page) > div, .is-act-recoveraccountform .content-main .cms-section .boxed .container-main > div:not(.search-page) > div, .cms-section .is-act-recoveraccountform .content-main .boxed .container-main > div:not(.search-page) > div {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.checkout-aside .checkout-aside-summary {
	margin-top: 20px;
	border-radius: 20px;
}

.checkout-aside .checkout-aside-summary-label:not(.checkout-aside-summary-total) {
	font-size: .875rem;
}

.checkout-aside .checkout-aside-summary-label.checkout-aside-summary-total {
	font-size: 1rem;
}

.checkout-aside .checkout-aside-summary-value:not(.checkout-aside-summary-total) {
	font-size: .875rem;
}

.checkout-aside .checkout-aside-summary-value.checkout-aside-summary-total {
	font-size: 1rem;
}

.checkout-aside .checkout-aside-add-code input[name="code"] {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.checkout-aside .checkout-aside-item-data {
	font-size: .875rem;
}

.product-feature-feature {
	font-size: .75rem;
}

.cart-add-product-container input#addProductInput {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.cart-item-details .cart-item-ordernumber {
	font-size: 12px;
	font-size: .75rem;
}

@media (max-width: 575.98px) {
	.is-act-cartpage .content-main .container, .is-act-cartpage .content-main .cms-section .boxed, .cms-section .is-act-cartpage .content-main .boxed {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.is-act-cartpage .content-main .container .container-main > div:not(.search-page), .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) {
		margin-top: 8px;
	}
	
	.is-act-cartpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container {
		margin-right: -8px;
		margin-left: -8px;
	}
	
	.is-act-cartpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main {
		padding-right: 8px;
		padding-left: 8px;
		width: calc(100% - 3px);
	}
	
	.is-act-cartpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside {
		padding-right: 8px;
		padding-left: 8px;
		width: calc(100% - 3px);
	}
}

@media (max-width: 575.98px) {
	.is-act-checkoutregisterpage .content-main .container, .is-act-checkoutregisterpage .content-main .cms-section .boxed, .cms-section .is-act-checkoutregisterpage .content-main .boxed {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.is-act-checkoutregisterpage .content-main .container .container-main > div:not(.search-page), .is-act-checkoutregisterpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-checkoutregisterpage .content-main .boxed .container-main > div:not(.search-page) {
		margin-top: 8px;
	}
	
	.is-act-checkoutregisterpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-checkoutregisterpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-act-checkoutregisterpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container {
		margin-right: -8px;
		margin-left: -8px;
	}
	
	.is-act-checkoutregisterpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-act-checkoutregisterpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-act-checkoutregisterpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main {
		padding-right: 8px;
		padding-left: 8px;
	}
}

@media (max-width: 575.98px) {
	.is-act-confirmpage .content-main .container, .is-act-confirmpage .content-main .cms-section .boxed, .cms-section .is-act-confirmpage .content-main .boxed, .is-ctl-accountorder .content-main .container, .is-ctl-accountorder .content-main .cms-section .boxed, .cms-section .is-ctl-accountorder .content-main .boxed {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.is-act-confirmpage .content-main .container .container-main > div:not(.search-page), .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page), .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page), .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) {
		margin-top: 8px;
	}
	
	.is-act-confirmpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container, .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) .checkout-container {
		margin-right: -8px;
		margin-left: -8px;
	}
	
	.is-act-confirmpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main {
		padding-right: 8px;
		padding-left: 8px;
		width: calc(100% - 3px);
	}
	
	.is-act-confirmpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside {
		padding-right: 8px;
		padding-left: 8px;
		width: calc(100% - 3px);
	}
}

@-webkit-keyframes stickynavFyloutFadeInDown {
	0% {
		-webkit-transform: translateY(-300px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes stickynavFyloutFadeInDown {
	0% {
		-ms-transform: translateY(-300px);
		-webkit-transform: translateY(-300px);
		transform: translateY(-300px);
	}
	
	100% {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes stickynavFyloutFadeInDown {
	0% {
		-ms-transform: translateY(-300px);
		-webkit-transform: translateY(-300px);
		transform: translateY(-300px);
	}
	
	100% {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes navFyloutFadeInOpacity {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes navFyloutFadeInOpacity {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes floatingWidgetWobbleLeft {
	0% {
		left: -400px;
	}
	
	50% {
		left: -394px;
	}
	
	100% {
		left: -400px;
	}
}

@keyframes floatingWidgetWobbleLeft {
	0% {
		left: -400px;
	}
	
	50% {
		left: -394px;
	}
	
	100% {
		left: -400px;
	}
}

@-webkit-keyframes floatingWidgetWobbleRight {
	0% {
		right: -400px;
	}
	
	50% {
		right: -396px;
	}
	
	100% {
		right: -400px;
	}
}

@keyframes floatingWidgetWobbleRight {
	0% {
		right: -400px;
	}
	
	50% {
		right: -396px;
	}
	
	100% {
		right: -400px;
	}
}

@-webkit-keyframes navFyloutFadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes navFyloutFadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes cmsOverlaySlideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cmsOverlaySlideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes cmsOverlaySlideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cmsOverlaySlideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes cmsOverlaySlideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cmsOverlaySlideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes cmsOverlaySlideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cmsOverlaySlideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes cmsOverlayZoomIn {
	from {
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes cmsOverlayZoomIn {
	from {
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.twt-animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.twt-fade-in:not(.twt-cms-animation) {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.twt-fade-in-down:not(.twt-cms-animation) {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.twt-fade-in-left:not(.twt-cms-animation) {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.twt-fade-in-right:not(.twt-cms-animation) {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.twt-fade-in-up:not(.twt-cms-animation) {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.twt-zoom-in:not(.twt-cms-animation) {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.twt-zoom-in-down:not(.twt-cms-animation) {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.twt-zoom-in-left:not(.twt-cms-animation) {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.twt-zoom-in-right:not(.twt-cms-animation) {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.twt-zoom-in-up:not(.twt-cms-animation) {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

.badge-tc-innovations-lighten {
	color: #0a4069 !important;
	background-color: #d0e5f4;
	border-color: #bddaf0;
}

.badge-themeware-lighten {
	color: #072f4c !important;
	background-color: #cfdee9;
	border-color: #bbd1e1;
}

.badge-primary-lighten {
	color: #370a25 !important;
	background-color: #e1d0da;
	border-color: #d5bdcc;
}

.badge-secondary-lighten {
	color: #370a25 !important;
	background-color: #e1d0da;
	border-color: #d5bdcc;
}

.badge-success-lighten {
	color: #186a3b !important;
	background-color: #d5f5e3;
	border-color: #c4f1d7;
}

.badge-info-lighten {
	color: #265574 !important;
	background-color: #dbedf9;
	border-color: #cce5f6;
}

.badge-warning-lighten {
	color: #7d6608 !important;
	background-color: #fcf3cf;
	border-color: #fbeebc;
}

.badge-danger-lighten {
	color: #78281f !important;
	background-color: #fadbd8;
	border-color: #f8cdc8;
}

.badge-light-lighten {
	color: #818181 !important;
	background-color: #fefefe;
	border-color: #fdfdfd;
}

.badge-dark-lighten {
	color: #262c2f !important;
	background-color: #dbddde;
	border-color: #cccfd1;
}

.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-black:hover {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-black:focus, .btn-black.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
}

.btn-black.disabled, .btn-black:disabled {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
}

.btn-gold {
	color: #212529;
	background-color: #ebb35c;
	border-color: #ebb35c;
}

.btn-gold:hover {
	color: #212529;
	background-color: #e7a33a;
	border-color: #e59e2f;
}

.btn-gold:focus, .btn-gold.focus {
	box-shadow: 0 0 0 .2rem rgba(205, 158, 84, .5);
}

.btn-gold.disabled, .btn-gold:disabled {
	color: #212529;
	background-color: #ebb35c;
	border-color: #ebb35c;
}

.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
	color: #212529;
	background-color: #e59e2f;
	border-color: #e49923;
}

.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 158, 84, .5);
}

.btn-silver {
	color: #212529;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-silver:hover {
	color: #212529;
	background-color: #adadad;
	border-color: #a7a7a7;
}

.btn-silver:focus, .btn-silver.focus {
	box-shadow: 0 0 0 .2rem rgba(168, 169, 169, .5);
}

.btn-silver.disabled, .btn-silver:disabled {
	color: #212529;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-silver:not(:disabled):not(.disabled):active, .btn-silver:not(:disabled):not(.disabled).active, .show > .btn-silver.dropdown-toggle {
	color: #212529;
	background-color: #a7a7a7;
	border-color: #a0a0a0;
}

.btn-silver:not(:disabled):not(.disabled):active:focus, .btn-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-silver.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(168, 169, 169, .5);
}

.btn-bronze {
	color: #212529;
	background-color: #bf8970;
	border-color: #bf8970;
}

.btn-bronze:hover {
	color: #fff;
	background-color: #b37356;
	border-color: #ae6c4e;
}

.btn-bronze:focus, .btn-bronze.focus {
	box-shadow: 0 0 0 .2rem rgba(167, 122, 101, .5);
}

.btn-bronze.disabled, .btn-bronze:disabled {
	color: #212529;
	background-color: #bf8970;
	border-color: #bf8970;
}

.btn-bronze:not(:disabled):not(.disabled):active, .btn-bronze:not(:disabled):not(.disabled).active, .show > .btn-bronze.dropdown-toggle {
	color: #fff;
	background-color: #ae6c4e;
	border-color: #a5674a;
}

.btn-bronze:not(:disabled):not(.disabled):active:focus, .btn-bronze:not(:disabled):not(.disabled).active:focus, .show > .btn-bronze.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(167, 122, 101, .5);
}

.btn-blue {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-blue:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-blue:focus, .btn-blue.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-indigo {
	color: #fff;
	background-color: #6610f2;
	border-color: #6610f2;
}

.btn-indigo:hover {
	color: #fff;
	background-color: #560bd0;
	border-color: #510bc4;
}

.btn-indigo:focus, .btn-indigo.focus {
	box-shadow: 0 0 0 .2rem rgba(125, 52, 244, .5);
}

.btn-indigo.disabled, .btn-indigo:disabled {
	color: #fff;
	background-color: #6610f2;
	border-color: #6610f2;
}

.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
	color: #fff;
	background-color: #510bc4;
	border-color: #4c0ab8;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(125, 52, 244, .5);
}

.btn-purple {
	color: #fff;
	background-color: #6f42c1;
	border-color: #6f42c1;
}

.btn-purple:hover {
	color: #fff;
	background-color: #5e37a6;
	border-color: #59339d;
}

.btn-purple:focus, .btn-purple.focus {
	box-shadow: 0 0 0 .2rem rgba(133, 94, 202, .5);
}

.btn-purple.disabled, .btn-purple:disabled {
	color: #fff;
	background-color: #6f42c1;
	border-color: #6f42c1;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
	color: #fff;
	background-color: #59339d;
	border-color: #533093;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(133, 94, 202, .5);
}

.btn-pink {
	color: #fff;
	background-color: #e83e8c;
	border-color: #e83e8c;
}

.btn-pink:hover {
	color: #fff;
	background-color: #e41c78;
	border-color: #d91a72;
}

.btn-pink:focus, .btn-pink.focus {
	box-shadow: 0 0 0 .2rem rgba(235, 91, 157, .5);
}

.btn-pink.disabled, .btn-pink:disabled {
	color: #fff;
	background-color: #e83e8c;
	border-color: #e83e8c;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
	color: #fff;
	background-color: #d91a72;
	border-color: #ce196c;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(235, 91, 157, .5);
}

.btn-red {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-red:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-red:focus, .btn-red.focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-red.disabled, .btn-red:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-orange {
	color: #212529;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-orange:hover {
	color: #fff;
	background-color: #e96b02;
	border-color: #dc6502;
}

.btn-orange:focus, .btn-orange.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 113, 23, .5);
}

.btn-orange.disabled, .btn-orange:disabled {
	color: #212529;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #dc6502;
	border-color: #cf5f02;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 113, 23, .5);
}

.btn-yellow {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-yellow:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-yellow:focus, .btn-yellow.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-green {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-green:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-green:focus, .btn-green.focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-green.disabled, .btn-green:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-teal {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-teal:hover {
	color: #fff;
	background-color: #1ba87e;
	border-color: #199d76;
}

.btn-teal:focus, .btn-teal.focus {
	box-shadow: 0 0 0 .2rem rgba(65, 209, 167, .5);
}

.btn-teal.disabled, .btn-teal:disabled {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
	color: #fff;
	background-color: #199d76;
	border-color: #17926e;
}

.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(65, 209, 167, .5);
}

.btn-cyan {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-cyan:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-cyan:focus, .btn-cyan.focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-cyan.disabled, .btn-cyan:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-white {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
}

.btn-white.disabled, .btn-white:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
}

.btn-gray {
	color: #fff;
	background-color: #798490;
	border-color: #798490;
}

.btn-gray:hover {
	color: #fff;
	background-color: #67717c;
	border-color: #616b75;
}

.btn-gray:focus, .btn-gray.focus {
	box-shadow: 0 0 0 .2rem rgba(141, 150, 161, .5);
}

.btn-gray.disabled, .btn-gray:disabled {
	color: #fff;
	background-color: #798490;
	border-color: #798490;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
	color: #fff;
	background-color: #616b75;
	border-color: #5b646e;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(141, 150, 161, .5);
}

.btn-gray-dark {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-gray-dark:hover {
	color: #fff;
	background-color: #394146;
	border-color: #333a3f;
}

.btn-gray-dark:focus, .btn-gray-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(101, 110, 116, .5);
}

.btn-gray-dark.disabled, .btn-gray-dark:disabled {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
	color: #fff;
	background-color: #333a3f;
	border-color: #2d3438;
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(101, 110, 116, .5);
}

.btn-outline-black {
	color: #000;
	border-color: #000;
}

.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
	color: #000;
	background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
}

.btn-outline-gold {
	color: #ebb35c;
	border-color: #ebb35c;
}

.btn-outline-gold:hover {
	color: #212529;
	background-color: #ebb35c;
	border-color: #ebb35c;
}

.btn-outline-gold:focus, .btn-outline-gold.focus {
	box-shadow: 0 0 0 .2rem rgba(235, 179, 92, .5);
}

.btn-outline-gold.disabled, .btn-outline-gold:disabled {
	color: #ebb35c;
	background-color: transparent;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
	color: #212529;
	background-color: #ebb35c;
	border-color: #ebb35c;
}

.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(235, 179, 92, .5);
}

.btn-outline-silver {
	color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-outline-silver:hover {
	color: #212529;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-outline-silver:focus, .btn-outline-silver.focus {
	box-shadow: 0 0 0 .2rem rgba(192, 192, 192, .5);
}

.btn-outline-silver.disabled, .btn-outline-silver:disabled {
	color: #c0c0c0;
	background-color: transparent;
}

.btn-outline-silver:not(:disabled):not(.disabled):active, .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .btn-outline-silver.dropdown-toggle {
	color: #212529;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-outline-silver:not(:disabled):not(.disabled):active:focus, .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-silver.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(192, 192, 192, .5);
}

.btn-outline-bronze {
	color: #bf8970;
	border-color: #bf8970;
}

.btn-outline-bronze:hover {
	color: #212529;
	background-color: #bf8970;
	border-color: #bf8970;
}

.btn-outline-bronze:focus, .btn-outline-bronze.focus {
	box-shadow: 0 0 0 .2rem rgba(191, 137, 112, .5);
}

.btn-outline-bronze.disabled, .btn-outline-bronze:disabled {
	color: #bf8970;
	background-color: transparent;
}

.btn-outline-bronze:not(:disabled):not(.disabled):active, .btn-outline-bronze:not(:disabled):not(.disabled).active, .show > .btn-outline-bronze.dropdown-toggle {
	color: #212529;
	background-color: #bf8970;
	border-color: #bf8970;
}

.btn-outline-bronze:not(:disabled):not(.disabled):active:focus, .btn-outline-bronze:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-bronze.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(191, 137, 112, .5);
}

.btn-outline-blue {
	color: #007bff;
	border-color: #007bff;
}

.btn-outline-blue:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-indigo {
	color: #6610f2;
	border-color: #6610f2;
}

.btn-outline-indigo:hover {
	color: #fff;
	background-color: #6610f2;
	border-color: #6610f2;
}

.btn-outline-indigo:focus, .btn-outline-indigo.focus {
	box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5);
}

.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
	color: #6610f2;
	background-color: transparent;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
	color: #fff;
	background-color: #6610f2;
	border-color: #6610f2;
}

.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5);
}

.btn-outline-purple {
	color: #6f42c1;
	border-color: #6f42c1;
}

.btn-outline-purple:hover {
	color: #fff;
	background-color: #6f42c1;
	border-color: #6f42c1;
}

.btn-outline-purple:focus, .btn-outline-purple.focus {
	box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5);
}

.btn-outline-purple.disabled, .btn-outline-purple:disabled {
	color: #6f42c1;
	background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
	color: #fff;
	background-color: #6f42c1;
	border-color: #6f42c1;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5);
}

.btn-outline-pink {
	color: #e83e8c;
	border-color: #e83e8c;
}

.btn-outline-pink:hover {
	color: #fff;
	background-color: #e83e8c;
	border-color: #e83e8c;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
	box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
	color: #e83e8c;
	background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
	color: #fff;
	background-color: #e83e8c;
	border-color: #e83e8c;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5);
}

.btn-outline-red {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-red:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-red:focus, .btn-outline-red.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-orange {
	color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:hover {
	color: #212529;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
	box-shadow: 0 0 0 .2rem rgba(253, 126, 20, .5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
	color: #fd7e14;
	background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
	color: #212529;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(253, 126, 20, .5);
}

.btn-outline-yellow {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-yellow:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-green {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-green:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-green:focus, .btn-outline-green.focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-teal {
	color: #20c997;
	border-color: #20c997;
}

.btn-outline-teal:hover {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-outline-teal:focus, .btn-outline-teal.focus {
	box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5);
}

.btn-outline-teal.disabled, .btn-outline-teal:disabled {
	color: #20c997;
	background-color: transparent;
}

.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5);
}

.btn-outline-cyan {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-cyan:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-cyan:focus, .btn-outline-cyan.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-white {
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
	color: #fff;
	background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-outline-gray {
	color: #798490;
	border-color: #798490;
}

.btn-outline-gray:hover {
	color: #fff;
	background-color: #798490;
	border-color: #798490;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
	box-shadow: 0 0 0 .2rem rgba(121, 132, 144, .5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
	color: #798490;
	background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
	color: #fff;
	background-color: #798490;
	border-color: #798490;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(121, 132, 144, .5);
}

.btn-outline-gray-dark {
	color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-gray-dark:hover {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
	color: #4a545b;
	background-color: transparent;
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(74, 84, 91, .5);
}

.label {
	font-weight: 400;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: transparent;
	font-size: 1rem;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: 3px;
}

.label-tc-innovations {
	color: #fff;
	background-color: #137bc9;
	border-color: #137bc9;
}

.label-tc-innovations-lighten {
	color: #0a4069;
	background-color: #d0e5f4;
	border-color: #bddaf0;
}

.label-themeware {
	color: #fff;
	background-color: #0d5a93;
	border-color: #0d5a93;
}

.label-themeware-lighten {
	color: #072f4c;
	background-color: #cfdee9;
	border-color: #bbd1e1;
}

.label-primary {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.label-primary-lighten {
	color: #370a25;
	background-color: #e1d0da;
	border-color: #d5bdcc;
}

.label-secondary {
	color: #fff;
	background-color: #691448;
	border-color: #691448;
}

.label-secondary-lighten {
	color: #370a25;
	background-color: #e1d0da;
	border-color: #d5bdcc;
}

.label-success {
	color: #fff;
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.label-success-lighten {
	color: #186a3b;
	background-color: #d5f5e3;
	border-color: #c4f1d7;
}

.label-info {
	color: #fff;
	background-color: #4aa3df;
	border-color: #4aa3df;
}

.label-info-lighten {
	color: #265574;
	background-color: #dbedf9;
	border-color: #cce5f6;
}

.label-warning {
	color: #212529;
	background-color: #f1c40f;
	border-color: #f1c40f;
}

.label-warning-lighten {
	color: #7d6608;
	background-color: #fcf3cf;
	border-color: #fbeebc;
}

.label-danger {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.label-danger-lighten {
	color: #78281f;
	background-color: #fadbd8;
	border-color: #f8cdc8;
}

.label-light {
	color: #212529;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}

.label-light-lighten {
	color: #818181;
	background-color: #fefefe;
	border-color: #fdfdfd;
}

.label-dark {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.label-dark-lighten {
	color: #262c2f;
	background-color: #dbddde;
	border-color: #cccfd1;
}

.label-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.label-gold {
	color: #212529;
	background-color: #ebb35c;
	border-color: #ebb35c;
}

.label-silver {
	color: #212529;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.label-bronze {
	color: #212529;
	background-color: #bf8970;
	border-color: #bf8970;
}

.label-blue {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.label-indigo {
	color: #fff;
	background-color: #6610f2;
	border-color: #6610f2;
}

.label-purple {
	color: #fff;
	background-color: #6f42c1;
	border-color: #6f42c1;
}

.label-pink {
	color: #fff;
	background-color: #e83e8c;
	border-color: #e83e8c;
}

.label-red {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.label-orange {
	color: #212529;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.label-yellow {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.label-green {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.label-teal {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.label-cyan {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.label-white {
	color: #212529;
	background-color: #fff;
	border-color: #fff;
}

.label-gray {
	color: #fff;
	background-color: #798490;
	border-color: #798490;
}

.label-gray-dark {
	color: #fff;
	background-color: #4a545b;
	border-color: #4a545b;
}

.label-lg {
	font-size: 1.25rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	border-radius: 3px;
}

.label-sm {
	font-size: .875rem;
	padding: .25rem .5rem;
	line-height: 1.5;
	border-radius: 3px;
}

.label-block {
	display: block;
	width: 100%;
}

.twt-is-topseller {
	display: none !important;
	visibility: hidden !important;
}

.twt-is-crossfade .product-image-link {
	position: relative;
}

.twt-is-crossfade .product-image-link img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.twt-is-crossfade .product-image-link img.twt-crossfade-image {
	opacity: 0;
}

.twt-is-crossfade .product-image-link:hover img:not(.twt-crossfade-image) {
	opacity: 0;
}

.twt-is-crossfade .product-image-link:hover img.twt-crossfade-image {
	opacity: 1;
}

@media (max-width: 767.98px) {
	.twt-table-responsive thead {
		display: none;
	}
	
	.twt-table-responsive tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}
	
	.twt-table-responsive td {
		float: left;
		width: 100%;
		padding: .75rem;
	}
	
	.twt-table-responsive td::before {
		font-weight: bold;
		float: left;
		width: 20%;
		margin: -.75rem .75rem -.75rem -.75rem;
		padding: .75rem;
		content: attr(data-label);
		word-wrap: break-word;
		border-right: 2px solid #eee;
	}
}

.twt-table-responsive .table-sm td {
	padding: .3rem;
}

.twt-table-responsive .table-sm td::before {
	margin: -.3rem .3rem -.3rem -.3rem;
	padding: .3rem;
}

.twt-table-responsive .table-dark td::before {
	border-color: #5b6770;
}

.twt-custom-cms-text-two-column-usp-list .col-md-6:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(100% - 420px);
	max-width: inherit;
	margin-top: 30px;
	padding-right: 50px;
}

.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 400px;
	max-width: inherit;
	padding: 30px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, .04);
}

.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul {
	margin: 0 0 0 22px;
	padding: 0;
	list-style: none;
}

.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul li, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul li, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul li, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul li, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li {
	position: relative;
	margin-bottom: 4px;
}

.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul li::after, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul li::after, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul li::after, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul li::after, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after {
	position: absolute;
	top: 5px;
	left: -20px;
	display: block;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%232ecc71\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
	.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.twt-custom-cms-text-two-column-usp-list .col-md-6:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
}

.twt-custom-cms-imagetext-teaser-1, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) {
	padding-top: 0;
	padding-bottom: 0;
}

.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row {
	-ms-flex-align: center;
	align-items: center;
}

.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row p, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row p {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 991.98px) {
	.twt-custom-cms-imagetext-teaser-1 .col-md-6, .twt-custom-cms-imagetext-teaser-1 .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1 .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-additional, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-additional, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.twt-custom-cms-imagetext-teaser-1 .col-md-6:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-confirmpage .checkout .checkout-aside:last-of-type, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-ctl-accountorder .checkout .checkout-aside:last-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-additional:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-additional:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-aside:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-confirmpage .checkout .checkout-aside:last-of-type, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-ctl-accountorder .checkout .checkout-aside:last-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-additional:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-additional:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-aside:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type {
		padding: 60px 40px;
	}
}

.twt-custom-cms-about-photo .cms-block-container {
	margin-bottom: 50px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, .04);
}

.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row {
	-ms-flex-align: center;
	align-items: center;
}

.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 380px;
	max-width: inherit;
	padding: 30px 60px 0 60px;
}

.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text *:first-of-type, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside .cms-element-text *:first-of-type, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside .cms-element-text *:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(100% - 400px);
	max-width: inherit;
	margin-top: 10px;
	padding-right: 50px;
}

@media (max-width: 991.98px) {
	.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 40px 40px 0 40px;
	}
	
	.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child img, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child img, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child img, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child img, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside img, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside img {
		max-width: 240px;
		height: auto;
	}
	
	.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding: 0 40px;
	}
}

.twt-custom-cms-about-photo.dark .cms-block-container {
	background-color: #fff;
}

.twt-custom-cms-eq-height .col-md-6 > div, .twt-custom-cms-eq-height .is-act-confirmpage .checkout .checkout-aside > div, .is-act-confirmpage .checkout .twt-custom-cms-eq-height .checkout-aside > div, .twt-custom-cms-eq-height .is-ctl-accountorder .checkout .checkout-aside > div, .is-ctl-accountorder .checkout .twt-custom-cms-eq-height .checkout-aside > div, .twt-custom-cms-eq-height .is-act-finishpage .checkout .checkout-additional > div, .is-act-finishpage .checkout .twt-custom-cms-eq-height .checkout-additional > div, .twt-custom-cms-eq-height .is-act-finishpage .checkout .checkout-aside > div, .is-act-finishpage .checkout .twt-custom-cms-eq-height .checkout-aside > div {
	height: 100%;
}

.twt-cms-boxed-content {}

.twt-cms-boxed-content .cms-block {
	max-width: calc(1360px);
	margin: auto;
}

.twt-cms-block-boxed {
	max-width: calc(1360px);
	margin: auto;
}

.twt-cms-box-shadow-level-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .1);
}

.twt-cms-box-shadow-level-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
}

.twt-cms-box-shadow-level-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 6px 6px rgba(0, 0, 0, .1);
}

.twt-cms-box-shadow-level-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1);
}

.twt-cms-box-shadow-level-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .1);
}

.twt-custom-cms-col-padding-0 .row, .twt-custom-cms-col-padding-0 .account-content, .twt-custom-cms-col-padding-0 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .row, .twt-cms-col-padding-0 .account-content, .twt-cms-col-padding-0 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-0 .checkout-container {
	margin-right: 0;
	margin-left: 0;
}

.twt-custom-cms-col-padding-0 div[class*="col-"], .twt-cms-col-padding-0 div[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.twt-custom-cms-col-padding-0 div[class*="col-"] .left, .twt-custom-cms-col-padding-0 div[class*="col-"] .left-top, .twt-cms-col-padding-0 div[class*="col-"] .left, .twt-cms-col-padding-0 div[class*="col-"] .left-top {
	margin-bottom: 0;
}

.twt-custom-cms-col-padding-0 div[class*="col-"] .right-top, .twt-cms-col-padding-0 div[class*="col-"] .right-top {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-0 .left-bottom, .twt-cms-col-padding-0 .left-bottom {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-0[class*="twt-grid-"] .left.column, .twt-cms-col-padding-0[class*="twt-grid-"] .left.column {
		margin-bottom: 0;
		padding-right: 0;
	}
	
	.twt-custom-cms-col-padding-0[class*="twt-grid-"] .right.column, .twt-cms-col-padding-0[class*="twt-grid-"] .right.column {
		margin-bottom: 0;
		padding-left: 0;
	}
}

.twt-custom-cms-col-padding-5 .row, .twt-custom-cms-col-padding-5 .account-content, .twt-custom-cms-col-padding-5 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .row, .twt-cms-col-padding-5 .account-content, .twt-cms-col-padding-5 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-5 .checkout-container {
	margin-right: -5px;
	margin-left: -5px;
}

.twt-custom-cms-col-padding-5 div[class*="col-"], .twt-cms-col-padding-5 div[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.twt-custom-cms-col-padding-5 div[class*="col-"] .left, .twt-custom-cms-col-padding-5 div[class*="col-"] .left-top, .twt-cms-col-padding-5 div[class*="col-"] .left, .twt-cms-col-padding-5 div[class*="col-"] .left-top {
	margin-bottom: 10px;
}

.twt-custom-cms-col-padding-5 div[class*="col-"] .right-top, .twt-cms-col-padding-5 div[class*="col-"] .right-top {
	margin-bottom: 10px;
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-5 .left-bottom, .twt-cms-col-padding-5 .left-bottom {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-5[class*="twt-grid-"] .left.column, .twt-cms-col-padding-5[class*="twt-grid-"] .left.column {
		margin-bottom: 10px;
		padding-right: 5px;
	}
	
	.twt-custom-cms-col-padding-5[class*="twt-grid-"] .right.column, .twt-cms-col-padding-5[class*="twt-grid-"] .right.column {
		margin-bottom: 10px;
		padding-left: 5px;
	}
}

.twt-custom-cms-col-padding-10 .row, .twt-custom-cms-col-padding-10 .account-content, .twt-custom-cms-col-padding-10 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .row, .twt-cms-col-padding-10 .account-content, .twt-cms-col-padding-10 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-10 .checkout-container {
	margin-right: -10px;
	margin-left: -10px;
}

.twt-custom-cms-col-padding-10 div[class*="col-"], .twt-cms-col-padding-10 div[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.twt-custom-cms-col-padding-10 div[class*="col-"] .left, .twt-custom-cms-col-padding-10 div[class*="col-"] .left-top, .twt-cms-col-padding-10 div[class*="col-"] .left, .twt-cms-col-padding-10 div[class*="col-"] .left-top {
	margin-bottom: 20px;
}

.twt-custom-cms-col-padding-10 div[class*="col-"] .right-top, .twt-cms-col-padding-10 div[class*="col-"] .right-top {
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-10 .left-bottom, .twt-cms-col-padding-10 .left-bottom {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-10[class*="twt-grid-"] .left.column, .twt-cms-col-padding-10[class*="twt-grid-"] .left.column {
		margin-bottom: 20px;
		padding-right: 10px;
	}
	
	.twt-custom-cms-col-padding-10[class*="twt-grid-"] .right.column, .twt-cms-col-padding-10[class*="twt-grid-"] .right.column {
		margin-bottom: 20px;
		padding-left: 10px;
	}
}

.twt-custom-cms-col-padding-15 .row, .twt-custom-cms-col-padding-15 .account-content, .twt-custom-cms-col-padding-15 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .row, .twt-cms-col-padding-15 .account-content, .twt-cms-col-padding-15 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-15 .checkout-container {
	margin-right: -15px;
	margin-left: -15px;
}

.twt-custom-cms-col-padding-15 div[class*="col-"], .twt-cms-col-padding-15 div[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.twt-custom-cms-col-padding-15 div[class*="col-"] .left, .twt-custom-cms-col-padding-15 div[class*="col-"] .left-top, .twt-cms-col-padding-15 div[class*="col-"] .left, .twt-cms-col-padding-15 div[class*="col-"] .left-top {
	margin-bottom: 30px;
}

.twt-custom-cms-col-padding-15 div[class*="col-"] .right-top, .twt-cms-col-padding-15 div[class*="col-"] .right-top {
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-15 .left-bottom, .twt-cms-col-padding-15 .left-bottom {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-15[class*="twt-grid-"] .left.column, .twt-cms-col-padding-15[class*="twt-grid-"] .left.column {
		margin-bottom: 30px;
		padding-right: 15px;
	}
	
	.twt-custom-cms-col-padding-15[class*="twt-grid-"] .right.column, .twt-cms-col-padding-15[class*="twt-grid-"] .right.column {
		margin-bottom: 30px;
		padding-left: 15px;
	}
}

.twt-custom-cms-col-padding-25 .row, .twt-custom-cms-col-padding-25 .account-content, .twt-custom-cms-col-padding-25 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .row, .twt-cms-col-padding-25 .account-content, .twt-cms-col-padding-25 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-25 .checkout-container {
	margin-right: -25px;
	margin-left: -25px;
}

.twt-custom-cms-col-padding-25 div[class*="col-"], .twt-cms-col-padding-25 div[class*="col-"] {
	padding-right: 25px;
	padding-left: 25px;
}

.twt-custom-cms-col-padding-25 div[class*="col-"] .left, .twt-custom-cms-col-padding-25 div[class*="col-"] .left-top, .twt-cms-col-padding-25 div[class*="col-"] .left, .twt-cms-col-padding-25 div[class*="col-"] .left-top {
	margin-bottom: 50px;
}

.twt-custom-cms-col-padding-25 div[class*="col-"] .right-top, .twt-cms-col-padding-25 div[class*="col-"] .right-top {
	margin-bottom: 50px;
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-25 .left-bottom, .twt-cms-col-padding-25 .left-bottom {
		margin-bottom: 50px !important;
	}
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-25[class*="twt-grid-"] .left.column, .twt-cms-col-padding-25[class*="twt-grid-"] .left.column {
		margin-bottom: 50px;
		padding-right: 25px;
	}
	
	.twt-custom-cms-col-padding-25[class*="twt-grid-"] .right.column, .twt-cms-col-padding-25[class*="twt-grid-"] .right.column {
		margin-bottom: 50px;
		padding-left: 25px;
	}
}

.twt-custom-cms-col-padding-30 .row, .twt-custom-cms-col-padding-30 .account-content, .twt-custom-cms-col-padding-30 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .row, .twt-cms-col-padding-30 .account-content, .twt-cms-col-padding-30 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-30 .checkout-container {
	margin-right: -30px;
	margin-left: -30px;
}

.twt-custom-cms-col-padding-30 div[class*="col-"], .twt-cms-col-padding-30 div[class*="col-"] {
	padding-right: 30px;
	padding-left: 30px;
}

.twt-custom-cms-col-padding-30 div[class*="col-"] .left, .twt-custom-cms-col-padding-30 div[class*="col-"] .left-top, .twt-cms-col-padding-30 div[class*="col-"] .left, .twt-cms-col-padding-30 div[class*="col-"] .left-top {
	margin-bottom: 60px;
}

.twt-custom-cms-col-padding-30 div[class*="col-"] .right-top, .twt-cms-col-padding-30 div[class*="col-"] .right-top {
	margin-bottom: 60px;
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-30 .left-bottom, .twt-cms-col-padding-30 .left-bottom {
		margin-bottom: 60px !important;
	}
}

@media (max-width: 767.98px) {
	.twt-custom-cms-col-padding-30[class*="twt-grid-"] .left.column, .twt-cms-col-padding-30[class*="twt-grid-"] .left.column {
		margin-bottom: 60px;
		padding-right: 30px;
	}
	
	.twt-custom-cms-col-padding-30[class*="twt-grid-"] .right.column, .twt-cms-col-padding-30[class*="twt-grid-"] .right.column {
		margin-bottom: 60px;
		padding-left: 30px;
	}
}

.twt-cms-col-padding-35 .row, .twt-cms-col-padding-35 .account-content, .twt-cms-col-padding-35 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-35 .checkout-container {
	margin-right: -35px;
	margin-left: -35px;
}

.twt-cms-col-padding-35 div[class*="col-"] {
	padding-right: 35px;
	padding-left: 35px;
}

.twt-cms-col-padding-35 div[class*="col-"] .left, .twt-cms-col-padding-35 div[class*="col-"] .left-top {
	margin-bottom: 70px;
}

.twt-cms-col-padding-35 div[class*="col-"] .right-top {
	margin-bottom: 70px;
}

@media (max-width: 767.98px) {
	.twt-cms-col-padding-35 .left-bottom {
		margin-bottom: 70px !important;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-padding-35[class*="twt-grid-"] .left.column {
		margin-bottom: 70px;
		padding-right: 35px;
	}
	
	.twt-cms-col-padding-35[class*="twt-grid-"] .right.column {
		margin-bottom: 70px;
		padding-left: 35px;
	}
}

.twt-cms-col-padding-40 .row, .twt-cms-col-padding-40 .account-content, .twt-cms-col-padding-40 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-40 .checkout-container {
	margin-right: -40px;
	margin-left: -40px;
}

.twt-cms-col-padding-40 div[class*="col-"] {
	padding-right: 40px;
	padding-left: 40px;
}

.twt-cms-col-padding-40 div[class*="col-"] .left, .twt-cms-col-padding-40 div[class*="col-"] .left-top {
	margin-bottom: 80px;
}

.twt-cms-col-padding-40 div[class*="col-"] .right-top {
	margin-bottom: 80px;
}

@media (max-width: 767.98px) {
	.twt-cms-col-padding-40 .left-bottom {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-padding-40[class*="twt-grid-"] .left-top.left {
		margin-bottom: 80px;
		padding-right: 40px;
	}
	
	.twt-cms-col-padding-40[class*="twt-grid-"] .left-top.right {
		margin-bottom: 80px;
		padding-left: 40px;
	}
}

div[class*="twt-grid"][class*="cms-col-padding"] .left-top.row, div[class*="twt-grid"][class*="cms-col-padding"] .left-top.account-content, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-cartpage .checkout .left-top.checkout-container, .is-act-cartpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-checkoutregisterpage .checkout .left-top.checkout-container, .is-act-checkoutregisterpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-confirmpage .checkout .left-top.checkout-container, .is-act-confirmpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-ctl-accountorder .checkout .left-top.checkout-container, .is-ctl-accountorder .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-finishpage .checkout .left-top.checkout-container, .is-act-finishpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container {
	margin-bottom: 0 !important;
}

div[class*="twt-grid"][class*="cms-col-padding"] .right-top.row, div[class*="twt-grid"][class*="cms-col-padding"] .right-top.account-content, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-cartpage .checkout .right-top.checkout-container, .is-act-cartpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-checkoutregisterpage .checkout .right-top.checkout-container, .is-act-checkoutregisterpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-confirmpage .checkout .right-top.checkout-container, .is-act-confirmpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-ctl-accountorder .checkout .right-top.checkout-container, .is-ctl-accountorder .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-finishpage .checkout .right-top.checkout-container, .is-act-finishpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container {
	margin-bottom: 0 !important;
}

.font-family-base, .twt-font-family-base {
	font-family: "Montserrat", sans-serif;
}

.headings-font-family, .twt-font-family-headline {
	font-family: "Montserrat", sans-serif;
}

.twt-custom-cms-headline-bath h1, .twt-custom-cms-headline-bath h2, .twt-custom-cms-headline-bath h3, .twt-custom-cms-headline-bath h4, .twt-custom-cms-headline-bath h5, .twt-custom-cms-headline-bath h6, .twt-cms-headline-bath h1, .twt-cms-headline-bath h2, .twt-cms-headline-bath h3, .twt-cms-headline-bath h4, .twt-cms-headline-bath h5, .twt-cms-headline-bath h6 {
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #798490;
}

.twt-custom-cms-headline-bath h1::before, .twt-custom-cms-headline-bath h2::before, .twt-custom-cms-headline-bath h3::before, .twt-custom-cms-headline-bath h4::before, .twt-custom-cms-headline-bath h5::before, .twt-custom-cms-headline-bath h6::before, .twt-cms-headline-bath h1::before, .twt-cms-headline-bath h2::before, .twt-cms-headline-bath h3::before, .twt-cms-headline-bath h4::before, .twt-cms-headline-bath h5::before, .twt-cms-headline-bath h6::before {
	position: relative;
	right: 70px;
	bottom: -5px;
	display: inline-block;
	width: 50%;
	height: 1px;
	margin-left: -50%;
	content: "";
	vertical-align: middle;
	border-top: 1px solid #798490;
	background-color: rgba(0, 0, 0, 0);
}

.twt-custom-cms-headline-bath h1::after, .twt-custom-cms-headline-bath h2::after, .twt-custom-cms-headline-bath h3::after, .twt-custom-cms-headline-bath h4::after, .twt-custom-cms-headline-bath h5::after, .twt-custom-cms-headline-bath h6::after, .twt-cms-headline-bath h1::after, .twt-cms-headline-bath h2::after, .twt-cms-headline-bath h3::after, .twt-cms-headline-bath h4::after, .twt-cms-headline-bath h5::after, .twt-cms-headline-bath h6::after {
	position: relative;
	bottom: -5px;
	left: 70px;
	display: inline-block;
	width: 50%;
	height: 1px;
	margin-right: -50%;
	content: "";
	vertical-align: middle;
	border-top: 1px solid #798490;
	background-color: rgba(0, 0, 0, 0);
}

.twt-custom-cms-headline-bath p, .twt-cms-headline-bath p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.twt-custom-cms-headline-clean h1, .twt-custom-cms-headline-clean h2, .twt-custom-cms-headline-clean h3, .twt-custom-cms-headline-clean h4, .twt-custom-cms-headline-clean h5, .twt-custom-cms-headline-clean h6, .twt-cms-headline-clean h1, .twt-cms-headline-clean h2, .twt-cms-headline-clean h3, .twt-cms-headline-clean h4, .twt-cms-headline-clean h5, .twt-cms-headline-clean h6 {
	font-style: normal;
	display: block;
	text-align: center;
	letter-spacing: .1em;
	text-transform: none;
	color: #000;
	text-shadow: .07em .07em 0 rgba(0, 0, 0, .1);
}

.twt-custom-cms-headline-clean h1::before, .twt-custom-cms-headline-clean h2::before, .twt-custom-cms-headline-clean h3::before, .twt-custom-cms-headline-clean h4::before, .twt-custom-cms-headline-clean h5::before, .twt-custom-cms-headline-clean h6::before, .twt-cms-headline-clean h1::before, .twt-cms-headline-clean h2::before, .twt-cms-headline-clean h3::before, .twt-cms-headline-clean h4::before, .twt-cms-headline-clean h5::before, .twt-cms-headline-clean h6::before {
	display: inline-block;
	margin: 0 .6em;
	content: "      ";
	text-decoration: line-through !important;
	opacity: .7;
}

.twt-custom-cms-headline-clean h1::after, .twt-custom-cms-headline-clean h2::after, .twt-custom-cms-headline-clean h3::after, .twt-custom-cms-headline-clean h4::after, .twt-custom-cms-headline-clean h5::after, .twt-custom-cms-headline-clean h6::after, .twt-cms-headline-clean h1::after, .twt-cms-headline-clean h2::after, .twt-cms-headline-clean h3::after, .twt-cms-headline-clean h4::after, .twt-cms-headline-clean h5::after, .twt-cms-headline-clean h6::after {
	display: inline-block;
	margin: 0 .6em;
	content: "      ";
	text-decoration: line-through !important;
	opacity: .7;
}

.twt-custom-cms-headline-clean p, .twt-cms-headline-clean p {
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	color: #798490;
}

.twt-custom-cms-headline-flower h1, .twt-custom-cms-headline-flower h2, .twt-custom-cms-headline-flower h3, .twt-custom-cms-headline-flower h4, .twt-custom-cms-headline-flower h5, .twt-custom-cms-headline-flower h6, .twt-cms-headline-flower h1, .twt-cms-headline-flower h2, .twt-cms-headline-flower h3, .twt-cms-headline-flower h4, .twt-cms-headline-flower h5, .twt-cms-headline-flower h6 {
	font-weight: normal;
	font-style: normal;
	overflow: hidden;
	text-align: center;
	letter-spacing: 1px;
	color: #691448;
}

.twt-custom-cms-headline-flower h1::before, .twt-custom-cms-headline-flower h2::before, .twt-custom-cms-headline-flower h3::before, .twt-custom-cms-headline-flower h4::before, .twt-custom-cms-headline-flower h5::before, .twt-custom-cms-headline-flower h6::before, .twt-cms-headline-flower h1::before, .twt-cms-headline-flower h2::before, .twt-cms-headline-flower h3::before, .twt-cms-headline-flower h4::before, .twt-cms-headline-flower h5::before, .twt-cms-headline-flower h6::before {
	position: relative;
	right: .5em;
	display: inline-block;
	width: 50%;
	height: 1px;
	margin-left: -50%;
	content: "";
	vertical-align: middle;
	border-top: 1px dotted #691448;
}

.twt-custom-cms-headline-flower h1::after, .twt-custom-cms-headline-flower h2::after, .twt-custom-cms-headline-flower h3::after, .twt-custom-cms-headline-flower h4::after, .twt-custom-cms-headline-flower h5::after, .twt-custom-cms-headline-flower h6::after, .twt-cms-headline-flower h1::after, .twt-cms-headline-flower h2::after, .twt-cms-headline-flower h3::after, .twt-cms-headline-flower h4::after, .twt-cms-headline-flower h5::after, .twt-cms-headline-flower h6::after {
	position: relative;
	left: .5em;
	display: inline-block;
	width: 50%;
	height: 1px;
	margin-right: -50%;
	content: "";
	vertical-align: middle;
	border-top: 1px dotted #691448;
}

.twt-custom-cms-headline-kids h1, .twt-custom-cms-headline-kids h2, .twt-custom-cms-headline-kids h3, .twt-custom-cms-headline-kids h4, .twt-custom-cms-headline-kids h5, .twt-custom-cms-headline-kids h6, .twt-custom-cms-headline-kids .cms-element-title-paragraph, .twt-cms-headline-kids h1, .twt-cms-headline-kids h2, .twt-cms-headline-kids h3, .twt-cms-headline-kids h4, .twt-cms-headline-kids h5, .twt-cms-headline-kids h6, .twt-cms-headline-kids .cms-element-title-paragraph {
	overflow: hidden;
	text-align: center;
}

.twt-custom-cms-headline-kids h1::before, .twt-custom-cms-headline-kids h2::before, .twt-custom-cms-headline-kids h3::before, .twt-custom-cms-headline-kids h4::before, .twt-custom-cms-headline-kids h5::before, .twt-custom-cms-headline-kids h6::before, .twt-custom-cms-headline-kids .cms-element-title-paragraph::before, .twt-cms-headline-kids h1::before, .twt-cms-headline-kids h2::before, .twt-cms-headline-kids h3::before, .twt-cms-headline-kids h4::before, .twt-cms-headline-kids h5::before, .twt-cms-headline-kids h6::before, .twt-cms-headline-kids .cms-element-title-paragraph::before {
	position: relative;
	right: .5em;
	display: inline-block;
	width: 50%;
	height: 2px;
	margin-left: -50%;
	content: "";
	vertical-align: middle;
	border-top: 2px dashed #691448;
}

.twt-custom-cms-headline-kids h1::after, .twt-custom-cms-headline-kids h2::after, .twt-custom-cms-headline-kids h3::after, .twt-custom-cms-headline-kids h4::after, .twt-custom-cms-headline-kids h5::after, .twt-custom-cms-headline-kids h6::after, .twt-custom-cms-headline-kids .cms-element-title-paragraph::after, .twt-cms-headline-kids h1::after, .twt-cms-headline-kids h2::after, .twt-cms-headline-kids h3::after, .twt-cms-headline-kids h4::after, .twt-cms-headline-kids h5::after, .twt-cms-headline-kids h6::after, .twt-cms-headline-kids .cms-element-title-paragraph::after {
	position: relative;
	left: .5em;
	display: inline-block;
	width: 50%;
	height: 2px;
	margin-right: -50%;
	content: "";
	vertical-align: middle;
	border-top: 2px dashed #691448;
}

.twt-custom-cms-headline-ladieswear h1, .twt-custom-cms-headline-ladieswear h2, .twt-custom-cms-headline-ladieswear h3, .twt-custom-cms-headline-ladieswear h4, .twt-custom-cms-headline-ladieswear h5, .twt-custom-cms-headline-ladieswear h6, .twt-cms-headline-ladieswear h1, .twt-cms-headline-ladieswear h2, .twt-cms-headline-ladieswear h3, .twt-cms-headline-ladieswear h4, .twt-cms-headline-ladieswear h5, .twt-cms-headline-ladieswear h6 {
	font-style: normal;
	display: block;
	text-align: center;
	color: #691448;
	text-shadow: .07em .07em 0 rgba(0, 0, 0, .1);
}

.twt-custom-cms-headline-ladieswear h1::before, .twt-custom-cms-headline-ladieswear h2::before, .twt-custom-cms-headline-ladieswear h3::before, .twt-custom-cms-headline-ladieswear h4::before, .twt-custom-cms-headline-ladieswear h5::before, .twt-custom-cms-headline-ladieswear h6::before, .twt-cms-headline-ladieswear h1::before, .twt-cms-headline-ladieswear h2::before, .twt-cms-headline-ladieswear h3::before, .twt-cms-headline-ladieswear h4::before, .twt-cms-headline-ladieswear h5::before, .twt-cms-headline-ladieswear h6::before {
	display: inline-block;
	margin: 0 20px;
	content: "- - - - -";
	opacity: .7;
}

.twt-custom-cms-headline-ladieswear h1::after, .twt-custom-cms-headline-ladieswear h2::after, .twt-custom-cms-headline-ladieswear h3::after, .twt-custom-cms-headline-ladieswear h4::after, .twt-custom-cms-headline-ladieswear h5::after, .twt-custom-cms-headline-ladieswear h6::after, .twt-cms-headline-ladieswear h1::after, .twt-cms-headline-ladieswear h2::after, .twt-cms-headline-ladieswear h3::after, .twt-cms-headline-ladieswear h4::after, .twt-cms-headline-ladieswear h5::after, .twt-cms-headline-ladieswear h6::after {
	display: inline-block;
	margin: 0 20px;
	content: "- - - - -";
	opacity: .7;
}

.twt-custom-cms-headline-ladieswear p, .twt-cms-headline-ladieswear p {
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	color: #691448;
}

.twt-custom-cms-headline-plants h1, .twt-custom-cms-headline-plants h2, .twt-custom-cms-headline-plants h3, .twt-custom-cms-headline-plants h4, .twt-custom-cms-headline-plants h5, .twt-custom-cms-headline-plants h6, .twt-cms-headline-plants h1, .twt-cms-headline-plants h2, .twt-cms-headline-plants h3, .twt-cms-headline-plants h4, .twt-cms-headline-plants h5, .twt-cms-headline-plants h6 {
	font-weight: 600;
	font-style: normal;
	overflow: hidden;
	max-width: 1400px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
}

.twt-custom-cms-headline-plants h1::before, .twt-custom-cms-headline-plants h2::before, .twt-custom-cms-headline-plants h3::before, .twt-custom-cms-headline-plants h4::before, .twt-custom-cms-headline-plants h5::before, .twt-custom-cms-headline-plants h6::before, .twt-cms-headline-plants h1::before, .twt-cms-headline-plants h2::before, .twt-cms-headline-plants h3::before, .twt-cms-headline-plants h4::before, .twt-cms-headline-plants h5::before, .twt-cms-headline-plants h6::before {
	position: relative;
	right: .5em;
	display: inline-block;
	width: 50%;
	height: 1px;
	margin-left: -50%;
	content: "";
	vertical-align: middle;
	border-top: 3px double #691448;
}

.twt-custom-cms-headline-plants h1::after, .twt-custom-cms-headline-plants h2::after, .twt-custom-cms-headline-plants h3::after, .twt-custom-cms-headline-plants h4::after, .twt-custom-cms-headline-plants h5::after, .twt-custom-cms-headline-plants h6::after, .twt-cms-headline-plants h1::after, .twt-cms-headline-plants h2::after, .twt-cms-headline-plants h3::after, .twt-cms-headline-plants h4::after, .twt-cms-headline-plants h5::after, .twt-cms-headline-plants h6::after {
	position: relative;
	left: .5em;
	display: inline-block;
	width: 50%;
	height: 1px;
	margin-right: -50%;
	content: "";
	vertical-align: middle;
	border-top: 3px double #691448;
}

.twt-custom-cms-headline-classic h1, .twt-custom-cms-headline-classic h2, .twt-custom-cms-headline-classic h3, .twt-custom-cms-headline-classic h4, .twt-custom-cms-headline-classic h5, .twt-custom-cms-headline-classic h6, .twt-cms-headline-classic h1, .twt-cms-headline-classic h2, .twt-cms-headline-classic h3, .twt-cms-headline-classic h4, .twt-cms-headline-classic h5, .twt-cms-headline-classic h6 {
	padding: 0 0 .625rem 0;
	border-bottom: 1px solid #bcc1c7;
}

.twt-cms-image-border div.cms-image-container, .twt-cms-image-border div.product-image-wrapper, .twt-cms-image-border-1 div.cms-image-container, .twt-cms-image-border-1 div.product-image-wrapper, .twt-cms-image-border-solid div.cms-image-container, .twt-cms-image-border-solid div.product-image-wrapper {
	border: 12px solid #fff;
}

.twt-cms-image-border.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-1.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-text-bubble div.cms-image-container {
	border-radius: 50%;
}

.twt-cms-image-border.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-1.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-bubble-row div.cms-image-container {
	border-radius: 50%;
}

.twt-cms-image-border-2 div.cms-image-container::before, .twt-cms-image-border-semi div.cms-image-container::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .6);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	z-index: 1;
}

.twt-cms-image-border-2.cms-block-image-text-bubble div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-text-bubble div.cms-image-container::before {
	border-radius: 50%;
}

.twt-cms-image-border-2.cms-block-image-bubble-row div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-bubble-row div.cms-image-container::before {
	border-radius: 50%;
}

.twt-cms-image-box-shadow-sm div.cms-image-container, .twt-cms-image-box-shadow-sm div.product-image-wrapper {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.twt-cms-image-box-shadow div.cms-image-container, .twt-cms-image-box-shadow div.product-image-wrapper {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.twt-cms-image-box-shadow-lg div.cms-image-container, .twt-cms-image-box-shadow-lg div.product-image-wrapper {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.twt-cms-image-box-shadow-level-1 div.cms-image-container, .twt-cms-image-box-shadow-level-1 div.product-image-wrapper {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .1);
}

.twt-cms-image-box-shadow-level-2 div.cms-image-container, .twt-cms-image-box-shadow-level-2 div.product-image-wrapper {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
}

.twt-cms-image-box-shadow-level-3 div.cms-image-container, .twt-cms-image-box-shadow-level-3 div.product-image-wrapper {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 6px 6px rgba(0, 0, 0, .1);
}

.twt-cms-image-box-shadow-level-4 div.cms-image-container, .twt-cms-image-box-shadow-level-4 div.product-image-wrapper {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1);
}

.twt-cms-image-box-shadow-level-5 div.cms-image-container, .twt-cms-image-box-shadow-level-5 div.product-image-wrapper {
	box-shadow: 0 19px 38px rgba(0, 0, 0, .1), 0 15px 12px rgba(0, 0, 0, .1);
}

.twt-cms-image-rounded div.cms-image-container, .twt-cms-image-rounded div.product-image-wrapper {
	border-radius: 20px;
}

.twt-cms-image-rounded div.cms-image-container img, .twt-cms-image-rounded div.product-image-wrapper img {
	border-radius: 20px;
}

.twt-cms-image-border-radius div.cms-image-container, .twt-cms-image-border-radius div.product-image-wrapper {
	border-radius: 20px;
}

.twt-cms-image-border-radius div.cms-image-container img, .twt-cms-image-border-radius div.product-image-wrapper img {
	border-radius: 20px;
}

.twt-custom-cms-image-hover-1 a div.image-slider-item img, .twt-custom-cms-image-hover-1 a div.cms-image-container img, .twt-cms-image-hover-1 a div.image-slider-item img, .twt-cms-image-hover-1 a div.cms-image-container img, .twt-cms-image-hover-opacity a div.image-slider-item img, .twt-cms-image-hover-opacity a div.cms-image-container img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.twt-custom-cms-image-hover-1 a:hover div.image-slider-item img, .twt-custom-cms-image-hover-1 a:hover div.cms-image-container img, .twt-cms-image-hover-1 a:hover div.image-slider-item img, .twt-cms-image-hover-1 a:hover div.cms-image-container img, .twt-cms-image-hover-opacity a:hover div.image-slider-item img, .twt-cms-image-hover-opacity a:hover div.cms-image-container img {
	opacity: .7;
}

.twt-custom-cms-image-hover-1 div.product-image-wrapper a img, .twt-cms-image-hover-1 div.product-image-wrapper a img, .twt-cms-image-hover-opacity div.product-image-wrapper a img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.twt-custom-cms-image-hover-1 div.product-image-wrapper a:hover img, .twt-cms-image-hover-1 div.product-image-wrapper a:hover img, .twt-cms-image-hover-opacity div.product-image-wrapper a:hover img {
	opacity: .7;
}

.twt-custom-cms-image-hover-2 a div.image-slider-item, .twt-custom-cms-image-hover-2 a div.cms-image-container, .twt-cms-image-hover-2 a div.image-slider-item, .twt-cms-image-hover-2 a div.cms-image-container, .twt-cms-image-hover-zoom a div.image-slider-item, .twt-cms-image-hover-zoom a div.cms-image-container, .twt-cms-image-hover-zoom-in a div.image-slider-item, .twt-cms-image-hover-zoom-in a div.cms-image-container {
	overflow: hidden;
}

.twt-custom-cms-image-hover-2 a div.image-slider-item img, .twt-custom-cms-image-hover-2 a div.cms-image-container img, .twt-cms-image-hover-2 a div.image-slider-item img, .twt-cms-image-hover-2 a div.cms-image-container img, .twt-cms-image-hover-zoom a div.image-slider-item img, .twt-cms-image-hover-zoom a div.cms-image-container img, .twt-cms-image-hover-zoom-in a div.image-slider-item img, .twt-cms-image-hover-zoom-in a div.cms-image-container img {
	transition: -ms-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.twt-custom-cms-image-hover-2 a:hover div.image-slider-item img, .twt-custom-cms-image-hover-2 a:hover div.cms-image-container img, .twt-cms-image-hover-2 a:hover div.image-slider-item img, .twt-cms-image-hover-2 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom a:hover div.image-slider-item img, .twt-cms-image-hover-zoom a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-in a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-in a:hover div.cms-image-container img {
	-ms-transform: perspective(1px) scale(1.06);
	-webkit-transform: perspective(1px) scale(1.06);
	transform: perspective(1px) scale(1.06);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .15);
}

.twt-custom-cms-image-hover-2 div.product-image-wrapper a img, .twt-cms-image-hover-2 div.product-image-wrapper a img, .twt-cms-image-hover-zoom div.product-image-wrapper a img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a img {
	transition: -ms-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.twt-custom-cms-image-hover-2 div.product-image-wrapper a:hover img, .twt-cms-image-hover-2 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a:hover img {
	-ms-transform: perspective(1px) scale(1.06);
	-webkit-transform: perspective(1px) scale(1.06);
	transform: perspective(1px) scale(1.06);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .15);
}

.twt-cms-image-hover-3 a div.image-slider-item, .twt-cms-image-hover-3 a div.cms-image-container, .twt-cms-image-hover-zoom-out a div.image-slider-item, .twt-cms-image-hover-zoom-out a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-3 a div.image-slider-item img, .twt-cms-image-hover-3 a div.cms-image-container img, .twt-cms-image-hover-zoom-out a div.image-slider-item img, .twt-cms-image-hover-zoom-out a div.cms-image-container img {
	transition: -ms-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	-ms-transform: perspective(1px) scale(1.06);
	-webkit-transform: perspective(1px) scale(1.06);
	transform: perspective(1px) scale(1.06);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.twt-cms-image-hover-3 a:hover div.image-slider-item img, .twt-cms-image-hover-3 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-out a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-out a:hover div.cms-image-container img {
	-ms-transform: perspective(1px) scale(1);
	-webkit-transform: perspective(1px) scale(1);
	transform: perspective(1px) scale(1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .15);
}

.twt-cms-image-hover-3 div.product-image-wrapper a img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a img {
	transition: -ms-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	-ms-transform: perspective(1px) scale(1.06);
	-webkit-transform: perspective(1px) scale(1.06);
	transform: perspective(1px) scale(1.06);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.twt-cms-image-hover-3 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a:hover img {
	-ms-transform: perspective(1px) scale(1);
	-webkit-transform: perspective(1px) scale(1);
	transform: perspective(1px) scale(1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .15);
}

.twt-cms-image-hover-gray-scale a div.image-slider-item, .twt-cms-image-hover-gray-scale a div.cms-image-container, .twt-cms-image-hover-4 a div.image-slider-item, .twt-cms-image-hover-4 a div.cms-image-container, .twt-cms-image-hover-grayscale-out a div.image-slider-item, .twt-cms-image-hover-grayscale-out a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-gray-scale a div.image-slider-item img, .twt-cms-image-hover-gray-scale a div.cms-image-container img, .twt-cms-image-hover-4 a div.image-slider-item img, .twt-cms-image-hover-4 a div.cms-image-container img, .twt-cms-image-hover-grayscale-out a div.image-slider-item img, .twt-cms-image-hover-grayscale-out a div.cms-image-container img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.twt-cms-image-hover-gray-scale a:hover div.image-slider-item img, .twt-cms-image-hover-gray-scale a:hover div.cms-image-container img, .twt-cms-image-hover-4 a:hover div.image-slider-item img, .twt-cms-image-hover-4 a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-out a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-out a:hover div.cms-image-container img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.twt-cms-image-hover-gray-scale div.product-image-wrapper a img, .twt-cms-image-hover-4 div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.twt-cms-image-hover-gray-scale div.product-image-wrapper a:hover img, .twt-cms-image-hover-4 div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.twt-cms-image-hover-gray-scale-invers a div.image-slider-item, .twt-cms-image-hover-gray-scale-invers a div.cms-image-container, .twt-cms-image-hover-5 a div.image-slider-item, .twt-cms-image-hover-5 a div.cms-image-container, .twt-cms-image-hover-gray a div.image-slider-item, .twt-cms-image-hover-gray a div.cms-image-container, .twt-cms-image-hover-grayscale a div.image-slider-item, .twt-cms-image-hover-grayscale a div.cms-image-container, .twt-cms-image-hover-grayscale-in a div.image-slider-item, .twt-cms-image-hover-grayscale-in a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-gray-scale-invers a div.image-slider-item img, .twt-cms-image-hover-gray-scale-invers a div.cms-image-container img, .twt-cms-image-hover-5 a div.image-slider-item img, .twt-cms-image-hover-5 a div.cms-image-container img, .twt-cms-image-hover-gray a div.image-slider-item img, .twt-cms-image-hover-gray a div.cms-image-container img, .twt-cms-image-hover-grayscale a div.image-slider-item img, .twt-cms-image-hover-grayscale a div.cms-image-container img, .twt-cms-image-hover-grayscale-in a div.image-slider-item img, .twt-cms-image-hover-grayscale-in a div.cms-image-container img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.twt-cms-image-hover-gray-scale-invers a:hover div.image-slider-item img, .twt-cms-image-hover-gray-scale-invers a:hover div.cms-image-container img, .twt-cms-image-hover-5 a:hover div.image-slider-item img, .twt-cms-image-hover-5 a:hover div.cms-image-container img, .twt-cms-image-hover-gray a:hover div.image-slider-item img, .twt-cms-image-hover-gray a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-in a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-in a:hover div.cms-image-container img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.twt-cms-image-hover-gray-scale-invers div.product-image-wrapper a img, .twt-cms-image-hover-5 div.product-image-wrapper a img, .twt-cms-image-hover-gray div.product-image-wrapper a img, .twt-cms-image-hover-grayscale div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.twt-cms-image-hover-gray-scale-invers div.product-image-wrapper a:hover img, .twt-cms-image-hover-5 div.product-image-wrapper a:hover img, .twt-cms-image-hover-gray div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.twt-cms-image-hover-6 a div.image-slider-item, .twt-cms-image-hover-6 a div.cms-image-container, .twt-cms-image-hover-shine a div.image-slider-item, .twt-cms-image-hover-shine a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-6 a div.image-slider-item::before, .twt-cms-image-hover-6 a div.cms-image-container::before, .twt-cms-image-hover-shine a div.image-slider-item::before, .twt-cms-image-hover-shine a div.cms-image-container::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -75%;
	display: block;
	width: 50%;
	height: 100%;
	content: "";
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
}

.twt-cms-image-hover-6 a:hover div.image-slider-item, .twt-cms-image-hover-6 a:hover div.cms-image-container::before, .twt-cms-image-hover-shine a:hover div.image-slider-item, .twt-cms-image-hover-shine a:hover div.cms-image-container::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.twt-cms-image-hover-7 a:hover div.image-slider-item img, .twt-cms-image-hover-7 a:hover div.cms-image-container img, .twt-cms-image-hover-7 a:hover div.product-image-wrapper img, .twt-cms-image-hover-flash a:hover div.image-slider-item img, .twt-cms-image-hover-flash a:hover div.cms-image-container img, .twt-cms-image-hover-flash a:hover div.product-image-wrapper img {
	opacity: 1;
	-webkit-animation: flash .75s;
	animation: flash .75s;
}

.twt-cms-image-hover-7 div.product-image-wrapper a:hover img, .twt-cms-image-hover-flash div.product-image-wrapper a:hover img {
	opacity: 1;
	-webkit-animation: flash .75s;
	animation: flash .75s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}
	
	100% {
		opacity: 1;
	}
}

.twt-cms-image-hover-rotate a div.image-slider-item, .twt-cms-image-hover-rotate a div.cms-image-container, .twt-cms-image-hover-8 a div.image-slider-item, .twt-cms-image-hover-8 a div.cms-image-container, .twt-cms-image-hover-rotate-left a div.image-slider-item, .twt-cms-image-hover-rotate-left a div.cms-image-container, .twt-cms-image-hover-rotate-in-left a div.image-slider-item, .twt-cms-image-hover-rotate-in-left a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-rotate a div.image-slider-item img, .twt-cms-image-hover-rotate a div.cms-image-container img, .twt-cms-image-hover-8 a div.image-slider-item img, .twt-cms-image-hover-8 a div.cms-image-container img, .twt-cms-image-hover-rotate-left a div.image-slider-item img, .twt-cms-image-hover-rotate-left a div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a div.cms-image-container img {
	-ms-transform: rotate(12deg) scale(1.35);
	-webkit-transform: rotate(12deg) scale(1.35);
	transform: rotate(12deg) scale(1.35);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.twt-cms-image-hover-rotate a:hover div.image-slider-item img, .twt-cms-image-hover-rotate a:hover div.cms-image-container img, .twt-cms-image-hover-8 a:hover div.image-slider-item img, .twt-cms-image-hover-8 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-left a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a:hover div.cms-image-container img {
	-ms-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.twt-cms-image-hover-rotate div.product-image-wrapper a img, .twt-cms-image-hover-8 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a img {
	-ms-transform: rotate(12deg) scale(1.35);
	-webkit-transform: rotate(12deg) scale(1.35);
	transform: rotate(12deg) scale(1.35);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.twt-cms-image-hover-rotate div.product-image-wrapper a:hover img, .twt-cms-image-hover-8 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a:hover img {
	-ms-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.twt-cms-image-hover-9 a div.image-slider-item, .twt-cms-image-hover-9 a div.cms-image-container, .twt-cms-image-hover-rotate-right a div.image-slider-item, .twt-cms-image-hover-rotate-right a div.cms-image-container, .twt-cms-image-hover-rotate-in-right a div.image-slider-item, .twt-cms-image-hover-rotate-in-right a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-9 a div.image-slider-item img, .twt-cms-image-hover-9 a div.cms-image-container img, .twt-cms-image-hover-rotate-right a div.image-slider-item img, .twt-cms-image-hover-rotate-right a div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a div.cms-image-container img {
	-ms-transform: rotate(-12deg) scale(1.4);
	-webkit-transform: rotate(-12deg) scale(1.4);
	transform: rotate(-12deg) scale(1.4);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.twt-cms-image-hover-9 a:hover div.image-slider-item img, .twt-cms-image-hover-9 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-right a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a:hover div.cms-image-container img {
	-ms-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.twt-cms-image-hover-9 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a img {
	-ms-transform: rotate(-12deg) scale(1.4);
	-webkit-transform: rotate(-12deg) scale(1.4);
	transform: rotate(-12deg) scale(1.4);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.twt-cms-image-hover-9 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a:hover img {
	-ms-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.twt-cms-image-hover-10 a div.image-slider-item, .twt-cms-image-hover-10 a div.cms-image-container, .twt-cms-image-hover-rotate a div.image-slider-item, .twt-cms-image-hover-rotate a div.cms-image-container, .twt-cms-image-hover-rotate-out a div.image-slider-item, .twt-cms-image-hover-rotate-out a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-10 a div.image-slider-item img, .twt-cms-image-hover-10 a div.cms-image-container img, .twt-cms-image-hover-rotate a div.image-slider-item img, .twt-cms-image-hover-rotate a div.cms-image-container img, .twt-cms-image-hover-rotate-out a div.image-slider-item img, .twt-cms-image-hover-rotate-out a div.cms-image-container img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-ms-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.twt-cms-image-hover-10 a:hover div.image-slider-item img, .twt-cms-image-hover-10 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate a:hover div.image-slider-item img, .twt-cms-image-hover-rotate a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-out a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-out a:hover div.cms-image-container img {
	-ms-transform: rotate(8deg) scale(1.35);
	-webkit-transform: rotate(8deg) scale(1.35);
	transform: rotate(8deg) scale(1.35);
}

.twt-cms-image-hover-10 div.product-image-wrapper a img, .twt-cms-image-hover-rotate div.product-image-wrapper a img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-ms-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.twt-cms-image-hover-10 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a:hover img {
	-ms-transform: rotate(8deg) scale(1.35);
	-webkit-transform: rotate(8deg) scale(1.35);
	transform: rotate(8deg) scale(1.35);
}

.twt-cms-image-hover-11 a div.image-slider-item, .twt-cms-image-hover-11 a div.cms-image-container, .twt-cms-image-hover-blur a div.image-slider-item, .twt-cms-image-hover-blur a div.cms-image-container, .twt-cms-image-hover-blur-in a div.image-slider-item, .twt-cms-image-hover-blur-in a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-11 a div.image-slider-item img, .twt-cms-image-hover-11 a div.cms-image-container img, .twt-cms-image-hover-blur a div.image-slider-item img, .twt-cms-image-hover-blur a div.cms-image-container img, .twt-cms-image-hover-blur-in a div.image-slider-item img, .twt-cms-image-hover-blur-in a div.cms-image-container img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.twt-cms-image-hover-11 a:hover div.image-slider-item img, .twt-cms-image-hover-11 a:hover div.cms-image-container img, .twt-cms-image-hover-blur a:hover div.image-slider-item img, .twt-cms-image-hover-blur a:hover div.cms-image-container img, .twt-cms-image-hover-blur-in a:hover div.image-slider-item img, .twt-cms-image-hover-blur-in a:hover div.cms-image-container img {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.twt-cms-image-hover-12 a div.image-slider-item, .twt-cms-image-hover-12 a div.cms-image-container, .twt-cms-image-hover-blur-out a div.image-slider-item, .twt-cms-image-hover-blur-out a div.cms-image-container {
	overflow: hidden;
}

.twt-cms-image-hover-12 a div.image-slider-item img, .twt-cms-image-hover-12 a div.cms-image-container img, .twt-cms-image-hover-blur-out a div.image-slider-item img, .twt-cms-image-hover-blur-out a div.cms-image-container img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.twt-cms-image-hover-12 a:hover div.image-slider-item img, .twt-cms-image-hover-12 a:hover div.cms-image-container img, .twt-cms-image-hover-blur-out a:hover div.image-slider-item img, .twt-cms-image-hover-blur-out a:hover div.cms-image-container img {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.cms-page .twt-m-0 {
	margin: 0 !important;
}

.cms-page .twt-mt-0, .cms-page .twt-my-0 {
	margin-top: 0 !important;
}

.cms-page .twt-mr-0, .cms-page .twt-mx-0 {
	margin-right: 0 !important;
}

.cms-page .twt-mb-0, .cms-page .twt-my-0 {
	margin-bottom: 0 !important;
}

.cms-page .twt-ml-0, .cms-page .twt-mx-0 {
	margin-left: 0 !important;
}

.cms-page .twt-m-1 {
	margin: 10px !important;
}

.cms-page .twt-mt-1, .cms-page .twt-my-1 {
	margin-top: 10px !important;
}

.cms-page .twt-mr-1, .cms-page .twt-mx-1 {
	margin-right: 10px !important;
}

.cms-page .twt-mb-1, .cms-page .twt-my-1 {
	margin-bottom: 10px !important;
}

.cms-page .twt-ml-1, .cms-page .twt-mx-1 {
	margin-left: 10px !important;
}

.cms-page .twt-m-n1 {
	margin: -10px !important;
}

.cms-page .twt-mt-n1, .cms-page .twt-my-n1 {
	margin-top: -10px !important;
}

.cms-page .twt-mr-n1, .cms-page .twt-mx-n1 {
	margin-right: -10px !important;
}

.cms-page .twt-mb-n1, .cms-page .twt-my-n1 {
	margin-bottom: -10px !important;
}

.cms-page .twt-ml-n1, .cms-page .twt-mx-n1 {
	margin-left: -10px !important;
}

.cms-page .twt-m-2 {
	margin: 20px !important;
}

.cms-page .twt-mt-2, .cms-page .twt-my-2 {
	margin-top: 20px !important;
}

.cms-page .twt-mr-2, .cms-page .twt-mx-2 {
	margin-right: 20px !important;
}

.cms-page .twt-mb-2, .cms-page .twt-my-2 {
	margin-bottom: 20px !important;
}

.cms-page .twt-ml-2, .cms-page .twt-mx-2 {
	margin-left: 20px !important;
}

.cms-page .twt-m-n2 {
	margin: -20px !important;
}

.cms-page .twt-mt-n2, .cms-page .twt-my-n2 {
	margin-top: -20px !important;
}

.cms-page .twt-mr-n2, .cms-page .twt-mx-n2 {
	margin-right: -20px !important;
}

.cms-page .twt-mb-n2, .cms-page .twt-my-n2 {
	margin-bottom: -20px !important;
}

.cms-page .twt-ml-n2, .cms-page .twt-mx-n2 {
	margin-left: -20px !important;
}

.cms-page .twt-m-3 {
	margin: 30px !important;
}

.cms-page .twt-mt-3, .cms-page .twt-my-3 {
	margin-top: 30px !important;
}

.cms-page .twt-mr-3, .cms-page .twt-mx-3 {
	margin-right: 30px !important;
}

.cms-page .twt-mb-3, .cms-page .twt-my-3 {
	margin-bottom: 30px !important;
}

.cms-page .twt-ml-3, .cms-page .twt-mx-3 {
	margin-left: 30px !important;
}

.cms-page .twt-m-n3 {
	margin: -30px !important;
}

.cms-page .twt-mt-n3, .cms-page .twt-my-n3 {
	margin-top: -30px !important;
}

.cms-page .twt-mr-n3, .cms-page .twt-mx-n3 {
	margin-right: -30px !important;
}

.cms-page .twt-mb-n3, .cms-page .twt-my-n3 {
	margin-bottom: -30px !important;
}

.cms-page .twt-ml-n3, .cms-page .twt-mx-n3 {
	margin-left: -30px !important;
}

.cms-page .twt-m-4 {
	margin: 40px !important;
}

.cms-page .twt-mt-4, .cms-page .twt-my-4 {
	margin-top: 40px !important;
}

.cms-page .twt-mr-4, .cms-page .twt-mx-4 {
	margin-right: 40px !important;
}

.cms-page .twt-mb-4, .cms-page .twt-my-4 {
	margin-bottom: 40px !important;
}

.cms-page .twt-ml-4, .cms-page .twt-mx-4 {
	margin-left: 40px !important;
}

.cms-page .twt-m-n4 {
	margin: -40px !important;
}

.cms-page .twt-mt-n4, .cms-page .twt-my-n4 {
	margin-top: -40px !important;
}

.cms-page .twt-mr-n4, .cms-page .twt-mx-n4 {
	margin-right: -40px !important;
}

.cms-page .twt-mb-n4, .cms-page .twt-my-n4 {
	margin-bottom: -40px !important;
}

.cms-page .twt-ml-n4, .cms-page .twt-mx-n4 {
	margin-left: -40px !important;
}

.cms-page .twt-m-5 {
	margin: 50px !important;
}

.cms-page .twt-mt-5, .cms-page .twt-my-5 {
	margin-top: 50px !important;
}

.cms-page .twt-mr-5, .cms-page .twt-mx-5 {
	margin-right: 50px !important;
}

.cms-page .twt-mb-5, .cms-page .twt-my-5 {
	margin-bottom: 50px !important;
}

.cms-page .twt-ml-5, .cms-page .twt-mx-5 {
	margin-left: 50px !important;
}

.cms-page .twt-m-n5 {
	margin: -50px !important;
}

.cms-page .twt-mt-n5, .cms-page .twt-my-n5 {
	margin-top: -50px !important;
}

.cms-page .twt-mr-n5, .cms-page .twt-mx-n5 {
	margin-right: -50px !important;
}

.cms-page .twt-mb-n5, .cms-page .twt-my-n5 {
	margin-bottom: -50px !important;
}

.cms-page .twt-ml-n5, .cms-page .twt-mx-n5 {
	margin-left: -50px !important;
}

.cms-page .twt-m-6 {
	margin: 60px !important;
}

.cms-page .twt-mt-6, .cms-page .twt-my-6 {
	margin-top: 60px !important;
}

.cms-page .twt-mr-6, .cms-page .twt-mx-6 {
	margin-right: 60px !important;
}

.cms-page .twt-mb-6, .cms-page .twt-my-6 {
	margin-bottom: 60px !important;
}

.cms-page .twt-ml-6, .cms-page .twt-mx-6 {
	margin-left: 60px !important;
}

.cms-page .twt-m-n6 {
	margin: -60px !important;
}

.cms-page .twt-mt-n6, .cms-page .twt-my-n6 {
	margin-top: -60px !important;
}

.cms-page .twt-mr-n6, .cms-page .twt-mx-n6 {
	margin-right: -60px !important;
}

.cms-page .twt-mb-n6, .cms-page .twt-my-n6 {
	margin-bottom: -60px !important;
}

.cms-page .twt-ml-n6, .cms-page .twt-mx-n6 {
	margin-left: -60px !important;
}

.cms-page .twt-m-7 {
	margin: 70px !important;
}

.cms-page .twt-mt-7, .cms-page .twt-my-7 {
	margin-top: 70px !important;
}

.cms-page .twt-mr-7, .cms-page .twt-mx-7 {
	margin-right: 70px !important;
}

.cms-page .twt-mb-7, .cms-page .twt-my-7 {
	margin-bottom: 70px !important;
}

.cms-page .twt-ml-7, .cms-page .twt-mx-7 {
	margin-left: 70px !important;
}

.cms-page .twt-m-n7 {
	margin: -70px !important;
}

.cms-page .twt-mt-n7, .cms-page .twt-my-n7 {
	margin-top: -70px !important;
}

.cms-page .twt-mr-n7, .cms-page .twt-mx-n7 {
	margin-right: -70px !important;
}

.cms-page .twt-mb-n7, .cms-page .twt-my-n7 {
	margin-bottom: -70px !important;
}

.cms-page .twt-ml-n7, .cms-page .twt-mx-n7 {
	margin-left: -70px !important;
}

.cms-page .twt-m-8 {
	margin: 80px !important;
}

.cms-page .twt-mt-8, .cms-page .twt-my-8 {
	margin-top: 80px !important;
}

.cms-page .twt-mr-8, .cms-page .twt-mx-8 {
	margin-right: 80px !important;
}

.cms-page .twt-mb-8, .cms-page .twt-my-8 {
	margin-bottom: 80px !important;
}

.cms-page .twt-ml-8, .cms-page .twt-mx-8 {
	margin-left: 80px !important;
}

.cms-page .twt-m-n8 {
	margin: -80px !important;
}

.cms-page .twt-mt-n8, .cms-page .twt-my-n8 {
	margin-top: -80px !important;
}

.cms-page .twt-mr-n8, .cms-page .twt-mx-n8 {
	margin-right: -80px !important;
}

.cms-page .twt-mb-n8, .cms-page .twt-my-n8 {
	margin-bottom: -80px !important;
}

.cms-page .twt-ml-n8, .cms-page .twt-mx-n8 {
	margin-left: -80px !important;
}

.cms-page .twt-m-9 {
	margin: 90px !important;
}

.cms-page .twt-mt-9, .cms-page .twt-my-9 {
	margin-top: 90px !important;
}

.cms-page .twt-mr-9, .cms-page .twt-mx-9 {
	margin-right: 90px !important;
}

.cms-page .twt-mb-9, .cms-page .twt-my-9 {
	margin-bottom: 90px !important;
}

.cms-page .twt-ml-9, .cms-page .twt-mx-9 {
	margin-left: 90px !important;
}

.cms-page .twt-m-n9 {
	margin: -90px !important;
}

.cms-page .twt-mt-n9, .cms-page .twt-my-n9 {
	margin-top: -90px !important;
}

.cms-page .twt-mr-n9, .cms-page .twt-mx-n9 {
	margin-right: -90px !important;
}

.cms-page .twt-mb-n9, .cms-page .twt-my-n9 {
	margin-bottom: -90px !important;
}

.cms-page .twt-ml-n9, .cms-page .twt-mx-n9 {
	margin-left: -90px !important;
}

.cms-page .twt-p-0 {
	padding: 0 !important;
}

.cms-page .twt-pt-0, .cms-page .twt-py-0 {
	padding-top: 0 !important;
}

.cms-page .twt-pr-0, .cms-page .twt-px-0 {
	padding-right: 0 !important;
}

.cms-page .twt-pb-0, .cms-page .twt-py-0 {
	padding-bottom: 0 !important;
}

.cms-page .twt-pl-0, .cms-page .twt-px-0 {
	padding-left: 0 !important;
}

.cms-page .twt-p-1 {
	padding: 10px !important;
}

.cms-page .twt-pt-1, .cms-page .twt-py-1 {
	padding-top: 10px !important;
}

.cms-page .twt-pr-1, .cms-page .twt-px-1 {
	padding-right: 10px !important;
}

.cms-page .twt-pb-1, .cms-page .twt-py-1 {
	padding-bottom: 10px !important;
}

.cms-page .twt-pl-1, .cms-page .twt-px-1 {
	padding-left: 10px !important;
}

.cms-page .twt-p-2 {
	padding: 20px !important;
}

.cms-page .twt-pt-2, .cms-page .twt-py-2 {
	padding-top: 20px !important;
}

.cms-page .twt-pr-2, .cms-page .twt-px-2 {
	padding-right: 20px !important;
}

.cms-page .twt-pb-2, .cms-page .twt-py-2 {
	padding-bottom: 20px !important;
}

.cms-page .twt-pl-2, .cms-page .twt-px-2 {
	padding-left: 20px !important;
}

.cms-page .twt-p-3 {
	padding: 30px !important;
}

.cms-page .twt-pt-3, .cms-page .twt-py-3 {
	padding-top: 30px !important;
}

.cms-page .twt-pr-3, .cms-page .twt-px-3 {
	padding-right: 30px !important;
}

.cms-page .twt-pb-3, .cms-page .twt-py-3 {
	padding-bottom: 30px !important;
}

.cms-page .twt-pl-3, .cms-page .twt-px-3 {
	padding-left: 30px !important;
}

.cms-page .twt-p-4 {
	padding: 40px !important;
}

.cms-page .twt-pt-4, .cms-page .twt-py-4 {
	padding-top: 40px !important;
}

.cms-page .twt-pr-4, .cms-page .twt-px-4 {
	padding-right: 40px !important;
}

.cms-page .twt-pb-4, .cms-page .twt-py-4 {
	padding-bottom: 40px !important;
}

.cms-page .twt-pl-4, .cms-page .twt-px-4 {
	padding-left: 40px !important;
}

.cms-page .twt-p-5 {
	padding: 50px !important;
}

.cms-page .twt-pt-5, .cms-page .twt-py-5 {
	padding-top: 50px !important;
}

.cms-page .twt-pr-5, .cms-page .twt-px-5 {
	padding-right: 50px !important;
}

.cms-page .twt-pb-5, .cms-page .twt-py-5 {
	padding-bottom: 50px !important;
}

.cms-page .twt-pl-5, .cms-page .twt-px-5 {
	padding-left: 50px !important;
}

.cms-page .twt-p-6 {
	padding: 60px !important;
}

.cms-page .twt-pt-6, .cms-page .twt-py-6 {
	padding-top: 60px !important;
}

.cms-page .twt-pr-6, .cms-page .twt-px-6 {
	padding-right: 60px !important;
}

.cms-page .twt-pb-6, .cms-page .twt-py-6 {
	padding-bottom: 60px !important;
}

.cms-page .twt-pl-6, .cms-page .twt-px-6 {
	padding-left: 60px !important;
}

.cms-page .twt-p-7 {
	padding: 70px !important;
}

.cms-page .twt-pt-7, .cms-page .twt-py-7 {
	padding-top: 70px !important;
}

.cms-page .twt-pr-7, .cms-page .twt-px-7 {
	padding-right: 70px !important;
}

.cms-page .twt-pb-7, .cms-page .twt-py-7 {
	padding-bottom: 70px !important;
}

.cms-page .twt-pl-7, .cms-page .twt-px-7 {
	padding-left: 70px !important;
}

.cms-page .twt-p-8 {
	padding: 80px !important;
}

.cms-page .twt-pt-8, .cms-page .twt-py-8 {
	padding-top: 80px !important;
}

.cms-page .twt-pr-8, .cms-page .twt-px-8 {
	padding-right: 80px !important;
}

.cms-page .twt-pb-8, .cms-page .twt-py-8 {
	padding-bottom: 80px !important;
}

.cms-page .twt-pl-8, .cms-page .twt-px-8 {
	padding-left: 80px !important;
}

.cms-page .twt-p-9 {
	padding: 90px !important;
}

.cms-page .twt-pt-9, .cms-page .twt-py-9 {
	padding-top: 90px !important;
}

.cms-page .twt-pr-9, .cms-page .twt-px-9 {
	padding-right: 90px !important;
}

.cms-page .twt-pb-9, .cms-page .twt-py-9 {
	padding-bottom: 90px !important;
}

.cms-page .twt-pl-9, .cms-page .twt-px-9 {
	padding-left: 90px !important;
}

.cms-page .twt-m-auto {
	margin: auto !important;
}

.cms-page .twt-mt-auto, .cms-page .twt-my-auto {
	margin-top: auto !important;
}

.cms-page .twt-mr-auto, .cms-page .twt-mx-auto {
	margin-right: auto !important;
}

.cms-page .twt-mb-auto, .cms-page .twt-my-auto {
	margin-bottom: auto !important;
}

.cms-page .twt-ml-auto, .cms-page .twt-mx-auto {
	margin-left: auto !important;
}

.search-container #searchCollapse .header-search {
	margin: 0 auto;
	width: 100%;
}

.search-container #searchCollapse .header-search .header-search-form {
	padding: 15px;
}

@media (min-width: 576px) {
	.search-container #searchCollapse .header-search {
		max-width: 500px;
	}
}

@media (min-width: 1200px) {
	.search-container #searchCollapse .header-search {
		max-width: 1100px;
	}
}

.search-container #searchCollapse .header-search .header-search-btn {
	background-color: #691448;
	border: 1px solid #691448;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.search-container #searchCollapse .header-search .header-search-btn:hover {
	opacity: .8;
}

.search-container #searchCollapse .header-search .header-search-btn .icon {
	color: #fff;
}

.search-container #searchCollapse .header-search .header-search-btn .loader {
	color: #fff !important;
}

.search-container #searchCollapse .header-search input.header-search-input {
	border: 1px solid #e4e7ea;
	color: #333;
	background-color: #fff;
}

.search-container #searchCollapse .header-search input.header-search-input:focus {
	border-color: #e4e7ea;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .1);
}

.search-container #searchCollapse .header-search input.header-search-input:focus ~ .input-group-append .header-search-btn {
	border-color: #691448;
}

.search-container #searchCollapse.collapsing {
	background-color: #eef2f5;
}

.search-container #searchCollapse.show {
	background-color: #eef2f5;
}

.footer-main .twt-element-3 {
	-ms-flex-order: 300;
	order: 300;
}

.footer-main .twt-element-5 {
	-ms-flex-order: 500;
	order: 500;
}

.footer-main .twt-element-7 {
	-ms-flex-order: 700;
	order: 700;
}

.footer-main .twt-element-8 {
	-ms-flex-order: 800;
	order: 800;
}

.footer-link-item {
	padding: .25rem 0;
}

@media (min-width: 576px) {
	.twt-is-sticky-header header.header-main {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 11;
		box-shadow: 0 0 20px rgba(0, 0, 0, .07);
	}
}

.twt-is-sticky-header #searchCollapse {
	position: fixed;
}

#searchCollapse {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 11;
}

@media (max-width: 1199px) {
	header.header-main .twt-sticky-header-menu-button {
		display: block !important;
	}
	
	header.header-main .header-row {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 420px) {
	header.header-main .header-row .header-logo-col {
		width: 100%;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
	}
	
	header.header-main .header-row .header-actions-col {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 575.98px) {
	header.header-main .header-row .header-logo-col {
		margin-bottom: 0;
	}
	
	header.header-main .header-row .header-logo-col .header-logo-main .header-logo-main-link img {
		max-width: 120px;
	}
	
	header.header-main .header-row .header-actions-col .btn {
		padding: 0 8px;
	}
}

@media (max-width: 767.98px) {
	header.header-main .header-nav-main-toggle-label {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header.header-main .header-row .header-logo-col {
		padding-left: 20px;
	}
	
	header.header-main .header-row .header-actions-col {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 991.98px) {
	header.header-main .header-row .header-search-col {
		-ms-flex-order: 2;
		order: 2;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	
	header.header-main .header-row .header-search-col .col, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside {
		padding: 0;
	}
	
	header.header-main .header-row .header-search-col .col #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search {
		margin: 0;
		padding: 15px;
		max-width: 100%;
	}
	
	header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container {
		background-color: #eef2f5;
		margin: 0;
	}
}

@media (max-width: 991.98px) and (min-width: 576px) {
	header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container {
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: -10px;
	}
}

@media (max-width: 991.98px) and (min-width: 768px) {
	header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container {
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 10px;
		margin-bottom: -10px;
	}
}

@media (min-width: 768px) {
	header.header-main .header-row {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	header.header-main .header-row .header-nav-col {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	header.header-main .nav-main .main-navigation * {
		scrollbar-width: auto;
		scrollbar-color: #691448 #fff;
	}
	
	header.header-main .nav-main .main-navigation *::-webkit-scrollbar {
		width: 10px;
	}
	
	header.header-main .nav-main .main-navigation *::-webkit-scrollbar-track {
		background: #fff;
	}
	
	header.header-main .nav-main .main-navigation *::-webkit-scrollbar-thumb {
		background-color: #691448;
		border-radius: 10px;
		border: 5px solid #fff;
	}
	
	header.header-main .nav-main .main-navigation .main-navigation-menu {
		height: 60px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	header.header-main .nav-main .main-navigation .main-navigation-menu .main-navigation-link {
		white-space: nowrap;
	}
}

@media (min-width: 992px) {
	header.header-main .header-row .header-logo-col {
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	header.header-main .header-row .main-navigation {
		width: auto;
		max-width: 100%;
	}
	
	header.header-main .header-row .header-nav-col {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	header.header-main .nav-main {
		overflow: hidden;
	}
	
	header.header-main .nav-main:after {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		display: block;
		width: 20px;
		height: 100%;
		content: "";
		background: linear-gradient(to left, #fff 0%, transparent 100%);
	}
}

@media (min-width: 421px) and (max-width: 575.98px) {
	header.header-main .header-row .header-logo-col {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	header.header-main .header-row .header-actions-col {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 421px) and (max-width: 767.98px) {
	header.header-main .header-row .header-logo-col {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0;
	}
	
	header.header-main .header-row .header-actions-col {
		width: 100%;
	}
}

@media (min-width: 421px) and (max-width: 991.98px) {
	header.header-main .header-row .header-logo-col {
		-ms-flex: 0 0 auto !important;
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	header.header-main .header-row .header-actions-col {
		-ms-flex: 0 0 auto !important;
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: 100% !important;
		-ms-flex-order: 1;
		order: 1;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.twt-checkout-header {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-top: 30px;
	color: #212529;
}

.product-detail-ordernumber-container {
	font-weight: 400;
	margin-bottom: 0;
}

.product-detail-ordernumber-container .product-detail-ordernumber-label {
	font-weight: 600;
	text-transform: none;
}

.twt-product-specifications-container {
	font-weight: 400;
	margin-bottom: 0;
}

.twt-product-specifications-container .twt-product-specifications-label {
	font-weight: 600;
	text-transform: none;
}

.product-detail-reviews + .product-detail-delivery-information .twt-product-stock-label {
	margin-top: 1.25rem;
}

.twt-product-video {
	margin-bottom: 1.5rem;
}

.twt-product-detail-delivery-information-labels:empty {
	display: none;
}

.twt-product-detail-delivery-information-labels:not(:empty) {
	display: block;
	margin-right: -3px;
	margin-bottom: 1rem;
	margin-left: -3px;
}

.twt-product-detail-delivery-information-labels:not(:empty).is-bottom {
	margin-top: 1.5rem;
}

.twt-product-detail-delivery-information-labels p.label {
	font-size: 85%;
	margin: 0;
	display: table;
	margin-bottom: .5rem;
}

.twt-product-detail-delivery-information-labels p.label:last-of-type {
	margin-bottom: 0;
}

.twt-product-detail-short-description {
	margin-bottom: 2rem;
}

.twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eee;
}

@media (max-width: 575.98px) {
	.twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
		padding: 8px;
	}
}

@media (min-width: 576px) {
	.twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
		padding: 20px;
	}
}

@media (min-width: 1200px) {
	.twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
		padding: 30px;
	}
}

.twt-usp-bar {
	display: block;
	margin: 0;
}

.twt-usp-bar .twt-usp-bar-items {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
}

@media (max-width: 767.98px) {
	.twt-usp-bar .twt-usp-bar-items {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.twt-usp-bar .twt-usp-bar-item {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 0;
}

.twt-usp-bar .twt-usp-bar-item.item-1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 576px) {
	.twt-usp-bar .twt-usp-bar-item.item-2 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media (min-width: 768px) {
	.twt-usp-bar .twt-usp-bar-item.item-3 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media (min-width: 992px) {
	.twt-usp-bar .twt-usp-bar-item.item-4 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.twt-usp-bar .twt-usp-bar-item.item-5 {
	display: none;
}

@media (min-width: 1400px) {
	.twt-usp-bar .twt-usp-bar-item.item-6 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.twt-usp-bar .twt-usp-bar-item div.item-icon {
	text-align: center;
}

.twt-usp-bar .twt-usp-bar-item div.item-label {
	width: 100%;
}

.twt-usp-bar .twt-usp-bar-item div.item-label a {
	text-decoration: none;
}

.twt-usp-bar .twt-usp-bar-item div.item-label a:hover {
	text-decoration: underline;
}

.twt-usp-bar.is-header {
	background-color: #eef2f5;
	position: relative;
}

.twt-usp-bar.is-header .twt-usp-bar-container {
	max-width: none;
}

.twt-usp-bar.is-header .twt-usp-bar-item {
	color: #263842;
	-ms-flex-direction: row;
	flex-direction: row;
}

.twt-usp-bar.is-header .twt-usp-bar-item div.item-label a {
	color: #263842;
}

.twt-usp-bar.is-header .twt-usp-bar-item div.item-label a:hover {
	color: #131d22;
}

.twt-usp-bar.is-header .twt-usp-bar-item span.icon {
	color: #263842;
}

.twt-usp-bar.is-header.has-widget .twt-usp-bar-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.twt-usp-bar.is-header.has-widget .twt-usp-bar-items {
		-ms-flex-pack: normal;
		justify-content: normal;
	}
}

.twt-usp-bar.is-header.has-widget .twt-usp-bar-items {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (min-width: 992px) {
	.twt-usp-bar.is-header.has-widget .twt-usp-bar-items {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.twt-usp-bar.is-header.has-widget .twt-widget {
	padding-left: 20px;
	padding-right: 20px;
}

.twt-usp-bar.is-header.has-widget .twt-widget .top-bar-nav {
	padding: 0;
}

.twt-usp-bar.is-footer {
	background-color: #eef2f5;
	border-top: 1px solid #e5ebf0;
}

.twt-usp-bar.is-footer .twt-usp-bar-container {
	max-width: 1400px;
	margin: 0 auto;
}

.twt-usp-bar.is-footer .twt-usp-bar-item {
	color: #555;
	-ms-flex-direction: column;
	flex-direction: column;
}

.twt-usp-bar.is-footer .twt-usp-bar-item div.item-label a {
	color: #555;
}

.twt-usp-bar.is-footer .twt-usp-bar-item div.item-label a:hover {
	color: #3c3c3c;
}

.twt-usp-bar.is-footer .twt-usp-bar-item span.icon {
	color: #555;
}

.twt-usp-bar.is-cms {
	margin: 0;
	position: relative;
	height: 40px;
}

.twt-usp-bar.is-cms .container, .twt-usp-bar.is-cms .cms-section .boxed, .cms-section .twt-usp-bar.is-cms .boxed {
	padding: 0;
}

.twt-usp-bar.is-cms .twt-usp-bar-items {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.twt-usp-bar.is-cms .twt-usp-bar-item {
	color: #263842;
	-ms-flex-direction: row;
	flex-direction: row;
}

.twt-usp-bar.is-cms .twt-usp-bar-item > div {
	display: inline-block;
}

.twt-usp-bar.is-cms .twt-usp-bar-item div.item-label a {
	color: #263842;
	text-decoration: none;
}

.twt-usp-bar.is-cms .twt-usp-bar-item div.item-label a:hover {
	color: #131d22;
	text-decoration: underline;
}

.twt-usp-bar.is-cms .twt-usp-bar-item span.icon {
	height: 15px;
	width: 15px;
	margin-right: 5px;
	color: #263842;
}

.twt-usp-bar.is-small .twt-usp-bar-container {
	padding: 10px 0;
	height: 40px;
}

@media (max-width: 575.98px) {
	.twt-usp-bar.is-small .twt-usp-bar-items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media (min-width: 576px) {
	.twt-usp-bar.is-small .twt-usp-bar-items {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.twt-usp-bar.is-small .twt-usp-bar-item > div {
	display: inline-block;
}

.twt-usp-bar.is-small .twt-usp-bar-item span.icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}

.twt-usp-bar.is-small .twt-usp-bar-item span.icon svg {
	top: 0;
}

.twt-usp-bar.is-large .twt-usp-bar-container {
	padding: 15px 0;
	height: 110px;
}

@media (max-width: 575.98px) {
	.twt-usp-bar.is-large .twt-usp-bar-items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media (min-width: 576px) {
	.twt-usp-bar.is-large .twt-usp-bar-items {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.twt-usp-bar.is-large .twt-usp-bar-item > div {
	display: block;
}

.twt-usp-bar.is-large .twt-usp-bar-item span.icon {
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
}

.twt-usp-bar.is-large .twt-usp-bar-item span.icon svg {
	top: 0;
}

.twt-usp-bar.is-large .twt-usp-bar-item div.item-title, .twt-usp-bar.is-large .twt-usp-bar-item div.item-subtitle {
	text-align: center;
}

.twt-cms-animation.cms-block {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
	animation-duration: 1.5s;
	animation-fill-mode: both;
}

.twt-cms-animation.cms-block.is-visible {
	opacity: 1;
	animation-delay: .1s;
	animation-name: fadeIn;
}

.nav-main {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
}

.nav-main.ready:not(.show) #searchCollapse.sticky, .nav-main.ready:not(.show) div.header-cart.sticky[data-offcanvas-cart] {
	display: none;
}

body.is-sticky-nav-main {}

body.is-sticky-nav-main .nav-main {
	position: fixed;
	z-index: 1020;
	top: 0 !important;
	padding-bottom: 0;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	width: 100%;
}

body.is-sticky-nav-main .nav-main.ready {
	animation-duration: .3s;
	animation-fill-mode: both;
	animation-name: stickynavFyloutFadeInDown;
}

body.is-sticky-nav-main .nav-main .main-navigation-link {
	height: 50px;
	padding: 0 9px;
	line-height: 50px;
}

body.is-sticky-nav-main #sticky-logo {
	float: left;
	display: block !important;
	line-height: 50px;
	margin-right: 20px;
}

body.is-sticky-nav-main #sticky-logo a {
	display: inline-block;
}

body.is-sticky-nav-main #sticky-logo a img {
	display: inline-block;
	width: auto;
	max-width: 120px;
	height: auto;
	max-height: 50px;
}

body.is-sticky-nav-main #sticky-nav-main-toggle {
	float: left;
	display: block !important;
}

body.is-sticky-nav-main #sticky-nav-main-toggle .btn {
	font-size: 14px;
	font-size: .875rem;
	margin-right: 20px;
	background-color: #fff;
	color: #333;
	padding: 0 17px;
	line-height: 50px;
	border-radius: 0;
	border: none;
}

body.is-sticky-nav-main #sticky-nav-main-toggle .btn .icon {
	color: #333;
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

body.is-sticky-nav-main #sticky-nav-main-toggle .btn .icon > svg {
	top: 0;
	margin-bottom: 2px;
}

body.is-sticky-nav-main #sticky-nav-main-toggle .btn:hover {
	background-color: #eef2f5;
	color: #691448;
}

body.is-sticky-nav-main #sticky-nav-main-toggle .btn:hover .icon {
	color: #691448;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] {
	float: right;
	display: block !important;
	height: 50px;
	overflow: hidden;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn {
	position: relative;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	margin-left: 20px;
	background-color: #fff;
	color: #333;
	padding: 0 17px;
	line-height: 50px;
	border-radius: 0;
	border: none;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .header-cart-total {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	color: #333;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .icon {
	color: #333;
	display: inline-block;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .icon > svg {
	top: 0;
	margin-bottom: 2px;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .badge {
	top: 3px;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn:hover {
	opacity: .8;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .header-cart-total {
	display: none;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .header-cart-badge {
	display: block;
}

body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .header-cart-name {
	display: none;
}

body.is-sticky-nav-main #searchCollapse.sticky {
	float: right;
	display: block !important;
}

body.is-sticky-nav-main #searchCollapse.sticky:not(.show) {
	display: block;
	max-width: 500px;
	line-height: 49px;
}

body.is-sticky-nav-main #searchCollapse.sticky:not(.show) .header-search {
	display: inline-block;
}

body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn {
	font-size: 14px;
	font-size: .875rem;
	background-color: #fff;
	border: 1px solid #e4e7ea;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	height: 40px;
}

body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn .loader {
	color: #691448 !important;
}

body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn:hover {
	opacity: .75;
}

body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input {
	font-size: 14px;
	font-size: .875rem;
	border: 1px solid #e4e7ea;
	color: #333;
	background-color: #fff;
	height: 40px;
	text-align: center;
}

body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input:focus {
	border-color: #e4e7ea;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .1);
}

body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input:focus ~ .input-group-append .header-search-btn {
	border-color: #e4e7ea;
}

.twt-widget-about p:last-of-type {
	margin-bottom: 0;
}

.twt-widget-awards .twt-awards-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.twt-widget-awards .twt-awards-container img {
	max-width: 100px;
	max-height: none;
}

.cms-section-sidebar-sidebar-content .twt-awards-container img {
	margin: 0 20px 20px 0;
}

.twt-widget-benefits .twt-usp-bar-item {
	font-size: 16px;
	font-size: 1rem;
}

.twt-widget-benefits .twt-usp-bar-item div {
	display: inline-block;
}

.twt-widget-benefits .twt-usp-bar-item div.item-icon {
	text-align: center;
}

.twt-widget-benefits .twt-usp-bar-item span.icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.twt-widget-benefits .benefits-list ul {
	margin-left: 25px;
	padding-left: 0;
	list-style-type: none;
}

.twt-widget-benefits .benefits-list li {
	position: relative;
	margin-bottom: 4px;
}

.twt-widget-benefits .benefits-list li .icon {
	line-height: inherit;
	position: absolute;
	top: 1px;
	left: -25px;
	width: 18px;
	text-align: left;
	color: #333;
}

.twt-widget-benefits .benefits-list li .icon svg {
	top: 0;
	width: auto;
}

.twt-widget-communities ul.twt-communities-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.twt-widget-communities a.twt-communities-link {
	text-decoration: none !important;
}

.twt-widget-communities a.twt-communities-link .icon {
	-webkit-transition: .2s ease-out 0s;
	transition: .2s ease-out 0s;
	vertical-align: middle;
	fill: currentColor;
}

.twt-widget-communities a.twt-communities-link .icon svg {
	top: 0;
}

.twt-widget-communities a.twt-communities-link .icon > svg circle, .twt-widget-communities a.twt-communities-link .icon > svg polygon, .twt-widget-communities a.twt-communities-link .icon > svg rect {
	fill: currentColor;
}

.twt-widget-communities a.twt-communities-link .icon .color2 {
	color: #fff;
}

.twt-widget-communities.is-cms {
	text-align: center;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) ul.twt-communities-list li.twt-communities-item {
	display: inline-block;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link .icon {
	width: 45px;
	height: 45px;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link span.twt-communities-label {
	display: none;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover {
	text-decoration: underline !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover .icon {
	-webkit-filter: brightness(85%);
	filter: brightness(85%);
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon .color3 {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color3 {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color4 {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon .color3 {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website .icon {
	color: #691448;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email {
	color: #691448 !important;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email .icon {
	color: #691448;
}

.twt-widget-hotline a {
	text-decoration: none;
}

.twt-widget-hotline .twt-widget-hotline-inner {
	font-size: 16px;
	font-size: 1rem;
	padding-bottom: 1rem;
}

.twt-widget-hotline .twt-widget-hotline-inner a {
	font-weight: 600;
	display: block;
	margin: 1rem 0 .5rem;
}

.twt-widget-hotline .twt-widget-hotline-inner a[href^="tel:"] {
	font-size: 20px;
	font-size: 1.25rem;
}

.twt-widget-hotline .twt-widget-hotline-contact-form {
	font-size: 16px;
	font-size: 1rem;
}

.twt-widget-location a.btn-route {
	color: #111;
	border: 1px solid #fff;
	background-color: #ccc;
}

.twt-widget-location a.btn-route .icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.twt-widget-location a.btn-route .icon > svg {
	top: 3px;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: #111;
}

.twt-widget-location a.btn-route:hover {
	color: #333;
	border: 1px solid #eee;
	background-color: #ddd;
}

.twt-widget-location a.btn-route:hover .icon > svg {
	color: #333;
}

.twt-widget-payment .is-payment-logo {
	margin: 0 10px 10px 0;
}

.twt-widget-payment .is-payment-logo, .twt-widget-paymentshipping .is-payment-logo {
	-webkit-transition: .2s ease-out 0s;
	transition: .2s ease-out 0s;
	display: block;
	float: left;
}

.twt-widget-payment .is-payment-logo img.footer-logo-image, .twt-widget-paymentshipping .is-payment-logo img.footer-logo-image {
	display: block;
	max-width: inherit;
	height: 40px;
	max-height: 40px;
	border: 1px solid #e9f2f9;
	width: auto;
	border-radius: 2px;
}

.twt-widget-payment .is-payment-logo a:hover img, .twt-widget-paymentshipping .is-payment-logo a:hover img {
	opacity: .75;
}

.twt-widget-payment .is-payment-logo.is-fallback-badge, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	max-height: 40px;
	border-radius: 2px;
}

.twt-widget-payment .is-payment-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge span {
	font-size: 10px;
	font-size: .625rem;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	padding: 10px;
	text-transform: none;
	color: #333;
	border: 1px solid #e9f2f9;
	background-color: #eef2f5;
}

.twt-widget-payment .is-payment-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a {
	text-decoration: none;
}

.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover {
	text-decoration: none;
}

.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover span {
	color: #333;
	opacity: .75;
}

.twt-widget-payment:after, .twt-widget-paymentshipping:after {
	content: "";
	display: table;
	clear: both;
}

.twt-widget-paymentshipping .is-payment-logo, .twt-widget-paymentshipping .is-shipping-logo {
	margin: 0 10px 10px 0;
}

.twt-widget-shipping .is-shipping-logo {
	margin: 0 10px 10px 0;
}

.twt-widget-shipping .is-shipping-logo, .twt-widget-paymentshipping .is-shipping-logo {
	-webkit-transition: .2s ease-out 0s;
	transition: .2s ease-out 0s;
	display: block;
	float: left;
}

.twt-widget-shipping .is-shipping-logo img.footer-logo-image, .twt-widget-paymentshipping .is-shipping-logo img.footer-logo-image {
	display: block;
	max-width: inherit;
	height: 40px;
	max-height: 45px;
	border: 1px solid #e9f2f9;
	width: auto;
	border-radius: 2px;
}

.twt-widget-shipping .is-shipping-logo a:hover img, .twt-widget-paymentshipping .is-shipping-logo a:hover img {
	opacity: .75;
}

.twt-widget-shipping .is-shipping-logo.is-fallback-badge, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	max-height: 45px;
	border-radius: 2px;
}

.twt-widget-shipping .is-shipping-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge span {
	font-size: 10px;
	font-size: .625rem;
	font-weight: 600;
	line-height: 22.5px;
	display: inline-block;
	padding: 10px;
	text-transform: none;
	color: #333;
	border: 1px solid #e9f2f9;
	background-color: #eef2f5;
}

.twt-widget-shipping .is-shipping-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a {
	text-decoration: none;
}

.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover {
	text-decoration: none;
}

.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover span {
	color: #333;
	opacity: .75;
}

.twt-widget-shipping:after, .twt-widget-paymentshipping:after {
	content: "";
	display: table;
	clear: both;
}

div[class*="twt-custom-cms-element-overlay-"] .cms-section-default {
	position: relative;
}

div[class*="twt-custom-cms-element-overlay-"] .cms-section-default::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	opacity: .85;
}

div[class*="twt-custom-cms-element-overlay-"] .cms-section-default .cms-element-text {
	font-weight: 600;
	line-height: 1.2;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
}

div[class*="twt-custom-cms-element-overlay-"] + div {
	position: relative;
}

.twt-custom-cms-element-overlay-primary .cms-section-default::before {
	background: #691448;
}

.twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text {
	color: #fff;
}

.twt-custom-cms-element-overlay-secondary .cms-section-default::before {
	background: #691448;
}

.twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text {
	color: #fff;
}

.twt-custom-cms-element-overlay-success .cms-section-default::before {
	background: #2ecc71;
}

.twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text {
	color: #fff;
}

.twt-custom-cms-element-overlay-info .cms-section-default::before {
	background: #4aa3df;
}

.twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text {
	color: #fff;
}

.twt-custom-cms-element-overlay-warning .cms-section-default::before {
	background: #f1c40f;
}

.twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text {
	color: #212529;
}

.twt-custom-cms-element-overlay-danger .cms-section-default::before {
	background: #e74c3c;
}

.twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text {
	color: #fff;
}

.twt-custom-cms-element-overlay-light .cms-section-default::before {
	background: #f9f9f9;
}

.twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text {
	color: #212529;
}

.twt-custom-cms-element-overlay-dark .cms-section-default::before {
	background: #4a545b;
}

.twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text {
	color: #fff;
}

.twt-custom-cms-element-overlay-white .cms-section-default::before {
	background: #fff;
}

.twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text {
	color: #212529;
}

.twt-custom-cms-icon-box-1 {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #691448;
}

.twt-custom-cms-icon-box-1 .content {
	position: relative;
	display: table;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.twt-custom-cms-icon-box-1 .content span.icon {
	font-size: 54px;
	display: table-cell;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.twt-custom-cms-icon-box-1 .content span.icon svg {
	top: -6px;
	width: auto;
	height: auto;
}

.twt-custom-cms-icon-box-1 .content p {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	display: table-cell;
	padding: 20px 40px;
	vertical-align: middle;
	text-transform: uppercase !important;
	color: #fff;
}

.twt-custom-cms-icon-box-1 .content.text-light span.icon, .twt-custom-cms-icon-box-1 .content.text-light p {
	color: #f9f9f9 !important;
}

.twt-custom-cms-icon-box-1 .content.text-dark span.icon, .twt-custom-cms-icon-box-1 .content.text-dark p {
	color: #4a545b !important;
}

.twt-custom-cms-icon-box-1 .content.text-muted span.icon, .twt-custom-cms-icon-box-1 .content.text-muted p {
	color: #798490 !important;
}

.twt-custom-cms-icon-box-1 .content.text-white span.icon, .twt-custom-cms-icon-box-1 .content.text-white p {
	color: #fff !important;
}

.twt-custom-cms-icon-box-1.bg-primary span.icon, .twt-custom-cms-icon-box-1.bg-primary p {
	color: #fff;
}

.twt-custom-cms-icon-box-1.bg-secondary span.icon, .twt-custom-cms-icon-box-1.bg-secondary p {
	color: #fff;
}

.twt-custom-cms-icon-box-1.bg-success span.icon, .twt-custom-cms-icon-box-1.bg-success p {
	color: #fff;
}

.twt-custom-cms-icon-box-1.bg-info span.icon, .twt-custom-cms-icon-box-1.bg-info p {
	color: #fff;
}

.twt-custom-cms-icon-box-1.bg-warning span.icon, .twt-custom-cms-icon-box-1.bg-warning p {
	color: #212529;
}

.twt-custom-cms-icon-box-1.bg-danger span.icon, .twt-custom-cms-icon-box-1.bg-danger p {
	color: #fff;
}

.twt-custom-cms-icon-box-1.bg-light span.icon, .twt-custom-cms-icon-box-1.order-detail-table-footer span.icon, .twt-custom-cms-icon-box-1.bg-light p, .twt-custom-cms-icon-box-1.order-detail-table-footer p {
	color: #212529;
}

.twt-custom-cms-icon-box-1.bg-dark span.icon, .twt-custom-cms-icon-box-1.bg-dark p {
	color: #fff;
}

.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset) {
	border: 1px solid rgba(238, 238, 238, 0);
	border-radius: 20px;
	margin-bottom: 20px;
}

.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset):not(.bg-color) {
	background-color: #fff;
}

.cms-section-sidebar .cms-section-sidebar-sidebar-content {
	background-color: #fff;
	border: 1px solid rgba(238, 238, 238, 0);
	border-radius: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.cms-section-sidebar .cms-section-sidebar-sidebar-content {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right: none;
	}
}

.cms-section-sidebar .cms-section-sidebar-main-content {
	background-color: #fff;
	border: 1px solid rgba(238, 238, 238, 0);
	border-radius: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.cms-section-sidebar .cms-section-sidebar-main-content {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left: none;
	}
}

.cms-section-sidebar.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.cms-section-sidebar.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
		padding-right: 0;
	}
}

.cms-section-sidebar.twt-cms-reset-padding .cms-section-sidebar-main-content {
	padding-left: 0;
	padding-right: 0;
}

body:not(.is-act-home) .cms-page .cms-section {
	overflow: visible;
}

body:not(.is-act-home):not(.twt-shopping-experiences-header) .cms-page {
	margin-top: 20px;
}

.twt-cms-block {
	margin-bottom: 20px;
	border: 1px solid rgba(238, 238, 238, 0);
	border-radius: 20px;
	background-color: #fff;
}

.twt-cms-block-margin {
	margin-bottom: 20px;
}

.twt-cms-block-border {
	border: 1px solid rgba(238, 238, 238, 0);
}

.twt-cms-block-background, .twt-cms-block-bg {
	background-color: #fff;
}

.twt-cms-block-reset-margin {
	margin-bottom: 0 !important;
}

.twt-cms-block-reset-border {
	border: none !important;
}

.twt-cms-block-reset-background, .twt-cms-block-reset-bg {
	background-color: inherit !important;
}

.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
		padding-right: 0;
	}
}

.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-main-content {
	padding-left: 0;
	padding-right: 0;
}

.twt-is-cms-product-detail {}

.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
	margin-bottom: 0;
	border-bottom: none;
}

.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
	border-top: none;
}

.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
	margin-bottom: 0;
	border-bottom: none;
}

.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
	border-top: none;
}

.cms-block-twt-grid-one .left-top {
	margin-bottom: 40px;
}

.cms-block-twt-grid-one .right {
	height: 100%;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-one .left-top {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-one .left-bottom {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-one .right {
		height: auto;
	}
}

.cms-block-twt-grid-one-swapped .left {
	height: 100%;
}

.cms-block-twt-grid-one-swapped .right-top {
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-one-swapped .left {
		height: auto;
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-one-swapped .right-top {
		margin-bottom: 20px;
	}
}

.cms-block-twt-grid-two .left-top {
	margin-bottom: 40px;
}

.cms-block-twt-grid-two .right {
	height: 100%;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-two .left-top {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-two .left-bottom {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-two .right {
		height: auto;
	}
}

.cms-block-twt-grid-two-swapped .left {
	height: 100%;
}

.cms-block-twt-grid-two-swapped .right-top {
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-two-swapped .left {
		height: auto;
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-two-swapped .right-top {
		margin-bottom: 20px;
	}
}

.cms-block-twt-grid-three .left-top {
	margin-bottom: 40px;
}

.cms-block-twt-grid-three .right {
	height: 100%;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-three .left-top {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-three .left-bottom.left {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-three .left-bottom.right {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-three .right {
		height: auto;
	}
}

.cms-block-twt-grid-three-swapped .left {
	height: 100%;
}

.cms-block-twt-grid-three-swapped .right-top {
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-three-swapped .left {
		height: auto;
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-three-swapped .right-top {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-three-swapped .right-bottom.left {
		margin-bottom: 20px;
	}
}

.cms-block-twt-grid-four .left-top {
	margin-bottom: 40px;
}

.cms-block-twt-grid-four .right {
	height: 100%;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-four .left-top {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-four .left-bottom.left {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-four .left-bottom.right {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-four .right {
		height: auto;
	}
}

.cms-block-twt-grid-four-swapped .left {
	height: 100%;
}

.cms-block-twt-grid-four-swapped .right-top {
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-four-swapped .left {
		height: auto;
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-four-swapped .right-top {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-four-swapped .right-bottom.left {
		margin-bottom: 20px;
	}
}

.cms-block-twt-grid-modern .left-top.row, .cms-block-twt-grid-modern .left-top.account-content, .cms-block-twt-grid-modern .is-act-cartpage .checkout .left-top.checkout-container, .is-act-cartpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-checkoutregisterpage .checkout .left-top.checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-confirmpage .checkout .left-top.checkout-container, .is-act-confirmpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-ctl-accountorder .checkout .left-top.checkout-container, .is-ctl-accountorder .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-finishpage .checkout .left-top.checkout-container, .is-act-finishpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container {
	margin-bottom: 40px;
}

.cms-block-twt-grid-modern .right-top {
	margin-bottom: 40px;
}

@media (max-width: 767.98px) {
	.cms-block-twt-grid-modern .left-top.row, .cms-block-twt-grid-modern .left-top.account-content, .cms-block-twt-grid-modern .is-act-cartpage .checkout .left-top.checkout-container, .is-act-cartpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-checkoutregisterpage .checkout .left-top.checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-confirmpage .checkout .left-top.checkout-container, .is-act-confirmpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-ctl-accountorder .checkout .left-top.checkout-container, .is-ctl-accountorder .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-finishpage .checkout .left-top.checkout-container, .is-act-finishpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container {
		margin-bottom: 0;
	}
	
	.cms-block-twt-grid-modern .left-top.left {
		margin-bottom: 20px;
		padding-right: 10px;
	}
	
	.cms-block-twt-grid-modern .left-top.right {
		margin-bottom: 20px;
		padding-left: 10px;
	}
	
	.cms-block-twt-grid-modern .left-bottom {
		margin-bottom: 20px;
	}
	
	.cms-block-twt-grid-modern .right-top {
		margin-bottom: 20px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.cms-block-twt-grid-modern .left-top.right {
		margin-bottom: 20px;
	}
}

.twt-cms-col-margin-bottom div[class^="cms-element-"] p:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .col-md-6:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-additional:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .col-md-6:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-additional:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .col-md-6.last, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-confirmpage .checkout .last.checkout-aside, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-ctl-accountorder .checkout .last.checkout-aside, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-finishpage .checkout .last.checkout-additional, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-additional, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-finishpage .checkout .last.checkout-aside, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-3-9 .col-md-3 {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .col-md-4, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .checkout-aside {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-8-4 .col-md-8 {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-9-3 .col-md-9 {
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12 {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-3.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .account-content .first.account-content-aside, .account-content .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .first.account-content-aside {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-6, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .checkout-additional {
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-2.first {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-8, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-cartpage .checkout .checkout-main, .is-act-cartpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-confirmpage .checkout .checkout-main, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-ctl-accountorder .checkout .checkout-main, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12 {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12.first {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12 {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12 {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(1) {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(2) {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(3) {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12 {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12 {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(5) {
		margin-bottom: 0;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(1) {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(2) {
		margin-bottom: 20px;
	}
	
	.twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(3) {
		margin-bottom: 20px;
	}
}

div[class^="cms-element-twt-text-teaser"], div.cms-element-twt-button-teaser, div.cms-element-twt-call-to-action, div.cms-element-twt-hover-box, div.cms-element-twt-classic-teaser, div.cms-element-twt-modern-teaser, div.cms-element-twt-image-banner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	height: 100%;
}

div[class^="cms-element-twt-text-teaser"] .cms-image-link, div.cms-element-twt-button-teaser .cms-image-link, div.cms-element-twt-call-to-action .cms-image-link, div.cms-element-twt-hover-box .cms-image-link, div.cms-element-twt-classic-teaser .cms-image-link, div.cms-element-twt-modern-teaser .cms-image-link, div.cms-element-twt-image-banner .cms-image-link {
	display: block;
	width: 100%;
	height: 100%;
}

div[class^="cms-element-twt-text-teaser"] .cms-image-container, div.cms-element-twt-button-teaser .cms-image-container, div.cms-element-twt-call-to-action .cms-image-container, div.cms-element-twt-hover-box .cms-image-container, div.cms-element-twt-classic-teaser .cms-image-container, div.cms-element-twt-modern-teaser .cms-image-container, div.cms-element-twt-image-banner .cms-image-container {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}

div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover, div.cms-element-twt-button-teaser .cms-image-container.is-cover, div.cms-element-twt-call-to-action .cms-image-container.is-cover, div.cms-element-twt-hover-box .cms-image-container.is-cover, div.cms-element-twt-classic-teaser .cms-image-container.is-cover, div.cms-element-twt-modern-teaser .cms-image-container.is-cover, div.cms-element-twt-image-banner .cms-image-container.is-cover {
	font-family: "object-fit: contain;";
	height: 100%;
	object-fit: contain;
}

div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-cover .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-cover .cms-image {
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover .cms-image, div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-stretch .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-cover .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-stretch .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-stretch .cms-image {
	width: 100%;
}

div[class^="cms-element-twt-text-teaser"] .cms-image, div.cms-element-twt-button-teaser .cms-image, div.cms-element-twt-call-to-action .cms-image, div.cms-element-twt-hover-box .cms-image, div.cms-element-twt-classic-teaser .cms-image, div.cms-element-twt-modern-teaser .cms-image, div.cms-element-twt-image-banner .cms-image {
	display: block;
	max-width: 100%;
}

div[class^="cms-element-twt-text-teaser"] .cms-content-container, div.cms-element-twt-button-teaser .cms-content-container, div.cms-element-twt-call-to-action .cms-content-container, div.cms-element-twt-hover-box .cms-content-container, div.cms-element-twt-classic-teaser .cms-content-container, div.cms-element-twt-modern-teaser .cms-content-container, div.cms-element-twt-image-banner .cms-content-container {
	font-family: "Montserrat", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
}

div[class^="cms-element-twt-text-teaser"] .cms-content-container, div.cms-element-twt-button-teaser .cms-content-container, div.cms-element-twt-call-to-action .cms-content-container, div.cms-element-twt-image-banner .cms-content-container {
	padding: 15px;
}

div[class^="cms-element-twt-text-teaser"] .cms-title-container, div.cms-element-twt-button-teaser .cms-title-container, div.cms-element-twt-call-to-action .cms-title-container, div.cms-element-twt-image-banner .cms-title-container {
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
}

div[class^="cms-element-twt-text-teaser"] .content, div.cms-element-twt-button-teaser .content, div.cms-element-twt-call-to-action .content, div.cms-element-twt-image-banner .content {
	position: relative;
}

div[class^="cms-element-twt-text-teaser"] .color-overlay, div.cms-element-twt-button-teaser .color-overlay, div.cms-element-twt-call-to-action .color-overlay, div.cms-element-twt-image-banner .color-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 576px) {
	div[class^="cms-element-twt-text-teaser"].is-hover .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .overlay:not(.fade-out) {
		opacity: 0;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .content.fade-out, div.cms-element-twt-button-teaser.is-hover .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .content.fade-out, div.cms-element-twt-call-to-action.is-hover .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .content.fade-out, div.cms-element-twt-image-banner.is-hover .overlay.fade-out {
		opacity: 1;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .overlay, div.cms-element-twt-button-teaser.is-hover .overlay, div.cms-element-twt-call-to-action.is-hover .overlay, div.cms-element-twt-image-banner.is-hover .overlay {
		-webkit-transition: all .3s ease-in-out .1s;
		transition: all .3s ease-in-out .1s;
		animation-duration: .3s;
		animation-timing-function: ease-in-out;
		animation-delay: .25s;
		animation-fill-mode: both;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .content, div.cms-element-twt-button-teaser.is-hover .content, div.cms-element-twt-call-to-action.is-hover .content, div.cms-element-twt-image-banner.is-hover .content {
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		animation-duration: .25s;
		animation-timing-function: ease-in-out;
		animation-fill-mode: both;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out) {
		opacity: 1;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up {
		animation-name: cmsOverlaySlideInUp;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right {
		animation-name: cmsOverlaySlideInRight;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down {
		animation-name: cmsOverlaySlideInDown;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left {
		animation-name: cmsOverlaySlideInLeft;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in {
		animation-name: cmsOverlayZoomIn;
	}
	
	div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out {
		opacity: 0;
	}
}

.cms-element-twt-button-teaser .twt-button-teaser-content {
	max-width: 100%;
}

.cms-element-twt-button-teaser .twt-button-teaser-content button, .cms-element-twt-button-teaser .twt-button-teaser-content .btn {
	max-width: 100%;
}

.cms-element-twt-classic-teaser .cms-title-container {
	font-family: "Montserrat", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cms-element-twt-classic-teaser .cms-title-container {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.cms-element-twt-classic-teaser.is-hover .cms-title-container {
	opacity: 0;
}

.cms-element-twt-classic-teaser.is-hover:hover .cms-title-container {
	opacity: 1;
}

.cms-element-twt-classic-teaser .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #008cba;
}

@media (min-width: 576px) {
	.cms-element-twt-classic-teaser .overlay {
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
		opacity: .9;
	}
}

.cms-element-twt-classic-teaser.is-default .text {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 10px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
	text-align: center;
}

.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text {
	color: #000;
	background: rgba(255, 255, 255, .7);
}

.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon {
	color: #000;
}

.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cms-element-twt-classic-teaser.is-effect1 a:hover .text, .cms-element-twt-classic-teaser.is-effect4 a:hover .text {
	height: 75px;
}

.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
	line-height: 30px;
	width: 100%;
	height: 40px;
	padding: 5px 25px;
}

.cms-element-twt-classic-teaser.is-effect1 .text.text-left, .cms-element-twt-classic-teaser.is-effect2 .text.text-left, .cms-element-twt-classic-teaser.is-effect4 .text.text-left {
	padding: 5px 25px 5px 15px;
}

.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon, .cms-element-twt-classic-teaser.is-effect4 .text .icon {
	position: absolute;
	right: 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.cms-element-twt-classic-teaser.is-effect1 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect2 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect4 a:hover .text .icon {
	opacity: 1;
}

.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
	font-size: 18px;
	font-weight: 600;
}

.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
	line-height: 25px;
	width: auto;
	height: 35px;
	padding: 5px 15px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cms-element-twt-classic-teaser.is-effect5 a:hover .text, .cms-element-twt-classic-teaser.is-effect6 a:hover .text {
	line-height: 30px;
	height: 50px;
	padding: 10px 20px;
}

.cms-element-twt-classic-teaser.is-effect1 a:hover .text {
	background: rgba(255, 255, 255, .95);
}

.cms-element-twt-classic-teaser.is-effect2 .text {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.cms-element-twt-classic-teaser.is-effect2 a:hover .text {
	background: white;
}

.cms-element-twt-classic-teaser.is-effect3 .text {
	line-height: 25px;
	width: calc(100% - 60px);
	height: 40px;
	margin: 30px;
	padding: 5px 25px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	color: #000;
	border: 2px solid #691448;
	background: rgba(255, 255, 255, .3);
}

.cms-element-twt-classic-teaser.is-effect3 .text.text-left {
	padding: 5px 15px;
}

.cms-element-twt-classic-teaser.is-effect3 .text .icon {
	position: absolute;
	right: 5px;
	opacity: 0;
	color: #000;
}

.cms-element-twt-classic-teaser.is-effect3 a:hover .text {
	line-height: 76px;
	height: 100px;
	background: rgba(255, 255, 255, .6);
}

.cms-element-twt-classic-teaser.is-effect3 a:hover .text .icon {
	margin-top: 25px;
	opacity: 1;
}

.cms-element-twt-classic-teaser.is-effect4 .text {
	font-style: italic;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.cms-element-twt-classic-teaser.is-effect4 .text .icon {
	color: #fff;
}

.cms-element-twt-classic-teaser.is-effect4 a:hover .text {
	background: rgba(0, 0, 0, .7);
}

.cms-element-twt-classic-teaser.is-effect5 .text {
	max-width: calc(100% - 15px);
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #fff;
	background: #21262c;
}

.cms-element-twt-classic-teaser.is-effect5 a:hover .text {
	color: #fff;
	background: #691448;
}

.cms-element-twt-classic-teaser.is-effect6 .text {
	max-width: 100%;
	margin: 0 0 15px 15px;
	color: #691448;
	background: rgba(255, 255, 255, .9);
}

.cms-element-twt-classic-teaser.is-effect6 a:hover .text {
	margin: 0;
	background: #e67cbd;
}

.cms-element-twt-classic-teaser.is-effect7 .text {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 15px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	color: #000;
	background: rgba(255, 255, 255, .8);
}

.cms-element-twt-classic-teaser.is-effect7 a:hover .text {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, .7);
}

.cms-element-twt-text-teaser .twt-text-teaser-content p {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 0;
}

.cms-element-twt-text-teaser .twt-text-teaser-content p.twt-shadow-sm {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .6);
}

.cms-element-twt-text-teaser .twt-text-teaser-content p.twt-shadow {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .8);
}

.cms-element-twt-text-teaser .twt-text-teaser-content p.twt-shadow-lg {
	text-shadow: 0 1px 4px rgba(0, 0, 0, .8), 0 4px 8px #000;
}

.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content p {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 0;
	text-align: left;
}

.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content p span {
	display: inline;
	padding: .5rem;
	box-decoration-break: clone;
}

.cms-element-twt-call-to-action .twt-call-to-action-content.is-styled {
	padding: 20px;
}

.cms-element-twt-call-to-action .twt-call-to-action-content .headline {
	margin: 0 !important;
	padding: 0 !important;
}

.cms-element-twt-call-to-action .twt-call-to-action-content .headline span, .cms-element-twt-call-to-action .twt-call-to-action-content .headline p {
	display: block;
	margin-bottom: 1rem;
}

.cms-element-twt-call-to-action .twt-call-to-action-content .text p:last-of-type {
	margin-bottom: 0 !important;
}

.cms-element-twt-call-to-action .twt-call-to-action-content button, .cms-element-twt-call-to-action .twt-call-to-action-content .btn {
	max-width: 100%;
}

.cms-element-twt-call-to-action .twt-call-to-action-btn {
	margin-top: 1rem;
}

.cms-element-twt-hover-box .cms-image-link {
	width: 100%;
}

.cms-element-twt-hover-box .cms-image-container img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.cms-element-twt-hover-box .cms-content-container {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.cms-element-twt-hover-box .twt-hover-box-content {
	width: 100%;
	padding: 15px;
}

.cms-element-twt-hover-box .twt-hover-box-content .headline {
	margin: 0 !important;
	padding: 0 !important;
}

.cms-element-twt-hover-box .twt-hover-box-content .headline span, .cms-element-twt-hover-box .twt-hover-box-content .headline p {
	display: block;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.cms-element-twt-hover-box.twt-fade-in .cms-content-container {
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-fade-in .cms-image-container:hover .cms-content-container {
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-fade-out .cms-content-container {
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-fade-out .cms-image-container:hover .cms-content-container {
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-slide-up .cms-content-container {
		-ms-transform: translateY(100.05%);
		-webkit-transform: translateY(100.05%);
		transform: translateY(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-slide-up .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-up-out .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-up-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(-100.05%);
		-webkit-transform: translateY(-100.05%);
		transform: translateY(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-slide-right .cms-content-container {
		-ms-transform: translateX(-100.05%);
		-webkit-transform: translateX(-100.05%);
		transform: translateX(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-slide-right .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-right-out .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-right-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(100.05%);
		-webkit-transform: translateX(100.05%);
		transform: translateX(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-slide-down .cms-content-container {
		-ms-transform: translateY(-100.05%);
		-webkit-transform: translateY(-100.05%);
		transform: translateY(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-slide-down .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-down-out .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-down-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(100.05%);
		-webkit-transform: translateY(100.05%);
		transform: translateY(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-slide-left .cms-content-container {
		-ms-transform: translateX(100.05%);
		-webkit-transform: translateX(100.05%);
		transform: translateX(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-slide-left .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-left-out .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-slide-left-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(-100.05%);
		-webkit-transform: translateX(-100.05%);
		transform: translateX(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-up .cms-image-container .cms-image {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-up .cms-content-container {
		-ms-transform: translateY(100.05%);
		-webkit-transform: translateY(100.05%);
		transform: translateY(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-up .cms-image-container:hover img {
		-ms-transform: translateY(-100.05%);
		-webkit-transform: translateY(-100.05%);
		transform: translateY(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-up .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-up-out .cms-image-container .cms-image {
		-ms-transform: translateY(100.05%);
		-webkit-transform: translateY(100.05%);
		transform: translateY(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-up-out .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-up-out .cms-image-container:hover img {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-up-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(-100.05%);
		-webkit-transform: translateY(-100.05%);
		transform: translateY(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-right .cms-image-container .cms-image {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-right .cms-content-container {
		-ms-transform: translateX(-100.05%);
		-webkit-transform: translateX(-100.05%);
		transform: translateX(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-right .cms-image-container:hover img {
		-ms-transform: translateX(100.05%);
		-webkit-transform: translateX(100.05%);
		transform: translateX(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-right .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-right-out .cms-image-container .cms-image {
		-ms-transform: translateX(-100.05%);
		-webkit-transform: translateX(-100.05%);
		transform: translateX(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-right-out .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-right-out .cms-image-container:hover img {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-right-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(100.05%);
		-webkit-transform: translateX(100.05%);
		transform: translateX(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-down .cms-image-container .cms-image {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-down .cms-content-container {
		-ms-transform: translateY(-100.05%);
		-webkit-transform: translateY(-100.05%);
		transform: translateY(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-down .cms-image-container:hover img {
		-ms-transform: translateY(100.05%);
		-webkit-transform: translateY(100.05%);
		transform: translateY(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-down .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-down-out .cms-image-container .cms-image {
		-ms-transform: translateY(-100.05%);
		-webkit-transform: translateY(-100.05%);
		transform: translateY(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-down-out .cms-content-container {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-down-out .cms-image-container:hover img {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.cms-element-twt-hover-box.twt-push-down-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateY(100.05%);
		-webkit-transform: translateY(100.05%);
		transform: translateY(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-left .cms-image-container .cms-image {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-left .cms-content-container {
		-ms-transform: translateX(100.05%);
		-webkit-transform: translateX(100.05%);
		transform: translateX(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-left .cms-image-container:hover img {
		-ms-transform: translateX(-100.05%);
		-webkit-transform: translateX(-100.05%);
		transform: translateX(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-left .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-left-out .cms-image-container .cms-image {
		-ms-transform: translateX(100.05%);
		-webkit-transform: translateX(100.05%);
		transform: translateX(100.05%);
	}
	
	.cms-element-twt-hover-box.twt-push-left-out .cms-content-container {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-left-out .cms-image-container:hover img {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.cms-element-twt-hover-box.twt-push-left-out .cms-image-container:hover .cms-content-container {
		-ms-transform: translateX(-100.05%);
		-webkit-transform: translateX(-100.05%);
		transform: translateX(-100.05%);
	}
	
	.cms-element-twt-hover-box.twt-hinge-up .cms-image-container .cms-image {
		-ms-transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-up .cms-content-container {
		-ms-transform: rotateX(90deg);
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-up .cms-image-container:hover img {
		-ms-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-up .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateX(0);
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-up-out .cms-image-container .cms-image {
		-ms-transform: rotateX(90deg);
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-up-out .cms-content-container {
		-ms-transform-origin: 50% 0;
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-up-out .cms-image-container:hover img {
		-ms-transform: rotateX(0);
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-up-out .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right .cms-image-container .cms-image {
		-ms-transform-origin: 100% 50%;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right .cms-content-container {
		-ms-transform: rotateY(90deg);
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		-ms-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right .cms-image-container:hover img {
		-ms-transform: rotateY(-90deg);
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right-out .cms-image-container .cms-image {
		-ms-transform: rotateY(90deg);
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		-ms-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right-out .cms-content-container {
		-ms-transform-origin: 100% 50%;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right-out .cms-image-container:hover img {
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-right-out .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateY(-90deg);
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down .cms-image-container .cms-image {
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down .cms-content-container {
		-ms-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-ms-transform-origin: 50% -50%;
		-webkit-transform-origin: 50% -50%;
		transform-origin: 50% -50%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down .cms-image-container:hover img {
		-ms-transform: rotateX(90deg);
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateX(0);
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down-out .cms-image-container .cms-image {
		-ms-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-ms-transform-origin: 50% -50%;
		-webkit-transform-origin: 50% -50%;
		transform-origin: 50% -50%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down-out .cms-content-container {
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down-out .cms-image-container:hover img {
		-ms-transform: rotateX(0);
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-down-out .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateX(90deg);
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left .cms-image-container .cms-image {
		-ms-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left .cms-content-container {
		-ms-transform: rotateY(-90deg);
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		-ms-transform-origin: 100% 50%;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left .cms-image-container:hover img {
		-ms-transform: rotateY(90deg);
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left-out .cms-image-container .cms-image {
		-ms-transform: rotateY(-90deg);
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		-ms-transform-origin: 100% 50%;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 0;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left-out .cms-content-container {
		-ms-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left-out .cms-image-container:hover img {
		-ms-transform: rotateY(0);
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		opacity: 1;
	}
	
	.cms-element-twt-hover-box.twt-hinge-left-out .cms-image-container:hover .cms-content-container {
		-ms-transform: rotateY(90deg);
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
	
	.cms-element-twt-hover-box[class*="twt-hinge-"] .cms-image-container {
		-webkit-perspective: 900px;
		perspective: 900px;
	}
}

.cms-element-twt-hover-box .content {
	position: relative;
}

.cms-element-twt-modern-teaser .twt-modern-teaser-container {
	padding: 15px;
}

.cms-element-twt-modern-teaser .twt-modern-teaser-content {
	max-width: 100%;
}

.cms-element-twt-modern-teaser .twt-modern-teaser-text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25rem;
	display: inline-block;
	max-width: 100%;
	padding: 10px 12px;
	text-align: left;
	vertical-align: middle;
	border-radius: 2px;
}

.cms-element-twt-modern-teaser p {
	margin-bottom: 0;
}

.cms-element-twt-modern-teaser .text {
	position: relative;
	-webkit-transition: all .25s;
	transition: all .25s;
	margin-right: 15px;
}

.cms-element-twt-modern-teaser .text span:not(.icon) {
	position: relative;
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.cms-element-twt-modern-teaser .text .icon {
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	color: inherit;
}

.cms-element-twt-modern-teaser .text .icon svg {
	top: 1px;
}

@media (min-width: 576px) {
	.cms-element-twt-modern-teaser a:hover .text {
		margin-right: 0;
	}
	
	.cms-element-twt-modern-teaser a:hover .text span:not(.icon) {
		padding-right: 15px;
	}
	
	.cms-element-twt-modern-teaser a:hover .text .icon {
		right: 3px;
		opacity: 1;
	}
}

.twt-hero-slider {
	position: relative;
	overflow: hidden;
}

.twt-hero-slider .twt-hero-slider-item-container {
	margin-top: -1px;
}

.twt-hero-slider .twt-hero-slider-item-container.is-boxed {
	max-width: 1400px;
	margin: 0 auto;
}

.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-inside {
	position: relative;
	margin-bottom: 20px;
}

.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content {
	animation-delay: .4s;
}

.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content.is-styled {
	padding: 15px 30px;
}

@media (max-width: 575.98px) {
	.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content:not(.is-styled) {
		padding: 15px 30px;
	}
}

@media (max-width: 575.98px) {
	.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content {
		max-width: inherit !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
}

.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content .twt-hero-slider-item-teaser {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content .twt-hero-slider-item-headline {
	line-height: 1.2;
	margin-bottom: 15px;
}

.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content .twt-hero-slider-item-text *:last-child {
	margin-bottom: 0 !important;
}

.twt-hero-slider .twt-hero-slider-item-container .twt-hero-slider-item-content .twt-hero-slider-item-btn {
	margin-top: 1rem;
}

@media (min-width: 576px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break- .twt-hero-slider-item-content.is-styled {
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break- .twt-hero-slider-item-content.is-styled {
		padding: 20px;
	}
}

@media (min-width: 992px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break- .twt-hero-slider-item-content.is-styled {
		padding: 25px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break- .twt-hero-slider-item-content.is-styled {
		padding: 30px;
	}
}

.twt-hero-slider .twt-hero-slider-item-container.twt-break-none .twt-hero-slider-item-content.is-styled {
	padding: 10px;
}

@media (min-width: 576px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-none .twt-hero-slider-item-content.is-styled {
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-none .twt-hero-slider-item-content.is-styled {
		padding: 20px;
	}
}

@media (min-width: 992px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-none .twt-hero-slider-item-content.is-styled {
		padding: 25px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-none .twt-hero-slider-item-content.is-styled {
		padding: 30px;
	}
}

@media (min-width: 480px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xs .twt-hero-slider-item-content.is-styled {
		padding: 10px;
	}
}

@media (min-width: 576px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xs .twt-hero-slider-item-content.is-styled {
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xs .twt-hero-slider-item-content.is-styled {
		padding: 20px;
	}
}

@media (min-width: 992px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xs .twt-hero-slider-item-content.is-styled {
		padding: 25px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xs .twt-hero-slider-item-content.is-styled {
		padding: 30px;
	}
}

@media (min-width: 576px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-sm .twt-hero-slider-item-content.is-styled {
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-sm .twt-hero-slider-item-content.is-styled {
		padding: 20px;
	}
}

@media (min-width: 992px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-sm .twt-hero-slider-item-content.is-styled {
		padding: 25px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-sm .twt-hero-slider-item-content.is-styled {
		padding: 30px;
	}
}

@media (min-width: 768px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-md .twt-hero-slider-item-content.is-styled {
		padding: 20px;
	}
}

@media (min-width: 992px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-md .twt-hero-slider-item-content.is-styled {
		padding: 25px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-md .twt-hero-slider-item-content.is-styled {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-lg .twt-hero-slider-item-content.is-styled {
		padding: 25px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-lg .twt-hero-slider-item-content.is-styled {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xl .twt-hero-slider-item-content.is-styled {
		padding: 30px;
	}
}

@media (min-width: 480px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xs .twt-hero-slider-item-inside {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin: 0 auto;
		padding: 30px;
	}
}

@media (min-width: 576px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break- {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
	.twt-hero-slider .twt-hero-slider-item-container.twt-break- .twt-hero-slider-item-inside {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin: 0 auto;
		padding: 30px;
	}
}

@media (min-width: 576px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-sm {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-sm .twt-hero-slider-item-inside {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin: 0 auto;
		padding: 30px;
	}
}

@media (min-width: 768px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-md {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-md .twt-hero-slider-item-inside {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin: 0 auto;
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-lg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-lg .twt-hero-slider-item-inside {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin: 0 auto;
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xl {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
	.twt-hero-slider .twt-hero-slider-item-container.twt-break-xl .twt-hero-slider-item-inside {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		margin: 0 auto;
		padding: 30px;
	}
}

.twt-hero-slider .twt-hero-slider-item-container.twt-break-none {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.twt-hero-slider .twt-hero-slider-item-container.twt-break-none .twt-hero-slider-item-inside {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	padding: 30px;
}

.twt-hero-slider .image-slider-controls-prev {
	left: -5px;
}

.twt-hero-slider .image-slider-controls-next {
	right: -5px;
}

.cms-element-twt-image-banner .twt-image-banner-image-container {
	background-repeat: no-repeat;
	background-position: center;
}

.cms-element-twt-image-banner .twt-image-banner-image-container.is-cover {
	background-size: cover;
}

@media (min-width: 768px) {
	.cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
		background-attachment: fixed;
	}
}

.cms-element-twt-image-banner .twt-image-banner-image-container.is-scroll {
	background-attachment: scroll;
}

@supports (-webkit-overflow-scrolling: touch) {
	.cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
		background-attachment: scroll !important;
	}
}

.cms-element-twt-image-banner .twt-image-banner-content.is-styled {
	padding: 20px;
}

.footer-column-footernav ul {
	list-style: square;
	padding-left: 17px;
	color: #6e0147;
}

.footer-column-footernav ul li a {
	text-transform: none;
	color: #111;
}

.footer-column-footernav ul li a:hover {
	color: #6e0147;
}

.footer-column-hotline .footer-contact-hotline {
	font-size: 16px;
	font-size: 1rem;
}

.footer-column-hotline .footer-contact-hotline a[href^="tel:"] {
	font-size: 20px;
	font-size: 1.25rem;
}

.footer-column-hotline .footer-contact-form {
	font-size: 16px;
	font-size: 1rem;
}

.footer-column-newsletter form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-column-newsletter form .row, .footer-column-newsletter form .account-content, .footer-column-newsletter form .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .footer-column-newsletter form .checkout-container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer-column-newsletter form .form-content {
	width: 100%;
}

.footer-column-newsletter form .form-content .form-group {
	margin-bottom: 0;
}

.footer-column-newsletter form .form-content label.custom-control-label {
	text-align: left;
}

.footer-column-newsletter form .form-content .twt-footer-column-newsletter-privacy > div:not([class]) {
	display: none;
}

.footer-column-newsletter form .form-content .twt-footer-column-newsletter-input-email {
	width: calc(100% - 80px);
	max-width: 320px;
}

.footer-column-newsletter form .form-content .twt-footer-column-newsletter-input-email .form-label {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	border: 0;
}

.footer-column-newsletter form .form-content input#form-email {
	text-align: left;
	color: #333;
	border-color: #fff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}

.footer-column-newsletter form .form-content button.btn {
	min-width: 80px;
	color: #fff;
	border-color: #eee;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	outline: none;
	background-color: #0e557b;
}

.footer-column-newsletter form .form-content button.btn .icon {
	color: #fff;
}

.footer-column-newsletter form .form-content button.btn:hover {
	color: #eee;
	border-color: #fff;
	background-color: #6e0147;
}

.footer-column-newsletter form .form-content button.btn:hover .icon {
	color: #eee;
}

.footer-column-newsletter form .form-content button.btn:focus, .footer-column-newsletter form .form-content button.btn.focus {
	box-shadow: none;
}

.footer-column-newsletter form .form-content .privacy-notice {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2;
}

.footer-column-newsletter form .form-content .privacy-notice .custom-control-label {
	padding-top: 3px;
	padding-bottom: 2px;
}

.footer-column-newsletter form .form-content .custom-control-input:focus ~ .custom-control-label::before, .footer-column-newsletter form .form-content .custom-control-input ~ .custom-control-label::before {
	top: 3px;
	box-shadow: none;
}

.footer-column-newsletter form .form-content .custom-control-input:focus ~ .custom-control-label::after, .footer-column-newsletter form .form-content .custom-control-input ~ .custom-control-label::after {
	top: 3px;
}

#footerColumns .footer-column-newsletter .basic-captcha .form-label {
	text-align: left;
	color: #333;
}

#footerColumnsTop .footer-column-newsletter form {
	-ms-flex-pack: center;
	justify-content: center;
}

#footerColumnsTop .footer-column-newsletter form .form-content .row, #footerColumnsTop .footer-column-newsletter form .form-content .account-content, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container {
	-ms-flex-pack: center;
	justify-content: center;
}

#footerColumnsTop .footer-column-newsletter .basic-captcha {
	-ms-flex-pack: center;
	justify-content: center;
}

#footerColumnsTop .footer-column-newsletter .basic-captcha .form-label {
	text-align: center;
	color: #fff;
}

#footerColumnsBottom .footer-column-newsletter form {
	-ms-flex-pack: center;
	justify-content: center;
}

#footerColumnsBottom .footer-column-newsletter form .form-content .row, #footerColumnsBottom .footer-column-newsletter form .form-content .account-content, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container {
	-ms-flex-pack: center;
	justify-content: center;
}

#footerColumnsBottom .footer-column-newsletter .basic-captcha {
	-ms-flex-pack: center;
	justify-content: center;
}

#footerColumnsBottom .footer-column-newsletter .basic-captcha .form-label {
	text-align: center;
	color: #333;
}

.footer-column-newsletter .basic-captcha {
	margin-right: 0;
	margin-left: 0;
}

.footer-column-newsletter .basic-captcha .form-group.col-md-4, .footer-column-newsletter .basic-captcha .is-act-checkoutregisterpage .checkout .form-group.checkout-aside, .is-act-checkoutregisterpage .checkout .footer-column-newsletter .basic-captcha .form-group.checkout-aside {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 400px;
	padding-right: 0;
	padding-left: 0;
}

.footer-column-newsletter .captcha-google-re-captcha-v2 .grecaptcha-v2-container div {
	width: auto !important;
}

.footer-column-newsletter .captcha-google-re-captcha-v3 .grecaptcha-protection-information {
	font-size: smaller;
}

html.is-ios {}

html.is-ios .form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 16px;
}

html.is-ios .form-control.form-control-sm {
	font-size: 14px;
}

html.is-ios .form-control.form-control-lg {
	font-size: 20px;
}

html.is-ios .custom-select {
	font-size: 16px;
}
