@font-face {
	font-family: "Circe";
	src: url("../assets/fonts/Circe-Bold.63396ee.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Circe";
	src: url("../assets/fonts/Circe-ExtraBold.87e2d89.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

.text-accent {
	font-size: 0.75rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.input {
	background: #fcfdfe;
	border: 1px solid #cbd3de;
	border-radius: 0.7rem;
	display: block;
	font-size: 0.8rem;
	outline: none;
	transition: border 0.3s ease;
	width: 100%;
}

[disabled].input,
[readonly].input {
	color: #000;
	cursor: not-allowed;
}

html {
	box-sizing: border-box;
	font-size: 18px;
	scrollbar-color: #d3d3d3 #fff;
	scrollbar-width: thin;
}

@media screen and (min-width: 769px) {
	html {
		font-size: 18px;
	}
}

@media screen and (max-width: 769px) {
	html {
		font-size: 16px;
	}
}

*,
:after,
:before {
	box-sizing: inherit;
	scrollbar-color: #c8cad4 #fff;
	scrollbar-width: thin;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	font-family: "lato", "sans-serif";
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}

body.show_settings {
	overflow: hidden !important;
}

a {
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: color 0.15s, border-color 0.15s;
}

a,
a:focus,
a:hover {
	color: #2362f5;
}

b,
strong {
	font-weight: 500;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

body,
button,
input,
textarea {
	color: #000;
	font-family: "Lato", "Amiri", sans-serif;
	line-height: 1.6;
}

img {
	-webkit-user-drag: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

textarea {
	resize: vertical;
}

input,
textarea {
	border: none;
	font-size: 1rem;
	outline: none;
}

table {
	border-collapse: collapse;
}

a,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

hr {
	background-color: #dadce2;
	border: none;
	height: 0.1rem;
	width: 100%;
}

hr.hr--thin {
	height: 1px;
}

h1 {
	font-size: 3.67rem;
	font-weight: 500;
	line-height: 1.1;
}

@media screen and (max-width: 769px) {
	h1 {
		font-size: 2.3rem;
	}
}

h2 {
	font-size: 2.55rem;
	font-weight: 500;
	line-height: 1.1;
	margin: 1rem 0;
}

@media screen and (max-width: 769px) {
	h2 {
		font-size: 1.75rem;
	}
}

p {
	margin: 0 0 0.5rem;
}

.grecaptcha-badge {
	visibility: hidden;
}

::-webkit-input-placeholder {
	color: #c8cad4;
}

:-moz-placeholder,
::-moz-placeholder {
	color: #c8cad4;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #c8cad4;
}

::-ms-input-placeholder {
	color: #c8cad4;
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
	color: #c8cad4;
}

::-webkit-scrollbar {
	height: 3px;
	width: 3px;
}

::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

::-webkit-scrollbar-thumb {
	background: #8f9193;
	border: 0 transparent;
	border-radius: 100px;
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
	background: #9c9ea0;
}

::-webkit-scrollbar-track {
	background: #fff;
	border: 0 transparent;
	border-radius: 100px;
}

::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
	background: #fff;
}

::-webkit-scrollbar-corner {
	background: #fff;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: min(1400px, 85%);
	}
}

@media screen and (max-width: 1200px) {
	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.color-primary {
	color: #2362f5;
}

.color-gray {
	color: #7e839a;
}

.color-text-gray {
	color: #858d98;
}

.color-default {
	color: #8f9193;
}

.color-green {
	color: #a5cd7d;
}

.color-red {
	color: #da2626;
}

.color-white {
	color: #fff;
}

.color-magento {
	color: #32bedd;
}

.color-white-opacity {
	color: hsla(0, 0%, 100%, 0.5);
}

.color-dark {
	color: #333a41;
}

.color-orange {
	color: #dd6f32;
}

.color-purple {
	color: #6f26a8;
}

.color-transparent {
	color: transparent;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.shadow-wide {
	box-shadow: 0 2rem 4rem rgba(22, 23, 28, 0.08);
}

.bg-primary {
	background-color: #2362f5;
}

.bg-lite-green {
	background-color: #d9e9ce;
}

.bg-default {
	background-color: #8f9193;
}

.bg-gray {
	background-color: #7e839a;
}

.bg-text-gray {
	background-color: #858d98;
}

.bg-green {
	background-color: #a5cd7d;
}

.bg-white {
	background-color: #fff;
}

.bg-red {
	background-color: #da2626;
}

.bg-magento {
	background-color: #32bedd;
}

.bg-white-opacity {
	background-color: hsla(0, 0%, 100%, 0.5);
}

.bg-dark {
	background-color: #333a41;
}

.bg-stretch {
	background-size: 100% 100%;
}

.bg-lite-gray {
	background-color: #f6f6f6;
}

.bg-lite-orange {
	background-color: #dd6f32;
}

.bg-lite-purple {
	background-color: #6f26a8;
}

.fill-lite-gray,
.fill-lite-gray path {
	fill: #c8cad4;
}

.fill-gray,
.fill-gray path {
	fill: #7e839a;
}

.fill-text-gray,
.fill-text-gray path {
	fill: #858d98;
}

.fill-default,
.fill-default path {
	fill: #8f9193;
}

.fill-primary,
.fill-primary path {
	fill: #2362f5;
}

.fill-red,
.fill-red path {
	fill: #da2626;
}

.fill-green,
.fill-green path {
	fill: #a5cd7d;
}

.fill-white,
.fill-white path {
	fill: #fff;
}

.fill-white-opacity,
.fill-white-opacity path {
	fill: hsla(0, 0%, 100%, 0.5);
}

.fill-dark,
.fill-dark path {
	fill: #333a41;
}

.fill-blue,
.fill-blue path {
	fill: #0056b3;
}

.fill-orange,
.fill-orange path {
	fill: #dd6f32;
}

.fill-purple,
.fill-purple path {
	fill: #6f26a8;
}

.hover-shade {
	transition: background-color 0.15s;
}

.hover-shade:focus,
.hover-shade:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.hover-lite-shade {
	transition: background-color 0.15s;
}

.hover-lite-shade:focus,
.hover-lite-shade:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.hover-darken {
	transition: filter 0.15s;
}

.hover-darken:focus,
.hover-darken:hover {
	filter: brightness(0.9);
}

.hover-lighten {
	transition: filter 0.15s;
}

.hover-lighten:focus,
.hover-lighten:hover {
	filter: brightness(1.1);
}

.animate-zoom-fade-in-down {
	animation-duration: 0.15s;
	animation-fill-mode: forwards;
	animation-name: zoom-fade-in-down;
	animation-timing-function: ease;
}

.animate-zoom-fade-in {
	animation: zoom-fade-in 0.25s;
}

.animate-fade-in-up {
	animation: fade-in-up 0.25s;
}

.link-lite {
	color: #fff;
	transition: color 0.15s;
}

.link-lite path,
.link-lite svg {
	fill: #fff;
	transition: fill 0.15s;
}

.link-lite:focus,
.link-lite:hover {
	color: hsla(0, 0%, 100%, 0.5);
}

.link-lite:focus path,
.link-lite:focus svg,
.link-lite:hover path,
.link-lite:hover svg {
	fill: hsla(0, 0%, 100%, 0.5);
}

.link-gray {
	color: #7e839a;
	transition: color 0.15s;
}

.link-gray:focus,
.link-gray:hover {
	color: #2362f5;
}

.link-default {
	color: #8f9193;
	transition: color 0.15s;
}

.link-default:focus,
.link-default:hover {
	color: #2362f5;
}

.link-primary path,
.link-primary svg {
	transition: fill 0.15s;
}

.link-primary:focus,
.link-primary:hover {
	color: #457af7;
}

.trans-margin-left {
	transition-property: margin-left;
}

.filter-grayscale {
	filter: grayscale(1);
}

.grid-10 {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
}

.height-half-full {
	height: 50%;
}

.btn {
	fill: #333a41;
	background: #fff;
	border: 1px solid #333a41;
	border-radius: 4px;
	border-radius: 0.2rem;
	color: #333a41;
	cursor: pointer;
	display: inline-block;
	font-family: "Circe", "Amiri", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.835rem;
	text-align: center;
	transition: all 0.1s ease-in-out;
}

.btn.active:not([disabled]),
.btn:focus:not([disabled]),
.btn:hover:not([disabled]) {
	fill: #fff;
	background: #333a41;
	color: #fff;
}

.btn[disabled] {
	cursor: not-allowed;
	filter: grayscale(0.3);
}

.btn.btn--primary {
	fill: #da2626;
	background: #fff;
	border: 1px solid #da2626;
	color: #da2626;
}

.btn.btn--invert,
.btn.btn--primary:active:not([disabled]),
.btn.btn--primary:focus:not([disabled]),
.btn.btn--primary:hover:not([disabled]) {
	fill: #fff;
	background: #da2626;
	color: #fff;
}

.btn.btn--invert {
	border: 1px solid #da2626;
}

.btn.btn--invert:active:not([disabled]),
.btn.btn--invert:focus:not([disabled]),
.btn.btn--invert:hover:not([disabled]) {
	fill: #da2626;
	background: #fff;
	color: #da2626;
}

.absolute-all {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.flex-1 {
	flex: 1;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.html-text h2 {
	color: #333a41;
	font-family: "Circe", "Amiri", sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
}

.loading-btn {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
}

.print-section {
	display: none;
}

.print-section-chart {
	height: 0;
	overflow: hidden;
}

.visible-pdf {
	display: block !important;
}

.visible-pdf.print-section-chart {
	height: auto;
}

.hidden-pdf {
	display: none !important;
}

.over-bl.pdf {
	max-height: none !important;
}

@media print {
	@page {
		border-left: none;
		margin: 15mm;
	}

	.header,
	.no-print,
	footer {
		display: none !important;
	}

	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}

	.no-break-page {
		page-break-inside: avoid;
	}

	.print-section,
	.print-section-chart {
		display: block !important;
	}

	.layouts {
		padding-top: 0 !important;
	}

	.main-info .card {
		grid-column: span 3 / span 3 !important;
	}

	.card {
		box-shadow: 3px 3px 10px rgba(11, 17, 40, 0.05) !important;
	}

	.over-bl {
		max-height: none !important;
	}

	.print-colon {
		grid-column: span 6 / span 6 !important;
	}

	.print-colon-min {
		grid-column: span 2 / span 2 !important;
	}

	.chartjs-render-monitor {
		width: 100% !important;
	}

	.auction-colum-print {
		grid-column: span 4 / span 4 !important;
	}

	.print-damages {
		grid-column: span 6 / span 6 !important;
	}

	.print-section-chart {
		height: auto;
	}

	#doughnut-chart {
		height: 250px !important;
	}

	.bar-chart,
	.doughnut-chart {
		height: 300px !important;
	}
}

.toasted .primary,
.toasted.toasted-primary {
	border-radius: 0.3rem !important;
}

.toasted-container .toasted .action {
	color: #fff !important;
	font-size: 1rem !important;
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
}

.toasted .primary.success,
.toasted.toasted-primary.success {
	background: #a5cd7d !important;
}

.toasted .primary.error,
.toasted.toasted-primary.error {
	background: #da2626 !important;
}

@media only screen and (max-width: 600px) {
	.toasted-container.top-right {
		max-width: 90vw;
		min-width: 90vw;
		top: 0.5rem !important;
	}
}

@media screen and (min-width: 992px) {
	.swiper-container.swiper-container_center .swiper-wrapper {
		justify-content: center;
	}
}

.swiper-container .swiper-pagination {
	border-bottom: 0;
	padding: 0;
	position: relative;
}

.swiper-container .swiper-pagination-bullets {
	bottom: 50px !important;
	padding: 0 3rem;
}

.swiper-button-next,
.swiper-button-prev {
	bottom: 0 !important;
	height: 1.5rem !important;
	position: absolute !important;
	top: auto !important;
	width: 1.5rem !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #333a41;
	display: none !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.swiper-button-next {
	left: auto !important;
	right: 0 !important;
	transform: rotate(-90deg);
}

.swiper-button-prev {
	left: auto !important;
	right: 1.5rem !important;
	transform: rotate(90deg);
}

.submenu {
	width: 15rem;
}

.submenu.submenu--footer {
	transform: translateX(-1rem);
}

.submenu__link:focus,
.submenu__link:hover {
	color: #fff;
	opacity: 1;
}

.icon-triangle-down.icon-triangle-down--active {
	transform: scaleY(-1) translateY(0.05rem);
}

@media screen and (min-width: 769px) {
	.table.table--fixed {
		table-layout: fixed;
	}
}

.table.table--inverted.table--reverse tbody tr:nth-child(odd) td,
.table.table--inverted.table--reverse thead th {
	background-color: #fff;
}

.table.table--inverted tbody tr:nth-child(odd) td,
.table.table--inverted thead th,
.table.table--inverted.table--reverse tbody tr:nth-child(2n) td {
	background-color: #f6f6f6;
}

.table tbody td:first-child,
.table thead th:first-child {
	border-bottom-left-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
}

.table tbody td:last-child,
.table thead th:last-child {
	border-bottom-right-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.table:not(.table--inverted) tbody tr:nth-child(2n) td,
.table:not(.table--inverted) thead th {
	background-color: #f6f6f6;
}

.table td {
	transition: background-color 0.15s;
}

.table:not(.table--no-hover):not(.table--inverted) tbody tr:hover td {
	background-color: #ededf1;
}

.btn-nav-mobile {
	cursor: pointer;
	height: 24px;
	position: relative;
	transform: rotate(0);
	transition: 0.5s ease-in-out;
	vertical-align: middle;
	width: 24px;
	z-index: 10;
}

.btn-nav-mobile span {
	background: #333a41;
	display: block;
	height: 2px;
	opacity: 1;
	position: absolute;
	transform: rotate(0);
	transition: 0.25s ease-in-out;
	width: 50%;
}

.btn-nav-mobile span:nth-child(odd) {
	left: 0;
}

.btn-nav-mobile span:nth-child(2n) {
	left: 50%;
}

.btn-nav-mobile span:first-child,
.btn-nav-mobile span:nth-child(2) {
	top: 0;
}

.btn-nav-mobile span:nth-child(3),
.btn-nav-mobile span:nth-child(4) {
	top: 7px;
}

.btn-nav-mobile span:nth-child(5),
.btn-nav-mobile span:nth-child(6) {
	top: 14px;
}

.btn-nav-mobile span:nth-child(5) {
	left: 5px;
}

.btn-nav-mobile.active span:first-child {
	left: 5px;
	top: 4px;
}

.btn-nav-mobile.active span:nth-child(2) {
	left: calc(50% - 2px);
	top: 4px;
}

.btn-nav-mobile.active span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.btn-nav-mobile.active span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.btn-nav-mobile.active span:nth-child(5) {
	left: 5px;
	top: 9px;
}

.btn-nav-mobile.active span:nth-child(6) {
	left: calc(50% - 2px);
	top: 9px;
}

.btn-nav-mobile.active span:first-child,
.btn-nav-mobile.active span:nth-child(6) {
	transform: rotate(45deg);
}

.btn-nav-mobile.active span:nth-child(2),
.btn-nav-mobile.active span:nth-child(5) {
	transform: rotate(-45deg);
}

.gradient-animation {
	border-radius: 40%;
	filter: blur(50px);
	height: 50%;
	position: absolute;
	width: 50%;
}

.gradient-animation.gradient-dark {
	background: linear-gradient(-45deg, #e73c7e, #ee7752, #23d5ab, #23a6d5);
	background-size: 400% 400%;
}

.gradient-animation.gradient-light {
	background: linear-gradient(-45deg, #ffede8, #eafcfe, #eee7f9, #f0ffe5);
	background-size: 400% 400%;
}

.gradient-animation.grad-1 {
	animation: gradient 15s ease-in-out 0s infinite;
}

.gradient-animation.grad-2 {
	animation: gradient 15s linear 7s infinite;
}

.gradient-animation.grad-3 {
	animation: gradient 15s ease 12s infinite;
}

.gradient-animation.grad-4 {
	animation: gradient 15s ease-in-out 3s infinite;
}

.input--bold .input {
	font-weight: 700;
}

.input.input--prefix {
	padding-left: 2rem;
}

.input.input--suffix {
	padding-right: 2rem;
}

.input.round {
	background: #7e839a;
	border: none !important;
	border-radius: 0.3rem;
	color: #7e839a;
	padding: 0.3rem 0.55rem;
}

.input.vin {
	background-color: #ebeff3;
	border-radius: 0.3rem;
	color: #333a41;
	font-size: 0.9rem;
	padding: 0.77rem 1.8rem 0.77rem 1.2rem;
}

.input.vin::-moz-placeholder {
	color: #8f9193;
}

.input.vin::placeholder {
	color: #8f9193;
}

.input.email {
	background-color: transparent;
	border: 1px solid #c6cce1;
	border-radius: 4px;
	color: #333a41;
	font-size: 0.9rem;
	padding: 10px 17px;
}

.input.email::-moz-placeholder {
	color: #6f7076;
}

.input.email::placeholder {
	color: #6f7076;
}

.input.email2 {
	align-items: center;
	align-self: stretch;
	border: 1px solid #c6cce1;
	border-radius: 4px;
	color: #333a41;
	font-family: "Lato", "Amiri", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	gap: 4px;
	height: 40px;
	line-height: normal;
	padding: 6px 12px;
}

.input.email2::-moz-placeholder {
	color: #6f7076;
}

.input.email2::placeholder {
	color: #6f7076;
}

.input.setting {
	background-color: #ebeff3;
	border: 1px solid #ebeff3;
	border-radius: 0.3rem;
	color: #333a41;
	font-family: "Lato", "Amiri", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	line-height: normal;
	padding: 6px 17px;
}

.input.setting::-moz-placeholder {
	color: #8f9193;
}

.input.setting::placeholder {
	color: #8f9193;
}

.input.contact {
	background-color: #ebeff3;
	border: none;
	border-radius: 0.3rem;
	color: #333a41;
	font-size: 0.9rem;
	padding: 0.77rem 1.2rem;
}

.input.contact::-moz-placeholder {
	color: #8f9193;
}

.input.contact::placeholder {
	color: #8f9193;
}

.input.auth {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	color: #333a41;
	font-size: 0.9rem;
	padding: 0.5rem 1rem 0.5rem 1.8rem;
}

.input.auth::-moz-placeholder {
	color: #bcc4cc;
}

.input.auth::placeholder {
	color: #bcc4cc;
}

.textarea {
	background-color: #ebeff3;
	border: none;
	border-radius: 0.3rem;
	color: #333a41;
	font-size: 0.9rem;
	height: 14rem;
	padding: 0.77rem 1.2rem;
	resize: none;
	width: 100%;
}

.textarea::-moz-placeholder {
	color: #8f9193;
}

.textarea::placeholder {
	color: #8f9193;
}

.field {
	min-width: 10rem;
	position: relative;
}

.field label {
	color: #8f9193;
	font-size: 0.7rem;
}

.field__error {
	color: #da2626;
	font-size: 0.78rem !important;
	margin-top: 0.5rem;
	max-height: 2.4rem;
	position: relative;
}

.field--lite .field__error {
	color: #fff;
}

.field__prefix {
	fill: #7e839a;
	left: 0;
	position: absolute;
	top: 0.5rem;
	transition: filter 0.1s ease;
}

.field--lite .field__prefix {
	color: #fff;
}

.field__eye_hide,
.field__eye_show {
	cursor: pointer;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0.5rem;
	transition: filter 0.1s ease;
}

.field__eye_show {
	display: none;
}

.field__suffix {
	fill: #7e839a;
	position: absolute;
	right: 0.7rem;
	top: 0.5rem;
	transition: filter 0.1s ease;
}

.field--lite .field__suffix {
	color: #fff;
}

.field:focus .field__suffix,
.field:hover .field__suffix {
	fill: #8f9193;
}

.field.field--error .input,
.field.field--error .textarea {
	border-color: #da2626 !important;
}

.field.field--error .label {
	color: #da2626;
}

.field.field--icon-right input {
	padding: 0.25rem 2.25rem 0.25rem 0.55rem;
}

.field.field--lite input,
.field.field--lite input:focus,
.field.field--lite input:hover,
.field.field--lite label {
	color: #fff;
}

.field--lite.field--focus .field.field--lite input,
.field--lite.field--focus .field.field--lite input:focus,
.field--lite.field--focus .field.field--lite input:hover,
.field.field--lite input,
.field.field--lite input:focus,
.field.field--lite input:hover {
	border-color: #fff !important;
}

.checkbox {
	display: none;
}

.checkbox:checked + label:after {
	animation: splat 0.2s forwards;
}

.checkbox + label {
	border-radius: 9999px;
	cursor: pointer;
	display: flex;
	display: inline-block;
	outline: none;
	padding-left: 2rem;
	padding-right: 1rem;
	position: relative;
	transition: background-color 0.1s, box-shadow 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.checkbox + label:after,
.checkbox + label:before {
	content: "";
	position: absolute;
}

.checkbox + label:before {
	background: #fff;
	border: 1px solid #adb5bd;
	border-radius: 0.3rem;
	transition: box-shadow, 0.1s, border-color 0.1s;
}

.checkbox + label:after,
.checkbox + label:before {
	height: 1.2rem;
	left: 0.3rem;
	top: 0.2rem;
	width: 1.2rem;
}

.checkbox + label:after {
	background-color: #da2626;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	border: 1px solid #da2626;
	border-radius: 0.3rem;
	transform: scale(0);
	transition: transform 0.1s;
}

.title-source {
	font-feature-settings: "liga" off;
	color: #8f9193;
	font-family: "Lato", "Amiri", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.title-alert-red {
	background: #ffeded;
	color: #da2626;
}

.title-alert-red,
.title-alert-success {
	font-feature-settings: "liga" off;
	border-radius: 20px;
	font-family: "Lato", "Amiri", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 6px 10px;
	text-align: right;
}

.title-alert-success {
	background: #edfff0;
	color: #38ad1b;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.1s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}

.fade-in-up-enter-active,
.fade-in-up-leave-active {
	transition: opacity 0.25s, transform 0.25s;
}

.fade-in-up-enter,
.fade-in-up-leave-to {
	opacity: 0;
	transform: translateY(1rem);
}

.fade-in-down-enter-active,
.fade-in-down-leave-active {
	transition: opacity 0.25s, transform 0.25s;
}

.fade-in-down-enter,
.fade-in-down-leave-to {
	opacity: 0;
	transform: translateY(-1rem);
}

.zoom-out-enter-active,
.zoom-out-leave-active {
	transition: opacity 0.25s, transform 0.25s;
}

.zoom-out-enter,
.zoom-out-leave-to {
	opacity: 0;
	transform: scale(1.5);
}

.slide-down-enter-active,
.slide-down-leave-active {
	transition: opacity 0.25s, transform 0.25s;
}

.slide-down-enter,
.slide-down-leave-to {
	opacity: 0;
	transform: translateY(100%);
}

@media screen and (min-width: 992px) {
	.slide-left-enter-active,
	.slide-left-leave-active {
		transition: opacity 0.25s, transform 0.25s;
	}

	.slide-left-enter,
	.slide-left-leave-to {
		opacity: 0;
		transform: translateX(-25%);
	}
}

.zoom-enter-active,
.zoom-leave-active {
	transition: transform 0.25s, opacity 0.25s;
}

.zoom-enter,
.zoom-leave-to {
	opacity: 0;
	transform: scale(0.99);
}

.animate-fade-in-left {
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	animation-name: fade-in-left;
}

.animate-slide-in-down {
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: slide-in-down;
}

.slide-right-enter-active,
.slide-right-leave-active {
	transition: opacity 0.25s, transform 0.25s;
}

.slide-right-enter,
.slide-right-leave-to {
	opacity: 0;
	transform: translateX(25%);
}

@keyframes gradient {
	0% {
		background-position: 0 50%;
		left: 0;
		opacity: 0.9;
		top: 0;
		transform: translate(0);
	}

	25% {
		left: 100%;
		opacity: 0.7;
		top: 0;
		transform: translateX(-100%);
	}

	50% {
		background-position: 100% 50%;
		left: 100%;
		opacity: 0.8;
		top: 100%;
		transform: translate(-100%, -100%);
	}

	75% {
		left: 0;
		opacity: 0.7;
		top: 100%;
		transform: translateY(-100%);
	}

	to {
		background-position: 0 50%;
		left: 0;
		opacity: 0.9;
		top: 0;
		transform: translate(0);
	}
}

@keyframes fade-in-left {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

@keyframes splat {
	0% {
		transform: none;
	}

	50% {
		transform: scale(1.5);
	}

	to {
		transform: none;
	}
}

@keyframes slide-in-down {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

html[dir="rtl"] ul.padding-left-0 {
	padding-right: 0;
}

html[dir="rtl"] .hover-link .hover-content {
	left: auto;
	right: 0;
}

html[dir="rtl"] .rtl-right-0 {
	left: 0;
	right: auto;
}

html[dir="rtl"] .rtl-left-0 {
	left: auto;
	right: 0;
}

html[dir="rtl"] .text-left {
	text-align: right;
}

html[dir="rtl"] .text-right {
	text-align: left;
}

html[dir="rtl"] .rtl-margin-0,
html[dir="rtl"] .rtl-margin-right-0,
html[dir="rtl"] .rtl-margin-x-0 {
	margin-left: 0;
}

html[dir="rtl"] .rtl-margin-1,
html[dir="rtl"] .rtl-margin-right-1,
html[dir="rtl"] .rtl-margin-x-1 {
	margin-left: 0.25rem;
}

html[dir="rtl"] .rtl-margin-2,
html[dir="rtl"] .rtl-margin-right-2,
html[dir="rtl"] .rtl-margin-x-2 {
	margin-left: 0.5rem;
}

html[dir="rtl"] .rtl-margin-3,
html[dir="rtl"] .rtl-margin-right-3,
html[dir="rtl"] .rtl-margin-x-3 {
	margin-left: 1rem;
}

html[dir="rtl"] .rtl-margin-4,
html[dir="rtl"] .rtl-margin-right-4,
html[dir="rtl"] .rtl-margin-x-4 {
	margin-left: 2rem;
}

html[dir="rtl"] .rtl-margin-5,
html[dir="rtl"] .rtl-margin-right-5,
html[dir="rtl"] .rtl-margin-x-5 {
	margin-left: 4rem;
}

html[dir="rtl"] .rtl-margin-6,
html[dir="rtl"] .rtl-margin-right-6,
html[dir="rtl"] .rtl-margin-x-6 {
	margin-left: 8rem;
}

html[dir="rtl"] .rtl-margin-0,
html[dir="rtl"] .rtl-margin-left-0,
html[dir="rtl"] .rtl-margin-x-0 {
	margin-right: 0;
}

html[dir="rtl"] .rtl-margin-1,
html[dir="rtl"] .rtl-margin-left-1,
html[dir="rtl"] .rtl-margin-x-1 {
	margin-right: 0.25rem;
}

html[dir="rtl"] .rtl-margin-2,
html[dir="rtl"] .rtl-margin-left-2,
html[dir="rtl"] .rtl-margin-x-2 {
	margin-right: 0.5rem;
}

html[dir="rtl"] .rtl-margin-3,
html[dir="rtl"] .rtl-margin-left-3,
html[dir="rtl"] .rtl-margin-x-3 {
	margin-right: 1rem;
}

html[dir="rtl"] .rtl-margin-4,
html[dir="rtl"] .rtl-margin-left-4,
html[dir="rtl"] .rtl-margin-x-4 {
	margin-right: 2rem;
}

html[dir="rtl"] .rtl-margin-5,
html[dir="rtl"] .rtl-margin-left-5,
html[dir="rtl"] .rtl-margin-x-5 {
	margin-right: 4rem;
}

html[dir="rtl"] .rtl-margin-6,
html[dir="rtl"] .rtl-margin-left-6,
html[dir="rtl"] .rtl-margin-x-6 {
	margin-right: 8rem;
}

html[dir="rtl"] .rtl-padding-0,
html[dir="rtl"] .rtl-padding-right-0,
html[dir="rtl"] .rtl-padding-x-0 {
	margin-right: 0;
}

html[dir="rtl"] .rtl-padding-1,
html[dir="rtl"] .rtl-padding-right-1,
html[dir="rtl"] .rtl-padding-x-1 {
	margin-right: 0.25rem;
}

html[dir="rtl"] .rtl-padding-2,
html[dir="rtl"] .rtl-padding-right-2,
html[dir="rtl"] .rtl-padding-x-2 {
	margin-right: 0.5rem;
}

html[dir="rtl"] .rtl-padding-3,
html[dir="rtl"] .rtl-padding-right-3,
html[dir="rtl"] .rtl-padding-x-3 {
	margin-right: 1rem;
}

html[dir="rtl"] .rtl-padding-4,
html[dir="rtl"] .rtl-padding-right-4,
html[dir="rtl"] .rtl-padding-x-4 {
	margin-right: 2rem;
}

html[dir="rtl"] .rtl-padding-5,
html[dir="rtl"] .rtl-padding-right-5,
html[dir="rtl"] .rtl-padding-x-5 {
	margin-right: 4rem;
}

html[dir="rtl"] .rtl-padding-6,
html[dir="rtl"] .rtl-padding-right-6,
html[dir="rtl"] .rtl-padding-x-6 {
	margin-right: 8rem;
}

html[dir="rtl"] .rtl-padding-0,
html[dir="rtl"] .rtl-padding-left-0,
html[dir="rtl"] .rtl-padding-x-0 {
	margin-right: 0;
}

html[dir="rtl"] .rtl-padding-1,
html[dir="rtl"] .rtl-padding-left-1,
html[dir="rtl"] .rtl-padding-x-1 {
	margin-right: 0.25rem;
}

html[dir="rtl"] .rtl-padding-2,
html[dir="rtl"] .rtl-padding-left-2,
html[dir="rtl"] .rtl-padding-x-2 {
	margin-right: 0.5rem;
}

html[dir="rtl"] .rtl-padding-3,
html[dir="rtl"] .rtl-padding-left-3,
html[dir="rtl"] .rtl-padding-x-3 {
	margin-right: 1rem;
}

html[dir="rtl"] .rtl-padding-4,
html[dir="rtl"] .rtl-padding-left-4,
html[dir="rtl"] .rtl-padding-x-4 {
	margin-right: 2rem;
}

html[dir="rtl"] .rtl-padding-5,
html[dir="rtl"] .rtl-padding-left-5,
html[dir="rtl"] .rtl-padding-x-5 {
	margin-right: 4rem;
}

html[dir="rtl"] .rtl-padding-6,
html[dir="rtl"] .rtl-padding-left-6,
html[dir="rtl"] .rtl-padding-x-6 {
	margin-right: 8rem;
}

@media screen and (min-width: 576px) {
	html[dir="rtl"] .text-left--sm {
		text-align: right;
	}

	html[dir="rtl"] .text-right--sm {
		text-align: left;
	}

	html[dir="rtl"] .rtl-margin-0--sm,
	html[dir="rtl"] .rtl-margin-right-0--sm,
	html[dir="rtl"] .rtl-margin-x-0--sm {
		margin-left: 0;
	}

	html[dir="rtl"] .rtl-margin-1--sm,
	html[dir="rtl"] .rtl-margin-right-1--sm,
	html[dir="rtl"] .rtl-margin-x-1--sm {
		margin-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--sm,
	html[dir="rtl"] .rtl-margin-right-2--sm,
	html[dir="rtl"] .rtl-margin-x-2--sm {
		margin-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--sm,
	html[dir="rtl"] .rtl-margin-right-3--sm,
	html[dir="rtl"] .rtl-margin-x-3--sm {
		margin-left: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--sm,
	html[dir="rtl"] .rtl-margin-right-4--sm,
	html[dir="rtl"] .rtl-margin-x-4--sm {
		margin-left: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--sm,
	html[dir="rtl"] .rtl-margin-right-5--sm,
	html[dir="rtl"] .rtl-margin-x-5--sm {
		margin-left: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--sm,
	html[dir="rtl"] .rtl-margin-right-6--sm,
	html[dir="rtl"] .rtl-margin-x-6--sm {
		margin-left: 8rem;
	}

	html[dir="rtl"] .rtl-margin-0--sm,
	html[dir="rtl"] .rtl-margin-left-0--sm,
	html[dir="rtl"] .rtl-margin-x-0--sm {
		margin-right: 0;
	}

	html[dir="rtl"] .rtl-margin-1--sm,
	html[dir="rtl"] .rtl-margin-left-1--sm,
	html[dir="rtl"] .rtl-margin-x-1--sm {
		margin-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--sm,
	html[dir="rtl"] .rtl-margin-left-2--sm,
	html[dir="rtl"] .rtl-margin-x-2--sm {
		margin-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--sm,
	html[dir="rtl"] .rtl-margin-left-3--sm,
	html[dir="rtl"] .rtl-margin-x-3--sm {
		margin-right: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--sm,
	html[dir="rtl"] .rtl-margin-left-4--sm,
	html[dir="rtl"] .rtl-margin-x-4--sm {
		margin-right: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--sm,
	html[dir="rtl"] .rtl-margin-left-5--sm,
	html[dir="rtl"] .rtl-margin-x-5--sm {
		margin-right: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--sm,
	html[dir="rtl"] .rtl-margin-left-6--sm,
	html[dir="rtl"] .rtl-margin-x-6--sm {
		margin-right: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--sm,
	html[dir="rtl"] .rtl-padding-right-0--sm,
	html[dir="rtl"] .rtl-padding-x-0--sm {
		padding-left: 0;
	}

	html[dir="rtl"] .rtl-padding-1--sm,
	html[dir="rtl"] .rtl-padding-right-1--sm,
	html[dir="rtl"] .rtl-padding-x-1--sm {
		padding-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--sm,
	html[dir="rtl"] .rtl-padding-right-2--sm,
	html[dir="rtl"] .rtl-padding-x-2--sm {
		padding-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--sm,
	html[dir="rtl"] .rtl-padding-right-3--sm,
	html[dir="rtl"] .rtl-padding-x-3--sm {
		padding-left: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--sm,
	html[dir="rtl"] .rtl-padding-right-4--sm,
	html[dir="rtl"] .rtl-padding-x-4--sm {
		padding-left: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--sm,
	html[dir="rtl"] .rtl-padding-right-5--sm,
	html[dir="rtl"] .rtl-padding-x-5--sm {
		padding-left: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--sm,
	html[dir="rtl"] .rtl-padding-right-6--sm,
	html[dir="rtl"] .rtl-padding-x-6--sm {
		padding-right: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--sm,
	html[dir="rtl"] .rtl-padding-left-0--sm,
	html[dir="rtl"] .rtl-padding-x-0--sm {
		padding-right: 0;
	}

	html[dir="rtl"] .rtl-padding-1--sm,
	html[dir="rtl"] .rtl-padding-left-1--sm,
	html[dir="rtl"] .rtl-padding-x-1--sm {
		padding-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--sm,
	html[dir="rtl"] .rtl-padding-left-2--sm,
	html[dir="rtl"] .rtl-padding-x-2--sm {
		padding-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--sm,
	html[dir="rtl"] .rtl-padding-left-3--sm,
	html[dir="rtl"] .rtl-padding-x-3--sm {
		padding-right: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--sm,
	html[dir="rtl"] .rtl-padding-left-4--sm,
	html[dir="rtl"] .rtl-padding-x-4--sm {
		padding-right: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--sm,
	html[dir="rtl"] .rtl-padding-left-5--sm,
	html[dir="rtl"] .rtl-padding-x-5--sm {
		padding-right: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--sm,
	html[dir="rtl"] .rtl-padding-left-6--sm,
	html[dir="rtl"] .rtl-padding-x-6--sm {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 768px) {
	html[dir="rtl"] .text-left--md {
		text-align: right;
	}

	html[dir="rtl"] .text-right--md {
		text-align: left;
	}

	html[dir="rtl"] .rtl-margin-0--md,
	html[dir="rtl"] .rtl-margin-right-0--md,
	html[dir="rtl"] .rtl-margin-x-0--md {
		margin-left: 0;
	}

	html[dir="rtl"] .rtl-margin-1--md,
	html[dir="rtl"] .rtl-margin-right-1--md,
	html[dir="rtl"] .rtl-margin-x-1--md {
		margin-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--md,
	html[dir="rtl"] .rtl-margin-right-2--md,
	html[dir="rtl"] .rtl-margin-x-2--md {
		margin-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--md,
	html[dir="rtl"] .rtl-margin-right-3--md,
	html[dir="rtl"] .rtl-margin-x-3--md {
		margin-left: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--md,
	html[dir="rtl"] .rtl-margin-right-4--md,
	html[dir="rtl"] .rtl-margin-x-4--md {
		margin-left: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--md,
	html[dir="rtl"] .rtl-margin-right-5--md,
	html[dir="rtl"] .rtl-margin-x-5--md {
		margin-left: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--md,
	html[dir="rtl"] .rtl-margin-right-6--md,
	html[dir="rtl"] .rtl-margin-x-6--md {
		margin-left: 8rem;
	}

	html[dir="rtl"] .rtl-margin-0--md,
	html[dir="rtl"] .rtl-margin-left-0--md,
	html[dir="rtl"] .rtl-margin-x-0--md {
		margin-right: 0;
	}

	html[dir="rtl"] .rtl-margin-1--md,
	html[dir="rtl"] .rtl-margin-left-1--md,
	html[dir="rtl"] .rtl-margin-x-1--md {
		margin-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--md,
	html[dir="rtl"] .rtl-margin-left-2--md,
	html[dir="rtl"] .rtl-margin-x-2--md {
		margin-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--md,
	html[dir="rtl"] .rtl-margin-left-3--md,
	html[dir="rtl"] .rtl-margin-x-3--md {
		margin-right: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--md,
	html[dir="rtl"] .rtl-margin-left-4--md,
	html[dir="rtl"] .rtl-margin-x-4--md {
		margin-right: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--md,
	html[dir="rtl"] .rtl-margin-left-5--md,
	html[dir="rtl"] .rtl-margin-x-5--md {
		margin-right: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--md,
	html[dir="rtl"] .rtl-margin-left-6--md,
	html[dir="rtl"] .rtl-margin-x-6--md {
		margin-right: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--md,
	html[dir="rtl"] .rtl-padding-right-0--md,
	html[dir="rtl"] .rtl-padding-x-0--md {
		padding-left: 0;
	}

	html[dir="rtl"] .rtl-padding-1--md,
	html[dir="rtl"] .rtl-padding-right-1--md,
	html[dir="rtl"] .rtl-padding-x-1--md {
		padding-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--md,
	html[dir="rtl"] .rtl-padding-right-2--md,
	html[dir="rtl"] .rtl-padding-x-2--md {
		padding-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--md,
	html[dir="rtl"] .rtl-padding-right-3--md,
	html[dir="rtl"] .rtl-padding-x-3--md {
		padding-left: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--md,
	html[dir="rtl"] .rtl-padding-right-4--md,
	html[dir="rtl"] .rtl-padding-x-4--md {
		padding-left: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--md,
	html[dir="rtl"] .rtl-padding-right-5--md,
	html[dir="rtl"] .rtl-padding-x-5--md {
		padding-left: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--md,
	html[dir="rtl"] .rtl-padding-right-6--md,
	html[dir="rtl"] .rtl-padding-x-6--md {
		padding-left: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--md,
	html[dir="rtl"] .rtl-padding-left-0--md,
	html[dir="rtl"] .rtl-padding-x-0--md {
		padding-right: 0;
	}

	html[dir="rtl"] .rtl-padding-1--md,
	html[dir="rtl"] .rtl-padding-left-1--md,
	html[dir="rtl"] .rtl-padding-x-1--md {
		padding-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--md,
	html[dir="rtl"] .rtl-padding-left-2--md,
	html[dir="rtl"] .rtl-padding-x-2--md {
		padding-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--md,
	html[dir="rtl"] .rtl-padding-left-3--md,
	html[dir="rtl"] .rtl-padding-x-3--md {
		padding-right: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--md,
	html[dir="rtl"] .rtl-padding-left-4--md,
	html[dir="rtl"] .rtl-padding-x-4--md {
		padding-right: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--md,
	html[dir="rtl"] .rtl-padding-left-5--md,
	html[dir="rtl"] .rtl-padding-x-5--md {
		padding-right: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--md,
	html[dir="rtl"] .rtl-padding-left-6--md,
	html[dir="rtl"] .rtl-padding-x-6--md {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 992px) {
	html[dir="rtl"] .text-left--lg {
		text-align: right;
	}

	html[dir="rtl"] .text-right--lg {
		text-align: left;
	}

	html[dir="rtl"] .rtl-margin-0--lg,
	html[dir="rtl"] .rtl-margin-right-0--lg,
	html[dir="rtl"] .rtl-margin-x-0--lg {
		margin-left: 0;
	}

	html[dir="rtl"] .rtl-margin-1--lg,
	html[dir="rtl"] .rtl-margin-right-1--lg,
	html[dir="rtl"] .rtl-margin-x-1--lg {
		margin-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--lg,
	html[dir="rtl"] .rtl-margin-right-2--lg,
	html[dir="rtl"] .rtl-margin-x-2--lg {
		margin-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--lg,
	html[dir="rtl"] .rtl-margin-right-3--lg,
	html[dir="rtl"] .rtl-margin-x-3--lg {
		margin-left: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--lg,
	html[dir="rtl"] .rtl-margin-right-4--lg,
	html[dir="rtl"] .rtl-margin-x-4--lg {
		margin-left: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--lg,
	html[dir="rtl"] .rtl-margin-right-5--lg,
	html[dir="rtl"] .rtl-margin-x-5--lg {
		margin-left: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--lg,
	html[dir="rtl"] .rtl-margin-right-6--lg,
	html[dir="rtl"] .rtl-margin-x-6--lg {
		margin-left: 8rem;
	}

	html[dir="rtl"] .rtl-margin-0--lg,
	html[dir="rtl"] .rtl-margin-left-0--lg,
	html[dir="rtl"] .rtl-margin-x-0--lg {
		margin-right: 0;
	}

	html[dir="rtl"] .rtl-margin-1--lg,
	html[dir="rtl"] .rtl-margin-left-1--lg,
	html[dir="rtl"] .rtl-margin-x-1--lg {
		margin-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--lg,
	html[dir="rtl"] .rtl-margin-left-2--lg,
	html[dir="rtl"] .rtl-margin-x-2--lg {
		margin-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--lg,
	html[dir="rtl"] .rtl-margin-left-3--lg,
	html[dir="rtl"] .rtl-margin-x-3--lg {
		margin-right: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--lg,
	html[dir="rtl"] .rtl-margin-left-4--lg,
	html[dir="rtl"] .rtl-margin-x-4--lg {
		margin-right: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--lg,
	html[dir="rtl"] .rtl-margin-left-5--lg,
	html[dir="rtl"] .rtl-margin-x-5--lg {
		margin-right: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--lg,
	html[dir="rtl"] .rtl-margin-left-6--lg,
	html[dir="rtl"] .rtl-margin-x-6--lg {
		margin-right: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--lg,
	html[dir="rtl"] .rtl-padding-right-0--lg,
	html[dir="rtl"] .rtl-padding-x-0--lg {
		padding-left: 0;
	}

	html[dir="rtl"] .rtl-padding-1--lg,
	html[dir="rtl"] .rtl-padding-right-1--lg,
	html[dir="rtl"] .rtl-padding-x-1--lg {
		padding-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--lg,
	html[dir="rtl"] .rtl-padding-right-2--lg,
	html[dir="rtl"] .rtl-padding-x-2--lg {
		padding-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--lg,
	html[dir="rtl"] .rtl-padding-right-3--lg,
	html[dir="rtl"] .rtl-padding-x-3--lg {
		padding-left: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--lg,
	html[dir="rtl"] .rtl-padding-right-4--lg,
	html[dir="rtl"] .rtl-padding-x-4--lg {
		padding-left: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--lg,
	html[dir="rtl"] .rtl-padding-right-5--lg,
	html[dir="rtl"] .rtl-padding-x-5--lg {
		padding-left: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--lg,
	html[dir="rtl"] .rtl-padding-right-6--lg,
	html[dir="rtl"] .rtl-padding-x-6--lg {
		padding-left: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--lg,
	html[dir="rtl"] .rtl-padding-left-0--lg,
	html[dir="rtl"] .rtl-padding-x-0--lg {
		padding-right: 0;
	}

	html[dir="rtl"] .rtl-padding-1--lg,
	html[dir="rtl"] .rtl-padding-left-1--lg,
	html[dir="rtl"] .rtl-padding-x-1--lg {
		padding-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--lg,
	html[dir="rtl"] .rtl-padding-left-2--lg,
	html[dir="rtl"] .rtl-padding-x-2--lg {
		padding-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--lg,
	html[dir="rtl"] .rtl-padding-left-3--lg,
	html[dir="rtl"] .rtl-padding-x-3--lg {
		padding-right: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--lg,
	html[dir="rtl"] .rtl-padding-left-4--lg,
	html[dir="rtl"] .rtl-padding-x-4--lg {
		padding-right: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--lg,
	html[dir="rtl"] .rtl-padding-left-5--lg,
	html[dir="rtl"] .rtl-padding-x-5--lg {
		padding-right: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--lg,
	html[dir="rtl"] .rtl-padding-left-6--lg,
	html[dir="rtl"] .rtl-padding-x-6--lg {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	html[dir="rtl"] .text-left--xl {
		text-align: right;
	}

	html[dir="rtl"] .text-right--xl {
		text-align: left;
	}

	html[dir="rtl"] .rtl-margin-0--xl,
	html[dir="rtl"] .rtl-margin-right-0--xl,
	html[dir="rtl"] .rtl-margin-x-0--xl {
		margin-left: 0;
	}

	html[dir="rtl"] .rtl-margin-1--xl,
	html[dir="rtl"] .rtl-margin-right-1--xl,
	html[dir="rtl"] .rtl-margin-x-1--xl {
		margin-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--xl,
	html[dir="rtl"] .rtl-margin-right-2--xl,
	html[dir="rtl"] .rtl-margin-x-2--xl {
		margin-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--xl,
	html[dir="rtl"] .rtl-margin-right-3--xl,
	html[dir="rtl"] .rtl-margin-x-3--xl {
		margin-left: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--xl,
	html[dir="rtl"] .rtl-margin-right-4--xl,
	html[dir="rtl"] .rtl-margin-x-4--xl {
		margin-left: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--xl,
	html[dir="rtl"] .rtl-margin-right-5--xl,
	html[dir="rtl"] .rtl-margin-x-5--xl {
		margin-left: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--xl,
	html[dir="rtl"] .rtl-margin-right-6--xl,
	html[dir="rtl"] .rtl-margin-x-6--xl {
		margin-left: 8rem;
	}

	html[dir="rtl"] .rtl-margin-0--xl,
	html[dir="rtl"] .rtl-margin-left-0--xl,
	html[dir="rtl"] .rtl-margin-x-0--xl {
		margin-right: 0;
	}

	html[dir="rtl"] .rtl-margin-1--xl,
	html[dir="rtl"] .rtl-margin-left-1--xl,
	html[dir="rtl"] .rtl-margin-x-1--xl {
		margin-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--xl,
	html[dir="rtl"] .rtl-margin-left-2--xl,
	html[dir="rtl"] .rtl-margin-x-2--xl {
		margin-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--xl,
	html[dir="rtl"] .rtl-margin-left-3--xl,
	html[dir="rtl"] .rtl-margin-x-3--xl {
		margin-right: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--xl,
	html[dir="rtl"] .rtl-margin-left-4--xl,
	html[dir="rtl"] .rtl-margin-x-4--xl {
		margin-right: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--xl,
	html[dir="rtl"] .rtl-margin-left-5--xl,
	html[dir="rtl"] .rtl-margin-x-5--xl {
		margin-right: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--xl,
	html[dir="rtl"] .rtl-margin-left-6--xl,
	html[dir="rtl"] .rtl-margin-x-6--xl {
		margin-right: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--xl,
	html[dir="rtl"] .rtl-padding-right-0--xl,
	html[dir="rtl"] .rtl-padding-x-0--xl {
		padding-left: 0;
	}

	html[dir="rtl"] .rtl-padding-1--xl,
	html[dir="rtl"] .rtl-padding-right-1--xl,
	html[dir="rtl"] .rtl-padding-x-1--xl {
		padding-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--xl,
	html[dir="rtl"] .rtl-padding-right-2--xl,
	html[dir="rtl"] .rtl-padding-x-2--xl {
		padding-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--xl,
	html[dir="rtl"] .rtl-padding-right-3--xl,
	html[dir="rtl"] .rtl-padding-x-3--xl {
		padding-left: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--xl,
	html[dir="rtl"] .rtl-padding-right-4--xl,
	html[dir="rtl"] .rtl-padding-x-4--xl {
		padding-left: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--xl,
	html[dir="rtl"] .rtl-padding-right-5--xl,
	html[dir="rtl"] .rtl-padding-x-5--xl {
		padding-left: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--xl,
	html[dir="rtl"] .rtl-padding-right-6--xl,
	html[dir="rtl"] .rtl-padding-x-6--xl {
		padding-left: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--xl,
	html[dir="rtl"] .rtl-padding-left-0--xl,
	html[dir="rtl"] .rtl-padding-x-0--xl {
		padding-right: 0;
	}

	html[dir="rtl"] .rtl-padding-1--xl,
	html[dir="rtl"] .rtl-padding-left-1--xl,
	html[dir="rtl"] .rtl-padding-x-1--xl {
		padding-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--xl,
	html[dir="rtl"] .rtl-padding-left-2--xl,
	html[dir="rtl"] .rtl-padding-x-2--xl {
		padding-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--xl,
	html[dir="rtl"] .rtl-padding-left-3--xl,
	html[dir="rtl"] .rtl-padding-x-3--xl {
		padding-right: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--xl,
	html[dir="rtl"] .rtl-padding-left-4--xl,
	html[dir="rtl"] .rtl-padding-x-4--xl {
		padding-right: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--xl,
	html[dir="rtl"] .rtl-padding-left-5--xl,
	html[dir="rtl"] .rtl-padding-x-5--xl {
		padding-right: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--xl,
	html[dir="rtl"] .rtl-padding-left-6--xl,
	html[dir="rtl"] .rtl-padding-x-6--xl {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	html[dir="rtl"] .text-left--xl {
		text-align: right;
	}

	html[dir="rtl"] .text-right--xl {
		text-align: left;
	}

	html[dir="rtl"] .rtl-margin-0--xxl,
	html[dir="rtl"] .rtl-margin-right-0--xxl,
	html[dir="rtl"] .rtl-margin-x-0--xxl {
		margin-left: 0;
	}

	html[dir="rtl"] .rtl-margin-1--xxl,
	html[dir="rtl"] .rtl-margin-right-1--xxl,
	html[dir="rtl"] .rtl-margin-x-1--xxl {
		margin-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--xxl,
	html[dir="rtl"] .rtl-margin-right-2--xxl,
	html[dir="rtl"] .rtl-margin-x-2--xxl {
		margin-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--xxl,
	html[dir="rtl"] .rtl-margin-right-3--xxl,
	html[dir="rtl"] .rtl-margin-x-3--xxl {
		margin-left: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--xxl,
	html[dir="rtl"] .rtl-margin-right-4--xxl,
	html[dir="rtl"] .rtl-margin-x-4--xxl {
		margin-left: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--xxl,
	html[dir="rtl"] .rtl-margin-right-5--xxl,
	html[dir="rtl"] .rtl-margin-x-5--xxl {
		margin-left: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--xxl,
	html[dir="rtl"] .rtl-margin-right-6--xxl,
	html[dir="rtl"] .rtl-margin-x-6--xxl {
		margin-left: 8rem;
	}

	html[dir="rtl"] .rtl-margin-0--xxl,
	html[dir="rtl"] .rtl-margin-left-0--xxl,
	html[dir="rtl"] .rtl-margin-x-0--xxl {
		margin-right: 0;
	}

	html[dir="rtl"] .rtl-margin-1--xxl,
	html[dir="rtl"] .rtl-margin-left-1--xxl,
	html[dir="rtl"] .rtl-margin-x-1--xxl {
		margin-right: 0.25rem;
	}

	html[dir="rtl"] .rtl-margin-2--xxl,
	html[dir="rtl"] .rtl-margin-left-2--xxl,
	html[dir="rtl"] .rtl-margin-x-2--xxl {
		margin-right: 0.5rem;
	}

	html[dir="rtl"] .rtl-margin-3--xxl,
	html[dir="rtl"] .rtl-margin-left-3--xxl,
	html[dir="rtl"] .rtl-margin-x-3--xxl {
		margin-right: 1rem;
	}

	html[dir="rtl"] .rtl-margin-4--xxl,
	html[dir="rtl"] .rtl-margin-left-4--xxl,
	html[dir="rtl"] .rtl-margin-x-4--xxl {
		margin-right: 2rem;
	}

	html[dir="rtl"] .rtl-margin-5--xxl,
	html[dir="rtl"] .rtl-margin-left-5--xxl,
	html[dir="rtl"] .rtl-margin-x-5--xxl {
		margin-right: 4rem;
	}

	html[dir="rtl"] .rtl-margin-6--xxl,
	html[dir="rtl"] .rtl-margin-left-6--xxl,
	html[dir="rtl"] .rtl-margin-x-6--xxl {
		margin-right: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--xxl,
	html[dir="rtl"] .rtl-padding-right-0--xxl,
	html[dir="rtl"] .rtl-padding-x-0--xxl {
		margin-left: 0;
	}

	html[dir="rtl"] .rtl-padding-1--xxl,
	html[dir="rtl"] .rtl-padding-right-1--xxl,
	html[dir="rtl"] .rtl-padding-x-1--xxl {
		margin-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--xxl,
	html[dir="rtl"] .rtl-padding-right-2--xxl,
	html[dir="rtl"] .rtl-padding-x-2--xxl {
		margin-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--xxl,
	html[dir="rtl"] .rtl-padding-right-3--xxl,
	html[dir="rtl"] .rtl-padding-x-3--xxl {
		margin-left: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--xxl,
	html[dir="rtl"] .rtl-padding-right-4--xxl,
	html[dir="rtl"] .rtl-padding-x-4--xxl {
		margin-left: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--xxl,
	html[dir="rtl"] .rtl-padding-right-5--xxl,
	html[dir="rtl"] .rtl-padding-x-5--xxl {
		margin-left: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--xxl,
	html[dir="rtl"] .rtl-padding-right-6--xxl,
	html[dir="rtl"] .rtl-padding-x-6--xxl {
		margin-left: 8rem;
	}

	html[dir="rtl"] .rtl-padding-0--xxl,
	html[dir="rtl"] .rtl-padding-left-0--xxl,
	html[dir="rtl"] .rtl-padding-x-0--xxl {
		margin-left: 0;
	}

	html[dir="rtl"] .rtl-padding-1--xxl,
	html[dir="rtl"] .rtl-padding-left-1--xxl,
	html[dir="rtl"] .rtl-padding-x-1--xxl {
		margin-left: 0.25rem;
	}

	html[dir="rtl"] .rtl-padding-2--xxl,
	html[dir="rtl"] .rtl-padding-left-2--xxl,
	html[dir="rtl"] .rtl-padding-x-2--xxl {
		margin-left: 0.5rem;
	}

	html[dir="rtl"] .rtl-padding-3--xxl,
	html[dir="rtl"] .rtl-padding-left-3--xxl,
	html[dir="rtl"] .rtl-padding-x-3--xxl {
		margin-left: 1rem;
	}

	html[dir="rtl"] .rtl-padding-4--xxl,
	html[dir="rtl"] .rtl-padding-left-4--xxl,
	html[dir="rtl"] .rtl-padding-x-4--xxl {
		margin-left: 2rem;
	}

	html[dir="rtl"] .rtl-padding-5--xxl,
	html[dir="rtl"] .rtl-padding-left-5--xxl,
	html[dir="rtl"] .rtl-padding-x-5--xxl {
		margin-left: 4rem;
	}

	html[dir="rtl"] .rtl-padding-6--xxl,
	html[dir="rtl"] .rtl-padding-left-6--xxl,
	html[dir="rtl"] .rtl-padding-x-6--xxl {
		margin-left: 8rem;
	}
}

.f-lato {
	font-family: "Lato", "Amiri", sans-serif !important;
}

.f-circe {
	font-family: "Circe", "Amiri", sans-serif !important;
}

.h1,
.h2,
.h3,
.p {
	margin: 0;
}

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

@media (min-width: 0) {
	.m-xs-0 {
		margin: 0 !important;
	}
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
}

@media (min-width: 1400px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
}

.m-1 {
	margin: 4px !important;
}

@media (min-width: 0) {
	.m-xs-1 {
		margin: 4px !important;
	}
}

@media (min-width: 576px) {
	.m-sm-1 {
		margin: 4px !important;
	}
}

@media (min-width: 768px) {
	.m-md-1 {
		margin: 4px !important;
	}
}

@media (min-width: 992px) {
	.m-lg-1 {
		margin: 4px !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-1 {
		margin: 4px !important;
	}
}

@media (min-width: 1400px) {
	.m-xxl-1 {
		margin: 4px !important;
	}
}

.m-2 {
	margin: 8px !important;
}

@media (min-width: 0) {
	.m-xs-2 {
		margin: 8px !important;
	}
}

@media (min-width: 576px) {
	.m-sm-2 {
		margin: 8px !important;
	}
}

@media (min-width: 768px) {
	.m-md-2 {
		margin: 8px !important;
	}
}

@media (min-width: 992px) {
	.m-lg-2 {
		margin: 8px !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-2 {
		margin: 8px !important;
	}
}

@media (min-width: 1400px) {
	.m-xxl-2 {
		margin: 8px !important;
	}
}

.m-3 {
	margin: 12px !important;
}

@media (min-width: 0) {
	.m-xs-3 {
		margin: 12px !important;
	}
}

@media (min-width: 576px) {
	.m-sm-3 {
		margin: 12px !important;
	}
}

@media (min-width: 768px) {
	.m-md-3 {
		margin: 12px !important;
	}
}

@media (min-width: 992px) {
	.m-lg-3 {
		margin: 12px !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-3 {
		margin: 12px !important;
	}
}

@media (min-width: 1400px) {
	.m-xxl-3 {
		margin: 12px !important;
	}
}

.m-4 {
	margin: 16px !important;
}

@media (min-width: 0) {
	.m-xs-4 {
		margin: 16px !important;
	}
}

@media (min-width: 576px) {
	.m-sm-4 {
		margin: 16px !important;
	}
}

@media (min-width: 768px) {
	.m-md-4 {
		margin: 16px !important;
	}
}

@media (min-width: 992px) {
	.m-lg-4 {
		margin: 16px !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-4 {
		margin: 16px !important;
	}
}

@media (min-width: 1400px) {
	.m-xxl-4 {
		margin: 16px !important;
	}
}

.m-5 {
	margin: 20px !important;
}

@media (min-width: 0) {
	.m-xs-5 {
		margin: 20px !important;
	}
}

@media (min-width: 576px) {
	.m-sm-5 {
		margin: 20px !important;
	}
}

@media (min-width: 768px) {
	.m-md-5 {
		margin: 20px !important;
	}
}

@media (min-width: 992px) {
	.m-lg-5 {
		margin: 20px !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-5 {
		margin: 20px !important;
	}
}

@media (min-width: 1400px) {
	.m-xxl-5 {
		margin: 20px !important;
	}
}

.m-6 {
	margin: 24px !important;
}

@media (min-width: 0) {
	.m-xs-6 {
		margin: 24px !important;
	}
}

@media (min-width: 576px) {
	.m-sm-6 {
		margin: 24px !important;
	}
}

@media (min-width: 768px) {
	.m-md-6 {
		margin: 24px !important;
	}
}

@media (min-width: 992px) {
	.m-lg-6 {
		margin: 24px !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-6 {
		margin: 24px !important;
	}
}

@media (min-width: 1400px) {
	.m-xxl-6 {
		margin: 24px !important;
	}
}

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

@media (min-width: 0) {
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 576px) {
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 768px) {
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1400px) {
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
}

.mb-1 {
	margin-bottom: 4px !important;
}

@media (min-width: 0) {
	.mb-xs-1 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 576px) {
	.mb-sm-1 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 768px) {
	.mb-md-1 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-1 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-1 {
		margin-bottom: 4px !important;
	}
}

@media (min-width: 1400px) {
	.mb-xxl-1 {
		margin-bottom: 4px !important;
	}
}

.mb-2 {
	margin-bottom: 8px !important;
}

@media (min-width: 0) {
	.mb-xs-2 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 576px) {
	.mb-sm-2 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 768px) {
	.mb-md-2 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-2 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-2 {
		margin-bottom: 8px !important;
	}
}

@media (min-width: 1400px) {
	.mb-xxl-2 {
		margin-bottom: 8px !important;
	}
}

.mb-3 {
	margin-bottom: 12px !important;
}

@media (min-width: 0) {
	.mb-xs-3 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 576px) {
	.mb-sm-3 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 768px) {
	.mb-md-3 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-3 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-3 {
		margin-bottom: 12px !important;
	}
}

@media (min-width: 1400px) {
	.mb-xxl-3 {
		margin-bottom: 12px !important;
	}
}

.mb-4 {
	margin-bottom: 16px !important;
}

@media (min-width: 0) {
	.mb-xs-4 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 576px) {
	.mb-sm-4 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 768px) {
	.mb-md-4 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-4 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-4 {
		margin-bottom: 16px !important;
	}
}

@media (min-width: 1400px) {
	.mb-xxl-4 {
		margin-bottom: 16px !important;
	}
}

.mb-5 {
	margin-bottom: 20px !important;
}

@media (min-width: 0) {
	.mb-xs-5 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 576px) {
	.mb-sm-5 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 768px) {
	.mb-md-5 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-5 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-5 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 1400px) {
	.mb-xxl-5 {
		margin-bottom: 20px !important;
	}
}

.mb-6 {
	margin-bottom: 24px !important;
}

@media (min-width: 0) {
	.mb-xs-6 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 576px) {
	.mb-sm-6 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 768px) {
	.mb-md-6 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-6 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-6 {
		margin-bottom: 24px !important;
	}
}

@media (min-width: 1400px) {
	.mb-xxl-6 {
		margin-bottom: 24px !important;
	}
}

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

@media (min-width: 0) {
	.mt-xs-0 {
		margin-top: 0 !important;
	}
}

@media (min-width: 576px) {
	.mt-sm-0 {
		margin-top: 0 !important;
	}
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0 !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-0 {
		margin-top: 0 !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-0 {
		margin-top: 0 !important;
	}
}

@media (min-width: 1400px) {
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
}

.mt-1 {
	margin-top: 4px !important;
}

@media (min-width: 0) {
	.mt-xs-1 {
		margin-top: 4px !important;
	}
}

@media (min-width: 576px) {
	.mt-sm-1 {
		margin-top: 4px !important;
	}
}

@media (min-width: 768px) {
	.mt-md-1 {
		margin-top: 4px !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-1 {
		margin-top: 4px !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-1 {
		margin-top: 4px !important;
	}
}

@media (min-width: 1400px) {
	.mt-xxl-1 {
		margin-top: 4px !important;
	}
}

.mt-2 {
	margin-top: 8px !important;
}

@media (min-width: 0) {
	.mt-xs-2 {
		margin-top: 8px !important;
	}
}

@media (min-width: 576px) {
	.mt-sm-2 {
		margin-top: 8px !important;
	}
}

@media (min-width: 768px) {
	.mt-md-2 {
		margin-top: 8px !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-2 {
		margin-top: 8px !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-2 {
		margin-top: 8px !important;
	}
}

@media (min-width: 1400px) {
	.mt-xxl-2 {
		margin-top: 8px !important;
	}
}

.mt-3 {
	margin-top: 12px !important;
}

@media (min-width: 0) {
	.mt-xs-3 {
		margin-top: 12px !important;
	}
}

@media (min-width: 576px) {
	.mt-sm-3 {
		margin-top: 12px !important;
	}
}

@media (min-width: 768px) {
	.mt-md-3 {
		margin-top: 12px !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-3 {
		margin-top: 12px !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-3 {
		margin-top: 12px !important;
	}
}

@media (min-width: 1400px) {
	.mt-xxl-3 {
		margin-top: 12px !important;
	}
}

.mt-4 {
	margin-top: 16px !important;
}

@media (min-width: 0) {
	.mt-xs-4 {
		margin-top: 16px !important;
	}
}

@media (min-width: 576px) {
	.mt-sm-4 {
		margin-top: 16px !important;
	}
}

@media (min-width: 768px) {
	.mt-md-4 {
		margin-top: 16px !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-4 {
		margin-top: 16px !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-4 {
		margin-top: 16px !important;
	}
}

@media (min-width: 1400px) {
	.mt-xxl-4 {
		margin-top: 16px !important;
	}
}

.mt-5 {
	margin-top: 20px !important;
}

@media (min-width: 0) {
	.mt-xs-5 {
		margin-top: 20px !important;
	}
}

@media (min-width: 576px) {
	.mt-sm-5 {
		margin-top: 20px !important;
	}
}

@media (min-width: 768px) {
	.mt-md-5 {
		margin-top: 20px !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-5 {
		margin-top: 20px !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-5 {
		margin-top: 20px !important;
	}
}

@media (min-width: 1400px) {
	.mt-xxl-5 {
		margin-top: 20px !important;
	}
}

.mt-6 {
	margin-top: 24px !important;
}

@media (min-width: 0) {
	.mt-xs-6 {
		margin-top: 24px !important;
	}
}

@media (min-width: 576px) {
	.mt-sm-6 {
		margin-top: 24px !important;
	}
}

@media (min-width: 768px) {
	.mt-md-6 {
		margin-top: 24px !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-6 {
		margin-top: 24px !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-6 {
		margin-top: 24px !important;
	}
}

@media (min-width: 1400px) {
	.mt-xxl-6 {
		margin-top: 24px !important;
	}
}

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

@media (min-width: 0) {
	.me-xs-0 {
		margin-right: 0 !important;
	}
}

@media (min-width: 576px) {
	.me-sm-0 {
		margin-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.me-md-0 {
		margin-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.me-lg-0 {
		margin-right: 0 !important;
	}
}

@media (min-width: 1200px) {
	.me-xl-0 {
		margin-right: 0 !important;
	}
}

@media (min-width: 1400px) {
	.me-xxl-0 {
		margin-right: 0 !important;
	}
}

.me-1 {
	margin-right: 4px !important;
}

@media (min-width: 0) {
	.me-xs-1 {
		margin-right: 4px !important;
	}
}

@media (min-width: 576px) {
	.me-sm-1 {
		margin-right: 4px !important;
	}
}

@media (min-width: 768px) {
	.me-md-1 {
		margin-right: 4px !important;
	}
}

@media (min-width: 992px) {
	.me-lg-1 {
		margin-right: 4px !important;
	}
}

@media (min-width: 1200px) {
	.me-xl-1 {
		margin-right: 4px !important;
	}
}

@media (min-width: 1400px) {
	.me-xxl-1 {
		margin-right: 4px !important;
	}
}

.me-2 {
	margin-right: 8px !important;
}

@media (min-width: 0) {
	.me-xs-2 {
		margin-right: 8px !important;
	}
}

@media (min-width: 576px) {
	.me-sm-2 {
		margin-right: 8px !important;
	}
}

@media (min-width: 768px) {
	.me-md-2 {
		margin-right: 8px !important;
	}
}

@media (min-width: 992px) {
	.me-lg-2 {
		margin-right: 8px !important;
	}
}

@media (min-width: 1200px) {
	.me-xl-2 {
		margin-right: 8px !important;
	}
}

@media (min-width: 1400px) {
	.me-xxl-2 {
		margin-right: 8px !important;
	}
}

.me-3 {
	margin-right: 12px !important;
}

@media (min-width: 0) {
	.me-xs-3 {
		margin-right: 12px !important;
	}
}

@media (min-width: 576px) {
	.me-sm-3 {
		margin-right: 12px !important;
	}
}

@media (min-width: 768px) {
	.me-md-3 {
		margin-right: 12px !important;
	}
}

@media (min-width: 992px) {
	.me-lg-3 {
		margin-right: 12px !important;
	}
}

@media (min-width: 1200px) {
	.me-xl-3 {
		margin-right: 12px !important;
	}
}

@media (min-width: 1400px) {
	.me-xxl-3 {
		margin-right: 12px !important;
	}
}

.me-4 {
	margin-right: 16px !important;
}

@media (min-width: 0) {
	.me-xs-4 {
		margin-right: 16px !important;
	}
}

@media (min-width: 576px) {
	.me-sm-4 {
		margin-right: 16px !important;
	}
}

@media (min-width: 768px) {
	.me-md-4 {
		margin-right: 16px !important;
	}
}

@media (min-width: 992px) {
	.me-lg-4 {
		margin-right: 16px !important;
	}
}

@media (min-width: 1200px) {
	.me-xl-4 {
		margin-right: 16px !important;
	}
}

@media (min-width: 1400px) {
	.me-xxl-4 {
		margin-right: 16px !important;
	}
}

.me-5 {
	margin-right: 20px !important;
}

@media (min-width: 0) {
	.me-xs-5 {
		margin-right: 20px !important;
	}
}

@media (min-width: 576px) {
	.me-sm-5 {
		margin-right: 20px !important;
	}
}

@media (min-width: 768px) {
	.me-md-5 {
		margin-right: 20px !important;
	}
}

@media (min-width: 992px) {
	.me-lg-5 {
		margin-right: 20px !important;
	}
}

@media (min-width: 1200px) {
	.me-xl-5 {
		margin-right: 20px !important;
	}
}

@media (min-width: 1400px) {
	.me-xxl-5 {
		margin-right: 20px !important;
	}
}

.me-6 {
	margin-right: 24px !important;
}

@media (min-width: 0) {
	.me-xs-6 {
		margin-right: 24px !important;
	}
}

@media (min-width: 576px) {
	.me-sm-6 {
		margin-right: 24px !important;
	}
}

@media (min-width: 768px) {
	.me-md-6 {
		margin-right: 24px !important;
	}
}

@media (min-width: 992px) {
	.me-lg-6 {
		margin-right: 24px !important;
	}
}

@media (min-width: 1200px) {
	.me-xl-6 {
		margin-right: 24px !important;
	}
}

@media (min-width: 1400px) {
	.me-xxl-6 {
		margin-right: 24px !important;
	}
}

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

@media (min-width: 0) {
	.ms-xs-0 {
		margin-left: 0 !important;
	}
}

@media (min-width: 576px) {
	.ms-sm-0 {
		margin-left: 0 !important;
	}
}

@media (min-width: 768px) {
	.ms-md-0 {
		margin-left: 0 !important;
	}
}

@media (min-width: 992px) {
	.ms-lg-0 {
		margin-left: 0 !important;
	}
}

@media (min-width: 1200px) {
	.ms-xl-0 {
		margin-left: 0 !important;
	}
}

@media (min-width: 1400px) {
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
}

.ms-1 {
	margin-left: 4px !important;
}

@media (min-width: 0) {
	.ms-xs-1 {
		margin-left: 4px !important;
	}
}

@media (min-width: 576px) {
	.ms-sm-1 {
		margin-left: 4px !important;
	}
}

@media (min-width: 768px) {
	.ms-md-1 {
		margin-left: 4px !important;
	}
}

@media (min-width: 992px) {
	.ms-lg-1 {
		margin-left: 4px !important;
	}
}

@media (min-width: 1200px) {
	.ms-xl-1 {
		margin-left: 4px !important;
	}
}

@media (min-width: 1400px) {
	.ms-xxl-1 {
		margin-left: 4px !important;
	}
}

.ms-2 {
	margin-left: 8px !important;
}

@media (min-width: 0) {
	.ms-xs-2 {
		margin-left: 8px !important;
	}
}

@media (min-width: 576px) {
	.ms-sm-2 {
		margin-left: 8px !important;
	}
}

@media (min-width: 768px) {
	.ms-md-2 {
		margin-left: 8px !important;
	}
}

@media (min-width: 992px) {
	.ms-lg-2 {
		margin-left: 8px !important;
	}
}

@media (min-width: 1200px) {
	.ms-xl-2 {
		margin-left: 8px !important;
	}
}

@media (min-width: 1400px) {
	.ms-xxl-2 {
		margin-left: 8px !important;
	}
}

.ms-3 {
	margin-left: 12px !important;
}

@media (min-width: 0) {
	.ms-xs-3 {
		margin-left: 12px !important;
	}
}

@media (min-width: 576px) {
	.ms-sm-3 {
		margin-left: 12px !important;
	}
}

@media (min-width: 768px) {
	.ms-md-3 {
		margin-left: 12px !important;
	}
}

@media (min-width: 992px) {
	.ms-lg-3 {
		margin-left: 12px !important;
	}
}

@media (min-width: 1200px) {
	.ms-xl-3 {
		margin-left: 12px !important;
	}
}

@media (min-width: 1400px) {
	.ms-xxl-3 {
		margin-left: 12px !important;
	}
}

.ms-4 {
	margin-left: 16px !important;
}

@media (min-width: 0) {
	.ms-xs-4 {
		margin-left: 16px !important;
	}
}

@media (min-width: 576px) {
	.ms-sm-4 {
		margin-left: 16px !important;
	}
}

@media (min-width: 768px) {
	.ms-md-4 {
		margin-left: 16px !important;
	}
}

@media (min-width: 992px) {
	.ms-lg-4 {
		margin-left: 16px !important;
	}
}

@media (min-width: 1200px) {
	.ms-xl-4 {
		margin-left: 16px !important;
	}
}

@media (min-width: 1400px) {
	.ms-xxl-4 {
		margin-left: 16px !important;
	}
}

.ms-5 {
	margin-left: 20px !important;
}

@media (min-width: 0) {
	.ms-xs-5 {
		margin-left: 20px !important;
	}
}

@media (min-width: 576px) {
	.ms-sm-5 {
		margin-left: 20px !important;
	}
}

@media (min-width: 768px) {
	.ms-md-5 {
		margin-left: 20px !important;
	}
}

@media (min-width: 992px) {
	.ms-lg-5 {
		margin-left: 20px !important;
	}
}

@media (min-width: 1200px) {
	.ms-xl-5 {
		margin-left: 20px !important;
	}
}

@media (min-width: 1400px) {
	.ms-xxl-5 {
		margin-left: 20px !important;
	}
}

.ms-6 {
	margin-left: 24px !important;
}

@media (min-width: 0) {
	.ms-xs-6 {
		margin-left: 24px !important;
	}
}

@media (min-width: 576px) {
	.ms-sm-6 {
		margin-left: 24px !important;
	}
}

@media (min-width: 768px) {
	.ms-md-6 {
		margin-left: 24px !important;
	}
}

@media (min-width: 992px) {
	.ms-lg-6 {
		margin-left: 24px !important;
	}
}

@media (min-width: 1200px) {
	.ms-xl-6 {
		margin-left: 24px !important;
	}
}

@media (min-width: 1400px) {
	.ms-xxl-6 {
		margin-left: 24px !important;
	}
}

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

@media (min-width: 0) {
	.mx-xs-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 576px) {
	.mx-sm-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.mx-md-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.mx-lg-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media (min-width: 1400px) {
	.mx-xxl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.mx-1 {
	margin-left: 4px !important;
	margin-right: 4px !important;
}

@media (min-width: 0) {
	.mx-xs-1 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
}

@media (min-width: 576px) {
	.mx-sm-1 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
}

@media (min-width: 768px) {
	.mx-md-1 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
}

@media (min-width: 992px) {
	.mx-lg-1 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-1 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
}

@media (min-width: 1400px) {
	.mx-xxl-1 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
}

.mx-2 {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

@media (min-width: 0) {
	.mx-xs-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}

@media (min-width: 576px) {
	.mx-sm-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}

@media (min-width: 768px) {
	.mx-md-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}

@media (min-width: 992px) {
	.mx-lg-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}

@media (min-width: 1400px) {
	.mx-xxl-2 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}

.mx-3 {
	margin-left: 12px !important;
	margin-right: 12px !important;
}

@media (min-width: 0) {
	.mx-xs-3 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
}

@media (min-width: 576px) {
	.mx-sm-3 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
}

@media (min-width: 768px) {
	.mx-md-3 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
}

@media (min-width: 992px) {
	.mx-lg-3 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-3 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
}

@media (min-width: 1400px) {
	.mx-xxl-3 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
}

.mx-4 {
	margin-left: 16px !important;
	margin-right: 16px !important;
}

@media (min-width: 0) {
	.mx-xs-4 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}
}

@media (min-width: 576px) {
	.mx-sm-4 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}
}

@media (min-width: 768px) {
	.mx-md-4 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}
}

@media (min-width: 992px) {
	.mx-lg-4 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-4 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}
}

@media (min-width: 1400px) {
	.mx-xxl-4 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}
}

.mx-5 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

@media (min-width: 0) {
	.mx-xs-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (min-width: 576px) {
	.mx-sm-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (min-width: 768px) {
	.mx-md-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (min-width: 992px) {
	.mx-lg-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (min-width: 1400px) {
	.mx-xxl-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

.mx-6 {
	margin-left: 24px !important;
	margin-right: 24px !important;
}

@media (min-width: 0) {
	.mx-xs-6 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}
}

@media (min-width: 576px) {
	.mx-sm-6 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}
}

@media (min-width: 768px) {
	.mx-md-6 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}
}

@media (min-width: 992px) {
	.mx-lg-6 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-6 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}
}

@media (min-width: 1400px) {
	.mx-xxl-6 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}
}

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

@media (min-width: 0) {
	.p-xs-0 {
		padding: 0 !important;
	}
}

@media (min-width: 576px) {
	.p-sm-0 {
		padding: 0 !important;
	}
}

@media (min-width: 768px) {
	.p-md-0 {
		padding: 0 !important;
	}
}

@media (min-width: 992px) {
	.p-lg-0 {
		padding: 0 !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-0 {
		padding: 0 !important;
	}
}

@media (min-width: 1400px) {
	.p-xxl-0 {
		padding: 0 !important;
	}
}

.p-1 {
	padding: 4px !important;
}

@media (min-width: 0) {
	.p-xs-1 {
		padding: 4px !important;
	}
}

@media (min-width: 576px) {
	.p-sm-1 {
		padding: 4px !important;
	}
}

@media (min-width: 768px) {
	.p-md-1 {
		padding: 4px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-1 {
		padding: 4px !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-1 {
		padding: 4px !important;
	}
}

@media (min-width: 1400px) {
	.p-xxl-1 {
		padding: 4px !important;
	}
}

.p-2 {
	padding: 8px !important;
}

@media (min-width: 0) {
	.p-xs-2 {
		padding: 8px !important;
	}
}

@media (min-width: 576px) {
	.p-sm-2 {
		padding: 8px !important;
	}
}

@media (min-width: 768px) {
	.p-md-2 {
		padding: 8px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-2 {
		padding: 8px !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-2 {
		padding: 8px !important;
	}
}

@media (min-width: 1400px) {
	.p-xxl-2 {
		padding: 8px !important;
	}
}

.p-3 {
	padding: 12px !important;
}

@media (min-width: 0) {
	.p-xs-3 {
		padding: 12px !important;
	}
}

@media (min-width: 576px) {
	.p-sm-3 {
		padding: 12px !important;
	}
}

@media (min-width: 768px) {
	.p-md-3 {
		padding: 12px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-3 {
		padding: 12px !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-3 {
		padding: 12px !important;
	}
}

@media (min-width: 1400px) {
	.p-xxl-3 {
		padding: 12px !important;
	}
}

.p-4 {
	padding: 16px !important;
}

@media (min-width: 0) {
	.p-xs-4 {
		padding: 16px !important;
	}
}

@media (min-width: 576px) {
	.p-sm-4 {
		padding: 16px !important;
	}
}

@media (min-width: 768px) {
	.p-md-4 {
		padding: 16px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-4 {
		padding: 16px !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-4 {
		padding: 16px !important;
	}
}

@media (min-width: 1400px) {
	.p-xxl-4 {
		padding: 16px !important;
	}
}

.p-5 {
	padding: 20px !important;
}

@media (min-width: 0) {
	.p-xs-5 {
		padding: 20px !important;
	}
}

@media (min-width: 576px) {
	.p-sm-5 {
		padding: 20px !important;
	}
}

@media (min-width: 768px) {
	.p-md-5 {
		padding: 20px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-5 {
		padding: 20px !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-5 {
		padding: 20px !important;
	}
}

@media (min-width: 1400px) {
	.p-xxl-5 {
		padding: 20px !important;
	}
}

.p-6 {
	padding: 24px !important;
}

@media (min-width: 0) {
	.p-xs-6 {
		padding: 24px !important;
	}
}

@media (min-width: 576px) {
	.p-sm-6 {
		padding: 24px !important;
	}
}

@media (min-width: 768px) {
	.p-md-6 {
		padding: 24px !important;
	}
}

@media (min-width: 992px) {
	.p-lg-6 {
		padding: 24px !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-6 {
		padding: 24px !important;
	}
}

@media (min-width: 1400px) {
	.p-xxl-6 {
		padding: 24px !important;
	}
}

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

@media (min-width: 0) {
	.pb-xs-0 {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 576px) {
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 768px) {
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
}

@media (min-width: 1400px) {
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
}

.pb-1 {
	padding-bottom: 4px !important;
}

@media (min-width: 0) {
	.pb-xs-1 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 576px) {
	.pb-sm-1 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 768px) {
	.pb-md-1 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-1 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-1 {
		padding-bottom: 4px !important;
	}
}

@media (min-width: 1400px) {
	.pb-xxl-1 {
		padding-bottom: 4px !important;
	}
}

.pb-2 {
	padding-bottom: 8px !important;
}

@media (min-width: 0) {
	.pb-xs-2 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 576px) {
	.pb-sm-2 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 768px) {
	.pb-md-2 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-2 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-2 {
		padding-bottom: 8px !important;
	}
}

@media (min-width: 1400px) {
	.pb-xxl-2 {
		padding-bottom: 8px !important;
	}
}

.pb-3 {
	padding-bottom: 12px !important;
}

@media (min-width: 0) {
	.pb-xs-3 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 576px) {
	.pb-sm-3 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 768px) {
	.pb-md-3 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-3 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-3 {
		padding-bottom: 12px !important;
	}
}

@media (min-width: 1400px) {
	.pb-xxl-3 {
		padding-bottom: 12px !important;
	}
}

.pb-4 {
	padding-bottom: 16px !important;
}

@media (min-width: 0) {
	.pb-xs-4 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 576px) {
	.pb-sm-4 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 768px) {
	.pb-md-4 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-4 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-4 {
		padding-bottom: 16px !important;
	}
}

@media (min-width: 1400px) {
	.pb-xxl-4 {
		padding-bottom: 16px !important;
	}
}

.pb-5 {
	padding-bottom: 20px !important;
}

@media (min-width: 0) {
	.pb-xs-5 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 576px) {
	.pb-sm-5 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 768px) {
	.pb-md-5 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-5 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-5 {
		padding-bottom: 20px !important;
	}
}

@media (min-width: 1400px) {
	.pb-xxl-5 {
		padding-bottom: 20px !important;
	}
}

.pb-6 {
	padding-bottom: 24px !important;
}

@media (min-width: 0) {
	.pb-xs-6 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 576px) {
	.pb-sm-6 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 768px) {
	.pb-md-6 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-6 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-6 {
		padding-bottom: 24px !important;
	}
}

@media (min-width: 1400px) {
	.pb-xxl-6 {
		padding-bottom: 24px !important;
	}
}

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

@media (min-width: 0) {
	.pt-xs-0 {
		padding-top: 0 !important;
	}
}

@media (min-width: 576px) {
	.pt-sm-0 {
		padding-top: 0 !important;
	}
}

@media (min-width: 768px) {
	.pt-md-0 {
		padding-top: 0 !important;
	}
}

@media (min-width: 992px) {
	.pt-lg-0 {
		padding-top: 0 !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-0 {
		padding-top: 0 !important;
	}
}

@media (min-width: 1400px) {
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
}

.pt-1 {
	padding-top: 4px !important;
}

@media (min-width: 0) {
	.pt-xs-1 {
		padding-top: 4px !important;
	}
}

@media (min-width: 576px) {
	.pt-sm-1 {
		padding-top: 4px !important;
	}
}

@media (min-width: 768px) {
	.pt-md-1 {
		padding-top: 4px !important;
	}
}

@media (min-width: 992px) {
	.pt-lg-1 {
		padding-top: 4px !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-1 {
		padding-top: 4px !important;
	}
}

@media (min-width: 1400px) {
	.pt-xxl-1 {
		padding-top: 4px !important;
	}
}

.pt-2 {
	padding-top: 8px !important;
}

@media (min-width: 0) {
	.pt-xs-2 {
		padding-top: 8px !important;
	}
}

@media (min-width: 576px) {
	.pt-sm-2 {
		padding-top: 8px !important;
	}
}

@media (min-width: 768px) {
	.pt-md-2 {
		padding-top: 8px !important;
	}
}

@media (min-width: 992px) {
	.pt-lg-2 {
		padding-top: 8px !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-2 {
		padding-top: 8px !important;
	}
}

@media (min-width: 1400px) {
	.pt-xxl-2 {
		padding-top: 8px !important;
	}
}

.pt-3 {
	padding-top: 12px !important;
}

@media (min-width: 0) {
	.pt-xs-3 {
		padding-top: 12px !important;
	}
}

@media (min-width: 576px) {
	.pt-sm-3 {
		padding-top: 12px !important;
	}
}

@media (min-width: 768px) {
	.pt-md-3 {
		padding-top: 12px !important;
	}
}

@media (min-width: 992px) {
	.pt-lg-3 {
		padding-top: 12px !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-3 {
		padding-top: 12px !important;
	}
}

@media (min-width: 1400px) {
	.pt-xxl-3 {
		padding-top: 12px !important;
	}
}

.pt-4 {
	padding-top: 16px !important;
}

@media (min-width: 0) {
	.pt-xs-4 {
		padding-top: 16px !important;
	}
}

@media (min-width: 576px) {
	.pt-sm-4 {
		padding-top: 16px !important;
	}
}

@media (min-width: 768px) {
	.pt-md-4 {
		padding-top: 16px !important;
	}
}

@media (min-width: 992px) {
	.pt-lg-4 {
		padding-top: 16px !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-4 {
		padding-top: 16px !important;
	}
}

@media (min-width: 1400px) {
	.pt-xxl-4 {
		padding-top: 16px !important;
	}
}

.pt-5 {
	padding-top: 20px !important;
}

@media (min-width: 0) {
	.pt-xs-5 {
		padding-top: 20px !important;
	}
}

@media (min-width: 576px) {
	.pt-sm-5 {
		padding-top: 20px !important;
	}
}

@media (min-width: 768px) {
	.pt-md-5 {
		padding-top: 20px !important;
	}
}

@media (min-width: 992px) {
	.pt-lg-5 {
		padding-top: 20px !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-5 {
		padding-top: 20px !important;
	}
}

@media (min-width: 1400px) {
	.pt-xxl-5 {
		padding-top: 20px !important;
	}
}

.pt-6 {
	padding-top: 24px !important;
}

@media (min-width: 0) {
	.pt-xs-6 {
		padding-top: 24px !important;
	}
}

@media (min-width: 576px) {
	.pt-sm-6 {
		padding-top: 24px !important;
	}
}

@media (min-width: 768px) {
	.pt-md-6 {
		padding-top: 24px !important;
	}
}

@media (min-width: 992px) {
	.pt-lg-6 {
		padding-top: 24px !important;
	}
}

@media (min-width: 1200px) {
	.pt-xl-6 {
		padding-top: 24px !important;
	}
}

@media (min-width: 1400px) {
	.pt-xxl-6 {
		padding-top: 24px !important;
	}
}

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

@media (min-width: 0) {
	.pe-xs-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 576px) {
	.pe-sm-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.pe-md-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.pe-lg-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 1200px) {
	.pe-xl-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 1400px) {
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
}

.pe-1 {
	padding-right: 4px !important;
}

@media (min-width: 0) {
	.pe-xs-1 {
		padding-right: 4px !important;
	}
}

@media (min-width: 576px) {
	.pe-sm-1 {
		padding-right: 4px !important;
	}
}

@media (min-width: 768px) {
	.pe-md-1 {
		padding-right: 4px !important;
	}
}

@media (min-width: 992px) {
	.pe-lg-1 {
		padding-right: 4px !important;
	}
}

@media (min-width: 1200px) {
	.pe-xl-1 {
		padding-right: 4px !important;
	}
}

@media (min-width: 1400px) {
	.pe-xxl-1 {
		padding-right: 4px !important;
	}
}

.pe-2 {
	padding-right: 8px !important;
}

@media (min-width: 0) {
	.pe-xs-2 {
		padding-right: 8px !important;
	}
}

@media (min-width: 576px) {
	.pe-sm-2 {
		padding-right: 8px !important;
	}
}

@media (min-width: 768px) {
	.pe-md-2 {
		padding-right: 8px !important;
	}
}

@media (min-width: 992px) {
	.pe-lg-2 {
		padding-right: 8px !important;
	}
}

@media (min-width: 1200px) {
	.pe-xl-2 {
		padding-right: 8px !important;
	}
}

@media (min-width: 1400px) {
	.pe-xxl-2 {
		padding-right: 8px !important;
	}
}

.pe-3 {
	padding-right: 12px !important;
}

@media (min-width: 0) {
	.pe-xs-3 {
		padding-right: 12px !important;
	}
}

@media (min-width: 576px) {
	.pe-sm-3 {
		padding-right: 12px !important;
	}
}

@media (min-width: 768px) {
	.pe-md-3 {
		padding-right: 12px !important;
	}
}

@media (min-width: 992px) {
	.pe-lg-3 {
		padding-right: 12px !important;
	}
}

@media (min-width: 1200px) {
	.pe-xl-3 {
		padding-right: 12px !important;
	}
}

@media (min-width: 1400px) {
	.pe-xxl-3 {
		padding-right: 12px !important;
	}
}

.pe-4 {
	padding-right: 16px !important;
}

@media (min-width: 0) {
	.pe-xs-4 {
		padding-right: 16px !important;
	}
}

@media (min-width: 576px) {
	.pe-sm-4 {
		padding-right: 16px !important;
	}
}

@media (min-width: 768px) {
	.pe-md-4 {
		padding-right: 16px !important;
	}
}

@media (min-width: 992px) {
	.pe-lg-4 {
		padding-right: 16px !important;
	}
}

@media (min-width: 1200px) {
	.pe-xl-4 {
		padding-right: 16px !important;
	}
}

@media (min-width: 1400px) {
	.pe-xxl-4 {
		padding-right: 16px !important;
	}
}

.pe-5 {
	padding-right: 20px !important;
}

@media (min-width: 0) {
	.pe-xs-5 {
		padding-right: 20px !important;
	}
}

@media (min-width: 576px) {
	.pe-sm-5 {
		padding-right: 20px !important;
	}
}

@media (min-width: 768px) {
	.pe-md-5 {
		padding-right: 20px !important;
	}
}

@media (min-width: 992px) {
	.pe-lg-5 {
		padding-right: 20px !important;
	}
}

@media (min-width: 1200px) {
	.pe-xl-5 {
		padding-right: 20px !important;
	}
}

@media (min-width: 1400px) {
	.pe-xxl-5 {
		padding-right: 20px !important;
	}
}

.pe-6 {
	padding-right: 24px !important;
}

@media (min-width: 0) {
	.pe-xs-6 {
		padding-right: 24px !important;
	}
}

@media (min-width: 576px) {
	.pe-sm-6 {
		padding-right: 24px !important;
	}
}

@media (min-width: 768px) {
	.pe-md-6 {
		padding-right: 24px !important;
	}
}

@media (min-width: 992px) {
	.pe-lg-6 {
		padding-right: 24px !important;
	}
}

@media (min-width: 1200px) {
	.pe-xl-6 {
		padding-right: 24px !important;
	}
}

@media (min-width: 1400px) {
	.pe-xxl-6 {
		padding-right: 24px !important;
	}
}

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

@media (min-width: 0) {
	.ps-xs-0 {
		padding-left: 0 !important;
	}
}

@media (min-width: 576px) {
	.ps-sm-0 {
		padding-left: 0 !important;
	}
}

@media (min-width: 768px) {
	.ps-md-0 {
		padding-left: 0 !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-0 {
		padding-left: 0 !important;
	}
}

@media (min-width: 1200px) {
	.ps-xl-0 {
		padding-left: 0 !important;
	}
}

@media (min-width: 1400px) {
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
}

.ps-1 {
	padding-left: 4px !important;
}

@media (min-width: 0) {
	.ps-xs-1 {
		padding-left: 4px !important;
	}
}

@media (min-width: 576px) {
	.ps-sm-1 {
		padding-left: 4px !important;
	}
}

@media (min-width: 768px) {
	.ps-md-1 {
		padding-left: 4px !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-1 {
		padding-left: 4px !important;
	}
}

@media (min-width: 1200px) {
	.ps-xl-1 {
		padding-left: 4px !important;
	}
}

@media (min-width: 1400px) {
	.ps-xxl-1 {
		padding-left: 4px !important;
	}
}

.ps-2 {
	padding-left: 8px !important;
}

@media (min-width: 0) {
	.ps-xs-2 {
		padding-left: 8px !important;
	}
}

@media (min-width: 576px) {
	.ps-sm-2 {
		padding-left: 8px !important;
	}
}

@media (min-width: 768px) {
	.ps-md-2 {
		padding-left: 8px !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-2 {
		padding-left: 8px !important;
	}
}

@media (min-width: 1200px) {
	.ps-xl-2 {
		padding-left: 8px !important;
	}
}

@media (min-width: 1400px) {
	.ps-xxl-2 {
		padding-left: 8px !important;
	}
}

.ps-3 {
	padding-left: 12px !important;
}

@media (min-width: 0) {
	.ps-xs-3 {
		padding-left: 12px !important;
	}
}

@media (min-width: 576px) {
	.ps-sm-3 {
		padding-left: 12px !important;
	}
}

@media (min-width: 768px) {
	.ps-md-3 {
		padding-left: 12px !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-3 {
		padding-left: 12px !important;
	}
}

@media (min-width: 1200px) {
	.ps-xl-3 {
		padding-left: 12px !important;
	}
}

@media (min-width: 1400px) {
	.ps-xxl-3 {
		padding-left: 12px !important;
	}
}

.ps-4 {
	padding-left: 16px !important;
}

@media (min-width: 0) {
	.ps-xs-4 {
		padding-left: 16px !important;
	}
}

@media (min-width: 576px) {
	.ps-sm-4 {
		padding-left: 16px !important;
	}
}

@media (min-width: 768px) {
	.ps-md-4 {
		padding-left: 16px !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-4 {
		padding-left: 16px !important;
	}
}

@media (min-width: 1200px) {
	.ps-xl-4 {
		padding-left: 16px !important;
	}
}

@media (min-width: 1400px) {
	.ps-xxl-4 {
		padding-left: 16px !important;
	}
}

.ps-5 {
	padding-left: 20px !important;
}

@media (min-width: 0) {
	.ps-xs-5 {
		padding-left: 20px !important;
	}
}

@media (min-width: 576px) {
	.ps-sm-5 {
		padding-left: 20px !important;
	}
}

@media (min-width: 768px) {
	.ps-md-5 {
		padding-left: 20px !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-5 {
		padding-left: 20px !important;
	}
}

@media (min-width: 1200px) {
	.ps-xl-5 {
		padding-left: 20px !important;
	}
}

@media (min-width: 1400px) {
	.ps-xxl-5 {
		padding-left: 20px !important;
	}
}

.ps-6 {
	padding-left: 24px !important;
}

@media (min-width: 0) {
	.ps-xs-6 {
		padding-left: 24px !important;
	}
}

@media (min-width: 576px) {
	.ps-sm-6 {
		padding-left: 24px !important;
	}
}

@media (min-width: 768px) {
	.ps-md-6 {
		padding-left: 24px !important;
	}
}

@media (min-width: 992px) {
	.ps-lg-6 {
		padding-left: 24px !important;
	}
}

@media (min-width: 1200px) {
	.ps-xl-6 {
		padding-left: 24px !important;
	}
}

@media (min-width: 1400px) {
	.ps-xxl-6 {
		padding-left: 24px !important;
	}
}

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

@media (min-width: 0) {
	.px-xs-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 576px) {
	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 1200px) {
	.px-xl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

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

@media (min-width: 0) {
	.px-xs-1 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media (min-width: 576px) {
	.px-sm-1 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media (min-width: 768px) {
	.px-md-1 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media (min-width: 992px) {
	.px-lg-1 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media (min-width: 1200px) {
	.px-xl-1 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-1 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

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

@media (min-width: 0) {
	.px-xs-2 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

@media (min-width: 576px) {
	.px-sm-2 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

@media (min-width: 768px) {
	.px-md-2 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

@media (min-width: 992px) {
	.px-lg-2 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

@media (min-width: 1200px) {
	.px-xl-2 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-2 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

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

@media (min-width: 0) {
	.px-xs-3 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media (min-width: 576px) {
	.px-sm-3 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media (min-width: 768px) {
	.px-md-3 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media (min-width: 992px) {
	.px-lg-3 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media (min-width: 1200px) {
	.px-xl-3 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-3 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

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

@media (min-width: 0) {
	.px-xs-4 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media (min-width: 576px) {
	.px-sm-4 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media (min-width: 768px) {
	.px-md-4 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media (min-width: 992px) {
	.px-lg-4 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media (min-width: 1200px) {
	.px-xl-4 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-4 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

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

@media (min-width: 0) {
	.px-xs-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (min-width: 576px) {
	.px-sm-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (min-width: 768px) {
	.px-md-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (min-width: 992px) {
	.px-lg-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (min-width: 1200px) {
	.px-xl-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-5 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

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

@media (min-width: 0) {
	.px-xs-6 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media (min-width: 576px) {
	.px-sm-6 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media (min-width: 768px) {
	.px-md-6 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media (min-width: 992px) {
	.px-lg-6 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media (min-width: 1200px) {
	.px-xl-6 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-6 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

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

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

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

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

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

.gap-1 {
	gap: 4px !important;
}

@media (min-width: 0) {
	.gap-xs-1 {
		gap: 4px !important;
	}
}

@media (min-width: 576px) {
	.gap-sm-1 {
		gap: 4px !important;
	}
}

@media (min-width: 768px) {
	.gap-md-1 {
		gap: 4px !important;
	}
}

@media (min-width: 992px) {
	.gap-lg-1 {
		gap: 4px !important;
	}
}

@media (min-width: 1200px) {
	.gap-xl-1 {
		gap: 4px !important;
	}
}

@media (min-width: 1400px) {
	.gap-xxl-1 {
		gap: 4px !important;
	}
}

.gap-2 {
	gap: 8px !important;
}

@media (min-width: 0) {
	.gap-xs-2 {
		gap: 8px !important;
	}
}

@media (min-width: 576px) {
	.gap-sm-2 {
		gap: 8px !important;
	}
}

@media (min-width: 768px) {
	.gap-md-2 {
		gap: 8px !important;
	}
}

@media (min-width: 992px) {
	.gap-lg-2 {
		gap: 8px !important;
	}
}

@media (min-width: 1200px) {
	.gap-xl-2 {
		gap: 8px !important;
	}
}

@media (min-width: 1400px) {
	.gap-xxl-2 {
		gap: 8px !important;
	}
}

.gap-3 {
	gap: 12px !important;
}

@media (min-width: 0) {
	.gap-xs-3 {
		gap: 12px !important;
	}
}

@media (min-width: 576px) {
	.gap-sm-3 {
		gap: 12px !important;
	}
}

@media (min-width: 768px) {
	.gap-md-3 {
		gap: 12px !important;
	}
}

@media (min-width: 992px) {
	.gap-lg-3 {
		gap: 12px !important;
	}
}

@media (min-width: 1200px) {
	.gap-xl-3 {
		gap: 12px !important;
	}
}

@media (min-width: 1400px) {
	.gap-xxl-3 {
		gap: 12px !important;
	}
}

.gap-4 {
	gap: 16px !important;
}

@media (min-width: 0) {
	.gap-xs-4 {
		gap: 16px !important;
	}
}

@media (min-width: 576px) {
	.gap-sm-4 {
		gap: 16px !important;
	}
}

@media (min-width: 768px) {
	.gap-md-4 {
		gap: 16px !important;
	}
}

@media (min-width: 992px) {
	.gap-lg-4 {
		gap: 16px !important;
	}
}

@media (min-width: 1200px) {
	.gap-xl-4 {
		gap: 16px !important;
	}
}

@media (min-width: 1400px) {
	.gap-xxl-4 {
		gap: 16px !important;
	}
}

.gap-5 {
	gap: 20px !important;
}

@media (min-width: 0) {
	.gap-xs-5 {
		gap: 20px !important;
	}
}

@media (min-width: 576px) {
	.gap-sm-5 {
		gap: 20px !important;
	}
}

@media (min-width: 768px) {
	.gap-md-5 {
		gap: 20px !important;
	}
}

@media (min-width: 992px) {
	.gap-lg-5 {
		gap: 20px !important;
	}
}

@media (min-width: 1200px) {
	.gap-xl-5 {
		gap: 20px !important;
	}
}

@media (min-width: 1400px) {
	.gap-xxl-5 {
		gap: 20px !important;
	}
}

.gap-6 {
	gap: 24px !important;
}

@media (min-width: 0) {
	.gap-xs-6 {
		gap: 24px !important;
	}
}

@media (min-width: 576px) {
	.gap-sm-6 {
		gap: 24px !important;
	}
}

@media (min-width: 768px) {
	.gap-md-6 {
		gap: 24px !important;
	}
}

@media (min-width: 992px) {
	.gap-lg-6 {
		gap: 24px !important;
	}
}

@media (min-width: 1200px) {
	.gap-xl-6 {
		gap: 24px !important;
	}
}

@media (min-width: 1400px) {
	.gap-xxl-6 {
		gap: 24px !important;
	}
}

.d-flex {
	display: flex !important;
}

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

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

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

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

@media (min-width: 0) {
	.d-xs-flex {
		display: flex !important;
	}

	.d-xs-none {
		display: none !important;
	}

	.d-xs-block {
		display: block !important;
	}

	.d-xs-inline {
		display: inline !important;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-inline {
		display: inline !important;
	}
}

@media (min-width: 1400px) {
	.d-xxl-flex {
		display: flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-inline {
		display: inline !important;
	}
}

.flex-column {
	flex-direction: column !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-row {
	flex-direction: row !important;
}

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

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

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.justify-content-start {
	justify-content: start !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-end {
	justify-content: end !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.align-items-start {
	align-items: start !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-end {
	align-items: end !important;
}

@media (min-width: 0) {
	.flex-xs-column {
		flex-direction: column !important;
	}

	.flex-xs-row {
		flex-direction: row !important;
	}

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

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

	.flex-xs-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xs-grow-1 {
		flex-grow: 1 !important;
	}

	.justify-content-xs-start {
		justify-content: start !important;
	}

	.justify-content-xs-center {
		justify-content: center !important;
	}

	.justify-content-xs-end {
		justify-content: end !important;
	}

	.justify-content-xs-between {
		justify-content: space-between !important;
	}

	.align-items-xs-start {
		align-items: start !important;
	}

	.align-items-xs-center {
		align-items: center !important;
	}

	.align-items-xs-end {
		align-items: end !important;
	}
}

@media (min-width: 576px) {
	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row {
		flex-direction: row !important;
	}

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

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

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.justify-content-sm-start {
		justify-content: start !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-end {
		justify-content: end !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.align-items-sm-start {
		align-items: start !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-end {
		align-items: end !important;
	}
}

@media (min-width: 768px) {
	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row {
		flex-direction: row !important;
	}

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

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

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.justify-content-md-start {
		justify-content: start !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-end {
		justify-content: end !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.align-items-md-start {
		align-items: start !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-end {
		align-items: end !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row {
		flex-direction: row !important;
	}

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

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

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.justify-content-lg-start {
		justify-content: start !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-end {
		justify-content: end !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.align-items-lg-start {
		align-items: start !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-end {
		align-items: end !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row {
		flex-direction: row !important;
	}

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

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

	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}

	.justify-content-xl-start {
		justify-content: start !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-end {
		justify-content: end !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.align-items-xl-start {
		align-items: start !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-end {
		align-items: end !important;
	}
}

@media (min-width: 1400px) {
	.flex-xxl-column {
		flex-direction: column !important;
	}

	.flex-xxl-row {
		flex-direction: row !important;
	}

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

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

	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}

	.justify-content-xxl-start {
		justify-content: start !important;
	}

	.justify-content-xxl-center {
		justify-content: center !important;
	}

	.justify-content-xxl-end {
		justify-content: end !important;
	}

	.justify-content-xxl-between {
		justify-content: space-between !important;
	}

	.align-items-xxl-start {
		align-items: start !important;
	}

	.align-items-xxl-center {
		align-items: center !important;
	}

	.align-items-xxl-end {
		align-items: end !important;
	}
}

.fb-0 {
	flex-basis: 0 !important;
}

h1 {
	font-size: 52px;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-24 {
	font-size: 24px !important;
}

.fs-32 {
	font-size: 32px !important;
}

.fs-36 {
	font-size: 36px !important;
}

.fs-41 {
	font-size: 41px !important;
}

.fs-52 {
	font-size: 52px !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}

.fw-900 {
	font-weight: 900 !important;
}

.text-dark {
	color: #333a41 !important;
}

.text-gray {
	color: #71777d !important;
}

.text-success {
	color: #38ad1b !important;
}

.text-primary {
	color: #da2626 !important;
	color: var(--Red-Main, #da2626) !important;
}

.text-danger {
	color: red !important;
}

.text-muted {
	color: #71777d !important;
}

.text-light {
	color: #fff !important;
}

.text-disabled {
	color: #8f9193 !important;
}

.lh-0 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1rem !important;
}

.lh-normal {
	line-height: normal !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.capitalize-first-letter:first-letter {
	text-transform: capitalize;
}

.text-wrap {
	white-space: wrap !important;
}

.text-line-through {
	-webkit-text-decoration: line-through !important;
	text-decoration: line-through !important;
	text-decoration-color: currentColor;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.hover-opacity-75:hover {
	opacity: 0.75 !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-sticky {
	position: sticky !important;
}

.inset-0 {
	bottom: 0 !important;
	left: 0 !important;
	top: 0 !important;
}

.end-0,
.inset-0 {
	right: 0 !important;
}

.top-0 {
	top: 0 !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.d-grid {
	display: grid !important;
}

.pe-none {
	pointer-events: none !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-start {
	text-align: left;
}

@media (min-width: 576px) {
	.text-sm-start {
		text-align: left !important;
	}
}

@media (min-width: 768px) {
	.text-md-start {
		text-align: left !important;
	}
}

@media (min-width: 992px) {
	.text-lg-start {
		text-align: left !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-start {
		text-align: left !important;
	}
}

@media (min-width: 1400px) {
	.text-xxl-start {
		text-align: left !important;
	}
}

.text-center {
	text-align: center;
}

@media (min-width: 576px) {
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1400px) {
	.text-xxl-center {
		text-align: center !important;
	}
}

.text-end {
	text-align: right;
}

@media (min-width: 576px) {
	.text-sm-end {
		text-align: right !important;
	}
}

@media (min-width: 768px) {
	.text-md-end {
		text-align: right !important;
	}
}

@media (min-width: 992px) {
	.text-lg-end {
		text-align: right !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-end {
		text-align: right !important;
	}
}

@media (min-width: 1400px) {
	.text-xxl-end {
		text-align: right !important;
	}
}

.rotate-180 {
	rotate: 180deg;
}

.pe-all {
	pointer-events: all !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-show {
	overflow: visible !important;
}

.d-print-only,
.hide-empty:empty {
	display: none !important;
}

.grid-full-row {
	grid-column: 1/-1;
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.print-page-break-after {
		page-break-after: always;
	}

	.d-print-block,
	.d-print-only {
		display: block !important;
	}

	.page-break-avoid {
		page-break-inside: avoid;
	}
}

.spacer-10 {
	min-height: 10px !important;
}

.spacer-15 {
	min-height: 15px !important;
}

.spacer-20 {
	min-height: 20px !important;
}

.spacer-25 {
	min-height: 25px !important;
}

.spacer-30 {
	min-height: 30px !important;
}

.spacer-35 {
	min-height: 35px !important;
}

.spacer-40 {
	min-height: 40px !important;
}

.spacer-43 {
	min-height: 43px !important;
}

.spacer-50 {
	min-height: 50px !important;
}

.spacer-60 {
	min-height: 60px !important;
}

.spacer-65 {
	min-height: 65px !important;
}

.spacer-70 {
	min-height: 70px !important;
}

.spacer-90 {
	min-height: 90px !important;
}

.spacer-120 {
	min-height: 120px !important;
}

.spacer-160 {
	min-height: 160px !important;
}

.table-responsive {
	overflow: auto;
	width: 100%;
}

.table-responsive table {
	min-width: 0;
	width: -moz-max-content;
	width: max-content;
}

.table-responsive button {
	padding: 0;
}

.link {
	cursor: pointer;
}

.link:hover {
	opacity: 0.7;
}

.link-primary,
.link-primary svg {
	color: #da2626 !important;
}

.link-primary svg {
	fill: #da2626 !important;
}

.link-danger {
	color: #da2626 !important;
}

.link-dark {
	color: #333a41 !important;
}

.link-dark.nuxt-link-exact-active {
	font-weight: 700;
}

.link-gray {
	color: #71777d !important;
}

.link-button,
.link-outline-button {
	align-items: center;
	border-radius: 4px;
	display: flex;
	font-family: "Circe", sans-serif;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	outline: 1px solid currentColor;
	padding: 9px 12px;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: 100%;
}

.link-button.link-success {
	background: #52970c;
	color: #fff;
}

.fancy-underline-primary {
	align-items: center;
	color: #333a41;
	cursor: pointer;
	display: flex;
	padding: 0.3rem 0;
	position: relative;
	transition: all 0.5s ease;
}

.fancy-underline-primary:before {
	background: #da2626;
	border-radius: 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.1s ease;
	width: 0;
}

.fancy-underline-primary.active {
	font-weight: 700;
}

.fancy-underline-primary.active:before,
.fancy-underline-primary:hover:before {
	width: 100%;
}

.text-underline {
	align-items: center;
	color: #333a41;
	cursor: pointer;
	display: flex;
	opacity: 1 !important;
	padding-bottom: 16px;
	position: relative;
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
	transition: all 0.5s ease;
}

.text-underline:before {
	background: #da2626;
	border-radius: 0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.1s ease;
	width: 100%;
}

.text-underline:hover:before {
	background: #da2626;
	opacity: 1;
}

.text-underline.nuxt-link-exact-active:before {
	background: #da2626;
	opacity: 1 !important;
}

.br-16 {
	border-radius: 16px;
}

.br-4 {
	border-radius: 4px;
}

.border-0 {
	border: none !important;
}

.border-bottom {
	border-bottom: 1px solid;
}

.bg-white {
	background: #fff !important;
}

.bg-danger {
	background: red !important;
}

.bg-primary {
	background: #ffeded !important;
}

.bg-blue {
	background: blue !important;
}

.bg-pink {
	background: pink !important;
}

.shadow-light {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-control-primary {
	background: #eceff3;
	border-radius: 4px;
	flex-grow: 1;
}

.form-control-primary input {
	background: none;
	border: none;
	border-radius: 4px;
	color: #6c7070;
	height: 40px;
	padding-left: 17px;
	padding-right: 11px;
}

.form-control-primary input::-moz-placeholder {
	color: #8f9193;
}

.form-control-primary input::placeholder {
	color: #8f9193;
}

.form-control-primary .field__eye_hide,
.form-control-primary .field__eye_show {
	right: 11px;
}

.checkbox-primary {
	display: none;
}

.checkbox-primary:checked + label:after {
	animation: splat 0.2s forwards;
}

.checkbox-primary + label {
	border-radius: 9999px;
	cursor: pointer;
	display: flex;
	display: inline-block;
	outline: none;
	padding-left: 26px;
	padding-right: 16px;
	position: relative;
	transition: background-color 0.1s, box-shadow 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.checkbox-primary + label:after,
.checkbox-primary + label:before {
	content: "";
	position: absolute;
}

.checkbox-primary + label:before {
	background: #fff;
	border: 1px solid #adb5bd;
	border-radius: 4px;
	height: 16px;
	left: 0;
	top: 0.2rem;
	transition: box-shadow, 0.1s, border-color 0.1s;
	width: 16px;
}

.checkbox-primary + label:after {
	background-color: #da2626;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	border: 1px solid #da2626;
	border-radius: 4px;
	height: 16px;
	left: 0;
	top: 0.2rem;
	transform: scale(0);
	transition: transform 0.1s;
	width: 16px;
}

.btn.btn-h-40 {
	max-height: 40px;
	min-height: 40px;
	padding: 0 14px;
}

.btn.btn-h-44 {
	max-height: 44px;
	min-height: 44px;
	padding: 0 14px;
}

.btn.btn-h-42 {
	max-height: 42px;
	min-height: 42px;
	padding: 0 14px;
}

.btn.btn-clear {
	align-items: center;
	background: none !important;
	border: none;
	color: #fff;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	padding: 0;
}

.btn.btn-clear:hover {
	opacity: 0.7;
}

.btn.btn-clear:hover:active {
	opacity: 1;
}

.btn.btn-primary {
	--bg-color: #da2626;
	align-items: center;
	background: #da2626 !important;
	background: var(--bg-color) !important;
	border-color: #da2626 !important;
	border-color: var(--bg-color) !important;
	color: #fff;
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.btn.btn-primary:hover {
	opacity: 0.9 !important;
}

.btn.btn-primary-dark {
	--bg-color: #ab3236;
	align-items: center;
	background: #ab3236 !important;
	background: var(--bg-color) !important;
	border-color: #ab3236 !important;
	border-color: var(--bg-color) !important;
	color: #fff;
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.btn.btn-primary-dark:hover {
	opacity: 0.9 !important;
}

.btn.btn-primary-dark.btn.active:not([disabled]),
.btn.btn-primary-dark.btn:focus:not([disabled]),
.btn.btn-primary-dark.btn:hover:not([disabled]) {
	opacity: 0.7 !important;
}

.btn.btn-success {
	align-items: center;
	background: #52970c !important;
	border: none !important;
	color: #fff !important;
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.btn.btn-success:hover {
	opacity: 0.9 !important;
}

.btn.btn-outline-dark {
	--color: #333a41;
	align-items: center;
	background: #fff;
	border: 1px solid #333a41;
	border: 1px solid var(--color);
	color: #333a41;
	color: var(--color);
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.btn.btn-outline-dark img:not(.no-filter) {
	filter: invert(0) sepia(98%) saturate(0) hue-rotate(13deg) brightness(95%)
		contrast(105%);
}

.btn.btn-outline-dark:focus img:not(.no-filter),
.btn.btn-outline-dark:hover img:not(.no-filter) {
	filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(1693%)
		hue-rotate(213deg) brightness(118%) contrast(100%);
}

.btn.btn-outline-danger {
	--color: #da2626;
	align-items: center;
	background: none;
	border: 1px solid #da2626;
	border: 1px solid var(--color);
	color: #da2626;
	color: var(--color);
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.btn.btn-outline-danger.btn.active:not([disabled]),
.btn.btn-outline-danger.btn:focus:not([disabled]),
.btn.btn-outline-danger.btn:hover:not([disabled]) {
	background: var(--color);
}

.btn.btn-outline-danger img:not(.no-filter) {
	filter: brightness(0) saturate(100%) invert(21%) sepia(43%) saturate(5155%)
		hue-rotate(347deg) brightness(94%) contrast(94%);
}

.btn.btn-outline-danger:focus img:not(.no-filter),
.btn.btn-outline-danger:hover img:not(.no-filter) {
	filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(1693%)
		hue-rotate(213deg) brightness(118%) contrast(100%);
}

.btn.btn-outline-gray {
	align-items: center;
	background: none !important;
	border: 1px solid #c6cce1;
	color: #333a41 !important;
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.btn.btn-outline-gray.btn.active:not([disabled]),
.btn.btn-outline-gray.btn:focus:not([disabled]),
.btn.btn-outline-gray.btn:hover:not([disabled]) {
	border-color: #8f9193;
}

.btn.btn-outline-primary {
	align-items: center;
	background: none !important;
	border: 1px solid #ab3236;
	color: #ab3236 !important;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	transition: none;
}

.btn.btn-outline-primary.btn.active:not([disabled]),
.btn.btn-outline-primary.btn:focus:not([disabled]),
.btn.btn-outline-primary.btn:hover:not([disabled]) {
	background: #ab3236 !important;
	color: #f5f5f5 !important;
}

.page-container {
	color: #333a41;
	text-align: left;
	width: 100%;
}

.page-spacer-72 {
	min-height: 72px !important;
}

.badge {
	border-radius: 20px;
	font-family: Lato, sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 4px;
}

@media print {
	.print-fs-12 {
		font-size: 12px !important;
	}

	.print-gap-20-0 {
		gap: 20px 0 !important;
	}
}

.header-desktop {
	display: block;
}

.header-mobile {
	display: none;
}

@media (max-width: 1299px) {
	.header-desktop {
		/* display: none; */
	}

	.header-mobile {
		display: block;
	}
}

.dashboard-page-body {
	background-image: url(/_nuxt/img/dashboard-main-bg.659aa3a.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: min(600px, 100%);
	color: #333a41;
	padding: 60px min(60px, 3%);
}

@media (min-width: 1601px) {
	.dashboard-page-body {
		padding: 60px;
	}
}

.dashboard-page-body h1,
.dashboard-page-body h2,
.dashboard-page-body h3,
.dashboard-page-body h4,
.dashboard-page-body p {
	margin: 0;
}

.dashboard-page-body h1 {
	font-size: 52px;
	font-weight: 800;
}

.dashboard-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.09);
	flex-grow: 1;
	max-width: 100%;
	padding: 24px 28px;
}

.dashboard-card-header {
	align-items: center;
	border-bottom: 1px solid #c6cce1;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 800;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 16px;
	overflow: hidden;
	padding-bottom: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dashboard-card-header a {
	font-family: "Lato", serif;
}

.ad-card {
	background-color: #81eccf;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 36px 28px 11px;
	position: relative;
	width: 100%;
}

.ad-card-content {
	position: relative;
	z-index: 1;
}

.ad-card-title {
	color: #333;
	font-size: 32px;
	line-height: 38px;
}

.ad-card-body {
	color: #333a41;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin-top: 0.5rem;
}

.ad-card-img {
	margin-left: 10px;
	width: 326px;
}

.ad-card-img:after {
	background: url(https://s3-alpha-sig.figma.com/img/38b7/5fe0/963bb899c07f73b94fe13d9d2228450c?Expires=1734912000&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ZSUC803Q9~2xGTtR~g-gtuE5oTapcQWBdkJDtFCHA24J6Y2oqd2oOVk9b7kgmsQZrJQRqojU2XNwlVd3w8yvp6XyMFvHzKvxrYc1HCa00tiS-laGkg30USaB5g4Ef-3iBy0~uzF5uDMpDOLz5ol5bElQEQRe01M2wRirbNVGCEd8Kx4tKhx-xB2TdG86A~CP28pUM1Ggn52zRDHZtbWGvdOZ1kosW-hOkBHAg~kv-k6KnZ9tiNqg7jHhK4UFJxL6x3K4Ceenx5vLoChdtPwuQWNy9boLw4NYPRkmEqhV8bUsRWlkGZxsqmszQyoq071h3bNAAOltXCOkwF7DZwOlJw__);
	background-position: 50%;
	background-size: cover;
	content: "";
	height: 326px;
	left: 60%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 326px;
}

@media (max-width: 429px) {
	.ad-card-img {
		margin-left: 50px;
		width: 100px;
	}

	.ad-card-img:after {
		content: "";
		height: 250px;
		left: 70%;
		width: 250px;
	}
}

.dashboard-card-table td,
.dashboard-card-table th {
	background: none !important;
	font-size: 13px;
	padding: 11px 5px;
	text-align: left;
	white-space: nowrap;
}

.dashboard-card-table th {
	color: #71777d;
	color: var(--Text-2, #71777d);
	font-family: Circe, sans-serif;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
}

.dashboard-card-table td {
	font-family: Lato, sans-serif;
	font-weight: 400;
}

.sidebar-bg,
.sidebar-menu {
	background: #1e2125;
}

.sidebar-menu {
	box-shadow: 12px 0 20px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	height: 100dvh;
	justify-content: space-between;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 8rem 1rem 1rem 2rem;
	position: fixed;
	top: 0;
	transition: width 0.5s ease;
	width: 12rem;
	z-index: 96;
}

@media screen and (max-width: 992px) {
	.sidebar-menu {
		display: none;
	}
}

.sidebar-links .nav-link {
	align-items: center;
	color: #d0d8e1;
	display: flex;
	font-family: Circe, serif;
	font-size: 16px;
	height: 30px;
	margin-bottom: 1.3rem;
	position: relative;
}

.sidebar-links .nav-link:before {
	background: #da2626;
	content: "";
	height: 0;
	left: -2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	width: 5px;
}

.sidebar-links .nav-link.nuxt-link-exact-active {
	color: #f6f6f6;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.sidebar-links .nav-link.nuxt-link-exact-active:before {
	height: 100%;
}

.sidebar-links .icon-link {
	fill: #d0d8e1;
	height: 1rem;
	margin-right: 16px;
	min-width: 1rem;
	width: 1rem;
}

.logo-text {
	color: #8f9193;
	font-size: 14px;
	line-height: 9px;
	margin-bottom: 0;
}

.login-btn {
	font-family: "Circe", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 42px;
	padding: 0 12px;
}

.layouts {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.toasted-container.top-right {
	right: 2% !important;
	top: 2% !important;
	width: min(100%, 450px);
}

.toasted {
	align-items: start !important;
	box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2) !important;
	display: flex;
	font-family: Circe, Amiri, sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 19px 25px 15px !important;
}

.toasted .action {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	top: -2px;
}

.toasted .action:after {
	content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"><path stroke="%23fff" stroke-width="3" stroke-linecap="round" d="m5 5 14 14M5 19 19 5"/></svg>');
	cursor: pointer;
	height: 16px;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
	width: 16px;
}

.toasted.primary.success.toast-warning {
	background: #ff0 !important;
}

.open-report-card-header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.block {
	display: block;
}

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

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.hidden {
	display: none;
}

@media screen and (min-width: 576px) {
	.block--sm {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.block--md {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.block--lg {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.block--xl {
		display: block;
	}
}

@media screen and (min-width: 1600px) {
	.block--xxl {
		display: block;
	}
}

@media screen and (min-width: 576px) {
	.inline-block--sm {
		display: inline-block;
	}
}

@media screen and (min-width: 769px) {
	.inline-block--md {
		display: inline-block;
	}
}

@media screen and (min-width: 992px) {
	.inline-block--lg {
		display: inline-block;
	}
}

@media screen and (min-width: 1200px) {
	.inline-block--xl {
		display: inline-block;
	}
}

@media screen and (min-width: 1600px) {
	.inline-block--xxl {
		display: inline-block;
	}
}

@media screen and (min-width: 576px) {
	.inline--sm {
		display: inline;
	}
}

@media screen and (min-width: 769px) {
	.inline--md {
		display: inline;
	}
}

@media screen and (min-width: 992px) {
	.inline--lg {
		display: inline;
	}
}

@media screen and (min-width: 1200px) {
	.inline--xl {
		display: inline;
	}
}

@media screen and (min-width: 1600px) {
	.inline--xxl {
		display: inline;
	}
}

@media screen and (min-width: 576px) {
	.flex--sm {
		display: flex;
	}
}

@media screen and (min-width: 769px) {
	.flex--md {
		display: flex;
	}
}

@media screen and (min-width: 992px) {
	.flex--lg {
		display: flex;
	}
}

@media screen and (min-width: 1200px) {
	.flex--xl {
		display: flex;
	}
}

@media screen and (min-width: 1600px) {
	.flex--xxl {
		display: flex;
	}
}

@media screen and (min-width: 576px) {
	.inline-flex--sm {
		display: inline-flex;
	}
}

@media screen and (min-width: 769px) {
	.inline-flex--md {
		display: inline-flex;
	}
}

@media screen and (min-width: 992px) {
	.inline-flex--lg {
		display: inline-flex;
	}
}

@media screen and (min-width: 1200px) {
	.inline-flex--xl {
		display: inline-flex;
	}
}

@media screen and (min-width: 1600px) {
	.inline-flex--xxl {
		display: inline-flex;
	}
}

@media screen and (min-width: 576px) {
	.grid--sm {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
}

@media screen and (min-width: 769px) {
	.grid--md {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.grid--lg {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
}

@media screen and (min-width: 1200px) {
	.grid--xl {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
}

@media screen and (min-width: 1600px) {
	.grid--xxl {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
}

@media screen and (min-width: 576px) {
	.hidden--sm {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.hidden--md {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.hidden--lg {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.hidden--xl {
		display: none;
	}
}

@media screen and (min-width: 1600px) {
	.hidden--xxl {
		display: none;
	}
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.items-baseline {
	align-items: baseline;
}

.items-stretch {
	align-items: stretch;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-no-grow {
	flex-grow: 0;
}

.flex-grow {
	flex-grow: 1;
}

.flex-no-shrink {
	flex-shrink: 0;
}

.flex-shrink {
	flex-shrink: 1;
}

.flex-basis-auto {
	flex-basis: auto;
}

.flex-no-basis {
	flex-basis: 0;
}

@media screen and (min-width: 576px) {
	.justify-start--sm {
		justify-content: flex-start;
	}
}

@media screen and (min-width: 769px) {
	.justify-start--md {
		justify-content: flex-start;
	}
}

@media screen and (min-width: 992px) {
	.justify-start--lg {
		justify-content: flex-start;
	}
}

@media screen and (min-width: 1200px) {
	.justify-start--xl {
		justify-content: flex-start;
	}
}

@media screen and (min-width: 1600px) {
	.justify-start--xxl {
		justify-content: flex-start;
	}
}

@media screen and (min-width: 576px) {
	.justify-end--sm {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 769px) {
	.justify-end--md {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 992px) {
	.justify-end--lg {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1200px) {
	.justify-end--xl {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1600px) {
	.justify-end--xxl {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 576px) {
	.justify-center--sm {
		justify-content: center;
	}
}

@media screen and (min-width: 769px) {
	.justify-center--md {
		justify-content: center;
	}
}

@media screen and (min-width: 992px) {
	.justify-center--lg {
		justify-content: center;
	}
}

@media screen and (min-width: 1200px) {
	.justify-center--xl {
		justify-content: center;
	}
}

@media screen and (min-width: 1600px) {
	.justify-center--xxl {
		justify-content: center;
	}
}

@media screen and (min-width: 576px) {
	.justify-between--sm {
		justify-content: space-between;
	}
}

@media screen and (min-width: 769px) {
	.justify-between--md {
		justify-content: space-between;
	}
}

@media screen and (min-width: 992px) {
	.justify-between--lg {
		justify-content: space-between;
	}
}

@media screen and (min-width: 1200px) {
	.justify-between--xl {
		justify-content: space-between;
	}
}

@media screen and (min-width: 1600px) {
	.justify-between--xxl {
		justify-content: space-between;
	}
}

@media screen and (min-width: 576px) {
	.justify-around--sm {
		justify-content: space-around;
	}
}

@media screen and (min-width: 769px) {
	.justify-around--md {
		justify-content: space-around;
	}
}

@media screen and (min-width: 992px) {
	.justify-around--lg {
		justify-content: space-around;
	}
}

@media screen and (min-width: 1200px) {
	.justify-around--xl {
		justify-content: space-around;
	}
}

@media screen and (min-width: 1600px) {
	.justify-around--xxl {
		justify-content: space-around;
	}
}

@media screen and (min-width: 576px) {
	.items-start--sm {
		align-items: flex-start;
	}
}

@media screen and (min-width: 769px) {
	.items-start--md {
		align-items: flex-start;
	}
}

@media screen and (min-width: 992px) {
	.items-start--lg {
		align-items: flex-start;
	}
}

@media screen and (min-width: 1200px) {
	.items-start--xl {
		align-items: flex-start;
	}
}

@media screen and (min-width: 1600px) {
	.items-start--xxl {
		align-items: flex-start;
	}
}

@media screen and (min-width: 576px) {
	.items-end--sm {
		align-items: flex-end;
	}
}

@media screen and (min-width: 769px) {
	.items-end--md {
		align-items: flex-end;
	}
}

@media screen and (min-width: 992px) {
	.items-end--lg {
		align-items: flex-end;
	}
}

@media screen and (min-width: 1200px) {
	.items-end--xl {
		align-items: flex-end;
	}
}

@media screen and (min-width: 1600px) {
	.items-end--xxl {
		align-items: flex-end;
	}
}

@media screen and (min-width: 576px) {
	.items-center--sm {
		align-items: center;
	}
}

@media screen and (min-width: 769px) {
	.items-center--md {
		align-items: center;
	}
}

@media screen and (min-width: 992px) {
	.items-center--lg {
		align-items: center;
	}
}

@media screen and (min-width: 1200px) {
	.items-center--xl {
		align-items: center;
	}
}

@media screen and (min-width: 1600px) {
	.items-center--xxl {
		align-items: center;
	}
}

@media screen and (min-width: 576px) {
	.items-baseline--sm {
		align-items: baseline;
	}
}

@media screen and (min-width: 769px) {
	.items-baseline--md {
		align-items: baseline;
	}
}

@media screen and (min-width: 992px) {
	.items-baseline--lg {
		align-items: baseline;
	}
}

@media screen and (min-width: 1200px) {
	.items-baseline--xl {
		align-items: baseline;
	}
}

@media screen and (min-width: 1600px) {
	.items-baseline--xxl {
		align-items: baseline;
	}
}

@media screen and (min-width: 576px) {
	.items-stretch--sm {
		align-items: stretch;
	}
}

@media screen and (min-width: 769px) {
	.items-stretch--md {
		align-items: stretch;
	}
}

@media screen and (min-width: 992px) {
	.items-stretch--lg {
		align-items: stretch;
	}
}

@media screen and (min-width: 1200px) {
	.items-stretch--xl {
		align-items: stretch;
	}
}

@media screen and (min-width: 1600px) {
	.items-stretch--xxl {
		align-items: stretch;
	}
}

@media screen and (min-width: 576px) {
	.flex-column--sm {
		flex-direction: column;
	}
}

@media screen and (min-width: 769px) {
	.flex-column--md {
		flex-direction: column;
	}
}

@media screen and (min-width: 992px) {
	.flex-column--lg {
		flex-direction: column;
	}
}

@media screen and (min-width: 1200px) {
	.flex-column--xl {
		flex-direction: column;
	}
}

@media screen and (min-width: 1600px) {
	.flex-column--xxl {
		flex-direction: column;
	}
}

@media screen and (min-width: 576px) {
	.flex-row--sm {
		flex-direction: row;
	}
}

@media screen and (min-width: 769px) {
	.flex-row--md {
		flex-direction: row;
	}
}

@media screen and (min-width: 992px) {
	.flex-row--lg {
		flex-direction: row;
	}
}

@media screen and (min-width: 1200px) {
	.flex-row--xl {
		flex-direction: row;
	}
}

@media screen and (min-width: 1600px) {
	.flex-row--xxl {
		flex-direction: row;
	}
}

@media screen and (min-width: 576px) {
	.flex-wrap--sm {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 769px) {
	.flex-wrap--md {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 992px) {
	.flex-wrap--lg {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1200px) {
	.flex-wrap--xl {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1600px) {
	.flex-wrap--xxl {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 576px) {
	.flex-nowrap--sm {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 769px) {
	.flex-nowrap--md {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 992px) {
	.flex-nowrap--lg {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1200px) {
	.flex-nowrap--xl {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1600px) {
	.flex-nowrap--xxl {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 576px) {
	.flex-no-grow--sm {
		flex-grow: 0;
	}
}

@media screen and (min-width: 769px) {
	.flex-no-grow--md {
		flex-grow: 0;
	}
}

@media screen and (min-width: 992px) {
	.flex-no-grow--lg {
		flex-grow: 0;
	}
}

@media screen and (min-width: 1200px) {
	.flex-no-grow--xl {
		flex-grow: 0;
	}
}

@media screen and (min-width: 1600px) {
	.flex-no-grow--xxl {
		flex-grow: 0;
	}
}

@media screen and (min-width: 576px) {
	.flex-grow--sm {
		flex-grow: 1;
	}
}

@media screen and (min-width: 769px) {
	.flex-grow--md {
		flex-grow: 1;
	}
}

@media screen and (min-width: 992px) {
	.flex-grow--lg {
		flex-grow: 1;
	}
}

@media screen and (min-width: 1200px) {
	.flex-grow--xl {
		flex-grow: 1;
	}
}

@media screen and (min-width: 1600px) {
	.flex-grow--xxl {
		flex-grow: 1;
	}
}

@media screen and (min-width: 576px) {
	.flex-no-shrink--sm {
		flex-shrink: 0;
	}
}

@media screen and (min-width: 769px) {
	.flex-no-shrink--md {
		flex-shrink: 0;
	}
}

@media screen and (min-width: 992px) {
	.flex-no-shrink--lg {
		flex-shrink: 0;
	}
}

@media screen and (min-width: 1200px) {
	.flex-no-shrink--xl {
		flex-shrink: 0;
	}
}

@media screen and (min-width: 1600px) {
	.flex-no-shrink--xxl {
		flex-shrink: 0;
	}
}

@media screen and (min-width: 576px) {
	.flex-shrink--sm {
		flex-shrink: 1;
	}
}

@media screen and (min-width: 769px) {
	.flex-shrink--md {
		flex-shrink: 1;
	}
}

@media screen and (min-width: 992px) {
	.flex-shrink--lg {
		flex-shrink: 1;
	}
}

@media screen and (min-width: 1200px) {
	.flex-shrink--xl {
		flex-shrink: 1;
	}
}

@media screen and (min-width: 1600px) {
	.flex-shrink--xxl {
		flex-shrink: 1;
	}
}

@media screen and (min-width: 576px) {
	.flex-basis-auto--sm {
		flex-basis: auto;
	}
}

@media screen and (min-width: 769px) {
	.flex-basis-auto--md {
		flex-basis: auto;
	}
}

@media screen and (min-width: 992px) {
	.flex-basis-auto--lg {
		flex-basis: auto;
	}
}

@media screen and (min-width: 1200px) {
	.flex-basis-auto--xl {
		flex-basis: auto;
	}
}

@media screen and (min-width: 1600px) {
	.flex-basis-auto--xxl {
		flex-basis: auto;
	}
}

@media screen and (min-width: 576px) {
	.flex-no-basis--sm {
		flex-basis: 0;
	}
}

@media screen and (min-width: 769px) {
	.flex-no-basis--md {
		flex-basis: 0;
	}
}

@media screen and (min-width: 992px) {
	.flex-no-basis--lg {
		flex-basis: 0;
	}
}

@media screen and (min-width: 1200px) {
	.flex-no-basis--xl {
		flex-basis: 0;
	}
}

@media screen and (min-width: 1600px) {
	.flex-no-basis--xxl {
		flex-basis: 0;
	}
}

.grid-column-1 {
	grid-column: span 1 / span 1;
}

.grid-column-2 {
	grid-column: span 2 / span 2;
}

.grid-column-3 {
	grid-column: span 3 / span 3;
}

.grid-column-4 {
	grid-column: span 4 / span 4;
}

.grid-column-5 {
	grid-column: span 5 / span 5;
}

.grid-column-6 {
	grid-column: span 6 / span 6;
}

.grid-column-7 {
	grid-column: span 7 / span 7;
}

.grid-column-8 {
	grid-column: span 8 / span 8;
}

.grid-column-9 {
	grid-column: span 9 / span 9;
}

.grid-column-10 {
	grid-column: span 10 / span 10;
}

.grid-column-11 {
	grid-column: span 11 / span 11;
}

.grid-column-12 {
	grid-column: span 12 / span 12;
}

.grid-column-start-1 {
	grid-column-start: 1;
}

.grid-column-start-2 {
	grid-column-start: 2;
}

.grid-column-start-3 {
	grid-column-start: 3;
}

.grid-column-start-4 {
	grid-column-start: 4;
}

.grid-column-start-5 {
	grid-column-start: 5;
}

.grid-column-start-6 {
	grid-column-start: 6;
}

.grid-column-start-7 {
	grid-column-start: 7;
}

.grid-column-start-8 {
	grid-column-start: 8;
}

.grid-column-start-9 {
	grid-column-start: 9;
}

.grid-column-start-10 {
	grid-column-start: 10;
}

.grid-column-start-11 {
	grid-column-start: 11;
}

.grid-column-start-12 {
	grid-column-start: 12;
}

.grid-column-gap-0 {
	grid-column-gap: 0;
}

.grid-column-gap-1 {
	grid-column-gap: 0.25rem;
}

.grid-column-gap-2 {
	grid-column-gap: 0.5rem;
}

.grid-column-gap-3 {
	grid-column-gap: 1rem;
}

.grid-column-gap-4 {
	grid-column-gap: 2rem;
}

.grid-column-gap-5 {
	grid-column-gap: 3rem;
}

.grid-column-gap-6 {
	grid-column-gap: 4rem;
}

.grid-column-gap-7 {
	grid-column-gap: 5rem;
}

.grid-row-gap-0 {
	grid-row-gap: 0;
}

.grid-row-gap-1 {
	grid-row-gap: 0.25rem;
}

.grid-row-gap-2 {
	grid-row-gap: 0.5rem;
}

.grid-row-gap-3 {
	grid-row-gap: 1rem;
}

.grid-row-gap-4 {
	grid-row-gap: 2rem;
}

.grid-row-gap-5 {
	grid-row-gap: 3rem;
}

.grid-row-gap-6 {
	grid-row-gap: 4rem;
}

.grid-row-gap-7 {
	grid-row-gap: 5rem;
}

.grid-gap-0 {
	grid-gap: 0;
}

.grid-gap-1 {
	grid-gap: 0.25rem;
}

.grid-gap-2 {
	grid-gap: 0.5rem;
}

.grid-gap-3 {
	grid-gap: 1rem;
}

.grid-gap-4 {
	grid-gap: 2rem;
}

.grid-gap-5 {
	grid-gap: 3rem;
}

.grid-gap-6 {
	grid-gap: 4rem;
}

.grid-gap-7 {
	grid-gap: 5rem;
}

@media screen and (min-width: 576px) {
	.grid-column-1--sm {
		grid-column: span 1 / span 1;
	}

	.grid-column-2--sm {
		grid-column: span 2 / span 2;
	}

	.grid-column-3--sm {
		grid-column: span 3 / span 3;
	}

	.grid-column-4--sm {
		grid-column: span 4 / span 4;
	}

	.grid-column-5--sm {
		grid-column: span 5 / span 5;
	}

	.grid-column-6--sm {
		grid-column: span 6 / span 6;
	}

	.grid-column-7--sm {
		grid-column: span 7 / span 7;
	}

	.grid-column-8--sm {
		grid-column: span 8 / span 8;
	}

	.grid-column-9--sm {
		grid-column: span 9 / span 9;
	}

	.grid-column-10--sm {
		grid-column: span 10 / span 10;
	}

	.grid-column-11--sm {
		grid-column: span 11 / span 11;
	}

	.grid-column-12--sm {
		grid-column: span 12 / span 12;
	}
}

@media screen and (min-width: 769px) {
	.grid-column-1--md {
		grid-column: span 1 / span 1;
	}

	.grid-column-2--md {
		grid-column: span 2 / span 2;
	}

	.grid-column-3--md {
		grid-column: span 3 / span 3;
	}

	.grid-column-4--md {
		grid-column: span 4 / span 4;
	}

	.grid-column-5--md {
		grid-column: span 5 / span 5;
	}

	.grid-column-6--md {
		grid-column: span 6 / span 6;
	}

	.grid-column-7--md {
		grid-column: span 7 / span 7;
	}

	.grid-column-8--md {
		grid-column: span 8 / span 8;
	}

	.grid-column-9--md {
		grid-column: span 9 / span 9;
	}

	.grid-column-10--md {
		grid-column: span 10 / span 10;
	}

	.grid-column-11--md {
		grid-column: span 11 / span 11;
	}

	.grid-column-12--md {
		grid-column: span 12 / span 12;
	}
}

@media screen and (min-width: 992px) {
	.grid-column-1--lg {
		grid-column: span 1 / span 1;
	}

	.grid-column-2--lg {
		grid-column: span 2 / span 2;
	}

	.grid-column-3--lg {
		grid-column: span 3 / span 3;
	}

	.grid-column-4--lg {
		grid-column: span 4 / span 4;
	}

	.grid-column-5--lg {
		grid-column: span 5 / span 5;
	}

	.grid-column-6--lg {
		grid-column: span 6 / span 6;
	}

	.grid-column-7--lg {
		grid-column: span 7 / span 7;
	}

	.grid-column-8--lg {
		grid-column: span 8 / span 8;
	}

	.grid-column-9--lg {
		grid-column: span 9 / span 9;
	}

	.grid-column-10--lg {
		grid-column: span 10 / span 10;
	}

	.grid-column-11--lg {
		grid-column: span 11 / span 11;
	}

	.grid-column-12--lg {
		grid-column: span 12 / span 12;
	}
}

@media screen and (min-width: 1200px) {
	.grid-column-1--xl {
		grid-column: span 1 / span 1;
	}

	.grid-column-2--xl {
		grid-column: span 2 / span 2;
	}

	.grid-column-3--xl {
		grid-column: span 3 / span 3;
	}

	.grid-column-4--xl {
		grid-column: span 4 / span 4;
	}

	.grid-column-5--xl {
		grid-column: span 5 / span 5;
	}

	.grid-column-6--xl {
		grid-column: span 6 / span 6;
	}

	.grid-column-7--xl {
		grid-column: span 7 / span 7;
	}

	.grid-column-8--xl {
		grid-column: span 8 / span 8;
	}

	.grid-column-9--xl {
		grid-column: span 9 / span 9;
	}

	.grid-column-10--xl {
		grid-column: span 10 / span 10;
	}

	.grid-column-11--xl {
		grid-column: span 11 / span 11;
	}

	.grid-column-12--xl {
		grid-column: span 12 / span 12;
	}
}

@media screen and (min-width: 1600px) {
	.grid-column-1--xxl {
		grid-column: span 1 / span 1;
	}

	.grid-column-2--xxl {
		grid-column: span 2 / span 2;
	}

	.grid-column-3--xxl {
		grid-column: span 3 / span 3;
	}

	.grid-column-4--xxl {
		grid-column: span 4 / span 4;
	}

	.grid-column-5--xxl {
		grid-column: span 5 / span 5;
	}

	.grid-column-6--xxl {
		grid-column: span 6 / span 6;
	}

	.grid-column-7--xxl {
		grid-column: span 7 / span 7;
	}

	.grid-column-8--xxl {
		grid-column: span 8 / span 8;
	}

	.grid-column-9--xxl {
		grid-column: span 9 / span 9;
	}

	.grid-column-10--xxl {
		grid-column: span 10 / span 10;
	}

	.grid-column-11--xxl {
		grid-column: span 11 / span 11;
	}

	.grid-column-12--xxl {
		grid-column: span 12 / span 12;
	}
}

@media screen and (min-width: 576px) {
	.grid-column-start-1--sm {
		grid-column-start: 1;
	}

	.grid-column-start-2--sm {
		grid-column-start: 2;
	}

	.grid-column-start-3--sm {
		grid-column-start: 3;
	}

	.grid-column-start-4--sm {
		grid-column-start: 4;
	}

	.grid-column-start-5--sm {
		grid-column-start: 5;
	}

	.grid-column-start-6--sm {
		grid-column-start: 6;
	}

	.grid-column-start-7--sm {
		grid-column-start: 7;
	}

	.grid-column-start-8--sm {
		grid-column-start: 8;
	}

	.grid-column-start-9--sm {
		grid-column-start: 9;
	}

	.grid-column-start-10--sm {
		grid-column-start: 10;
	}

	.grid-column-start-11--sm {
		grid-column-start: 11;
	}

	.grid-column-start-12--sm {
		grid-column-start: 12;
	}
}

@media screen and (min-width: 769px) {
	.grid-column-start-1--md {
		grid-column-start: 1;
	}

	.grid-column-start-2--md {
		grid-column-start: 2;
	}

	.grid-column-start-3--md {
		grid-column-start: 3;
	}

	.grid-column-start-4--md {
		grid-column-start: 4;
	}

	.grid-column-start-5--md {
		grid-column-start: 5;
	}

	.grid-column-start-6--md {
		grid-column-start: 6;
	}

	.grid-column-start-7--md {
		grid-column-start: 7;
	}

	.grid-column-start-8--md {
		grid-column-start: 8;
	}

	.grid-column-start-9--md {
		grid-column-start: 9;
	}

	.grid-column-start-10--md {
		grid-column-start: 10;
	}

	.grid-column-start-11--md {
		grid-column-start: 11;
	}

	.grid-column-start-12--md {
		grid-column-start: 12;
	}
}

@media screen and (min-width: 992px) {
	.grid-column-start-1--lg {
		grid-column-start: 1;
	}

	.grid-column-start-2--lg {
		grid-column-start: 2;
	}

	.grid-column-start-3--lg {
		grid-column-start: 3;
	}

	.grid-column-start-4--lg {
		grid-column-start: 4;
	}

	.grid-column-start-5--lg {
		grid-column-start: 5;
	}

	.grid-column-start-6--lg {
		grid-column-start: 6;
	}

	.grid-column-start-7--lg {
		grid-column-start: 7;
	}

	.grid-column-start-8--lg {
		grid-column-start: 8;
	}

	.grid-column-start-9--lg {
		grid-column-start: 9;
	}

	.grid-column-start-10--lg {
		grid-column-start: 10;
	}

	.grid-column-start-11--lg {
		grid-column-start: 11;
	}

	.grid-column-start-12--lg {
		grid-column-start: 12;
	}
}

@media screen and (min-width: 1200px) {
	.grid-column-start-1--xl {
		grid-column-start: 1;
	}

	.grid-column-start-2--xl {
		grid-column-start: 2;
	}

	.grid-column-start-3--xl {
		grid-column-start: 3;
	}

	.grid-column-start-4--xl {
		grid-column-start: 4;
	}

	.grid-column-start-5--xl {
		grid-column-start: 5;
	}

	.grid-column-start-6--xl {
		grid-column-start: 6;
	}

	.grid-column-start-7--xl {
		grid-column-start: 7;
	}

	.grid-column-start-8--xl {
		grid-column-start: 8;
	}

	.grid-column-start-9--xl {
		grid-column-start: 9;
	}

	.grid-column-start-10--xl {
		grid-column-start: 10;
	}

	.grid-column-start-11--xl {
		grid-column-start: 11;
	}

	.grid-column-start-12--xl {
		grid-column-start: 12;
	}
}

@media screen and (min-width: 1600px) {
	.grid-column-start-1--xxl {
		grid-column-start: 1;
	}

	.grid-column-start-2--xxl {
		grid-column-start: 2;
	}

	.grid-column-start-3--xxl {
		grid-column-start: 3;
	}

	.grid-column-start-4--xxl {
		grid-column-start: 4;
	}

	.grid-column-start-5--xxl {
		grid-column-start: 5;
	}

	.grid-column-start-6--xxl {
		grid-column-start: 6;
	}

	.grid-column-start-7--xxl {
		grid-column-start: 7;
	}

	.grid-column-start-8--xxl {
		grid-column-start: 8;
	}

	.grid-column-start-9--xxl {
		grid-column-start: 9;
	}

	.grid-column-start-10--xxl {
		grid-column-start: 10;
	}

	.grid-column-start-11--xxl {
		grid-column-start: 11;
	}

	.grid-column-start-12--xxl {
		grid-column-start: 12;
	}
}

@media screen and (min-width: 576px) {
	.grid-column-gap-0--sm {
		grid-column-gap: 0;
	}

	.grid-column-gap-1--sm {
		grid-column-gap: 0.25rem;
	}

	.grid-column-gap-2--sm {
		grid-column-gap: 0.5rem;
	}

	.grid-column-gap-3--sm {
		grid-column-gap: 1rem;
	}

	.grid-column-gap-4--sm {
		grid-column-gap: 2rem;
	}

	.grid-column-gap-5--sm {
		grid-column-gap: 3rem;
	}

	.grid-column-gap-6--sm {
		grid-column-gap: 4rem;
	}

	.grid-column-gap-7--sm {
		grid-column-gap: 5rem;
	}
}

@media screen and (min-width: 769px) {
	.grid-column-gap-0--md {
		grid-column-gap: 0;
	}

	.grid-column-gap-1--md {
		grid-column-gap: 0.25rem;
	}

	.grid-column-gap-2--md {
		grid-column-gap: 0.5rem;
	}

	.grid-column-gap-3--md {
		grid-column-gap: 1rem;
	}

	.grid-column-gap-4--md {
		grid-column-gap: 2rem;
	}

	.grid-column-gap-5--md {
		grid-column-gap: 3rem;
	}

	.grid-column-gap-6--md {
		grid-column-gap: 4rem;
	}

	.grid-column-gap-7--md {
		grid-column-gap: 5rem;
	}
}

@media screen and (min-width: 992px) {
	.grid-column-gap-0--lg {
		grid-column-gap: 0;
	}

	.grid-column-gap-1--lg {
		grid-column-gap: 0.25rem;
	}

	.grid-column-gap-2--lg {
		grid-column-gap: 0.5rem;
	}

	.grid-column-gap-3--lg {
		grid-column-gap: 1rem;
	}

	.grid-column-gap-4--lg {
		grid-column-gap: 2rem;
	}

	.grid-column-gap-5--lg {
		grid-column-gap: 3rem;
	}

	.grid-column-gap-6--lg {
		grid-column-gap: 4rem;
	}

	.grid-column-gap-7--lg {
		grid-column-gap: 5rem;
	}
}

@media screen and (min-width: 1200px) {
	.grid-column-gap-0--xl {
		grid-column-gap: 0;
	}

	.grid-column-gap-1--xl {
		grid-column-gap: 0.25rem;
	}

	.grid-column-gap-2--xl {
		grid-column-gap: 0.5rem;
	}

	.grid-column-gap-3--xl {
		grid-column-gap: 1rem;
	}

	.grid-column-gap-4--xl {
		grid-column-gap: 2rem;
	}

	.grid-column-gap-5--xl {
		grid-column-gap: 3rem;
	}

	.grid-column-gap-6--xl {
		grid-column-gap: 4rem;
	}

	.grid-column-gap-7--xl {
		grid-column-gap: 5rem;
	}
}

@media screen and (min-width: 1600px) {
	.grid-column-gap-0--xxl {
		grid-column-gap: 0;
	}

	.grid-column-gap-1--xxl {
		grid-column-gap: 0.25rem;
	}

	.grid-column-gap-2--xxl {
		grid-column-gap: 0.5rem;
	}

	.grid-column-gap-3--xxl {
		grid-column-gap: 1rem;
	}

	.grid-column-gap-4--xxl {
		grid-column-gap: 2rem;
	}

	.grid-column-gap-5--xxl {
		grid-column-gap: 3rem;
	}

	.grid-column-gap-6--xxl {
		grid-column-gap: 4rem;
	}

	.grid-column-gap-7--xxl {
		grid-column-gap: 5rem;
	}
}

@media screen and (min-width: 576px) {
	.grid-row-gap-0--sm {
		grid-row-gap: 0;
	}

	.grid-row-gap-1--sm {
		grid-row-gap: 0.25rem;
	}

	.grid-row-gap-2--sm {
		grid-row-gap: 0.5rem;
	}

	.grid-row-gap-3--sm {
		grid-row-gap: 1rem;
	}

	.grid-row-gap-4--sm {
		grid-row-gap: 2rem;
	}

	.grid-row-gap-5--sm {
		grid-row-gap: 3rem;
	}

	.grid-row-gap-6--sm {
		grid-row-gap: 4rem;
	}

	.grid-row-gap-7--sm {
		grid-row-gap: 5rem;
	}
}

@media screen and (min-width: 769px) {
	.grid-row-gap-0--md {
		grid-row-gap: 0;
	}

	.grid-row-gap-1--md {
		grid-row-gap: 0.25rem;
	}

	.grid-row-gap-2--md {
		grid-row-gap: 0.5rem;
	}

	.grid-row-gap-3--md {
		grid-row-gap: 1rem;
	}

	.grid-row-gap-4--md {
		grid-row-gap: 2rem;
	}

	.grid-row-gap-5--md {
		grid-row-gap: 3rem;
	}

	.grid-row-gap-6--md {
		grid-row-gap: 4rem;
	}

	.grid-row-gap-7--md {
		grid-row-gap: 5rem;
	}
}

@media screen and (min-width: 992px) {
	.grid-row-gap-0--lg {
		grid-row-gap: 0;
	}

	.grid-row-gap-1--lg {
		grid-row-gap: 0.25rem;
	}

	.grid-row-gap-2--lg {
		grid-row-gap: 0.5rem;
	}

	.grid-row-gap-3--lg {
		grid-row-gap: 1rem;
	}

	.grid-row-gap-4--lg {
		grid-row-gap: 2rem;
	}

	.grid-row-gap-5--lg {
		grid-row-gap: 3rem;
	}

	.grid-row-gap-6--lg {
		grid-row-gap: 4rem;
	}

	.grid-row-gap-7--lg {
		grid-row-gap: 5rem;
	}
}

@media screen and (min-width: 1200px) {
	.grid-row-gap-0--xl {
		grid-row-gap: 0;
	}

	.grid-row-gap-1--xl {
		grid-row-gap: 0.25rem;
	}

	.grid-row-gap-2--xl {
		grid-row-gap: 0.5rem;
	}

	.grid-row-gap-3--xl {
		grid-row-gap: 1rem;
	}

	.grid-row-gap-4--xl {
		grid-row-gap: 2rem;
	}

	.grid-row-gap-5--xl {
		grid-row-gap: 3rem;
	}

	.grid-row-gap-6--xl {
		grid-row-gap: 4rem;
	}

	.grid-row-gap-7--xl {
		grid-row-gap: 5rem;
	}
}

@media screen and (min-width: 1600px) {
	.grid-row-gap-0--xxl {
		grid-row-gap: 0;
	}

	.grid-row-gap-1--xxl {
		grid-row-gap: 0.25rem;
	}

	.grid-row-gap-2--xxl {
		grid-row-gap: 0.5rem;
	}

	.grid-row-gap-3--xxl {
		grid-row-gap: 1rem;
	}

	.grid-row-gap-4--xxl {
		grid-row-gap: 2rem;
	}

	.grid-row-gap-5--xxl {
		grid-row-gap: 3rem;
	}

	.grid-row-gap-6--xxl {
		grid-row-gap: 4rem;
	}

	.grid-row-gap-7--xxl {
		grid-row-gap: 5rem;
	}
}

@media screen and (min-width: 576px) {
	.grid-gap-0--sm {
		grid-gap: 0;
	}

	.grid-gap-1--sm {
		grid-gap: 0.25rem;
	}

	.grid-gap-2--sm {
		grid-gap: 0.5rem;
	}

	.grid-gap-3--sm {
		grid-gap: 1rem;
	}

	.grid-gap-4--sm {
		grid-gap: 2rem;
	}

	.grid-gap-5--sm {
		grid-gap: 3rem;
	}

	.grid-gap-6--sm {
		grid-gap: 4rem;
	}

	.grid-gap-7--sm {
		grid-gap: 5rem;
	}
}

@media screen and (min-width: 769px) {
	.grid-gap-0--md {
		grid-gap: 0;
	}

	.grid-gap-1--md {
		grid-gap: 0.25rem;
	}

	.grid-gap-2--md {
		grid-gap: 0.5rem;
	}

	.grid-gap-3--md {
		grid-gap: 1rem;
	}

	.grid-gap-4--md {
		grid-gap: 2rem;
	}

	.grid-gap-5--md {
		grid-gap: 3rem;
	}

	.grid-gap-6--md {
		grid-gap: 4rem;
	}

	.grid-gap-7--md {
		grid-gap: 5rem;
	}
}

@media screen and (min-width: 992px) {
	.grid-gap-0--lg {
		grid-gap: 0;
	}

	.grid-gap-1--lg {
		grid-gap: 0.25rem;
	}

	.grid-gap-2--lg {
		grid-gap: 0.5rem;
	}

	.grid-gap-3--lg {
		grid-gap: 1rem;
	}

	.grid-gap-4--lg {
		grid-gap: 2rem;
	}

	.grid-gap-5--lg {
		grid-gap: 3rem;
	}

	.grid-gap-6--lg {
		grid-gap: 4rem;
	}

	.grid-gap-7--lg {
		grid-gap: 5rem;
	}
}

@media screen and (min-width: 1200px) {
	.grid-gap-0--xl {
		grid-gap: 0;
	}

	.grid-gap-1--xl {
		grid-gap: 0.25rem;
	}

	.grid-gap-2--xl {
		grid-gap: 0.5rem;
	}

	.grid-gap-3--xl {
		grid-gap: 1rem;
	}

	.grid-gap-4--xl {
		grid-gap: 2rem;
	}

	.grid-gap-5--xl {
		grid-gap: 3rem;
	}

	.grid-gap-6--xl {
		grid-gap: 4rem;
	}

	.grid-gap-7--xl {
		grid-gap: 5rem;
	}
}

@media screen and (min-width: 1600px) {
	.grid-gap-0--xxl {
		grid-gap: 0;
	}

	.grid-gap-1--xxl {
		grid-gap: 0.25rem;
	}

	.grid-gap-2--xxl {
		grid-gap: 0.5rem;
	}

	.grid-gap-3--xxl {
		grid-gap: 1rem;
	}

	.grid-gap-4--xxl {
		grid-gap: 2rem;
	}

	.grid-gap-5--xxl {
		grid-gap: 3rem;
	}

	.grid-gap-6--xxl {
		grid-gap: 4rem;
	}

	.grid-gap-7--xxl {
		grid-gap: 5rem;
	}
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-y-auto {
	overflow-y: auto;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

@media screen and (min-width: 576px) {
	.overflow-hidden--sm {
		overflow: hidden;
	}
}

@media screen and (min-width: 769px) {
	.overflow-hidden--md {
		overflow: hidden;
	}
}

@media screen and (min-width: 992px) {
	.overflow-hidden--lg {
		overflow: hidden;
	}
}

@media screen and (min-width: 1200px) {
	.overflow-hidden--xl {
		overflow: hidden;
	}
}

@media screen and (min-width: 1600px) {
	.overflow-hidden--xxl {
		overflow: hidden;
	}
}

@media screen and (min-width: 576px) {
	.overflow-auto--sm {
		overflow: auto;
	}
}

@media screen and (min-width: 769px) {
	.overflow-auto--md {
		overflow: auto;
	}
}

@media screen and (min-width: 992px) {
	.overflow-auto--lg {
		overflow: auto;
	}
}

@media screen and (min-width: 1200px) {
	.overflow-auto--xl {
		overflow: auto;
	}
}

@media screen and (min-width: 1600px) {
	.overflow-auto--xxl {
		overflow: auto;
	}
}

@media screen and (min-width: 576px) {
	.overflow-x-auto--sm {
		overflow-x: auto;
	}
}

@media screen and (min-width: 769px) {
	.overflow-x-auto--md {
		overflow-x: auto;
	}
}

@media screen and (min-width: 992px) {
	.overflow-x-auto--lg {
		overflow-x: auto;
	}
}

@media screen and (min-width: 1200px) {
	.overflow-x-auto--xl {
		overflow-x: auto;
	}
}

@media screen and (min-width: 1600px) {
	.overflow-x-auto--xxl {
		overflow-x: auto;
	}
}

@media screen and (min-width: 576px) {
	.overflow-y-auto--sm {
		overflow-y: auto;
	}
}

@media screen and (min-width: 769px) {
	.overflow-y-auto--md {
		overflow-y: auto;
	}
}

@media screen and (min-width: 992px) {
	.overflow-y-auto--lg {
		overflow-y: auto;
	}
}

@media screen and (min-width: 1200px) {
	.overflow-y-auto--xl {
		overflow-y: auto;
	}
}

@media screen and (min-width: 1600px) {
	.overflow-y-auto--xxl {
		overflow-y: auto;
	}
}

@media screen and (min-width: 576px) {
	.overflow-x-hidden--sm {
		overflow-x: hidden;
	}
}

@media screen and (min-width: 769px) {
	.overflow-x-hidden--md {
		overflow-x: hidden;
	}
}

@media screen and (min-width: 992px) {
	.overflow-x-hidden--lg {
		overflow-x: hidden;
	}
}

@media screen and (min-width: 1200px) {
	.overflow-x-hidden--xl {
		overflow-x: hidden;
	}
}

@media screen and (min-width: 1600px) {
	.overflow-x-hidden--xxl {
		overflow-x: hidden;
	}
}

@media screen and (min-width: 576px) {
	.overflow-y-hidden--sm {
		overflow-y: hidden;
	}
}

@media screen and (min-width: 769px) {
	.overflow-y-hidden--md {
		overflow-y: hidden;
	}
}

@media screen and (min-width: 992px) {
	.overflow-y-hidden--lg {
		overflow-y: hidden;
	}
}

@media screen and (min-width: 1200px) {
	.overflow-y-hidden--xl {
		overflow-y: hidden;
	}
}

@media screen and (min-width: 1600px) {
	.overflow-y-hidden--xxl {
		overflow-y: hidden;
	}
}

.static {
	position: static;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.sticky {
	position: sticky;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.top-full {
	top: 100%;
}

.right-full {
	right: 100%;
}

.bottom-full {
	bottom: 100%;
}

.left-full {
	left: 100%;
}

.stretch {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.center-x {
	left: 50%;
	transform: translateX(-50%);
}

.center-y {
	top: 50%;
	transform: translateY(-50%);
}

.center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-3 {
	z-index: 3;
}

.z-index-4 {
	z-index: 4;
}

.z-index-5 {
	z-index: 5;
}

.z-index-max {
	z-index: 2147483647;
}

@media screen and (min-width: 576px) {
	.static--sm {
		position: static;
	}
}

@media screen and (min-width: 769px) {
	.static--md {
		position: static;
	}
}

@media screen and (min-width: 992px) {
	.static--lg {
		position: static;
	}
}

@media screen and (min-width: 1200px) {
	.static--xl {
		position: static;
	}
}

@media screen and (min-width: 1600px) {
	.static--xxl {
		position: static;
	}
}

@media screen and (min-width: 576px) {
	.relative--sm {
		position: relative;
	}
}

@media screen and (min-width: 769px) {
	.relative--md {
		position: relative;
	}
}

@media screen and (min-width: 992px) {
	.relative--lg {
		position: relative;
	}
}

@media screen and (min-width: 1200px) {
	.relative--xl {
		position: relative;
	}
}

@media screen and (min-width: 1600px) {
	.relative--xxl {
		position: relative;
	}
}

@media screen and (min-width: 576px) {
	.absolute--sm {
		position: absolute;
	}
}

@media screen and (min-width: 769px) {
	.absolute--md {
		position: absolute;
	}
}

@media screen and (min-width: 992px) {
	.absolute--lg {
		position: absolute;
	}
}

@media screen and (min-width: 1200px) {
	.absolute--xl {
		position: absolute;
	}
}

@media screen and (min-width: 1600px) {
	.absolute--xxl {
		position: absolute;
	}
}

@media screen and (min-width: 576px) {
	.fixed--sm {
		position: fixed;
	}
}

@media screen and (min-width: 769px) {
	.fixed--md {
		position: fixed;
	}
}

@media screen and (min-width: 992px) {
	.fixed--lg {
		position: fixed;
	}
}

@media screen and (min-width: 1200px) {
	.fixed--xl {
		position: fixed;
	}
}

@media screen and (min-width: 1600px) {
	.fixed--xxl {
		position: fixed;
	}
}

@media screen and (min-width: 576px) {
	.sticky--sm {
		position: sticky;
	}
}

@media screen and (min-width: 769px) {
	.sticky--md {
		position: sticky;
	}
}

@media screen and (min-width: 992px) {
	.sticky--lg {
		position: sticky;
	}
}

@media screen and (min-width: 1200px) {
	.sticky--xl {
		position: sticky;
	}
}

@media screen and (min-width: 1600px) {
	.sticky--xxl {
		position: sticky;
	}
}

.max-width-full {
	max-width: 100%;
}

.max-width-full-view {
	max-width: 100vw;
}

.min-width-full {
	min-width: 100%;
}

.min-width-full-view {
	min-width: 100vw;
}

.min-width-none {
	min-width: 0;
}

.width-full {
	width: 100%;
}

.width-auto {
	width: auto;
}

.width-0-25 {
	width: 0.25rem;
}

.width-0-5 {
	width: 0.5rem;
}

.width-0-75 {
	width: 0.75rem;
}

.width-1 {
	width: 1rem;
}

.width-1-25 {
	width: 1.25rem;
}

.width-1-5 {
	width: 1.5rem;
}

.width-1-75 {
	width: 1.75rem;
}

.width-2 {
	width: 2rem;
}

.width-2-25 {
	width: 2.25rem;
}

.width-2-5 {
	width: 2.5rem;
}

.width-2-75 {
	width: 2.75rem;
}

.width-3 {
	width: 3rem;
}

.width-3-25 {
	width: 3.25rem;
}

.width-3-5 {
	width: 3.5rem;
}

.width-3-75 {
	width: 3.75rem;
}

.width-4 {
	width: 4rem;
}

.width-4-25 {
	width: 4.25rem;
}

.width-4-5 {
	width: 4.5rem;
}

.width-4-75 {
	width: 4.75rem;
}

.width-5 {
	width: 5rem;
}

.width-6 {
	width: 6rem;
}

.width-7 {
	width: 7rem;
}

.width-8 {
	width: 8rem;
}

.width-9 {
	width: 9rem;
}

.width-10 {
	width: 10rem;
}

@media screen and (min-width: 576px) {
	.max-width-full--sm {
		max-width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.max-width-full--md {
		max-width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.max-width-full--lg {
		max-width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.max-width-full--xl {
		max-width: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.max-width-full--xxl {
		max-width: 100%;
	}
}

@media screen and (min-width: 576px) {
	.max-width-full-view--sm {
		max-width: 100vw;
	}
}

@media screen and (min-width: 769px) {
	.max-width-full-view--md {
		max-width: 100vw;
	}
}

@media screen and (min-width: 992px) {
	.max-width-full-view--lg {
		max-width: 100vw;
	}
}

@media screen and (min-width: 1200px) {
	.max-width-full-view--xl {
		max-width: 100vw;
	}
}

@media screen and (min-width: 1600px) {
	.max-width-full-view--xxl {
		max-width: 100vw;
	}
}

@media screen and (min-width: 576px) {
	.min-width-full--sm {
		min-width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.min-width-full--md {
		min-width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.min-width-full--lg {
		min-width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.min-width-full--xl {
		min-width: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.min-width-full--xxl {
		min-width: 100%;
	}
}

@media screen and (min-width: 576px) {
	.min-width-full-view--sm {
		min-width: 100vw;
	}
}

@media screen and (min-width: 769px) {
	.min-width-full-view--md {
		min-width: 100vw;
	}
}

@media screen and (min-width: 992px) {
	.min-width-full-view--lg {
		min-width: 100vw;
	}
}

@media screen and (min-width: 1200px) {
	.min-width-full-view--xl {
		min-width: 100vw;
	}
}

@media screen and (min-width: 1600px) {
	.min-width-full-view--xxl {
		min-width: 100vw;
	}
}

@media screen and (min-width: 576px) {
	.width-full--sm {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.width-full--md {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.width-full--lg {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.width-full--xl {
		width: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.width-full--xxl {
		width: 100%;
	}
}

@media screen and (min-width: 576px) {
	.width-auto--sm {
		width: auto;
	}
}

@media screen and (min-width: 769px) {
	.width-auto--md {
		width: auto;
	}
}

@media screen and (min-width: 992px) {
	.width-auto--lg {
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.width-auto--xl {
		width: auto;
	}
}

@media screen and (min-width: 1600px) {
	.width-auto--xxl {
		width: auto;
	}
}

.max-height-full {
	max-height: 100%;
}

.max-height-full-view {
	max-height: 100vh;
}

.min-height-full {
	min-height: 100%;
}

.min-height-full-view {
	min-height: 100vh;
}

.height-full-view {
	height: 100vh;
}

.height-full {
	height: 100%;
}

.height-auto {
	height: auto;
}

.height-0-25 {
	height: 0.25rem;
}

.height-0-5 {
	height: 0.5rem;
}

.height-0-75 {
	height: 0.75rem;
}

.height-1 {
	height: 1rem;
}

.height-1-25 {
	height: 1.25rem;
}

.height-1-5 {
	height: 1.5rem;
}

.height-1-75 {
	height: 1.75rem;
}

.height-2 {
	height: 2rem;
}

.height-2-25 {
	height: 2.25rem;
}

.height-2-5 {
	height: 2.5rem;
}

.height-2-75 {
	height: 2.75rem;
}

.height-3 {
	height: 3rem;
}

.height-3-25 {
	height: 3.25rem;
}

.height-3-5 {
	height: 3.5rem;
}

.height-3-75 {
	height: 3.75rem;
}

.height-4 {
	height: 4rem;
}

.height-4-25 {
	height: 4.25rem;
}

.height-4-5 {
	height: 4.5rem;
}

.height-4-75 {
	height: 4.75rem;
}

.height-5 {
	height: 5rem;
}

.height-6 {
	height: 6rem;
}

.height-7 {
	height: 7rem;
}

.height-8 {
	height: 8rem;
}

.height-9 {
	height: 9rem;
}

.height-10 {
	height: 10rem;
}

@media screen and (min-width: 576px) {
	.max-height-full--sm {
		max-height: 100%;
	}
}

@media screen and (min-width: 769px) {
	.max-height-full--md {
		max-height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.max-height-full--lg {
		max-height: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.max-height-full--xl {
		max-height: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.max-height-full--xxl {
		max-height: 100%;
	}
}

@media screen and (min-width: 576px) {
	.max-height-full-view--sm {
		max-height: 100vh;
	}
}

@media screen and (min-width: 769px) {
	.max-height-full-view--md {
		max-height: 100vh;
	}
}

@media screen and (min-width: 992px) {
	.max-height-full-view--lg {
		max-height: 100vh;
	}
}

@media screen and (min-width: 1200px) {
	.max-height-full-view--xl {
		max-height: 100vh;
	}
}

@media screen and (min-width: 1600px) {
	.max-height-full-view--xxl {
		max-height: 100vh;
	}
}

@media screen and (min-width: 576px) {
	.min-height-full--sm {
		min-height: 100%;
	}
}

@media screen and (min-width: 769px) {
	.min-height-full--md {
		min-height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.min-height-full--lg {
		min-height: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.min-height-full--xl {
		min-height: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.min-height-full--xxl {
		min-height: 100%;
	}
}

@media screen and (min-width: 576px) {
	.min-height-full-view--sm {
		min-height: 100vh;
	}
}

@media screen and (min-width: 769px) {
	.min-height-full-view--md {
		min-height: 100vh;
	}
}

@media screen and (min-width: 992px) {
	.min-height-full-view--lg {
		min-height: 100vh;
	}
}

@media screen and (min-width: 1200px) {
	.min-height-full-view--xl {
		min-height: 100vh;
	}
}

@media screen and (min-width: 1600px) {
	.min-height-full-view--xxl {
		min-height: 100vh;
	}
}

@media screen and (min-width: 576px) {
	.height-full-view--sm {
		height: 100vh;
	}
}

@media screen and (min-width: 769px) {
	.height-full-view--md {
		height: 100vh;
	}
}

@media screen and (min-width: 992px) {
	.height-full-view--lg {
		height: 100vh;
	}
}

@media screen and (min-width: 1200px) {
	.height-full-view--xl {
		height: 100vh;
	}
}

@media screen and (min-width: 1600px) {
	.height-full-view--xxl {
		height: 100vh;
	}
}

@media screen and (min-width: 576px) {
	.height-full--sm {
		height: 100%;
	}
}

@media screen and (min-width: 769px) {
	.height-full--md {
		height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.height-full--lg {
		height: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.height-full--xl {
		height: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.height-full--xxl {
		height: 100%;
	}
}

@media screen and (min-width: 576px) {
	.height-auto--sm {
		height: auto;
	}
}

@media screen and (min-width: 769px) {
	.height-auto--md {
		height: auto;
	}
}

@media screen and (min-width: 992px) {
	.height-auto--lg {
		height: auto;
	}
}

@media screen and (min-width: 1200px) {
	.height-auto--xl {
		height: auto;
	}
}

@media screen and (min-width: 1600px) {
	.height-auto--xxl {
		height: auto;
	}
}

.margin-0,
.margin-top-0,
.margin-y-0 {
	margin-top: 0;
}

.margin-1,
.margin-top-1,
.margin-y-1 {
	margin-top: 0.25rem;
}

.margin-2,
.margin-top-2,
.margin-y-2 {
	margin-top: 0.5rem;
}

.margin-3,
.margin-top-3,
.margin-y-3 {
	margin-top: 1rem;
}

.margin-4,
.margin-top-4,
.margin-y-4 {
	margin-top: 2rem;
}

.margin-5,
.margin-top-5,
.margin-y-5 {
	margin-top: 4rem;
}

.margin-6,
.margin-top-6,
.margin-y-6 {
	margin-top: 8rem;
}

.margin-0,
.margin-right-0,
.margin-x-0 {
	margin-right: 0;
}

.margin-1,
.margin-right-1,
.margin-x-1 {
	margin-right: 0.25rem;
}

.margin-2,
.margin-right-2,
.margin-x-2 {
	margin-right: 0.5rem;
}

.margin-3,
.margin-right-3,
.margin-x-3 {
	margin-right: 1rem;
}

.margin-4,
.margin-right-4,
.margin-x-4 {
	margin-right: 2rem;
}

.margin-5,
.margin-right-5,
.margin-x-5 {
	margin-right: 4rem;
}

.margin-6,
.margin-right-6,
.margin-x-6 {
	margin-right: 8rem;
}

.margin-0,
.margin-bottom-0,
.margin-y-0 {
	margin-bottom: 0;
}

.margin-1,
.margin-bottom-1,
.margin-y-1 {
	margin-bottom: 0.25rem;
}

.margin-2,
.margin-bottom-2,
.margin-y-2 {
	margin-bottom: 0.5rem;
}

.margin-3,
.margin-bottom-3,
.margin-y-3 {
	margin-bottom: 1rem;
}

.margin-4,
.margin-bottom-4,
.margin-y-4 {
	margin-bottom: 2rem;
}

.margin-5,
.margin-bottom-5,
.margin-y-5 {
	margin-bottom: 4rem;
}

.margin-6,
.margin-bottom-6,
.margin-y-6 {
	margin-bottom: 8rem;
}

.margin-0,
.margin-left-0,
.margin-x-0 {
	margin-left: 0;
}

.margin-1,
.margin-left-1,
.margin-x-1 {
	margin-left: 0.25rem;
}

.margin-2,
.margin-left-2,
.margin-x-2 {
	margin-left: 0.5rem;
}

.margin-3,
.margin-left-3,
.margin-x-3 {
	margin-left: 1rem;
}

.margin-4,
.margin-left-4,
.margin-x-4 {
	margin-left: 2rem;
}

.margin-5,
.margin-left-5,
.margin-x-5 {
	margin-left: 4rem;
}

.margin-6,
.margin-left-6,
.margin-x-6 {
	margin-left: 8rem;
}

.margin-x-auto {
	margin-left: auto;
	margin-right: auto;
}

.margin-y-auto {
	margin-bottom: auto;
	margin-top: auto;
}

@media screen and (min-width: 576px) {
	.margin-0--sm,
	.margin-top-0--sm,
	.margin-y-0--sm {
		margin-top: 0;
	}

	.margin-1--sm,
	.margin-top-1--sm,
	.margin-y-1--sm {
		margin-top: 0.25rem;
	}

	.margin-2--sm,
	.margin-top-2--sm,
	.margin-y-2--sm {
		margin-top: 0.5rem;
	}

	.margin-3--sm,
	.margin-top-3--sm,
	.margin-y-3--sm {
		margin-top: 1rem;
	}

	.margin-4--sm,
	.margin-top-4--sm,
	.margin-y-4--sm {
		margin-top: 2rem;
	}

	.margin-5--sm,
	.margin-top-5--sm,
	.margin-y-5--sm {
		margin-top: 4rem;
	}

	.margin-6--sm,
	.margin-top-6--sm,
	.margin-y-6--sm {
		margin-top: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.margin-0--md,
	.margin-top-0--md,
	.margin-y-0--md {
		margin-top: 0;
	}

	.margin-1--md,
	.margin-top-1--md,
	.margin-y-1--md {
		margin-top: 0.25rem;
	}

	.margin-2--md,
	.margin-top-2--md,
	.margin-y-2--md {
		margin-top: 0.5rem;
	}

	.margin-3--md,
	.margin-top-3--md,
	.margin-y-3--md {
		margin-top: 1rem;
	}

	.margin-4--md,
	.margin-top-4--md,
	.margin-y-4--md {
		margin-top: 2rem;
	}

	.margin-5--md,
	.margin-top-5--md,
	.margin-y-5--md {
		margin-top: 4rem;
	}

	.margin-6--md,
	.margin-top-6--md,
	.margin-y-6--md {
		margin-top: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.margin-0--lg,
	.margin-top-0--lg,
	.margin-y-0--lg {
		margin-top: 0;
	}

	.margin-1--lg,
	.margin-top-1--lg,
	.margin-y-1--lg {
		margin-top: 0.25rem;
	}

	.margin-2--lg,
	.margin-top-2--lg,
	.margin-y-2--lg {
		margin-top: 0.5rem;
	}

	.margin-3--lg,
	.margin-top-3--lg,
	.margin-y-3--lg {
		margin-top: 1rem;
	}

	.margin-4--lg,
	.margin-top-4--lg,
	.margin-y-4--lg {
		margin-top: 2rem;
	}

	.margin-5--lg,
	.margin-top-5--lg,
	.margin-y-5--lg {
		margin-top: 4rem;
	}

	.margin-6--lg,
	.margin-top-6--lg,
	.margin-y-6--lg {
		margin-top: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.margin-0--xl,
	.margin-top-0--xl,
	.margin-y-0--xl {
		margin-top: 0;
	}

	.margin-1--xl,
	.margin-top-1--xl,
	.margin-y-1--xl {
		margin-top: 0.25rem;
	}

	.margin-2--xl,
	.margin-top-2--xl,
	.margin-y-2--xl {
		margin-top: 0.5rem;
	}

	.margin-3--xl,
	.margin-top-3--xl,
	.margin-y-3--xl {
		margin-top: 1rem;
	}

	.margin-4--xl,
	.margin-top-4--xl,
	.margin-y-4--xl {
		margin-top: 2rem;
	}

	.margin-5--xl,
	.margin-top-5--xl,
	.margin-y-5--xl {
		margin-top: 4rem;
	}

	.margin-6--xl,
	.margin-top-6--xl,
	.margin-y-6--xl {
		margin-top: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.margin-0--xxl,
	.margin-top-0--xxl,
	.margin-y-0--xxl {
		margin-top: 0;
	}

	.margin-1--xxl,
	.margin-top-1--xxl,
	.margin-y-1--xxl {
		margin-top: 0.25rem;
	}

	.margin-2--xxl,
	.margin-top-2--xxl,
	.margin-y-2--xxl {
		margin-top: 0.5rem;
	}

	.margin-3--xxl,
	.margin-top-3--xxl,
	.margin-y-3--xxl {
		margin-top: 1rem;
	}

	.margin-4--xxl,
	.margin-top-4--xxl,
	.margin-y-4--xxl {
		margin-top: 2rem;
	}

	.margin-5--xxl,
	.margin-top-5--xxl,
	.margin-y-5--xxl {
		margin-top: 4rem;
	}

	.margin-6--xxl,
	.margin-top-6--xxl,
	.margin-y-6--xxl {
		margin-top: 8rem;
	}
}

@media screen and (min-width: 576px) {
	.margin-0--sm,
	.margin-right-0--sm,
	.margin-x-0--sm {
		margin-right: 0;
	}

	.margin-1--sm,
	.margin-right-1--sm,
	.margin-x-1--sm {
		margin-right: 0.25rem;
	}

	.margin-2--sm,
	.margin-right-2--sm,
	.margin-x-2--sm {
		margin-right: 0.5rem;
	}

	.margin-3--sm,
	.margin-right-3--sm,
	.margin-x-3--sm {
		margin-right: 1rem;
	}

	.margin-4--sm,
	.margin-right-4--sm,
	.margin-x-4--sm {
		margin-right: 2rem;
	}

	.margin-5--sm,
	.margin-right-5--sm,
	.margin-x-5--sm {
		margin-right: 4rem;
	}

	.margin-6--sm,
	.margin-right-6--sm,
	.margin-x-6--sm {
		margin-right: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.margin-0--md,
	.margin-right-0--md,
	.margin-x-0--md {
		margin-right: 0;
	}

	.margin-1--md,
	.margin-right-1--md,
	.margin-x-1--md {
		margin-right: 0.25rem;
	}

	.margin-2--md,
	.margin-right-2--md,
	.margin-x-2--md {
		margin-right: 0.5rem;
	}

	.margin-3--md,
	.margin-right-3--md,
	.margin-x-3--md {
		margin-right: 1rem;
	}

	.margin-4--md,
	.margin-right-4--md,
	.margin-x-4--md {
		margin-right: 2rem;
	}

	.margin-5--md,
	.margin-right-5--md,
	.margin-x-5--md {
		margin-right: 4rem;
	}

	.margin-6--md,
	.margin-right-6--md,
	.margin-x-6--md {
		margin-right: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.margin-0--lg,
	.margin-right-0--lg,
	.margin-x-0--lg {
		margin-right: 0;
	}

	.margin-1--lg,
	.margin-right-1--lg,
	.margin-x-1--lg {
		margin-right: 0.25rem;
	}

	.margin-2--lg,
	.margin-right-2--lg,
	.margin-x-2--lg {
		margin-right: 0.5rem;
	}

	.margin-3--lg,
	.margin-right-3--lg,
	.margin-x-3--lg {
		margin-right: 1rem;
	}

	.margin-4--lg,
	.margin-right-4--lg,
	.margin-x-4--lg {
		margin-right: 2rem;
	}

	.margin-5--lg,
	.margin-right-5--lg,
	.margin-x-5--lg {
		margin-right: 4rem;
	}

	.margin-6--lg,
	.margin-right-6--lg,
	.margin-x-6--lg {
		margin-right: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.margin-0--xl,
	.margin-right-0--xl,
	.margin-x-0--xl {
		margin-right: 0;
	}

	.margin-1--xl,
	.margin-right-1--xl,
	.margin-x-1--xl {
		margin-right: 0.25rem;
	}

	.margin-2--xl,
	.margin-right-2--xl,
	.margin-x-2--xl {
		margin-right: 0.5rem;
	}

	.margin-3--xl,
	.margin-right-3--xl,
	.margin-x-3--xl {
		margin-right: 1rem;
	}

	.margin-4--xl,
	.margin-right-4--xl,
	.margin-x-4--xl {
		margin-right: 2rem;
	}

	.margin-5--xl,
	.margin-right-5--xl,
	.margin-x-5--xl {
		margin-right: 4rem;
	}

	.margin-6--xl,
	.margin-right-6--xl,
	.margin-x-6--xl {
		margin-right: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.margin-0--xxl,
	.margin-right-0--xxl,
	.margin-x-0--xxl {
		margin-right: 0;
	}

	.margin-1--xxl,
	.margin-right-1--xxl,
	.margin-x-1--xxl {
		margin-right: 0.25rem;
	}

	.margin-2--xxl,
	.margin-right-2--xxl,
	.margin-x-2--xxl {
		margin-right: 0.5rem;
	}

	.margin-3--xxl,
	.margin-right-3--xxl,
	.margin-x-3--xxl {
		margin-right: 1rem;
	}

	.margin-4--xxl,
	.margin-right-4--xxl,
	.margin-x-4--xxl {
		margin-right: 2rem;
	}

	.margin-5--xxl,
	.margin-right-5--xxl,
	.margin-x-5--xxl {
		margin-right: 4rem;
	}

	.margin-6--xxl,
	.margin-right-6--xxl,
	.margin-x-6--xxl {
		margin-right: 8rem;
	}
}

@media screen and (min-width: 576px) {
	.margin-0--sm,
	.margin-bottom-0--sm,
	.margin-y-0--sm {
		margin-bottom: 0;
	}

	.margin-1--sm,
	.margin-bottom-1--sm,
	.margin-y-1--sm {
		margin-bottom: 0.25rem;
	}

	.margin-2--sm,
	.margin-bottom-2--sm,
	.margin-y-2--sm {
		margin-bottom: 0.5rem;
	}

	.margin-3--sm,
	.margin-bottom-3--sm,
	.margin-y-3--sm {
		margin-bottom: 1rem;
	}

	.margin-4--sm,
	.margin-bottom-4--sm,
	.margin-y-4--sm {
		margin-bottom: 2rem;
	}

	.margin-5--sm,
	.margin-bottom-5--sm,
	.margin-y-5--sm {
		margin-bottom: 4rem;
	}

	.margin-6--sm,
	.margin-bottom-6--sm,
	.margin-y-6--sm {
		margin-bottom: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.margin-0--md,
	.margin-bottom-0--md,
	.margin-y-0--md {
		margin-bottom: 0;
	}

	.margin-1--md,
	.margin-bottom-1--md,
	.margin-y-1--md {
		margin-bottom: 0.25rem;
	}

	.margin-2--md,
	.margin-bottom-2--md,
	.margin-y-2--md {
		margin-bottom: 0.5rem;
	}

	.margin-3--md,
	.margin-bottom-3--md,
	.margin-y-3--md {
		margin-bottom: 1rem;
	}

	.margin-4--md,
	.margin-bottom-4--md,
	.margin-y-4--md {
		margin-bottom: 2rem;
	}

	.margin-5--md,
	.margin-bottom-5--md,
	.margin-y-5--md {
		margin-bottom: 4rem;
	}

	.margin-6--md,
	.margin-bottom-6--md,
	.margin-y-6--md {
		margin-bottom: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.margin-0--lg,
	.margin-bottom-0--lg,
	.margin-y-0--lg {
		margin-bottom: 0;
	}

	.margin-1--lg,
	.margin-bottom-1--lg,
	.margin-y-1--lg {
		margin-bottom: 0.25rem;
	}

	.margin-2--lg,
	.margin-bottom-2--lg,
	.margin-y-2--lg {
		margin-bottom: 0.5rem;
	}

	.margin-3--lg,
	.margin-bottom-3--lg,
	.margin-y-3--lg {
		margin-bottom: 1rem;
	}

	.margin-4--lg,
	.margin-bottom-4--lg,
	.margin-y-4--lg {
		margin-bottom: 2rem;
	}

	.margin-5--lg,
	.margin-bottom-5--lg,
	.margin-y-5--lg {
		margin-bottom: 4rem;
	}

	.margin-6--lg,
	.margin-bottom-6--lg,
	.margin-y-6--lg {
		margin-bottom: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.margin-0--xl,
	.margin-bottom-0--xl,
	.margin-y-0--xl {
		margin-bottom: 0;
	}

	.margin-1--xl,
	.margin-bottom-1--xl,
	.margin-y-1--xl {
		margin-bottom: 0.25rem;
	}

	.margin-2--xl,
	.margin-bottom-2--xl,
	.margin-y-2--xl {
		margin-bottom: 0.5rem;
	}

	.margin-3--xl,
	.margin-bottom-3--xl,
	.margin-y-3--xl {
		margin-bottom: 1rem;
	}

	.margin-4--xl,
	.margin-bottom-4--xl,
	.margin-y-4--xl {
		margin-bottom: 2rem;
	}

	.margin-5--xl,
	.margin-bottom-5--xl,
	.margin-y-5--xl {
		margin-bottom: 4rem;
	}

	.margin-6--xl,
	.margin-bottom-6--xl,
	.margin-y-6--xl {
		margin-bottom: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.margin-0--xxl,
	.margin-bottom-0--xxl,
	.margin-y-0--xxl {
		margin-bottom: 0;
	}

	.margin-1--xxl,
	.margin-bottom-1--xxl,
	.margin-y-1--xxl {
		margin-bottom: 0.25rem;
	}

	.margin-2--xxl,
	.margin-bottom-2--xxl,
	.margin-y-2--xxl {
		margin-bottom: 0.5rem;
	}

	.margin-3--xxl,
	.margin-bottom-3--xxl,
	.margin-y-3--xxl {
		margin-bottom: 1rem;
	}

	.margin-4--xxl,
	.margin-bottom-4--xxl,
	.margin-y-4--xxl {
		margin-bottom: 2rem;
	}

	.margin-5--xxl,
	.margin-bottom-5--xxl,
	.margin-y-5--xxl {
		margin-bottom: 4rem;
	}

	.margin-6--xxl,
	.margin-bottom-6--xxl,
	.margin-y-6--xxl {
		margin-bottom: 8rem;
	}
}

@media screen and (min-width: 576px) {
	.margin-0--sm,
	.margin-left-0--sm,
	.margin-x-0--sm {
		margin-left: 0;
	}

	.margin-1--sm,
	.margin-left-1--sm,
	.margin-x-1--sm {
		margin-left: 0.25rem;
	}

	.margin-2--sm,
	.margin-left-2--sm,
	.margin-x-2--sm {
		margin-left: 0.5rem;
	}

	.margin-3--sm,
	.margin-left-3--sm,
	.margin-x-3--sm {
		margin-left: 1rem;
	}

	.margin-4--sm,
	.margin-left-4--sm,
	.margin-x-4--sm {
		margin-left: 2rem;
	}

	.margin-5--sm,
	.margin-left-5--sm,
	.margin-x-5--sm {
		margin-left: 4rem;
	}

	.margin-6--sm,
	.margin-left-6--sm,
	.margin-x-6--sm {
		margin-left: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.margin-0--md,
	.margin-left-0--md,
	.margin-x-0--md {
		margin-left: 0;
	}

	.margin-1--md,
	.margin-left-1--md,
	.margin-x-1--md {
		margin-left: 0.25rem;
	}

	.margin-2--md,
	.margin-left-2--md,
	.margin-x-2--md {
		margin-left: 0.5rem;
	}

	.margin-3--md,
	.margin-left-3--md,
	.margin-x-3--md {
		margin-left: 1rem;
	}

	.margin-4--md,
	.margin-left-4--md,
	.margin-x-4--md {
		margin-left: 2rem;
	}

	.margin-5--md,
	.margin-left-5--md,
	.margin-x-5--md {
		margin-left: 4rem;
	}

	.margin-6--md,
	.margin-left-6--md,
	.margin-x-6--md {
		margin-left: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.margin-0--lg,
	.margin-left-0--lg,
	.margin-x-0--lg {
		margin-left: 0;
	}

	.margin-1--lg,
	.margin-left-1--lg,
	.margin-x-1--lg {
		margin-left: 0.25rem;
	}

	.margin-2--lg,
	.margin-left-2--lg,
	.margin-x-2--lg {
		margin-left: 0.5rem;
	}

	.margin-3--lg,
	.margin-left-3--lg,
	.margin-x-3--lg {
		margin-left: 1rem;
	}

	.margin-4--lg,
	.margin-left-4--lg,
	.margin-x-4--lg {
		margin-left: 2rem;
	}

	.margin-5--lg,
	.margin-left-5--lg,
	.margin-x-5--lg {
		margin-left: 4rem;
	}

	.margin-6--lg,
	.margin-left-6--lg,
	.margin-x-6--lg {
		margin-left: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.margin-0--xl,
	.margin-left-0--xl,
	.margin-x-0--xl {
		margin-left: 0;
	}

	.margin-1--xl,
	.margin-left-1--xl,
	.margin-x-1--xl {
		margin-left: 0.25rem;
	}

	.margin-2--xl,
	.margin-left-2--xl,
	.margin-x-2--xl {
		margin-left: 0.5rem;
	}

	.margin-3--xl,
	.margin-left-3--xl,
	.margin-x-3--xl {
		margin-left: 1rem;
	}

	.margin-4--xl,
	.margin-left-4--xl,
	.margin-x-4--xl {
		margin-left: 2rem;
	}

	.margin-5--xl,
	.margin-left-5--xl,
	.margin-x-5--xl {
		margin-left: 4rem;
	}

	.margin-6--xl,
	.margin-left-6--xl,
	.margin-x-6--xl {
		margin-left: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.margin-0--xxl,
	.margin-left-0--xxl,
	.margin-x-0--xxl {
		margin-left: 0;
	}

	.margin-1--xxl,
	.margin-left-1--xxl,
	.margin-x-1--xxl {
		margin-left: 0.25rem;
	}

	.margin-2--xxl,
	.margin-left-2--xxl,
	.margin-x-2--xxl {
		margin-left: 0.5rem;
	}

	.margin-3--xxl,
	.margin-left-3--xxl,
	.margin-x-3--xxl {
		margin-left: 1rem;
	}

	.margin-4--xxl,
	.margin-left-4--xxl,
	.margin-x-4--xxl {
		margin-left: 2rem;
	}

	.margin-5--xxl,
	.margin-left-5--xxl,
	.margin-x-5--xxl {
		margin-left: 4rem;
	}

	.margin-6--xxl,
	.margin-left-6--xxl,
	.margin-x-6--xxl {
		margin-left: 8rem;
	}
}

@media screen and (min-width: 576px) {
	.margin-x-auto--sm {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 769px) {
	.margin-x-auto--md {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 992px) {
	.margin-x-auto--lg {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1200px) {
	.margin-x-auto--xl {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1600px) {
	.margin-x-auto--xxl {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 576px) {
	.margin-y-auto--sm {
		margin-bottom: auto;
		margin-top: auto;
	}
}

@media screen and (min-width: 769px) {
	.margin-y-auto--md {
		margin-bottom: auto;
		margin-top: auto;
	}
}

@media screen and (min-width: 992px) {
	.margin-y-auto--lg {
		margin-bottom: auto;
		margin-top: auto;
	}
}

@media screen and (min-width: 1200px) {
	.margin-y-auto--xl {
		margin-bottom: auto;
		margin-top: auto;
	}
}

@media screen and (min-width: 1600px) {
	.margin-y-auto--xxl {
		margin-bottom: auto;
		margin-top: auto;
	}
}

.padding-0,
.padding-top-0,
.padding-y-0 {
	padding-top: 0;
}

.padding-1,
.padding-top-1,
.padding-y-1 {
	padding-top: 0.25rem;
}

.padding-2,
.padding-top-2,
.padding-y-2 {
	padding-top: 0.5rem;
}

.padding-3,
.padding-top-3,
.padding-y-3 {
	padding-top: 1rem;
}

.padding-4,
.padding-top-4,
.padding-y-4 {
	padding-top: 2rem;
}

.padding-5,
.padding-top-5,
.padding-y-5 {
	padding-top: 4rem;
}

.padding-6,
.padding-top-6,
.padding-y-6 {
	padding-top: 8rem;
}

.padding-0,
.padding-right-0,
.padding-x-0 {
	padding-right: 0;
}

.padding-1,
.padding-right-1,
.padding-x-1 {
	padding-right: 0.25rem;
}

.padding-2,
.padding-right-2,
.padding-x-2 {
	padding-right: 0.5rem;
}

.padding-3,
.padding-right-3,
.padding-x-3 {
	padding-right: 1rem;
}

.padding-4,
.padding-right-4,
.padding-x-4 {
	padding-right: 2rem;
}

.padding-5,
.padding-right-5,
.padding-x-5 {
	padding-right: 4rem;
}

.padding-6,
.padding-right-6,
.padding-x-6 {
	padding-right: 8rem;
}

.padding-0,
.padding-bottom-0,
.padding-y-0 {
	padding-bottom: 0;
}

.padding-1,
.padding-bottom-1,
.padding-y-1 {
	padding-bottom: 0.25rem;
}

.padding-2,
.padding-bottom-2,
.padding-y-2 {
	padding-bottom: 0.5rem;
}

.padding-3,
.padding-bottom-3,
.padding-y-3 {
	padding-bottom: 1rem;
}

.padding-4,
.padding-bottom-4,
.padding-y-4 {
	padding-bottom: 2rem;
}

.padding-5,
.padding-bottom-5,
.padding-y-5 {
	padding-bottom: 4rem;
}

.padding-6,
.padding-bottom-6,
.padding-y-6 {
	padding-bottom: 8rem;
}

.padding-0,
.padding-left-0,
.padding-x-0 {
	padding-left: 0;
}

.padding-1,
.padding-left-1,
.padding-x-1 {
	padding-left: 0.25rem;
}

.padding-2,
.padding-left-2,
.padding-x-2 {
	padding-left: 0.5rem;
}

.padding-3,
.padding-left-3,
.padding-x-3 {
	padding-left: 1rem;
}

.padding-4,
.padding-left-4,
.padding-x-4 {
	padding-left: 2rem;
}

.padding-5,
.padding-left-5,
.padding-x-5 {
	padding-left: 4rem;
}

.padding-6,
.padding-left-6,
.padding-x-6 {
	padding-left: 8rem;
}

@media screen and (min-width: 576px) {
	.padding-0--sm,
	.padding-top-0--sm,
	.padding-y-0--sm {
		padding-top: 0;
	}

	.padding-1--sm,
	.padding-top-1--sm,
	.padding-y-1--sm {
		padding-top: 0.25rem;
	}

	.padding-2--sm,
	.padding-top-2--sm,
	.padding-y-2--sm {
		padding-top: 0.5rem;
	}

	.padding-3--sm,
	.padding-top-3--sm,
	.padding-y-3--sm {
		padding-top: 1rem;
	}

	.padding-4--sm,
	.padding-top-4--sm,
	.padding-y-4--sm {
		padding-top: 2rem;
	}

	.padding-5--sm,
	.padding-top-5--sm,
	.padding-y-5--sm {
		padding-top: 4rem;
	}

	.padding-6--sm,
	.padding-top-6--sm,
	.padding-y-6--sm {
		padding-top: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.padding-0--md,
	.padding-top-0--md,
	.padding-y-0--md {
		padding-top: 0;
	}

	.padding-1--md,
	.padding-top-1--md,
	.padding-y-1--md {
		padding-top: 0.25rem;
	}

	.padding-2--md,
	.padding-top-2--md,
	.padding-y-2--md {
		padding-top: 0.5rem;
	}

	.padding-3--md,
	.padding-top-3--md,
	.padding-y-3--md {
		padding-top: 1rem;
	}

	.padding-4--md,
	.padding-top-4--md,
	.padding-y-4--md {
		padding-top: 2rem;
	}

	.padding-5--md,
	.padding-top-5--md,
	.padding-y-5--md {
		padding-top: 4rem;
	}

	.padding-6--md,
	.padding-top-6--md,
	.padding-y-6--md {
		padding-top: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.padding-0--lg,
	.padding-top-0--lg,
	.padding-y-0--lg {
		padding-top: 0;
	}

	.padding-1--lg,
	.padding-top-1--lg,
	.padding-y-1--lg {
		padding-top: 0.25rem;
	}

	.padding-2--lg,
	.padding-top-2--lg,
	.padding-y-2--lg {
		padding-top: 0.5rem;
	}

	.padding-3--lg,
	.padding-top-3--lg,
	.padding-y-3--lg {
		padding-top: 1rem;
	}

	.padding-4--lg,
	.padding-top-4--lg,
	.padding-y-4--lg {
		padding-top: 2rem;
	}

	.padding-5--lg,
	.padding-top-5--lg,
	.padding-y-5--lg {
		padding-top: 4rem;
	}

	.padding-6--lg,
	.padding-top-6--lg,
	.padding-y-6--lg {
		padding-top: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.padding-0--xl,
	.padding-top-0--xl,
	.padding-y-0--xl {
		padding-top: 0;
	}

	.padding-1--xl,
	.padding-top-1--xl,
	.padding-y-1--xl {
		padding-top: 0.25rem;
	}

	.padding-2--xl,
	.padding-top-2--xl,
	.padding-y-2--xl {
		padding-top: 0.5rem;
	}

	.padding-3--xl,
	.padding-top-3--xl,
	.padding-y-3--xl {
		padding-top: 1rem;
	}

	.padding-4--xl,
	.padding-top-4--xl,
	.padding-y-4--xl {
		padding-top: 2rem;
	}

	.padding-5--xl,
	.padding-top-5--xl,
	.padding-y-5--xl {
		padding-top: 4rem;
	}

	.padding-6--xl,
	.padding-top-6--xl,
	.padding-y-6--xl {
		padding-top: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.padding-0--xxl,
	.padding-top-0--xxl,
	.padding-y-0--xxl {
		padding-top: 0;
	}

	.padding-1--xxl,
	.padding-top-1--xxl,
	.padding-y-1--xxl {
		padding-top: 0.25rem;
	}

	.padding-2--xxl,
	.padding-top-2--xxl,
	.padding-y-2--xxl {
		padding-top: 0.5rem;
	}

	.padding-3--xxl,
	.padding-top-3--xxl,
	.padding-y-3--xxl {
		padding-top: 1rem;
	}

	.padding-4--xxl,
	.padding-top-4--xxl,
	.padding-y-4--xxl {
		padding-top: 2rem;
	}

	.padding-5--xxl,
	.padding-top-5--xxl,
	.padding-y-5--xxl {
		padding-top: 4rem;
	}

	.padding-6--xxl,
	.padding-top-6--xxl,
	.padding-y-6--xxl {
		padding-top: 8rem;
	}
}

@media screen and (min-width: 576px) {
	.padding-0--sm,
	.padding-right-0--sm,
	.padding-x-0--sm {
		padding-right: 0;
	}

	.padding-1--sm,
	.padding-right-1--sm,
	.padding-x-1--sm {
		padding-right: 0.25rem;
	}

	.padding-2--sm,
	.padding-right-2--sm,
	.padding-x-2--sm {
		padding-right: 0.5rem;
	}

	.padding-3--sm,
	.padding-right-3--sm,
	.padding-x-3--sm {
		padding-right: 1rem;
	}

	.padding-4--sm,
	.padding-right-4--sm,
	.padding-x-4--sm {
		padding-right: 2rem;
	}

	.padding-5--sm,
	.padding-right-5--sm,
	.padding-x-5--sm {
		padding-right: 4rem;
	}

	.padding-6--sm,
	.padding-right-6--sm,
	.padding-x-6--sm {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.padding-0--md,
	.padding-right-0--md,
	.padding-x-0--md {
		padding-right: 0;
	}

	.padding-1--md,
	.padding-right-1--md,
	.padding-x-1--md {
		padding-right: 0.25rem;
	}

	.padding-2--md,
	.padding-right-2--md,
	.padding-x-2--md {
		padding-right: 0.5rem;
	}

	.padding-3--md,
	.padding-right-3--md,
	.padding-x-3--md {
		padding-right: 1rem;
	}

	.padding-4--md,
	.padding-right-4--md,
	.padding-x-4--md {
		padding-right: 2rem;
	}

	.padding-5--md,
	.padding-right-5--md,
	.padding-x-5--md {
		padding-right: 4rem;
	}

	.padding-6--md,
	.padding-right-6--md,
	.padding-x-6--md {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.padding-0--lg,
	.padding-right-0--lg,
	.padding-x-0--lg {
		padding-right: 0;
	}

	.padding-1--lg,
	.padding-right-1--lg,
	.padding-x-1--lg {
		padding-right: 0.25rem;
	}

	.padding-2--lg,
	.padding-right-2--lg,
	.padding-x-2--lg {
		padding-right: 0.5rem;
	}

	.padding-3--lg,
	.padding-right-3--lg,
	.padding-x-3--lg {
		padding-right: 1rem;
	}

	.padding-4--lg,
	.padding-right-4--lg,
	.padding-x-4--lg {
		padding-right: 2rem;
	}

	.padding-5--lg,
	.padding-right-5--lg,
	.padding-x-5--lg {
		padding-right: 4rem;
	}

	.padding-6--lg,
	.padding-right-6--lg,
	.padding-x-6--lg {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.padding-0--xl,
	.padding-right-0--xl,
	.padding-x-0--xl {
		padding-right: 0;
	}

	.padding-1--xl,
	.padding-right-1--xl,
	.padding-x-1--xl {
		padding-right: 0.25rem;
	}

	.padding-2--xl,
	.padding-right-2--xl,
	.padding-x-2--xl {
		padding-right: 0.5rem;
	}

	.padding-3--xl,
	.padding-right-3--xl,
	.padding-x-3--xl {
		padding-right: 1rem;
	}

	.padding-4--xl,
	.padding-right-4--xl,
	.padding-x-4--xl {
		padding-right: 2rem;
	}

	.padding-5--xl,
	.padding-right-5--xl,
	.padding-x-5--xl {
		padding-right: 4rem;
	}

	.padding-6--xl,
	.padding-right-6--xl,
	.padding-x-6--xl {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.padding-0--xxl,
	.padding-right-0--xxl,
	.padding-x-0--xxl {
		padding-right: 0;
	}

	.padding-1--xxl,
	.padding-right-1--xxl,
	.padding-x-1--xxl {
		padding-right: 0.25rem;
	}

	.padding-2--xxl,
	.padding-right-2--xxl,
	.padding-x-2--xxl {
		padding-right: 0.5rem;
	}

	.padding-3--xxl,
	.padding-right-3--xxl,
	.padding-x-3--xxl {
		padding-right: 1rem;
	}

	.padding-4--xxl,
	.padding-right-4--xxl,
	.padding-x-4--xxl {
		padding-right: 2rem;
	}

	.padding-5--xxl,
	.padding-right-5--xxl,
	.padding-x-5--xxl {
		padding-right: 4rem;
	}

	.padding-6--xxl,
	.padding-right-6--xxl,
	.padding-x-6--xxl {
		padding-right: 8rem;
	}
}

@media screen and (min-width: 576px) {
	.padding-0--sm,
	.padding-bottom-0--sm,
	.padding-y-0--sm {
		padding-bottom: 0;
	}

	.padding-1--sm,
	.padding-bottom-1--sm,
	.padding-y-1--sm {
		padding-bottom: 0.25rem;
	}

	.padding-2--sm,
	.padding-bottom-2--sm,
	.padding-y-2--sm {
		padding-bottom: 0.5rem;
	}

	.padding-3--sm,
	.padding-bottom-3--sm,
	.padding-y-3--sm {
		padding-bottom: 1rem;
	}

	.padding-4--sm,
	.padding-bottom-4--sm,
	.padding-y-4--sm {
		padding-bottom: 2rem;
	}

	.padding-5--sm,
	.padding-bottom-5--sm,
	.padding-y-5--sm {
		padding-bottom: 4rem;
	}

	.padding-6--sm,
	.padding-bottom-6--sm,
	.padding-y-6--sm {
		padding-bottom: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.padding-0--md,
	.padding-bottom-0--md,
	.padding-y-0--md {
		padding-bottom: 0;
	}

	.padding-1--md,
	.padding-bottom-1--md,
	.padding-y-1--md {
		padding-bottom: 0.25rem;
	}

	.padding-2--md,
	.padding-bottom-2--md,
	.padding-y-2--md {
		padding-bottom: 0.5rem;
	}

	.padding-3--md,
	.padding-bottom-3--md,
	.padding-y-3--md {
		padding-bottom: 1rem;
	}

	.padding-4--md,
	.padding-bottom-4--md,
	.padding-y-4--md {
		padding-bottom: 2rem;
	}

	.padding-5--md,
	.padding-bottom-5--md,
	.padding-y-5--md {
		padding-bottom: 4rem;
	}

	.padding-6--md,
	.padding-bottom-6--md,
	.padding-y-6--md {
		padding-bottom: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.padding-0--lg,
	.padding-bottom-0--lg,
	.padding-y-0--lg {
		padding-bottom: 0;
	}

	.padding-1--lg,
	.padding-bottom-1--lg,
	.padding-y-1--lg {
		padding-bottom: 0.25rem;
	}

	.padding-2--lg,
	.padding-bottom-2--lg,
	.padding-y-2--lg {
		padding-bottom: 0.5rem;
	}

	.padding-3--lg,
	.padding-bottom-3--lg,
	.padding-y-3--lg {
		padding-bottom: 1rem;
	}

	.padding-4--lg,
	.padding-bottom-4--lg,
	.padding-y-4--lg {
		padding-bottom: 2rem;
	}

	.padding-5--lg,
	.padding-bottom-5--lg,
	.padding-y-5--lg {
		padding-bottom: 4rem;
	}

	.padding-6--lg,
	.padding-bottom-6--lg,
	.padding-y-6--lg {
		padding-bottom: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.padding-0--xl,
	.padding-bottom-0--xl,
	.padding-y-0--xl {
		padding-bottom: 0;
	}

	.padding-1--xl,
	.padding-bottom-1--xl,
	.padding-y-1--xl {
		padding-bottom: 0.25rem;
	}

	.padding-2--xl,
	.padding-bottom-2--xl,
	.padding-y-2--xl {
		padding-bottom: 0.5rem;
	}

	.padding-3--xl,
	.padding-bottom-3--xl,
	.padding-y-3--xl {
		padding-bottom: 1rem;
	}

	.padding-4--xl,
	.padding-bottom-4--xl,
	.padding-y-4--xl {
		padding-bottom: 2rem;
	}

	.padding-5--xl,
	.padding-bottom-5--xl,
	.padding-y-5--xl {
		padding-bottom: 4rem;
	}

	.padding-6--xl,
	.padding-bottom-6--xl,
	.padding-y-6--xl {
		padding-bottom: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.padding-0--xxl,
	.padding-bottom-0--xxl,
	.padding-y-0--xxl {
		padding-bottom: 0;
	}

	.padding-1--xxl,
	.padding-bottom-1--xxl,
	.padding-y-1--xxl {
		padding-bottom: 0.25rem;
	}

	.padding-2--xxl,
	.padding-bottom-2--xxl,
	.padding-y-2--xxl {
		padding-bottom: 0.5rem;
	}

	.padding-3--xxl,
	.padding-bottom-3--xxl,
	.padding-y-3--xxl {
		padding-bottom: 1rem;
	}

	.padding-4--xxl,
	.padding-bottom-4--xxl,
	.padding-y-4--xxl {
		padding-bottom: 2rem;
	}

	.padding-5--xxl,
	.padding-bottom-5--xxl,
	.padding-y-5--xxl {
		padding-bottom: 4rem;
	}

	.padding-6--xxl,
	.padding-bottom-6--xxl,
	.padding-y-6--xxl {
		padding-bottom: 8rem;
	}
}

@media screen and (min-width: 576px) {
	.padding-0--sm,
	.padding-left-0--sm,
	.padding-x-0--sm {
		padding-left: 0;
	}

	.padding-1--sm,
	.padding-left-1--sm,
	.padding-x-1--sm {
		padding-left: 0.25rem;
	}

	.padding-2--sm,
	.padding-left-2--sm,
	.padding-x-2--sm {
		padding-left: 0.5rem;
	}

	.padding-3--sm,
	.padding-left-3--sm,
	.padding-x-3--sm {
		padding-left: 1rem;
	}

	.padding-4--sm,
	.padding-left-4--sm,
	.padding-x-4--sm {
		padding-left: 2rem;
	}

	.padding-5--sm,
	.padding-left-5--sm,
	.padding-x-5--sm {
		padding-left: 4rem;
	}

	.padding-6--sm,
	.padding-left-6--sm,
	.padding-x-6--sm {
		padding-left: 8rem;
	}
}

@media screen and (min-width: 769px) {
	.padding-0--md,
	.padding-left-0--md,
	.padding-x-0--md {
		padding-left: 0;
	}

	.padding-1--md,
	.padding-left-1--md,
	.padding-x-1--md {
		padding-left: 0.25rem;
	}

	.padding-2--md,
	.padding-left-2--md,
	.padding-x-2--md {
		padding-left: 0.5rem;
	}

	.padding-3--md,
	.padding-left-3--md,
	.padding-x-3--md {
		padding-left: 1rem;
	}

	.padding-4--md,
	.padding-left-4--md,
	.padding-x-4--md {
		padding-left: 2rem;
	}

	.padding-5--md,
	.padding-left-5--md,
	.padding-x-5--md {
		padding-left: 4rem;
	}

	.padding-6--md,
	.padding-left-6--md,
	.padding-x-6--md {
		padding-left: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.padding-0--lg,
	.padding-left-0--lg,
	.padding-x-0--lg {
		padding-left: 0;
	}

	.padding-1--lg,
	.padding-left-1--lg,
	.padding-x-1--lg {
		padding-left: 0.25rem;
	}

	.padding-2--lg,
	.padding-left-2--lg,
	.padding-x-2--lg {
		padding-left: 0.5rem;
	}

	.padding-3--lg,
	.padding-left-3--lg,
	.padding-x-3--lg {
		padding-left: 1rem;
	}

	.padding-4--lg,
	.padding-left-4--lg,
	.padding-x-4--lg {
		padding-left: 2rem;
	}

	.padding-5--lg,
	.padding-left-5--lg,
	.padding-x-5--lg {
		padding-left: 4rem;
	}

	.padding-6--lg,
	.padding-left-6--lg,
	.padding-x-6--lg {
		padding-left: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.padding-0--xl,
	.padding-left-0--xl,
	.padding-x-0--xl {
		padding-left: 0;
	}

	.padding-1--xl,
	.padding-left-1--xl,
	.padding-x-1--xl {
		padding-left: 0.25rem;
	}

	.padding-2--xl,
	.padding-left-2--xl,
	.padding-x-2--xl {
		padding-left: 0.5rem;
	}

	.padding-3--xl,
	.padding-left-3--xl,
	.padding-x-3--xl {
		padding-left: 1rem;
	}

	.padding-4--xl,
	.padding-left-4--xl,
	.padding-x-4--xl {
		padding-left: 2rem;
	}

	.padding-5--xl,
	.padding-left-5--xl,
	.padding-x-5--xl {
		padding-left: 4rem;
	}

	.padding-6--xl,
	.padding-left-6--xl,
	.padding-x-6--xl {
		padding-left: 8rem;
	}
}

@media screen and (min-width: 1600px) {
	.padding-0--xxl,
	.padding-left-0--xxl,
	.padding-x-0--xxl {
		padding-left: 0;
	}

	.padding-1--xxl,
	.padding-left-1--xxl,
	.padding-x-1--xxl {
		padding-left: 0.25rem;
	}

	.padding-2--xxl,
	.padding-left-2--xxl,
	.padding-x-2--xxl {
		padding-left: 0.5rem;
	}

	.padding-3--xxl,
	.padding-left-3--xxl,
	.padding-x-3--xxl {
		padding-left: 1rem;
	}

	.padding-4--xxl,
	.padding-left-4--xxl,
	.padding-x-4--xxl {
		padding-left: 2rem;
	}

	.padding-5--xxl,
	.padding-left-5--xxl,
	.padding-x-5--xxl {
		padding-left: 4rem;
	}

	.padding-6--xxl,
	.padding-left-6--xxl,
	.padding-x-6--xxl {
		padding-left: 8rem;
	}
}

.border-round {
	border-radius: 100%;
}

.border-rounded-1 {
	border-radius: 0.125rem;
}

.border-rounded-2 {
	border-radius: 0.25rem;
}

.border-rounded-3 {
	border-radius: 0.5rem;
}

.border-rounded-4 {
	border-radius: 0.75rem;
}

.border-rounded-5 {
	border-radius: 1rem;
}

.border-rounded-6 {
	border-radius: 1.5rem;
}

.border-rounded-7 {
	border-radius: 2rem;
}

.border-rounded-max {
	border-radius: 9999px;
}

.bg-center {
	background-position: 50%;
}

.bg-top {
	background-position: top;
}

.bg-right {
	background-position: 100%;
}

.bg-bottom {
	background-position: bottom;
}

.bg-left {
	background-position: 0;
}

.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-width-full {
	background-size: 100% auto;
}

.bg-height-full {
	background-size: auto 100%;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-white {
	background-color: #fff;
}

.transparent {
	opacity: 0;
}

.opacity-1 {
	opacity: 0.1;
}

.opacity-2 {
	opacity: 0.2;
}

.opacity-3 {
	opacity: 0.3;
}

.opacity-4 {
	opacity: 0.4;
}

.opacity-5 {
	opacity: 0.5;
}

.opacity-6 {
	opacity: 0.6;
}

.opacity-7 {
	opacity: 0.7;
}

.opacity-8 {
	opacity: 0.8;
}

.opacity-9 {
	opacity: 0.9;
}

.opaque {
	opacity: 1;
}

@media screen and (min-width: 576px) {
	.transparent--sm {
		opacity: 0;
	}
}

@media screen and (min-width: 769px) {
	.transparent--md {
		opacity: 0;
	}
}

@media screen and (min-width: 992px) {
	.transparent--lg {
		opacity: 0;
	}
}

@media screen and (min-width: 1200px) {
	.transparent--xl {
		opacity: 0;
	}
}

@media screen and (min-width: 1600px) {
	.transparent--xxl {
		opacity: 0;
	}
}

@media screen and (min-width: 576px) {
	.opaque--sm {
		opacity: 1;
	}
}

@media screen and (min-width: 769px) {
	.opaque--md {
		opacity: 1;
	}
}

@media screen and (min-width: 992px) {
	.opaque--lg {
		opacity: 1;
	}
}

@media screen and (min-width: 1200px) {
	.opaque--xl {
		opacity: 1;
	}
}

@media screen and (min-width: 1600px) {
	.opaque--xxl {
		opacity: 1;
	}
}

.cursor-default {
	cursor: default;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-wait {
	cursor: wait;
}

.cursor-progress {
	cursor: progress;
}

.cursor-not {
	cursor: not-allowed;
}

.cursor-help {
	cursor: help;
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.trans-color {
	transition-property: color;
}

.trans-bg {
	transition-property: background-color;
}

.trans-transform {
	transition-property: transform;
}

.trans-filter {
	transition-property: filter;
}

.trans-border {
	transition-property: border;
}

.trans-opacity {
	transition-property: opacity;
}

.trans-all {
	transition-property: all;
}

.trans-shadow {
	transition-property: box-shadow;
}

.trans-0-1 {
	transition-duration: 0.1s;
}

.trans-0-2 {
	transition-duration: 0.2s;
}

.trans-0-3 {
	transition-duration: 0.3s;
}

.trans-0-4 {
	transition-duration: 0.4s;
}

.trans-0-5 {
	transition-duration: 0.5s;
}

.trans-0-6 {
	transition-duration: 0.6s;
}

.trans-0-7 {
	transition-duration: 0.7s;
}

.trans-0-8 {
	transition-duration: 0.8s;
}

.trans-0-9 {
	transition-duration: 0.9s;
}

.trans-1 {
	transition-duration: 1s;
}

.trans-linear {
	transition-timing-function: linear;
}

.trans-ease-in {
	transition-timing-function: ease-in;
}

.trans-ease-out {
	transition-timing-function: ease-out;
}

.trans-ease-in-out {
	transition-timing-function: ease-in-out;
}

.font-xs {
	font-size: 0.78rem;
}

.font-sm {
	font-size: 0.89rem;
}

.font-nl {
	font-size: 1rem;
}

.font-lg {
	font-size: 1.12rem;
}

.font-xl {
	font-size: 1.35rem;
}

.font-2xl {
	font-size: 1.78rem;
}

.font-3xl {
	font-size: 1.875rem;
}

.font-4xl {
	font-size: 2.25rem;
}

.font-5xl {
	font-size: 3rem;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-bold {
	font-weight: 700;
}

.font-black {
	font-weight: 900;
}

.font-italic {
	font-style: italic;
}

.font-sans-serif {
	font-family: sans-serif;
}

.font-serif {
	font-family: serif;
}

@media screen and (min-width: 576px) {
	.font-xs--sm {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 769px) {
	.font-xs--md {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 992px) {
	.font-xs--lg {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-xs--xl {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-xs--xxl {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 576px) {
	.font-sm--sm {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 769px) {
	.font-sm--md {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 992px) {
	.font-sm--lg {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-sm--xl {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-sm--xxl {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 576px) {
	.font-nl--sm {
		font-size: 1rem;
	}
}

@media screen and (min-width: 769px) {
	.font-nl--md {
		font-size: 1rem;
	}
}

@media screen and (min-width: 992px) {
	.font-nl--lg {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-nl--xl {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-nl--xxl {
		font-size: 1rem;
	}
}

@media screen and (min-width: 576px) {
	.font-lg--sm {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 769px) {
	.font-lg--md {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	.font-lg--lg {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-lg--xl {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-lg--xxl {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 576px) {
	.font-xl--sm {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 769px) {
	.font-xl--md {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.font-xl--lg {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-xl--xl {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-xl--xxl {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 576px) {
	.font-2xl--sm {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 769px) {
	.font-2xl--md {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 992px) {
	.font-2xl--lg {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-2xl--xl {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-2xl--xxl {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 576px) {
	.font-3xl--sm {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 769px) {
	.font-3xl--md {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 992px) {
	.font-3xl--lg {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-3xl--xl {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-3xl--xxl {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 576px) {
	.font-4xl--sm {
		font-size: 3rem;
	}
}

@media screen and (min-width: 769px) {
	.font-4xl--md {
		font-size: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.font-4xl--lg {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-4xl--xl {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-4xl--xxl {
		font-size: 3rem;
	}
}

@media screen and (min-width: 576px) {
	.font-5xl--sm {
		font-size: 4rem;
	}
}

@media screen and (min-width: 769px) {
	.font-5xl--md {
		font-size: 4rem;
	}
}

@media screen and (min-width: 992px) {
	.font-5xl--lg {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.font-5xl--xl {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1600px) {
	.font-5xl--xxl {
		font-size: 4rem;
	}
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-top {
	vertical-align: top;
}

.text-middle {
	vertical-align: middle;
}

.text-bottom {
	vertical-align: bottom;
}

.text-baseline {
	vertical-align: baseline;
}

.text-nowrap {
	white-space: nowrap;
}

.text-pre {
	white-space: pre;
}

.text-break {
	word-break: break-all;
}

.text-dots {
	text-overflow: ellipsis;
}

.text-tightest {
	line-height: 1;
}

.text-tight {
	line-height: 1.25;
}

.text-average {
	line-height: 1.5;
}

.text-wide {
	line-height: 1.75;
}

.text-loose {
	line-height: 2;
}

.text-upper {
	text-transform: uppercase;
}

.text-lower {
	text-transform: lowercase;
}

.no-list {
	list-style: none;
}

.no-leading {
	line-height: 0;
}

.color-white {
	color: #fff;
}

.color-black {
	color: #000;
}

@media screen and (min-width: 576px) {
	.text-center--sm {
		text-align: center;
	}
}

@media screen and (min-width: 769px) {
	.text-center--md {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.text-center--lg {
		text-align: center;
	}
}

@media screen and (min-width: 1200px) {
	.text-center--xl {
		text-align: center;
	}
}

@media screen and (min-width: 1600px) {
	.text-center--xxl {
		text-align: center;
	}
}

@media screen and (min-width: 576px) {
	.text-left--sm {
		text-align: left;
	}
}

@media screen and (min-width: 769px) {
	.text-left--md {
		text-align: left;
	}
}

@media screen and (min-width: 992px) {
	.text-left--lg {
		text-align: left;
	}
}

@media screen and (min-width: 1200px) {
	.text-left--xl {
		text-align: left;
	}
}

@media screen and (min-width: 1600px) {
	.text-left--xxl {
		text-align: left;
	}
}

@media screen and (min-width: 576px) {
	.text-right--sm {
		text-align: right;
	}
}

@media screen and (min-width: 769px) {
	.text-right--md {
		text-align: right;
	}
}

@media screen and (min-width: 992px) {
	.text-right--lg {
		text-align: right;
	}
}

@media screen and (min-width: 1200px) {
	.text-right--xl {
		text-align: right;
	}
}

@media screen and (min-width: 1600px) {
	.text-right--xxl {
		text-align: right;
	}
}

.hover-trigger:focus .hover-content,
.hover-trigger:hover .hover-content {
	display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.fill-current-color,
.fill-current-color path {
	fill: currentColor;
}

.fill-white,
.fill-white path {
	fill: #fff;
}

.fill-black,
.fill-black path {
	fill: #000;
}

.flip-vertical {
	transform: scaleX(-1);
}

.flip-horizontal {
	transform: scaleY(-1);
}

.no-outline {
	outline: none;
}

@font-face {
	font-family: "swiper-icons";
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out;
}

.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	color: #007aff;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: 44px;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: -22px;
	margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
	position: absolute;
	top: 50%;
	width: 27px;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 44px;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
	text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 10px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translateZ(0);
	transition: opacity 0.3s;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	background: #000;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	opacity: 0.2;
	width: 8px;
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: #007aff;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	display: block;
	margin: 6px 0;
}

.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: transform 0.2s, left 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%;
}

.swiper-container-rtl
	.swiper-pagination-progressbar
	.swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50;
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite;
	border: 4px solid #007aff;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn);
	}
}

.swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
	background: #000;
	bottom: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.nuxt-progress {
	background-color: #da2626;
	height: 2px;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: width 0.1s, opacity 0.4s;
	width: 0;
	z-index: 999999;
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none;
}

.nuxt-progress-failed {
	background-color: red;
}

.error-page-style[data-v-d4cc76f0] {
	align-items: center;
	display: flex;
	flex-grow: 1;
	height: 100%;
	justify-content: center;
	width: 100%;
}

[data-v-21449c81] .modal-box {
	--width: 500px !important;
}

.modal-wrapper[data-v-4027e4ca] {
	align-items: center;
	background: red;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.modal-backdrop[data-v-4027e4ca] {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background-color: hsla(0, 0%, 8%, 0.5);
	border: 1px solid hsla(0, 0%, 100%, 0.3);
}

.modal-box[data-v-4027e4ca] {
	--width: 435px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 6px 8px 36px 0 rgba(11, 17, 40, 0.051);
	display: flex;
	flex-direction: column;
	max-height: 100%;
	min-width: min(435px, 100%);
	min-width: min(var(--width), 100%);
	padding: 36px;
	position: relative;
	width: min(435px, 100%);
	width: min(var(--width), 100%);
}

.modal-box .modal-body[data-v-4027e4ca],
.modal-box .modal-footer[data-v-4027e4ca],
.modal-box .modal-header[data-v-4027e4ca] {
	display: flex;
	justify-content: center;
}

.modal-box .modal-header[data-v-4027e4ca] {
	color: #333a41;
	display: flex;
	flex-direction: column;
	font-family: Circe, sans-serif;
	font-size: 30px;
	font-weight: 800;
	justify-content: flex-start;
	line-height: 1;
	margin-bottom: 8px;
}

.modal-box .modal-body[data-v-4027e4ca] {
	color: #333a41;
	font-family: Lato, sans-serif;
	font-size: 16px;
}

.modal-box .modal-footer[data-v-4027e4ca] {
	margin-top: 24px;
}

.modal-box .btn-modal-close[data-v-4027e4ca] {
	padding: 22px;
}

@media (max-width: 499px) {
	.modal-box[data-v-4027e4ca] {
		border-radius: 3px;
	}
}

header[data-v-26b0c12f] {
	background: #fffdfd;
	left: 0;
	/* padding: 0.8rem 0; */
	position: fixed;
	right: 0;
	top: 0;
	z-index: 997;
}

.btn[data-v-26b0c12f] {
	padding: 0.5rem 0.835rem;
}

@media (min-width: 1501px) {
	.btn.btn-long[data-v-26b0c12f] {
		min-width: 120px;
		padding-left: 1.835rem;
		padding-right: 1.835rem;
		white-space: nowrap;
	}
}

.icon-logo[data-v-26b0c12f] {
	width: 10rem;
}

.nav-link[data-v-26b0c12f] {
	color: #333a41;
	transition: all 0.5s ease;
}

.nav-link.nuxt-link-exact-active[data-v-26b0c12f],
.nav-link[data-v-26b0c12f]:hover {
	color: #da2626;
}

.btn-soft[data-v-26b0c12f] {
	border-color: #dbdbdb;
}

.btn-soft[data-v-26b0c12f]:hover {
	border-color: #333a41;
}

.btn-lang[data-v-3a9d0b5c] {
	color: #333a41;
}

.icon-point[data-v-3a9d0b5c] {
	height: 1.3rem;
	min-width: 1.3rem;
	width: 1.3rem;
}

.icon-arrow[data-v-3a9d0b5c],
.icon-point[data-v-3a9d0b5c] {
	fill: #333a41;
	transition: all 0.5s ease;
}

.icon-arrow[data-v-3a9d0b5c] {
	height: 0.7rem;
	min-width: 0.7rem;
	width: 0.7rem;
}

.icon-close[data-v-3a9d0b5c] {
	fill: #333a41;
	cursor: pointer;
	height: 1rem;
	min-width: 1rem;
	transition: all 0.5s ease;
	width: 1rem;
}

.dropdown-blur[data-v-3a9d0b5c] {
	align-items: center;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 99;
}

.dropdown[data-v-3a9d0b5c] {
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	height: 50vh;
	overflow: hidden;
	padding: 1rem 1.5rem;
	position: relative;
	width: 70vw;
}

.drop-item[data-v-3a9d0b5c] {
	align-items: center;
	border: 1px solid transparent;
	display: flex;
	padding: 0 0.5rem;
	transition: border 0.5s ease;
}

.drop-item[data-v-3a9d0b5c]:hover {
	border: 1px solid #e3e3e3;
}

.brd-b[data-v-3a9d0b5c] {
	border-bottom: 3px solid #333a41;
}

.flag[data-v-3a9d0b5c] {
	height: 13px;
	width: 18px;
}

.link[data-v-3a9d0b5c] {
	color: #333a41;
	cursor: pointer;
	opacity: 0.5;
}

.link.main[data-v-3a9d0b5c] {
	opacity: 1;
}

.link[data-v-3a9d0b5c]:hover {
	color: #0056b3;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.white-bl .btn-lang[data-v-3a9d0b5c] {
	color: #fff;
}

.white-bl .icon-arrow[data-v-3a9d0b5c],
.white-bl .icon-point[data-v-3a9d0b5c] {
	fill: #fff;
}

@media (max-width: 1299px) {
	.btn-lang[data-v-3a9d0b5c] {
		color: #fff;
	}

	.icon-arrow[data-v-3a9d0b5c],
	.icon-point[data-v-3a9d0b5c] {
		fill: #fff;
	}

	.dropdown-blur[data-v-3a9d0b5c] {
		height: 90vh;
		top: 4rem;
	}

	.dropdown[data-v-3a9d0b5c] {
		height: 80vh;
		padding: 1rem 0.5rem;
		width: 95vw;
	}
}

header[data-v-58ee16ca] {
	background: #fff;
	box-shadow: 0 4px 12px rgba(162, 169, 194, 0.25);
	left: 0;
	padding: 0rem 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

header.account[data-v-58ee16ca] {
	background: #1e2125;
}

header.account .btn-nav-mobile span[data-v-58ee16ca] {
	background: #fff;
}

.icon-logo[data-v-58ee16ca] {
	width: 10.8rem;
}

.nav-link[data-v-58ee16ca] {
	align-items: center;
	color: #f6f6f6;
	display: flex;
	font-size: 1rem;
	letter-spacing: 0.1em;
	transition: all 0.1s ease;
}

.link-mob[data-v-58ee16ca] {
	color: #d0d8e1;
	display: block;
	font-size: 1rem;
}

.menu-mob[data-v-58ee16ca] {
	--top: 60px;
	height: calc(100vh - 60px);
	height: calc(100vh - var(--top));
	left: -100%;
	overflow: auto;
	padding: 12px 1.5rem 1.5rem;
	position: absolute;
	top: 60px;
	top: var(--top);
	transition: all 0.1s ease;
	width: 100%;
	z-index: 97;
}

.menu-mob.open[data-v-58ee16ca] {
	left: 0;
}

.icon[data-v-58ee16ca] {
	fill: #d0d8e1;
	height: 0.8rem;
	min-width: 0.8rem;
	width: 0.8rem;
}

.icon-link[data-v-58ee16ca],
.icon-profile[data-v-58ee16ca] {
	height: 1rem;
	min-width: 1rem;
	width: 1rem;
}

.icon-link[data-v-58ee16ca] {
	fill: #fff;
}

.vin-search input[data-v-1c758b53] {
	background: #eceff3;
	border-radius: 4px;
	color: #333a41;
	flex: 3 0 0;
	font-size: 14px;
	min-height: 40px;
	min-width: 0;
	padding: 0 17px;
}

.vin-search input[data-v-1c758b53]::-moz-placeholder {
	color: #333a41;
	font-family: "Lato", serif;
	font-size: 14px;
}

.vin-search input[data-v-1c758b53]::placeholder {
	color: #333a41;
	font-family: "Lato", serif;
	font-size: 14px;
}

.vin-search.limit-width input[data-v-1c758b53] {
	max-width: 286px;
}

.vin-search.limit-width button[data-v-1c758b53] {
	max-width: -moz-min-content;
	max-width: min-content;
	white-space: nowrap;
	width: -moz-min-content;
	width: min-content;
}

.field__error[data-v-1c758b53] {
	color: red;
	margin-top: 4px;
}

@media (max-width: 599px) {
	[data-v-f401c5aa] .fs-36 {
		font-size: 28px !important;
	}
}

.card[data-v-ba5a68f6] {
	background: #eceff3;
	border-radius: 24px;
	padding: 60px 65px;
	margin: 15px 0;
}

.advantage-container[data-v-ba5a68f6] {
	gap: 12px 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-top: 15px;
}

.card-negative-margins[data-v-ba5a68f6] {
	margin: -63px -65px;
	position: relative;
}

@media (max-width: 599px) {
	.container.page-container[data-v-ba5a68f6] {
		padding: 0;
	}

	.card[data-v-ba5a68f6] {
		border-radius: 0;
		padding: 63px 10px;
	}

	.banner-title[data-v-ba5a68f6] {
		font-size: 33px !important;
	}
}

.field--error .icon[data-v-76748e72],
.icon[data-v-76748e72] {
	height: 1rem;
	min-width: 1rem;
	width: 1rem;
}

.icon[data-v-76748e72] {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}

.input[data-v-76748e72] {
	border: none;
	padding: 5px 40px 4px;
}

.input.error-b[data-v-76748e72] {
	border: 1px solid rgba(255, 0, 0, 0.5);
}

button[data-v-76748e72],
input[data-v-76748e72] {
	height: 40px;
	padding-bottom: 0;
	padding-top: 0;
}

input[data-v-76748e72] {
	padding-left: 18px;
	padding-right: 18px;
}

.fill-red[data-v-76748e72] {
	filter: invert(15%) sepia(99%) saturate(5534%) hue-rotate(357deg)
		brightness(111%) contrast(116%);
}

.searchbar-style-1[data-v-76748e72] {
	border-radius: 16px;
	padding: 12px;
}

.background[data-v-5d772f89] {
	--offset-x: 5px;
	--offset-y: 150px;
	max-height: 450px;
	max-width: 500px;
	position: relative;
	width: min(500px, 100%);
}

.background .img-background[data-v-5d772f89] {
	left: 50%;
	max-width: 120%;
	top: 50%;
	transform: translate(-38%, -38%) rotate(0deg);
	transform: translate(
			calc(-38% + var(--offset-x, 0px)),
			calc(-38% + var(--offset-y, 0px))
		)
		rotate(var(--rotation, 0deg));
	width: 120%;
}

.background .img-phone[data-v-5d772f89] {
	left: 50%;
	top: 50%;
	transform: translate(-13%, -40%) rotate(0deg);
	transform: translate(
			calc(-13% + var(--offset-x, 0px)),
			calc(-40% + var(--offset-y, 0px) + var(--additional-offset-y, 0px))
		)
		rotate(var(--rotation, 0deg));
	width: 45%;
}

.background .img-card-1[data-v-5d772f89] {
	left: 50%;
	top: 50%;
	transform: translate(-86%, -95%) rotate(0deg);
	transform: translate(
			calc(-86% + var(--offset-x, 0px)),
			calc(-95% + var(--offset-y, 0px) + var(--additional-offset-y, 0px))
		)
		rotate(var(--rotation, 0deg));
	width: 40%;
}

.background .img-card-2[data-v-5d772f89] {
	left: 50%;
	top: 50%;
	transform: translate(75%, -58%) rotate(0deg);
	transform: translate(
			calc(75% + var(--offset-x, 0px)),
			calc(-58% + var(--offset-y, 0px) + var(--additional-offset-y, 0px))
		)
		rotate(var(--rotation, 0deg));
	width: 30%;
}

.background .img-card-3[data-v-5d772f89] {
	left: 50%;
	top: 50%;
	transform: translate(-34%, -2%) rotate(0deg);
	transform: translate(
			calc(-34% + var(--offset-x, 0px)),
			calc(-2% + var(--offset-y, 0px) + var(--additional-offset-y, 0px))
		)
		rotate(var(--rotation, 0deg));
	width: 80%;
}

.background img[data-v-5d772f89] {
	position: absolute;
	transition: transform 0.1s ease-out;
	will-change: transform;
}

@media (min-width: 1101px) {
	.background[data-v-5d772f89] {
		scale: 1.3;
	}
}

@media (max-width: 1099px) {
	.background[data-v-5d772f89] {
		scale: 1.6;
	}
}

ul[data-v-cb2e2834] {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.circle[data-v-cb2e2834] {
	align-items: center;
	background: #eceff3;
	border-radius: 100%;
	color: #707070;
	display: flex;
	font-family: Circe, sans-serif;
	font-size: 18px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.circle > *[data-v-cb2e2834] {
	position: relative;
	top: 1px;
}

@media (min-width: 1201px) {
	.car-image-group[data-v-cb2e2834] {
		max-width: 700px;
	}
}

.advantage-container[data-v-c6023916] {
	gap: 12px 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

[data-v-af26037a] .swiper-slide {
	height: auto;
	max-height: 380px;
	width: 266px;
}

.swiper-next[data-v-53ab0b2c],
.swiper-prev[data-v-53ab0b2c] {
	min-height: 33px;
	min-width: 33px;
}

.gallery-container-shadow[data-v-53ab0b2c] {
	filter: drop-shadow(6px 8px 9px rgba(11, 17, 40, 0.07));
}

.card[data-v-4288d774] {
	background: #fff;
	border-radius: 24px;
	height: 100%;
	margin: 0 15px;
	overflow: hidden;
	position: relative;
}

.brd-b[data-v-4288d774] {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.descriction[data-v-4288d774] {
	color: #71777d;
	font-family: "Lato", "Amiri", sans-serif;
	font-size: 15px;
	line-height: 22px;
	min-height: 1px;
	overflow-y: auto;
	position: relative;
}

.white-gradient[data-v-4288d774] {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	bottom: 0;
	height: 50px;
	left: 0;
	position: absolute;
	right: 0;
}

.name[data-v-4288d774] {
	color: #333a41;
	font-family: "Circe", "Amiri", sans-serif;
	font-size: 1.12rem;
	font-weight: 800;
}

.flag[data-v-4288d774] {
	width: 1.5rem;
}

.star-bl[data-v-4288d774] {
	display: flex;
	white-space: nowrap;
}

.star-bg[data-v-4288d774] {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.star[data-v-4288d774] {
	height: 1rem;
	margin-left: 0.3rem;
	min-width: 1rem;
	width: 1rem;
}

.card-header[data-v-4288d774] {
	padding: 13px 17px;
}

[data-v-44d75f94] .swiper-slide {
	height: auto;
}

.news-card[data-v-4451bc16] {
	background: #fff;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.news-card-body[data-v-4451bc16] {
	padding: 16px 24px;
}

.news-card .thumbnail[data-v-4451bc16] {
	border-radius: 24px;
	height: 249px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.footer[data-v-0da122c2] {
	background: #111;
	overflow: hidden;
	padding: 34px 0 70px;
	position: relative;
	z-index: 1;
}

.nav-link[data-v-0da122c2] {
	color: #fff;
	font-family: "Lato", "Amiri", sans-serif;
	font-style: normal;
	font-weight: 400;
	transition: all 0.5s ease;
}

.footer-link[data-v-0da122c2],
.nav-link[data-v-0da122c2]:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.footer-link[data-v-0da122c2] {
	color: #8f9193;
	font-family: "Lato", "Amiri", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.left-margin[data-v-0da122c2] {
	margin: 0 0 0 0.5rem;
}

@media screen and (max-width: 769px) {
	.left-margin[data-v-0da122c2] {
		margin: 0 0.5rem 0.5rem 0;
	}
}

.grid-auto-columns[data-v-0da122c2] {
	grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
}

@media (max-width: 400px) {
	#cookies .btn[data-v-979a2c40] {
		width: 100%;
	}
}

#id-cookies-overlay[data-v-979a2c40] {
	background: rgba(66, 66, 66, 0.84);
	top: 0;
	z-index: 999998;
}

#cookies[data-v-979a2c40],
#id-cookies-overlay[data-v-979a2c40] {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
}

#cookies[data-v-979a2c40] {
	background-color: #f9f9f9;
	z-index: 999999;
}

.modal-overlay[data-v-979a2c40] {
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.modal-content[data-v-979a2c40] {
	background: #f9f9f9;
	border-radius: 8px;
	font-size: 0.9rem;
	max-width: 600px;
	min-width: 300px;
	padding: 40px;
	width: 100%;
}

.title_modal[data-v-979a2c40] {
	color: #000;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.look-disabled input[data-v-979a2c40] {
	accent-color: gray;
	opacity: 0.3;
}

.fw-bold[data-v-979a2c40] {
	font-weight: 700;
}

@media print {
	.cookie-wrapper[data-v-979a2c40] {
		display: none !important;
	}
}

.newone .slick-prev {
	right: 100px !important;
	left: 95%;
}

.newone .slick-next {
	right: 0px !important;
}

.newone .slick-prev,
.newone .slick-next {
	/* font-size: 0; */
	bottom: 0 !important;
	line-height: 0;
	top: 100%;
	background: rgb(0, 0, 0) !important;
	transform: translate(0, 100%) !important;
	display: none;
}

.reviews-icon {
	display: flex;
	justify-content: space-between;
	position: relative;
	bottom: 192px;
}

.ser-nav-box-left {
	background: #f20000;
	color: #fff;
	border: 2px solid #f20000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin-top: -35px;
	position: absolute;
	left: -70px;
}

.ser-nav-box-right {
	background: #f20000;
	color: #fff;
	border: 2px solid #f20000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin-top: -35px;
	margin-left: 15px;
	position: absolute;
	right: -70px;
}

.ser2-nav-box-left {
	background: #f20000;
	color: #fff;
	border: 2px solid #f20000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin-top: -35px;
	position: absolute;
	left: -70px;
}

.ser2-nav-box-right {
	background: #f20000;
	color: #fff;
	border: 2px solid #f20000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin-top: -35px;
	margin-left: 15px;
	position: absolute;
	right: -70px;
}

.news-card {
	background: #fff;
	margin: 17px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 12.6px;
}

.card {
	border-radius: 20px;
	background: #eceff3;
	padding: 1.5rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 1rem;
}

.card-body {
	font-size: 0.95rem;
	color: #333;
}

.flag {
	width: 24px;
	height: auto;
}

.stars {
	color: #ffa500;
}

.fs-18 {
	font-size: 17px;
}

.newtwo .slick-slide {
	margin: 0 10px;
	/* 10px spacing left and right */
}

.newtwo {
	margin: 0 -10px;
	/* Negative margin matches slide margin */
}

.newtwo {
	margin: 0 -10px;
}

.newtwo .slick-slide {
	margin: 0 10px;
}

.review-sections {
	padding: 50px 0px;
}

.heading {
	font-size: 32px;
	/* color: #000; */
	font-family: "Lato";
	font-weight: 700;
	/* text-align: center; */
}

.review-sections .user-rating {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	border-radius: 20px;
	padding: 18px;
	min-height: 220px;
}

.name-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* padding: 15px 15px 0px 15px; */
}

.name-date .subject {
	font-size: 16px;
	line-height: 20px;
	font-family: "Lato";
	color: #1d1d1d;
	font-weight: 600;
}

.name-date .date {
	font-size: 13px;
	line-height: 18px;
	color: #616161;
	font-family: poppins;
}

.shortdesprition {
	font-size: 14px;
	color: #616161;
	/* padding: 0px 0px 0px 15px; */
}

.str_rating i {
	font-size: 17px;
	color: #ffbf00;
	display: inline-block;
	margin: 0 1px;
}

.more-text {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	border-top: 1px solid #dddddd;
	color: #616161;
	/* padding: 15px 15px 0px 15px; */
	padding: 15px 0px;
	font-family: "lato";
	line-height: 1.5;
}

.username {
	font-size: 14px;
	line-height: 20px;
	font-family: poppins;
	color: #1d1d1d;
}

.city {
	font-size: 13px;
	line-height: 20px;
	font-family: opensansregular;
	color: #616161;
}

.reviews-icons {
	display: flex;
	justify-content: end;
}

.rev-nav-box-left {
	background: #f20000;
	color: #fff;
	border: 2px solid #f20000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	/* margin-top: -35px;    position: absolute;    left: -70px; */
	position: absolute;
	right: 226px;
}

.rev-nav-box-right {
	background: #f20000;
	color: #fff;
	border: 2px solid #f20000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	/* margin-top: -35px;    margin-left: 15px;*/
	position: absolute;
	right: 150px;
}

.mobile-input {
	max-width: 95%; /* margin: 0 auto; */
}

#form7 {
	/* display: flex; */
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	border-radius: 16px;
	padding: 10px;
}

.main-reg {
	flex: 1;
	border: none;
	padding: 6px 40px 6px 38px;
	background: #e9eef3 url(/assets/images/227ebb6fd826158507c0c366bb8510a7.png)
		no-repeat 12px center;
	background-size: 16px;
	font-size: 16px;
	outline: none;
	border-radius: 7px;
	width: 72%;
}

.click-to-reveal {
	background-color: #c62828;
	color: white;
	padding: 0 20px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	border-radius: 0;
	/* justify-content: end; */
	height: 37px;
	margin-left: 8px;
	border-radius: 4px;
}

.click-to-reveal:hover {
	background-color: #b71c1c;
}

.btn-boxs {
	margin-top: 0;
	/* Removes default margin to keep input/button in line */
}

.car-info-con {
	background-color: #fff;
	padding: 25px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.payment-page {
	padding: 60px 0px;
	/* margin-top: 100px; */
}

.new-payment-ban-form,
.car-info-con {
	background-color: #fff;
	padding: 25px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.new-payment-ban-form .input-text {
	width: 100%;
	margin: 0 0 0 0;
	border: 1px solid #989898;
	background: #f4f4f4;
	padding: 10px 15px;
	color: #000;
	/* font-size: inherit; */
	border-radius: 10px;
	height: 57px;
	font-weight: 400;
	outline: none !important;
	margin: 0 0 17px 0;
	border-radius: 15px !important;
	border-width: 0 !important;
}

.new-payment-ban-form textarea {
	margin: 0 0 0 0;
	border: 1px solid #989898;
	background: #f4f4f4;
	padding: 10px 15px;
	color: gray;
	/* font-size: inherit; */
	border-radius: 10px;
	font-weight: 400;
	outline: none !important;
	margin: 0 0 17px 0;
	border-radius: 15px !important;
	border-width: 0 !important;
}

.form-check-input {
	height: 20px !important;
	width: auto;
	margin-top: 0;
	color: red;
}

.pay-btns {
	background-color: #c62828;
	border: none;
	border-radius: 5px !important;
	color: #fff !important;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	z-index: 2;
	text-decoration: none;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.pay-btns span {
	font-size: 16px;
}

.new-payment-ban-form h2 {
	font-size: 25px;
	font-family: "lato", "sans-serif";
	color: #000;
	font-weight: 600;
}

.summary-deatals {
	background-color: #fff;
	padding: 25px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 492px;
	position: sticky;
	top: 120px;
}

.summary-deatals h3 {
	color: #fff !important;
	font-size: 25px;
	font-family: "lato", "sans-serif";
	font-weight: 700;
	text-align: center;
	/* border-bottom: 1px solid #000; */
	background: #c62828 !important;
	margin-top: -27px;
	margin-bottom: -24px;
	text-align: left;
	padding: 14px 25px;
	margin-left: -25px !important;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin-right: -25px;
}

.border-bottom {
	border-bottom: 1px solid #e8092e !important;
}

.summary-deatals ul li {
	font-size: 20px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 11px;
}

.summary-deatals ul li i {
	font-size: 20px;
	color: #c62828 !important;
	margin-right: 10px;
}

.submit-price {
	font-size: 25px !important;
	color: #fff !important;
	font-weight: 600;
}

.total-price {
	font-size: 25px !important;
	color: #fff;
	font-weight: 600;
}

.underline {
	position: relative;
	color: #c62828 !important;
}

.underline--bounce:before {
	animation: bouncey-line 1s ease-in-out infinite alternate;
}

.underline:before {
	width: 50%;
	height: 0.3rem;
	position: absolute;
	background: #c62828 !important;
	content: "";
	left: 0;
	bottom: -0.5rem;
	border-radius: 0.3rem;
	transform-origin: left center;
}

@keyframes bouncey-line {
	0% {
		transform: translateX(3vw) scaleX(1.5);
	}

	50% {
		transform: translateX(0) scaleX(0.5);
	}

	to {
		transform: scaleX(1);
	}
}

.forms-checks {
	display: flex;
}

.forms-checks-inputs {
	margin-right: 10px;
}

.form-check-label {
	font-size: 14px !important;
	color: #000;
	display: block !important;
}

.terms-text {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c62828 !important;
	font-size: 25px !important;
	font-weight: 600 !important;
}

.forms-checks-inputs .error {
	border: 1px solid red !important;
}

.pay-btns {
	position: relative;
}

.pay-btns::before {
	/* content: ""; */
	border: 2px solid #f3f3f3;
	border-top: 2px solid #3498db;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	animation: 2s linear infinite spin;
	position: absolute;
	left: 45%;
	text-align: center;
	top: 9px;
	display: none;
}

.pay-btns:disabled:before {
	display: block;
}

.payment-price {
	background: #c62828 !important;
	margin-top: -27px;
	margin-bottom: 0;
	padding: 14px 25px;
	margin-left: -25px !important;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-right: -25px;
}

ul {
	list-style: none;
}

.summary-deatals ul {
	padding-left: 0;
}

footer {
	background-color: #000;
	color: #fff;
	padding: 30px 0px;
}

.menu-list {
	display: flex;
	justify-content: space-evenly;
}

ul {
	padding: 0;
	margin: 0;
}

footer h4 {
	font-weight: 400;
	color: #fff;
}

footer h4:after {
	content: "";
	width: 3.1875rem;
	height: 4px;
	background: #fff;
	display: block;
	border-radius: 10px;
	margin: 15px 0;
}

footer .links li {
	margin-bottom: 15px;
}

footer .links a {
	padding: 5px 0;
	font-size: 14px;
}

footer .links a {
	font-weight: 400;
	color: #fff;
}

footer .links a i {
	margin-right: 10px;
}

.copyright {
	background-color: #000;
	padding: 30px 0;
	padding-bottom: 0;
}

.copyright p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.flags-data {
	display: flex;
	justify-content: space-between;
}

.flags-data p {
	font-size: 16px;
}

.flags-data img {
	width: 30px;
}

.mobile-nav {
	top: 0;
	position: absolute;
	width: 100%;
	display: none;
	z-index: 101;
}

.mobile-nav i {
	font-size: 30px;
	color: #fff;
	margin-right: 9px;
	color: #c62828;
}

.side-nav {
	width: 70%;
	height: 100%;
	position: fixed;
	top: 60px !important;
	background: #f9f9f9;
	z-index: 100;
	transition: 1s;
	overflow: hidden;
	-webkit-transition: all 0.6s ease-in-out;
	overflow-y: scroll;
}

.side-nav-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 80%);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.side-nav-open {
	right: 0 !important;
}

.side-nav-close {
	right: -70% !important;
}

.side-nav ul {
	margin: 30px 0;
	display: inline-grid;
}

.side-nav li {
	line-height: 1.8;
	padding: 15px 0;
	padding: 0;
	/* border-bottom: 2px solid rgb(106 106 106 / 10%); */
	/* width: 100%; */
}

.side-nav a {
	font-size: 19px;
	font-weight: 500;
	color: #333333;
}

@media (max-width: 767px) {
	.mobile-nav {
		display: flex !important;
	}

	.mobile-nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 64px;
		padding: 0px 8px;
		border-bottom: 1px solid #0000003b;
		box-shadow: 2px 2px 4px rgb(0 0 0 / 17%);
		position: fixed !important;
		width: 100%;
		left: 0;
		background: #fff;
	}

	.side-nav a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
		padding: 12px 12px;
		line-height: 1.3;
		text-decoration: none;
	}

	.mobile-service-link i {
		transform: rotate(0);
		transition: 0.3s;
	}

	.mobile-service-link i.active {
		transform: rotate(180deg);
		transition: 0.3s;
	}

	.reviews-icon {
		display: none;
	}

	.menu-list {
		display: flex;
		justify-content: start;
	}
}

.new-click-to-reveal {
	background-color: #c62828;
	color: white;
	padding: 0 8px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	border-radius: 0;
	justify-content: end;
	height: 40px;
	margin-left: 8px;
	border-radius: 8px;
}

.arrow-images {
	width: 60%;
	max-width: 109% !important;
}

#about-vin form {
	display: flex;
	margin-top: 5px;
}

.footer-logo {
	max-width: 50%;
}

.contact-page-section {
	margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.mobile-nav img {
		max-width: 85% !important;
	}

	section.aboutThesis {
		margin-top: 60px;
	}

	.mobile-input #form7 form {
		display: flex;
		flex-wrap: nowrap;
	}

	.copyright p {
		text-align: center;
		margin-bottom: 10px;
	}

	.summary-deatals ul li {
		font-size: 16px !important;
	}

	.summary-deatals h3 {
		font-size: 20px !important;
	}

	.submit-price {
		font-size: 20px !important;
	}

	.total-price {
		font-size: 20px !important;
	}

	.summary-deatals {
		height: auto !important;
	}
}

.aboutThesis h2 {
	color: #333a41;
	font-family: "Circe", "Amiri", sans-serif;
	font-size: 30px;
	font-weight: 800;
}

.aboutThesis p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
}

.contactIcon {
	margin: 4rem 0;
}

.contactIcon li {
	margin: 1rem 0;
	color: #000;
}

.contactIcon i {
	background: #da2626;
	padding: 1rem;
	color: #fff;
	border-radius: 5px;
	font-size: 1.2rem;
	margin-right: 10px;
}

.contactIcon a {
	font-size: 1.2rem;
	color: #000;
	font-weight: 600;
}

.form-group {
	margin: 10px 0;
}

.btn-theme {
	color: #fff !important;
	background: #da2626 !important;
}

input.error {
	border: 1px solid red !important;
	background-color: #f6d8d8 !important;
}

label {
	display: none !important;
}

.about-sec-area {
	padding: 50px 0px;
}

check-reg-sec {
	padding: 60px 0px;
}

.news-sec {
	padding: 60px 0px;
}

@media (max-width: 767px) {
	.reviews-icons {
		display: none;
	}

	.review-sections {
		padding: 30px 0px;
	}

	.card[data-v-ba5a68f6] {
		margin-top: 0;
	}

	.about-sec-area {
		padding: 30px 0px;
	}

	check-reg-sec {
		padding: 30px 0px;
	}

	.news-sec {
		padding: 30px 0px;
	}

	.heading {
		text-align: center;
	}
}
