.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.link-primary {
	color: #012b5d
}

	.link-primary:focus, .link-primary:hover {
		color: #01224a
	}

.link-secondary {
	color: #c51331
}

	.link-secondary:focus, .link-secondary:hover {
		color: #9e0f27
	}

.link-success {
	color: #198754
}

	.link-success:focus, .link-success:hover {
		color: #146c43
	}

.link-info {
	color: #0dcaf0
}

	.link-info:focus, .link-info:hover {
		color: #3dd5f3
	}

.link-warning {
	color: #ffc107
}

	.link-warning:focus, .link-warning:hover {
		color: #ffcd39
	}

.link-danger {
	color: #c51331
}

	.link-danger:focus, .link-danger:hover {
		color: #9e0f27
	}

.link-light {
	color: #979797
}

	.link-light:focus, .link-light:hover {
		color: #acacac
	}

.link-dark {
	color: #6c8e8d
}

	.link-dark:focus, .link-dark:hover {
		color: #89a5a4
	}

.ratio {
	position: relative;
	width: 100%
}

	.ratio:before {
		display: block;
		padding-top: var(--bs-aspect-ratio);
		content: ""
	}

	.ratio > * {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.85714%
}

.fixed-top {
	top: 0
}

.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020
}

.hstack {
	flex-direction: row;
	align-items: center
}

.hstack, .vstack {
	display: flex;
	align-self: stretch
}

.vstack {
	flex: 1 1 auto;
	flex-direction: column
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not([focus-within]) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: .25
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-100 {
	opacity: 1 !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
	box-shadow: none !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.bottom-0 {
	bottom: 0 !important
}

.bottom-50 {
	bottom: 50% !important
}

.bottom-100 {
	bottom: 100% !important
}

.start-0 {
	left: 0 !important
}

.start-50 {
	left: 50% !important
}

.start-100 {
	left: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

.translate-middle {
	transform: translate(-50%,-50%) !important
}

.translate-middle-x {
	transform: translateX(-50%) !important
}

.translate-middle-y {
	transform: translateY(-50%) !important
}

.border {
	border: 1px solid #f7f9f9 !important
}

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: 1px solid #f7f9f9 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-end {
	border-right: 1px solid #f7f9f9 !important
}

.border-end-0 {
	border-right: 0 !important
}

.border-bottom {
	border-bottom: 1px solid #f7f9f9 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-start {
	border-left: 1px solid #f7f9f9 !important
}

.border-start-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #012b5d !important
}

.border-secondary {
	border-color: #c51331 !important
}

.border-success {
	border-color: #198754 !important
}

.border-info {
	border-color: #0dcaf0 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #c51331 !important
}

.border-light {
	border-color: #979797 !important
}

.border-dark {
	border-color: #6c8e8d !important
}

.border-white {
	border-color: #fff !important
}

.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mh-100 {
	max-height: 100% !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .1rem !important
}

.gap-2 {
	gap: .2rem !important
}

.gap-3 {
	gap: .3rem !important
}

.gap-4 {
	gap: .4rem !important
}

.gap-5 {
	gap: .5rem !important
}

.gap-6 {
	gap: .6rem !important
}

.gap-7 {
	gap: .7rem !important
}

.gap-8 {
	gap: .8rem !important
}

.gap-9 {
	gap: .9rem !important
}

.gap-10 {
	gap: 1rem !important
}

.gap-12 {
	gap: 1.2rem !important
}

.gap-13 {
	gap: 1.3rem !important
}

.gap-15 {
	gap: 1.5rem !important
}

.gap-17 {
	gap: 1.7rem !important
}

.gap-18 {
	gap: 1.8rem !important
}

.gap-20 {
	gap: 2rem !important
}

.gap-22 {
	gap: 2.2rem !important
}

.gap-23 {
	gap: 2.3rem !important
}

.gap-25 {
	gap: 2.5rem !important
}

.gap-26 {
	gap: 2.6rem !important
}

.gap-27 {
	gap: 2.7rem !important
}

.gap-30 {
	gap: 3rem !important
}

.gap-32 {
	gap: 3.2rem !important
}

.gap-35 {
	gap: 3.5rem !important
}

.gap-37 {
	gap: 3.7rem !important
}

.gap-40 {
	gap: 4rem !important
}

.gap-45 {
	gap: 4.5rem !important
}

.gap-50 {
	gap: 5rem !important
}

.gap-53 {
	gap: 5.3rem !important
}

.gap-55 {
	gap: 5.5rem !important
}

.gap-58 {
	gap: 5.8rem !important
}

.gap-60 {
	gap: 6rem !important
}

.gap-65 {
	gap: 6.5rem !important
}

.gap-70 {
	gap: 7rem !important
}

.gap-75 {
	gap: 7.5rem !important
}

.gap-80 {
	gap: 8rem !important
}

.gap-85 {
	gap: 8.5rem !important
}

.gap-90 {
	gap: 9rem !important
}

.gap-95 {
	gap: 9.5rem !important
}

.gap-100 {
	gap: 10rem !important
}

.gap-105 {
	gap: 10.5rem !important
}

.gap-110 {
	gap: 11rem !important
}

.gap-115 {
	gap: 11.5rem !important
}

.gap-120 {
	gap: 12rem !important
}

.gap-125 {
	gap: 12.5rem !important
}

.gap-130 {
	gap: 13rem !important
}

.gap-140 {
	gap: 14rem !important
}

.gap-145 {
	gap: 14.5rem !important
}

.gap-150 {
	gap: 15rem !important
}

.gap-160 {
	gap: 16rem !important
}

.gap-170 {
	gap: 17rem !important
}

.gap-180 {
	gap: 18rem !important
}

.gap-200 {
	gap: 20rem !important
}

.gap-220 {
	gap: 22rem !important
}

.gap-240 {
	gap: 24rem !important
}

.gap-250 {
	gap: 25rem !important
}

.gap-350 {
	gap: 35rem !important
}

.gap-370 {
	gap: 37rem !important
}

.gap-410 {
	gap: 41rem !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .1rem !important
}

.m-2 {
	margin: .2rem !important
}

.m-3 {
	margin: .3rem !important
}

.m-4 {
	margin: .4rem !important
}

.m-5 {
	margin: .5rem !important
}

.m-6 {
	margin: .6rem !important
}

.m-7 {
	margin: .7rem !important
}

.m-8 {
	margin: .8rem !important
}

.m-9 {
	margin: .9rem !important
}

.m-10 {
	margin: 1rem !important
}

.m-12 {
	margin: 1.2rem !important
}

.m-13 {
	margin: 1.3rem !important
}

.m-15 {
	margin: 1.5rem !important
}

.m-17 {
	margin: 1.7rem !important
}

.m-18 {
	margin: 1.8rem !important
}

.m-20 {
	margin: 2rem !important
}

.m-22 {
	margin: 2.2rem !important
}

.m-23 {
	margin: 2.3rem !important
}

.m-25 {
	margin: 2.5rem !important
}

.m-26 {
	margin: 2.6rem !important
}

.m-27 {
	margin: 2.7rem !important
}

.m-30 {
	margin: 3rem !important
}

.m-32 {
	margin: 3.2rem !important
}

.m-35 {
	margin: 3.5rem !important
}

.m-37 {
	margin: 3.7rem !important
}

.m-40 {
	margin: 4rem !important
}

.m-45 {
	margin: 4.5rem !important
}

.m-50 {
	margin: 5rem !important
}

.m-53 {
	margin: 5.3rem !important
}

.m-55 {
	margin: 5.5rem !important
}

.m-58 {
	margin: 5.8rem !important
}

.m-60 {
	margin: 6rem !important
}

.m-65 {
	margin: 6.5rem !important
}

.m-70 {
	margin: 7rem !important
}

.m-75 {
	margin: 7.5rem !important
}

.m-80 {
	margin: 8rem !important
}

.m-85 {
	margin: 8.5rem !important
}

.m-90 {
	margin: 9rem !important
}

.m-95 {
	margin: 9.5rem !important
}

.m-100 {
	margin: 10rem !important
}

.m-105 {
	margin: 10.5rem !important
}

.m-110 {
	margin: 11rem !important
}

.m-115 {
	margin: 11.5rem !important
}

.m-120 {
	margin: 12rem !important
}

.m-125 {
	margin: 12.5rem !important
}

.m-130 {
	margin: 13rem !important
}

.m-140 {
	margin: 14rem !important
}

.m-145 {
	margin: 14.5rem !important
}

.m-150 {
	margin: 15rem !important
}

.m-160 {
	margin: 16rem !important
}

.m-170 {
	margin: 17rem !important
}

.m-180 {
	margin: 18rem !important
}

.m-200 {
	margin: 20rem !important
}

.m-220 {
	margin: 22rem !important
}

.m-240 {
	margin: 24rem !important
}

.m-250 {
	margin: 25rem !important
}

.m-350 {
	margin: 35rem !important
}

.m-370 {
	margin: 37rem !important
}

.m-410 {
	margin: 41rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .1rem !important;
	margin-left: .1rem !important
}

.mx-2 {
	margin-right: .2rem !important;
	margin-left: .2rem !important
}

.mx-3 {
	margin-right: .3rem !important;
	margin-left: .3rem !important
}

.mx-4 {
	margin-right: .4rem !important;
	margin-left: .4rem !important
}

.mx-5 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-6 {
	margin-right: .6rem !important;
	margin-left: .6rem !important
}

.mx-7 {
	margin-right: .7rem !important;
	margin-left: .7rem !important
}

.mx-8 {
	margin-right: .8rem !important;
	margin-left: .8rem !important
}

.mx-9 {
	margin-right: .9rem !important;
	margin-left: .9rem !important
}

.mx-10 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-12 {
	margin-right: 1.2rem !important;
	margin-left: 1.2rem !important
}

.mx-13 {
	margin-right: 1.3rem !important;
	margin-left: 1.3rem !important
}

.mx-15 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-17 {
	margin-right: 1.7rem !important;
	margin-left: 1.7rem !important
}

.mx-18 {
	margin-right: 1.8rem !important;
	margin-left: 1.8rem !important
}

.mx-20 {
	margin-right: 2rem !important;
	margin-left: 2rem !important
}

.mx-22 {
	margin-right: 2.2rem !important;
	margin-left: 2.2rem !important
}

.mx-23 {
	margin-right: 2.3rem !important;
	margin-left: 2.3rem !important
}

.mx-25 {
	margin-right: 2.5rem !important;
	margin-left: 2.5rem !important
}

.mx-26 {
	margin-right: 2.6rem !important;
	margin-left: 2.6rem !important
}

.mx-27 {
	margin-right: 2.7rem !important;
	margin-left: 2.7rem !important
}

.mx-30 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-32 {
	margin-right: 3.2rem !important;
	margin-left: 3.2rem !important
}

.mx-35 {
	margin-right: 3.5rem !important;
	margin-left: 3.5rem !important
}

.mx-37 {
	margin-right: 3.7rem !important;
	margin-left: 3.7rem !important
}

.mx-40 {
	margin-right: 4rem !important;
	margin-left: 4rem !important
}

.mx-45 {
	margin-right: 4.5rem !important;
	margin-left: 4.5rem !important
}

.mx-50 {
	margin-right: 5rem !important;
	margin-left: 5rem !important
}

.mx-53 {
	margin-right: 5.3rem !important;
	margin-left: 5.3rem !important
}

.mx-55 {
	margin-right: 5.5rem !important;
	margin-left: 5.5rem !important
}

.mx-58 {
	margin-right: 5.8rem !important;
	margin-left: 5.8rem !important
}

.mx-60 {
	margin-right: 6rem !important;
	margin-left: 6rem !important
}

.mx-65 {
	margin-right: 6.5rem !important;
	margin-left: 6.5rem !important
}

.mx-70 {
	margin-right: 7rem !important;
	margin-left: 7rem !important
}

.mx-75 {
	margin-right: 7.5rem !important;
	margin-left: 7.5rem !important
}

.mx-80 {
	margin-right: 8rem !important;
	margin-left: 8rem !important
}

.mx-85 {
	margin-right: 8.5rem !important;
	margin-left: 8.5rem !important
}

.mx-90 {
	margin-right: 9rem !important;
	margin-left: 9rem !important
}

.mx-95 {
	margin-right: 9.5rem !important;
	margin-left: 9.5rem !important
}

.mx-100 {
	margin-right: 10rem !important;
	margin-left: 10rem !important
}

.mx-105 {
	margin-right: 10.5rem !important;
	margin-left: 10.5rem !important
}

.mx-110 {
	margin-right: 11rem !important;
	margin-left: 11rem !important
}

.mx-115 {
	margin-right: 11.5rem !important;
	margin-left: 11.5rem !important
}

.mx-120 {
	margin-right: 12rem !important;
	margin-left: 12rem !important
}

.mx-125 {
	margin-right: 12.5rem !important;
	margin-left: 12.5rem !important
}

.mx-130 {
	margin-right: 13rem !important;
	margin-left: 13rem !important
}

.mx-140 {
	margin-right: 14rem !important;
	margin-left: 14rem !important
}

.mx-145 {
	margin-right: 14.5rem !important;
	margin-left: 14.5rem !important
}

.mx-150 {
	margin-right: 15rem !important;
	margin-left: 15rem !important
}

.mx-160 {
	margin-right: 16rem !important;
	margin-left: 16rem !important
}

.mx-170 {
	margin-right: 17rem !important;
	margin-left: 17rem !important
}

.mx-180 {
	margin-right: 18rem !important;
	margin-left: 18rem !important
}

.mx-200 {
	margin-right: 20rem !important;
	margin-left: 20rem !important
}

.mx-220 {
	margin-right: 22rem !important;
	margin-left: 22rem !important
}

.mx-240 {
	margin-right: 24rem !important;
	margin-left: 24rem !important
}

.mx-250 {
	margin-right: 25rem !important;
	margin-left: 25rem !important
}

.mx-350 {
	margin-right: 35rem !important;
	margin-left: 35rem !important
}

.mx-370 {
	margin-right: 37rem !important;
	margin-left: 37rem !important
}

.mx-410 {
	margin-right: 41rem !important;
	margin-left: 41rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .1rem !important;
	margin-bottom: .1rem !important
}

.my-2 {
	margin-top: .2rem !important;
	margin-bottom: .2rem !important
}

.my-3 {
	margin-top: .3rem !important;
	margin-bottom: .3rem !important
}

.my-4 {
	margin-top: .4rem !important;
	margin-bottom: .4rem !important
}

.my-5 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-6 {
	margin-top: .6rem !important;
	margin-bottom: .6rem !important
}

.my-7 {
	margin-top: .7rem !important;
	margin-bottom: .7rem !important
}

.my-8 {
	margin-top: .8rem !important;
	margin-bottom: .8rem !important
}

.my-9 {
	margin-top: .9rem !important;
	margin-bottom: .9rem !important
}

.my-10 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-12 {
	margin-top: 1.2rem !important;
	margin-bottom: 1.2rem !important
}

.my-13 {
	margin-top: 1.3rem !important;
	margin-bottom: 1.3rem !important
}

.my-15 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-17 {
	margin-top: 1.7rem !important;
	margin-bottom: 1.7rem !important
}

.my-18 {
	margin-top: 1.8rem !important;
	margin-bottom: 1.8rem !important
}

.my-20 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.my-22 {
	margin-top: 2.2rem !important;
	margin-bottom: 2.2rem !important
}

.my-23 {
	margin-top: 2.3rem !important;
	margin-bottom: 2.3rem !important
}

.my-25 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.my-26 {
	margin-top: 2.6rem !important;
	margin-bottom: 2.6rem !important
}

.my-27 {
	margin-top: 2.7rem !important;
	margin-bottom: 2.7rem !important
}

.my-30 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-32 {
	margin-top: 3.2rem !important;
	margin-bottom: 3.2rem !important
}

.my-35 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.my-37 {
	margin-top: 3.7rem !important;
	margin-bottom: 3.7rem !important
}

.my-40 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.my-45 {
	margin-top: 4.5rem !important;
	margin-bottom: 4.5rem !important
}

.my-50 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.my-53 {
	margin-top: 5.3rem !important;
	margin-bottom: 5.3rem !important
}

.my-55 {
	margin-top: 5.5rem !important;
	margin-bottom: 5.5rem !important
}

.my-58 {
	margin-top: 5.8rem !important;
	margin-bottom: 5.8rem !important
}

.my-60 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.my-65 {
	margin-top: 6.5rem !important;
	margin-bottom: 6.5rem !important
}

.my-70 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important
}

.my-75 {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important
}

.my-80 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important
}

.my-85 {
	margin-top: 8.5rem !important;
	margin-bottom: 8.5rem !important
}

.my-90 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important
}

.my-95 {
	margin-top: 9.5rem !important;
	margin-bottom: 9.5rem !important
}

.my-100 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important
}

.my-105 {
	margin-top: 10.5rem !important;
	margin-bottom: 10.5rem !important
}

.my-110 {
	margin-top: 11rem !important;
	margin-bottom: 11rem !important
}

.my-115 {
	margin-top: 11.5rem !important;
	margin-bottom: 11.5rem !important
}

.my-120 {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important
}

.my-125 {
	margin-top: 12.5rem !important;
	margin-bottom: 12.5rem !important
}

.my-130 {
	margin-top: 13rem !important;
	margin-bottom: 13rem !important
}

.my-140 {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important
}

.my-145 {
	margin-top: 14.5rem !important;
	margin-bottom: 14.5rem !important
}

.my-150 {
	margin-top: 15rem !important;
	margin-bottom: 15rem !important
}

.my-160 {
	margin-top: 16rem !important;
	margin-bottom: 16rem !important
}

.my-170 {
	margin-top: 17rem !important;
	margin-bottom: 17rem !important
}

.my-180 {
	margin-top: 18rem !important;
	margin-bottom: 18rem !important
}

.my-200 {
	margin-top: 20rem !important;
	margin-bottom: 20rem !important
}

.my-220 {
	margin-top: 22rem !important;
	margin-bottom: 22rem !important
}

.my-240 {
	margin-top: 24rem !important;
	margin-bottom: 24rem !important
}

.my-250 {
	margin-top: 25rem !important;
	margin-bottom: 25rem !important
}

.my-350 {
	margin-top: 35rem !important;
	margin-bottom: 35rem !important
}

.my-370 {
	margin-top: 37rem !important;
	margin-bottom: 37rem !important
}

.my-410 {
	margin-top: 41rem !important;
	margin-bottom: 41rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .1rem !important
}

.mt-2 {
	margin-top: .2rem !important
}

.mt-3 {
	margin-top: .3rem !important
}

.mt-4 {
	margin-top: .4rem !important
}

.mt-5 {
	margin-top: .5rem !important
}

.mt-6 {
	margin-top: .6rem !important
}

.mt-7 {
	margin-top: .7rem !important
}

.mt-8 {
	margin-top: .8rem !important
}

.mt-9 {
	margin-top: .9rem !important
}

.mt-10 {
	margin-top: 1rem !important
}

.mt-12 {
	margin-top: 1.2rem !important
}

.mt-13 {
	margin-top: 1.3rem !important
}

.mt-15 {
	margin-top: 1.5rem !important
}

.mt-17 {
	margin-top: 1.7rem !important
}

.mt-18 {
	margin-top: 1.8rem !important
}

.mt-20 {
	margin-top: 2rem !important
}

.mt-22 {
	margin-top: 2.2rem !important
}

.mt-23 {
	margin-top: 2.3rem !important
}

.mt-25 {
	margin-top: 2.5rem !important
}

.mt-26 {
	margin-top: 2.6rem !important
}

.mt-27 {
	margin-top: 2.7rem !important
}

.mt-30 {
	margin-top: 3rem !important
}

.mt-32 {
	margin-top: 3.2rem !important
}

.mt-35 {
	margin-top: 3.5rem !important
}

.mt-37 {
	margin-top: 3.7rem !important
}

.mt-40 {
	margin-top: 4rem !important
}

.mt-45 {
	margin-top: 4.5rem !important
}

.mt-50 {
	margin-top: 5rem !important
}

.mt-53 {
	margin-top: 5.3rem !important
}

.mt-55 {
	margin-top: 5.5rem !important
}

.mt-58 {
	margin-top: 5.8rem !important
}

.mt-60 {
	margin-top: 6rem !important
}

.mt-65 {
	margin-top: 6.5rem !important
}

.mt-70 {
	margin-top: 7rem !important
}

.mt-75 {
	margin-top: 7.5rem !important
}

.mt-80 {
	margin-top: 8rem !important
}

.mt-85 {
	margin-top: 8.5rem !important
}

.mt-90 {
	margin-top: 9rem !important
}

.mt-95 {
	margin-top: 9.5rem !important
}

.mt-100 {
	margin-top: 10rem !important
}

.mt-105 {
	margin-top: 10.5rem !important
}

.mt-110 {
	margin-top: 11rem !important
}

.mt-115 {
	margin-top: 11.5rem !important
}

.mt-120 {
	margin-top: 12rem !important
}

.mt-125 {
	margin-top: 12.5rem !important
}

.mt-130 {
	margin-top: 13rem !important
}

.mt-140 {
	margin-top: 14rem !important
}

.mt-145 {
	margin-top: 14.5rem !important
}

.mt-150 {
	margin-top: 15rem !important
}

.mt-160 {
	margin-top: 16rem !important
}

.mt-170 {
	margin-top: 17rem !important
}

.mt-180 {
	margin-top: 18rem !important
}

.mt-200 {
	margin-top: 20rem !important
}

.mt-220 {
	margin-top: 22rem !important
}

.mt-240 {
	margin-top: 24rem !important
}

.mt-250 {
	margin-top: 25rem !important
}

.mt-350 {
	margin-top: 35rem !important
}

.mt-370 {
	margin-top: 37rem !important
}

.mt-410 {
	margin-top: 41rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .1rem !important
}

.me-2 {
	margin-right: .2rem !important
}

.me-3 {
	margin-right: .3rem !important
}

.me-4 {
	margin-right: .4rem !important
}

.me-5 {
	margin-right: .5rem !important
}

.me-6 {
	margin-right: .6rem !important
}

.me-7 {
	margin-right: .7rem !important
}

.me-8 {
	margin-right: .8rem !important
}

.me-9 {
	margin-right: .9rem !important
}

.me-10 {
	margin-right: 1rem !important
}

.me-12 {
	margin-right: 1.2rem !important
}

.me-13 {
	margin-right: 1.3rem !important
}

.me-15 {
	margin-right: 1.5rem !important
}

.me-17 {
	margin-right: 1.7rem !important
}

.me-18 {
	margin-right: 1.8rem !important
}

.me-20 {
	margin-right: 2rem !important
}

.me-22 {
	margin-right: 2.2rem !important
}

.me-23 {
	margin-right: 2.3rem !important
}

.me-25 {
	margin-right: 2.5rem !important
}

.me-26 {
	margin-right: 2.6rem !important
}

.me-27 {
	margin-right: 2.7rem !important
}

.me-30 {
	margin-right: 3rem !important
}

.me-32 {
	margin-right: 3.2rem !important
}

.me-35 {
	margin-right: 3.5rem !important
}

.me-37 {
	margin-right: 3.7rem !important
}

.me-40 {
	margin-right: 4rem !important
}

.me-45 {
	margin-right: 4.5rem !important
}

.me-50 {
	margin-right: 5rem !important
}

.me-53 {
	margin-right: 5.3rem !important
}

.me-55 {
	margin-right: 5.5rem !important
}

.me-58 {
	margin-right: 5.8rem !important
}

.me-60 {
	margin-right: 6rem !important
}

.me-65 {
	margin-right: 6.5rem !important
}

.me-70 {
	margin-right: 7rem !important
}

.me-75 {
	margin-right: 7.5rem !important
}

.me-80 {
	margin-right: 8rem !important
}

.me-85 {
	margin-right: 8.5rem !important
}

.me-90 {
	margin-right: 9rem !important
}

.me-95 {
	margin-right: 9.5rem !important
}

.me-100 {
	margin-right: 10rem !important
}

.me-105 {
	margin-right: 10.5rem !important
}

.me-110 {
	margin-right: 11rem !important
}

.me-115 {
	margin-right: 11.5rem !important
}

.me-120 {
	margin-right: 12rem !important
}

.me-125 {
	margin-right: 12.5rem !important
}

.me-130 {
	margin-right: 13rem !important
}

.me-140 {
	margin-right: 14rem !important
}

.me-145 {
	margin-right: 14.5rem !important
}

.me-150 {
	margin-right: 15rem !important
}

.me-160 {
	margin-right: 16rem !important
}

.me-170 {
	margin-right: 17rem !important
}

.me-180 {
	margin-right: 18rem !important
}

.me-200 {
	margin-right: 20rem !important
}

.me-220 {
	margin-right: 22rem !important
}

.me-240 {
	margin-right: 24rem !important
}

.me-250 {
	margin-right: 25rem !important
}

.me-350 {
	margin-right: 35rem !important
}

.me-370 {
	margin-right: 37rem !important
}

.me-410 {
	margin-right: 41rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .1rem !important
}

.mb-2 {
	margin-bottom: .2rem !important
}

.mb-3 {
	margin-bottom: .3rem !important
}

.mb-4 {
	margin-bottom: .4rem !important
}

.mb-5 {
	margin-bottom: .5rem !important
}

.mb-6 {
	margin-bottom: .6rem !important
}

.mb-7 {
	margin-bottom: .7rem !important
}

.mb-8 {
	margin-bottom: .8rem !important
}

.mb-9 {
	margin-bottom: .9rem !important
}

.mb-10 {
	margin-bottom: 1rem !important
}

.mb-12 {
	margin-bottom: 1.2rem !important
}

.mb-13 {
	margin-bottom: 1.3rem !important
}

.mb-15 {
	margin-bottom: 1.5rem !important
}

.mb-17 {
	margin-bottom: 1.7rem !important
}

.mb-18 {
	margin-bottom: 1.8rem !important
}

.mb-20 {
	margin-bottom: 2rem !important
}

.mb-22 {
	margin-bottom: 2.2rem !important
}

.mb-23 {
	margin-bottom: 2.3rem !important
}

.mb-25 {
	margin-bottom: 2.5rem !important
}

.mb-26 {
	margin-bottom: 2.6rem !important
}

.mb-27 {
	margin-bottom: 2.7rem !important
}

.mb-30 {
	margin-bottom: 3rem !important
}

.mb-32 {
	margin-bottom: 3.2rem !important
}

.mb-35 {
	margin-bottom: 3.5rem !important
}

.mb-37 {
	margin-bottom: 3.7rem !important
}

.mb-40 {
	margin-bottom: 4rem !important
}

.mb-45 {
	margin-bottom: 4.5rem !important
}

.mb-50 {
	margin-bottom: 5rem !important
}

.mb-53 {
	margin-bottom: 5.3rem !important
}

.mb-55 {
	margin-bottom: 5.5rem !important
}

.mb-58 {
	margin-bottom: 5.8rem !important
}

.mb-60 {
	margin-bottom: 6rem !important
}

.mb-65 {
	margin-bottom: 6.5rem !important
}

.mb-70 {
	margin-bottom: 7rem !important
}

.mb-75 {
	margin-bottom: 7.5rem !important
}

.mb-80 {
	margin-bottom: 8rem !important
}

.mb-85 {
	margin-bottom: 8.5rem !important
}

.mb-90 {
	margin-bottom: 9rem !important
}

.mb-95 {
	margin-bottom: 9.5rem !important
}

.mb-100 {
	margin-bottom: 10rem !important
}

.mb-105 {
	margin-bottom: 10.5rem !important
}

.mb-110 {
	margin-bottom: 11rem !important
}

.mb-115 {
	margin-bottom: 11.5rem !important
}

.mb-120 {
	margin-bottom: 12rem !important
}

.mb-125 {
	margin-bottom: 12.5rem !important
}

.mb-130 {
	margin-bottom: 13rem !important
}

.mb-140 {
	margin-bottom: 14rem !important
}

.mb-145 {
	margin-bottom: 14.5rem !important
}

.mb-150 {
	margin-bottom: 15rem !important
}

.mb-160 {
	margin-bottom: 16rem !important
}

.mb-170 {
	margin-bottom: 17rem !important
}

.mb-180 {
	margin-bottom: 18rem !important
}

.mb-200 {
	margin-bottom: 20rem !important
}

.mb-220 {
	margin-bottom: 22rem !important
}

.mb-240 {
	margin-bottom: 24rem !important
}

.mb-250 {
	margin-bottom: 25rem !important
}

.mb-350 {
	margin-bottom: 35rem !important
}

.mb-370 {
	margin-bottom: 37rem !important
}

.mb-410 {
	margin-bottom: 41rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .1rem !important
}

.ms-2 {
	margin-left: .2rem !important
}

.ms-3 {
	margin-left: .3rem !important
}

.ms-4 {
	margin-left: .4rem !important
}

.ms-5 {
	margin-left: .5rem !important
}

.ms-6 {
	margin-left: .6rem !important
}

.ms-7 {
	margin-left: .7rem !important
}

.ms-8 {
	margin-left: .8rem !important
}

.ms-9 {
	margin-left: .9rem !important
}

.ms-10 {
	margin-left: 1rem !important
}

.ms-12 {
	margin-left: 1.2rem !important
}

.ms-13 {
	margin-left: 1.3rem !important
}

.ms-15 {
	margin-left: 1.5rem !important
}

.ms-17 {
	margin-left: 1.7rem !important
}

.ms-18 {
	margin-left: 1.8rem !important
}

.ms-20 {
	margin-left: 2rem !important
}

.ms-22 {
	margin-left: 2.2rem !important
}

.ms-23 {
	margin-left: 2.3rem !important
}

.ms-25 {
	margin-left: 2.5rem !important
}

.ms-26 {
	margin-left: 2.6rem !important
}

.ms-27 {
	margin-left: 2.7rem !important
}

.ms-30 {
	margin-left: 3rem !important
}

.ms-32 {
	margin-left: 3.2rem !important
}

.ms-35 {
	margin-left: 3.5rem !important
}

.ms-37 {
	margin-left: 3.7rem !important
}

.ms-40 {
	margin-left: 4rem !important
}

.ms-45 {
	margin-left: 4.5rem !important
}

.ms-50 {
	margin-left: 5rem !important
}

.ms-53 {
	margin-left: 5.3rem !important
}

.ms-55 {
	margin-left: 5.5rem !important
}

.ms-58 {
	margin-left: 5.8rem !important
}

.ms-60 {
	margin-left: 6rem !important
}

.ms-65 {
	margin-left: 6.5rem !important
}

.ms-70 {
	margin-left: 7rem !important
}

.ms-75 {
	margin-left: 7.5rem !important
}

.ms-80 {
	margin-left: 8rem !important
}

.ms-85 {
	margin-left: 8.5rem !important
}

.ms-90 {
	margin-left: 9rem !important
}

.ms-95 {
	margin-left: 9.5rem !important
}

.ms-100 {
	margin-left: 10rem !important
}

.ms-105 {
	margin-left: 10.5rem !important
}

.ms-110 {
	margin-left: 11rem !important
}

.ms-115 {
	margin-left: 11.5rem !important
}

.ms-120 {
	margin-left: 12rem !important
}

.ms-125 {
	margin-left: 12.5rem !important
}

.ms-130 {
	margin-left: 13rem !important
}

.ms-140 {
	margin-left: 14rem !important
}

.ms-145 {
	margin-left: 14.5rem !important
}

.ms-150 {
	margin-left: 15rem !important
}

.ms-160 {
	margin-left: 16rem !important
}

.ms-170 {
	margin-left: 17rem !important
}

.ms-180 {
	margin-left: 18rem !important
}

.ms-200 {
	margin-left: 20rem !important
}

.ms-220 {
	margin-left: 22rem !important
}

.ms-240 {
	margin-left: 24rem !important
}

.ms-250 {
	margin-left: 25rem !important
}

.ms-350 {
	margin-left: 35rem !important
}

.ms-370 {
	margin-left: 37rem !important
}

.ms-410 {
	margin-left: 41rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .1rem !important
}

.p-2 {
	padding: .2rem !important
}

.p-3 {
	padding: .3rem !important
}

.p-4 {
	padding: .4rem !important
}

.p-5 {
	padding: .5rem !important
}

.p-6 {
	padding: .6rem !important
}

.p-7 {
	padding: .7rem !important
}

.p-8 {
	padding: .8rem !important
}

.p-9 {
	padding: .9rem !important
}

.p-10 {
	padding: 1rem !important
}

.p-12 {
	padding: 1.2rem !important
}

.p-13 {
	padding: 1.3rem !important
}

.p-15 {
	padding: 1.5rem !important
}

.p-17 {
	padding: 1.7rem !important
}

.p-18 {
	padding: 1.8rem !important
}

.p-20 {
	padding: 2rem !important
}

.p-22 {
	padding: 2.2rem !important
}

.p-23 {
	padding: 2.3rem !important
}

.p-25 {
	padding: 2.5rem !important
}

.p-26 {
	padding: 2.6rem !important
}

.p-27 {
	padding: 2.7rem !important
}

.p-30 {
	padding: 3rem !important
}

.p-32 {
	padding: 3.2rem !important
}

.p-35 {
	padding: 3.5rem !important
}

.p-37 {
	padding: 3.7rem !important
}

.p-40 {
	padding: 4rem !important
}

.p-45 {
	padding: 4.5rem !important
}

.p-50 {
	padding: 5rem !important
}

.p-53 {
	padding: 5.3rem !important
}

.p-55 {
	padding: 5.5rem !important
}

.p-58 {
	padding: 5.8rem !important
}

.p-60 {
	padding: 6rem !important
}

.p-65 {
	padding: 6.5rem !important
}

.p-70 {
	padding: 7rem !important
}

.p-75 {
	padding: 7.5rem !important
}

.p-80 {
	padding: 8rem !important
}

.p-85 {
	padding: 8.5rem !important
}

.p-90 {
	padding: 9rem !important
}

.p-95 {
	padding: 9.5rem !important
}

.p-100 {
	padding: 10rem !important
}

.p-105 {
	padding: 10.5rem !important
}

.p-110 {
	padding: 11rem !important
}

.p-115 {
	padding: 11.5rem !important
}

.p-120 {
	padding: 12rem !important
}

.p-125 {
	padding: 12.5rem !important
}

.p-130 {
	padding: 13rem !important
}

.p-140 {
	padding: 14rem !important
}

.p-145 {
	padding: 14.5rem !important
}

.p-150 {
	padding: 15rem !important
}

.p-160 {
	padding: 16rem !important
}

.p-170 {
	padding: 17rem !important
}

.p-180 {
	padding: 18rem !important
}

.p-200 {
	padding: 20rem !important
}

.p-220 {
	padding: 22rem !important
}

.p-240 {
	padding: 24rem !important
}

.p-250 {
	padding: 25rem !important
}

.p-350 {
	padding: 35rem !important
}

.p-370 {
	padding: 37rem !important
}

.p-410 {
	padding: 41rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .1rem !important;
	padding-left: .1rem !important
}

.px-2 {
	padding-right: .2rem !important;
	padding-left: .2rem !important
}

.px-3 {
	padding-right: .3rem !important;
	padding-left: .3rem !important
}

.px-4 {
	padding-right: .4rem !important;
	padding-left: .4rem !important
}

.px-5 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-6 {
	padding-right: .6rem !important;
	padding-left: .6rem !important
}

.px-7 {
	padding-right: .7rem !important;
	padding-left: .7rem !important
}

.px-8 {
	padding-right: .8rem !important;
	padding-left: .8rem !important
}

.px-9 {
	padding-right: .9rem !important;
	padding-left: .9rem !important
}

.px-10 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-12 {
	padding-right: 1.2rem !important;
	padding-left: 1.2rem !important
}

.px-13 {
	padding-right: 1.3rem !important;
	padding-left: 1.3rem !important
}

.px-15 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-17 {
	padding-right: 1.7rem !important;
	padding-left: 1.7rem !important
}

.px-18 {
	padding-right: 1.8rem !important;
	padding-left: 1.8rem !important
}

.px-20 {
	padding-right: 2rem !important;
	padding-left: 2rem !important
}

.px-22 {
	padding-right: 2.2rem !important;
	padding-left: 2.2rem !important
}

.px-23 {
	padding-right: 2.3rem !important;
	padding-left: 2.3rem !important
}

.px-25 {
	padding-right: 2.5rem !important;
	padding-left: 2.5rem !important
}

.px-26 {
	padding-right: 2.6rem !important;
	padding-left: 2.6rem !important
}

.px-27 {
	padding-right: 2.7rem !important;
	padding-left: 2.7rem !important
}

.px-30 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.px-32 {
	padding-right: 3.2rem !important;
	padding-left: 3.2rem !important
}

.px-35 {
	padding-right: 3.5rem !important;
	padding-left: 3.5rem !important
}

.px-37 {
	padding-right: 3.7rem !important;
	padding-left: 3.7rem !important
}

.px-40 {
	padding-right: 4rem !important;
	padding-left: 4rem !important
}

.px-45 {
	padding-right: 4.5rem !important;
	padding-left: 4.5rem !important
}

.px-50 {
	padding-right: 5rem !important;
	padding-left: 5rem !important
}

.px-53 {
	padding-right: 5.3rem !important;
	padding-left: 5.3rem !important
}

.px-55 {
	padding-right: 5.5rem !important;
	padding-left: 5.5rem !important
}

.px-58 {
	padding-right: 5.8rem !important;
	padding-left: 5.8rem !important
}

.px-60 {
	padding-right: 6rem !important;
	padding-left: 6rem !important
}

.px-65 {
	padding-right: 6.5rem !important;
	padding-left: 6.5rem !important
}

.px-70 {
	padding-right: 7rem !important;
	padding-left: 7rem !important
}

.px-75 {
	padding-right: 7.5rem !important;
	padding-left: 7.5rem !important
}

.px-80 {
	padding-right: 8rem !important;
	padding-left: 8rem !important
}

.px-85 {
	padding-right: 8.5rem !important;
	padding-left: 8.5rem !important
}

.px-90 {
	padding-right: 9rem !important;
	padding-left: 9rem !important
}

.px-95 {
	padding-right: 9.5rem !important;
	padding-left: 9.5rem !important
}

.px-100 {
	padding-right: 10rem !important;
	padding-left: 10rem !important
}

.px-105 {
	padding-right: 10.5rem !important;
	padding-left: 10.5rem !important
}

.px-110 {
	padding-right: 11rem !important;
	padding-left: 11rem !important
}

.px-115 {
	padding-right: 11.5rem !important;
	padding-left: 11.5rem !important
}

.px-120 {
	padding-right: 12rem !important;
	padding-left: 12rem !important
}

.px-125 {
	padding-right: 12.5rem !important;
	padding-left: 12.5rem !important
}

.px-130 {
	padding-right: 13rem !important;
	padding-left: 13rem !important
}

.px-140 {
	padding-right: 14rem !important;
	padding-left: 14rem !important
}

.px-145 {
	padding-right: 14.5rem !important;
	padding-left: 14.5rem !important
}

.px-150 {
	padding-right: 15rem !important;
	padding-left: 15rem !important
}

.px-160 {
	padding-right: 16rem !important;
	padding-left: 16rem !important
}

.px-170 {
	padding-right: 17rem !important;
	padding-left: 17rem !important
}

.px-180 {
	padding-right: 18rem !important;
	padding-left: 18rem !important
}

.px-200 {
	padding-right: 20rem !important;
	padding-left: 20rem !important
}

.px-220 {
	padding-right: 22rem !important;
	padding-left: 22rem !important
}

.px-240 {
	padding-right: 24rem !important;
	padding-left: 24rem !important
}

.px-250 {
	padding-right: 25rem !important;
	padding-left: 25rem !important
}

.px-350 {
	padding-right: 35rem !important;
	padding-left: 35rem !important
}

.px-370 {
	padding-right: 37rem !important;
	padding-left: 37rem !important
}

.px-410 {
	padding-right: 41rem !important;
	padding-left: 41rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .1rem !important;
	padding-bottom: .1rem !important
}

.py-2 {
	padding-top: .2rem !important;
	padding-bottom: .2rem !important
}

.py-3 {
	padding-top: .3rem !important;
	padding-bottom: .3rem !important
}

.py-4 {
	padding-top: .4rem !important;
	padding-bottom: .4rem !important
}

.py-5 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-6 {
	padding-top: .6rem !important;
	padding-bottom: .6rem !important
}

.py-7 {
	padding-top: .7rem !important;
	padding-bottom: .7rem !important
}

.py-8 {
	padding-top: .8rem !important;
	padding-bottom: .8rem !important
}

.py-9 {
	padding-top: .9rem !important;
	padding-bottom: .9rem !important
}

.py-10 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-12 {
	padding-top: 1.2rem !important;
	padding-bottom: 1.2rem !important
}

.py-13 {
	padding-top: 1.3rem !important;
	padding-bottom: 1.3rem !important
}

.py-15 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-17 {
	padding-top: 1.7rem !important;
	padding-bottom: 1.7rem !important
}

.py-18 {
	padding-top: 1.8rem !important;
	padding-bottom: 1.8rem !important
}

.py-20 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.py-22 {
	padding-top: 2.2rem !important;
	padding-bottom: 2.2rem !important
}

.py-23 {
	padding-top: 2.3rem !important;
	padding-bottom: 2.3rem !important
}

.py-25 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important
}

.py-26 {
	padding-top: 2.6rem !important;
	padding-bottom: 2.6rem !important
}

.py-27 {
	padding-top: 2.7rem !important;
	padding-bottom: 2.7rem !important
}

.py-30 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.py-32 {
	padding-top: 3.2rem !important;
	padding-bottom: 3.2rem !important
}

.py-35 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important
}

.py-37 {
	padding-top: 3.7rem !important;
	padding-bottom: 3.7rem !important
}

.py-40 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.py-45 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important
}

.py-50 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important
}

.py-53 {
	padding-top: 5.3rem !important;
	padding-bottom: 5.3rem !important
}

.py-55 {
	padding-top: 5.5rem !important;
	padding-bottom: 5.5rem !important
}

.py-58 {
	padding-top: 5.8rem !important;
	padding-bottom: 5.8rem !important
}

.py-60 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}

.py-65 {
	padding-top: 6.5rem !important;
	padding-bottom: 6.5rem !important
}

.py-70 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important
}

.py-75 {
	padding-top: 7.5rem !important;
	padding-bottom: 7.5rem !important
}

.py-80 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important
}

.py-85 {
	padding-top: 8.5rem !important;
	padding-bottom: 8.5rem !important
}

.py-90 {
	padding-top: 9rem !important;
	padding-bottom: 9rem !important
}

.py-95 {
	padding-top: 9.5rem !important;
	padding-bottom: 9.5rem !important
}

.py-100 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important
}

.py-105 {
	padding-top: 10.5rem !important;
	padding-bottom: 10.5rem !important
}

.py-110 {
	padding-top: 11rem !important;
	padding-bottom: 11rem !important
}

.py-115 {
	padding-top: 11.5rem !important;
	padding-bottom: 11.5rem !important
}

.py-120 {
	padding-top: 12rem !important;
	padding-bottom: 12rem !important
}

.py-125 {
	padding-top: 12.5rem !important;
	padding-bottom: 12.5rem !important
}

.py-130 {
	padding-top: 13rem !important;
	padding-bottom: 13rem !important
}

.py-140 {
	padding-top: 14rem !important;
	padding-bottom: 14rem !important
}

.py-145 {
	padding-top: 14.5rem !important;
	padding-bottom: 14.5rem !important
}

.py-150 {
	padding-top: 15rem !important;
	padding-bottom: 15rem !important
}

.py-160 {
	padding-top: 16rem !important;
	padding-bottom: 16rem !important
}

.py-170 {
	padding-top: 17rem !important;
	padding-bottom: 17rem !important
}

.py-180 {
	padding-top: 18rem !important;
	padding-bottom: 18rem !important
}

.py-200 {
	padding-top: 20rem !important;
	padding-bottom: 20rem !important
}

.py-220 {
	padding-top: 22rem !important;
	padding-bottom: 22rem !important
}

.py-240 {
	padding-top: 24rem !important;
	padding-bottom: 24rem !important
}

.py-250 {
	padding-top: 25rem !important;
	padding-bottom: 25rem !important
}

.py-350 {
	padding-top: 35rem !important;
	padding-bottom: 35rem !important
}

.py-370 {
	padding-top: 37rem !important;
	padding-bottom: 37rem !important
}

.py-410 {
	padding-top: 41rem !important;
	padding-bottom: 41rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .1rem !important
}

.pt-2 {
	padding-top: .2rem !important
}

.pt-3 {
	padding-top: .3rem !important
}

.pt-4 {
	padding-top: .4rem !important
}

.pt-5 {
	padding-top: .5rem !important
}

.pt-6 {
	padding-top: .6rem !important
}

.pt-7 {
	padding-top: .7rem !important
}

.pt-8 {
	padding-top: .8rem !important
}

.pt-9 {
	padding-top: .9rem !important
}

.pt-10 {
	padding-top: 1rem !important
}

.pt-12 {
	padding-top: 1.2rem !important
}

.pt-13 {
	padding-top: 1.3rem !important
}

.pt-15 {
	padding-top: 1.5rem !important
}

.pt-17 {
	padding-top: 1.7rem !important
}

.pt-18 {
	padding-top: 1.8rem !important
}

.pt-20 {
	padding-top: 2rem !important
}

.pt-22 {
	padding-top: 2.2rem !important
}

.pt-23 {
	padding-top: 2.3rem !important
}

.pt-25 {
	padding-top: 2.5rem !important
}

.pt-26 {
	padding-top: 2.6rem !important
}

.pt-27 {
	padding-top: 2.7rem !important
}

.pt-30 {
	padding-top: 3rem !important
}

.pt-32 {
	padding-top: 3.2rem !important
}

.pt-35 {
	padding-top: 3.5rem !important
}

.pt-37 {
	padding-top: 3.7rem !important
}

.pt-40 {
	padding-top: 4rem !important
}

.pt-45 {
	padding-top: 4.5rem !important
}

.pt-50 {
	padding-top: 5rem !important
}

.pt-53 {
	padding-top: 5.3rem !important
}

.pt-55 {
	padding-top: 5.5rem !important
}

.pt-58 {
	padding-top: 5.8rem !important
}

.pt-60 {
	padding-top: 6rem !important
}

.pt-65 {
	padding-top: 6.5rem !important
}

.pt-70 {
	padding-top: 7rem !important
}

.pt-75 {
	padding-top: 7.5rem !important
}

.pt-80 {
	padding-top: 8rem !important
}

.pt-85 {
	padding-top: 8.5rem !important
}

.pt-90 {
	padding-top: 9rem !important
}

.pt-95 {
	padding-top: 9.5rem !important
}

.pt-100 {
	padding-top: 10rem !important
}

.pt-105 {
	padding-top: 10.5rem !important
}

.pt-110 {
	padding-top: 11rem !important
}

.pt-115 {
	padding-top: 11.5rem !important
}

.pt-120 {
	padding-top: 12rem !important
}

.pt-125 {
	padding-top: 12.5rem !important
}

.pt-130 {
	padding-top: 13rem !important
}

.pt-140 {
	padding-top: 14rem !important
}

.pt-145 {
	padding-top: 14.5rem !important
}

.pt-150 {
	padding-top: 15rem !important
}

.pt-160 {
	padding-top: 16rem !important
}

.pt-170 {
	padding-top: 17rem !important
}

.pt-180 {
	padding-top: 18rem !important
}

.pt-200 {
	padding-top: 20rem !important
}

.pt-220 {
	padding-top: 22rem !important
}

.pt-240 {
	padding-top: 24rem !important
}

.pt-250 {
	padding-top: 25rem !important
}

.pt-350 {
	padding-top: 35rem !important
}

.pt-370 {
	padding-top: 37rem !important
}

.pt-410 {
	padding-top: 41rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .1rem !important
}

.pe-2 {
	padding-right: .2rem !important
}

.pe-3 {
	padding-right: .3rem !important
}

.pe-4 {
	padding-right: .4rem !important
}

.pe-5 {
	padding-right: .5rem !important
}

.pe-6 {
	padding-right: .6rem !important
}

.pe-7 {
	padding-right: .7rem !important
}

.pe-8 {
	padding-right: .8rem !important
}

.pe-9 {
	padding-right: .9rem !important
}

.pe-10 {
	padding-right: 1rem !important
}

.pe-12 {
	padding-right: 1.2rem !important
}

.pe-13 {
	padding-right: 1.3rem !important
}

.pe-15 {
	padding-right: 1.5rem !important
}

.pe-17 {
	padding-right: 1.7rem !important
}

.pe-18 {
	padding-right: 1.8rem !important
}

.pe-20 {
	padding-right: 2rem !important
}

.pe-22 {
	padding-right: 2.2rem !important
}

.pe-23 {
	padding-right: 2.3rem !important
}

.pe-25 {
	padding-right: 2.5rem !important
}

.pe-26 {
	padding-right: 2.6rem !important
}

.pe-27 {
	padding-right: 2.7rem !important
}

.pe-30 {
	padding-right: 3rem !important
}

.pe-32 {
	padding-right: 3.2rem !important
}

.pe-35 {
	padding-right: 3.5rem !important
}

.pe-37 {
	padding-right: 3.7rem !important
}

.pe-40 {
	padding-right: 4rem !important
}

.pe-45 {
	padding-right: 4.5rem !important
}

.pe-50 {
	padding-right: 5rem !important
}

.pe-53 {
	padding-right: 5.3rem !important
}

.pe-55 {
	padding-right: 5.5rem !important
}

.pe-58 {
	padding-right: 5.8rem !important
}

.pe-60 {
	padding-right: 6rem !important
}

.pe-65 {
	padding-right: 6.5rem !important
}

.pe-70 {
	padding-right: 7rem !important
}

.pe-75 {
	padding-right: 7.5rem !important
}

.pe-80 {
	padding-right: 8rem !important
}

.pe-85 {
	padding-right: 8.5rem !important
}

.pe-90 {
	padding-right: 9rem !important
}

.pe-95 {
	padding-right: 9.5rem !important
}

.pe-100 {
	padding-right: 10rem !important
}

.pe-105 {
	padding-right: 10.5rem !important
}

.pe-110 {
	padding-right: 11rem !important
}

.pe-115 {
	padding-right: 11.5rem !important
}

.pe-120 {
	padding-right: 12rem !important
}

.pe-125 {
	padding-right: 12.5rem !important
}

.pe-130 {
	padding-right: 13rem !important
}

.pe-140 {
	padding-right: 14rem !important
}

.pe-145 {
	padding-right: 14.5rem !important
}

.pe-150 {
	padding-right: 15rem !important
}

.pe-160 {
	padding-right: 16rem !important
}

.pe-170 {
	padding-right: 17rem !important
}

.pe-180 {
	padding-right: 18rem !important
}

.pe-200 {
	padding-right: 20rem !important
}

.pe-220 {
	padding-right: 22rem !important
}

.pe-240 {
	padding-right: 24rem !important
}

.pe-250 {
	padding-right: 25rem !important
}

.pe-350 {
	padding-right: 35rem !important
}

.pe-370 {
	padding-right: 37rem !important
}

.pe-410 {
	padding-right: 41rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .1rem !important
}

.pb-2 {
	padding-bottom: .2rem !important
}

.pb-3 {
	padding-bottom: .3rem !important
}

.pb-4 {
	padding-bottom: .4rem !important
}

.pb-5 {
	padding-bottom: .5rem !important
}

.pb-6 {
	padding-bottom: .6rem !important
}

.pb-7 {
	padding-bottom: .7rem !important
}

.pb-8 {
	padding-bottom: .8rem !important
}

.pb-9 {
	padding-bottom: .9rem !important
}

.pb-10 {
	padding-bottom: 1rem !important
}

.pb-12 {
	padding-bottom: 1.2rem !important
}

.pb-13 {
	padding-bottom: 1.3rem !important
}

.pb-15 {
	padding-bottom: 1.5rem !important
}

.pb-17 {
	padding-bottom: 1.7rem !important
}

.pb-18 {
	padding-bottom: 1.8rem !important
}

.pb-20 {
	padding-bottom: 2rem !important
}

.pb-22 {
	padding-bottom: 2.2rem !important
}

.pb-23 {
	padding-bottom: 2.3rem !important
}

.pb-25 {
	padding-bottom: 2.5rem !important
}

.pb-26 {
	padding-bottom: 2.6rem !important
}

.pb-27 {
	padding-bottom: 2.7rem !important
}

.pb-30 {
	padding-bottom: 3rem !important
}

.pb-32 {
	padding-bottom: 3.2rem !important
}

.pb-35 {
	padding-bottom: 3.5rem !important
}

.pb-37 {
	padding-bottom: 3.7rem !important
}

.pb-40 {
	padding-bottom: 4rem !important
}

.pb-45 {
	padding-bottom: 4.5rem !important
}

.pb-50 {
	padding-bottom: 5rem !important
}

.pb-53 {
	padding-bottom: 5.3rem !important
}

.pb-55 {
	padding-bottom: 5.5rem !important
}

.pb-58 {
	padding-bottom: 5.8rem !important
}

.pb-60 {
	padding-bottom: 6rem !important
}

.pb-65 {
	padding-bottom: 6.5rem !important
}

.pb-70 {
	padding-bottom: 7rem !important
}

.pb-75 {
	padding-bottom: 7.5rem !important
}

.pb-80 {
	padding-bottom: 8rem !important
}

.pb-85 {
	padding-bottom: 8.5rem !important
}

.pb-90 {
	padding-bottom: 9rem !important
}

.pb-95 {
	padding-bottom: 9.5rem !important
}

.pb-100 {
	padding-bottom: 10rem !important
}

.pb-105 {
	padding-bottom: 10.5rem !important
}

.pb-110 {
	padding-bottom: 11rem !important
}

.pb-115 {
	padding-bottom: 11.5rem !important
}

.pb-120 {
	padding-bottom: 12rem !important
}

.pb-125 {
	padding-bottom: 12.5rem !important
}

.pb-130 {
	padding-bottom: 13rem !important
}

.pb-140 {
	padding-bottom: 14rem !important
}

.pb-145 {
	padding-bottom: 14.5rem !important
}

.pb-150 {
	padding-bottom: 15rem !important
}

.pb-160 {
	padding-bottom: 16rem !important
}

.pb-170 {
	padding-bottom: 17rem !important
}

.pb-180 {
	padding-bottom: 18rem !important
}

.pb-200 {
	padding-bottom: 20rem !important
}

.pb-220 {
	padding-bottom: 22rem !important
}

.pb-240 {
	padding-bottom: 24rem !important
}

.pb-250 {
	padding-bottom: 25rem !important
}

.pb-350 {
	padding-bottom: 35rem !important
}

.pb-370 {
	padding-bottom: 37rem !important
}

.pb-410 {
	padding-bottom: 41rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .1rem !important
}

.ps-2 {
	padding-left: .2rem !important
}

.ps-3 {
	padding-left: .3rem !important
}

.ps-4 {
	padding-left: .4rem !important
}

.ps-5 {
	padding-left: .5rem !important
}

.ps-6 {
	padding-left: .6rem !important
}

.ps-7 {
	padding-left: .7rem !important
}

.ps-8 {
	padding-left: .8rem !important
}

.ps-9 {
	padding-left: .9rem !important
}

.ps-10 {
	padding-left: 1rem !important
}

.ps-12 {
	padding-left: 1.2rem !important
}

.ps-13 {
	padding-left: 1.3rem !important
}

.ps-15 {
	padding-left: 1.5rem !important
}

.ps-17 {
	padding-left: 1.7rem !important
}

.ps-18 {
	padding-left: 1.8rem !important
}

.ps-20 {
	padding-left: 2rem !important
}

.ps-22 {
	padding-left: 2.2rem !important
}

.ps-23 {
	padding-left: 2.3rem !important
}

.ps-25 {
	padding-left: 2.5rem !important
}

.ps-26 {
	padding-left: 2.6rem !important
}

.ps-27 {
	padding-left: 2.7rem !important
}

.ps-30 {
	padding-left: 3rem !important
}

.ps-32 {
	padding-left: 3.2rem !important
}

.ps-35 {
	padding-left: 3.5rem !important
}

.ps-37 {
	padding-left: 3.7rem !important
}

.ps-40 {
	padding-left: 4rem !important
}

.ps-45 {
	padding-left: 4.5rem !important
}

.ps-50 {
	padding-left: 5rem !important
}

.ps-53 {
	padding-left: 5.3rem !important
}

.ps-55 {
	padding-left: 5.5rem !important
}

.ps-58 {
	padding-left: 5.8rem !important
}

.ps-60 {
	padding-left: 6rem !important
}

.ps-65 {
	padding-left: 6.5rem !important
}

.ps-70 {
	padding-left: 7rem !important
}

.ps-75 {
	padding-left: 7.5rem !important
}

.ps-80 {
	padding-left: 8rem !important
}

.ps-85 {
	padding-left: 8.5rem !important
}

.ps-90 {
	padding-left: 9rem !important
}

.ps-95 {
	padding-left: 9.5rem !important
}

.ps-100 {
	padding-left: 10rem !important
}

.ps-105 {
	padding-left: 10.5rem !important
}

.ps-110 {
	padding-left: 11rem !important
}

.ps-115 {
	padding-left: 11.5rem !important
}

.ps-120 {
	padding-left: 12rem !important
}

.ps-125 {
	padding-left: 12.5rem !important
}

.ps-130 {
	padding-left: 13rem !important
}

.ps-140 {
	padding-left: 14rem !important
}

.ps-145 {
	padding-left: 14.5rem !important
}

.ps-150 {
	padding-left: 15rem !important
}

.ps-160 {
	padding-left: 16rem !important
}

.ps-170 {
	padding-left: 17rem !important
}

.ps-180 {
	padding-left: 18rem !important
}

.ps-200 {
	padding-left: 20rem !important
}

.ps-220 {
	padding-left: 22rem !important
}

.ps-240 {
	padding-left: 24rem !important
}

.ps-250 {
	padding-left: 25rem !important
}

.ps-350 {
	padding-left: 35rem !important
}

.ps-370 {
	padding-left: 37rem !important
}

.ps-410 {
	padding-left: 41rem !important
}

.font-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
	font-family: var(--bs-font-monospace) !important
}

.fs-xl {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-lg {
	font-size: calc(1.305rem + .66vw) !important
}

.fs-base {
	font-size: calc(1.285rem + .42vw) !important
}

.fs-md {
	font-size: calc(1.265rem + .18vw) !important
}

.fs-sm {
	font-size: 1.2rem !important
}

.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-light {
	font-weight: 300 !important
}

.fw-lighter {
	font-weight: lighter !important
}

.fw-normal {
	font-weight: 400 !important
}

.fw-bold {
	font-weight: 700 !important
}

.fw-bolder {
	font-weight: bolder !important
}

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.5 !important
}

.lh-lg {
	line-height: 2 !important
}

.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(1,43,93,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(197,19,49,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(25,135,84,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(13,202,240,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(255,193,7,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(197,19,49,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(151,151,151,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(108,142,141,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(0,0,0,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(255,255,255,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(0,0,0,var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
	--bs-text-opacity: 1;
	color: #a3a3a3 !important
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0,0,0,.5) !important
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: hsla(0,0%,100%,.5) !important
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important
}

.text-opacity-25 {
	--bs-text-opacity: .25
}

.text-opacity-50 {
	--bs-text-opacity: .5
}

.text-opacity-75 {
	--bs-text-opacity: .75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(1,43,93,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(197,19,49,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(25,135,84,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(13,202,240,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(255,193,7,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(197,19,49,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(151,151,151,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(108,142,141,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(0,0,0,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(255,255,255,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(247,249,249,var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important
}

.bg-opacity-10 {
	--bs-bg-opacity: .1
}

.bg-opacity-25 {
	--bs-bg-opacity: .25
}

.bg-opacity-50 {
	--bs-bg-opacity: .5
}

.bg-opacity-75 {
	--bs-bg-opacity: .75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-gradient {
	background-image: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0)) !important;
	background-image: var(--bs-gradient) !important
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: .2rem !important
}

.rounded-2 {
	border-radius: .25rem !important
}

.rounded-3 {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important
}

.rounded-end, .rounded-top {
	border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-end {
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-start {
	border-bottom-left-radius: .25rem !important
}

.rounded-start {
	border-top-left-radius: .25rem !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

:root {
	--bs-blue: #012b5d;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #c51331;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #a3a3a3;
	--bs-gray-dark: #fafafa;
	--bs-gray-100: #979797;
	--bs-gray-200: #d8d8d8;
	--bs-gray-300: #f7f9f9;
	--bs-gray-400: #efefef;
	--bs-gray-500: #b2b2b2;
	--bs-gray-600: #a3a3a3;
	--bs-gray-700: #888;
	--bs-gray-800: #fafafa;
	--bs-gray-900: #6c8e8d;
	--bs-primary: #012b5d;
	--bs-secondary: #c51331;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #c51331;
	--bs-light: #979797;
	--bs-dark: #6c8e8d;
	--bs-primary-rgb: 1,43,93;
	--bs-secondary-rgb: 197,19,49;
	--bs-success-rgb: 25,135,84;
	--bs-info-rgb: 13,202,240;
	--bs-warning-rgb: 255,193,7;
	--bs-danger-rgb: 197,19,49;
	--bs-light-rgb: 151,151,151;
	--bs-dark-rgb: 108,142,141;
	--bs-white-rgb: 255,255,255;
	--bs-black-rgb: 0,0,0;
	--bs-body-color-rgb: 0,0,0;
	--bs-body-bg-rgb: 247,249,249;
	--bs-font-sans-serif: "Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif;
	--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));
	--bs-body-font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	--bs-body-font-size: 1.6rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #000;
	--bs-body-bg: #f7f9f9
}

*, :after, :before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-family: var(--bs-body-font-family);
	font-size: 1.6rem;
	font-size: var(--bs-body-font-size);
	font-weight: 400;
	font-weight: var(--bs-body-font-weight);
	line-height: 1.5;
	line-height: var(--bs-body-line-height);
	color: #000;
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: #f7f9f9;
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

	hr:not([size]) {
		height: 1px
	}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1, h1 {
	font-size: calc(1.525rem + 3.3vw)
}

.h2, h2 {
	font-size: calc(1.445rem + 2.34vw)
}

.h3, h3 {
	font-size: calc(1.405rem + 1.86vw)
}

.h4, h4 {
	font-size: calc(1.365rem + 1.38vw)
}

.h5, h5 {
	font-size: calc(1.325rem + .9vw)
}

.h6, h6 {
	font-size: calc(1.285rem + .42vw)
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol, ul {
	padding-left: 2rem
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}

	ol ol, ol ul, ul ol, ul ul {
		margin-bottom: 0
	}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b, strong {
	font-weight: bolder
}

.small, small {
	font-size: .875em
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

	pre code {
		font-size: inherit;
		color: inherit;
		word-break: normal
	}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a > code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #6c8e8d;
	border-radius: .2rem
}

	kbd kbd {
		padding: 0;
		font-size: 1em;
		font-weight: 700
	}

figure {
	margin: 0 0 1rem
}

img, svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #a3a3a3;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
	border: 0 solid;
	border-color: inherit
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

	button:focus:not(.focus-visible) {
		outline: 0
	}

	button:focus:not(:focus-visible) {
		outline: 0
	}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

	select:disabled {
		opacity: 1
	}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

	[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
		cursor: pointer
	}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

	legend + * {
		clear: left
	}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.lead {
	font-size: calc(1.325rem + .9vw);
	font-weight: 300
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw)
}

.display-1, .display-2 {
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw)
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw)
}

.display-3, .display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw)
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw)
}

.display-5, .display-6 {
	font-weight: 300;
	line-height: 1.2
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw)
}

.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

	.list-inline-item:not(:last-child) {
		margin-right: .5rem
	}

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: calc(1.325rem + .9vw)
}

	.blockquote > :last-child {
		margin-bottom: 0
	}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #a3a3a3
}

	.blockquote-footer:before {
		content: "\2014\00A0"
	}

.img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #f7f9f9;
	border: 1px solid #f7f9f9;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: .875em;
	color: #a3a3a3
}

.container, .container-fluid, .container-sm {
	width: 100%;
	padding-right: 15px;
	padding-right: var(--bs-gutter-x,15px);
	padding-left: 15px;
	padding-left: var(--bs-gutter-x,15px);
	margin-right: auto;
	margin-left: auto
}

.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y)*-1);
	margin-right: calc(var(--bs-gutter-x)*-0.5);
	margin-left: calc(var(--bs-gutter-x)*-0.5)
}

	.row > * {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		padding-right: calc(var(--bs-gutter-x)*0.5);
		padding-left: calc(var(--bs-gutter-x)*0.5);
		margin-top: var(--bs-gutter-y)
	}

.col {
	flex: 1 0 0%
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333%
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

.g-0, .gx-0 {
	--bs-gutter-x: 0
}

.g-0, .gy-0 {
	--bs-gutter-y: 0
}

.g-1, .gx-1 {
	--bs-gutter-x: .1rem
}

.g-1, .gy-1 {
	--bs-gutter-y: .1rem
}

.g-2, .gx-2 {
	--bs-gutter-x: .2rem
}

.g-2, .gy-2 {
	--bs-gutter-y: .2rem
}

.g-3, .gx-3 {
	--bs-gutter-x: .3rem
}

.g-3, .gy-3 {
	--bs-gutter-y: .3rem
}

.g-4, .gx-4 {
	--bs-gutter-x: .4rem
}

.g-4, .gy-4 {
	--bs-gutter-y: .4rem
}

.g-5, .gx-5 {
	--bs-gutter-x: .5rem
}

.g-5, .gy-5 {
	--bs-gutter-y: .5rem
}

.g-6, .gx-6 {
	--bs-gutter-x: .6rem
}

.g-6, .gy-6 {
	--bs-gutter-y: .6rem
}

.g-7, .gx-7 {
	--bs-gutter-x: .7rem
}

.g-7, .gy-7 {
	--bs-gutter-y: .7rem
}

.g-8, .gx-8 {
	--bs-gutter-x: .8rem
}

.g-8, .gy-8 {
	--bs-gutter-y: .8rem
}

.g-9, .gx-9 {
	--bs-gutter-x: .9rem
}

.g-9, .gy-9 {
	--bs-gutter-y: .9rem
}

.g-10, .gx-10 {
	--bs-gutter-x: 1rem
}

.g-10, .gy-10 {
	--bs-gutter-y: 1rem
}

.g-12, .gx-12 {
	--bs-gutter-x: 1.2rem
}

.g-12, .gy-12 {
	--bs-gutter-y: 1.2rem
}

.g-13, .gx-13 {
	--bs-gutter-x: 1.3rem
}

.g-13, .gy-13 {
	--bs-gutter-y: 1.3rem
}

.g-15, .gx-15 {
	--bs-gutter-x: 1.5rem
}

.g-15, .gy-15 {
	--bs-gutter-y: 1.5rem
}

.g-17, .gx-17 {
	--bs-gutter-x: 1.7rem
}

.g-17, .gy-17 {
	--bs-gutter-y: 1.7rem
}

.g-18, .gx-18 {
	--bs-gutter-x: 1.8rem
}

.g-18, .gy-18 {
	--bs-gutter-y: 1.8rem
}

.g-20, .gx-20 {
	--bs-gutter-x: 2rem
}

.g-20, .gy-20 {
	--bs-gutter-y: 2rem
}

.g-22, .gx-22 {
	--bs-gutter-x: 2.2rem
}

.g-22, .gy-22 {
	--bs-gutter-y: 2.2rem
}

.g-23, .gx-23 {
	--bs-gutter-x: 2.3rem
}

.g-23, .gy-23 {
	--bs-gutter-y: 2.3rem
}

.g-25, .gx-25 {
	--bs-gutter-x: 2.5rem
}

.g-25, .gy-25 {
	--bs-gutter-y: 2.5rem
}

.g-26, .gx-26 {
	--bs-gutter-x: 2.6rem
}

.g-26, .gy-26 {
	--bs-gutter-y: 2.6rem
}

.g-27, .gx-27 {
	--bs-gutter-x: 2.7rem
}

.g-27, .gy-27 {
	--bs-gutter-y: 2.7rem
}

.g-30, .gx-30 {
	--bs-gutter-x: 3rem
}

.g-30, .gy-30 {
	--bs-gutter-y: 3rem
}

.g-32, .gx-32 {
	--bs-gutter-x: 3.2rem
}

.g-32, .gy-32 {
	--bs-gutter-y: 3.2rem
}

.g-35, .gx-35 {
	--bs-gutter-x: 3.5rem
}

.g-35, .gy-35 {
	--bs-gutter-y: 3.5rem
}

.g-37, .gx-37 {
	--bs-gutter-x: 3.7rem
}

.g-37, .gy-37 {
	--bs-gutter-y: 3.7rem
}

.g-40, .gx-40 {
	--bs-gutter-x: 4rem
}

.g-40, .gy-40 {
	--bs-gutter-y: 4rem
}

.g-45, .gx-45 {
	--bs-gutter-x: 4.5rem
}

.g-45, .gy-45 {
	--bs-gutter-y: 4.5rem
}

.g-50, .gx-50 {
	--bs-gutter-x: 5rem
}

.g-50, .gy-50 {
	--bs-gutter-y: 5rem
}

.g-53, .gx-53 {
	--bs-gutter-x: 5.3rem
}

.g-53, .gy-53 {
	--bs-gutter-y: 5.3rem
}

.g-55, .gx-55 {
	--bs-gutter-x: 5.5rem
}

.g-55, .gy-55 {
	--bs-gutter-y: 5.5rem
}

.g-58, .gx-58 {
	--bs-gutter-x: 5.8rem
}

.g-58, .gy-58 {
	--bs-gutter-y: 5.8rem
}

.g-60, .gx-60 {
	--bs-gutter-x: 6rem
}

.g-60, .gy-60 {
	--bs-gutter-y: 6rem
}

.g-65, .gx-65 {
	--bs-gutter-x: 6.5rem
}

.g-65, .gy-65 {
	--bs-gutter-y: 6.5rem
}

.g-70, .gx-70 {
	--bs-gutter-x: 7rem
}

.g-70, .gy-70 {
	--bs-gutter-y: 7rem
}

.g-75, .gx-75 {
	--bs-gutter-x: 7.5rem
}

.g-75, .gy-75 {
	--bs-gutter-y: 7.5rem
}

.g-80, .gx-80 {
	--bs-gutter-x: 8rem
}

.g-80, .gy-80 {
	--bs-gutter-y: 8rem
}

.g-85, .gx-85 {
	--bs-gutter-x: 8.5rem
}

.g-85, .gy-85 {
	--bs-gutter-y: 8.5rem
}

.g-90, .gx-90 {
	--bs-gutter-x: 9rem
}

.g-90, .gy-90 {
	--bs-gutter-y: 9rem
}

.g-95, .gx-95 {
	--bs-gutter-x: 9.5rem
}

.g-95, .gy-95 {
	--bs-gutter-y: 9.5rem
}

.g-100, .gx-100 {
	--bs-gutter-x: 10rem
}

.g-100, .gy-100 {
	--bs-gutter-y: 10rem
}

.g-105, .gx-105 {
	--bs-gutter-x: 10.5rem
}

.g-105, .gy-105 {
	--bs-gutter-y: 10.5rem
}

.g-110, .gx-110 {
	--bs-gutter-x: 11rem
}

.g-110, .gy-110 {
	--bs-gutter-y: 11rem
}

.g-115, .gx-115 {
	--bs-gutter-x: 11.5rem
}

.g-115, .gy-115 {
	--bs-gutter-y: 11.5rem
}

.g-120, .gx-120 {
	--bs-gutter-x: 12rem
}

.g-120, .gy-120 {
	--bs-gutter-y: 12rem
}

.g-125, .gx-125 {
	--bs-gutter-x: 12.5rem
}

.g-125, .gy-125 {
	--bs-gutter-y: 12.5rem
}

.g-130, .gx-130 {
	--bs-gutter-x: 13rem
}

.g-130, .gy-130 {
	--bs-gutter-y: 13rem
}

.g-140, .gx-140 {
	--bs-gutter-x: 14rem
}

.g-140, .gy-140 {
	--bs-gutter-y: 14rem
}

.g-145, .gx-145 {
	--bs-gutter-x: 14.5rem
}

.g-145, .gy-145 {
	--bs-gutter-y: 14.5rem
}

.g-150, .gx-150 {
	--bs-gutter-x: 15rem
}

.g-150, .gy-150 {
	--bs-gutter-y: 15rem
}

.g-160, .gx-160 {
	--bs-gutter-x: 16rem
}

.g-160, .gy-160 {
	--bs-gutter-y: 16rem
}

.g-170, .gx-170 {
	--bs-gutter-x: 17rem
}

.g-170, .gy-170 {
	--bs-gutter-y: 17rem
}

.g-180, .gx-180 {
	--bs-gutter-x: 18rem
}

.g-180, .gy-180 {
	--bs-gutter-y: 18rem
}

.g-200, .gx-200 {
	--bs-gutter-x: 20rem
}

.g-200, .gy-200 {
	--bs-gutter-y: 20rem
}

.g-220, .gx-220 {
	--bs-gutter-x: 22rem
}

.g-220, .gy-220 {
	--bs-gutter-y: 22rem
}

.g-240, .gx-240 {
	--bs-gutter-x: 24rem
}

.g-240, .gy-240 {
	--bs-gutter-y: 24rem
}

.g-250, .gx-250 {
	--bs-gutter-x: 25rem
}

.g-250, .gy-250 {
	--bs-gutter-y: 25rem
}

.g-350, .gx-350 {
	--bs-gutter-x: 35rem
}

.g-350, .gy-350 {
	--bs-gutter-y: 35rem
}

.g-370, .gx-370 {
	--bs-gutter-x: 37rem
}

.g-370, .gy-370 {
	--bs-gutter-y: 37rem
}

.g-410, .gx-410 {
	--bs-gutter-x: 41rem
}

.g-410, .gy-410 {
	--bs-gutter-y: 41rem
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #000;
	--bs-table-striped-bg: rgba(0,0,0,0.05);
	--bs-table-active-color: #000;
	--bs-table-active-bg: rgba(0,0,0,0.1);
	--bs-table-hover-color: #000;
	--bs-table-hover-bg: rgba(0,0,0,0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #000;
	vertical-align: top;
	border-color: #f7f9f9
}

	.table > :not(caption) > * > * {
		padding: .5rem;
		background-color: var(--bs-table-bg);
		border-bottom-width: 1px;
		box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
	}

	.table > tbody {
		vertical-align: inherit
	}

	.table > thead {
		vertical-align: bottom
	}

	.table > :not(:first-child) {
		border-top: 2px solid
	}

.caption-top {
	caption-side: top
}

.table-sm > :not(caption) > * > * {
	padding: .25rem
}

.table-bordered > :not(caption) > * {
	border-width: 1px 0
}

	.table-bordered > :not(caption) > * > * {
		border-width: 0 1px
	}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
	border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover > * {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.table-primary {
	--bs-table-bg: #ccd5df;
	--bs-table-striped-bg: #c2cad4;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #b8c0c9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bdc5ce;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #b8c0c9
}

.table-secondary {
	--bs-table-bg: #f3d0d6;
	--bs-table-striped-bg: #e7c6cb;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dbbbc1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e1c0c6;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dbbbc1
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}

.table-danger {
	--bs-table-bg: #f3d0d6;
	--bs-table-striped-bg: #e7c6cb;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dbbbc1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e1c0c6;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dbbbc1
}

.table-light {
	--bs-table-bg: #979797;
	--bs-table-striped-bg: #8f8f8f;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #888;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #8c8c8c;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #888
}

.table-dark {
	--bs-table-bg: #6c8e8d;
	--bs-table-striped-bg: #678786;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #61807f;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #648382;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #61807f
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.form-label {
	margin-bottom: .5rem
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: calc(1.305rem + .66vw)
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: 1.2rem
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #a3a3a3
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: calc(1.285rem + .42vw);
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #f7f9f9;
	background-clip: padding-box;
	border: 1px solid #efefef;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

	.form-control[type=file] {
		overflow: hidden
	}

		.form-control[type=file]:not(:disabled):not([readonly]) {
			cursor: pointer
		}

	.form-control:focus {
		color: #000;
		background-color: #f7f9f9;
		border-color: #8095ae;
		outline: 0;
		box-shadow: 0 0 0 .25rem rgba(1,43,93,.25)
	}

	.form-control::-webkit-date-and-time-value {
		height: 1.5em
	}

	.form-control::-moz-placeholder {
		color: #a3a3a3;
		opacity: 1
	}

	.form-control::placeholder {
		color: #a3a3a3;
		opacity: 1
	}

	.form-control:disabled, .form-control[readonly] {
		background-color: #d8d8d8;
		opacity: 1
	}

[dir="ltr"] .form-control::-webkit-file-upload-button {
	margin-right: .75rem
}

[dir="ltr"] .form-control::file-selector-button {
	margin-right: .75rem
}

[dir="rtl"] .form-control::-webkit-file-upload-button {
	margin-left: .75rem
}

[dir="rtl"] .form-control::file-selector-button {
	margin-left: .75rem
}

[dir="ltr"] .form-control::-webkit-file-upload-button {
	border-right-width: 1px
}

[dir="ltr"] .form-control::file-selector-button {
	border-right-width: 1px
}

[dir="rtl"] .form-control::-webkit-file-upload-button {
	border-left-width: 1px
}

[dir="rtl"] .form-control::file-selector-button {
	border-left-width: 1px
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	color: #000;
	background-color: #d8d8d8;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	color: #000;
	background-color: #d8d8d8;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #cdcdcd
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #cdcdcd
}

[dir="ltr"] .form-control::-webkit-file-upload-button {
	margin-right: .75rem
}

[dir="rtl"] .form-control::-webkit-file-upload-button {
	margin-left: .75rem
}

[dir="ltr"] .form-control::-webkit-file-upload-button {
	border-right-width: 1px
}

[dir="rtl"] .form-control::-webkit-file-upload-button {
	border-left-width: 1px
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	color: #000;
	background-color: #d8d8d8;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #cdcdcd
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

	.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
		padding-right: 0;
		padding-left: 0
	}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: 1.2rem;
	border-radius: .2rem
}

[dir="ltr"] .form-control-sm::-webkit-file-upload-button {
	margin-right: .5rem
}

[dir="ltr"] .form-control-sm::file-selector-button {
	margin-right: .5rem
}

[dir="rtl"] .form-control-sm::-webkit-file-upload-button {
	margin-left: .5rem
}

[dir="rtl"] .form-control-sm::file-selector-button {
	margin-left: .5rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem
}

[dir="ltr"] .form-control-sm::-webkit-file-upload-button {
	margin-right: .5rem
}

[dir="rtl"] .form-control-sm::-webkit-file-upload-button {
	margin-left: .5rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: calc(1.305rem + .66vw);
	border-radius: .3rem
}

[dir="ltr"] .form-control-lg::-webkit-file-upload-button {
	margin-right: 1rem
}

[dir="ltr"] .form-control-lg::file-selector-button {
	margin-right: 1rem
}

[dir="rtl"] .form-control-lg::-webkit-file-upload-button {
	margin-left: 1rem
}

[dir="rtl"] .form-control-lg::file-selector-button {
	margin-left: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem
}

[dir="ltr"] .form-control-lg::-webkit-file-upload-button {
	margin-right: 1rem
}

[dir="rtl"] .form-control-lg::-webkit-file-upload-button {
	margin-left: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
	width: 3rem;
	height: auto;
	padding: .375rem
}

	.form-control-color:not(:disabled):not([readonly]) {
		cursor: pointer
	}

	.form-control-color::-moz-color-swatch {
		height: 1.5em;
		border-radius: .25rem
	}

	.form-control-color::-webkit-color-swatch {
		height: 1.5em;
		border-radius: .25rem
	}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(.75rem - 3px);
	font-size: calc(1.285rem + .42vw);
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #f7f9f9;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fafafa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #efefef;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

	.form-select:focus {
		border-color: #8095ae;
		outline: 0;
		box-shadow: 0 0 0 .25rem rgba(1,43,93,.25)
	}

	.form-select[multiple], .form-select[size]:not([size="1"]) {
		padding-right: .75rem;
		background-image: none
	}

	.form-select:disabled {
		background-color: #d8d8d8
	}

	.form-select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000
	}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: 1.2rem;
	border-radius: .2rem
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: calc(1.305rem + .66vw);
	border-radius: .3rem
}

.form-check {
	display: block;
	min-height: 2.4rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

	.form-check .form-check-input {
		float: left;
		margin-left: -1.5em
	}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #f7f9f9;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

	.form-check-input[type=checkbox] {
		border-radius: .25em
	}

	.form-check-input[type=radio] {
		border-radius: 50%
	}

	.form-check-input:active {
		filter: brightness(90%)
	}

	.form-check-input:focus {
		border-color: #8095ae;
		outline: 0;
		box-shadow: 0 0 0 .25rem rgba(1,43,93,.25)
	}

	.form-check-input:checked {
		background-color: #012b5d;
		border-color: #012b5d
	}

		.form-check-input:checked[type=checkbox] {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
		}

		.form-check-input:checked[type=radio] {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
		}

	.form-check-input[type=checkbox]:indeterminate {
		background-color: #012b5d;
		border-color: #012b5d;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
	}

	.form-check-input:disabled {
		pointer-events: none;
		filter: none;
		opacity: .5
	}

		.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
			opacity: .5
		}

.form-switch {
	padding-left: 2.5em
}

	.form-switch .form-check-input {
		width: 2em;
		margin-left: -2.5em;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");
		background-position: 0;
		border-radius: 2em;
		transition: background-position .15s ease-in-out
	}

		.form-switch .form-check-input:focus {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238095ae'/%3E%3C/svg%3E")
		}

		.form-switch .form-check-input:checked {
			background-position: 100%;
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
		}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.btn-check {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

	.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
		pointer-events: none;
		filter: none;
		opacity: .65
	}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

	.form-range:focus {
		outline: 0
	}

		.form-range:focus::-webkit-slider-thumb {
			box-shadow: 0 0 0 1px #f7f9f9,0 0 0 .25rem rgba(1,43,93,.25)
		}

		.form-range:focus::-moz-range-thumb {
			box-shadow: 0 0 0 1px #f7f9f9,0 0 0 .25rem rgba(1,43,93,.25)
		}

	.form-range::-moz-focus-outer {
		border: 0
	}

	.form-range::-webkit-slider-thumb {
		width: 1rem;
		height: 1rem;
		margin-top: -.25rem;
		background-color: #012b5d;
		border: 0;
		border-radius: 1rem;
		-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		-webkit-appearance: none;
		appearance: none
	}

		.form-range::-webkit-slider-thumb:active {
			background-color: #b3bfce
		}

	.form-range::-webkit-slider-runnable-track {
		width: 100%;
		height: .5rem;
		color: transparent;
		cursor: pointer;
		background-color: #f7f9f9;
		border-color: transparent;
		border-radius: 1rem
	}

	.form-range::-moz-range-thumb {
		width: 1rem;
		height: 1rem;
		background-color: #012b5d;
		border: 0;
		border-radius: 1rem;
		-moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		-moz-appearance: none;
		appearance: none
	}

		.form-range::-moz-range-thumb:active {
			background-color: #b3bfce
		}

	.form-range::-moz-range-track {
		width: 100%;
		height: .5rem;
		color: transparent;
		cursor: pointer;
		background-color: #f7f9f9;
		border-color: transparent;
		border-radius: 1rem
	}

	.form-range:disabled {
		pointer-events: none
	}

		.form-range:disabled::-webkit-slider-thumb {
			background-color: #b2b2b2
		}

		.form-range:disabled::-moz-range-thumb {
			background-color: #b2b2b2
		}

.form-floating {
	position: relative
}

	.form-floating > .form-control, .form-floating > .form-select {
		height: calc(3.5rem + 2px);
		line-height: 1.25
	}

	.form-floating > label {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		padding: 1rem .75rem;
		pointer-events: none;
		border: 1px solid transparent;
		transform-origin: 0 0;
		transition: opacity .1s ease-in-out,transform .1s ease-in-out
	}

	.form-floating > .form-control {
		padding: 1rem .75rem
	}

		.form-floating > .form-control::-moz-placeholder {
			color: transparent
		}

		.form-floating > .form-control::placeholder {
			color: transparent
		}

		.form-floating > .form-control:not(:-moz-placeholder-shown) {
			padding-top: 1.625rem;
			padding-bottom: .625rem
		}

		.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
			padding-top: 1.625rem;
			padding-bottom: .625rem
		}

		.form-floating > .form-control:-webkit-autofill {
			padding-top: 1.625rem;
			padding-bottom: .625rem
		}

	.form-floating > .form-select {
		padding-top: 1.625rem;
		padding-bottom: .625rem
	}

	.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
		opacity: .65;
		transform: scale(.85) translateY(-.5rem) translateX(.15rem)
	}

	.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
		opacity: .65;
		transform: scale(.85) translateY(-.5rem) translateX(.15rem)
	}

	.form-floating > .form-control:-webkit-autofill ~ label {
		opacity: .65;
		transform: scale(.85) translateY(-.5rem) translateX(.15rem)
	}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

	.input-group > .form-control, .input-group > .form-select {
		position: relative;
		flex: 1 1 auto;
		width: 1%;
		min-width: 0
	}

		.input-group > .form-control:focus, .input-group > .form-select:focus {
			z-index: 3
		}

	.input-group .btn {
		position: relative;
		z-index: 2
	}

		.input-group .btn:focus {
			z-index: 3
		}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: calc(1.285rem + .42vw);
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: center;
	white-space: nowrap;
	background-color: #d8d8d8;
	border: 1px solid #efefef;
	border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
	padding: .5rem 1rem;
	font-size: calc(1.305rem + .66vw);
	border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
	padding: .25rem .5rem;
	font-size: 1.2rem;
	border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
	padding-right: 3rem
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: 1.2rem;
	color: #fff;
	background-color: rgba(25,135,84,.9);
	border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
	display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

	.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
		border-color: #198754;
		box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
	}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #198754
}

	.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
		padding-right: 4.125rem;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fafafa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
		background-position: right .75rem center,center right 2.25rem;
		background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
	}

	.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
		border-color: #198754;
		box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
	}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #198754
}

	.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
		background-color: #198754
	}

	.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
		box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
	}

	.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
		color: #198754
	}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
	z-index: 1
}

	.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
		z-index: 3
	}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #c51331
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: 1.2rem;
	color: #fff;
	background-color: rgba(197,19,49,.9);
	border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
	display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #c51331;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c51331'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c51331' stroke='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

	.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
		border-color: #c51331;
		box-shadow: 0 0 0 .25rem rgba(197,19,49,.25)
	}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: #c51331
}

	.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
		padding-right: 4.125rem;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fafafa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c51331'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c51331' stroke='none'/%3E%3C/svg%3E");
		background-position: right .75rem center,center right 2.25rem;
		background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
	}

	.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
		border-color: #c51331;
		box-shadow: 0 0 0 .25rem rgba(197,19,49,.25)
	}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #c51331
}

	.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
		background-color: #c51331
	}

	.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
		box-shadow: 0 0 0 .25rem rgba(197,19,49,.25)
	}

	.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
		color: #c51331
	}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
	z-index: 2
}

	.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
		z-index: 3
	}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 18px 10px;
	font-size: calc(1.285rem + .42vw);
	border-radius: 4px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

	.btn, .btn:hover {
		color: #000
	}

		.btn-check:focus + .btn, .btn:focus {
			outline: 0;
			box-shadow: none
		}

		.btn.disabled, .btn:disabled, fieldset:disabled .btn {
			pointer-events: none;
			opacity: .65
		}

.btn-primary {
	color: #fff;
	background-color: #012b5d;
	border-color: #012b5d
}

	.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
		color: #fff;
		background-color: #01254f;
		border-color: #01224a
	}

	.btn-check:focus + .btn-primary, .btn-primary:focus {
		box-shadow: 0 0 0 .25rem rgba(39,75,117,.5)
	}

	.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #01224a;
		border-color: #012046
	}

		.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem rgba(39,75,117,.5)
		}

	.btn-primary.disabled, .btn-primary:disabled {
		color: #fff;
		background-color: #012b5d;
		border-color: #012b5d
	}

.btn-secondary {
	color: #fff;
	background-color: #c51331;
	border-color: #c51331
}

	.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
		color: #fff;
		background-color: #a7102a;
		border-color: #9e0f27
	}

	.btn-check:focus + .btn-secondary, .btn-secondary:focus {
		box-shadow: 0 0 0 .25rem rgba(206,54,80,.5)
	}

	.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #9e0f27;
		border-color: #940e25
	}

		.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem rgba(206,54,80,.5)
		}

	.btn-secondary.disabled, .btn-secondary:disabled {
		color: #fff;
		background-color: #c51331;
		border-color: #c51331
	}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

	.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
		color: #fff;
		background-color: #157347;
		border-color: #146c43
	}

	.btn-check:focus + .btn-success, .btn-success:focus {
		box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
	}

	.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
		color: #fff;
		background-color: #146c43;
		border-color: #13653f
	}

		.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
		}

	.btn-success.disabled, .btn-success:disabled {
		color: #fff;
		background-color: #198754;
		border-color: #198754
	}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

	.btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
		color: #000;
		background-color: #31d2f2;
		border-color: #25cff2
	}

	.btn-check:focus + .btn-info, .btn-info:focus {
		box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
	}

	.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
		color: #000;
		background-color: #3dd5f3;
		border-color: #25cff2
	}

		.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
		}

	.btn-info.disabled, .btn-info:disabled {
		color: #000;
		background-color: #0dcaf0;
		border-color: #0dcaf0
	}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

	.btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning:hover {
		color: #000;
		background-color: #ffca2c;
		border-color: #ffc720
	}

	.btn-check:focus + .btn-warning, .btn-warning:focus {
		box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
	}

	.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
		color: #000;
		background-color: #ffcd39;
		border-color: #ffc720
	}

		.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
		}

	.btn-warning.disabled, .btn-warning:disabled {
		color: #000;
		background-color: #ffc107;
		border-color: #ffc107
	}

.btn-danger {
	color: #fff;
	background-color: #c51331;
	border-color: #c51331
}

	.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
		color: #fff;
		background-color: #a7102a;
		border-color: #9e0f27
	}

	.btn-check:focus + .btn-danger, .btn-danger:focus {
		box-shadow: 0 0 0 .25rem rgba(206,54,80,.5)
	}

	.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #9e0f27;
		border-color: #940e25
	}

		.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem rgba(206,54,80,.5)
		}

	.btn-danger.disabled, .btn-danger:disabled {
		color: #fff;
		background-color: #c51331;
		border-color: #c51331
	}

.btn-light {
	color: #000;
	background-color: #979797;
	border-color: #979797
}

	.btn-check:focus + .btn-light, .btn-light:focus, .btn-light:hover {
		color: #000;
		background-color: #a7a7a7;
		border-color: #a1a1a1
	}

	.btn-check:focus + .btn-light, .btn-light:focus {
		box-shadow: 0 0 0 .25rem hsla(0,0%,50.2%,.5)
	}

	.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
		color: #000;
		background-color: #acacac;
		border-color: #a1a1a1
	}

		.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem hsla(0,0%,50.2%,.5)
		}

	.btn-light.disabled, .btn-light:disabled {
		color: #000;
		background-color: #979797;
		border-color: #979797
	}

.btn-dark {
	color: #000;
	background-color: #6c8e8d;
	border-color: #6c8e8d
}

	.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark:hover {
		color: #000;
		background-color: #829f9e;
		border-color: #7b9998
	}

	.btn-check:focus + .btn-dark, .btn-dark:focus {
		box-shadow: 0 0 0 .25rem rgba(92,121,120,.5)
	}

	.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
		color: #000;
		background-color: #89a5a4;
		border-color: #7b9998
	}

		.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
			box-shadow: 0 0 0 .25rem rgba(92,121,120,.5)
		}

	.btn-dark.disabled, .btn-dark:disabled {
		color: #000;
		background-color: #6c8e8d;
		border-color: #6c8e8d
	}

.btn-outline-primary {
	color: #012b5d;
	border-color: #012b5d
}

	.btn-outline-primary:hover {
		color: #fff;
		background-color: #012b5d;
		border-color: #012b5d
	}

	.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
		box-shadow: 0 0 0 .25rem rgba(1,43,93,.5)
	}

	.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
		color: #fff;
		background-color: #012b5d;
		border-color: #012b5d
	}

		.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
			box-shadow: 0 0 0 .25rem rgba(1,43,93,.5)
		}

	.btn-outline-primary.disabled, .btn-outline-primary:disabled {
		color: #012b5d;
		background-color: transparent
	}

.btn-outline-secondary {
	color: #c51331;
	border-color: #c51331
}

	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #c51331;
		border-color: #c51331
	}

	.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
		box-shadow: 0 0 0 .25rem rgba(197,19,49,.5)
	}

	.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
		color: #fff;
		background-color: #c51331;
		border-color: #c51331
	}

		.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
			box-shadow: 0 0 0 .25rem rgba(197,19,49,.5)
		}

	.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
		color: #c51331;
		background-color: transparent
	}

.btn-outline-success {
	color: #198754;
	border-color: #198754
}

	.btn-outline-success:hover {
		color: #fff;
		background-color: #198754;
		border-color: #198754
	}

	.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
		box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
	}

	.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
		color: #fff;
		background-color: #198754;
		border-color: #198754
	}

		.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
			box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
		}

	.btn-outline-success.disabled, .btn-outline-success:disabled {
		color: #198754;
		background-color: transparent
	}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0
}

	.btn-outline-info:hover {
		color: #000;
		background-color: #0dcaf0;
		border-color: #0dcaf0
	}

	.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
		box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
	}

	.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
		color: #000;
		background-color: #0dcaf0;
		border-color: #0dcaf0
	}

		.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
			box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
		}

	.btn-outline-info.disabled, .btn-outline-info:disabled {
		color: #0dcaf0;
		background-color: transparent
	}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

	.btn-outline-warning:hover {
		color: #000;
		background-color: #ffc107;
		border-color: #ffc107
	}

	.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
		box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
	}

	.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
		color: #000;
		background-color: #ffc107;
		border-color: #ffc107
	}

		.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
			box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
		}

	.btn-outline-warning.disabled, .btn-outline-warning:disabled {
		color: #ffc107;
		background-color: transparent
	}

.btn-outline-danger {
	color: #c51331;
	border-color: #c51331
}

	.btn-outline-danger:hover {
		color: #fff;
		background-color: #c51331;
		border-color: #c51331
	}

	.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
		box-shadow: 0 0 0 .25rem rgba(197,19,49,.5)
	}

	.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
		color: #fff;
		background-color: #c51331;
		border-color: #c51331
	}

		.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
			box-shadow: 0 0 0 .25rem rgba(197,19,49,.5)
		}

	.btn-outline-danger.disabled, .btn-outline-danger:disabled {
		color: #c51331;
		background-color: transparent
	}

.btn-outline-light {
	color: #979797;
	border-color: #979797
}

	.btn-outline-light:hover {
		color: #000;
		background-color: #979797;
		border-color: #979797
	}

	.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
		box-shadow: 0 0 0 .25rem hsla(0,0%,59.2%,.5)
	}

	.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
		color: #000;
		background-color: #979797;
		border-color: #979797
	}

		.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
			box-shadow: 0 0 0 .25rem hsla(0,0%,59.2%,.5)
		}

	.btn-outline-light.disabled, .btn-outline-light:disabled {
		color: #979797;
		background-color: transparent
	}

.btn-outline-dark {
	color: #6c8e8d;
	border-color: #6c8e8d
}

	.btn-outline-dark:hover {
		color: #000;
		background-color: #6c8e8d;
		border-color: #6c8e8d
	}

	.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
		box-shadow: 0 0 0 .25rem rgba(108,142,141,.5)
	}

	.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
		color: #000;
		background-color: #6c8e8d;
		border-color: #6c8e8d
	}

		.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
			box-shadow: 0 0 0 .25rem rgba(108,142,141,.5)
		}

	.btn-outline-dark.disabled, .btn-outline-dark:disabled {
		color: #6c8e8d;
		background-color: transparent
	}

.btn-link {
	font-weight: 400;
	color: #012b5d;
	text-decoration: underline
}

	.btn-link:hover {
		color: #01224a
	}

	.btn-link.disabled, .btn-link:disabled {
		color: #a3a3a3
	}

.btn-group-lg > .btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: calc(1.305rem + .66vw);
	border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: 1.2rem;
	border-radius: .2rem
}

.fade {
	transition: opacity .15s linear
}

	.fade:not(.show) {
		opacity: 0
	}

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

	.collapsing.collapse-horizontal {
		width: 0;
		height: auto;
		transition: width .35s ease
	}

.dropdown, .dropend, .dropstart, .dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

	.dropdown-toggle:after {
		display: inline-block;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent
	}

	.dropdown-toggle:empty:after {
		margin-left: 0
	}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: calc(1.285rem + .42vw);
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}

	.dropdown-menu[data-bs-popper] {
		top: 100%;
		left: 0;
		margin-top: .125rem
	}

.dropdown-menu-start {
	--bs-position: start
}

	.dropdown-menu-start[data-bs-popper] {
		right: auto;
		left: 0
	}

.dropdown-menu-end {
	--bs-position: end
}

	.dropdown-menu-end[data-bs-popper] {
		right: 0;
		left: auto
	}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropend .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropend .dropdown-toggle:after {
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropstart .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropstart .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropstart .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,.15)
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #6c8e8d;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

	.dropdown-item:focus, .dropdown-item:hover {
		color: #61807f;
		background-color: #d8d8d8
	}

	.dropdown-item.active, .dropdown-item:active {
		color: #fff;
		text-decoration: none;
		background-color: #012b5d
	}

	.dropdown-item.disabled, .dropdown-item:disabled {
		color: #b2b2b2;
		pointer-events: none;
		background-color: transparent
	}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1.2rem;
	color: #a3a3a3;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #6c8e8d
}

.dropdown-menu-dark {
	color: #f7f9f9;
	background-color: #fafafa;
	border-color: rgba(0,0,0,.15)
}

	.dropdown-menu-dark .dropdown-item {
		color: #f7f9f9
	}

		.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
			color: #fff;
			background-color: hsla(0,0%,100%,.15)
		}

		.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
			color: #fff;
			background-color: #012b5d
		}

		.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
			color: #b2b2b2
		}

	.dropdown-menu-dark .dropdown-divider {
		border-color: rgba(0,0,0,.15)
	}

	.dropdown-menu-dark .dropdown-item-text {
		color: #f7f9f9
	}

	.dropdown-menu-dark .dropdown-header {
		color: #b2b2b2
	}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

	.btn-group-vertical > .btn, .btn-group > .btn {
		position: relative;
		flex: 1 1 auto
	}

		.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
			z-index: 1
		}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

	.btn-toolbar .input-group {
		width: auto
	}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
	margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: 7.5px;
	padding-left: 7.5px
}

	.dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
		margin-left: 0
	}

.dropstart .dropdown-toggle-split:before {
	margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

	.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
		width: 100%
	}

		.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
			margin-top: -1px
		}

		.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0
		}

		.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
			border-top-left-radius: 0;
			border-top-right-radius: 0
		}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #012b5d;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

	.nav-link:focus, .nav-link:hover {
		color: #01224a
	}

	.nav-link.disabled {
		color: #a3a3a3;
		pointer-events: none;
		cursor: default
	}

.nav-tabs {
	border-bottom: 1px solid #f7f9f9
}

	.nav-tabs .nav-link {
		margin-bottom: -1px;
		background: none;
		border: 1px solid transparent;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}

		.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
			border-color: #d8d8d8 #d8d8d8 #f7f9f9;
			isolation: isolate
		}

		.nav-tabs .nav-link.disabled {
			color: #a3a3a3;
			background-color: transparent;
			border-color: transparent
		}

		.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
			color: #888;
			background-color: #f7f9f9;
			border-color: #f7f9f9
		}

	.nav-tabs .dropdown-menu {
		margin-top: -1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: .25rem
}

	.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
		color: #fff;
		background-color: #012b5d
	}

.nav-fill .nav-item, .nav-fill > .nav-link {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

	.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
		width: 100%
	}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

	.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm {
		display: flex;
		flex-wrap: inherit;
		align-items: center;
		justify-content: space-between
	}

.navbar-brand {
	padding-top: .35rem;
	padding-bottom: .35rem;
	margin-right: 1rem;
	font-size: calc(1.305rem + .66vw);
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0
	}

	.navbar-nav .dropdown-menu {
		position: static
	}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: calc(1.305rem + .66vw);
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: box-shadow .15s ease-in-out
}

	.navbar-toggler:hover {
		text-decoration: none
	}

	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: 0 0 0 .25rem
	}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

.navbar-nav-scroll {
	max-height: 75vh;
	max-height: var(--bs-scroll-height,75vh);
	overflow-y: auto
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

	.navbar-expand .navbar-nav {
		flex-direction: row
	}

		.navbar-expand .navbar-nav .dropdown-menu {
			position: absolute
		}

		.navbar-expand .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem
		}

	.navbar-expand .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand .navbar-toggler, .navbar-expand .offcanvas-header {
		display: none
	}

	.navbar-expand .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.55)
}

	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		color: rgba(0,0,0,.7)
	}

	.navbar-light .navbar-nav .nav-link.disabled {
		color: rgba(0,0,0,.3)
	}

	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
		color: rgba(0,0,0,.9)
	}

.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.55);
	border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0,0,0,.55)
}

	.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
		color: rgba(0,0,0,.9)
	}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0,0%,100%,.55)
}

	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
		color: hsla(0,0%,100%,.75)
	}

	.navbar-dark .navbar-nav .nav-link.disabled {
		color: hsla(0,0%,100%,.25)
	}

	.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
		color: #fff
	}

.navbar-dark .navbar-toggler {
	color: hsla(0,0%,100%,.55);
	border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0,0%,100%,.55)
}

	.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
		color: #fff
	}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem
}

	.card > hr {
		margin-right: 0;
		margin-left: 0
	}

	.card > .list-group {
		border-top: inherit;
		border-bottom: inherit
	}

		.card > .list-group:first-child {
			border-top-width: 0;
			border-top-left-radius: calc(.25rem - 1px);
			border-top-right-radius: calc(.25rem - 1px)
		}

		.card > .list-group:last-child {
			border-bottom-width: 0;
			border-bottom-right-radius: calc(.25rem - 1px);
			border-bottom-left-radius: calc(.25rem - 1px)
		}

		.card > .card-header + .list-group, .card > .list-group + .card-footer {
			border-top: 0
		}

.card-body {
	flex: 1 1 auto;
	padding: 1rem
}

.card-title {
	margin-bottom: .5rem
}

.card-subtitle {
	margin-top: -.25rem
}

.card-subtitle, .card-text:last-child {
	margin-bottom: 0
}

.card-link + .card-link {
	margin-left: 1rem
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}

	.card-header:first-child {
		border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
	}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}

	.card-footer:last-child {
		border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
	}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0
}

	.card-header-tabs .nav-link.active {
		background-color: #fff;
		border-bottom-color: #fff
	}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
	width: 100%
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group > .card {
	margin-bottom: 15px
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: calc(1.285rem + .42vw);
	color: #000;
	text-align: left;
	background-color: #f7f9f9;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

	.accordion-button:not(.collapsed) {
		color: #012754;
		background-color: #e6eaef;
		box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
	}

		.accordion-button:not(.collapsed):after {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23012754'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
			transform: rotate(-180deg)
		}

	.accordion-button:after {
		flex-shrink: 0;
		width: 1.25rem;
		height: 1.25rem;
		margin-left: auto;
		content: "";
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: 1.25rem;
		transition: transform .2s ease-in-out
	}

	.accordion-button:hover {
		z-index: 2
	}

	.accordion-button:focus {
		z-index: 3;
		border-color: #8095ae;
		outline: 0;
		box-shadow: none
	}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	background-color: #f7f9f9;
	border: 1px solid rgba(0,0,0,.125)
}

	.accordion-item:first-of-type {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}

		.accordion-item:first-of-type .accordion-button {
			border-top-left-radius: calc(.25rem - 1px);
			border-top-right-radius: calc(.25rem - 1px)
		}

	.accordion-item:not(:first-of-type) {
		border-top: 0
	}

	.accordion-item:last-of-type {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}

		.accordion-item:last-of-type .accordion-button.collapsed {
			border-bottom-right-radius: calc(.25rem - 1px);
			border-bottom-left-radius: calc(.25rem - 1px)
		}

		.accordion-item:last-of-type .accordion-collapse {
			border-bottom-right-radius: .25rem;
			border-bottom-left-radius: .25rem
		}

.accordion-body {
	padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

	.accordion-flush .accordion-item:first-child {
		border-top: 0
	}

	.accordion-flush .accordion-item:last-child {
		border-bottom: 0
	}

	.accordion-flush .accordion-item .accordion-button {
		border-radius: 0
	}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px
}

	.breadcrumb-item + .breadcrumb-item:before {
		float: left;
		padding-right: 10px;
		color: #c51331;
		content: "/";
		content: var(--bs-breadcrumb-divider,"/")
	}

.breadcrumb-item.active {
	color: #fff
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	color: #888;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #f7f9f9;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

	.page-link:hover {
		z-index: 2;
		color: #012b5d;
		background-color: #d8d8d8;
		border-color: #f7f9f9
	}

	.page-link:focus {
		z-index: 3;
		color: #01224a;
		background-color: #d8d8d8;
		outline: 0;
		box-shadow: 0 0 0 .25rem rgba(1,43,93,.25)
	}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #012b5d;
	border-color: #012b5d
}

.page-item.disabled .page-link {
	color: #a3a3a3;
	pointer-events: none;
	background-color: #fff;
	border-color: #f7f9f9
}

.page-link {
	padding: .375rem .75rem
}

.page-item:first-child .page-link {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: calc(1.305rem + .66vw)
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: 1.2rem
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

	.badge:empty {
		display: none
	}

.btn .badge {
	position: relative;
	top: -1px
}

.alert {
	position: relative;
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 3rem
}

	.alert-dismissible .btn-close {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		padding: 1.25rem 1rem
	}

.alert-primary {
	color: #011a38;
	background-color: #ccd5df;
	border-color: #b3bfce
}

	.alert-primary .alert-link {
		color: #01152d
	}

.alert-secondary {
	color: #760b1d;
	background-color: #f3d0d6;
	border-color: #eeb8c1
}

	.alert-secondary .alert-link {
		color: #5e0917
	}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc
}

	.alert-success .alert-link {
		color: #0c4128
	}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb
}

	.alert-info .alert-link {
		color: #04414d
	}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5
}

	.alert-warning .alert-link {
		color: #523e02
	}

.alert-danger {
	color: #760b1d;
	background-color: #f3d0d6;
	border-color: #eeb8c1
}

	.alert-danger .alert-link {
		color: #5e0917
	}

.alert-light {
	color: #5b5b5b;
	background-color: #eaeaea;
	border-color: #e0e0e0
}

	.alert-light .alert-link {
		color: #494949
	}

.alert-dark {
	color: #415555;
	background-color: #e2e8e8;
	border-color: #d3dddd
}

	.alert-dark .alert-link {
		color: #344444
	}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.progress {
	height: 1rem;
	font-size: 1.2rem;
	background-color: #d8d8d8;
	border-radius: .25rem
}

.progress, .progress-bar {
	display: flex;
	overflow: hidden
}

.progress-bar {
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #012b5d;
	transition: width .6s ease
}

.progress-bar-striped {
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

	.list-group-numbered > li:before {
		content: counters(section,".") ". ";
		counter-increment: section
	}

.list-group-item-action {
	width: 100%;
	color: #888;
	text-align: inherit
}

	.list-group-item-action:focus, .list-group-item-action:hover {
		z-index: 1;
		color: #888;
		text-decoration: none;
		background-color: #979797
	}

	.list-group-item-action:active {
		color: #000;
		background-color: #d8d8d8
	}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #6c8e8d;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}

	.list-group-item:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit
	}

	.list-group-item:last-child {
		border-bottom-right-radius: inherit;
		border-bottom-left-radius: inherit
	}

	.list-group-item.disabled, .list-group-item:disabled {
		color: #a3a3a3;
		pointer-events: none;
		background-color: #fff
	}

	.list-group-item.active {
		z-index: 2;
		color: #fff;
		background-color: #012b5d;
		border-color: #012b5d
	}

	.list-group-item + .list-group-item {
		border-top-width: 0
	}

		.list-group-item + .list-group-item.active {
			margin-top: -1px;
			border-top-width: 1px
		}

.list-group-horizontal {
	flex-direction: row
}

	.list-group-horizontal > .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal > .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal > .list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

		.list-group-horizontal > .list-group-item + .list-group-item.active {
			margin-left: -1px;
			border-left-width: 1px
		}

.list-group-flush {
	border-radius: 0
}

	.list-group-flush > .list-group-item {
		border-width: 0 0 1px
	}

		.list-group-flush > .list-group-item:last-child {
			border-bottom-width: 0
		}

.list-group-item-primary {
	color: #011a38;
	background-color: #ccd5df
}

	.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
		color: #011a38;
		background-color: #b8c0c9
	}

	.list-group-item-primary.list-group-item-action.active {
		color: #fff;
		background-color: #011a38;
		border-color: #011a38
	}

.list-group-item-secondary {
	color: #760b1d;
	background-color: #f3d0d6
}

	.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
		color: #760b1d;
		background-color: #dbbbc1
	}

	.list-group-item-secondary.list-group-item-action.active {
		color: #fff;
		background-color: #760b1d;
		border-color: #760b1d
	}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd
}

	.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
		color: #0f5132;
		background-color: #bcd0c7
	}

	.list-group-item-success.list-group-item-action.active {
		color: #fff;
		background-color: #0f5132;
		border-color: #0f5132
	}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc
}

	.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
		color: #055160;
		background-color: #badce3
	}

	.list-group-item-info.list-group-item-action.active {
		color: #fff;
		background-color: #055160;
		border-color: #055160
	}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd
}

	.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
		color: #664d03;
		background-color: #e6dbb9
	}

	.list-group-item-warning.list-group-item-action.active {
		color: #fff;
		background-color: #664d03;
		border-color: #664d03
	}

.list-group-item-danger {
	color: #760b1d;
	background-color: #f3d0d6
}

	.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
		color: #760b1d;
		background-color: #dbbbc1
	}

	.list-group-item-danger.list-group-item-action.active {
		color: #fff;
		background-color: #760b1d;
		border-color: #760b1d
	}

.list-group-item-light {
	color: #5b5b5b;
	background-color: #eaeaea
}

	.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
		color: #5b5b5b;
		background-color: #d3d3d3
	}

	.list-group-item-light.list-group-item-action.active {
		color: #fff;
		background-color: #5b5b5b;
		border-color: #5b5b5b
	}

.list-group-item-dark {
	color: #415555;
	background-color: #e2e8e8
}

	.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
		color: #415555;
		background-color: #cbd1d1
	}

	.list-group-item-dark.list-group-item-action.active {
		color: #fff;
		background-color: #415555;
		border-color: #415555
	}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: #000;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

	.btn-close:hover {
		color: #000;
		text-decoration: none;
		opacity: .75
	}

	.btn-close:focus {
		outline: 0;
		box-shadow: 0 0 0 .25rem rgba(1,43,93,.25);
		opacity: 1
	}

	.btn-close.disabled, .btn-close:disabled {
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		opacity: .25
	}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: hsla(0,0%,100%,.85);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	border-radius: .25rem
}

	.toast.showing {
		opacity: 0
	}

	.toast:not(.show) {
		display: none
	}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

	.toast-container > :not(:last-child) {
		margin-bottom: 15px
	}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #a3a3a3;
	background-color: hsla(0,0%,100%,.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

	.toast-header .btn-close {
		margin-right: -.375rem;
		margin-left: .75rem
	}

.toast-body {
	padding: .75rem;
	word-wrap: break-word
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translateY(-50px)
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem)
}

	.modal-dialog-scrollable .modal-content {
		max-height: 100%;
		overflow: hidden
	}

	.modal-dialog-scrollable .modal-body {
		overflow-y: auto
	}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

	.modal-backdrop.fade {
		opacity: 0
	}

	.modal-backdrop.show {
		opacity: .5
	}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #f7f9f9;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

	.modal-header .btn-close {
		padding: .5rem;
		margin: -.5rem -.5rem -.5rem auto
	}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #f7f9f9;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

	.modal-footer > * {
		margin: .25rem
	}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

	.modal-fullscreen .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen .modal-header {
		border-radius: 0
	}

	.modal-fullscreen .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen .modal-footer {
		border-radius: 0
	}

[dir="ltr"] .tooltip {
	text-align: left
}

[dir="rtl"] .tooltip {
	text-align: right
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.2rem;
	word-wrap: break-word;
	opacity: 0
}

	.tooltip.show {
		opacity: .9
	}

	.tooltip .tooltip-arrow {
		position: absolute;
		display: block;
		width: .8rem;
		height: .4rem
	}

		.tooltip .tooltip-arrow:before {
			position: absolute;
			content: "";
			border-color: transparent;
			border-style: solid
		}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}

	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
		bottom: 0
	}

		.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
			top: -1px;
			border-width: .4rem .4rem 0;
			border-top-color: #000
		}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
	padding: 0 .4rem
}

	.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
		left: 0;
		width: .4rem;
		height: .8rem
	}

		.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
			right: -1px;
			border-width: .4rem .4rem .4rem 0;
			border-right-color: #000
		}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}

	.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
		top: 0
	}

		.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
			bottom: -1px;
			border-width: 0 .4rem .4rem;
			border-bottom-color: #000
		}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
	padding: 0 .4rem
}

	.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
		right: 0;
		width: .4rem;
		height: .8rem
	}

		.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
			left: -1px;
			border-width: .4rem 0 .4rem .4rem;
			border-left-color: #000
		}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

[dir="ltr"] .popover {
	text-align: left
}

[dir="rtl"] .popover {
	text-align: right
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.2rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem
}

	.popover .popover-arrow {
		position: absolute;
		display: block;
		width: 1rem;
		height: .5rem
	}

		.popover .popover-arrow:after, .popover .popover-arrow:before {
			position: absolute;
			display: block;
			content: "";
			border-color: transparent;
			border-style: solid
		}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
	bottom: calc(-.5rem - 1px)
}

	.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before, .bs-popover-top > .popover-arrow:before {
		bottom: 0;
		border-width: .5rem .5rem 0;
		border-top-color: rgba(0,0,0,.25)
	}

	.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after, .bs-popover-top > .popover-arrow:after {
		bottom: 1px;
		border-width: .5rem .5rem 0;
		border-top-color: #fff
	}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

	.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before, .bs-popover-end > .popover-arrow:before {
		left: 0;
		border-width: .5rem .5rem .5rem 0;
		border-right-color: rgba(0,0,0,.25)
	}

	.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after, .bs-popover-end > .popover-arrow:after {
		left: 1px;
		border-width: .5rem .5rem .5rem 0;
		border-right-color: #fff
	}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
	top: calc(-.5rem - 1px)
}

	.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:before {
		top: 0;
		border-width: 0 .5rem .5rem;
		border-bottom-color: rgba(0,0,0,.25)
	}

	.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after, .bs-popover-bottom > .popover-arrow:after {
		top: 1px;
		border-width: 0 .5rem .5rem;
		border-bottom-color: #fff
	}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

	.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before, .bs-popover-start > .popover-arrow:before {
		right: 0;
		border-width: .5rem 0 .5rem .5rem;
		border-left-color: rgba(0,0,0,.25)
	}

	.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after, .bs-popover-start > .popover-arrow:after {
		right: 1px;
		border-width: .5rem 0 .5rem .5rem;
		border-left-color: #fff
	}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: calc(1.285rem + .42vw);
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

	.popover-header:empty {
		display: none
	}

.popover-body {
	padding: 1rem;
	color: #000
}

.carousel {
	position: relative
}

	.carousel.pointer-event {
		touch-action: pan-y
	}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

	.carousel-inner:after {
		display: block;
		clear: both;
		content: ""
	}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

	.carousel-item-next, .carousel-item-prev, .carousel-item.active {
		display: block
	}

		.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
			transform: translateX(100%)
		}

		.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
			transform: translateX(-100%)
		}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

	.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
		z-index: 1;
		opacity: 1
	}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease
}

	.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
		color: #fff;
		text-decoration: none;
		outline: 0;
		opacity: .9
	}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none
}

	.carousel-indicators [data-bs-target] {
		box-sizing: content-box;
		flex: 0 1 auto;
		width: 30px;
		height: 3px;
		padding: 0;
		margin-right: 3px;
		margin-left: 3px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #fff;
		background-clip: padding-box;
		border: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		opacity: .5;
		transition: opacity .6s ease
	}

	.carousel-indicators .active {
		opacity: 1
	}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid;
	border-right: .25em solid transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

	.offcanvas-backdrop.fade {
		opacity: 0
	}

	.offcanvas-backdrop.show {
		opacity: .5
	}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem
}

	.offcanvas-header .btn-close {
		padding: .5rem;
		margin-top: -.5rem;
		margin-right: -.5rem;
		margin-bottom: -.5rem
	}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem;
	overflow-y: auto
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0,0,0,.2);
	transform: translateX(-100%)
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0,0,0,.2);
	transform: translateX(100%)
}

.offcanvas-top {
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	transform: translateY(-100%)
}

.offcanvas-bottom, .offcanvas-top {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%
}

.offcanvas-bottom {
	border-top: 1px solid rgba(0,0,0,.2);
	transform: translateY(100%)
}

.offcanvas.show {
	transform: none
}

@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" icon-"], [class^=icon-] {
	font-family: icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-mail:before {
	content: ""
}

.icon-play-button:before {
	content: ""
}

.icon-star:before {
	content: ""
}

.icon-play-circle:before {
	content: ""
}

.icon-call:before {
	content: ""
}

.icon-calendar:before {
	content: ""
}

.icon-clock:before {
	content: ""
}

.icon-map-pin:before {
	content: ""
}

.icon-info:before {
	content: ""
}

.icon-arrow-thin-down:before {
	content: ""
}

.icon-close:before {
	content: ""
}

.icon-message:before {
	content: ""
}

.icon-drop:before {
	content: ""
}

.icon-calendar-1:before {
	content: ""
}

.icon-icon-02:before {
	content: ""
}

.icon-user:before {
	content: ""
}

.icon-angle-up:before {
	content: ""
}

#footer .title a:before, .breadcurmb-section .h1 a:before, .breadcurmb-section h1 a:before, .icon-angle-right:before, .main-text a:before {
	content: ""
}

.icon-twitter:before {
	content: ""
}

.icon-youtube:before {
	content: ""
}

.icon-cart:before {
	content: ""
}

.icon-facebook:before {
	content: ""
}

.icon-instagram:before {
	content: ""
}

.icon-linkedin:before {
	content: ""
}

.icon-search:before {
	content: ""
}

.icon-play-circle1:before {
	content: ""
}

.slick-slider {
	position: relative
}

.home-slider, .slick-slider {
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

	.slick-list:focus {
		outline: none
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand
	}

.home-slider .slick-list, .home-slider .slick-track, .slick-slider .slick-list, .slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

	.slick-track:after, .slick-track:before {
		content: "";
		display: table
	}

	.slick-track:after {
		clear: both
	}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

	.fancybox-container * {
		box-sizing: border-box
	}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: rgba(0,0,0,.4);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease,visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s,visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform,opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

	.fancybox-slide:before {
		content: "";
		display: inline-block;
		font-size: 0;
		height: 100%;
		vertical-align: middle;
		width: 0
	}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

	.fancybox-slide--image:before {
		display: none
	}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform,opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

	.fancybox-error p {
		color: #444;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		padding: 0
	}

.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

	.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
		color: #ccc
	}

		.fancybox-button:hover {
			color: #fff
		}

		.fancybox-button:focus {
			outline: none
		}

		.fancybox-button.fancybox-focus {
			outline: 1px dotted
		}

		.fancybox-button[disabled], .fancybox-button[disabled]:hover {
			color: #888;
			cursor: default;
			outline: none
		}

		.fancybox-button div {
			height: 100%
		}

		.fancybox-button svg {
			display: block;
			height: 100%;
			overflow: visible;
			position: relative;
			width: 100%
		}

			.fancybox-button svg path {
				fill: currentColor;
				stroke-width: 0
			}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

	.fancybox-close-small:hover {
		color: #fff;
		opacity: 1
	}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 21px;
	top: 23px;
	border: 2px solid rgba(1,43,93,.1);
	border-radius: 50%;
	width: 50px;
	height: 50px
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

	.fancybox-navigation .fancybox-button div {
		padding: 7px
	}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.fancybox-caption {
	background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

	.fancybox-caption a:hover {
		color: #fff;
		text-decoration: underline
	}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid;
	border-color: #888 #888 #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

	.fancybox-share .h1, .fancybox-share h1 {
		color: #222;
		font-size: 35px;
		font-weight: 700;
		margin: 0 0 20px
	}

	.fancybox-share p {
		margin: 0;
		padding: 0
	}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap
}

	.fancybox-share__button:link, .fancybox-share__button:visited {
		color: #fff
	}

	.fancybox-share__button:hover {
		text-decoration: none
	}

.fancybox-share__button--fb {
	background: #3b5998
}

	.fancybox-share__button--fb:hover {
		background: #344e86
	}

.fancybox-share__button--pt {
	background: #bd081d
}

	.fancybox-share__button--pt:hover {
		background: #aa0719
	}

.fancybox-share__button--tw {
	background: #1da1f2
}

	.fancybox-share__button--tw:hover {
		background: #0d95e8
	}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

	.fancybox-share__button svg path {
		fill: #fff
	}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

	.fancybox-thumbs__list a:before {
		border: 6px solid #ff5268;
		bottom: 0;
		content: "";
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		transition: all .2s cubic-bezier(.25,.46,.45,.94);
		z-index: 99991
	}

	.fancybox-thumbs__list a:focus:before {
		opacity: .5
	}

	.fancybox-thumbs__list a.fancybox-thumbs-active:before {
		opacity: 1
	}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0
}

.lightbox-demo {
	width: 300px;
	padding: 42px 32px
}

	.lightbox-demo .h2, .lightbox-demo h2 {
		margin: 0 0 10px
	}

	.lightbox-demo p {
		margin: 0
	}

html {
	box-sizing: border-box
}

*, :after, :before {
	box-sizing: inherit
}

.hide-text {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap
}

.visually-hidden:not(:focus):not(:active), input.visually-hidden[type=checkbox], input.visually-hidden[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

html {
	font-size: 10px
}

body {
	color: #000;
	font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400
}

a {
	transition: color .35s cubic-bezier(.3,.86,.36,.95);
	color: #012b5d;
	text-decoration: underline
}

	a:hover {
		color: #01224a
	}

dl, ol, p, ul {
	margin: 0 0 1rem
}

input[type=email], input[type=tel], input[type=text], textarea {
	transition: border-color .35s cubic-bezier(.3,.86,.36,.95);
	border: 1px solid;
	background-color: transparent;
	width: 100%;
	min-width: 0;
	padding: 1.2rem 2.4rem;
	border-radius: 0;
	-webkit-appearance: none
}

	input[type=email]:focus, input[type=email]:hover, input[type=tel]:focus, input[type=tel]:hover, input[type=text]:focus, input[type=text]:hover, textarea:focus, textarea:hover {
		box-shadow: none;
		outline: none
	}

#header {
	position: relative;
	background: #fff;
	color: #012b5d;
	padding: 18px 0 16px
}

	#header .holder {
		display: flex;
		flex-wrap: wrap;
		max-width: none
	}

	#header .form-holder {
		position: relative;
		padding: 20px 24px
	}

		#header .form-holder:after, #header .form-holder:before {
			content: "";
			position: absolute;
			left: 24px;
			right: 24px;
			height: 1px;
			background: #efefef
		}

		#header .form-holder:before {
			top: 0
		}

		#header .form-holder:after {
			bottom: 0
		}

	#header .social-networks {
		padding: 31px 25px
	}

	#header .btn {
		border-radius: 0;
		padding: 18px 10px
	}

.logo {
	max-width: 210px;
	flex-basis: 210px;
	align-self: center;
	padding: 0 0 0 16px
}

	.logo img {
		width: 100%
	}

.nav-opener {
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
	margin-left: auto
}

	.nav-opener:hover {
		opacity: .9
	}

	.nav-opener:after, .nav-opener:before, .nav-opener span {
		transition: all .35s cubic-bezier(.3,.86,.36,.95);
		background: #b2b2b2;
		border-radius: 0;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		height: 2px
	}

	.nav-opener:after, .nav-opener:before {
		content: "";
		top: 20%
	}

	.nav-opener:after {
		top: 80%
	}

.nav-active .nav-opener span {
	opacity: 0
}

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0
}

.nav-active .nav-opener:after {
	transform: rotate(-45deg)
}

nav {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 26px 0 0
}

	nav > .cart {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		position: absolute;
		right: 76px;
		top: calc(50% + 3px);
		transform: translateY(-50%);
		text-decoration: none;
		color: #b2b2b2
	}

		nav > .cart:hover {
			color: #000
		}

.nav-drop {
	transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	flex: 1;
	height: calc(100vh - 79px)
}

	.nav-drop .btn-holder {
		display: flex;
		flex-wrap: wrap
	}

		.nav-drop .btn-holder .btn {
			width: 50%
		}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible
}

.nav-row .link-item {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	display: none
}

	.nav-row .link-item a {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		text-decoration: none;
		color: #000
	}

		.nav-row .link-item a:hover {
			color: #b2b2b2
		}

	.nav-row .link-item li:nth-child(2) {
		display: none
	}

.navigation {
	padding: 12px 0 16px;
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}

	.navigation a {
		transition: color .35s cubic-bezier(.3,.86,.36,.95),background .35s cubic-bezier(.3,.86,.36,.95);
		position: relative;
		text-decoration: none;
		color: #012b5d;
		display: block;
		padding: 17px 25px
	}

		.navigation a:before {
			transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			bottom: -2px;
			height: 3px;
			background: #c51331;
			opacity: 0;
			visibility: hidden
		}

		.navigation a:hover {
			background: #012b5d;
			color: #fff
		}

			.navigation a:hover:before {
				opacity: 1;
				visibility: visible
			}

	.navigation .inner-slide, .navigation ul {
		transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
		list-style: none;
		padding: 0 15px;
		margin: 0;
		background-color: #001c41;
		box-shadow: 0 10px 10px rgba(0,0,0,.5)
	}

		.navigation .inner-slide:before, .navigation ul:before {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: -12px;
			height: 12px;
			background: transparent
		}

		.navigation .inner-slide a, .navigation ul a {
			transition: color .35s cubic-bezier(.3,.86,.36,.95),background .35s cubic-bezier(.3,.86,.36,.95);
			padding: 12px 25px;
			border-top: 1px solid hsla(0,0%,100%,.3)
		}

			.navigation .inner-slide a:hover, .navigation ul a:hover {
				color: #c51331;
				background: transparent
			}

				.navigation .inner-slide a:hover:before, .navigation ul a:hover:before {
					opacity: 0;
					visibility: hidden
				}

		.navigation .inner-slide li, .navigation ul li {
			padding: 0
		}

			.navigation .inner-slide li:before, .navigation ul li:before {
				display: none
			}

	.navigation > li {
		border-bottom: 1px solid #fff
	}

		.navigation > li.has-drop-down a:before {
			bottom: 0
		}

		.navigation > li:hover > a {
			background: #fff;
			color: #000
		}

	.navigation li.has-drop-down.active a.has-drop-down-a:after {
		opacity: 0;
		visibility: hidden
	}

.header-search-form {
	position: relative
}

	.header-search-form input[type=search] {
		color: rgba(0,0,0,.8);
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
		height: 48px;
		width: 100%;
		border: 1px solid #d8d8d8;
		padding: 5px 25px 5px 50px;
		outline: 0;
		box-shadow: none;
		-webkit-appearance: none
	}

	.header-search-form .icon-search {
		position: absolute;
		left: 16px;
		font-size: 15px;
		top: 50%;
		transform: translateY(-50%);
		color: #000
	}

.resize-active .nav-drop {
	transition: none !important
}

.nav-container {
	max-width: 1058px;
	padding: 30px 15px 18px;
	margin: 0 auto;
	width: 100%;
	color: hsla(0,0%,100%,.8);
	font-size: 14px;
	line-height: 1.75;
	font-weight: 500;
	text-transform: none
}

	.nav-container .link {
		color: #fff;
		padding-left: 0
	}

	.nav-container .h3, .nav-container h3 {
		margin: 0 0 20px;
		text-transform: none;
		letter-spacing: 0
	}

	.nav-container .content-hold {
		margin: 0 0 20px
	}

	.nav-container .img-card {
		padding: 0
	}

		.nav-container .img-card .img:before {
			min-height: 171px
		}

		.nav-container .img-card .content {
			padding: 27px 18px 23px 26px;
			letter-spacing: 0
		}

		.nav-container .img-card:hover {
			background: #fff
		}

			.nav-container .img-card:hover .text {
				color: #c51331
			}

body {
	background-color: #f7f9f9;
	min-width: 320px
}

	.wrapper, body.nav-active {
		overflow: hidden
	}

.wrapper {
	width: 100%;
	position: relative
}

.btn {
	padding: 10px
}

.h1, h1 {
	font-size: 28px
}

.h1, .h2, h1, h2 {
	font-weight: 400;
	line-height: 1.1
}

.h2, h2 {
	font-size: 26px
}

.h3, h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1
}

.badge-tag {
	display: inline-block;
	border-radius: 4px;
	background-color: #efefef;
	color: #012b5d;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	padding: 3px 14px
}

.medium-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.555
}

.medium-text, .small-title {
	display: block;
	color: #012b5d
}

.small-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5
}

	.small-title a {
		text-decoration: none
	}

		.small-title a:hover {
			color: #c51331
		}

	.small-title.border-top {
		border-top: 1px solid #d8d8d8 !important
	}

.small-text {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2857;
	text-transform: uppercase
}

.main-title, .small-text {
	display: block;
	color: #012b5d
}

.main-title {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.333;
	padding-bottom: 10px
}

	.main-title:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 1px;
		background: #d8d8d8
	}

	.main-title.no-line {
		padding: 0
	}

		.main-title.no-line:before {
			display: none
		}

	.main-title .red {
		color: #c51331
	}

.main-text {
	display: block;
	color: #012b5d;
	font-size: 24px;
	line-height: 1.3333;
	margin: 0 0 30px;
	position: relative;
	padding: 0 30px 0 0
}

	.main-text a {
		color: inherit;
		text-decoration: none;
		display: inline-block;
		vertical-align: top
	}

		.main-text a:before {
			font-family: icomoon;
			position: absolute;
			top: 50%;
			right: 10px;
			transform: translateY(-50%) rotate(90deg);
			line-height: 1;
			font-size: 25px
		}

.row.small-space {
	margin: 0 -5px
}

	.row.small-space [class^=col-] {
		padding: 0 5px
	}

	.row.small-space .row {
		margin: 0 -5px
	}

.social-networks {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 13px;
	line-height: 1
}

	.social-networks a {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		text-decoration: none;
		color: #a3a3a3
	}

		.social-networks a:hover {
			color: #000
		}

	.social-networks li {
		margin-right: 32px
	}

		.social-networks li:last-child {
			margin-right: 0
		}

.about-content {
	color: #001c41;
	font-size: 14px;
	line-height: 1.5555
}

	.about-content p {
		margin: 0 0 15px
	}

.value-section {
	background: #fff;
	padding: 40px 0
}

	.value-section .text {
		display: block;
		font-size: 14px;
		line-height: 1.5555;
		margin: 0 0 13px
	}

.value-list {
	padding: 0;
	margin: 0;
	list-style: none;
	color: rgba(0,0,0,.8);
	line-height: 1.75;
	font-size: 14px
}

	.value-list li {
		position: relative;
		padding-left: 23px;
		margin: 0 0 10px
	}

		.value-list li:before {
			content: "";
			font-family: icomoon;
			position: absolute;
			left: 5px;
			top: -2px;
			color: #c51331;
			font-size: 16px
		}

	.value-list.child-m-0 li {
		margin: 0
	}

.council-section {
	color: #012b5d;
	font-size: 14px;
	line-height: 1.5555
}

	.council-section .main-title, .council-section p {
		margin: 0 0 15px
	}

	.council-section a {
		display: inline-block
	}

	.council-section img {
		width: 100%
	}

	.council-section .council-logo {
		margin: 0;
		padding: 40px 20px
	}

		.council-section .council-logo li {
			margin: 0 0 30px
		}

			.council-section .council-logo li:last-child {
				margin: 0
			}

.card-section .btn {
	min-width: 239px
}

.logo-section {
	padding: 60px 0
}

	.logo-section .h2, .logo-section h2 {
		margin: 0 0 40px
	}

	.logo-section.b-bottom {
		border-bottom: 1px solid #979797
	}

.circle-icon {
	width: 50px;
	height: 50px;
	text-decoration: none;
	border: 2px solid #efefef;
	border-radius: 50%;
	flex-wrap: wrap;
	justify-content: center;
	color: #c51331
}

.circle-icon, .info-image {
	display: flex;
	align-items: center
}

.info-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 30px;
	color: #fff;
	line-height: 1.555
}

	.info-image:before {
		content: "";
		font-size: 0;
		line-height: 0;
		display: block;
		min-height: 100px
	}

	.info-image .h2, .info-image h2 {
		color: #fff;
		line-height: 1.2;
		margin: 0 0 20px
	}

	.info-image a {
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 37px 10px 0
	}

		.info-image a [class^=icon-] {
			width: 48px;
			height: 48px;
			transition: color .35s cubic-bezier(.3,.86,.36,.95);
			display: inline-block;
			border: 1px solid hsla(0,0%,100%,.2);
			border-radius: 50%;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			font-size: 15px;
			margin-left: 25px
		}

		.info-image a .txt {
			position: relative;
			display: inline-block
		}

			.info-image a .txt:before {
				transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				height: 1px;
				background: #fff;
				opacity: 0;
				visibility: hidden
			}

		.info-image a:hover .txt:before {
			opacity: 1;
			visibility: visible
		}

	.info-image .wrap-btn {
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.info-image .content {
		max-width: 410px
	}

.item-list a {
	position: relative;
	display: inline;
	text-decoration: none;
	color: rgba(1,43,93,.8);
	font-weight: 500;
	font-size: 14px
}

	.item-list a:before {
		transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: #012b5d;
		opacity: 0;
		visibility: visible
	}

	.item-list a:hover:before {
		opacity: 1;
		visibility: visible
	}

.item-list li {
	position: relative;
	margin: 0 0 15px
}

	.item-list li:before {
		content: "";
		width: 5px;
		height: 5px;
		background: #c51331;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		display: none
	}

	.item-list li.active {
		padding-left: 26px
	}

		.item-list li.active:before {
			display: block
		}

.info-section {
	background: #c51331;
	color: #fff;
	padding: 41px 0
}

.info-text {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428;
	padding: 28px 0 0
}

	.info-text:before {
		content: "";
		font-family: icomoon;
		position: absolute;
		top: 0;
		left: 1px;
		font-size: 21px;
		transform: rotate(180deg)
	}

	.info-text.text-secondary:before {
		top: -5px
	}

hr {
	margin: 0;
	height: 1px;
	border: none;
	background: #e1e1e1;
	width: 100%
}

.tab-section .medium-text {
	margin: 0 0 23px
}

.tab-section .tab-body-content {
	padding: 37px 0 10px;
	line-height: 1.75
}

	.tab-section .tab-body-content .medium-text {
		margin: 0
	}

	.tab-section .tab-body-content p {
		margin: 0 0 18px
	}

	.tab-section .tab-body-content .content {
		margin: 0 0 30px
	}

.tab-section .left-col {
	padding: 30px 15px;
	background: #012b5d
}

	.tab-section .left-col .main-text {
		color: #fff
	}

.tab-section .right-col {
	padding: 30px 15px;
	background: #fff
}

.tab-section .wrap {
	overflow-x: auto
}

.tab-section .course-list {
	min-width: 745px
}

.tab-section .tabset {
	font-size: 16px;
	font-weight: 500
}

	.tab-section .tabset a {
		transition: padding .35s cubic-bezier(.3,.86,.36,.95),color .35s cubic-bezier(.3,.86,.36,.95);
		position: relative;
		text-decoration: none;
		color: #fff
	}

		.tab-section .tabset a:before {
			transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
			content: "";
			width: 5px;
			height: 5px;
			background: #c51331;
			border-radius: 50%;
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			opacity: 0;
			visibility: hidden
		}

		.tab-section .tabset a.active {
			padding-left: 27px;
			color: #fff
		}

			.tab-section .tabset a.active:before {
				opacity: 1;
				visibility: visible
			}

		.tab-section .tabset a:hover {
			text-decoration: underline
		}

	.tab-section .tabset li {
		margin: 0 0 15px
	}

.course-list {
	color: rgba(0,0,0,.8);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857
}

	.course-list li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 25px 0 9px;
		border-bottom: 1px solid #d8d8d8
	}

		.course-list li .date, .course-list li .location, .course-list li .time {
			width: 31%;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			padding: 0 27px
		}

			.course-list li .date [class^=icon-], .course-list li .location [class^=icon-], .course-list li .time [class^=icon-] {
				display: inline-block;
				font-size: 18px;
				color: #c51331;
				padding-right: 13px
			}

		.course-list li .time {
			width: 30%
		}

		.course-list li .location {
			width: 39%;
			margin: 0
		}

		.course-list li:first-child {
			background: #f7f9f9;
			padding: 22px 0 19px;
			border: 0
		}

		.course-list li:last-child {
			border: 0
		}

.filter-tab .tabset {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 56px 0;
	margin: 0;
	color: #012b5d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2857;
	letter-spacing: 1px;
	text-transform: uppercase
}

	.filter-tab .tabset a {
		transition: background .35s cubic-bezier(.3,.86,.36,.95),color .35s cubic-bezier(.3,.86,.36,.95);
		display: inline-block;
		color: #000;
		font-weight: 400;
		text-transform: none;
		text-decoration: none;
		padding: 16px 20px;
		background: #fff;
		letter-spacing: 0
	}

		.filter-tab .tabset a.active, .filter-tab .tabset a:hover {
			background: #012b5d;
			color: #fff
		}

	.filter-tab .tabset li {
		margin: 0 12px 12px 0
	}

		.filter-tab .tabset li:last-child {
			margin-right: 0
		}

		.filter-tab .tabset li:first-child {
			display: block;
			width: 100%;
			margin: 0 0 15px;
			text-align: center
		}

.pagination .page-item {
	margin-right: 15px
}

	.pagination .page-item .page-link {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		box-shadow: none;
		outline: none;
		line-height: 1
	}

	.pagination .page-item:last-child {
		margin-right: 0
	}

.page-item:first-child .page-link {
	border-radius: 50%
}

.ico-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #012b5d;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2857;
	text-transform: uppercase
}

	.ico-text [class^=icon-] {
		display: inline-block;
		color: #c51331;
		font-size: 28px;
		padding-right: 15px
	}

	.ico-text .text {
		padding-top: 2px
	}

.block-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: rgba(1,43,93,.8);
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #979797;
	background-color: #d8d8d8
}

	.block-link:before {
		content: "";
		font-size: 0;
		line-height: 0;
		display: block;
		min-height: 80px
	}

.page-wrap {
	position: relative
}

	.page-wrap .aside-holder {
		transform: translateY(-100%);
		transition: transform .3s linear;
		height: 100%;
		background: #001c41;
		color: #fff
	}

.aside-active .page-wrap .aside-holder {
	transform: none
}

.page-wrap aside {
	z-index: 99;
	position: absolute;
	top: 76px;
	right: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s linear;
	padding: 0 15px
}

	.page-wrap aside.style-2 {
		top: 110px;
		padding: 0
	}

.aside-active .page-wrap aside {
	max-height: 999px
}

.page-wrap aside .name-block {
	position: relative;
	border-bottom: 1px solid hsla(0,0%,100%,.2);
	padding: 15px 25px
}

.dashboard-list {
	padding: 25px 20px;
	margin: 0
}

	.dashboard-list a {
		position: relative;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
		padding: 5px 44px
	}

		.dashboard-list a:before {
			top: 50%;
			transform: translateY(-50%);
			width: 5px;
			height: 5px;
			background: #c51331;
			border-radius: 50%
		}

		.dashboard-list a:after, .dashboard-list a:before {
			content: "";
			position: absolute;
			left: 44px;
			opacity: 0;
			visibility: hidden
		}

		.dashboard-list a:after {
			transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
			right: 44px;
			bottom: 10px;
			height: 1px;
			background: #fff
		}

		.dashboard-list a:hover:after {
			opacity: 1;
			visibility: visible
		}

	.dashboard-list li.active a {
		padding: 5px 44px 5px 64px
	}

		.dashboard-list li.active a:after {
			left: 64px
		}

		.dashboard-list li.active a:before {
			opacity: 1;
			visibility: visible
		}

.resize-active * {
	transition: none !important
}

.register-section .btn {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px
}

#footer {
	background: #fff
}

	#footer img {
		width: 100%
	}

	#footer .holder {
		padding: 0 15px
	}

	#footer .title {
		display: block;
		color: #c51331;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8;
		text-align: left;
		position: relative;
		padding: 0 20px 0 0
	}

		#footer .title a {
			color: inherit;
			text-decoration: none;
			display: inline-block;
			vertical-align: top
		}

			#footer .title a:before {
				font-family: icomoon;
				position: absolute;
				top: 50%;
				right: 4px;
				transform: translateY(-50%) rotate(90deg);
				color: #707070;
				line-height: 1;
				font-size: 23px;
				margin: -1px 0 0
			}

	#footer .head {
		display: block;
		color: #012b5d;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.71
	}

	#footer .social-media a {
		color: #fff;
		border: 1px solid hsla(0,0%,100%,.2)
	}

.back-to-top {
	width: 50px;
	height: 50px;
	justify-content: center;
	border: 2px solid rgba(197,19,49,.2);
	border-radius: 50%;
	font-weight: 700
}

.back-to-top, .back-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	color: #c51331
}

	.back-top .icon-angle-up, .back-top span:not([class]) {
		transition: color .35s cubic-bezier(.3,.86,.36,.95)
	}

	.back-top span:not([class]) {
		display: inline-block;
		color: #c51331;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		padding-right: 10px
	}

	.back-top:hover .icon-angle-up, .back-top:hover span:not([class]) {
		color: #012b5d
	}

.foot-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.71;
	color: #012b5d
}

	.foot-contact-list .text {
		max-width: 90px;
		flex-basis: 90px;
		font-weight: 700
	}

	.foot-contact-list a {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		text-decoration: none;
		color: #012b5d;
		font-weight: 500
	}

		.foot-contact-list a:hover {
			color: #c51331
		}

	.foot-contact-list li {
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

.link-list {
	list-style: none;
	padding: 0;
	margin: 0
}

	.link-list a {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		text-decoration: none;
		color: #012b5d;
		font-weight: 700;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 1;
		text-transform: uppercase
	}

		.link-list a:hover {
			color: #c51331
		}

	.link-list li {
		margin: 0 0 10px
	}

.privacy-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

	.privacy-list a {
		text-decoration: none;
		color: #fff
	}

	.privacy-list li {
		margin: 0 22px 0 0
	}

		.privacy-list li:last-child {
			margin: 0
		}

.social-media {
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0 -10px 0 0
}

	.social-media, .social-media a {
		flex-wrap: wrap;
		align-items: center
	}

		.social-media a {
			width: 48px;
			height: 48px;
			display: inline-block;
			text-decoration: none;
			color: #012b5d;
			border: 1px solid rgba(1,43,93,.2);
			border-radius: 50%;
			display: flex;
			justify-content: center;
			font-size: 12px
		}

		.social-media li {
			margin-right: 10px
		}

			.social-media li:last-child {
				margin-right: 0
			}

.foot-logo-holder {
	padding: 26px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef
}

	.foot-logo-holder .holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.foot-logo-holder .foot-logo {
		width: 100%;
		display: block;
		text-align: center;
		order: 1;
		padding: 22px 40px 3px;
		margin: 16px 0 0;
		position: relative
	}

		.foot-logo-holder .foot-logo:before {
			content: "";
			height: 1px;
			background: #efefef;
			position: absolute;
			top: 0;
			left: -9999px;
			right: -9999px
		}

	.foot-logo-holder .back-top {
		padding: 0
	}

.footer-open-close {
	padding: 5px 0;
	margin: 0 0 18px;
	position: relative
}

	.footer-open-close.no-border {
		margin: 0
	}

		.footer-open-close.no-border:before {
			display: none
		}

	.footer-open-close:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: -50px;
		right: -50px;
		height: 1px;
		background: #efefef
	}

.foot-main-holder {
	padding: 15px 0 0;
	color: #012b5d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71
}

	.foot-main-holder .title {
		margin: 0 0 16px
	}

	.foot-main-holder .foot-contact-list {
		margin: 0 0 20px
	}

	.foot-main-holder address {
		margin: 0 170px 18px 0
	}

	.foot-main-holder .mail {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		display: inline-block;
		text-decoration: none;
		color: #012b5d;
		margin: 0 0 25px
	}

		.foot-main-holder .mail:hover {
			color: #c51331
		}

	.foot-main-holder .link-list-hold {
		margin: 0 0 25px
	}

	.foot-main-holder .left-col, .foot-main-holder .right-col {
		padding: 0 6px
	}

.copyright {
	padding: 30px 0;
	background: #012b5d;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.71
}

	.copyright .left-col, .copyright .right-col {
		padding: 0 6px
	}

	.copyright .copyright-text {
		display: block;
		margin: 0 0 31px;
		text-align: left
	}

	.copyright .privacy-list {
		margin: 0 0 33px
	}

.link {
	transition: color .35s cubic-bezier(.3,.86,.36,.95);
	color: #012b5d;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

	.link, .link [class^=icon-] {
		display: inline-block;
		vertical-align: middle
	}

		.link [class^=icon-] {
			width: 30px;
			height: 30px;
			position: relative;
			border: 2px solid hsla(0,0%,100%,.2);
			padding: 2px;
			border-radius: 50%;
			margin-left: 10px;
			color: #fff
		}

			.link [class^=icon-]:before {
				transition: color .35s cubic-bezier(.3,.86,.36,.95);
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%)
			}

		.link .txt {
			display: inline-block;
			position: relative
		}

			.link .txt:before {
				transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				height: 1px;
				background: #fff;
				opacity: 0;
				visibility: hidden
			}

		.link:hover .txt {
			color: #fff
		}

			.link:hover .txt:before {
				opacity: 1;
				visibility: visible
			}

		.link.text-red {
			color: #c51331
		}

			.link.text-red [class^=icon-] {
				border: 2px solid rgba(197,19,49,.2)
			}

				.link.text-red [class^=icon-]:before {
					color: #c51331
				}

			.link.text-red:hover, .link.text-red:hover [class^=icon-]:before {
				color: #012b5d !important
			}

.info-link {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	color: #012b5d;
	padding: 6px 0
}

	.info-link, .info-link [class^=icon-] {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

		.info-link [class^=icon-] {
			width: 50px;
			height: 50px;
			justify-content: center;
			font-size: 24px;
			line-height: 1;
			border: 2px solid #efefef;
			border-radius: 50%;
			background: transparent;
			color: #c51331;
			z-index: 2;
			margin-right: 34px;
			max-width: 50px;
			flex-basis: 50px
		}

			.info-link [class^=icon-]:after {
				transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
				content: "";
				position: absolute;
				left: -7px;
				right: -7px;
				bottom: -7px;
				top: -7px;
				background: #c51331;
				border-radius: 50%;
				z-index: -1;
				opacity: 0;
				visibility: hidden
			}

		.info-link .text {
			flex: 1
		}

		.info-link .icon-info {
			transform: rotate(180deg)
		}

		.info-link.active {
			color: #c51331
		}

			.info-link.active [class^=icon-] {
				color: #fff
			}

				.info-link.active [class^=icon-]:after {
					transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
					opacity: 1;
					visibility: visible
				}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important
}

.decor-time {
	position: relative;
	display: block;
	color: #c51331;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .6px;
	text-transform: uppercase;
	padding-left: 25px
}

	.decor-time:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 14px;
		height: 1px;
		background: #c51331
	}

.member-section .container {
	max-width: 1400px
}

.member-tab {
	background: #fff;
	padding: 30px 30px 20px
}

	.member-tab .tabset li {
		margin: 0 0 10px
	}

		.member-tab .tabset li:last-child {
			margin: 0
		}

	.member-tab .angle-right-icon {
		position: absolute;
		background: #012b5d;
		color: #fff;
		left: 100%;
		top: 0;
		text-decoration: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 55px;
		height: 55px;
		font-size: 30px;
		display: none
	}

input[type=email], input[type=password] {
	color: rgba(0,0,0,.8);
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	border: 1px solid #d8d8d8;
	height: 48px;
	border-radius: 0;
	padding: 5px 15px
}

	input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
		color: rgba(0,0,0,.8)
	}

	input[type=email]::placeholder, input[type=password]::placeholder {
		color: rgba(0,0,0,.8)
	}

	input[type=email]:focus, input[type=password]:focus {
		outline: 0;
		border: 1px solid #d8d8d8
	}

.login-form .input-element {
	margin: 0 0 15px
}

.login-form label {
	font-size: 14px;
	font-weight: 500
}

.login-form .btn {
	border-radius: 4px;
	text-transform: uppercase;
	padding: 11px 15px 9px;
	font-size: 14px;
	letter-spacing: 1px
}

.login-form input[type=password], .login-form input[type=text] {
	height: 43px
}

.login-form a {
	color: rgba(0,0,0,.8);
	font-size: 14px;
	line-height: 2;
	font-weight: 500
}

	.login-form a:hover {
		text-decoration: none
	}

.fancybox-slide--html .fancybox-close-small {
	width: 30px;
	height: 30px;
	padding: 4px
}

.styled-checkbox {
	position: absolute;
	opacity: 0
}

	.styled-checkbox + label {
		position: relative;
		cursor: pointer;
		padding: 0
	}

		.styled-checkbox + label:before {
			width: 25px;
			height: 25px;
			content: "";
			margin-right: 12px;
			display: inline-block;
			vertical-align: text-top;
			border: 1px solid #d8d8d8;
			margin-top: -5px
		}

	.styled-checkbox:disabled + label {
		cursor: auto
	}

	.styled-checkbox:checked + label:after {
		content: "";
		position: absolute;
		left: 7px;
		top: 9px;
		width: 2px;
		height: 2px;
		box-shadow: 2px 0 0 rgba(0,0,0,.8),4px 0 0 rgba(0,0,0,.8),4px -2px 0 rgba(0,0,0,.8),4px -4px 0 rgba(0,0,0,.8),4px -6px 0 rgba(0,0,0,.8),4px -8px 0 rgba(0,0,0,.8);
		transform: rotate(45deg)
	}

.card-container.dashboard .card-title {
	font-size: 16px
}

.logged-section .img-card .card-service-info {
	padding-top: 14px
}

.logged-section .img-card.secondary .card-title {
	margin: 0 0 13px !important
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 0;
	padding: 5px 12px 5px 17px;
	box-shadow: none;
	cursor: pointer
}

	select::-ms-expand {
		display: none
	}

.wrap-select {
	position: relative
}

	.wrap-select:before {
		content: "";
		font-family: icomoon;
		position: absolute;
		right: 20px;
		top: 50%;
		font-size: 20px;
		color: #000;
		z-index: 1;
		transform: translateY(-50%) rotate(90deg)
	}

	.wrap-select select {
		width: 100%
	}

.wrap-link.b-bottom {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f3f3
}

.home-slider {
	position: relative
}

	.home-slider:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 30px;
		background-color: #012b5d;
		z-index: 4;
		border-right: 1px solid hsla(0,0%,100%,.3)
	}

	.home-slider .h1, .home-slider h1 {
		line-height: 1.1;
		margin: 0 0 8px
	}

	.home-slider p {
		margin: 0 0 14px
	}

	.home-slider .slide {
		position: relative;
		display: flex;
		align-items: center;
		background: #012b5d;
		padding: 30px 15px 24px 45px
	}

		.home-slider .slide:before {
			content: "";
			font-size: 0;
			line-height: 0;
			display: block;
			min-height: 300px
		}

	.home-slider .bg-image {
		position: absolute;
		left: 20%;
		top: 20%;
		bottom: 0;
		right: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

		.home-slider .bg-image:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			right: 0;
			background-image: linear-gradient(70deg,#012b5d,rgba(1,43,93,0) 130%,rgba(1,43,93,0) 0,rgba(1,43,93,0) 0)
		}

	.home-slider .slide-content {
		position: relative;
		color: #fff;
		line-height: 1.555;
		max-width: 360px;
		font-size: 14px
	}

	.home-slider .slick-dots {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5
	}

		.home-slider .slick-dots button {
			width: 29px;
			height: 29px;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			background: transparent;
			border: 0;
			outline: none;
			color: hsla(0,0%,100%,.4);
			font-size: 14px;
			font-weight: 500
		}

		.home-slider .slick-dots .slick-active button {
			color: #fff;
			background-color: #001c41
		}

	.home-slider .link {
		color: #fff
	}

		.home-slider .link [class^=icon-]:before {
			transition: color .35s cubic-bezier(.3,.86,.36,.95);
			color: #fff
		}

		.home-slider .link .txt {
			display: inline-block;
			position: relative
		}

			.home-slider .link .txt:before {
				transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				height: 1px;
				background: #fff;
				opacity: 0;
				visibility: hidden
			}

		.home-slider .link:hover .txt {
			color: #fff
		}

			.home-slider .link:hover .txt:before {
				opacity: 1;
				visibility: visible
			}

.content-image {
	padding: 20px 0;
	color: #012b5d
}

	.content-image .h2, .content-image h2 {
		margin: 0 0 25px
	}

	.content-image p {
		margin: 0 0 15px
	}

	.content-image img {
		width: 100%
	}

	.content-image .content {
		margin: 0 0 20px
	}

.news {
	position: relative;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

	.news:before {
		content: "";
		font-size: 0;
		line-height: 0;
		display: block;
		min-height: 380px
	}

	.news:after {
		content: "";
		z-index: 2;
		background-color: rgba(0,0,0,.2)
	}

	.news .overlay, .news:after {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0
	}

	.news .overlay {
		z-index: 1;
		background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.5))
	}

	.news .content {
		position: relative;
		max-width: 760px;
		color: #fff;
		padding: 29px;
		z-index: 3
	}

	.news .decor-time {
		color: #fff;
		margin: 0 0 17px
	}

		.news .decor-time:before {
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			width: 14px;
			height: 1px;
			background: #c51331
		}

	.news .h3, .news h3 {
		color: #fff;
		line-height: 1.3333;
		margin: 0 0 24px
	}

.img-card {
	display: block;
	text-decoration: none;
	background: #fff;
	color: rgba(0,0,0,.8);
	font-size: 14px;
	font-weight: 500;
	line-height: 2
}

	.img-card .img {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

		.img-card .img:before {
			content: "";
			font-size: 0;
			line-height: 0;
			display: block;
			min-height: 200px
		}

	.img-card .text {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		color: #012b5d;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.555;
		text-decoration: none
	}

		.img-card .text:hover {
			color: #c51331
		}

	.img-card .card-info {
		border-top: 1px solid #efefef;
		padding-top: 30px
	}

		.img-card .card-info .text {
			color: #012b5d;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 1px;
			line-height: 1.2857;
			text-transform: uppercase
		}

		.img-card .card-info [class^=icon-] {
			display: inline-block;
			color: #c51331;
			font-size: 16px;
			margin-right: 14px
		}

		.img-card .card-info li {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			margin: 0 0 10px
		}

	.img-card .card-service-info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		color: #012b5d;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		border-top: 1px solid #efefef;
		padding: 24px 0 0
	}

	.img-card .card-title {
		display: block;
		text-decoration: none;
		color: #012b5d;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.5
	}

		.img-card .card-title:hover {
			color: #c51331
		}

	.img-card .content {
		padding: 20px
	}

	.img-card.secondary .decor-time {
		margin: 0 0 5px
	}

	.img-card.secondary .card-title {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		margin: 0 0 15px !important
	}

	.img-card.secondary:hover .card-title {
		color: #c51331
	}

.card-x {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	text-decoration: none;
	color: rgba(0,0,0,.8)
}

	.card-x .small-title {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		line-height: 1.2
	}

	.card-x .content {
		padding: 15px 29px
	}

	.card-x .decor-time {
		margin: 0 0 12px
	}

	.card-x .img {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 100%
	}

		.card-x .img:before {
			content: "";
			font-size: 0;
			line-height: 0;
			display: block;
			min-height: 230px
		}

	.card-x:hover .small-title {
		color: #c51331
	}

	.card-x.secondary {
		font-size: 14px;
		font-weight: 500;
		line-height: 2
	}

		.card-x.secondary .decor-time {
			margin: 0 0 8px
		}

		.card-x.secondary .small-title {
			margin: 0 0 16px
		}

.member-card .name {
	display: block;
	color: #012b5d;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500
}

.member-card .post {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 1.4285;
	font-weight: 500
}

.member-card a {
	transition: color .35s cubic-bezier(.3,.86,.36,.95);
	text-decoration: none;
	color: #012b5d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase
}

	.member-card a:hover {
		color: #c51331
	}

.member-card .tel {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	color: rgba(0,0,0,.8)
}

	.member-card .tel:before {
		content: "";
		font-family: icomoon;
		position: absolute;
		left: 1px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 13px;
		color: #012b5d
	}

.member-card .member-info {
	margin: 0 0 30px
}

.member-card .member-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.member-card .member-content {
	background: #fff;
	padding: 20px
}

.member-card .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0
}

	.member-card .img:before {
		content: "";
		font-size: 0;
		line-height: 0;
		display: block;
		min-height: 300px
	}

.info-card .name {
	display: block;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500
}

.info-card .post {
	display: block;
	font-size: 14px;
	line-height: 1.4285;
	font-weight: 500
}

.info-card .img-holder {
	background: #012b5d;
	color: #fff;
	padding: 11px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.info-card .img {
	max-width: 76px;
	flex-basis: 76px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0
}

	.info-card .img:before {
		content: "";
		font-size: 0;
		line-height: 0;
		display: block;
		min-height: 76px
	}

.info-card .info {
	flex: 1;
	padding-left: 22px
}

.info-card .content-holder {
	background: #fff;
	padding: 14px
}

.card-info-list a {
	position: relative;
	text-decoration: none;
	color: rgba(0,0,0,.8);
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	padding-left: 25px
}

.card-info-list [class^=icon-] {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #012b5d
}

.member-bio {
	font-size: 14px;
	line-height: 2;
	font-weight: 50;
	color: rgba(0,0,0,.8)
}

	.member-bio .img {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 0;
		margin: 0 0 15px
	}

		.member-bio .img:before {
			content: "";
			font-size: 0;
			line-height: 0;
			display: block;
			min-height: 250px
		}

	.member-bio .name {
		font-size: 20px;
		line-height: 1.5
	}

	.member-bio .name, .member-bio .post {
		display: block;
		color: #012b5d;
		font-weight: 500
	}

	.member-bio .post {
		font-size: 16px;
		line-height: 1.75;
		margin: 0 0 10px
	}

	.member-bio .tel {
		display: block;
		position: relative;
		text-decoration: none;
		color: rgba(0,0,0,.8);
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
		padding-left: 25px
	}

	.member-bio [class^=icon-] {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		color: #012b5d
	}

	.member-bio .wrap-title {
		padding: 0 0 15px;
		margin: 0 0 15px;
		border-bottom: 1px solid #d8d8d8
	}

.member {
	padding: 85px 20px 20px
}

.decor-card {
	background: #fff;
	padding: 20px;
	border-left: 4px solid #c51331;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	color: rgba(0,0,0,.8);
	display: flex;
	flex-wrap: wrap
}

	.decor-card .small-title {
		margin: 0 0 8px
	}

	.decor-card .card-img {
		padding-top: 56.25%;
		background-size: cover;
		background-position: 50%;
		order: 0;
		margin: 0 0 20px
	}

	.decor-card .link {
		text-decoration: underline
	}

		.decor-card .link:hover {
			text-decoration: none
		}

	.decor-card .card-content {
		order: 1
	}

.breadcrumb-item + .breadcrumb-item:before {
	content: "";
	font-family: icomoon
}

.breadcrumb-item {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 10px
}

	.breadcrumb-item a {
		color: hsla(0,0%,100%,.5);
		text-decoration: none
	}

.breadcurmb-section {
	background: #012b5d;
	padding: 40px 0
}

	.breadcurmb-section .h1, .breadcurmb-section h1 {
		color: #fff;
		position: relative;
		padding: 0 30px 0 0
	}

		.breadcurmb-section .h1 a, .breadcurmb-section h1 a {
			color: inherit;
			text-decoration: none;
			display: inline-block;
			vertical-align: top
		}

			.breadcurmb-section .h1 a:before, .breadcurmb-section h1 a:before {
				font-family: icomoon;
				position: absolute;
				top: 50%;
				right: 10px;
				transform: translateY(-50%) rotate(90deg);
				line-height: 1;
				font-size: 25px;
				color: #fff
			}

	.breadcurmb-section.secondary {
		background: transparent;
		padding-bottom: 12px
	}

		.breadcurmb-section.secondary .breadcrumb-item a {
			color: rgba(1,43,93,.5)
		}

		.breadcurmb-section.secondary .breadcrumb-item.active {
			color: #012b5d
		}

		.breadcurmb-section.secondary .h1, .breadcurmb-section.secondary h1 {
			color: #012b5d;
			line-height: 1.33
		}

		.breadcurmb-section.secondary .breadcrumb {
			margin: 0 0 30px
		}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
	padding-right: 10px
}

.image-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 0 40px
}

	.image-section:before {
		content: "";
		font-size: 0;
		line-height: 0;
		display: block;
		min-height: 240px
	}

.video-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 0 40px
}

	.video-holder:before {
		content: "";
		font-size: 0;
		line-height: 0;
		display: block;
		min-height: 250px
	}

	.video-holder .icon-play-button {
		color: #fff;
		font-size: 60px
	}

	.video-holder a {
		text-decoration: none
	}

.search-form {
	position: relative;
	background: #fff;
	padding: 26px 25px 30px
}

	.search-form .text {
		display: block;
		font-weight: 700;
		text-transform: uppercase;
		color: #012b5d;
		font-size: 14px;
		letter-spacing: 1px;
		align-self: center;
		margin: 0 0 15px
	}

	.search-form .input-element {
		margin: 0 0 15px
	}

		.search-form .input-element:last-child {
			margin-left: 0
		}

		.search-form .input-element.flex-1 {
			flex: 1
		}

	.search-form input[type=text] {
		background: #fafafa;
		border: 0;
		border-radius: 0;
		color: #000;
		font-size: 14px;
		height: 48px;
		padding: 5px 12px 5px 17px;
		width: 100%
	}

		.search-form input[type=text]::-moz-placeholder {
			color: #000
		}

		.search-form input[type=text]::placeholder {
			color: #000
		}

	.search-form button.btn {
		padding: 5px 20px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		height: 100%;
		width: 100%;
		border-radius: 0;
		min-height: 48px
	}

	.search-form select {
		background: #fafafa;
		color: #000;
		height: 48px;
		min-width: 140px;
		font-size: 14px
	}

.slick-slider .slick-next, .slick-slider .slick-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #c51331;
	z-index: 99;
	font-size: 0;
	line-height: 0;
	padding: 20px;
	border: 0;
	box-shadow: none;
	outline: 0
}

	.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
		content: "";
		font-family: icomoon;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 22px;
		line-height: 1;
		color: #fff
	}

.slick-slider .slick-prev {
	left: 0
}

	.slick-slider .slick-prev:before {
		transform: translate(-50%,-50%) rotate(180deg)
	}

.slick-slider .slick-next {
	right: 0
}

.home-slider .arrow-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.home-slider .slick-next, .home-slider .slick-prev {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	background: #012b5d;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	font-size: 30px;
	display: none;
	top: auto;
	transform: none;
	padding: 0 !important
}

	.home-slider .slick-next:before, .home-slider .slick-prev:before {
		font-size: 30px
	}

.home-slider .slick-prev {
	opacity: 0;
	visibility: hidden
}

.asset-decor {
	transition: border-color .35s cubic-bezier(.3,.86,.36,.95);
	display: block;
	text-decoration: none;
	position: relative;
	background: #fff;
	border-left: 4px solid #c51331;
	color: rgba(0,0,0,.8);
	padding: 21px 75px 4px 21px;
	font-size: 14px
}

	.asset-decor .text {
		display: block;
		color: rgba(1,43,93,.8);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.75;
		margin: 0 0 3px
	}

	.asset-decor .circle-icon {
		transition: color .35s cubic-bezier(.3,.86,.36,.95);
		position: absolute;
		right: 22px;
		top: calc(50% - 2px);
		transform: translateY(-50%);
		font-size: 18px
	}

	.asset-decor:hover {
		border-color: #012b5d
	}

		.asset-decor:hover .circle-icon {
			color: #012b5d
		}

.accordion {
	color: rgba(0,0,0,.8);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75
}

	.accordion .opener {
		position: relative;
		text-decoration: none;
		padding: 30px 0 28px;
		line-height: 1
	}

		.accordion .opener:after, .accordion .opener:before {
			transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95),color .35s cubic-bezier(.3,.86,.36,.95);
			content: "";
			width: 2px;
			height: 16px;
			position: absolute;
			right: 7px;
			top: 50%;
			transform: translateY(-50%);
			background: #012b5d;
			border-radius: 4px;
			opacity: 1;
			visibility: visible
		}

		.accordion .opener:after {
			transform: translateY(-50%) rotate(90deg)
		}

	.accordion li {
		border-bottom: 1px solid #d8d8d8
	}

		.accordion li.active .opener:before {
			opacity: 0;
			visibility: hidden
		}

	.accordion .slide {
		padding: 2px 40px 20px 0
	}

	.accordion .text {
		display: block;
		font-weight: 700;
		margin: 0 0 17px
	}

.logo-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 50px 0
}

	.logo-slider:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 1px;
		height: 30px;
		background: #c51331
	}

	.logo-slider .logo-hold {
		text-align: center
	}

		.logo-slider .logo-hold a {
			display: inline-block;
			padding: 0 10px;
			max-width: 80px
		}

	.logo-slider img {
		width: 100%
	}

	.logo-slider .slick-track {
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.logo-slider .slick-next, .logo-slider .slick-prev {
		width: 40px;
		height: 40px;
		padding: 10px !important;
		background: #fff;
		border-radius: 50%;
		top: calc(50% + 23px)
	}

		.logo-slider .slick-next:before, .logo-slider .slick-prev:before {
			color: #012b5d
		}

.logo-holder {
	text-align: center
}

	.logo-holder .logo-hold {
		margin: 0 0 40px
	}

.news-section .wrap-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 32px
}

.image-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px
}

	.image-list a {
		display: inline-block;
		width: 100%
	}

	.image-list .img {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

		.image-list .img:before {
			content: "";
			font-size: 0;
			line-height: 0;
			display: block;
			min-height: 160px
		}

	.image-list li {
		display: flex;
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px
	}

.news-holder {
	position: relative;
	width: 100%;
	max-width: 1005px;
	padding: 0 15px;
	margin: 0 auto
}

	.news-holder .wrap-time {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 0 26px
	}

		.news-holder .wrap-time .badge-tag {
			margin: 0 10px 10px 0
		}

	.news-holder .decor-time {
		font-size: 14px;
		font-weight: 500;
		color: #012b5d;
		margin-right: 17px
	}

	.news-holder .news-content {
		font-weight: 500;
		line-height: 1.75;
		color: rgba(0,0,0,.8)
	}

	.news-holder p {
		margin: 0 0 18px
	}

	.news-holder .btn {
		min-width: 240px;
		text-transform: uppercase;
		border-radius: 4px
	}

	.news-holder .position-social-media {
		padding-top: 40px
	}

		.news-holder .position-social-media .text {
			display: inline-block;
			vertical-align: middle;
			color: #012b5d;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 1px;
			line-height: 2.8571;
			text-transform: uppercase;
			padding-right: 15px
		}

		.news-holder .position-social-media.t-6 {
			top: 6px
		}

	.news-holder .social-media {
		position: relative
	}

		.news-holder .social-media li {
			margin: 0 12px 0 0
		}

		.news-holder .social-media:before {
			content: "";
			position: absolute;
			top: 20px;
			left: 50%;
			transform: translateX(-50%);
			width: 2px;
			height: 21px;
			background: #c51331;
			display: none
		}

.auther-content {
	padding: 25px 0;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797
}

	.auther-content .img {
		max-width: 142px;
		flex-basis: 142px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%
	}

		.auther-content .img:before {
			content: "";
			font-size: 0;
			line-height: 0;
			display: block;
			min-height: 142px
		}

	.auther-content .message {
		flex: 1;
		color: rgba(0,0,0,.8);
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
		padding: 20px 0 0
	}

	.auther-content .post-text {
		display: block;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 20px
	}

	.auther-content .name-text {
		display: block;
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 11px
	}

	.auther-content p {
		margin: 0 0 10px
	}

	.auther-content a {
		position: relative;
		text-decoration: none;
		color: #c51331;
		font-weight: 700;
		display: inline-block;
		font-size: 14px
	}

		.auther-content a:before {
			transition: opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			bottom: 5px;
			height: 1px;
			background: #c51331;
			opacity: 0;
			visibility: hidden
		}

		.auther-content a:hover:before {
			opacity: 1;
			visibility: visible
		}

.about-detail-section {
	line-height: 1.75
}

	.about-detail-section .main-title {
		margin: 0 0 30px;
		text-transform: none;
		letter-spacing: 0
	}

	.about-detail-section p {
		margin: 0 0 20px
	}

.wrap-social-x {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

	.wrap-social-x .text {
		padding-right: 22px;
		font-size: 14px;
		font-weight: 700;
		color: #012b5d;
		letter-spacing: 1px
	}

.contact-section {
	margin: 0 0 40px
}

	.contact-section img {
		width: 100%
	}

	.contact-section .container {
		max-width: 845px
	}

	.contact-section.secondary .container {
		max-width: 1265px
	}

	.contact-section.secondary .contact-info {
		padding: 15px
	}

		.contact-section.secondary .contact-info .mail-list li {
			width: 100%;
			display: block
		}

		.contact-section.secondary .contact-info .wrap-contact-address {
			display: block
		}

			.contact-section.secondary .contact-info .wrap-contact-address .address:first-child {
				margin: 0 0 30px
			}

	.contact-section.secondary .contact-list {
		padding-top: 22px
	}

		.contact-section.secondary .contact-list > li {
			border: 0;
			padding: 0;
			margin: 0 0 20px
		}

		.contact-info, .contact-section.secondary .contact-list strong {
			font-size: 14px;
			line-height: 1.42857
		}

.contact-info {
	background: #fff;
	color: #012b5d;
	padding: 6px 15px 15px;
	font-weight: 500
}

	.contact-info strong {
		font-weight: 500;
		font-size: 14px;
		line-height: 1.2
	}

	.contact-info address {
		line-height: 1.71428;
		margin: 0 0 14px
	}

	.contact-info a {
		text-decoration: none
	}

		.contact-info a:hover {
			text-decoration: underline
		}

	.contact-info .contact-list {
		padding: 0;
		margin: 0;
		list-style: none
	}

		.contact-info .contact-list > li {
			padding: 20px 0 15px;
			border-bottom: 1px solid #efefef
		}

			.contact-info .contact-list > li:last-child {
				border-bottom: 0
			}

		.contact-info .contact-list strong {
			display: inline-block;
			margin: 0
		}

		.contact-info .contact-list .detail {
			width: calc(100% - 82px)
		}

	.contact-info .mail-list {
		padding: 0;
		margin: 0;
		list-style: none
	}

		.contact-info .mail-list li {
			padding: 2px 0 14px
		}

			.contact-info .mail-list li:last-child {
				padding-bottom: 0
			}

		.contact-info .mail-list .name-txt {
			display: block
		}

	.contact-info .wrap-contact-address .address {
		margin: 0 0 25px
	}

.register-event {
	background: #fff;
	padding: 25px 15px
}

	.register-event ul {
		margin: 0 0 20px
	}

		.register-event ul li {
			position: relative;
			margin: 0 0 12px
		}

			.register-event ul li:before {
				content: "";
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				width: 1px;
				background: #efefef;
				display: none
			}

			.register-event ul li:last-child {
				margin-right: 0
			}

				.register-event ul li:last-child:before {
					display: none
				}

	.register-event .btn {
		width: 100%;
		border-radius: 4px;
		max-width: 239px;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px
	}

.shop-detail .h3, .shop-detail h3 {
	line-height: 1.333
}

.shop-detail .form {
	margin: 28px 0 0;
	padding: 30px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8
}

	.shop-detail .form .input-element {
		max-width: 290px;
		margin: 0 0 20px
	}

	.shop-detail .form select {
		height: 48px;
		background: #fff;
		border: 0
	}

	.shop-detail .form .btn {
		min-width: 176px;
		text-transform: uppercase;
		font-size: 14px
	}

@media (min-width:400px) {
	.member-card .img:before {
		min-height: 400px
	}
}

@media (min-width:480px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.float-sm-start {
		float: left !important
	}

	.float-sm-end {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-sm-0 {
		gap: 0 !important
	}

	.gap-sm-1 {
		gap: .1rem !important
	}

	.gap-sm-2 {
		gap: .2rem !important
	}

	.gap-sm-3 {
		gap: .3rem !important
	}

	.gap-sm-4 {
		gap: .4rem !important
	}

	.gap-sm-5 {
		gap: .5rem !important
	}

	.gap-sm-6 {
		gap: .6rem !important
	}

	.gap-sm-7 {
		gap: .7rem !important
	}

	.gap-sm-8 {
		gap: .8rem !important
	}

	.gap-sm-9 {
		gap: .9rem !important
	}

	.gap-sm-10 {
		gap: 1rem !important
	}

	.gap-sm-12 {
		gap: 1.2rem !important
	}

	.gap-sm-13 {
		gap: 1.3rem !important
	}

	.gap-sm-15 {
		gap: 1.5rem !important
	}

	.gap-sm-17 {
		gap: 1.7rem !important
	}

	.gap-sm-18 {
		gap: 1.8rem !important
	}

	.gap-sm-20 {
		gap: 2rem !important
	}

	.gap-sm-22 {
		gap: 2.2rem !important
	}

	.gap-sm-23 {
		gap: 2.3rem !important
	}

	.gap-sm-25 {
		gap: 2.5rem !important
	}

	.gap-sm-26 {
		gap: 2.6rem !important
	}

	.gap-sm-27 {
		gap: 2.7rem !important
	}

	.gap-sm-30 {
		gap: 3rem !important
	}

	.gap-sm-32 {
		gap: 3.2rem !important
	}

	.gap-sm-35 {
		gap: 3.5rem !important
	}

	.gap-sm-37 {
		gap: 3.7rem !important
	}

	.gap-sm-40 {
		gap: 4rem !important
	}

	.gap-sm-45 {
		gap: 4.5rem !important
	}

	.gap-sm-50 {
		gap: 5rem !important
	}

	.gap-sm-53 {
		gap: 5.3rem !important
	}

	.gap-sm-55 {
		gap: 5.5rem !important
	}

	.gap-sm-58 {
		gap: 5.8rem !important
	}

	.gap-sm-60 {
		gap: 6rem !important
	}

	.gap-sm-65 {
		gap: 6.5rem !important
	}

	.gap-sm-70 {
		gap: 7rem !important
	}

	.gap-sm-75 {
		gap: 7.5rem !important
	}

	.gap-sm-80 {
		gap: 8rem !important
	}

	.gap-sm-85 {
		gap: 8.5rem !important
	}

	.gap-sm-90 {
		gap: 9rem !important
	}

	.gap-sm-95 {
		gap: 9.5rem !important
	}

	.gap-sm-100 {
		gap: 10rem !important
	}

	.gap-sm-105 {
		gap: 10.5rem !important
	}

	.gap-sm-110 {
		gap: 11rem !important
	}

	.gap-sm-115 {
		gap: 11.5rem !important
	}

	.gap-sm-120 {
		gap: 12rem !important
	}

	.gap-sm-125 {
		gap: 12.5rem !important
	}

	.gap-sm-130 {
		gap: 13rem !important
	}

	.gap-sm-140 {
		gap: 14rem !important
	}

	.gap-sm-145 {
		gap: 14.5rem !important
	}

	.gap-sm-150 {
		gap: 15rem !important
	}

	.gap-sm-160 {
		gap: 16rem !important
	}

	.gap-sm-170 {
		gap: 17rem !important
	}

	.gap-sm-180 {
		gap: 18rem !important
	}

	.gap-sm-200 {
		gap: 20rem !important
	}

	.gap-sm-220 {
		gap: 22rem !important
	}

	.gap-sm-240 {
		gap: 24rem !important
	}

	.gap-sm-250 {
		gap: 25rem !important
	}

	.gap-sm-350 {
		gap: 35rem !important
	}

	.gap-sm-370 {
		gap: 37rem !important
	}

	.gap-sm-410 {
		gap: 41rem !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}

	.order-sm-first {
		order: -1 !important
	}

	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .1rem !important
	}

	.m-sm-2 {
		margin: .2rem !important
	}

	.m-sm-3 {
		margin: .3rem !important
	}

	.m-sm-4 {
		margin: .4rem !important
	}

	.m-sm-5 {
		margin: .5rem !important
	}

	.m-sm-6 {
		margin: .6rem !important
	}

	.m-sm-7 {
		margin: .7rem !important
	}

	.m-sm-8 {
		margin: .8rem !important
	}

	.m-sm-9 {
		margin: .9rem !important
	}

	.m-sm-10 {
		margin: 1rem !important
	}

	.m-sm-12 {
		margin: 1.2rem !important
	}

	.m-sm-13 {
		margin: 1.3rem !important
	}

	.m-sm-15 {
		margin: 1.5rem !important
	}

	.m-sm-17 {
		margin: 1.7rem !important
	}

	.m-sm-18 {
		margin: 1.8rem !important
	}

	.m-sm-20 {
		margin: 2rem !important
	}

	.m-sm-22 {
		margin: 2.2rem !important
	}

	.m-sm-23 {
		margin: 2.3rem !important
	}

	.m-sm-25 {
		margin: 2.5rem !important
	}

	.m-sm-26 {
		margin: 2.6rem !important
	}

	.m-sm-27 {
		margin: 2.7rem !important
	}

	.m-sm-30 {
		margin: 3rem !important
	}

	.m-sm-32 {
		margin: 3.2rem !important
	}

	.m-sm-35 {
		margin: 3.5rem !important
	}

	.m-sm-37 {
		margin: 3.7rem !important
	}

	.m-sm-40 {
		margin: 4rem !important
	}

	.m-sm-45 {
		margin: 4.5rem !important
	}

	.m-sm-50 {
		margin: 5rem !important
	}

	.m-sm-53 {
		margin: 5.3rem !important
	}

	.m-sm-55 {
		margin: 5.5rem !important
	}

	.m-sm-58 {
		margin: 5.8rem !important
	}

	.m-sm-60 {
		margin: 6rem !important
	}

	.m-sm-65 {
		margin: 6.5rem !important
	}

	.m-sm-70 {
		margin: 7rem !important
	}

	.m-sm-75 {
		margin: 7.5rem !important
	}

	.m-sm-80 {
		margin: 8rem !important
	}

	.m-sm-85 {
		margin: 8.5rem !important
	}

	.m-sm-90 {
		margin: 9rem !important
	}

	.m-sm-95 {
		margin: 9.5rem !important
	}

	.m-sm-100 {
		margin: 10rem !important
	}

	.m-sm-105 {
		margin: 10.5rem !important
	}

	.m-sm-110 {
		margin: 11rem !important
	}

	.m-sm-115 {
		margin: 11.5rem !important
	}

	.m-sm-120 {
		margin: 12rem !important
	}

	.m-sm-125 {
		margin: 12.5rem !important
	}

	.m-sm-130 {
		margin: 13rem !important
	}

	.m-sm-140 {
		margin: 14rem !important
	}

	.m-sm-145 {
		margin: 14.5rem !important
	}

	.m-sm-150 {
		margin: 15rem !important
	}

	.m-sm-160 {
		margin: 16rem !important
	}

	.m-sm-170 {
		margin: 17rem !important
	}

	.m-sm-180 {
		margin: 18rem !important
	}

	.m-sm-200 {
		margin: 20rem !important
	}

	.m-sm-220 {
		margin: 22rem !important
	}

	.m-sm-240 {
		margin: 24rem !important
	}

	.m-sm-250 {
		margin: 25rem !important
	}

	.m-sm-350 {
		margin: 35rem !important
	}

	.m-sm-370 {
		margin: 37rem !important
	}

	.m-sm-410 {
		margin: 41rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: .1rem !important;
		margin-left: .1rem !important
	}

	.mx-sm-2 {
		margin-right: .2rem !important;
		margin-left: .2rem !important
	}

	.mx-sm-3 {
		margin-right: .3rem !important;
		margin-left: .3rem !important
	}

	.mx-sm-4 {
		margin-right: .4rem !important;
		margin-left: .4rem !important
	}

	.mx-sm-5 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-sm-6 {
		margin-right: .6rem !important;
		margin-left: .6rem !important
	}

	.mx-sm-7 {
		margin-right: .7rem !important;
		margin-left: .7rem !important
	}

	.mx-sm-8 {
		margin-right: .8rem !important;
		margin-left: .8rem !important
	}

	.mx-sm-9 {
		margin-right: .9rem !important;
		margin-left: .9rem !important
	}

	.mx-sm-10 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-sm-12 {
		margin-right: 1.2rem !important;
		margin-left: 1.2rem !important
	}

	.mx-sm-13 {
		margin-right: 1.3rem !important;
		margin-left: 1.3rem !important
	}

	.mx-sm-15 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-sm-17 {
		margin-right: 1.7rem !important;
		margin-left: 1.7rem !important
	}

	.mx-sm-18 {
		margin-right: 1.8rem !important;
		margin-left: 1.8rem !important
	}

	.mx-sm-20 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.mx-sm-22 {
		margin-right: 2.2rem !important;
		margin-left: 2.2rem !important
	}

	.mx-sm-23 {
		margin-right: 2.3rem !important;
		margin-left: 2.3rem !important
	}

	.mx-sm-25 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-sm-26 {
		margin-right: 2.6rem !important;
		margin-left: 2.6rem !important
	}

	.mx-sm-27 {
		margin-right: 2.7rem !important;
		margin-left: 2.7rem !important
	}

	.mx-sm-30 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-sm-32 {
		margin-right: 3.2rem !important;
		margin-left: 3.2rem !important
	}

	.mx-sm-35 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.mx-sm-37 {
		margin-right: 3.7rem !important;
		margin-left: 3.7rem !important
	}

	.mx-sm-40 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.mx-sm-45 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.mx-sm-50 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.mx-sm-53 {
		margin-right: 5.3rem !important;
		margin-left: 5.3rem !important
	}

	.mx-sm-55 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.mx-sm-58 {
		margin-right: 5.8rem !important;
		margin-left: 5.8rem !important
	}

	.mx-sm-60 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.mx-sm-65 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.mx-sm-70 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.mx-sm-75 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.mx-sm-80 {
		margin-right: 8rem !important;
		margin-left: 8rem !important
	}

	.mx-sm-85 {
		margin-right: 8.5rem !important;
		margin-left: 8.5rem !important
	}

	.mx-sm-90 {
		margin-right: 9rem !important;
		margin-left: 9rem !important
	}

	.mx-sm-95 {
		margin-right: 9.5rem !important;
		margin-left: 9.5rem !important
	}

	.mx-sm-100 {
		margin-right: 10rem !important;
		margin-left: 10rem !important
	}

	.mx-sm-105 {
		margin-right: 10.5rem !important;
		margin-left: 10.5rem !important
	}

	.mx-sm-110 {
		margin-right: 11rem !important;
		margin-left: 11rem !important
	}

	.mx-sm-115 {
		margin-right: 11.5rem !important;
		margin-left: 11.5rem !important
	}

	.mx-sm-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important
	}

	.mx-sm-125 {
		margin-right: 12.5rem !important;
		margin-left: 12.5rem !important
	}

	.mx-sm-130 {
		margin-right: 13rem !important;
		margin-left: 13rem !important
	}

	.mx-sm-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important
	}

	.mx-sm-145 {
		margin-right: 14.5rem !important;
		margin-left: 14.5rem !important
	}

	.mx-sm-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important
	}

	.mx-sm-160 {
		margin-right: 16rem !important;
		margin-left: 16rem !important
	}

	.mx-sm-170 {
		margin-right: 17rem !important;
		margin-left: 17rem !important
	}

	.mx-sm-180 {
		margin-right: 18rem !important;
		margin-left: 18rem !important
	}

	.mx-sm-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important
	}

	.mx-sm-220 {
		margin-right: 22rem !important;
		margin-left: 22rem !important
	}

	.mx-sm-240 {
		margin-right: 24rem !important;
		margin-left: 24rem !important
	}

	.mx-sm-250 {
		margin-right: 25rem !important;
		margin-left: 25rem !important
	}

	.mx-sm-350 {
		margin-right: 35rem !important;
		margin-left: 35rem !important
	}

	.mx-sm-370 {
		margin-right: 37rem !important;
		margin-left: 37rem !important
	}

	.mx-sm-410 {
		margin-right: 41rem !important;
		margin-left: 41rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .1rem !important;
		margin-bottom: .1rem !important
	}

	.my-sm-2 {
		margin-top: .2rem !important;
		margin-bottom: .2rem !important
	}

	.my-sm-3 {
		margin-top: .3rem !important;
		margin-bottom: .3rem !important
	}

	.my-sm-4 {
		margin-top: .4rem !important;
		margin-bottom: .4rem !important
	}

	.my-sm-5 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-sm-6 {
		margin-top: .6rem !important;
		margin-bottom: .6rem !important
	}

	.my-sm-7 {
		margin-top: .7rem !important;
		margin-bottom: .7rem !important
	}

	.my-sm-8 {
		margin-top: .8rem !important;
		margin-bottom: .8rem !important
	}

	.my-sm-9 {
		margin-top: .9rem !important;
		margin-bottom: .9rem !important
	}

	.my-sm-10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-sm-12 {
		margin-top: 1.2rem !important;
		margin-bottom: 1.2rem !important
	}

	.my-sm-13 {
		margin-top: 1.3rem !important;
		margin-bottom: 1.3rem !important
	}

	.my-sm-15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-sm-17 {
		margin-top: 1.7rem !important;
		margin-bottom: 1.7rem !important
	}

	.my-sm-18 {
		margin-top: 1.8rem !important;
		margin-bottom: 1.8rem !important
	}

	.my-sm-20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.my-sm-22 {
		margin-top: 2.2rem !important;
		margin-bottom: 2.2rem !important
	}

	.my-sm-23 {
		margin-top: 2.3rem !important;
		margin-bottom: 2.3rem !important
	}

	.my-sm-25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-sm-26 {
		margin-top: 2.6rem !important;
		margin-bottom: 2.6rem !important
	}

	.my-sm-27 {
		margin-top: 2.7rem !important;
		margin-bottom: 2.7rem !important
	}

	.my-sm-30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-sm-32 {
		margin-top: 3.2rem !important;
		margin-bottom: 3.2rem !important
	}

	.my-sm-35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.my-sm-37 {
		margin-top: 3.7rem !important;
		margin-bottom: 3.7rem !important
	}

	.my-sm-40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.my-sm-45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.my-sm-50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.my-sm-53 {
		margin-top: 5.3rem !important;
		margin-bottom: 5.3rem !important
	}

	.my-sm-55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.my-sm-58 {
		margin-top: 5.8rem !important;
		margin-bottom: 5.8rem !important
	}

	.my-sm-60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.my-sm-65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.my-sm-70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.my-sm-75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.my-sm-80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.my-sm-85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important
	}

	.my-sm-90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.my-sm-95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important
	}

	.my-sm-100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.my-sm-105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important
	}

	.my-sm-110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.my-sm-115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important
	}

	.my-sm-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.my-sm-125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important
	}

	.my-sm-130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.my-sm-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.my-sm-145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important
	}

	.my-sm-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.my-sm-160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.my-sm-170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.my-sm-180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.my-sm-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.my-sm-220 {
		margin-top: 22rem !important;
		margin-bottom: 22rem !important
	}

	.my-sm-240 {
		margin-top: 24rem !important;
		margin-bottom: 24rem !important
	}

	.my-sm-250 {
		margin-top: 25rem !important;
		margin-bottom: 25rem !important
	}

	.my-sm-350 {
		margin-top: 35rem !important;
		margin-bottom: 35rem !important
	}

	.my-sm-370 {
		margin-top: 37rem !important;
		margin-bottom: 37rem !important
	}

	.my-sm-410 {
		margin-top: 41rem !important;
		margin-bottom: 41rem !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: .1rem !important
	}

	.mt-sm-2 {
		margin-top: .2rem !important
	}

	.mt-sm-3 {
		margin-top: .3rem !important
	}

	.mt-sm-4 {
		margin-top: .4rem !important
	}

	.mt-sm-5 {
		margin-top: .5rem !important
	}

	.mt-sm-6 {
		margin-top: .6rem !important
	}

	.mt-sm-7 {
		margin-top: .7rem !important
	}

	.mt-sm-8 {
		margin-top: .8rem !important
	}

	.mt-sm-9 {
		margin-top: .9rem !important
	}

	.mt-sm-10 {
		margin-top: 1rem !important
	}

	.mt-sm-12 {
		margin-top: 1.2rem !important
	}

	.mt-sm-13 {
		margin-top: 1.3rem !important
	}

	.mt-sm-15 {
		margin-top: 1.5rem !important
	}

	.mt-sm-17 {
		margin-top: 1.7rem !important
	}

	.mt-sm-18 {
		margin-top: 1.8rem !important
	}

	.mt-sm-20 {
		margin-top: 2rem !important
	}

	.mt-sm-22 {
		margin-top: 2.2rem !important
	}

	.mt-sm-23 {
		margin-top: 2.3rem !important
	}

	.mt-sm-25 {
		margin-top: 2.5rem !important
	}

	.mt-sm-26 {
		margin-top: 2.6rem !important
	}

	.mt-sm-27 {
		margin-top: 2.7rem !important
	}

	.mt-sm-30 {
		margin-top: 3rem !important
	}

	.mt-sm-32 {
		margin-top: 3.2rem !important
	}

	.mt-sm-35 {
		margin-top: 3.5rem !important
	}

	.mt-sm-37 {
		margin-top: 3.7rem !important
	}

	.mt-sm-40 {
		margin-top: 4rem !important
	}

	.mt-sm-45 {
		margin-top: 4.5rem !important
	}

	.mt-sm-50 {
		margin-top: 5rem !important
	}

	.mt-sm-53 {
		margin-top: 5.3rem !important
	}

	.mt-sm-55 {
		margin-top: 5.5rem !important
	}

	.mt-sm-58 {
		margin-top: 5.8rem !important
	}

	.mt-sm-60 {
		margin-top: 6rem !important
	}

	.mt-sm-65 {
		margin-top: 6.5rem !important
	}

	.mt-sm-70 {
		margin-top: 7rem !important
	}

	.mt-sm-75 {
		margin-top: 7.5rem !important
	}

	.mt-sm-80 {
		margin-top: 8rem !important
	}

	.mt-sm-85 {
		margin-top: 8.5rem !important
	}

	.mt-sm-90 {
		margin-top: 9rem !important
	}

	.mt-sm-95 {
		margin-top: 9.5rem !important
	}

	.mt-sm-100 {
		margin-top: 10rem !important
	}

	.mt-sm-105 {
		margin-top: 10.5rem !important
	}

	.mt-sm-110 {
		margin-top: 11rem !important
	}

	.mt-sm-115 {
		margin-top: 11.5rem !important
	}

	.mt-sm-120 {
		margin-top: 12rem !important
	}

	.mt-sm-125 {
		margin-top: 12.5rem !important
	}

	.mt-sm-130 {
		margin-top: 13rem !important
	}

	.mt-sm-140 {
		margin-top: 14rem !important
	}

	.mt-sm-145 {
		margin-top: 14.5rem !important
	}

	.mt-sm-150 {
		margin-top: 15rem !important
	}

	.mt-sm-160 {
		margin-top: 16rem !important
	}

	.mt-sm-170 {
		margin-top: 17rem !important
	}

	.mt-sm-180 {
		margin-top: 18rem !important
	}

	.mt-sm-200 {
		margin-top: 20rem !important
	}

	.mt-sm-220 {
		margin-top: 22rem !important
	}

	.mt-sm-240 {
		margin-top: 24rem !important
	}

	.mt-sm-250 {
		margin-top: 25rem !important
	}

	.mt-sm-350 {
		margin-top: 35rem !important
	}

	.mt-sm-370 {
		margin-top: 37rem !important
	}

	.mt-sm-410 {
		margin-top: 41rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .1rem !important
	}

	.me-sm-2 {
		margin-right: .2rem !important
	}

	.me-sm-3 {
		margin-right: .3rem !important
	}

	.me-sm-4 {
		margin-right: .4rem !important
	}

	.me-sm-5 {
		margin-right: .5rem !important
	}

	.me-sm-6 {
		margin-right: .6rem !important
	}

	.me-sm-7 {
		margin-right: .7rem !important
	}

	.me-sm-8 {
		margin-right: .8rem !important
	}

	.me-sm-9 {
		margin-right: .9rem !important
	}

	.me-sm-10 {
		margin-right: 1rem !important
	}

	.me-sm-12 {
		margin-right: 1.2rem !important
	}

	.me-sm-13 {
		margin-right: 1.3rem !important
	}

	.me-sm-15 {
		margin-right: 1.5rem !important
	}

	.me-sm-17 {
		margin-right: 1.7rem !important
	}

	.me-sm-18 {
		margin-right: 1.8rem !important
	}

	.me-sm-20 {
		margin-right: 2rem !important
	}

	.me-sm-22 {
		margin-right: 2.2rem !important
	}

	.me-sm-23 {
		margin-right: 2.3rem !important
	}

	.me-sm-25 {
		margin-right: 2.5rem !important
	}

	.me-sm-26 {
		margin-right: 2.6rem !important
	}

	.me-sm-27 {
		margin-right: 2.7rem !important
	}

	.me-sm-30 {
		margin-right: 3rem !important
	}

	.me-sm-32 {
		margin-right: 3.2rem !important
	}

	.me-sm-35 {
		margin-right: 3.5rem !important
	}

	.me-sm-37 {
		margin-right: 3.7rem !important
	}

	.me-sm-40 {
		margin-right: 4rem !important
	}

	.me-sm-45 {
		margin-right: 4.5rem !important
	}

	.me-sm-50 {
		margin-right: 5rem !important
	}

	.me-sm-53 {
		margin-right: 5.3rem !important
	}

	.me-sm-55 {
		margin-right: 5.5rem !important
	}

	.me-sm-58 {
		margin-right: 5.8rem !important
	}

	.me-sm-60 {
		margin-right: 6rem !important
	}

	.me-sm-65 {
		margin-right: 6.5rem !important
	}

	.me-sm-70 {
		margin-right: 7rem !important
	}

	.me-sm-75 {
		margin-right: 7.5rem !important
	}

	.me-sm-80 {
		margin-right: 8rem !important
	}

	.me-sm-85 {
		margin-right: 8.5rem !important
	}

	.me-sm-90 {
		margin-right: 9rem !important
	}

	.me-sm-95 {
		margin-right: 9.5rem !important
	}

	.me-sm-100 {
		margin-right: 10rem !important
	}

	.me-sm-105 {
		margin-right: 10.5rem !important
	}

	.me-sm-110 {
		margin-right: 11rem !important
	}

	.me-sm-115 {
		margin-right: 11.5rem !important
	}

	.me-sm-120 {
		margin-right: 12rem !important
	}

	.me-sm-125 {
		margin-right: 12.5rem !important
	}

	.me-sm-130 {
		margin-right: 13rem !important
	}

	.me-sm-140 {
		margin-right: 14rem !important
	}

	.me-sm-145 {
		margin-right: 14.5rem !important
	}

	.me-sm-150 {
		margin-right: 15rem !important
	}

	.me-sm-160 {
		margin-right: 16rem !important
	}

	.me-sm-170 {
		margin-right: 17rem !important
	}

	.me-sm-180 {
		margin-right: 18rem !important
	}

	.me-sm-200 {
		margin-right: 20rem !important
	}

	.me-sm-220 {
		margin-right: 22rem !important
	}

	.me-sm-240 {
		margin-right: 24rem !important
	}

	.me-sm-250 {
		margin-right: 25rem !important
	}

	.me-sm-350 {
		margin-right: 35rem !important
	}

	.me-sm-370 {
		margin-right: 37rem !important
	}

	.me-sm-410 {
		margin-right: 41rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.mb-sm-1 {
		margin-bottom: .1rem !important
	}

	.mb-sm-2 {
		margin-bottom: .2rem !important
	}

	.mb-sm-3 {
		margin-bottom: .3rem !important
	}

	.mb-sm-4 {
		margin-bottom: .4rem !important
	}

	.mb-sm-5 {
		margin-bottom: .5rem !important
	}

	.mb-sm-6 {
		margin-bottom: .6rem !important
	}

	.mb-sm-7 {
		margin-bottom: .7rem !important
	}

	.mb-sm-8 {
		margin-bottom: .8rem !important
	}

	.mb-sm-9 {
		margin-bottom: .9rem !important
	}

	.mb-sm-10 {
		margin-bottom: 1rem !important
	}

	.mb-sm-12 {
		margin-bottom: 1.2rem !important
	}

	.mb-sm-13 {
		margin-bottom: 1.3rem !important
	}

	.mb-sm-15 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-17 {
		margin-bottom: 1.7rem !important
	}

	.mb-sm-18 {
		margin-bottom: 1.8rem !important
	}

	.mb-sm-20 {
		margin-bottom: 2rem !important
	}

	.mb-sm-22 {
		margin-bottom: 2.2rem !important
	}

	.mb-sm-23 {
		margin-bottom: 2.3rem !important
	}

	.mb-sm-25 {
		margin-bottom: 2.5rem !important
	}

	.mb-sm-26 {
		margin-bottom: 2.6rem !important
	}

	.mb-sm-27 {
		margin-bottom: 2.7rem !important
	}

	.mb-sm-30 {
		margin-bottom: 3rem !important
	}

	.mb-sm-32 {
		margin-bottom: 3.2rem !important
	}

	.mb-sm-35 {
		margin-bottom: 3.5rem !important
	}

	.mb-sm-37 {
		margin-bottom: 3.7rem !important
	}

	.mb-sm-40 {
		margin-bottom: 4rem !important
	}

	.mb-sm-45 {
		margin-bottom: 4.5rem !important
	}

	.mb-sm-50 {
		margin-bottom: 5rem !important
	}

	.mb-sm-53 {
		margin-bottom: 5.3rem !important
	}

	.mb-sm-55 {
		margin-bottom: 5.5rem !important
	}

	.mb-sm-58 {
		margin-bottom: 5.8rem !important
	}

	.mb-sm-60 {
		margin-bottom: 6rem !important
	}

	.mb-sm-65 {
		margin-bottom: 6.5rem !important
	}

	.mb-sm-70 {
		margin-bottom: 7rem !important
	}

	.mb-sm-75 {
		margin-bottom: 7.5rem !important
	}

	.mb-sm-80 {
		margin-bottom: 8rem !important
	}

	.mb-sm-85 {
		margin-bottom: 8.5rem !important
	}

	.mb-sm-90 {
		margin-bottom: 9rem !important
	}

	.mb-sm-95 {
		margin-bottom: 9.5rem !important
	}

	.mb-sm-100 {
		margin-bottom: 10rem !important
	}

	.mb-sm-105 {
		margin-bottom: 10.5rem !important
	}

	.mb-sm-110 {
		margin-bottom: 11rem !important
	}

	.mb-sm-115 {
		margin-bottom: 11.5rem !important
	}

	.mb-sm-120 {
		margin-bottom: 12rem !important
	}

	.mb-sm-125 {
		margin-bottom: 12.5rem !important
	}

	.mb-sm-130 {
		margin-bottom: 13rem !important
	}

	.mb-sm-140 {
		margin-bottom: 14rem !important
	}

	.mb-sm-145 {
		margin-bottom: 14.5rem !important
	}

	.mb-sm-150 {
		margin-bottom: 15rem !important
	}

	.mb-sm-160 {
		margin-bottom: 16rem !important
	}

	.mb-sm-170 {
		margin-bottom: 17rem !important
	}

	.mb-sm-180 {
		margin-bottom: 18rem !important
	}

	.mb-sm-200 {
		margin-bottom: 20rem !important
	}

	.mb-sm-220 {
		margin-bottom: 22rem !important
	}

	.mb-sm-240 {
		margin-bottom: 24rem !important
	}

	.mb-sm-250 {
		margin-bottom: 25rem !important
	}

	.mb-sm-350 {
		margin-bottom: 35rem !important
	}

	.mb-sm-370 {
		margin-bottom: 37rem !important
	}

	.mb-sm-410 {
		margin-bottom: 41rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .1rem !important
	}

	.ms-sm-2 {
		margin-left: .2rem !important
	}

	.ms-sm-3 {
		margin-left: .3rem !important
	}

	.ms-sm-4 {
		margin-left: .4rem !important
	}

	.ms-sm-5 {
		margin-left: .5rem !important
	}

	.ms-sm-6 {
		margin-left: .6rem !important
	}

	.ms-sm-7 {
		margin-left: .7rem !important
	}

	.ms-sm-8 {
		margin-left: .8rem !important
	}

	.ms-sm-9 {
		margin-left: .9rem !important
	}

	.ms-sm-10 {
		margin-left: 1rem !important
	}

	.ms-sm-12 {
		margin-left: 1.2rem !important
	}

	.ms-sm-13 {
		margin-left: 1.3rem !important
	}

	.ms-sm-15 {
		margin-left: 1.5rem !important
	}

	.ms-sm-17 {
		margin-left: 1.7rem !important
	}

	.ms-sm-18 {
		margin-left: 1.8rem !important
	}

	.ms-sm-20 {
		margin-left: 2rem !important
	}

	.ms-sm-22 {
		margin-left: 2.2rem !important
	}

	.ms-sm-23 {
		margin-left: 2.3rem !important
	}

	.ms-sm-25 {
		margin-left: 2.5rem !important
	}

	.ms-sm-26 {
		margin-left: 2.6rem !important
	}

	.ms-sm-27 {
		margin-left: 2.7rem !important
	}

	.ms-sm-30 {
		margin-left: 3rem !important
	}

	.ms-sm-32 {
		margin-left: 3.2rem !important
	}

	.ms-sm-35 {
		margin-left: 3.5rem !important
	}

	.ms-sm-37 {
		margin-left: 3.7rem !important
	}

	.ms-sm-40 {
		margin-left: 4rem !important
	}

	.ms-sm-45 {
		margin-left: 4.5rem !important
	}

	.ms-sm-50 {
		margin-left: 5rem !important
	}

	.ms-sm-53 {
		margin-left: 5.3rem !important
	}

	.ms-sm-55 {
		margin-left: 5.5rem !important
	}

	.ms-sm-58 {
		margin-left: 5.8rem !important
	}

	.ms-sm-60 {
		margin-left: 6rem !important
	}

	.ms-sm-65 {
		margin-left: 6.5rem !important
	}

	.ms-sm-70 {
		margin-left: 7rem !important
	}

	.ms-sm-75 {
		margin-left: 7.5rem !important
	}

	.ms-sm-80 {
		margin-left: 8rem !important
	}

	.ms-sm-85 {
		margin-left: 8.5rem !important
	}

	.ms-sm-90 {
		margin-left: 9rem !important
	}

	.ms-sm-95 {
		margin-left: 9.5rem !important
	}

	.ms-sm-100 {
		margin-left: 10rem !important
	}

	.ms-sm-105 {
		margin-left: 10.5rem !important
	}

	.ms-sm-110 {
		margin-left: 11rem !important
	}

	.ms-sm-115 {
		margin-left: 11.5rem !important
	}

	.ms-sm-120 {
		margin-left: 12rem !important
	}

	.ms-sm-125 {
		margin-left: 12.5rem !important
	}

	.ms-sm-130 {
		margin-left: 13rem !important
	}

	.ms-sm-140 {
		margin-left: 14rem !important
	}

	.ms-sm-145 {
		margin-left: 14.5rem !important
	}

	.ms-sm-150 {
		margin-left: 15rem !important
	}

	.ms-sm-160 {
		margin-left: 16rem !important
	}

	.ms-sm-170 {
		margin-left: 17rem !important
	}

	.ms-sm-180 {
		margin-left: 18rem !important
	}

	.ms-sm-200 {
		margin-left: 20rem !important
	}

	.ms-sm-220 {
		margin-left: 22rem !important
	}

	.ms-sm-240 {
		margin-left: 24rem !important
	}

	.ms-sm-250 {
		margin-left: 25rem !important
	}

	.ms-sm-350 {
		margin-left: 35rem !important
	}

	.ms-sm-370 {
		margin-left: 37rem !important
	}

	.ms-sm-410 {
		margin-left: 41rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .1rem !important
	}

	.p-sm-2 {
		padding: .2rem !important
	}

	.p-sm-3 {
		padding: .3rem !important
	}

	.p-sm-4 {
		padding: .4rem !important
	}

	.p-sm-5 {
		padding: .5rem !important
	}

	.p-sm-6 {
		padding: .6rem !important
	}

	.p-sm-7 {
		padding: .7rem !important
	}

	.p-sm-8 {
		padding: .8rem !important
	}

	.p-sm-9 {
		padding: .9rem !important
	}

	.p-sm-10 {
		padding: 1rem !important
	}

	.p-sm-12 {
		padding: 1.2rem !important
	}

	.p-sm-13 {
		padding: 1.3rem !important
	}

	.p-sm-15 {
		padding: 1.5rem !important
	}

	.p-sm-17 {
		padding: 1.7rem !important
	}

	.p-sm-18 {
		padding: 1.8rem !important
	}

	.p-sm-20 {
		padding: 2rem !important
	}

	.p-sm-22 {
		padding: 2.2rem !important
	}

	.p-sm-23 {
		padding: 2.3rem !important
	}

	.p-sm-25 {
		padding: 2.5rem !important
	}

	.p-sm-26 {
		padding: 2.6rem !important
	}

	.p-sm-27 {
		padding: 2.7rem !important
	}

	.p-sm-30 {
		padding: 3rem !important
	}

	.p-sm-32 {
		padding: 3.2rem !important
	}

	.p-sm-35 {
		padding: 3.5rem !important
	}

	.p-sm-37 {
		padding: 3.7rem !important
	}

	.p-sm-40 {
		padding: 4rem !important
	}

	.p-sm-45 {
		padding: 4.5rem !important
	}

	.p-sm-50 {
		padding: 5rem !important
	}

	.p-sm-53 {
		padding: 5.3rem !important
	}

	.p-sm-55 {
		padding: 5.5rem !important
	}

	.p-sm-58 {
		padding: 5.8rem !important
	}

	.p-sm-60 {
		padding: 6rem !important
	}

	.p-sm-65 {
		padding: 6.5rem !important
	}

	.p-sm-70 {
		padding: 7rem !important
	}

	.p-sm-75 {
		padding: 7.5rem !important
	}

	.p-sm-80 {
		padding: 8rem !important
	}

	.p-sm-85 {
		padding: 8.5rem !important
	}

	.p-sm-90 {
		padding: 9rem !important
	}

	.p-sm-95 {
		padding: 9.5rem !important
	}

	.p-sm-100 {
		padding: 10rem !important
	}

	.p-sm-105 {
		padding: 10.5rem !important
	}

	.p-sm-110 {
		padding: 11rem !important
	}

	.p-sm-115 {
		padding: 11.5rem !important
	}

	.p-sm-120 {
		padding: 12rem !important
	}

	.p-sm-125 {
		padding: 12.5rem !important
	}

	.p-sm-130 {
		padding: 13rem !important
	}

	.p-sm-140 {
		padding: 14rem !important
	}

	.p-sm-145 {
		padding: 14.5rem !important
	}

	.p-sm-150 {
		padding: 15rem !important
	}

	.p-sm-160 {
		padding: 16rem !important
	}

	.p-sm-170 {
		padding: 17rem !important
	}

	.p-sm-180 {
		padding: 18rem !important
	}

	.p-sm-200 {
		padding: 20rem !important
	}

	.p-sm-220 {
		padding: 22rem !important
	}

	.p-sm-240 {
		padding: 24rem !important
	}

	.p-sm-250 {
		padding: 25rem !important
	}

	.p-sm-350 {
		padding: 35rem !important
	}

	.p-sm-370 {
		padding: 37rem !important
	}

	.p-sm-410 {
		padding: 41rem !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: .1rem !important;
		padding-left: .1rem !important
	}

	.px-sm-2 {
		padding-right: .2rem !important;
		padding-left: .2rem !important
	}

	.px-sm-3 {
		padding-right: .3rem !important;
		padding-left: .3rem !important
	}

	.px-sm-4 {
		padding-right: .4rem !important;
		padding-left: .4rem !important
	}

	.px-sm-5 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-sm-6 {
		padding-right: .6rem !important;
		padding-left: .6rem !important
	}

	.px-sm-7 {
		padding-right: .7rem !important;
		padding-left: .7rem !important
	}

	.px-sm-8 {
		padding-right: .8rem !important;
		padding-left: .8rem !important
	}

	.px-sm-9 {
		padding-right: .9rem !important;
		padding-left: .9rem !important
	}

	.px-sm-10 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-sm-12 {
		padding-right: 1.2rem !important;
		padding-left: 1.2rem !important
	}

	.px-sm-13 {
		padding-right: 1.3rem !important;
		padding-left: 1.3rem !important
	}

	.px-sm-15 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-sm-17 {
		padding-right: 1.7rem !important;
		padding-left: 1.7rem !important
	}

	.px-sm-18 {
		padding-right: 1.8rem !important;
		padding-left: 1.8rem !important
	}

	.px-sm-20 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.px-sm-22 {
		padding-right: 2.2rem !important;
		padding-left: 2.2rem !important
	}

	.px-sm-23 {
		padding-right: 2.3rem !important;
		padding-left: 2.3rem !important
	}

	.px-sm-25 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-sm-26 {
		padding-right: 2.6rem !important;
		padding-left: 2.6rem !important
	}

	.px-sm-27 {
		padding-right: 2.7rem !important;
		padding-left: 2.7rem !important
	}

	.px-sm-30 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.px-sm-32 {
		padding-right: 3.2rem !important;
		padding-left: 3.2rem !important
	}

	.px-sm-35 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.px-sm-37 {
		padding-right: 3.7rem !important;
		padding-left: 3.7rem !important
	}

	.px-sm-40 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.px-sm-45 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.px-sm-50 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.px-sm-53 {
		padding-right: 5.3rem !important;
		padding-left: 5.3rem !important
	}

	.px-sm-55 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.px-sm-58 {
		padding-right: 5.8rem !important;
		padding-left: 5.8rem !important
	}

	.px-sm-60 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.px-sm-65 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.px-sm-70 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.px-sm-75 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.px-sm-80 {
		padding-right: 8rem !important;
		padding-left: 8rem !important
	}

	.px-sm-85 {
		padding-right: 8.5rem !important;
		padding-left: 8.5rem !important
	}

	.px-sm-90 {
		padding-right: 9rem !important;
		padding-left: 9rem !important
	}

	.px-sm-95 {
		padding-right: 9.5rem !important;
		padding-left: 9.5rem !important
	}

	.px-sm-100 {
		padding-right: 10rem !important;
		padding-left: 10rem !important
	}

	.px-sm-105 {
		padding-right: 10.5rem !important;
		padding-left: 10.5rem !important
	}

	.px-sm-110 {
		padding-right: 11rem !important;
		padding-left: 11rem !important
	}

	.px-sm-115 {
		padding-right: 11.5rem !important;
		padding-left: 11.5rem !important
	}

	.px-sm-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important
	}

	.px-sm-125 {
		padding-right: 12.5rem !important;
		padding-left: 12.5rem !important
	}

	.px-sm-130 {
		padding-right: 13rem !important;
		padding-left: 13rem !important
	}

	.px-sm-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important
	}

	.px-sm-145 {
		padding-right: 14.5rem !important;
		padding-left: 14.5rem !important
	}

	.px-sm-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important
	}

	.px-sm-160 {
		padding-right: 16rem !important;
		padding-left: 16rem !important
	}

	.px-sm-170 {
		padding-right: 17rem !important;
		padding-left: 17rem !important
	}

	.px-sm-180 {
		padding-right: 18rem !important;
		padding-left: 18rem !important
	}

	.px-sm-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important
	}

	.px-sm-220 {
		padding-right: 22rem !important;
		padding-left: 22rem !important
	}

	.px-sm-240 {
		padding-right: 24rem !important;
		padding-left: 24rem !important
	}

	.px-sm-250 {
		padding-right: 25rem !important;
		padding-left: 25rem !important
	}

	.px-sm-350 {
		padding-right: 35rem !important;
		padding-left: 35rem !important
	}

	.px-sm-370 {
		padding-right: 37rem !important;
		padding-left: 37rem !important
	}

	.px-sm-410 {
		padding-right: 41rem !important;
		padding-left: 41rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: .1rem !important;
		padding-bottom: .1rem !important
	}

	.py-sm-2 {
		padding-top: .2rem !important;
		padding-bottom: .2rem !important
	}

	.py-sm-3 {
		padding-top: .3rem !important;
		padding-bottom: .3rem !important
	}

	.py-sm-4 {
		padding-top: .4rem !important;
		padding-bottom: .4rem !important
	}

	.py-sm-5 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-sm-6 {
		padding-top: .6rem !important;
		padding-bottom: .6rem !important
	}

	.py-sm-7 {
		padding-top: .7rem !important;
		padding-bottom: .7rem !important
	}

	.py-sm-8 {
		padding-top: .8rem !important;
		padding-bottom: .8rem !important
	}

	.py-sm-9 {
		padding-top: .9rem !important;
		padding-bottom: .9rem !important
	}

	.py-sm-10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-sm-12 {
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important
	}

	.py-sm-13 {
		padding-top: 1.3rem !important;
		padding-bottom: 1.3rem !important
	}

	.py-sm-15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-sm-17 {
		padding-top: 1.7rem !important;
		padding-bottom: 1.7rem !important
	}

	.py-sm-18 {
		padding-top: 1.8rem !important;
		padding-bottom: 1.8rem !important
	}

	.py-sm-20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.py-sm-22 {
		padding-top: 2.2rem !important;
		padding-bottom: 2.2rem !important
	}

	.py-sm-23 {
		padding-top: 2.3rem !important;
		padding-bottom: 2.3rem !important
	}

	.py-sm-25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-sm-26 {
		padding-top: 2.6rem !important;
		padding-bottom: 2.6rem !important
	}

	.py-sm-27 {
		padding-top: 2.7rem !important;
		padding-bottom: 2.7rem !important
	}

	.py-sm-30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.py-sm-32 {
		padding-top: 3.2rem !important;
		padding-bottom: 3.2rem !important
	}

	.py-sm-35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-sm-37 {
		padding-top: 3.7rem !important;
		padding-bottom: 3.7rem !important
	}

	.py-sm-40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.py-sm-45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.py-sm-50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.py-sm-53 {
		padding-top: 5.3rem !important;
		padding-bottom: 5.3rem !important
	}

	.py-sm-55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.py-sm-58 {
		padding-top: 5.8rem !important;
		padding-bottom: 5.8rem !important
	}

	.py-sm-60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.py-sm-65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.py-sm-70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.py-sm-75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.py-sm-80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.py-sm-85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important
	}

	.py-sm-90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.py-sm-95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important
	}

	.py-sm-100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.py-sm-105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important
	}

	.py-sm-110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.py-sm-115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important
	}

	.py-sm-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.py-sm-125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important
	}

	.py-sm-130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.py-sm-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.py-sm-145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important
	}

	.py-sm-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.py-sm-160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.py-sm-170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.py-sm-180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.py-sm-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.py-sm-220 {
		padding-top: 22rem !important;
		padding-bottom: 22rem !important
	}

	.py-sm-240 {
		padding-top: 24rem !important;
		padding-bottom: 24rem !important
	}

	.py-sm-250 {
		padding-top: 25rem !important;
		padding-bottom: 25rem !important
	}

	.py-sm-350 {
		padding-top: 35rem !important;
		padding-bottom: 35rem !important
	}

	.py-sm-370 {
		padding-top: 37rem !important;
		padding-bottom: 37rem !important
	}

	.py-sm-410 {
		padding-top: 41rem !important;
		padding-bottom: 41rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .1rem !important
	}

	.pt-sm-2 {
		padding-top: .2rem !important
	}

	.pt-sm-3 {
		padding-top: .3rem !important
	}

	.pt-sm-4 {
		padding-top: .4rem !important
	}

	.pt-sm-5 {
		padding-top: .5rem !important
	}

	.pt-sm-6 {
		padding-top: .6rem !important
	}

	.pt-sm-7 {
		padding-top: .7rem !important
	}

	.pt-sm-8 {
		padding-top: .8rem !important
	}

	.pt-sm-9 {
		padding-top: .9rem !important
	}

	.pt-sm-10 {
		padding-top: 1rem !important
	}

	.pt-sm-12 {
		padding-top: 1.2rem !important
	}

	.pt-sm-13 {
		padding-top: 1.3rem !important
	}

	.pt-sm-15 {
		padding-top: 1.5rem !important
	}

	.pt-sm-17 {
		padding-top: 1.7rem !important
	}

	.pt-sm-18 {
		padding-top: 1.8rem !important
	}

	.pt-sm-20 {
		padding-top: 2rem !important
	}

	.pt-sm-22 {
		padding-top: 2.2rem !important
	}

	.pt-sm-23 {
		padding-top: 2.3rem !important
	}

	.pt-sm-25 {
		padding-top: 2.5rem !important
	}

	.pt-sm-26 {
		padding-top: 2.6rem !important
	}

	.pt-sm-27 {
		padding-top: 2.7rem !important
	}

	.pt-sm-30 {
		padding-top: 3rem !important
	}

	.pt-sm-32 {
		padding-top: 3.2rem !important
	}

	.pt-sm-35 {
		padding-top: 3.5rem !important
	}

	.pt-sm-37 {
		padding-top: 3.7rem !important
	}

	.pt-sm-40 {
		padding-top: 4rem !important
	}

	.pt-sm-45 {
		padding-top: 4.5rem !important
	}

	.pt-sm-50 {
		padding-top: 5rem !important
	}

	.pt-sm-53 {
		padding-top: 5.3rem !important
	}

	.pt-sm-55 {
		padding-top: 5.5rem !important
	}

	.pt-sm-58 {
		padding-top: 5.8rem !important
	}

	.pt-sm-60 {
		padding-top: 6rem !important
	}

	.pt-sm-65 {
		padding-top: 6.5rem !important
	}

	.pt-sm-70 {
		padding-top: 7rem !important
	}

	.pt-sm-75 {
		padding-top: 7.5rem !important
	}

	.pt-sm-80 {
		padding-top: 8rem !important
	}

	.pt-sm-85 {
		padding-top: 8.5rem !important
	}

	.pt-sm-90 {
		padding-top: 9rem !important
	}

	.pt-sm-95 {
		padding-top: 9.5rem !important
	}

	.pt-sm-100 {
		padding-top: 10rem !important
	}

	.pt-sm-105 {
		padding-top: 10.5rem !important
	}

	.pt-sm-110 {
		padding-top: 11rem !important
	}

	.pt-sm-115 {
		padding-top: 11.5rem !important
	}

	.pt-sm-120 {
		padding-top: 12rem !important
	}

	.pt-sm-125 {
		padding-top: 12.5rem !important
	}

	.pt-sm-130 {
		padding-top: 13rem !important
	}

	.pt-sm-140 {
		padding-top: 14rem !important
	}

	.pt-sm-145 {
		padding-top: 14.5rem !important
	}

	.pt-sm-150 {
		padding-top: 15rem !important
	}

	.pt-sm-160 {
		padding-top: 16rem !important
	}

	.pt-sm-170 {
		padding-top: 17rem !important
	}

	.pt-sm-180 {
		padding-top: 18rem !important
	}

	.pt-sm-200 {
		padding-top: 20rem !important
	}

	.pt-sm-220 {
		padding-top: 22rem !important
	}

	.pt-sm-240 {
		padding-top: 24rem !important
	}

	.pt-sm-250 {
		padding-top: 25rem !important
	}

	.pt-sm-350 {
		padding-top: 35rem !important
	}

	.pt-sm-370 {
		padding-top: 37rem !important
	}

	.pt-sm-410 {
		padding-top: 41rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .1rem !important
	}

	.pe-sm-2 {
		padding-right: .2rem !important
	}

	.pe-sm-3 {
		padding-right: .3rem !important
	}

	.pe-sm-4 {
		padding-right: .4rem !important
	}

	.pe-sm-5 {
		padding-right: .5rem !important
	}

	.pe-sm-6 {
		padding-right: .6rem !important
	}

	.pe-sm-7 {
		padding-right: .7rem !important
	}

	.pe-sm-8 {
		padding-right: .8rem !important
	}

	.pe-sm-9 {
		padding-right: .9rem !important
	}

	.pe-sm-10 {
		padding-right: 1rem !important
	}

	.pe-sm-12 {
		padding-right: 1.2rem !important
	}

	.pe-sm-13 {
		padding-right: 1.3rem !important
	}

	.pe-sm-15 {
		padding-right: 1.5rem !important
	}

	.pe-sm-17 {
		padding-right: 1.7rem !important
	}

	.pe-sm-18 {
		padding-right: 1.8rem !important
	}

	.pe-sm-20 {
		padding-right: 2rem !important
	}

	.pe-sm-22 {
		padding-right: 2.2rem !important
	}

	.pe-sm-23 {
		padding-right: 2.3rem !important
	}

	.pe-sm-25 {
		padding-right: 2.5rem !important
	}

	.pe-sm-26 {
		padding-right: 2.6rem !important
	}

	.pe-sm-27 {
		padding-right: 2.7rem !important
	}

	.pe-sm-30 {
		padding-right: 3rem !important
	}

	.pe-sm-32 {
		padding-right: 3.2rem !important
	}

	.pe-sm-35 {
		padding-right: 3.5rem !important
	}

	.pe-sm-37 {
		padding-right: 3.7rem !important
	}

	.pe-sm-40 {
		padding-right: 4rem !important
	}

	.pe-sm-45 {
		padding-right: 4.5rem !important
	}

	.pe-sm-50 {
		padding-right: 5rem !important
	}

	.pe-sm-53 {
		padding-right: 5.3rem !important
	}

	.pe-sm-55 {
		padding-right: 5.5rem !important
	}

	.pe-sm-58 {
		padding-right: 5.8rem !important
	}

	.pe-sm-60 {
		padding-right: 6rem !important
	}

	.pe-sm-65 {
		padding-right: 6.5rem !important
	}

	.pe-sm-70 {
		padding-right: 7rem !important
	}

	.pe-sm-75 {
		padding-right: 7.5rem !important
	}

	.pe-sm-80 {
		padding-right: 8rem !important
	}

	.pe-sm-85 {
		padding-right: 8.5rem !important
	}

	.pe-sm-90 {
		padding-right: 9rem !important
	}

	.pe-sm-95 {
		padding-right: 9.5rem !important
	}

	.pe-sm-100 {
		padding-right: 10rem !important
	}

	.pe-sm-105 {
		padding-right: 10.5rem !important
	}

	.pe-sm-110 {
		padding-right: 11rem !important
	}

	.pe-sm-115 {
		padding-right: 11.5rem !important
	}

	.pe-sm-120 {
		padding-right: 12rem !important
	}

	.pe-sm-125 {
		padding-right: 12.5rem !important
	}

	.pe-sm-130 {
		padding-right: 13rem !important
	}

	.pe-sm-140 {
		padding-right: 14rem !important
	}

	.pe-sm-145 {
		padding-right: 14.5rem !important
	}

	.pe-sm-150 {
		padding-right: 15rem !important
	}

	.pe-sm-160 {
		padding-right: 16rem !important
	}

	.pe-sm-170 {
		padding-right: 17rem !important
	}

	.pe-sm-180 {
		padding-right: 18rem !important
	}

	.pe-sm-200 {
		padding-right: 20rem !important
	}

	.pe-sm-220 {
		padding-right: 22rem !important
	}

	.pe-sm-240 {
		padding-right: 24rem !important
	}

	.pe-sm-250 {
		padding-right: 25rem !important
	}

	.pe-sm-350 {
		padding-right: 35rem !important
	}

	.pe-sm-370 {
		padding-right: 37rem !important
	}

	.pe-sm-410 {
		padding-right: 41rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .1rem !important
	}

	.pb-sm-2 {
		padding-bottom: .2rem !important
	}

	.pb-sm-3 {
		padding-bottom: .3rem !important
	}

	.pb-sm-4 {
		padding-bottom: .4rem !important
	}

	.pb-sm-5 {
		padding-bottom: .5rem !important
	}

	.pb-sm-6 {
		padding-bottom: .6rem !important
	}

	.pb-sm-7 {
		padding-bottom: .7rem !important
	}

	.pb-sm-8 {
		padding-bottom: .8rem !important
	}

	.pb-sm-9 {
		padding-bottom: .9rem !important
	}

	.pb-sm-10 {
		padding-bottom: 1rem !important
	}

	.pb-sm-12 {
		padding-bottom: 1.2rem !important
	}

	.pb-sm-13 {
		padding-bottom: 1.3rem !important
	}

	.pb-sm-15 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-17 {
		padding-bottom: 1.7rem !important
	}

	.pb-sm-18 {
		padding-bottom: 1.8rem !important
	}

	.pb-sm-20 {
		padding-bottom: 2rem !important
	}

	.pb-sm-22 {
		padding-bottom: 2.2rem !important
	}

	.pb-sm-23 {
		padding-bottom: 2.3rem !important
	}

	.pb-sm-25 {
		padding-bottom: 2.5rem !important
	}

	.pb-sm-26 {
		padding-bottom: 2.6rem !important
	}

	.pb-sm-27 {
		padding-bottom: 2.7rem !important
	}

	.pb-sm-30 {
		padding-bottom: 3rem !important
	}

	.pb-sm-32 {
		padding-bottom: 3.2rem !important
	}

	.pb-sm-35 {
		padding-bottom: 3.5rem !important
	}

	.pb-sm-37 {
		padding-bottom: 3.7rem !important
	}

	.pb-sm-40 {
		padding-bottom: 4rem !important
	}

	.pb-sm-45 {
		padding-bottom: 4.5rem !important
	}

	.pb-sm-50 {
		padding-bottom: 5rem !important
	}

	.pb-sm-53 {
		padding-bottom: 5.3rem !important
	}

	.pb-sm-55 {
		padding-bottom: 5.5rem !important
	}

	.pb-sm-58 {
		padding-bottom: 5.8rem !important
	}

	.pb-sm-60 {
		padding-bottom: 6rem !important
	}

	.pb-sm-65 {
		padding-bottom: 6.5rem !important
	}

	.pb-sm-70 {
		padding-bottom: 7rem !important
	}

	.pb-sm-75 {
		padding-bottom: 7.5rem !important
	}

	.pb-sm-80 {
		padding-bottom: 8rem !important
	}

	.pb-sm-85 {
		padding-bottom: 8.5rem !important
	}

	.pb-sm-90 {
		padding-bottom: 9rem !important
	}

	.pb-sm-95 {
		padding-bottom: 9.5rem !important
	}

	.pb-sm-100 {
		padding-bottom: 10rem !important
	}

	.pb-sm-105 {
		padding-bottom: 10.5rem !important
	}

	.pb-sm-110 {
		padding-bottom: 11rem !important
	}

	.pb-sm-115 {
		padding-bottom: 11.5rem !important
	}

	.pb-sm-120 {
		padding-bottom: 12rem !important
	}

	.pb-sm-125 {
		padding-bottom: 12.5rem !important
	}

	.pb-sm-130 {
		padding-bottom: 13rem !important
	}

	.pb-sm-140 {
		padding-bottom: 14rem !important
	}

	.pb-sm-145 {
		padding-bottom: 14.5rem !important
	}

	.pb-sm-150 {
		padding-bottom: 15rem !important
	}

	.pb-sm-160 {
		padding-bottom: 16rem !important
	}

	.pb-sm-170 {
		padding-bottom: 17rem !important
	}

	.pb-sm-180 {
		padding-bottom: 18rem !important
	}

	.pb-sm-200 {
		padding-bottom: 20rem !important
	}

	.pb-sm-220 {
		padding-bottom: 22rem !important
	}

	.pb-sm-240 {
		padding-bottom: 24rem !important
	}

	.pb-sm-250 {
		padding-bottom: 25rem !important
	}

	.pb-sm-350 {
		padding-bottom: 35rem !important
	}

	.pb-sm-370 {
		padding-bottom: 37rem !important
	}

	.pb-sm-410 {
		padding-bottom: 41rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .1rem !important
	}

	.ps-sm-2 {
		padding-left: .2rem !important
	}

	.ps-sm-3 {
		padding-left: .3rem !important
	}

	.ps-sm-4 {
		padding-left: .4rem !important
	}

	.ps-sm-5 {
		padding-left: .5rem !important
	}

	.ps-sm-6 {
		padding-left: .6rem !important
	}

	.ps-sm-7 {
		padding-left: .7rem !important
	}

	.ps-sm-8 {
		padding-left: .8rem !important
	}

	.ps-sm-9 {
		padding-left: .9rem !important
	}

	.ps-sm-10 {
		padding-left: 1rem !important
	}

	.ps-sm-12 {
		padding-left: 1.2rem !important
	}

	.ps-sm-13 {
		padding-left: 1.3rem !important
	}

	.ps-sm-15 {
		padding-left: 1.5rem !important
	}

	.ps-sm-17 {
		padding-left: 1.7rem !important
	}

	.ps-sm-18 {
		padding-left: 1.8rem !important
	}

	.ps-sm-20 {
		padding-left: 2rem !important
	}

	.ps-sm-22 {
		padding-left: 2.2rem !important
	}

	.ps-sm-23 {
		padding-left: 2.3rem !important
	}

	.ps-sm-25 {
		padding-left: 2.5rem !important
	}

	.ps-sm-26 {
		padding-left: 2.6rem !important
	}

	.ps-sm-27 {
		padding-left: 2.7rem !important
	}

	.ps-sm-30 {
		padding-left: 3rem !important
	}

	.ps-sm-32 {
		padding-left: 3.2rem !important
	}

	.ps-sm-35 {
		padding-left: 3.5rem !important
	}

	.ps-sm-37 {
		padding-left: 3.7rem !important
	}

	.ps-sm-40 {
		padding-left: 4rem !important
	}

	.ps-sm-45 {
		padding-left: 4.5rem !important
	}

	.ps-sm-50 {
		padding-left: 5rem !important
	}

	.ps-sm-53 {
		padding-left: 5.3rem !important
	}

	.ps-sm-55 {
		padding-left: 5.5rem !important
	}

	.ps-sm-58 {
		padding-left: 5.8rem !important
	}

	.ps-sm-60 {
		padding-left: 6rem !important
	}

	.ps-sm-65 {
		padding-left: 6.5rem !important
	}

	.ps-sm-70 {
		padding-left: 7rem !important
	}

	.ps-sm-75 {
		padding-left: 7.5rem !important
	}

	.ps-sm-80 {
		padding-left: 8rem !important
	}

	.ps-sm-85 {
		padding-left: 8.5rem !important
	}

	.ps-sm-90 {
		padding-left: 9rem !important
	}

	.ps-sm-95 {
		padding-left: 9.5rem !important
	}

	.ps-sm-100 {
		padding-left: 10rem !important
	}

	.ps-sm-105 {
		padding-left: 10.5rem !important
	}

	.ps-sm-110 {
		padding-left: 11rem !important
	}

	.ps-sm-115 {
		padding-left: 11.5rem !important
	}

	.ps-sm-120 {
		padding-left: 12rem !important
	}

	.ps-sm-125 {
		padding-left: 12.5rem !important
	}

	.ps-sm-130 {
		padding-left: 13rem !important
	}

	.ps-sm-140 {
		padding-left: 14rem !important
	}

	.ps-sm-145 {
		padding-left: 14.5rem !important
	}

	.ps-sm-150 {
		padding-left: 15rem !important
	}

	.ps-sm-160 {
		padding-left: 16rem !important
	}

	.ps-sm-170 {
		padding-left: 17rem !important
	}

	.ps-sm-180 {
		padding-left: 18rem !important
	}

	.ps-sm-200 {
		padding-left: 20rem !important
	}

	.ps-sm-220 {
		padding-left: 22rem !important
	}

	.ps-sm-240 {
		padding-left: 24rem !important
	}

	.ps-sm-250 {
		padding-left: 25rem !important
	}

	.ps-sm-350 {
		padding-left: 35rem !important
	}

	.ps-sm-370 {
		padding-left: 37rem !important
	}

	.ps-sm-410 {
		padding-left: 41rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}

	.container, .container-sm {
		max-width: 1270px
	}

	.col-sm {
		flex: 1 0 0%
	}

	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}

	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .1rem
	}

	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .1rem
	}

	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .2rem
	}

	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .2rem
	}

	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: .3rem
	}

	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: .3rem
	}

	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: .4rem
	}

	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: .4rem
	}

	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: .5rem
	}

	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: .5rem
	}

	.g-sm-6, .gx-sm-6 {
		--bs-gutter-x: .6rem
	}

	.g-sm-6, .gy-sm-6 {
		--bs-gutter-y: .6rem
	}

	.g-sm-7, .gx-sm-7 {
		--bs-gutter-x: .7rem
	}

	.g-sm-7, .gy-sm-7 {
		--bs-gutter-y: .7rem
	}

	.g-sm-8, .gx-sm-8 {
		--bs-gutter-x: .8rem
	}

	.g-sm-8, .gy-sm-8 {
		--bs-gutter-y: .8rem
	}

	.g-sm-9, .gx-sm-9 {
		--bs-gutter-x: .9rem
	}

	.g-sm-9, .gy-sm-9 {
		--bs-gutter-y: .9rem
	}

	.g-sm-10, .gx-sm-10 {
		--bs-gutter-x: 1rem
	}

	.g-sm-10, .gy-sm-10 {
		--bs-gutter-y: 1rem
	}

	.g-sm-12, .gx-sm-12 {
		--bs-gutter-x: 1.2rem
	}

	.g-sm-12, .gy-sm-12 {
		--bs-gutter-y: 1.2rem
	}

	.g-sm-13, .gx-sm-13 {
		--bs-gutter-x: 1.3rem
	}

	.g-sm-13, .gy-sm-13 {
		--bs-gutter-y: 1.3rem
	}

	.g-sm-15, .gx-sm-15 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-15, .gy-sm-15 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-17, .gx-sm-17 {
		--bs-gutter-x: 1.7rem
	}

	.g-sm-17, .gy-sm-17 {
		--bs-gutter-y: 1.7rem
	}

	.g-sm-18, .gx-sm-18 {
		--bs-gutter-x: 1.8rem
	}

	.g-sm-18, .gy-sm-18 {
		--bs-gutter-y: 1.8rem
	}

	.g-sm-20, .gx-sm-20 {
		--bs-gutter-x: 2rem
	}

	.g-sm-20, .gy-sm-20 {
		--bs-gutter-y: 2rem
	}

	.g-sm-22, .gx-sm-22 {
		--bs-gutter-x: 2.2rem
	}

	.g-sm-22, .gy-sm-22 {
		--bs-gutter-y: 2.2rem
	}

	.g-sm-23, .gx-sm-23 {
		--bs-gutter-x: 2.3rem
	}

	.g-sm-23, .gy-sm-23 {
		--bs-gutter-y: 2.3rem
	}

	.g-sm-25, .gx-sm-25 {
		--bs-gutter-x: 2.5rem
	}

	.g-sm-25, .gy-sm-25 {
		--bs-gutter-y: 2.5rem
	}

	.g-sm-26, .gx-sm-26 {
		--bs-gutter-x: 2.6rem
	}

	.g-sm-26, .gy-sm-26 {
		--bs-gutter-y: 2.6rem
	}

	.g-sm-27, .gx-sm-27 {
		--bs-gutter-x: 2.7rem
	}

	.g-sm-27, .gy-sm-27 {
		--bs-gutter-y: 2.7rem
	}

	.g-sm-30, .gx-sm-30 {
		--bs-gutter-x: 3rem
	}

	.g-sm-30, .gy-sm-30 {
		--bs-gutter-y: 3rem
	}

	.g-sm-32, .gx-sm-32 {
		--bs-gutter-x: 3.2rem
	}

	.g-sm-32, .gy-sm-32 {
		--bs-gutter-y: 3.2rem
	}

	.g-sm-35, .gx-sm-35 {
		--bs-gutter-x: 3.5rem
	}

	.g-sm-35, .gy-sm-35 {
		--bs-gutter-y: 3.5rem
	}

	.g-sm-37, .gx-sm-37 {
		--bs-gutter-x: 3.7rem
	}

	.g-sm-37, .gy-sm-37 {
		--bs-gutter-y: 3.7rem
	}

	.g-sm-40, .gx-sm-40 {
		--bs-gutter-x: 4rem
	}

	.g-sm-40, .gy-sm-40 {
		--bs-gutter-y: 4rem
	}

	.g-sm-45, .gx-sm-45 {
		--bs-gutter-x: 4.5rem
	}

	.g-sm-45, .gy-sm-45 {
		--bs-gutter-y: 4.5rem
	}

	.g-sm-50, .gx-sm-50 {
		--bs-gutter-x: 5rem
	}

	.g-sm-50, .gy-sm-50 {
		--bs-gutter-y: 5rem
	}

	.g-sm-53, .gx-sm-53 {
		--bs-gutter-x: 5.3rem
	}

	.g-sm-53, .gy-sm-53 {
		--bs-gutter-y: 5.3rem
	}

	.g-sm-55, .gx-sm-55 {
		--bs-gutter-x: 5.5rem
	}

	.g-sm-55, .gy-sm-55 {
		--bs-gutter-y: 5.5rem
	}

	.g-sm-58, .gx-sm-58 {
		--bs-gutter-x: 5.8rem
	}

	.g-sm-58, .gy-sm-58 {
		--bs-gutter-y: 5.8rem
	}

	.g-sm-60, .gx-sm-60 {
		--bs-gutter-x: 6rem
	}

	.g-sm-60, .gy-sm-60 {
		--bs-gutter-y: 6rem
	}

	.g-sm-65, .gx-sm-65 {
		--bs-gutter-x: 6.5rem
	}

	.g-sm-65, .gy-sm-65 {
		--bs-gutter-y: 6.5rem
	}

	.g-sm-70, .gx-sm-70 {
		--bs-gutter-x: 7rem
	}

	.g-sm-70, .gy-sm-70 {
		--bs-gutter-y: 7rem
	}

	.g-sm-75, .gx-sm-75 {
		--bs-gutter-x: 7.5rem
	}

	.g-sm-75, .gy-sm-75 {
		--bs-gutter-y: 7.5rem
	}

	.g-sm-80, .gx-sm-80 {
		--bs-gutter-x: 8rem
	}

	.g-sm-80, .gy-sm-80 {
		--bs-gutter-y: 8rem
	}

	.g-sm-85, .gx-sm-85 {
		--bs-gutter-x: 8.5rem
	}

	.g-sm-85, .gy-sm-85 {
		--bs-gutter-y: 8.5rem
	}

	.g-sm-90, .gx-sm-90 {
		--bs-gutter-x: 9rem
	}

	.g-sm-90, .gy-sm-90 {
		--bs-gutter-y: 9rem
	}

	.g-sm-95, .gx-sm-95 {
		--bs-gutter-x: 9.5rem
	}

	.g-sm-95, .gy-sm-95 {
		--bs-gutter-y: 9.5rem
	}

	.g-sm-100, .gx-sm-100 {
		--bs-gutter-x: 10rem
	}

	.g-sm-100, .gy-sm-100 {
		--bs-gutter-y: 10rem
	}

	.g-sm-105, .gx-sm-105 {
		--bs-gutter-x: 10.5rem
	}

	.g-sm-105, .gy-sm-105 {
		--bs-gutter-y: 10.5rem
	}

	.g-sm-110, .gx-sm-110 {
		--bs-gutter-x: 11rem
	}

	.g-sm-110, .gy-sm-110 {
		--bs-gutter-y: 11rem
	}

	.g-sm-115, .gx-sm-115 {
		--bs-gutter-x: 11.5rem
	}

	.g-sm-115, .gy-sm-115 {
		--bs-gutter-y: 11.5rem
	}

	.g-sm-120, .gx-sm-120 {
		--bs-gutter-x: 12rem
	}

	.g-sm-120, .gy-sm-120 {
		--bs-gutter-y: 12rem
	}

	.g-sm-125, .gx-sm-125 {
		--bs-gutter-x: 12.5rem
	}

	.g-sm-125, .gy-sm-125 {
		--bs-gutter-y: 12.5rem
	}

	.g-sm-130, .gx-sm-130 {
		--bs-gutter-x: 13rem
	}

	.g-sm-130, .gy-sm-130 {
		--bs-gutter-y: 13rem
	}

	.g-sm-140, .gx-sm-140 {
		--bs-gutter-x: 14rem
	}

	.g-sm-140, .gy-sm-140 {
		--bs-gutter-y: 14rem
	}

	.g-sm-145, .gx-sm-145 {
		--bs-gutter-x: 14.5rem
	}

	.g-sm-145, .gy-sm-145 {
		--bs-gutter-y: 14.5rem
	}

	.g-sm-150, .gx-sm-150 {
		--bs-gutter-x: 15rem
	}

	.g-sm-150, .gy-sm-150 {
		--bs-gutter-y: 15rem
	}

	.g-sm-160, .gx-sm-160 {
		--bs-gutter-x: 16rem
	}

	.g-sm-160, .gy-sm-160 {
		--bs-gutter-y: 16rem
	}

	.g-sm-170, .gx-sm-170 {
		--bs-gutter-x: 17rem
	}

	.g-sm-170, .gy-sm-170 {
		--bs-gutter-y: 17rem
	}

	.g-sm-180, .gx-sm-180 {
		--bs-gutter-x: 18rem
	}

	.g-sm-180, .gy-sm-180 {
		--bs-gutter-y: 18rem
	}

	.g-sm-200, .gx-sm-200 {
		--bs-gutter-x: 20rem
	}

	.g-sm-200, .gy-sm-200 {
		--bs-gutter-y: 20rem
	}

	.g-sm-220, .gx-sm-220 {
		--bs-gutter-x: 22rem
	}

	.g-sm-220, .gy-sm-220 {
		--bs-gutter-y: 22rem
	}

	.g-sm-240, .gx-sm-240 {
		--bs-gutter-x: 24rem
	}

	.g-sm-240, .gy-sm-240 {
		--bs-gutter-y: 24rem
	}

	.g-sm-250, .gx-sm-250 {
		--bs-gutter-x: 25rem
	}

	.g-sm-250, .gy-sm-250 {
		--bs-gutter-y: 25rem
	}

	.g-sm-350, .gx-sm-350 {
		--bs-gutter-x: 35rem
	}

	.g-sm-350, .gy-sm-350 {
		--bs-gutter-y: 35rem
	}

	.g-sm-370, .gx-sm-370 {
		--bs-gutter-x: 37rem
	}

	.g-sm-370, .gy-sm-370 {
		--bs-gutter-y: 37rem
	}

	.g-sm-410, .gx-sm-410 {
		--bs-gutter-x: 41rem
	}

	.g-sm-410, .gy-sm-410 {
		--bs-gutter-y: 41rem
	}

	.dropdown-menu-sm-start {
		--bs-position: start
	}

		.dropdown-menu-sm-start[data-bs-popper] {
			right: auto;
			left: 0
		}

	.dropdown-menu-sm-end {
		--bs-position: end
	}

		.dropdown-menu-sm-end[data-bs-popper] {
			right: 0;
			left: auto
		}

	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

		.navbar-expand-sm .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-sm .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-sm .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-sm .navbar-nav-scroll {
			overflow: visible
		}

		.navbar-expand-sm .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-sm .navbar-toggler, .navbar-expand-sm .offcanvas-header {
			display: none
		}

		.navbar-expand-sm .offcanvas {
			position: inherit;
			bottom: 0;
			z-index: 1000;
			flex-grow: 1;
			visibility: visible !important;
			background-color: transparent;
			border-right: 0;
			border-left: 0;
			transition: none;
			transform: none
		}

		.navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
			height: auto;
			border-top: 0;
			border-bottom: 0
		}

		.navbar-expand-sm .offcanvas-body {
			display: flex;
			flex-grow: 0;
			padding: 0;
			overflow-y: visible
		}

	.card-group {
		display: flex;
		flex-flow: row wrap
	}

		.card-group > .card {
			flex: 1 0 0%;
			margin-bottom: 0
		}

			.card-group > .card + .card {
				margin-left: 0;
				border-left: 0
			}

			.card-group > .card:not(:last-child) {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0
			}

				.card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
					border-top-right-radius: 0
				}

				.card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
					border-bottom-right-radius: 0
				}

			.card-group > .card:not(:first-child) {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0
			}

				.card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
					border-top-left-radius: 0
				}

				.card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
					border-bottom-left-radius: 0
				}

	.list-group-horizontal-sm {
		flex-direction: row
	}

		.list-group-horizontal-sm > .list-group-item:first-child {
			border-bottom-left-radius: .25rem;
			border-top-right-radius: 0
		}

		.list-group-horizontal-sm > .list-group-item:last-child {
			border-top-right-radius: .25rem;
			border-bottom-left-radius: 0
		}

		.list-group-horizontal-sm > .list-group-item.active {
			margin-top: 0
		}

		.list-group-horizontal-sm > .list-group-item + .list-group-item {
			border-top-width: 1px;
			border-left-width: 0
		}

			.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
				margin-left: -1px;
				border-left-width: 1px
			}

	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-sm {
		max-width: 300px
	}

	.container {
		padding: 0 25px
	}

	.tab-section .left-col, .tab-section .right-col {
		padding: 30px 25px
	}

	#footer .holder {
		padding: 0 25px
	}

	.foot-main-holder {
		padding: 25px 0 0
	}

	.home-slider .slide {
		padding: 30px 15px 24px 80px
	}

	.img-card .img:before {
		min-height: 220px
	}

	.member-card .img:before {
		min-height: 350px
	}

	.member-bio .img:before {
		min-height: 300px
	}

	.member {
		width: 420px
	}

	.decor-card {
		align-items: center;
		justify-content: space-between;
		padding: 20px 0 20px 20px
	}

		.decor-card .card-img {
			max-width: 190px;
			flex-basis: 190px;
			padding-top: 0;
			order: 1;
			margin: 0
		}

			.decor-card .card-img:before {
				content: "";
				font-size: 0;
				line-height: 0;
				display: block;
				min-height: 190px
			}

		.decor-card .card-content {
			flex: 1;
			padding-right: 20px;
			max-width: 430px;
			order: 0
		}

	.video-holder:before {
		min-height: 300px
	}

	.logo-slider .logo-hold a {
		max-width: 100px;
		padding: 0 15px
	}

	.image-list .img:before {
		min-height: 200px
	}

	.contact-info .contact-list .detail {
		width: calc(100% - 130px)
	}
}

@media (min-width:576px) {
	.member-card .img:before {
		min-height: 500px
	}
}

@media (min-width:650px) {
	.member-card .img:before {
		min-height: 580px
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-md-0 {
		gap: 0 !important
	}

	.gap-md-1 {
		gap: .1rem !important
	}

	.gap-md-2 {
		gap: .2rem !important
	}

	.gap-md-3 {
		gap: .3rem !important
	}

	.gap-md-4 {
		gap: .4rem !important
	}

	.gap-md-5 {
		gap: .5rem !important
	}

	.gap-md-6 {
		gap: .6rem !important
	}

	.gap-md-7 {
		gap: .7rem !important
	}

	.gap-md-8 {
		gap: .8rem !important
	}

	.gap-md-9 {
		gap: .9rem !important
	}

	.gap-md-10 {
		gap: 1rem !important
	}

	.gap-md-12 {
		gap: 1.2rem !important
	}

	.gap-md-13 {
		gap: 1.3rem !important
	}

	.gap-md-15 {
		gap: 1.5rem !important
	}

	.gap-md-17 {
		gap: 1.7rem !important
	}

	.gap-md-18 {
		gap: 1.8rem !important
	}

	.gap-md-20 {
		gap: 2rem !important
	}

	.gap-md-22 {
		gap: 2.2rem !important
	}

	.gap-md-23 {
		gap: 2.3rem !important
	}

	.gap-md-25 {
		gap: 2.5rem !important
	}

	.gap-md-26 {
		gap: 2.6rem !important
	}

	.gap-md-27 {
		gap: 2.7rem !important
	}

	.gap-md-30 {
		gap: 3rem !important
	}

	.gap-md-32 {
		gap: 3.2rem !important
	}

	.gap-md-35 {
		gap: 3.5rem !important
	}

	.gap-md-37 {
		gap: 3.7rem !important
	}

	.gap-md-40 {
		gap: 4rem !important
	}

	.gap-md-45 {
		gap: 4.5rem !important
	}

	.gap-md-50 {
		gap: 5rem !important
	}

	.gap-md-53 {
		gap: 5.3rem !important
	}

	.gap-md-55 {
		gap: 5.5rem !important
	}

	.gap-md-58 {
		gap: 5.8rem !important
	}

	.gap-md-60 {
		gap: 6rem !important
	}

	.gap-md-65 {
		gap: 6.5rem !important
	}

	.gap-md-70 {
		gap: 7rem !important
	}

	.gap-md-75 {
		gap: 7.5rem !important
	}

	.gap-md-80 {
		gap: 8rem !important
	}

	.gap-md-85 {
		gap: 8.5rem !important
	}

	.gap-md-90 {
		gap: 9rem !important
	}

	.gap-md-95 {
		gap: 9.5rem !important
	}

	.gap-md-100 {
		gap: 10rem !important
	}

	.gap-md-105 {
		gap: 10.5rem !important
	}

	.gap-md-110 {
		gap: 11rem !important
	}

	.gap-md-115 {
		gap: 11.5rem !important
	}

	.gap-md-120 {
		gap: 12rem !important
	}

	.gap-md-125 {
		gap: 12.5rem !important
	}

	.gap-md-130 {
		gap: 13rem !important
	}

	.gap-md-140 {
		gap: 14rem !important
	}

	.gap-md-145 {
		gap: 14.5rem !important
	}

	.gap-md-150 {
		gap: 15rem !important
	}

	.gap-md-160 {
		gap: 16rem !important
	}

	.gap-md-170 {
		gap: 17rem !important
	}

	.gap-md-180 {
		gap: 18rem !important
	}

	.gap-md-200 {
		gap: 20rem !important
	}

	.gap-md-220 {
		gap: 22rem !important
	}

	.gap-md-240 {
		gap: 24rem !important
	}

	.gap-md-250 {
		gap: 25rem !important
	}

	.gap-md-350 {
		gap: 35rem !important
	}

	.gap-md-370 {
		gap: 37rem !important
	}

	.gap-md-410 {
		gap: 41rem !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .1rem !important
	}

	.m-md-2 {
		margin: .2rem !important
	}

	.m-md-3 {
		margin: .3rem !important
	}

	.m-md-4 {
		margin: .4rem !important
	}

	.m-md-5 {
		margin: .5rem !important
	}

	.m-md-6 {
		margin: .6rem !important
	}

	.m-md-7 {
		margin: .7rem !important
	}

	.m-md-8 {
		margin: .8rem !important
	}

	.m-md-9 {
		margin: .9rem !important
	}

	.m-md-10 {
		margin: 1rem !important
	}

	.m-md-12 {
		margin: 1.2rem !important
	}

	.m-md-13 {
		margin: 1.3rem !important
	}

	.m-md-15 {
		margin: 1.5rem !important
	}

	.m-md-17 {
		margin: 1.7rem !important
	}

	.m-md-18 {
		margin: 1.8rem !important
	}

	.m-md-20 {
		margin: 2rem !important
	}

	.m-md-22 {
		margin: 2.2rem !important
	}

	.m-md-23 {
		margin: 2.3rem !important
	}

	.m-md-25 {
		margin: 2.5rem !important
	}

	.m-md-26 {
		margin: 2.6rem !important
	}

	.m-md-27 {
		margin: 2.7rem !important
	}

	.m-md-30 {
		margin: 3rem !important
	}

	.m-md-32 {
		margin: 3.2rem !important
	}

	.m-md-35 {
		margin: 3.5rem !important
	}

	.m-md-37 {
		margin: 3.7rem !important
	}

	.m-md-40 {
		margin: 4rem !important
	}

	.m-md-45 {
		margin: 4.5rem !important
	}

	.m-md-50 {
		margin: 5rem !important
	}

	.m-md-53 {
		margin: 5.3rem !important
	}

	.m-md-55 {
		margin: 5.5rem !important
	}

	.m-md-58 {
		margin: 5.8rem !important
	}

	.m-md-60 {
		margin: 6rem !important
	}

	.m-md-65 {
		margin: 6.5rem !important
	}

	.m-md-70 {
		margin: 7rem !important
	}

	.m-md-75 {
		margin: 7.5rem !important
	}

	.m-md-80 {
		margin: 8rem !important
	}

	.m-md-85 {
		margin: 8.5rem !important
	}

	.m-md-90 {
		margin: 9rem !important
	}

	.m-md-95 {
		margin: 9.5rem !important
	}

	.m-md-100 {
		margin: 10rem !important
	}

	.m-md-105 {
		margin: 10.5rem !important
	}

	.m-md-110 {
		margin: 11rem !important
	}

	.m-md-115 {
		margin: 11.5rem !important
	}

	.m-md-120 {
		margin: 12rem !important
	}

	.m-md-125 {
		margin: 12.5rem !important
	}

	.m-md-130 {
		margin: 13rem !important
	}

	.m-md-140 {
		margin: 14rem !important
	}

	.m-md-145 {
		margin: 14.5rem !important
	}

	.m-md-150 {
		margin: 15rem !important
	}

	.m-md-160 {
		margin: 16rem !important
	}

	.m-md-170 {
		margin: 17rem !important
	}

	.m-md-180 {
		margin: 18rem !important
	}

	.m-md-200 {
		margin: 20rem !important
	}

	.m-md-220 {
		margin: 22rem !important
	}

	.m-md-240 {
		margin: 24rem !important
	}

	.m-md-250 {
		margin: 25rem !important
	}

	.m-md-350 {
		margin: 35rem !important
	}

	.m-md-370 {
		margin: 37rem !important
	}

	.m-md-410 {
		margin: 41rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: .1rem !important;
		margin-left: .1rem !important
	}

	.mx-md-2 {
		margin-right: .2rem !important;
		margin-left: .2rem !important
	}

	.mx-md-3 {
		margin-right: .3rem !important;
		margin-left: .3rem !important
	}

	.mx-md-4 {
		margin-right: .4rem !important;
		margin-left: .4rem !important
	}

	.mx-md-5 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-md-6 {
		margin-right: .6rem !important;
		margin-left: .6rem !important
	}

	.mx-md-7 {
		margin-right: .7rem !important;
		margin-left: .7rem !important
	}

	.mx-md-8 {
		margin-right: .8rem !important;
		margin-left: .8rem !important
	}

	.mx-md-9 {
		margin-right: .9rem !important;
		margin-left: .9rem !important
	}

	.mx-md-10 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-md-12 {
		margin-right: 1.2rem !important;
		margin-left: 1.2rem !important
	}

	.mx-md-13 {
		margin-right: 1.3rem !important;
		margin-left: 1.3rem !important
	}

	.mx-md-15 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-md-17 {
		margin-right: 1.7rem !important;
		margin-left: 1.7rem !important
	}

	.mx-md-18 {
		margin-right: 1.8rem !important;
		margin-left: 1.8rem !important
	}

	.mx-md-20 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.mx-md-22 {
		margin-right: 2.2rem !important;
		margin-left: 2.2rem !important
	}

	.mx-md-23 {
		margin-right: 2.3rem !important;
		margin-left: 2.3rem !important
	}

	.mx-md-25 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-md-26 {
		margin-right: 2.6rem !important;
		margin-left: 2.6rem !important
	}

	.mx-md-27 {
		margin-right: 2.7rem !important;
		margin-left: 2.7rem !important
	}

	.mx-md-30 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-md-32 {
		margin-right: 3.2rem !important;
		margin-left: 3.2rem !important
	}

	.mx-md-35 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.mx-md-37 {
		margin-right: 3.7rem !important;
		margin-left: 3.7rem !important
	}

	.mx-md-40 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.mx-md-45 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.mx-md-50 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.mx-md-53 {
		margin-right: 5.3rem !important;
		margin-left: 5.3rem !important
	}

	.mx-md-55 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.mx-md-58 {
		margin-right: 5.8rem !important;
		margin-left: 5.8rem !important
	}

	.mx-md-60 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.mx-md-65 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.mx-md-70 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.mx-md-75 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.mx-md-80 {
		margin-right: 8rem !important;
		margin-left: 8rem !important
	}

	.mx-md-85 {
		margin-right: 8.5rem !important;
		margin-left: 8.5rem !important
	}

	.mx-md-90 {
		margin-right: 9rem !important;
		margin-left: 9rem !important
	}

	.mx-md-95 {
		margin-right: 9.5rem !important;
		margin-left: 9.5rem !important
	}

	.mx-md-100 {
		margin-right: 10rem !important;
		margin-left: 10rem !important
	}

	.mx-md-105 {
		margin-right: 10.5rem !important;
		margin-left: 10.5rem !important
	}

	.mx-md-110 {
		margin-right: 11rem !important;
		margin-left: 11rem !important
	}

	.mx-md-115 {
		margin-right: 11.5rem !important;
		margin-left: 11.5rem !important
	}

	.mx-md-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important
	}

	.mx-md-125 {
		margin-right: 12.5rem !important;
		margin-left: 12.5rem !important
	}

	.mx-md-130 {
		margin-right: 13rem !important;
		margin-left: 13rem !important
	}

	.mx-md-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important
	}

	.mx-md-145 {
		margin-right: 14.5rem !important;
		margin-left: 14.5rem !important
	}

	.mx-md-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important
	}

	.mx-md-160 {
		margin-right: 16rem !important;
		margin-left: 16rem !important
	}

	.mx-md-170 {
		margin-right: 17rem !important;
		margin-left: 17rem !important
	}

	.mx-md-180 {
		margin-right: 18rem !important;
		margin-left: 18rem !important
	}

	.mx-md-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important
	}

	.mx-md-220 {
		margin-right: 22rem !important;
		margin-left: 22rem !important
	}

	.mx-md-240 {
		margin-right: 24rem !important;
		margin-left: 24rem !important
	}

	.mx-md-250 {
		margin-right: 25rem !important;
		margin-left: 25rem !important
	}

	.mx-md-350 {
		margin-right: 35rem !important;
		margin-left: 35rem !important
	}

	.mx-md-370 {
		margin-right: 37rem !important;
		margin-left: 37rem !important
	}

	.mx-md-410 {
		margin-right: 41rem !important;
		margin-left: 41rem !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .1rem !important;
		margin-bottom: .1rem !important
	}

	.my-md-2 {
		margin-top: .2rem !important;
		margin-bottom: .2rem !important
	}

	.my-md-3 {
		margin-top: .3rem !important;
		margin-bottom: .3rem !important
	}

	.my-md-4 {
		margin-top: .4rem !important;
		margin-bottom: .4rem !important
	}

	.my-md-5 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-md-6 {
		margin-top: .6rem !important;
		margin-bottom: .6rem !important
	}

	.my-md-7 {
		margin-top: .7rem !important;
		margin-bottom: .7rem !important
	}

	.my-md-8 {
		margin-top: .8rem !important;
		margin-bottom: .8rem !important
	}

	.my-md-9 {
		margin-top: .9rem !important;
		margin-bottom: .9rem !important
	}

	.my-md-10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-md-12 {
		margin-top: 1.2rem !important;
		margin-bottom: 1.2rem !important
	}

	.my-md-13 {
		margin-top: 1.3rem !important;
		margin-bottom: 1.3rem !important
	}

	.my-md-15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-md-17 {
		margin-top: 1.7rem !important;
		margin-bottom: 1.7rem !important
	}

	.my-md-18 {
		margin-top: 1.8rem !important;
		margin-bottom: 1.8rem !important
	}

	.my-md-20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.my-md-22 {
		margin-top: 2.2rem !important;
		margin-bottom: 2.2rem !important
	}

	.my-md-23 {
		margin-top: 2.3rem !important;
		margin-bottom: 2.3rem !important
	}

	.my-md-25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-md-26 {
		margin-top: 2.6rem !important;
		margin-bottom: 2.6rem !important
	}

	.my-md-27 {
		margin-top: 2.7rem !important;
		margin-bottom: 2.7rem !important
	}

	.my-md-30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-md-32 {
		margin-top: 3.2rem !important;
		margin-bottom: 3.2rem !important
	}

	.my-md-35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.my-md-37 {
		margin-top: 3.7rem !important;
		margin-bottom: 3.7rem !important
	}

	.my-md-40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.my-md-45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.my-md-50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.my-md-53 {
		margin-top: 5.3rem !important;
		margin-bottom: 5.3rem !important
	}

	.my-md-55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.my-md-58 {
		margin-top: 5.8rem !important;
		margin-bottom: 5.8rem !important
	}

	.my-md-60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.my-md-65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.my-md-70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.my-md-75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.my-md-80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.my-md-85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important
	}

	.my-md-90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.my-md-95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important
	}

	.my-md-100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.my-md-105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important
	}

	.my-md-110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.my-md-115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important
	}

	.my-md-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.my-md-125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important
	}

	.my-md-130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.my-md-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.my-md-145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important
	}

	.my-md-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.my-md-160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.my-md-170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.my-md-180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.my-md-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.my-md-220 {
		margin-top: 22rem !important;
		margin-bottom: 22rem !important
	}

	.my-md-240 {
		margin-top: 24rem !important;
		margin-bottom: 24rem !important
	}

	.my-md-250 {
		margin-top: 25rem !important;
		margin-bottom: 25rem !important
	}

	.my-md-350 {
		margin-top: 35rem !important;
		margin-bottom: 35rem !important
	}

	.my-md-370 {
		margin-top: 37rem !important;
		margin-bottom: 37rem !important
	}

	.my-md-410 {
		margin-top: 41rem !important;
		margin-bottom: 41rem !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .1rem !important
	}

	.mt-md-2 {
		margin-top: .2rem !important
	}

	.mt-md-3 {
		margin-top: .3rem !important
	}

	.mt-md-4 {
		margin-top: .4rem !important
	}

	.mt-md-5 {
		margin-top: .5rem !important
	}

	.mt-md-6 {
		margin-top: .6rem !important
	}

	.mt-md-7 {
		margin-top: .7rem !important
	}

	.mt-md-8 {
		margin-top: .8rem !important
	}

	.mt-md-9 {
		margin-top: .9rem !important
	}

	.mt-md-10 {
		margin-top: 1rem !important
	}

	.mt-md-12 {
		margin-top: 1.2rem !important
	}

	.mt-md-13 {
		margin-top: 1.3rem !important
	}

	.mt-md-15 {
		margin-top: 1.5rem !important
	}

	.mt-md-17 {
		margin-top: 1.7rem !important
	}

	.mt-md-18 {
		margin-top: 1.8rem !important
	}

	.mt-md-20 {
		margin-top: 2rem !important
	}

	.mt-md-22 {
		margin-top: 2.2rem !important
	}

	.mt-md-23 {
		margin-top: 2.3rem !important
	}

	.mt-md-25 {
		margin-top: 2.5rem !important
	}

	.mt-md-26 {
		margin-top: 2.6rem !important
	}

	.mt-md-27 {
		margin-top: 2.7rem !important
	}

	.mt-md-30 {
		margin-top: 3rem !important
	}

	.mt-md-32 {
		margin-top: 3.2rem !important
	}

	.mt-md-35 {
		margin-top: 3.5rem !important
	}

	.mt-md-37 {
		margin-top: 3.7rem !important
	}

	.mt-md-40 {
		margin-top: 4rem !important
	}

	.mt-md-45 {
		margin-top: 4.5rem !important
	}

	.mt-md-50 {
		margin-top: 5rem !important
	}

	.mt-md-53 {
		margin-top: 5.3rem !important
	}

	.mt-md-55 {
		margin-top: 5.5rem !important
	}

	.mt-md-58 {
		margin-top: 5.8rem !important
	}

	.mt-md-60 {
		margin-top: 6rem !important
	}

	.mt-md-65 {
		margin-top: 6.5rem !important
	}

	.mt-md-70 {
		margin-top: 7rem !important
	}

	.mt-md-75 {
		margin-top: 7.5rem !important
	}

	.mt-md-80 {
		margin-top: 8rem !important
	}

	.mt-md-85 {
		margin-top: 8.5rem !important
	}

	.mt-md-90 {
		margin-top: 9rem !important
	}

	.mt-md-95 {
		margin-top: 9.5rem !important
	}

	.mt-md-100 {
		margin-top: 10rem !important
	}

	.mt-md-105 {
		margin-top: 10.5rem !important
	}

	.mt-md-110 {
		margin-top: 11rem !important
	}

	.mt-md-115 {
		margin-top: 11.5rem !important
	}

	.mt-md-120 {
		margin-top: 12rem !important
	}

	.mt-md-125 {
		margin-top: 12.5rem !important
	}

	.mt-md-130 {
		margin-top: 13rem !important
	}

	.mt-md-140 {
		margin-top: 14rem !important
	}

	.mt-md-145 {
		margin-top: 14.5rem !important
	}

	.mt-md-150 {
		margin-top: 15rem !important
	}

	.mt-md-160 {
		margin-top: 16rem !important
	}

	.mt-md-170 {
		margin-top: 17rem !important
	}

	.mt-md-180 {
		margin-top: 18rem !important
	}

	.mt-md-200 {
		margin-top: 20rem !important
	}

	.mt-md-220 {
		margin-top: 22rem !important
	}

	.mt-md-240 {
		margin-top: 24rem !important
	}

	.mt-md-250 {
		margin-top: 25rem !important
	}

	.mt-md-350 {
		margin-top: 35rem !important
	}

	.mt-md-370 {
		margin-top: 37rem !important
	}

	.mt-md-410 {
		margin-top: 41rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .1rem !important
	}

	.me-md-2 {
		margin-right: .2rem !important
	}

	.me-md-3 {
		margin-right: .3rem !important
	}

	.me-md-4 {
		margin-right: .4rem !important
	}

	.me-md-5 {
		margin-right: .5rem !important
	}

	.me-md-6 {
		margin-right: .6rem !important
	}

	.me-md-7 {
		margin-right: .7rem !important
	}

	.me-md-8 {
		margin-right: .8rem !important
	}

	.me-md-9 {
		margin-right: .9rem !important
	}

	.me-md-10 {
		margin-right: 1rem !important
	}

	.me-md-12 {
		margin-right: 1.2rem !important
	}

	.me-md-13 {
		margin-right: 1.3rem !important
	}

	.me-md-15 {
		margin-right: 1.5rem !important
	}

	.me-md-17 {
		margin-right: 1.7rem !important
	}

	.me-md-18 {
		margin-right: 1.8rem !important
	}

	.me-md-20 {
		margin-right: 2rem !important
	}

	.me-md-22 {
		margin-right: 2.2rem !important
	}

	.me-md-23 {
		margin-right: 2.3rem !important
	}

	.me-md-25 {
		margin-right: 2.5rem !important
	}

	.me-md-26 {
		margin-right: 2.6rem !important
	}

	.me-md-27 {
		margin-right: 2.7rem !important
	}

	.me-md-30 {
		margin-right: 3rem !important
	}

	.me-md-32 {
		margin-right: 3.2rem !important
	}

	.me-md-35 {
		margin-right: 3.5rem !important
	}

	.me-md-37 {
		margin-right: 3.7rem !important
	}

	.me-md-40 {
		margin-right: 4rem !important
	}

	.me-md-45 {
		margin-right: 4.5rem !important
	}

	.me-md-50 {
		margin-right: 5rem !important
	}

	.me-md-53 {
		margin-right: 5.3rem !important
	}

	.me-md-55 {
		margin-right: 5.5rem !important
	}

	.me-md-58 {
		margin-right: 5.8rem !important
	}

	.me-md-60 {
		margin-right: 6rem !important
	}

	.me-md-65 {
		margin-right: 6.5rem !important
	}

	.me-md-70 {
		margin-right: 7rem !important
	}

	.me-md-75 {
		margin-right: 7.5rem !important
	}

	.me-md-80 {
		margin-right: 8rem !important
	}

	.me-md-85 {
		margin-right: 8.5rem !important
	}

	.me-md-90 {
		margin-right: 9rem !important
	}

	.me-md-95 {
		margin-right: 9.5rem !important
	}

	.me-md-100 {
		margin-right: 10rem !important
	}

	.me-md-105 {
		margin-right: 10.5rem !important
	}

	.me-md-110 {
		margin-right: 11rem !important
	}

	.me-md-115 {
		margin-right: 11.5rem !important
	}

	.me-md-120 {
		margin-right: 12rem !important
	}

	.me-md-125 {
		margin-right: 12.5rem !important
	}

	.me-md-130 {
		margin-right: 13rem !important
	}

	.me-md-140 {
		margin-right: 14rem !important
	}

	.me-md-145 {
		margin-right: 14.5rem !important
	}

	.me-md-150 {
		margin-right: 15rem !important
	}

	.me-md-160 {
		margin-right: 16rem !important
	}

	.me-md-170 {
		margin-right: 17rem !important
	}

	.me-md-180 {
		margin-right: 18rem !important
	}

	.me-md-200 {
		margin-right: 20rem !important
	}

	.me-md-220 {
		margin-right: 22rem !important
	}

	.me-md-240 {
		margin-right: 24rem !important
	}

	.me-md-250 {
		margin-right: 25rem !important
	}

	.me-md-350 {
		margin-right: 35rem !important
	}

	.me-md-370 {
		margin-right: 37rem !important
	}

	.me-md-410 {
		margin-right: 41rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .1rem !important
	}

	.mb-md-2 {
		margin-bottom: .2rem !important
	}

	.mb-md-3 {
		margin-bottom: .3rem !important
	}

	.mb-md-4 {
		margin-bottom: .4rem !important
	}

	.mb-md-5 {
		margin-bottom: .5rem !important
	}

	.mb-md-6 {
		margin-bottom: .6rem !important
	}

	.mb-md-7 {
		margin-bottom: .7rem !important
	}

	.mb-md-8 {
		margin-bottom: .8rem !important
	}

	.mb-md-9 {
		margin-bottom: .9rem !important
	}

	.mb-md-10 {
		margin-bottom: 1rem !important
	}

	.mb-md-12 {
		margin-bottom: 1.2rem !important
	}

	.mb-md-13 {
		margin-bottom: 1.3rem !important
	}

	.mb-md-15 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-17 {
		margin-bottom: 1.7rem !important
	}

	.mb-md-18 {
		margin-bottom: 1.8rem !important
	}

	.mb-md-20 {
		margin-bottom: 2rem !important
	}

	.mb-md-22 {
		margin-bottom: 2.2rem !important
	}

	.mb-md-23 {
		margin-bottom: 2.3rem !important
	}

	.mb-md-25 {
		margin-bottom: 2.5rem !important
	}

	.mb-md-26 {
		margin-bottom: 2.6rem !important
	}

	.mb-md-27 {
		margin-bottom: 2.7rem !important
	}

	.mb-md-30 {
		margin-bottom: 3rem !important
	}

	.mb-md-32 {
		margin-bottom: 3.2rem !important
	}

	.mb-md-35 {
		margin-bottom: 3.5rem !important
	}

	.mb-md-37 {
		margin-bottom: 3.7rem !important
	}

	.mb-md-40 {
		margin-bottom: 4rem !important
	}

	.mb-md-45 {
		margin-bottom: 4.5rem !important
	}

	.mb-md-50 {
		margin-bottom: 5rem !important
	}

	.mb-md-53 {
		margin-bottom: 5.3rem !important
	}

	.mb-md-55 {
		margin-bottom: 5.5rem !important
	}

	.mb-md-58 {
		margin-bottom: 5.8rem !important
	}

	.mb-md-60 {
		margin-bottom: 6rem !important
	}

	.mb-md-65 {
		margin-bottom: 6.5rem !important
	}

	.mb-md-70 {
		margin-bottom: 7rem !important
	}

	.mb-md-75 {
		margin-bottom: 7.5rem !important
	}

	.mb-md-80 {
		margin-bottom: 8rem !important
	}

	.mb-md-85 {
		margin-bottom: 8.5rem !important
	}

	.mb-md-90 {
		margin-bottom: 9rem !important
	}

	.mb-md-95 {
		margin-bottom: 9.5rem !important
	}

	.mb-md-100 {
		margin-bottom: 10rem !important
	}

	.mb-md-105 {
		margin-bottom: 10.5rem !important
	}

	.mb-md-110 {
		margin-bottom: 11rem !important
	}

	.mb-md-115 {
		margin-bottom: 11.5rem !important
	}

	.mb-md-120 {
		margin-bottom: 12rem !important
	}

	.mb-md-125 {
		margin-bottom: 12.5rem !important
	}

	.mb-md-130 {
		margin-bottom: 13rem !important
	}

	.mb-md-140 {
		margin-bottom: 14rem !important
	}

	.mb-md-145 {
		margin-bottom: 14.5rem !important
	}

	.mb-md-150 {
		margin-bottom: 15rem !important
	}

	.mb-md-160 {
		margin-bottom: 16rem !important
	}

	.mb-md-170 {
		margin-bottom: 17rem !important
	}

	.mb-md-180 {
		margin-bottom: 18rem !important
	}

	.mb-md-200 {
		margin-bottom: 20rem !important
	}

	.mb-md-220 {
		margin-bottom: 22rem !important
	}

	.mb-md-240 {
		margin-bottom: 24rem !important
	}

	.mb-md-250 {
		margin-bottom: 25rem !important
	}

	.mb-md-350 {
		margin-bottom: 35rem !important
	}

	.mb-md-370 {
		margin-bottom: 37rem !important
	}

	.mb-md-410 {
		margin-bottom: 41rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .1rem !important
	}

	.ms-md-2 {
		margin-left: .2rem !important
	}

	.ms-md-3 {
		margin-left: .3rem !important
	}

	.ms-md-4 {
		margin-left: .4rem !important
	}

	.ms-md-5 {
		margin-left: .5rem !important
	}

	.ms-md-6 {
		margin-left: .6rem !important
	}

	.ms-md-7 {
		margin-left: .7rem !important
	}

	.ms-md-8 {
		margin-left: .8rem !important
	}

	.ms-md-9 {
		margin-left: .9rem !important
	}

	.ms-md-10 {
		margin-left: 1rem !important
	}

	.ms-md-12 {
		margin-left: 1.2rem !important
	}

	.ms-md-13 {
		margin-left: 1.3rem !important
	}

	.ms-md-15 {
		margin-left: 1.5rem !important
	}

	.ms-md-17 {
		margin-left: 1.7rem !important
	}

	.ms-md-18 {
		margin-left: 1.8rem !important
	}

	.ms-md-20 {
		margin-left: 2rem !important
	}

	.ms-md-22 {
		margin-left: 2.2rem !important
	}

	.ms-md-23 {
		margin-left: 2.3rem !important
	}

	.ms-md-25 {
		margin-left: 2.5rem !important
	}

	.ms-md-26 {
		margin-left: 2.6rem !important
	}

	.ms-md-27 {
		margin-left: 2.7rem !important
	}

	.ms-md-30 {
		margin-left: 3rem !important
	}

	.ms-md-32 {
		margin-left: 3.2rem !important
	}

	.ms-md-35 {
		margin-left: 3.5rem !important
	}

	.ms-md-37 {
		margin-left: 3.7rem !important
	}

	.ms-md-40 {
		margin-left: 4rem !important
	}

	.ms-md-45 {
		margin-left: 4.5rem !important
	}

	.ms-md-50 {
		margin-left: 5rem !important
	}

	.ms-md-53 {
		margin-left: 5.3rem !important
	}

	.ms-md-55 {
		margin-left: 5.5rem !important
	}

	.ms-md-58 {
		margin-left: 5.8rem !important
	}

	.ms-md-60 {
		margin-left: 6rem !important
	}

	.ms-md-65 {
		margin-left: 6.5rem !important
	}

	.ms-md-70 {
		margin-left: 7rem !important
	}

	.ms-md-75 {
		margin-left: 7.5rem !important
	}

	.ms-md-80 {
		margin-left: 8rem !important
	}

	.ms-md-85 {
		margin-left: 8.5rem !important
	}

	.ms-md-90 {
		margin-left: 9rem !important
	}

	.ms-md-95 {
		margin-left: 9.5rem !important
	}

	.ms-md-100 {
		margin-left: 10rem !important
	}

	.ms-md-105 {
		margin-left: 10.5rem !important
	}

	.ms-md-110 {
		margin-left: 11rem !important
	}

	.ms-md-115 {
		margin-left: 11.5rem !important
	}

	.ms-md-120 {
		margin-left: 12rem !important
	}

	.ms-md-125 {
		margin-left: 12.5rem !important
	}

	.ms-md-130 {
		margin-left: 13rem !important
	}

	.ms-md-140 {
		margin-left: 14rem !important
	}

	.ms-md-145 {
		margin-left: 14.5rem !important
	}

	.ms-md-150 {
		margin-left: 15rem !important
	}

	.ms-md-160 {
		margin-left: 16rem !important
	}

	.ms-md-170 {
		margin-left: 17rem !important
	}

	.ms-md-180 {
		margin-left: 18rem !important
	}

	.ms-md-200 {
		margin-left: 20rem !important
	}

	.ms-md-220 {
		margin-left: 22rem !important
	}

	.ms-md-240 {
		margin-left: 24rem !important
	}

	.ms-md-250 {
		margin-left: 25rem !important
	}

	.ms-md-350 {
		margin-left: 35rem !important
	}

	.ms-md-370 {
		margin-left: 37rem !important
	}

	.ms-md-410 {
		margin-left: 41rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .1rem !important
	}

	.p-md-2 {
		padding: .2rem !important
	}

	.p-md-3 {
		padding: .3rem !important
	}

	.p-md-4 {
		padding: .4rem !important
	}

	.p-md-5 {
		padding: .5rem !important
	}

	.p-md-6 {
		padding: .6rem !important
	}

	.p-md-7 {
		padding: .7rem !important
	}

	.p-md-8 {
		padding: .8rem !important
	}

	.p-md-9 {
		padding: .9rem !important
	}

	.p-md-10 {
		padding: 1rem !important
	}

	.p-md-12 {
		padding: 1.2rem !important
	}

	.p-md-13 {
		padding: 1.3rem !important
	}

	.p-md-15 {
		padding: 1.5rem !important
	}

	.p-md-17 {
		padding: 1.7rem !important
	}

	.p-md-18 {
		padding: 1.8rem !important
	}

	.p-md-20 {
		padding: 2rem !important
	}

	.p-md-22 {
		padding: 2.2rem !important
	}

	.p-md-23 {
		padding: 2.3rem !important
	}

	.p-md-25 {
		padding: 2.5rem !important
	}

	.p-md-26 {
		padding: 2.6rem !important
	}

	.p-md-27 {
		padding: 2.7rem !important
	}

	.p-md-30 {
		padding: 3rem !important
	}

	.p-md-32 {
		padding: 3.2rem !important
	}

	.p-md-35 {
		padding: 3.5rem !important
	}

	.p-md-37 {
		padding: 3.7rem !important
	}

	.p-md-40 {
		padding: 4rem !important
	}

	.p-md-45 {
		padding: 4.5rem !important
	}

	.p-md-50 {
		padding: 5rem !important
	}

	.p-md-53 {
		padding: 5.3rem !important
	}

	.p-md-55 {
		padding: 5.5rem !important
	}

	.p-md-58 {
		padding: 5.8rem !important
	}

	.p-md-60 {
		padding: 6rem !important
	}

	.p-md-65 {
		padding: 6.5rem !important
	}

	.p-md-70 {
		padding: 7rem !important
	}

	.p-md-75 {
		padding: 7.5rem !important
	}

	.p-md-80 {
		padding: 8rem !important
	}

	.p-md-85 {
		padding: 8.5rem !important
	}

	.p-md-90 {
		padding: 9rem !important
	}

	.p-md-95 {
		padding: 9.5rem !important
	}

	.p-md-100 {
		padding: 10rem !important
	}

	.p-md-105 {
		padding: 10.5rem !important
	}

	.p-md-110 {
		padding: 11rem !important
	}

	.p-md-115 {
		padding: 11.5rem !important
	}

	.p-md-120 {
		padding: 12rem !important
	}

	.p-md-125 {
		padding: 12.5rem !important
	}

	.p-md-130 {
		padding: 13rem !important
	}

	.p-md-140 {
		padding: 14rem !important
	}

	.p-md-145 {
		padding: 14.5rem !important
	}

	.p-md-150 {
		padding: 15rem !important
	}

	.p-md-160 {
		padding: 16rem !important
	}

	.p-md-170 {
		padding: 17rem !important
	}

	.p-md-180 {
		padding: 18rem !important
	}

	.p-md-200 {
		padding: 20rem !important
	}

	.p-md-220 {
		padding: 22rem !important
	}

	.p-md-240 {
		padding: 24rem !important
	}

	.p-md-250 {
		padding: 25rem !important
	}

	.p-md-350 {
		padding: 35rem !important
	}

	.p-md-370 {
		padding: 37rem !important
	}

	.p-md-410 {
		padding: 41rem !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: .1rem !important;
		padding-left: .1rem !important
	}

	.px-md-2 {
		padding-right: .2rem !important;
		padding-left: .2rem !important
	}

	.px-md-3 {
		padding-right: .3rem !important;
		padding-left: .3rem !important
	}

	.px-md-4 {
		padding-right: .4rem !important;
		padding-left: .4rem !important
	}

	.px-md-5 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-md-6 {
		padding-right: .6rem !important;
		padding-left: .6rem !important
	}

	.px-md-7 {
		padding-right: .7rem !important;
		padding-left: .7rem !important
	}

	.px-md-8 {
		padding-right: .8rem !important;
		padding-left: .8rem !important
	}

	.px-md-9 {
		padding-right: .9rem !important;
		padding-left: .9rem !important
	}

	.px-md-10 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-md-12 {
		padding-right: 1.2rem !important;
		padding-left: 1.2rem !important
	}

	.px-md-13 {
		padding-right: 1.3rem !important;
		padding-left: 1.3rem !important
	}

	.px-md-15 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-md-17 {
		padding-right: 1.7rem !important;
		padding-left: 1.7rem !important
	}

	.px-md-18 {
		padding-right: 1.8rem !important;
		padding-left: 1.8rem !important
	}

	.px-md-20 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.px-md-22 {
		padding-right: 2.2rem !important;
		padding-left: 2.2rem !important
	}

	.px-md-23 {
		padding-right: 2.3rem !important;
		padding-left: 2.3rem !important
	}

	.px-md-25 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-md-26 {
		padding-right: 2.6rem !important;
		padding-left: 2.6rem !important
	}

	.px-md-27 {
		padding-right: 2.7rem !important;
		padding-left: 2.7rem !important
	}

	.px-md-30 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.px-md-32 {
		padding-right: 3.2rem !important;
		padding-left: 3.2rem !important
	}

	.px-md-35 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.px-md-37 {
		padding-right: 3.7rem !important;
		padding-left: 3.7rem !important
	}

	.px-md-40 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.px-md-45 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.px-md-50 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.px-md-53 {
		padding-right: 5.3rem !important;
		padding-left: 5.3rem !important
	}

	.px-md-55 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.px-md-58 {
		padding-right: 5.8rem !important;
		padding-left: 5.8rem !important
	}

	.px-md-60 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.px-md-65 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.px-md-70 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.px-md-75 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.px-md-80 {
		padding-right: 8rem !important;
		padding-left: 8rem !important
	}

	.px-md-85 {
		padding-right: 8.5rem !important;
		padding-left: 8.5rem !important
	}

	.px-md-90 {
		padding-right: 9rem !important;
		padding-left: 9rem !important
	}

	.px-md-95 {
		padding-right: 9.5rem !important;
		padding-left: 9.5rem !important
	}

	.px-md-100 {
		padding-right: 10rem !important;
		padding-left: 10rem !important
	}

	.px-md-105 {
		padding-right: 10.5rem !important;
		padding-left: 10.5rem !important
	}

	.px-md-110 {
		padding-right: 11rem !important;
		padding-left: 11rem !important
	}

	.px-md-115 {
		padding-right: 11.5rem !important;
		padding-left: 11.5rem !important
	}

	.px-md-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important
	}

	.px-md-125 {
		padding-right: 12.5rem !important;
		padding-left: 12.5rem !important
	}

	.px-md-130 {
		padding-right: 13rem !important;
		padding-left: 13rem !important
	}

	.px-md-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important
	}

	.px-md-145 {
		padding-right: 14.5rem !important;
		padding-left: 14.5rem !important
	}

	.px-md-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important
	}

	.px-md-160 {
		padding-right: 16rem !important;
		padding-left: 16rem !important
	}

	.px-md-170 {
		padding-right: 17rem !important;
		padding-left: 17rem !important
	}

	.px-md-180 {
		padding-right: 18rem !important;
		padding-left: 18rem !important
	}

	.px-md-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important
	}

	.px-md-220 {
		padding-right: 22rem !important;
		padding-left: 22rem !important
	}

	.px-md-240 {
		padding-right: 24rem !important;
		padding-left: 24rem !important
	}

	.px-md-250 {
		padding-right: 25rem !important;
		padding-left: 25rem !important
	}

	.px-md-350 {
		padding-right: 35rem !important;
		padding-left: 35rem !important
	}

	.px-md-370 {
		padding-right: 37rem !important;
		padding-left: 37rem !important
	}

	.px-md-410 {
		padding-right: 41rem !important;
		padding-left: 41rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: .1rem !important;
		padding-bottom: .1rem !important
	}

	.py-md-2 {
		padding-top: .2rem !important;
		padding-bottom: .2rem !important
	}

	.py-md-3 {
		padding-top: .3rem !important;
		padding-bottom: .3rem !important
	}

	.py-md-4 {
		padding-top: .4rem !important;
		padding-bottom: .4rem !important
	}

	.py-md-5 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-md-6 {
		padding-top: .6rem !important;
		padding-bottom: .6rem !important
	}

	.py-md-7 {
		padding-top: .7rem !important;
		padding-bottom: .7rem !important
	}

	.py-md-8 {
		padding-top: .8rem !important;
		padding-bottom: .8rem !important
	}

	.py-md-9 {
		padding-top: .9rem !important;
		padding-bottom: .9rem !important
	}

	.py-md-10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-md-12 {
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important
	}

	.py-md-13 {
		padding-top: 1.3rem !important;
		padding-bottom: 1.3rem !important
	}

	.py-md-15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-md-17 {
		padding-top: 1.7rem !important;
		padding-bottom: 1.7rem !important
	}

	.py-md-18 {
		padding-top: 1.8rem !important;
		padding-bottom: 1.8rem !important
	}

	.py-md-20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.py-md-22 {
		padding-top: 2.2rem !important;
		padding-bottom: 2.2rem !important
	}

	.py-md-23 {
		padding-top: 2.3rem !important;
		padding-bottom: 2.3rem !important
	}

	.py-md-25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-md-26 {
		padding-top: 2.6rem !important;
		padding-bottom: 2.6rem !important
	}

	.py-md-27 {
		padding-top: 2.7rem !important;
		padding-bottom: 2.7rem !important
	}

	.py-md-30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.py-md-32 {
		padding-top: 3.2rem !important;
		padding-bottom: 3.2rem !important
	}

	.py-md-35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-md-37 {
		padding-top: 3.7rem !important;
		padding-bottom: 3.7rem !important
	}

	.py-md-40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.py-md-45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.py-md-50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.py-md-53 {
		padding-top: 5.3rem !important;
		padding-bottom: 5.3rem !important
	}

	.py-md-55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.py-md-58 {
		padding-top: 5.8rem !important;
		padding-bottom: 5.8rem !important
	}

	.py-md-60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.py-md-65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.py-md-70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.py-md-75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.py-md-80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.py-md-85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important
	}

	.py-md-90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.py-md-95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important
	}

	.py-md-100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.py-md-105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important
	}

	.py-md-110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.py-md-115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important
	}

	.py-md-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.py-md-125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important
	}

	.py-md-130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.py-md-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.py-md-145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important
	}

	.py-md-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.py-md-160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.py-md-170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.py-md-180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.py-md-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.py-md-220 {
		padding-top: 22rem !important;
		padding-bottom: 22rem !important
	}

	.py-md-240 {
		padding-top: 24rem !important;
		padding-bottom: 24rem !important
	}

	.py-md-250 {
		padding-top: 25rem !important;
		padding-bottom: 25rem !important
	}

	.py-md-350 {
		padding-top: 35rem !important;
		padding-bottom: 35rem !important
	}

	.py-md-370 {
		padding-top: 37rem !important;
		padding-bottom: 37rem !important
	}

	.py-md-410 {
		padding-top: 41rem !important;
		padding-bottom: 41rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .1rem !important
	}

	.pt-md-2 {
		padding-top: .2rem !important
	}

	.pt-md-3 {
		padding-top: .3rem !important
	}

	.pt-md-4 {
		padding-top: .4rem !important
	}

	.pt-md-5 {
		padding-top: .5rem !important
	}

	.pt-md-6 {
		padding-top: .6rem !important
	}

	.pt-md-7 {
		padding-top: .7rem !important
	}

	.pt-md-8 {
		padding-top: .8rem !important
	}

	.pt-md-9 {
		padding-top: .9rem !important
	}

	.pt-md-10 {
		padding-top: 1rem !important
	}

	.pt-md-12 {
		padding-top: 1.2rem !important
	}

	.pt-md-13 {
		padding-top: 1.3rem !important
	}

	.pt-md-15 {
		padding-top: 1.5rem !important
	}

	.pt-md-17 {
		padding-top: 1.7rem !important
	}

	.pt-md-18 {
		padding-top: 1.8rem !important
	}

	.pt-md-20 {
		padding-top: 2rem !important
	}

	.pt-md-22 {
		padding-top: 2.2rem !important
	}

	.pt-md-23 {
		padding-top: 2.3rem !important
	}

	.pt-md-25 {
		padding-top: 2.5rem !important
	}

	.pt-md-26 {
		padding-top: 2.6rem !important
	}

	.pt-md-27 {
		padding-top: 2.7rem !important
	}

	.pt-md-30 {
		padding-top: 3rem !important
	}

	.pt-md-32 {
		padding-top: 3.2rem !important
	}

	.pt-md-35 {
		padding-top: 3.5rem !important
	}

	.pt-md-37 {
		padding-top: 3.7rem !important
	}

	.pt-md-40 {
		padding-top: 4rem !important
	}

	.pt-md-45 {
		padding-top: 4.5rem !important
	}

	.pt-md-50 {
		padding-top: 5rem !important
	}

	.pt-md-53 {
		padding-top: 5.3rem !important
	}

	.pt-md-55 {
		padding-top: 5.5rem !important
	}

	.pt-md-58 {
		padding-top: 5.8rem !important
	}

	.pt-md-60 {
		padding-top: 6rem !important
	}

	.pt-md-65 {
		padding-top: 6.5rem !important
	}

	.pt-md-70 {
		padding-top: 7rem !important
	}

	.pt-md-75 {
		padding-top: 7.5rem !important
	}

	.pt-md-80 {
		padding-top: 8rem !important
	}

	.pt-md-85 {
		padding-top: 8.5rem !important
	}

	.pt-md-90 {
		padding-top: 9rem !important
	}

	.pt-md-95 {
		padding-top: 9.5rem !important
	}

	.pt-md-100 {
		padding-top: 10rem !important
	}

	.pt-md-105 {
		padding-top: 10.5rem !important
	}

	.pt-md-110 {
		padding-top: 11rem !important
	}

	.pt-md-115 {
		padding-top: 11.5rem !important
	}

	.pt-md-120 {
		padding-top: 12rem !important
	}

	.pt-md-125 {
		padding-top: 12.5rem !important
	}

	.pt-md-130 {
		padding-top: 13rem !important
	}

	.pt-md-140 {
		padding-top: 14rem !important
	}

	.pt-md-145 {
		padding-top: 14.5rem !important
	}

	.pt-md-150 {
		padding-top: 15rem !important
	}

	.pt-md-160 {
		padding-top: 16rem !important
	}

	.pt-md-170 {
		padding-top: 17rem !important
	}

	.pt-md-180 {
		padding-top: 18rem !important
	}

	.pt-md-200 {
		padding-top: 20rem !important
	}

	.pt-md-220 {
		padding-top: 22rem !important
	}

	.pt-md-240 {
		padding-top: 24rem !important
	}

	.pt-md-250 {
		padding-top: 25rem !important
	}

	.pt-md-350 {
		padding-top: 35rem !important
	}

	.pt-md-370 {
		padding-top: 37rem !important
	}

	.pt-md-410 {
		padding-top: 41rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .1rem !important
	}

	.pe-md-2 {
		padding-right: .2rem !important
	}

	.pe-md-3 {
		padding-right: .3rem !important
	}

	.pe-md-4 {
		padding-right: .4rem !important
	}

	.pe-md-5 {
		padding-right: .5rem !important
	}

	.pe-md-6 {
		padding-right: .6rem !important
	}

	.pe-md-7 {
		padding-right: .7rem !important
	}

	.pe-md-8 {
		padding-right: .8rem !important
	}

	.pe-md-9 {
		padding-right: .9rem !important
	}

	.pe-md-10 {
		padding-right: 1rem !important
	}

	.pe-md-12 {
		padding-right: 1.2rem !important
	}

	.pe-md-13 {
		padding-right: 1.3rem !important
	}

	.pe-md-15 {
		padding-right: 1.5rem !important
	}

	.pe-md-17 {
		padding-right: 1.7rem !important
	}

	.pe-md-18 {
		padding-right: 1.8rem !important
	}

	.pe-md-20 {
		padding-right: 2rem !important
	}

	.pe-md-22 {
		padding-right: 2.2rem !important
	}

	.pe-md-23 {
		padding-right: 2.3rem !important
	}

	.pe-md-25 {
		padding-right: 2.5rem !important
	}

	.pe-md-26 {
		padding-right: 2.6rem !important
	}

	.pe-md-27 {
		padding-right: 2.7rem !important
	}

	.pe-md-30 {
		padding-right: 3rem !important
	}

	.pe-md-32 {
		padding-right: 3.2rem !important
	}

	.pe-md-35 {
		padding-right: 3.5rem !important
	}

	.pe-md-37 {
		padding-right: 3.7rem !important
	}

	.pe-md-40 {
		padding-right: 4rem !important
	}

	.pe-md-45 {
		padding-right: 4.5rem !important
	}

	.pe-md-50 {
		padding-right: 5rem !important
	}

	.pe-md-53 {
		padding-right: 5.3rem !important
	}

	.pe-md-55 {
		padding-right: 5.5rem !important
	}

	.pe-md-58 {
		padding-right: 5.8rem !important
	}

	.pe-md-60 {
		padding-right: 6rem !important
	}

	.pe-md-65 {
		padding-right: 6.5rem !important
	}

	.pe-md-70 {
		padding-right: 7rem !important
	}

	.pe-md-75 {
		padding-right: 7.5rem !important
	}

	.pe-md-80 {
		padding-right: 8rem !important
	}

	.pe-md-85 {
		padding-right: 8.5rem !important
	}

	.pe-md-90 {
		padding-right: 9rem !important
	}

	.pe-md-95 {
		padding-right: 9.5rem !important
	}

	.pe-md-100 {
		padding-right: 10rem !important
	}

	.pe-md-105 {
		padding-right: 10.5rem !important
	}

	.pe-md-110 {
		padding-right: 11rem !important
	}

	.pe-md-115 {
		padding-right: 11.5rem !important
	}

	.pe-md-120 {
		padding-right: 12rem !important
	}

	.pe-md-125 {
		padding-right: 12.5rem !important
	}

	.pe-md-130 {
		padding-right: 13rem !important
	}

	.pe-md-140 {
		padding-right: 14rem !important
	}

	.pe-md-145 {
		padding-right: 14.5rem !important
	}

	.pe-md-150 {
		padding-right: 15rem !important
	}

	.pe-md-160 {
		padding-right: 16rem !important
	}

	.pe-md-170 {
		padding-right: 17rem !important
	}

	.pe-md-180 {
		padding-right: 18rem !important
	}

	.pe-md-200 {
		padding-right: 20rem !important
	}

	.pe-md-220 {
		padding-right: 22rem !important
	}

	.pe-md-240 {
		padding-right: 24rem !important
	}

	.pe-md-250 {
		padding-right: 25rem !important
	}

	.pe-md-350 {
		padding-right: 35rem !important
	}

	.pe-md-370 {
		padding-right: 37rem !important
	}

	.pe-md-410 {
		padding-right: 41rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .1rem !important
	}

	.pb-md-2 {
		padding-bottom: .2rem !important
	}

	.pb-md-3 {
		padding-bottom: .3rem !important
	}

	.pb-md-4 {
		padding-bottom: .4rem !important
	}

	.pb-md-5 {
		padding-bottom: .5rem !important
	}

	.pb-md-6 {
		padding-bottom: .6rem !important
	}

	.pb-md-7 {
		padding-bottom: .7rem !important
	}

	.pb-md-8 {
		padding-bottom: .8rem !important
	}

	.pb-md-9 {
		padding-bottom: .9rem !important
	}

	.pb-md-10 {
		padding-bottom: 1rem !important
	}

	.pb-md-12 {
		padding-bottom: 1.2rem !important
	}

	.pb-md-13 {
		padding-bottom: 1.3rem !important
	}

	.pb-md-15 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-17 {
		padding-bottom: 1.7rem !important
	}

	.pb-md-18 {
		padding-bottom: 1.8rem !important
	}

	.pb-md-20 {
		padding-bottom: 2rem !important
	}

	.pb-md-22 {
		padding-bottom: 2.2rem !important
	}

	.pb-md-23 {
		padding-bottom: 2.3rem !important
	}

	.pb-md-25 {
		padding-bottom: 2.5rem !important
	}

	.pb-md-26 {
		padding-bottom: 2.6rem !important
	}

	.pb-md-27 {
		padding-bottom: 2.7rem !important
	}

	.pb-md-30 {
		padding-bottom: 3rem !important
	}

	.pb-md-32 {
		padding-bottom: 3.2rem !important
	}

	.pb-md-35 {
		padding-bottom: 3.5rem !important
	}

	.pb-md-37 {
		padding-bottom: 3.7rem !important
	}

	.pb-md-40 {
		padding-bottom: 4rem !important
	}

	.pb-md-45 {
		padding-bottom: 4.5rem !important
	}

	.pb-md-50 {
		padding-bottom: 5rem !important
	}

	.pb-md-53 {
		padding-bottom: 5.3rem !important
	}

	.pb-md-55 {
		padding-bottom: 5.5rem !important
	}

	.pb-md-58 {
		padding-bottom: 5.8rem !important
	}

	.pb-md-60 {
		padding-bottom: 6rem !important
	}

	.pb-md-65 {
		padding-bottom: 6.5rem !important
	}

	.pb-md-70 {
		padding-bottom: 7rem !important
	}

	.pb-md-75 {
		padding-bottom: 7.5rem !important
	}

	.pb-md-80 {
		padding-bottom: 8rem !important
	}

	.pb-md-85 {
		padding-bottom: 8.5rem !important
	}

	.pb-md-90 {
		padding-bottom: 9rem !important
	}

	.pb-md-95 {
		padding-bottom: 9.5rem !important
	}

	.pb-md-100 {
		padding-bottom: 10rem !important
	}

	.pb-md-105 {
		padding-bottom: 10.5rem !important
	}

	.pb-md-110 {
		padding-bottom: 11rem !important
	}

	.pb-md-115 {
		padding-bottom: 11.5rem !important
	}

	.pb-md-120 {
		padding-bottom: 12rem !important
	}

	.pb-md-125 {
		padding-bottom: 12.5rem !important
	}

	.pb-md-130 {
		padding-bottom: 13rem !important
	}

	.pb-md-140 {
		padding-bottom: 14rem !important
	}

	.pb-md-145 {
		padding-bottom: 14.5rem !important
	}

	.pb-md-150 {
		padding-bottom: 15rem !important
	}

	.pb-md-160 {
		padding-bottom: 16rem !important
	}

	.pb-md-170 {
		padding-bottom: 17rem !important
	}

	.pb-md-180 {
		padding-bottom: 18rem !important
	}

	.pb-md-200 {
		padding-bottom: 20rem !important
	}

	.pb-md-220 {
		padding-bottom: 22rem !important
	}

	.pb-md-240 {
		padding-bottom: 24rem !important
	}

	.pb-md-250 {
		padding-bottom: 25rem !important
	}

	.pb-md-350 {
		padding-bottom: 35rem !important
	}

	.pb-md-370 {
		padding-bottom: 37rem !important
	}

	.pb-md-410 {
		padding-bottom: 41rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .1rem !important
	}

	.ps-md-2 {
		padding-left: .2rem !important
	}

	.ps-md-3 {
		padding-left: .3rem !important
	}

	.ps-md-4 {
		padding-left: .4rem !important
	}

	.ps-md-5 {
		padding-left: .5rem !important
	}

	.ps-md-6 {
		padding-left: .6rem !important
	}

	.ps-md-7 {
		padding-left: .7rem !important
	}

	.ps-md-8 {
		padding-left: .8rem !important
	}

	.ps-md-9 {
		padding-left: .9rem !important
	}

	.ps-md-10 {
		padding-left: 1rem !important
	}

	.ps-md-12 {
		padding-left: 1.2rem !important
	}

	.ps-md-13 {
		padding-left: 1.3rem !important
	}

	.ps-md-15 {
		padding-left: 1.5rem !important
	}

	.ps-md-17 {
		padding-left: 1.7rem !important
	}

	.ps-md-18 {
		padding-left: 1.8rem !important
	}

	.ps-md-20 {
		padding-left: 2rem !important
	}

	.ps-md-22 {
		padding-left: 2.2rem !important
	}

	.ps-md-23 {
		padding-left: 2.3rem !important
	}

	.ps-md-25 {
		padding-left: 2.5rem !important
	}

	.ps-md-26 {
		padding-left: 2.6rem !important
	}

	.ps-md-27 {
		padding-left: 2.7rem !important
	}

	.ps-md-30 {
		padding-left: 3rem !important
	}

	.ps-md-32 {
		padding-left: 3.2rem !important
	}

	.ps-md-35 {
		padding-left: 3.5rem !important
	}

	.ps-md-37 {
		padding-left: 3.7rem !important
	}

	.ps-md-40 {
		padding-left: 4rem !important
	}

	.ps-md-45 {
		padding-left: 4.5rem !important
	}

	.ps-md-50 {
		padding-left: 5rem !important
	}

	.ps-md-53 {
		padding-left: 5.3rem !important
	}

	.ps-md-55 {
		padding-left: 5.5rem !important
	}

	.ps-md-58 {
		padding-left: 5.8rem !important
	}

	.ps-md-60 {
		padding-left: 6rem !important
	}

	.ps-md-65 {
		padding-left: 6.5rem !important
	}

	.ps-md-70 {
		padding-left: 7rem !important
	}

	.ps-md-75 {
		padding-left: 7.5rem !important
	}

	.ps-md-80 {
		padding-left: 8rem !important
	}

	.ps-md-85 {
		padding-left: 8.5rem !important
	}

	.ps-md-90 {
		padding-left: 9rem !important
	}

	.ps-md-95 {
		padding-left: 9.5rem !important
	}

	.ps-md-100 {
		padding-left: 10rem !important
	}

	.ps-md-105 {
		padding-left: 10.5rem !important
	}

	.ps-md-110 {
		padding-left: 11rem !important
	}

	.ps-md-115 {
		padding-left: 11.5rem !important
	}

	.ps-md-120 {
		padding-left: 12rem !important
	}

	.ps-md-125 {
		padding-left: 12.5rem !important
	}

	.ps-md-130 {
		padding-left: 13rem !important
	}

	.ps-md-140 {
		padding-left: 14rem !important
	}

	.ps-md-145 {
		padding-left: 14.5rem !important
	}

	.ps-md-150 {
		padding-left: 15rem !important
	}

	.ps-md-160 {
		padding-left: 16rem !important
	}

	.ps-md-170 {
		padding-left: 17rem !important
	}

	.ps-md-180 {
		padding-left: 18rem !important
	}

	.ps-md-200 {
		padding-left: 20rem !important
	}

	.ps-md-220 {
		padding-left: 22rem !important
	}

	.ps-md-240 {
		padding-left: 24rem !important
	}

	.ps-md-250 {
		padding-left: 25rem !important
	}

	.ps-md-350 {
		padding-left: 35rem !important
	}

	.ps-md-370 {
		padding-left: 37rem !important
	}

	.ps-md-410 {
		padding-left: 41rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}

	.col-md {
		flex: 1 0 0%
	}

	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}

	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .1rem
	}

	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .1rem
	}

	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .2rem
	}

	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .2rem
	}

	.g-md-3, .gx-md-3 {
		--bs-gutter-x: .3rem
	}

	.g-md-3, .gy-md-3 {
		--bs-gutter-y: .3rem
	}

	.g-md-4, .gx-md-4 {
		--bs-gutter-x: .4rem
	}

	.g-md-4, .gy-md-4 {
		--bs-gutter-y: .4rem
	}

	.g-md-5, .gx-md-5 {
		--bs-gutter-x: .5rem
	}

	.g-md-5, .gy-md-5 {
		--bs-gutter-y: .5rem
	}

	.g-md-6, .gx-md-6 {
		--bs-gutter-x: .6rem
	}

	.g-md-6, .gy-md-6 {
		--bs-gutter-y: .6rem
	}

	.g-md-7, .gx-md-7 {
		--bs-gutter-x: .7rem
	}

	.g-md-7, .gy-md-7 {
		--bs-gutter-y: .7rem
	}

	.g-md-8, .gx-md-8 {
		--bs-gutter-x: .8rem
	}

	.g-md-8, .gy-md-8 {
		--bs-gutter-y: .8rem
	}

	.g-md-9, .gx-md-9 {
		--bs-gutter-x: .9rem
	}

	.g-md-9, .gy-md-9 {
		--bs-gutter-y: .9rem
	}

	.g-md-10, .gx-md-10 {
		--bs-gutter-x: 1rem
	}

	.g-md-10, .gy-md-10 {
		--bs-gutter-y: 1rem
	}

	.g-md-12, .gx-md-12 {
		--bs-gutter-x: 1.2rem
	}

	.g-md-12, .gy-md-12 {
		--bs-gutter-y: 1.2rem
	}

	.g-md-13, .gx-md-13 {
		--bs-gutter-x: 1.3rem
	}

	.g-md-13, .gy-md-13 {
		--bs-gutter-y: 1.3rem
	}

	.g-md-15, .gx-md-15 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-15, .gy-md-15 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-17, .gx-md-17 {
		--bs-gutter-x: 1.7rem
	}

	.g-md-17, .gy-md-17 {
		--bs-gutter-y: 1.7rem
	}

	.g-md-18, .gx-md-18 {
		--bs-gutter-x: 1.8rem
	}

	.g-md-18, .gy-md-18 {
		--bs-gutter-y: 1.8rem
	}

	.g-md-20, .gx-md-20 {
		--bs-gutter-x: 2rem
	}

	.g-md-20, .gy-md-20 {
		--bs-gutter-y: 2rem
	}

	.g-md-22, .gx-md-22 {
		--bs-gutter-x: 2.2rem
	}

	.g-md-22, .gy-md-22 {
		--bs-gutter-y: 2.2rem
	}

	.g-md-23, .gx-md-23 {
		--bs-gutter-x: 2.3rem
	}

	.g-md-23, .gy-md-23 {
		--bs-gutter-y: 2.3rem
	}

	.g-md-25, .gx-md-25 {
		--bs-gutter-x: 2.5rem
	}

	.g-md-25, .gy-md-25 {
		--bs-gutter-y: 2.5rem
	}

	.g-md-26, .gx-md-26 {
		--bs-gutter-x: 2.6rem
	}

	.g-md-26, .gy-md-26 {
		--bs-gutter-y: 2.6rem
	}

	.g-md-27, .gx-md-27 {
		--bs-gutter-x: 2.7rem
	}

	.g-md-27, .gy-md-27 {
		--bs-gutter-y: 2.7rem
	}

	.g-md-30, .gx-md-30 {
		--bs-gutter-x: 3rem
	}

	.g-md-30, .gy-md-30 {
		--bs-gutter-y: 3rem
	}

	.g-md-32, .gx-md-32 {
		--bs-gutter-x: 3.2rem
	}

	.g-md-32, .gy-md-32 {
		--bs-gutter-y: 3.2rem
	}

	.g-md-35, .gx-md-35 {
		--bs-gutter-x: 3.5rem
	}

	.g-md-35, .gy-md-35 {
		--bs-gutter-y: 3.5rem
	}

	.g-md-37, .gx-md-37 {
		--bs-gutter-x: 3.7rem
	}

	.g-md-37, .gy-md-37 {
		--bs-gutter-y: 3.7rem
	}

	.g-md-40, .gx-md-40 {
		--bs-gutter-x: 4rem
	}

	.g-md-40, .gy-md-40 {
		--bs-gutter-y: 4rem
	}

	.g-md-45, .gx-md-45 {
		--bs-gutter-x: 4.5rem
	}

	.g-md-45, .gy-md-45 {
		--bs-gutter-y: 4.5rem
	}

	.g-md-50, .gx-md-50 {
		--bs-gutter-x: 5rem
	}

	.g-md-50, .gy-md-50 {
		--bs-gutter-y: 5rem
	}

	.g-md-53, .gx-md-53 {
		--bs-gutter-x: 5.3rem
	}

	.g-md-53, .gy-md-53 {
		--bs-gutter-y: 5.3rem
	}

	.g-md-55, .gx-md-55 {
		--bs-gutter-x: 5.5rem
	}

	.g-md-55, .gy-md-55 {
		--bs-gutter-y: 5.5rem
	}

	.g-md-58, .gx-md-58 {
		--bs-gutter-x: 5.8rem
	}

	.g-md-58, .gy-md-58 {
		--bs-gutter-y: 5.8rem
	}

	.g-md-60, .gx-md-60 {
		--bs-gutter-x: 6rem
	}

	.g-md-60, .gy-md-60 {
		--bs-gutter-y: 6rem
	}

	.g-md-65, .gx-md-65 {
		--bs-gutter-x: 6.5rem
	}

	.g-md-65, .gy-md-65 {
		--bs-gutter-y: 6.5rem
	}

	.g-md-70, .gx-md-70 {
		--bs-gutter-x: 7rem
	}

	.g-md-70, .gy-md-70 {
		--bs-gutter-y: 7rem
	}

	.g-md-75, .gx-md-75 {
		--bs-gutter-x: 7.5rem
	}

	.g-md-75, .gy-md-75 {
		--bs-gutter-y: 7.5rem
	}

	.g-md-80, .gx-md-80 {
		--bs-gutter-x: 8rem
	}

	.g-md-80, .gy-md-80 {
		--bs-gutter-y: 8rem
	}

	.g-md-85, .gx-md-85 {
		--bs-gutter-x: 8.5rem
	}

	.g-md-85, .gy-md-85 {
		--bs-gutter-y: 8.5rem
	}

	.g-md-90, .gx-md-90 {
		--bs-gutter-x: 9rem
	}

	.g-md-90, .gy-md-90 {
		--bs-gutter-y: 9rem
	}

	.g-md-95, .gx-md-95 {
		--bs-gutter-x: 9.5rem
	}

	.g-md-95, .gy-md-95 {
		--bs-gutter-y: 9.5rem
	}

	.g-md-100, .gx-md-100 {
		--bs-gutter-x: 10rem
	}

	.g-md-100, .gy-md-100 {
		--bs-gutter-y: 10rem
	}

	.g-md-105, .gx-md-105 {
		--bs-gutter-x: 10.5rem
	}

	.g-md-105, .gy-md-105 {
		--bs-gutter-y: 10.5rem
	}

	.g-md-110, .gx-md-110 {
		--bs-gutter-x: 11rem
	}

	.g-md-110, .gy-md-110 {
		--bs-gutter-y: 11rem
	}

	.g-md-115, .gx-md-115 {
		--bs-gutter-x: 11.5rem
	}

	.g-md-115, .gy-md-115 {
		--bs-gutter-y: 11.5rem
	}

	.g-md-120, .gx-md-120 {
		--bs-gutter-x: 12rem
	}

	.g-md-120, .gy-md-120 {
		--bs-gutter-y: 12rem
	}

	.g-md-125, .gx-md-125 {
		--bs-gutter-x: 12.5rem
	}

	.g-md-125, .gy-md-125 {
		--bs-gutter-y: 12.5rem
	}

	.g-md-130, .gx-md-130 {
		--bs-gutter-x: 13rem
	}

	.g-md-130, .gy-md-130 {
		--bs-gutter-y: 13rem
	}

	.g-md-140, .gx-md-140 {
		--bs-gutter-x: 14rem
	}

	.g-md-140, .gy-md-140 {
		--bs-gutter-y: 14rem
	}

	.g-md-145, .gx-md-145 {
		--bs-gutter-x: 14.5rem
	}

	.g-md-145, .gy-md-145 {
		--bs-gutter-y: 14.5rem
	}

	.g-md-150, .gx-md-150 {
		--bs-gutter-x: 15rem
	}

	.g-md-150, .gy-md-150 {
		--bs-gutter-y: 15rem
	}

	.g-md-160, .gx-md-160 {
		--bs-gutter-x: 16rem
	}

	.g-md-160, .gy-md-160 {
		--bs-gutter-y: 16rem
	}

	.g-md-170, .gx-md-170 {
		--bs-gutter-x: 17rem
	}

	.g-md-170, .gy-md-170 {
		--bs-gutter-y: 17rem
	}

	.g-md-180, .gx-md-180 {
		--bs-gutter-x: 18rem
	}

	.g-md-180, .gy-md-180 {
		--bs-gutter-y: 18rem
	}

	.g-md-200, .gx-md-200 {
		--bs-gutter-x: 20rem
	}

	.g-md-200, .gy-md-200 {
		--bs-gutter-y: 20rem
	}

	.g-md-220, .gx-md-220 {
		--bs-gutter-x: 22rem
	}

	.g-md-220, .gy-md-220 {
		--bs-gutter-y: 22rem
	}

	.g-md-240, .gx-md-240 {
		--bs-gutter-x: 24rem
	}

	.g-md-240, .gy-md-240 {
		--bs-gutter-y: 24rem
	}

	.g-md-250, .gx-md-250 {
		--bs-gutter-x: 25rem
	}

	.g-md-250, .gy-md-250 {
		--bs-gutter-y: 25rem
	}

	.g-md-350, .gx-md-350 {
		--bs-gutter-x: 35rem
	}

	.g-md-350, .gy-md-350 {
		--bs-gutter-y: 35rem
	}

	.g-md-370, .gx-md-370 {
		--bs-gutter-x: 37rem
	}

	.g-md-370, .gy-md-370 {
		--bs-gutter-y: 37rem
	}

	.g-md-410, .gx-md-410 {
		--bs-gutter-x: 41rem
	}

	.g-md-410, .gy-md-410 {
		--bs-gutter-y: 41rem
	}

	.dropdown-menu-md-start {
		--bs-position: start
	}

		.dropdown-menu-md-start[data-bs-popper] {
			right: auto;
			left: 0
		}

	.dropdown-menu-md-end {
		--bs-position: end
	}

		.dropdown-menu-md-end[data-bs-popper] {
			right: 0;
			left: auto
		}

	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

		.navbar-expand-md .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-md .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-md .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-md .navbar-nav-scroll {
			overflow: visible
		}

		.navbar-expand-md .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas-header {
			display: none
		}

		.navbar-expand-md .offcanvas {
			position: inherit;
			bottom: 0;
			z-index: 1000;
			flex-grow: 1;
			visibility: visible !important;
			background-color: transparent;
			border-right: 0;
			border-left: 0;
			transition: none;
			transform: none
		}

		.navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
			height: auto;
			border-top: 0;
			border-bottom: 0
		}

		.navbar-expand-md .offcanvas-body {
			display: flex;
			flex-grow: 0;
			padding: 0;
			overflow-y: visible
		}

	.list-group-horizontal-md {
		flex-direction: row
	}

		.list-group-horizontal-md > .list-group-item:first-child {
			border-bottom-left-radius: .25rem;
			border-top-right-radius: 0
		}

		.list-group-horizontal-md > .list-group-item:last-child {
			border-top-right-radius: .25rem;
			border-bottom-left-radius: 0
		}

		.list-group-horizontal-md > .list-group-item.active {
			margin-top: 0
		}

		.list-group-horizontal-md > .list-group-item + .list-group-item {
			border-top-width: 1px;
			border-left-width: 0
		}

			.list-group-horizontal-md > .list-group-item + .list-group-item.active {
				margin-left: -1px;
				border-left-width: 1px
			}

	.lightbox-demo {
		width: 466px
	}

	#header {
		border-bottom: 1px solid #efefef
	}

		#header, #header .holder {
			padding: 0
		}

			#header .form-holder {
				padding: 0;
				max-width: 100px;
				flex-basis: 100px
			}

				#header .form-holder:after, #header .form-holder:before {
					display: none
				}

			#header .social-networks {
				padding: 0 17px 0 0
			}

			#header .btn {
				font-size: 14px;
				padding: 11px 20px 9px
			}

	.logo {
		max-width: 170px;
		flex-basis: 170px;
		padding: 0 10px
	}

	.nav-opener {
		width: 35px;
		height: 30px;
		display: none
	}

	nav {
		padding: 0;
		border-left: 1px solid #efefef
	}

		nav > .cart {
			display: none
		}

	.nav-drop {
		opacity: 1;
		visibility: visible;
		position: static;
		display: flex;
		flex-wrap: wrap;
		height: auto
	}

		.nav-drop .btn-holder .btn {
			width: auto
		}

	.nav-row {
		justify-content: flex-end;
		align-items: center;
		order: 2;
		width: 100%;
		border-top: 1px solid #efefef
	}

		.nav-row, .nav-row .link-item {
			display: flex;
			flex-wrap: wrap
		}

			.nav-row .link-item a {
				display: inline-block;
				padding: 20px 15px 21px
			}

			.nav-row .link-item li {
				border-left: 1px solid #efefef
			}

				.nav-row .link-item li:nth-child(2) {
					display: block
				}

	.social-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		order: 1;
		width: 100%
	}

		.social-row .btn-holder {
			order: 2
		}

		.social-row .social-networks {
			order: 1
		}

	.navigation {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		padding: 0;
		font-size: 12px
	}

		.navigation a {
			padding: 23px 10px
		}

			.navigation a:hover {
				color: #012b5d;
				background: transparent
			}

		.navigation .inner-slide, .navigation ul {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			opacity: 0;
			visibility: hidden
		}

			.navigation .inner-slide a, .navigation ul a {
				position: relative;
				text-decoration: none;
				display: block;
				border-top: 0
			}

			.navigation .inner-slide li, .navigation ul li {
				padding: 0 !important;
				border-bottom: 1px solid grey
			}

				.navigation .inner-slide li:last-child, .navigation ul li:last-child {
					border-bottom: 0
				}

		.navigation > li {
			border: 0
		}

			.navigation > li:nth-last-child(-n+2) ul {
				left: auto;
				right: 0
			}

			.navigation > li:hover .inner-slide, .navigation > li:hover ul {
				opacity: 1;
				visibility: visible
			}

			.navigation > li:hover > a {
				background: none;
				color: #012b5d
			}

				.navigation > li:hover > a:before {
					opacity: 1;
					visibility: visible
				}

	.header-search-form {
		display: none
	}

	.nav-container {
		font-size: 16px;
		display: flex;
		flex-wrap: wrap;
		padding: 34px 15px
	}

		.nav-container .h3, .nav-container h3 {
			margin: 0 0 29px
		}

		.nav-container .content-hold {
			max-width: 290px;
			padding: 11px 30px 0 0;
			letter-spacing: 0
		}

		.nav-container .card-holder {
			flex: 1
		}

	.h1, h1 {
		font-size: 30px
	}

	.h2, h2 {
		font-size: 28px
	}

	.h3, h3 {
		font-size: 24px
	}

	.medium-text {
		font-size: 16px
	}

	.main-title {
		font-size: 24px;
		padding-bottom: 20px
	}

		.main-title.small-text {
			font-size: 20px
		}

	.main-text {
		margin: 0 0 40px;
		font-size: 26px
	}

	.hide-on-desktop {
		display: none !important
	}

	.about-content {
		font-size: 16px
	}

	.value-section {
		padding: 50px 0
	}

		.council-section, .value-section .text {
			font-size: 16px
		}

			.council-section .main-title, .council-section p {
				margin: 0 0 20px
			}

			.council-section .council-logo {
				display: flex;
				flex-wrap: wrap;
				align-items: center
			}

				.council-section .council-logo li {
					margin: 0;
					width: 50%
				}

	.info-image {
		padding: 0 0 0 40px
	}

		.info-image:before {
			min-height: 400px
		}

	.info-text {
		padding: 0 0 0 46px
	}

		.info-text:before {
			top: -3px
		}

		.info-text.text-secondary {
			padding: 0 0 0 38px
		}

	.tab-section {
		display: flex;
		flex-wrap: wrap
	}

		.tab-section .left-content-holder {
			max-width: 375px;
			margin: 77px 0 0 auto
		}

		.tab-section .main-content {
			margin-bottom: 37px
		}

		.tab-section .tab-body-content .content {
			margin: 0 0 38px
		}

		.tab-section .left-col {
			width: 36%;
			padding: 0 25px
		}

		.tab-section .right-col {
			width: 64%;
			padding: 0 15px
		}

		.tab-section .wrap {
			overflow-x: none
		}

		.tab-section .course-list {
			min-width: none
		}

		.tab-section .tab-content {
			max-width: 790px;
			padding: 60px 0 60px 35px
		}

	.filter-tab .tabset li:first-child {
		margin: 0 21px 0 0;
		width: auto;
		text-align: left
	}

	.pagination .page-item .page-link {
		width: 40px;
		height: 40px
	}

	.block-link:before {
		min-height: 80px
	}

	.page-wrap aside {
		top: 91px;
		right: 0;
		padding: 0 25px
	}

		.page-wrap aside.style-2 {
			top: 180px
		}

	#footer .title a {
		pointer-events: none
	}

		#footer .title a:before {
			display: none
		}

	.back-to-top {
		width: 42px;
		height: 42px
	}

	.back-top span:not([class]) {
		padding-right: 17px
	}

	.foot-logo-holder .holder {
		align-items: center;
		justify-content: space-between
	}

	.foot-logo-holder .foot-logo {
		max-width: 260px;
		flex-basis: 260px;
		order: 0;
		text-align: left;
		padding: 0;
		margin: 0
	}

		.foot-logo-holder .foot-logo:before {
			display: none
		}

	.foot-logo-holder .back-top {
		padding: 0 0 0 15px
	}

	.footer-open-close {
		position: static;
		padding: 0;
		margin: 0
	}

		.footer-open-close:before {
			display: none
		}

	.foot-main-holder {
		padding: 30px 0;
		text-align: left
	}

		.foot-main-holder .holder {
			display: flex;
			flex-wrap: wrap
		}

		.foot-main-holder .title {
			margin: 0 0 20px
		}

		.foot-main-holder address {
			margin: 0 0 25px
		}

		.foot-main-holder .link-list-hold {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px
		}

			.foot-main-holder .link-list-hold .link-list {
				width: 50%;
				padding: 0 10px
			}

		.foot-main-holder .left-col, .foot-main-holder .right-col {
			width: 50%;
			padding: 0
		}

	.copyright {
		padding: 23px 0
	}

	.link [class^=icon-] {
		width: 40px;
		height: 40px;
		margin-left: 15px
	}

	.member-section .container {
		padding: 0 52px
	}

	.member-tab {
		display: flex;
		flex-wrap: wrap;
		padding: 50px 40px 40px;
		margin-top: -59px;
		position: relative
	}

		.member-tab .tabset {
			max-width: 300px;
			flex-basis: 300px
		}

			.member-tab .tabset li {
				margin: 0 0 20px
			}

		.member-tab .tab-content {
			flex: 1;
			padding-left: 30px
		}

		.member-tab .angle-right-icon {
			width: 60px;
			height: 60px;
			display: flex
		}

	.card-contain .img-card.secondary .content {
		min-height: 240px
	}

	.login-form .input-element {
		margin: 0 0 10px
	}

	.login-form .btn {
		padding: 22px 15px 15px
	}

	.login-form input[type=password], .login-form input[type=text] {
		height: 48px
	}

	.fancybox-slide--html .fancybox-close-small {
		width: 50px;
		height: 50px;
		padding: 10px
	}

	.wrap-link.b-bottom {
		padding-bottom: 30px
	}

	.home-slider:after {
		width: 51px
	}

	.home-slider .slide {
		padding: 30px 50px 24px 100px
	}

		.home-slider .slide:before {
			min-height: 450px
		}

	.home-slider .bg-image {
		top: 13.6%
	}

		.home-slider .bg-image:before {
			background-image: linear-gradient(70deg,#012b5d,rgba(1,43,93,0) 100%,rgba(1,43,93,0) 0,rgba(1,43,93,0) 0)
		}

	.home-slider .slide-content {
		max-width: 400px;
		font-size: 16px
	}

	.home-slider .slick-dots button {
		width: 50px;
		height: 50px
	}

	.news:before {
		min-height: 400px
	}

	.news .content {
		padding: 80px
	}

	.img-card .img:before {
		min-height: 248px
	}

	.img-card .text {
		font-size: 16px
	}

	.img-card .card-info {
		padding-top: 35px
	}

	.img-card .content {
		padding: 30px 18px 30px 30px
	}

	.img-card.secondary .content {
		padding: 15px 30px 25px
	}

	.img-card.secondary .card-title {
		margin: 0 0 23px !important
	}

	.img-card.h-230 .img:before {
		min-height: 230px
	}

	.card-x .content {
		flex: 1
	}

	.card-x .img {
		max-width: 234px;
		flex-basis: 234px;
		align-self: stretch
	}

	.card-x.secondary .img {
		max-width: 300px;
		flex-basis: 300px
	}

		.card-x.secondary .img:before {
			min-height: 200px
		}

	.member-card .member-info {
		margin: 0 0 15px
	}

	.member-card .img:before {
		min-height: 350px
	}

	.member-bio .img {
		max-width: 300px
	}

	.member-bio .wrap-title {
		padding: 0 0 17px;
		margin: 0 0 22px
	}

	.member {
		padding: 30px
	}

	.decor-card {
		padding: 30px 0 30px 50px
	}

	.breadcrumb-item {
		font-size: 14px;
		line-height: 1.286
	}

	.breadcurmb-section {
		padding: 40px 0 28px
	}

		.breadcurmb-section .breadcrumb {
			margin: 0 0 60px
		}

		.breadcurmb-section.secondary .h1, .breadcurmb-section.secondary h1 {
			font-size: 30px
		}

		.breadcurmb-section.secondary .breadcrumb, .image-section {
			margin: 0 0 50px
		}

			.image-section:before {
				min-height: 280
			}

	.video-holder {
		margin: 0 0 55px
	}

		.video-holder:before {
			min-height: 400px
		}

		.video-holder .icon-play-button {
			font-size: 85px
		}

	.search-form {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 46px 32px 30px
	}

		.search-form .text {
			margin: 0;
			position: absolute;
			top: 15px;
			left: 42px
		}

		.search-form .wrap-btn {
			margin-left: 10px
		}

		.search-form .input-element {
			margin: 0 0 0 10px
		}

		.search-form input[type=text] {
			padding: 12px 17px
		}

		.search-form button.btn {
			min-width: 180px
		}

	.slick-slider .slick-next, .slick-slider .slick-prev {
		padding: 30px
	}

	.home-slider .slick-next, .home-slider .slick-prev {
		width: 60px;
		height: 60px
	}

	.logo-slider {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 80 80px 0
	}

		.logo-slider .logo-hold {
			padding: 0 20px
		}

			.logo-slider .logo-hold a {
				padding: 0;
				max-width: none
			}

		.logo-slider .slick-next, .logo-slider .slick-prev {
			width: 48px;
			height: 48px
		}

	.logo-holder {
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

		.logo-holder .logo-hold {
			margin: 0 25px 0 0
		}

	.news-section .card-x .img {
		max-width: 165px;
		flex-basis: 165px
	}

	.image-list .img:before {
		min-height: 241px
	}

	.image-list li {
		width: 33.33%
	}

	.news-holder {
		padding: 0 95px
	}

		.news-holder .position-social-media {
			position: absolute;
			left: 20px;
			top: 280px;
			display: flex;
			flex-direction: column;
			align-items: center;
			padding-top: 0
		}

			.news-holder .position-social-media .text {
				padding-right: 0;
				transform: rotate(90deg)
			}

		.news-holder .social-media {
			padding-top: 53px
		}

			.news-holder .social-media li {
				margin: 0 0 10px
			}

			.news-holder .social-media:before {
				display: block
			}

	.auther-content {
		padding: 32px 0 25px
	}

		.auther-content .auther-message {
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start
		}

		.auther-content .message {
			padding: 7px 10px 10px 23px
		}

	.wrap-social-x .social-media a {
		font-size: 15px
	}

	.contact-section {
		margin: 0 0 55px
	}

		.contact-section.secondary .container {
			display: flex;
			flex-wrap: wrap
		}

		.contact-section.secondary .contact-info {
			width: 51.4%;
			padding: 25px 30px
		}

			.contact-section.secondary .contact-info .mail-list .name-txt {
				max-width: none
			}

		.contact-section.secondary .contact-map {
			width: 48.6%
		}

		.contact-section.secondary .contact-list strong {
			max-width: 85px;
			flex-basis: 85px
		}

		.contact-section.secondary .contact-list .detail {
			width: calc(100% - 85px)
		}

	.contact-info {
		padding: 9px 35px 15px
	}

		.contact-info strong {
			font-size: 16px;
			line-height: 1
		}

		.contact-info .contact-list > li {
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start
		}

		.contact-info .contact-list strong {
			max-width: 172px;
			flex-basis: 172px;
			margin: 0
		}

		.contact-info .contact-list .detail {
			width: calc(100% - 172px)
		}

		.contact-info .mail-list li {
			display: flex;
			flex-wrap: wrap;
			padding: 2px 0 18px
		}

		.contact-info .mail-list .name-txt {
			max-width: 284px;
			flex-basis: 284px
		}

		.contact-info .wrap-contact-address {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px
		}

			.contact-info .wrap-contact-address .address {
				padding: 0 10px;
				margin: 0
			}

				.contact-info .wrap-contact-address .address:first-child {
					max-width: 284px;
					flex-basis: 284px
				}

				.contact-info .wrap-contact-address .address:last-child {
					flex: 1
				}

	.register-event {
		padding: 25px;
		text-align: center
	}

		.register-event ul {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			margin: 0 -20px 20px
		}

			.register-event ul li {
				margin: 0;
				padding: 0 20px
			}

				.register-event ul li:before {
					display: block
				}

	.shop-detail .form .input-element {
		margin: 0 0 30px
	}
}

@media (min-width:1024px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .1rem !important
	}

	.gap-lg-2 {
		gap: .2rem !important
	}

	.gap-lg-3 {
		gap: .3rem !important
	}

	.gap-lg-4 {
		gap: .4rem !important
	}

	.gap-lg-5 {
		gap: .5rem !important
	}

	.gap-lg-6 {
		gap: .6rem !important
	}

	.gap-lg-7 {
		gap: .7rem !important
	}

	.gap-lg-8 {
		gap: .8rem !important
	}

	.gap-lg-9 {
		gap: .9rem !important
	}

	.gap-lg-10 {
		gap: 1rem !important
	}

	.gap-lg-12 {
		gap: 1.2rem !important
	}

	.gap-lg-13 {
		gap: 1.3rem !important
	}

	.gap-lg-15 {
		gap: 1.5rem !important
	}

	.gap-lg-17 {
		gap: 1.7rem !important
	}

	.gap-lg-18 {
		gap: 1.8rem !important
	}

	.gap-lg-20 {
		gap: 2rem !important
	}

	.gap-lg-22 {
		gap: 2.2rem !important
	}

	.gap-lg-23 {
		gap: 2.3rem !important
	}

	.gap-lg-25 {
		gap: 2.5rem !important
	}

	.gap-lg-26 {
		gap: 2.6rem !important
	}

	.gap-lg-27 {
		gap: 2.7rem !important
	}

	.gap-lg-30 {
		gap: 3rem !important
	}

	.gap-lg-32 {
		gap: 3.2rem !important
	}

	.gap-lg-35 {
		gap: 3.5rem !important
	}

	.gap-lg-37 {
		gap: 3.7rem !important
	}

	.gap-lg-40 {
		gap: 4rem !important
	}

	.gap-lg-45 {
		gap: 4.5rem !important
	}

	.gap-lg-50 {
		gap: 5rem !important
	}

	.gap-lg-53 {
		gap: 5.3rem !important
	}

	.gap-lg-55 {
		gap: 5.5rem !important
	}

	.gap-lg-58 {
		gap: 5.8rem !important
	}

	.gap-lg-60 {
		gap: 6rem !important
	}

	.gap-lg-65 {
		gap: 6.5rem !important
	}

	.gap-lg-70 {
		gap: 7rem !important
	}

	.gap-lg-75 {
		gap: 7.5rem !important
	}

	.gap-lg-80 {
		gap: 8rem !important
	}

	.gap-lg-85 {
		gap: 8.5rem !important
	}

	.gap-lg-90 {
		gap: 9rem !important
	}

	.gap-lg-95 {
		gap: 9.5rem !important
	}

	.gap-lg-100 {
		gap: 10rem !important
	}

	.gap-lg-105 {
		gap: 10.5rem !important
	}

	.gap-lg-110 {
		gap: 11rem !important
	}

	.gap-lg-115 {
		gap: 11.5rem !important
	}

	.gap-lg-120 {
		gap: 12rem !important
	}

	.gap-lg-125 {
		gap: 12.5rem !important
	}

	.gap-lg-130 {
		gap: 13rem !important
	}

	.gap-lg-140 {
		gap: 14rem !important
	}

	.gap-lg-145 {
		gap: 14.5rem !important
	}

	.gap-lg-150 {
		gap: 15rem !important
	}

	.gap-lg-160 {
		gap: 16rem !important
	}

	.gap-lg-170 {
		gap: 17rem !important
	}

	.gap-lg-180 {
		gap: 18rem !important
	}

	.gap-lg-200 {
		gap: 20rem !important
	}

	.gap-lg-220 {
		gap: 22rem !important
	}

	.gap-lg-240 {
		gap: 24rem !important
	}

	.gap-lg-250 {
		gap: 25rem !important
	}

	.gap-lg-350 {
		gap: 35rem !important
	}

	.gap-lg-370 {
		gap: 37rem !important
	}

	.gap-lg-410 {
		gap: 41rem !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .1rem !important
	}

	.m-lg-2 {
		margin: .2rem !important
	}

	.m-lg-3 {
		margin: .3rem !important
	}

	.m-lg-4 {
		margin: .4rem !important
	}

	.m-lg-5 {
		margin: .5rem !important
	}

	.m-lg-6 {
		margin: .6rem !important
	}

	.m-lg-7 {
		margin: .7rem !important
	}

	.m-lg-8 {
		margin: .8rem !important
	}

	.m-lg-9 {
		margin: .9rem !important
	}

	.m-lg-10 {
		margin: 1rem !important
	}

	.m-lg-12 {
		margin: 1.2rem !important
	}

	.m-lg-13 {
		margin: 1.3rem !important
	}

	.m-lg-15 {
		margin: 1.5rem !important
	}

	.m-lg-17 {
		margin: 1.7rem !important
	}

	.m-lg-18 {
		margin: 1.8rem !important
	}

	.m-lg-20 {
		margin: 2rem !important
	}

	.m-lg-22 {
		margin: 2.2rem !important
	}

	.m-lg-23 {
		margin: 2.3rem !important
	}

	.m-lg-25 {
		margin: 2.5rem !important
	}

	.m-lg-26 {
		margin: 2.6rem !important
	}

	.m-lg-27 {
		margin: 2.7rem !important
	}

	.m-lg-30 {
		margin: 3rem !important
	}

	.m-lg-32 {
		margin: 3.2rem !important
	}

	.m-lg-35 {
		margin: 3.5rem !important
	}

	.m-lg-37 {
		margin: 3.7rem !important
	}

	.m-lg-40 {
		margin: 4rem !important
	}

	.m-lg-45 {
		margin: 4.5rem !important
	}

	.m-lg-50 {
		margin: 5rem !important
	}

	.m-lg-53 {
		margin: 5.3rem !important
	}

	.m-lg-55 {
		margin: 5.5rem !important
	}

	.m-lg-58 {
		margin: 5.8rem !important
	}

	.m-lg-60 {
		margin: 6rem !important
	}

	.m-lg-65 {
		margin: 6.5rem !important
	}

	.m-lg-70 {
		margin: 7rem !important
	}

	.m-lg-75 {
		margin: 7.5rem !important
	}

	.m-lg-80 {
		margin: 8rem !important
	}

	.m-lg-85 {
		margin: 8.5rem !important
	}

	.m-lg-90 {
		margin: 9rem !important
	}

	.m-lg-95 {
		margin: 9.5rem !important
	}

	.m-lg-100 {
		margin: 10rem !important
	}

	.m-lg-105 {
		margin: 10.5rem !important
	}

	.m-lg-110 {
		margin: 11rem !important
	}

	.m-lg-115 {
		margin: 11.5rem !important
	}

	.m-lg-120 {
		margin: 12rem !important
	}

	.m-lg-125 {
		margin: 12.5rem !important
	}

	.m-lg-130 {
		margin: 13rem !important
	}

	.m-lg-140 {
		margin: 14rem !important
	}

	.m-lg-145 {
		margin: 14.5rem !important
	}

	.m-lg-150 {
		margin: 15rem !important
	}

	.m-lg-160 {
		margin: 16rem !important
	}

	.m-lg-170 {
		margin: 17rem !important
	}

	.m-lg-180 {
		margin: 18rem !important
	}

	.m-lg-200 {
		margin: 20rem !important
	}

	.m-lg-220 {
		margin: 22rem !important
	}

	.m-lg-240 {
		margin: 24rem !important
	}

	.m-lg-250 {
		margin: 25rem !important
	}

	.m-lg-350 {
		margin: 35rem !important
	}

	.m-lg-370 {
		margin: 37rem !important
	}

	.m-lg-410 {
		margin: 41rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .1rem !important;
		margin-left: .1rem !important
	}

	.mx-lg-2 {
		margin-right: .2rem !important;
		margin-left: .2rem !important
	}

	.mx-lg-3 {
		margin-right: .3rem !important;
		margin-left: .3rem !important
	}

	.mx-lg-4 {
		margin-right: .4rem !important;
		margin-left: .4rem !important
	}

	.mx-lg-5 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-6 {
		margin-right: .6rem !important;
		margin-left: .6rem !important
	}

	.mx-lg-7 {
		margin-right: .7rem !important;
		margin-left: .7rem !important
	}

	.mx-lg-8 {
		margin-right: .8rem !important;
		margin-left: .8rem !important
	}

	.mx-lg-9 {
		margin-right: .9rem !important;
		margin-left: .9rem !important
	}

	.mx-lg-10 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-12 {
		margin-right: 1.2rem !important;
		margin-left: 1.2rem !important
	}

	.mx-lg-13 {
		margin-right: 1.3rem !important;
		margin-left: 1.3rem !important
	}

	.mx-lg-15 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-17 {
		margin-right: 1.7rem !important;
		margin-left: 1.7rem !important
	}

	.mx-lg-18 {
		margin-right: 1.8rem !important;
		margin-left: 1.8rem !important
	}

	.mx-lg-20 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.mx-lg-22 {
		margin-right: 2.2rem !important;
		margin-left: 2.2rem !important
	}

	.mx-lg-23 {
		margin-right: 2.3rem !important;
		margin-left: 2.3rem !important
	}

	.mx-lg-25 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-lg-26 {
		margin-right: 2.6rem !important;
		margin-left: 2.6rem !important
	}

	.mx-lg-27 {
		margin-right: 2.7rem !important;
		margin-left: 2.7rem !important
	}

	.mx-lg-30 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-32 {
		margin-right: 3.2rem !important;
		margin-left: 3.2rem !important
	}

	.mx-lg-35 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.mx-lg-37 {
		margin-right: 3.7rem !important;
		margin-left: 3.7rem !important
	}

	.mx-lg-40 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.mx-lg-45 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.mx-lg-50 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.mx-lg-53 {
		margin-right: 5.3rem !important;
		margin-left: 5.3rem !important
	}

	.mx-lg-55 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.mx-lg-58 {
		margin-right: 5.8rem !important;
		margin-left: 5.8rem !important
	}

	.mx-lg-60 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.mx-lg-65 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.mx-lg-70 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.mx-lg-75 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.mx-lg-80 {
		margin-right: 8rem !important;
		margin-left: 8rem !important
	}

	.mx-lg-85 {
		margin-right: 8.5rem !important;
		margin-left: 8.5rem !important
	}

	.mx-lg-90 {
		margin-right: 9rem !important;
		margin-left: 9rem !important
	}

	.mx-lg-95 {
		margin-right: 9.5rem !important;
		margin-left: 9.5rem !important
	}

	.mx-lg-100 {
		margin-right: 10rem !important;
		margin-left: 10rem !important
	}

	.mx-lg-105 {
		margin-right: 10.5rem !important;
		margin-left: 10.5rem !important
	}

	.mx-lg-110 {
		margin-right: 11rem !important;
		margin-left: 11rem !important
	}

	.mx-lg-115 {
		margin-right: 11.5rem !important;
		margin-left: 11.5rem !important
	}

	.mx-lg-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important
	}

	.mx-lg-125 {
		margin-right: 12.5rem !important;
		margin-left: 12.5rem !important
	}

	.mx-lg-130 {
		margin-right: 13rem !important;
		margin-left: 13rem !important
	}

	.mx-lg-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important
	}

	.mx-lg-145 {
		margin-right: 14.5rem !important;
		margin-left: 14.5rem !important
	}

	.mx-lg-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important
	}

	.mx-lg-160 {
		margin-right: 16rem !important;
		margin-left: 16rem !important
	}

	.mx-lg-170 {
		margin-right: 17rem !important;
		margin-left: 17rem !important
	}

	.mx-lg-180 {
		margin-right: 18rem !important;
		margin-left: 18rem !important
	}

	.mx-lg-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important
	}

	.mx-lg-220 {
		margin-right: 22rem !important;
		margin-left: 22rem !important
	}

	.mx-lg-240 {
		margin-right: 24rem !important;
		margin-left: 24rem !important
	}

	.mx-lg-250 {
		margin-right: 25rem !important;
		margin-left: 25rem !important
	}

	.mx-lg-350 {
		margin-right: 35rem !important;
		margin-left: 35rem !important
	}

	.mx-lg-370 {
		margin-right: 37rem !important;
		margin-left: 37rem !important
	}

	.mx-lg-410 {
		margin-right: 41rem !important;
		margin-left: 41rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .1rem !important;
		margin-bottom: .1rem !important
	}

	.my-lg-2 {
		margin-top: .2rem !important;
		margin-bottom: .2rem !important
	}

	.my-lg-3 {
		margin-top: .3rem !important;
		margin-bottom: .3rem !important
	}

	.my-lg-4 {
		margin-top: .4rem !important;
		margin-bottom: .4rem !important
	}

	.my-lg-5 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-6 {
		margin-top: .6rem !important;
		margin-bottom: .6rem !important
	}

	.my-lg-7 {
		margin-top: .7rem !important;
		margin-bottom: .7rem !important
	}

	.my-lg-8 {
		margin-top: .8rem !important;
		margin-bottom: .8rem !important
	}

	.my-lg-9 {
		margin-top: .9rem !important;
		margin-bottom: .9rem !important
	}

	.my-lg-10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-12 {
		margin-top: 1.2rem !important;
		margin-bottom: 1.2rem !important
	}

	.my-lg-13 {
		margin-top: 1.3rem !important;
		margin-bottom: 1.3rem !important
	}

	.my-lg-15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-17 {
		margin-top: 1.7rem !important;
		margin-bottom: 1.7rem !important
	}

	.my-lg-18 {
		margin-top: 1.8rem !important;
		margin-bottom: 1.8rem !important
	}

	.my-lg-20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.my-lg-22 {
		margin-top: 2.2rem !important;
		margin-bottom: 2.2rem !important
	}

	.my-lg-23 {
		margin-top: 2.3rem !important;
		margin-bottom: 2.3rem !important
	}

	.my-lg-25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-lg-26 {
		margin-top: 2.6rem !important;
		margin-bottom: 2.6rem !important
	}

	.my-lg-27 {
		margin-top: 2.7rem !important;
		margin-bottom: 2.7rem !important
	}

	.my-lg-30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-32 {
		margin-top: 3.2rem !important;
		margin-bottom: 3.2rem !important
	}

	.my-lg-35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.my-lg-37 {
		margin-top: 3.7rem !important;
		margin-bottom: 3.7rem !important
	}

	.my-lg-40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.my-lg-45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.my-lg-50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.my-lg-53 {
		margin-top: 5.3rem !important;
		margin-bottom: 5.3rem !important
	}

	.my-lg-55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.my-lg-58 {
		margin-top: 5.8rem !important;
		margin-bottom: 5.8rem !important
	}

	.my-lg-60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.my-lg-65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.my-lg-70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.my-lg-75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.my-lg-80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.my-lg-85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important
	}

	.my-lg-90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.my-lg-95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important
	}

	.my-lg-100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.my-lg-105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important
	}

	.my-lg-110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.my-lg-115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important
	}

	.my-lg-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.my-lg-125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important
	}

	.my-lg-130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.my-lg-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.my-lg-145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important
	}

	.my-lg-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.my-lg-160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.my-lg-170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.my-lg-180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.my-lg-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.my-lg-220 {
		margin-top: 22rem !important;
		margin-bottom: 22rem !important
	}

	.my-lg-240 {
		margin-top: 24rem !important;
		margin-bottom: 24rem !important
	}

	.my-lg-250 {
		margin-top: 25rem !important;
		margin-bottom: 25rem !important
	}

	.my-lg-350 {
		margin-top: 35rem !important;
		margin-bottom: 35rem !important
	}

	.my-lg-370 {
		margin-top: 37rem !important;
		margin-bottom: 37rem !important
	}

	.my-lg-410 {
		margin-top: 41rem !important;
		margin-bottom: 41rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .1rem !important
	}

	.mt-lg-2 {
		margin-top: .2rem !important
	}

	.mt-lg-3 {
		margin-top: .3rem !important
	}

	.mt-lg-4 {
		margin-top: .4rem !important
	}

	.mt-lg-5 {
		margin-top: .5rem !important
	}

	.mt-lg-6 {
		margin-top: .6rem !important
	}

	.mt-lg-7 {
		margin-top: .7rem !important
	}

	.mt-lg-8 {
		margin-top: .8rem !important
	}

	.mt-lg-9 {
		margin-top: .9rem !important
	}

	.mt-lg-10 {
		margin-top: 1rem !important
	}

	.mt-lg-12 {
		margin-top: 1.2rem !important
	}

	.mt-lg-13 {
		margin-top: 1.3rem !important
	}

	.mt-lg-15 {
		margin-top: 1.5rem !important
	}

	.mt-lg-17 {
		margin-top: 1.7rem !important
	}

	.mt-lg-18 {
		margin-top: 1.8rem !important
	}

	.mt-lg-20 {
		margin-top: 2rem !important
	}

	.mt-lg-22 {
		margin-top: 2.2rem !important
	}

	.mt-lg-23 {
		margin-top: 2.3rem !important
	}

	.mt-lg-25 {
		margin-top: 2.5rem !important
	}

	.mt-lg-26 {
		margin-top: 2.6rem !important
	}

	.mt-lg-27 {
		margin-top: 2.7rem !important
	}

	.mt-lg-30 {
		margin-top: 3rem !important
	}

	.mt-lg-32 {
		margin-top: 3.2rem !important
	}

	.mt-lg-35 {
		margin-top: 3.5rem !important
	}

	.mt-lg-37 {
		margin-top: 3.7rem !important
	}

	.mt-lg-40 {
		margin-top: 4rem !important
	}

	.mt-lg-45 {
		margin-top: 4.5rem !important
	}

	.mt-lg-50 {
		margin-top: 5rem !important
	}

	.mt-lg-53 {
		margin-top: 5.3rem !important
	}

	.mt-lg-55 {
		margin-top: 5.5rem !important
	}

	.mt-lg-58 {
		margin-top: 5.8rem !important
	}

	.mt-lg-60 {
		margin-top: 6rem !important
	}

	.mt-lg-65 {
		margin-top: 6.5rem !important
	}

	.mt-lg-70 {
		margin-top: 7rem !important
	}

	.mt-lg-75 {
		margin-top: 7.5rem !important
	}

	.mt-lg-80 {
		margin-top: 8rem !important
	}

	.mt-lg-85 {
		margin-top: 8.5rem !important
	}

	.mt-lg-90 {
		margin-top: 9rem !important
	}

	.mt-lg-95 {
		margin-top: 9.5rem !important
	}

	.mt-lg-100 {
		margin-top: 10rem !important
	}

	.mt-lg-105 {
		margin-top: 10.5rem !important
	}

	.mt-lg-110 {
		margin-top: 11rem !important
	}

	.mt-lg-115 {
		margin-top: 11.5rem !important
	}

	.mt-lg-120 {
		margin-top: 12rem !important
	}

	.mt-lg-125 {
		margin-top: 12.5rem !important
	}

	.mt-lg-130 {
		margin-top: 13rem !important
	}

	.mt-lg-140 {
		margin-top: 14rem !important
	}

	.mt-lg-145 {
		margin-top: 14.5rem !important
	}

	.mt-lg-150 {
		margin-top: 15rem !important
	}

	.mt-lg-160 {
		margin-top: 16rem !important
	}

	.mt-lg-170 {
		margin-top: 17rem !important
	}

	.mt-lg-180 {
		margin-top: 18rem !important
	}

	.mt-lg-200 {
		margin-top: 20rem !important
	}

	.mt-lg-220 {
		margin-top: 22rem !important
	}

	.mt-lg-240 {
		margin-top: 24rem !important
	}

	.mt-lg-250 {
		margin-top: 25rem !important
	}

	.mt-lg-350 {
		margin-top: 35rem !important
	}

	.mt-lg-370 {
		margin-top: 37rem !important
	}

	.mt-lg-410 {
		margin-top: 41rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .1rem !important
	}

	.me-lg-2 {
		margin-right: .2rem !important
	}

	.me-lg-3 {
		margin-right: .3rem !important
	}

	.me-lg-4 {
		margin-right: .4rem !important
	}

	.me-lg-5 {
		margin-right: .5rem !important
	}

	.me-lg-6 {
		margin-right: .6rem !important
	}

	.me-lg-7 {
		margin-right: .7rem !important
	}

	.me-lg-8 {
		margin-right: .8rem !important
	}

	.me-lg-9 {
		margin-right: .9rem !important
	}

	.me-lg-10 {
		margin-right: 1rem !important
	}

	.me-lg-12 {
		margin-right: 1.2rem !important
	}

	.me-lg-13 {
		margin-right: 1.3rem !important
	}

	.me-lg-15 {
		margin-right: 1.5rem !important
	}

	.me-lg-17 {
		margin-right: 1.7rem !important
	}

	.me-lg-18 {
		margin-right: 1.8rem !important
	}

	.me-lg-20 {
		margin-right: 2rem !important
	}

	.me-lg-22 {
		margin-right: 2.2rem !important
	}

	.me-lg-23 {
		margin-right: 2.3rem !important
	}

	.me-lg-25 {
		margin-right: 2.5rem !important
	}

	.me-lg-26 {
		margin-right: 2.6rem !important
	}

	.me-lg-27 {
		margin-right: 2.7rem !important
	}

	.me-lg-30 {
		margin-right: 3rem !important
	}

	.me-lg-32 {
		margin-right: 3.2rem !important
	}

	.me-lg-35 {
		margin-right: 3.5rem !important
	}

	.me-lg-37 {
		margin-right: 3.7rem !important
	}

	.me-lg-40 {
		margin-right: 4rem !important
	}

	.me-lg-45 {
		margin-right: 4.5rem !important
	}

	.me-lg-50 {
		margin-right: 5rem !important
	}

	.me-lg-53 {
		margin-right: 5.3rem !important
	}

	.me-lg-55 {
		margin-right: 5.5rem !important
	}

	.me-lg-58 {
		margin-right: 5.8rem !important
	}

	.me-lg-60 {
		margin-right: 6rem !important
	}

	.me-lg-65 {
		margin-right: 6.5rem !important
	}

	.me-lg-70 {
		margin-right: 7rem !important
	}

	.me-lg-75 {
		margin-right: 7.5rem !important
	}

	.me-lg-80 {
		margin-right: 8rem !important
	}

	.me-lg-85 {
		margin-right: 8.5rem !important
	}

	.me-lg-90 {
		margin-right: 9rem !important
	}

	.me-lg-95 {
		margin-right: 9.5rem !important
	}

	.me-lg-100 {
		margin-right: 10rem !important
	}

	.me-lg-105 {
		margin-right: 10.5rem !important
	}

	.me-lg-110 {
		margin-right: 11rem !important
	}

	.me-lg-115 {
		margin-right: 11.5rem !important
	}

	.me-lg-120 {
		margin-right: 12rem !important
	}

	.me-lg-125 {
		margin-right: 12.5rem !important
	}

	.me-lg-130 {
		margin-right: 13rem !important
	}

	.me-lg-140 {
		margin-right: 14rem !important
	}

	.me-lg-145 {
		margin-right: 14.5rem !important
	}

	.me-lg-150 {
		margin-right: 15rem !important
	}

	.me-lg-160 {
		margin-right: 16rem !important
	}

	.me-lg-170 {
		margin-right: 17rem !important
	}

	.me-lg-180 {
		margin-right: 18rem !important
	}

	.me-lg-200 {
		margin-right: 20rem !important
	}

	.me-lg-220 {
		margin-right: 22rem !important
	}

	.me-lg-240 {
		margin-right: 24rem !important
	}

	.me-lg-250 {
		margin-right: 25rem !important
	}

	.me-lg-350 {
		margin-right: 35rem !important
	}

	.me-lg-370 {
		margin-right: 37rem !important
	}

	.me-lg-410 {
		margin-right: 41rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .1rem !important
	}

	.mb-lg-2 {
		margin-bottom: .2rem !important
	}

	.mb-lg-3 {
		margin-bottom: .3rem !important
	}

	.mb-lg-4 {
		margin-bottom: .4rem !important
	}

	.mb-lg-5 {
		margin-bottom: .5rem !important
	}

	.mb-lg-6 {
		margin-bottom: .6rem !important
	}

	.mb-lg-7 {
		margin-bottom: .7rem !important
	}

	.mb-lg-8 {
		margin-bottom: .8rem !important
	}

	.mb-lg-9 {
		margin-bottom: .9rem !important
	}

	.mb-lg-10 {
		margin-bottom: 1rem !important
	}

	.mb-lg-12 {
		margin-bottom: 1.2rem !important
	}

	.mb-lg-13 {
		margin-bottom: 1.3rem !important
	}

	.mb-lg-15 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-17 {
		margin-bottom: 1.7rem !important
	}

	.mb-lg-18 {
		margin-bottom: 1.8rem !important
	}

	.mb-lg-20 {
		margin-bottom: 2rem !important
	}

	.mb-lg-22 {
		margin-bottom: 2.2rem !important
	}

	.mb-lg-23 {
		margin-bottom: 2.3rem !important
	}

	.mb-lg-25 {
		margin-bottom: 2.5rem !important
	}

	.mb-lg-26 {
		margin-bottom: 2.6rem !important
	}

	.mb-lg-27 {
		margin-bottom: 2.7rem !important
	}

	.mb-lg-30 {
		margin-bottom: 3rem !important
	}

	.mb-lg-32 {
		margin-bottom: 3.2rem !important
	}

	.mb-lg-35 {
		margin-bottom: 3.5rem !important
	}

	.mb-lg-37 {
		margin-bottom: 3.7rem !important
	}

	.mb-lg-40 {
		margin-bottom: 4rem !important
	}

	.mb-lg-45 {
		margin-bottom: 4.5rem !important
	}

	.mb-lg-50 {
		margin-bottom: 5rem !important
	}

	.mb-lg-53 {
		margin-bottom: 5.3rem !important
	}

	.mb-lg-55 {
		margin-bottom: 5.5rem !important
	}

	.mb-lg-58 {
		margin-bottom: 5.8rem !important
	}

	.mb-lg-60 {
		margin-bottom: 6rem !important
	}

	.mb-lg-65 {
		margin-bottom: 6.5rem !important
	}

	.mb-lg-70 {
		margin-bottom: 7rem !important
	}

	.mb-lg-75 {
		margin-bottom: 7.5rem !important
	}

	.mb-lg-80 {
		margin-bottom: 8rem !important
	}

	.mb-lg-85 {
		margin-bottom: 8.5rem !important
	}

	.mb-lg-90 {
		margin-bottom: 9rem !important
	}

	.mb-lg-95 {
		margin-bottom: 9.5rem !important
	}

	.mb-lg-100 {
		margin-bottom: 10rem !important
	}

	.mb-lg-105 {
		margin-bottom: 10.5rem !important
	}

	.mb-lg-110 {
		margin-bottom: 11rem !important
	}

	.mb-lg-115 {
		margin-bottom: 11.5rem !important
	}

	.mb-lg-120 {
		margin-bottom: 12rem !important
	}

	.mb-lg-125 {
		margin-bottom: 12.5rem !important
	}

	.mb-lg-130 {
		margin-bottom: 13rem !important
	}

	.mb-lg-140 {
		margin-bottom: 14rem !important
	}

	.mb-lg-145 {
		margin-bottom: 14.5rem !important
	}

	.mb-lg-150 {
		margin-bottom: 15rem !important
	}

	.mb-lg-160 {
		margin-bottom: 16rem !important
	}

	.mb-lg-170 {
		margin-bottom: 17rem !important
	}

	.mb-lg-180 {
		margin-bottom: 18rem !important
	}

	.mb-lg-200 {
		margin-bottom: 20rem !important
	}

	.mb-lg-220 {
		margin-bottom: 22rem !important
	}

	.mb-lg-240 {
		margin-bottom: 24rem !important
	}

	.mb-lg-250 {
		margin-bottom: 25rem !important
	}

	.mb-lg-350 {
		margin-bottom: 35rem !important
	}

	.mb-lg-370 {
		margin-bottom: 37rem !important
	}

	.mb-lg-410 {
		margin-bottom: 41rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .1rem !important
	}

	.ms-lg-2 {
		margin-left: .2rem !important
	}

	.ms-lg-3 {
		margin-left: .3rem !important
	}

	.ms-lg-4 {
		margin-left: .4rem !important
	}

	.ms-lg-5 {
		margin-left: .5rem !important
	}

	.ms-lg-6 {
		margin-left: .6rem !important
	}

	.ms-lg-7 {
		margin-left: .7rem !important
	}

	.ms-lg-8 {
		margin-left: .8rem !important
	}

	.ms-lg-9 {
		margin-left: .9rem !important
	}

	.ms-lg-10 {
		margin-left: 1rem !important
	}

	.ms-lg-12 {
		margin-left: 1.2rem !important
	}

	.ms-lg-13 {
		margin-left: 1.3rem !important
	}

	.ms-lg-15 {
		margin-left: 1.5rem !important
	}

	.ms-lg-17 {
		margin-left: 1.7rem !important
	}

	.ms-lg-18 {
		margin-left: 1.8rem !important
	}

	.ms-lg-20 {
		margin-left: 2rem !important
	}

	.ms-lg-22 {
		margin-left: 2.2rem !important
	}

	.ms-lg-23 {
		margin-left: 2.3rem !important
	}

	.ms-lg-25 {
		margin-left: 2.5rem !important
	}

	.ms-lg-26 {
		margin-left: 2.6rem !important
	}

	.ms-lg-27 {
		margin-left: 2.7rem !important
	}

	.ms-lg-30 {
		margin-left: 3rem !important
	}

	.ms-lg-32 {
		margin-left: 3.2rem !important
	}

	.ms-lg-35 {
		margin-left: 3.5rem !important
	}

	.ms-lg-37 {
		margin-left: 3.7rem !important
	}

	.ms-lg-40 {
		margin-left: 4rem !important
	}

	.ms-lg-45 {
		margin-left: 4.5rem !important
	}

	.ms-lg-50 {
		margin-left: 5rem !important
	}

	.ms-lg-53 {
		margin-left: 5.3rem !important
	}

	.ms-lg-55 {
		margin-left: 5.5rem !important
	}

	.ms-lg-58 {
		margin-left: 5.8rem !important
	}

	.ms-lg-60 {
		margin-left: 6rem !important
	}

	.ms-lg-65 {
		margin-left: 6.5rem !important
	}

	.ms-lg-70 {
		margin-left: 7rem !important
	}

	.ms-lg-75 {
		margin-left: 7.5rem !important
	}

	.ms-lg-80 {
		margin-left: 8rem !important
	}

	.ms-lg-85 {
		margin-left: 8.5rem !important
	}

	.ms-lg-90 {
		margin-left: 9rem !important
	}

	.ms-lg-95 {
		margin-left: 9.5rem !important
	}

	.ms-lg-100 {
		margin-left: 10rem !important
	}

	.ms-lg-105 {
		margin-left: 10.5rem !important
	}

	.ms-lg-110 {
		margin-left: 11rem !important
	}

	.ms-lg-115 {
		margin-left: 11.5rem !important
	}

	.ms-lg-120 {
		margin-left: 12rem !important
	}

	.ms-lg-125 {
		margin-left: 12.5rem !important
	}

	.ms-lg-130 {
		margin-left: 13rem !important
	}

	.ms-lg-140 {
		margin-left: 14rem !important
	}

	.ms-lg-145 {
		margin-left: 14.5rem !important
	}

	.ms-lg-150 {
		margin-left: 15rem !important
	}

	.ms-lg-160 {
		margin-left: 16rem !important
	}

	.ms-lg-170 {
		margin-left: 17rem !important
	}

	.ms-lg-180 {
		margin-left: 18rem !important
	}

	.ms-lg-200 {
		margin-left: 20rem !important
	}

	.ms-lg-220 {
		margin-left: 22rem !important
	}

	.ms-lg-240 {
		margin-left: 24rem !important
	}

	.ms-lg-250 {
		margin-left: 25rem !important
	}

	.ms-lg-350 {
		margin-left: 35rem !important
	}

	.ms-lg-370 {
		margin-left: 37rem !important
	}

	.ms-lg-410 {
		margin-left: 41rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .1rem !important
	}

	.p-lg-2 {
		padding: .2rem !important
	}

	.p-lg-3 {
		padding: .3rem !important
	}

	.p-lg-4 {
		padding: .4rem !important
	}

	.p-lg-5 {
		padding: .5rem !important
	}

	.p-lg-6 {
		padding: .6rem !important
	}

	.p-lg-7 {
		padding: .7rem !important
	}

	.p-lg-8 {
		padding: .8rem !important
	}

	.p-lg-9 {
		padding: .9rem !important
	}

	.p-lg-10 {
		padding: 1rem !important
	}

	.p-lg-12 {
		padding: 1.2rem !important
	}

	.p-lg-13 {
		padding: 1.3rem !important
	}

	.p-lg-15 {
		padding: 1.5rem !important
	}

	.p-lg-17 {
		padding: 1.7rem !important
	}

	.p-lg-18 {
		padding: 1.8rem !important
	}

	.p-lg-20 {
		padding: 2rem !important
	}

	.p-lg-22 {
		padding: 2.2rem !important
	}

	.p-lg-23 {
		padding: 2.3rem !important
	}

	.p-lg-25 {
		padding: 2.5rem !important
	}

	.p-lg-26 {
		padding: 2.6rem !important
	}

	.p-lg-27 {
		padding: 2.7rem !important
	}

	.p-lg-30 {
		padding: 3rem !important
	}

	.p-lg-32 {
		padding: 3.2rem !important
	}

	.p-lg-35 {
		padding: 3.5rem !important
	}

	.p-lg-37 {
		padding: 3.7rem !important
	}

	.p-lg-40 {
		padding: 4rem !important
	}

	.p-lg-45 {
		padding: 4.5rem !important
	}

	.p-lg-50 {
		padding: 5rem !important
	}

	.p-lg-53 {
		padding: 5.3rem !important
	}

	.p-lg-55 {
		padding: 5.5rem !important
	}

	.p-lg-58 {
		padding: 5.8rem !important
	}

	.p-lg-60 {
		padding: 6rem !important
	}

	.p-lg-65 {
		padding: 6.5rem !important
	}

	.p-lg-70 {
		padding: 7rem !important
	}

	.p-lg-75 {
		padding: 7.5rem !important
	}

	.p-lg-80 {
		padding: 8rem !important
	}

	.p-lg-85 {
		padding: 8.5rem !important
	}

	.p-lg-90 {
		padding: 9rem !important
	}

	.p-lg-95 {
		padding: 9.5rem !important
	}

	.p-lg-100 {
		padding: 10rem !important
	}

	.p-lg-105 {
		padding: 10.5rem !important
	}

	.p-lg-110 {
		padding: 11rem !important
	}

	.p-lg-115 {
		padding: 11.5rem !important
	}

	.p-lg-120 {
		padding: 12rem !important
	}

	.p-lg-125 {
		padding: 12.5rem !important
	}

	.p-lg-130 {
		padding: 13rem !important
	}

	.p-lg-140 {
		padding: 14rem !important
	}

	.p-lg-145 {
		padding: 14.5rem !important
	}

	.p-lg-150 {
		padding: 15rem !important
	}

	.p-lg-160 {
		padding: 16rem !important
	}

	.p-lg-170 {
		padding: 17rem !important
	}

	.p-lg-180 {
		padding: 18rem !important
	}

	.p-lg-200 {
		padding: 20rem !important
	}

	.p-lg-220 {
		padding: 22rem !important
	}

	.p-lg-240 {
		padding: 24rem !important
	}

	.p-lg-250 {
		padding: 25rem !important
	}

	.p-lg-350 {
		padding: 35rem !important
	}

	.p-lg-370 {
		padding: 37rem !important
	}

	.p-lg-410 {
		padding: 41rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .1rem !important;
		padding-left: .1rem !important
	}

	.px-lg-2 {
		padding-right: .2rem !important;
		padding-left: .2rem !important
	}

	.px-lg-3 {
		padding-right: .3rem !important;
		padding-left: .3rem !important
	}

	.px-lg-4 {
		padding-right: .4rem !important;
		padding-left: .4rem !important
	}

	.px-lg-5 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-6 {
		padding-right: .6rem !important;
		padding-left: .6rem !important
	}

	.px-lg-7 {
		padding-right: .7rem !important;
		padding-left: .7rem !important
	}

	.px-lg-8 {
		padding-right: .8rem !important;
		padding-left: .8rem !important
	}

	.px-lg-9 {
		padding-right: .9rem !important;
		padding-left: .9rem !important
	}

	.px-lg-10 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-12 {
		padding-right: 1.2rem !important;
		padding-left: 1.2rem !important
	}

	.px-lg-13 {
		padding-right: 1.3rem !important;
		padding-left: 1.3rem !important
	}

	.px-lg-15 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-17 {
		padding-right: 1.7rem !important;
		padding-left: 1.7rem !important
	}

	.px-lg-18 {
		padding-right: 1.8rem !important;
		padding-left: 1.8rem !important
	}

	.px-lg-20 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.px-lg-22 {
		padding-right: 2.2rem !important;
		padding-left: 2.2rem !important
	}

	.px-lg-23 {
		padding-right: 2.3rem !important;
		padding-left: 2.3rem !important
	}

	.px-lg-25 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-lg-26 {
		padding-right: 2.6rem !important;
		padding-left: 2.6rem !important
	}

	.px-lg-27 {
		padding-right: 2.7rem !important;
		padding-left: 2.7rem !important
	}

	.px-lg-30 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.px-lg-32 {
		padding-right: 3.2rem !important;
		padding-left: 3.2rem !important
	}

	.px-lg-35 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.px-lg-37 {
		padding-right: 3.7rem !important;
		padding-left: 3.7rem !important
	}

	.px-lg-40 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.px-lg-45 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.px-lg-50 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.px-lg-53 {
		padding-right: 5.3rem !important;
		padding-left: 5.3rem !important
	}

	.px-lg-55 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.px-lg-58 {
		padding-right: 5.8rem !important;
		padding-left: 5.8rem !important
	}

	.px-lg-60 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.px-lg-65 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.px-lg-70 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.px-lg-75 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.px-lg-80 {
		padding-right: 8rem !important;
		padding-left: 8rem !important
	}

	.px-lg-85 {
		padding-right: 8.5rem !important;
		padding-left: 8.5rem !important
	}

	.px-lg-90 {
		padding-right: 9rem !important;
		padding-left: 9rem !important
	}

	.px-lg-95 {
		padding-right: 9.5rem !important;
		padding-left: 9.5rem !important
	}

	.px-lg-100 {
		padding-right: 10rem !important;
		padding-left: 10rem !important
	}

	.px-lg-105 {
		padding-right: 10.5rem !important;
		padding-left: 10.5rem !important
	}

	.px-lg-110 {
		padding-right: 11rem !important;
		padding-left: 11rem !important
	}

	.px-lg-115 {
		padding-right: 11.5rem !important;
		padding-left: 11.5rem !important
	}

	.px-lg-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important
	}

	.px-lg-125 {
		padding-right: 12.5rem !important;
		padding-left: 12.5rem !important
	}

	.px-lg-130 {
		padding-right: 13rem !important;
		padding-left: 13rem !important
	}

	.px-lg-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important
	}

	.px-lg-145 {
		padding-right: 14.5rem !important;
		padding-left: 14.5rem !important
	}

	.px-lg-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important
	}

	.px-lg-160 {
		padding-right: 16rem !important;
		padding-left: 16rem !important
	}

	.px-lg-170 {
		padding-right: 17rem !important;
		padding-left: 17rem !important
	}

	.px-lg-180 {
		padding-right: 18rem !important;
		padding-left: 18rem !important
	}

	.px-lg-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important
	}

	.px-lg-220 {
		padding-right: 22rem !important;
		padding-left: 22rem !important
	}

	.px-lg-240 {
		padding-right: 24rem !important;
		padding-left: 24rem !important
	}

	.px-lg-250 {
		padding-right: 25rem !important;
		padding-left: 25rem !important
	}

	.px-lg-350 {
		padding-right: 35rem !important;
		padding-left: 35rem !important
	}

	.px-lg-370 {
		padding-right: 37rem !important;
		padding-left: 37rem !important
	}

	.px-lg-410 {
		padding-right: 41rem !important;
		padding-left: 41rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .1rem !important;
		padding-bottom: .1rem !important
	}

	.py-lg-2 {
		padding-top: .2rem !important;
		padding-bottom: .2rem !important
	}

	.py-lg-3 {
		padding-top: .3rem !important;
		padding-bottom: .3rem !important
	}

	.py-lg-4 {
		padding-top: .4rem !important;
		padding-bottom: .4rem !important
	}

	.py-lg-5 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-6 {
		padding-top: .6rem !important;
		padding-bottom: .6rem !important
	}

	.py-lg-7 {
		padding-top: .7rem !important;
		padding-bottom: .7rem !important
	}

	.py-lg-8 {
		padding-top: .8rem !important;
		padding-bottom: .8rem !important
	}

	.py-lg-9 {
		padding-top: .9rem !important;
		padding-bottom: .9rem !important
	}

	.py-lg-10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-12 {
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important
	}

	.py-lg-13 {
		padding-top: 1.3rem !important;
		padding-bottom: 1.3rem !important
	}

	.py-lg-15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-17 {
		padding-top: 1.7rem !important;
		padding-bottom: 1.7rem !important
	}

	.py-lg-18 {
		padding-top: 1.8rem !important;
		padding-bottom: 1.8rem !important
	}

	.py-lg-20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.py-lg-22 {
		padding-top: 2.2rem !important;
		padding-bottom: 2.2rem !important
	}

	.py-lg-23 {
		padding-top: 2.3rem !important;
		padding-bottom: 2.3rem !important
	}

	.py-lg-25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-lg-26 {
		padding-top: 2.6rem !important;
		padding-bottom: 2.6rem !important
	}

	.py-lg-27 {
		padding-top: 2.7rem !important;
		padding-bottom: 2.7rem !important
	}

	.py-lg-30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.py-lg-32 {
		padding-top: 3.2rem !important;
		padding-bottom: 3.2rem !important
	}

	.py-lg-35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-lg-37 {
		padding-top: 3.7rem !important;
		padding-bottom: 3.7rem !important
	}

	.py-lg-40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.py-lg-45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.py-lg-50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.py-lg-53 {
		padding-top: 5.3rem !important;
		padding-bottom: 5.3rem !important
	}

	.py-lg-55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.py-lg-58 {
		padding-top: 5.8rem !important;
		padding-bottom: 5.8rem !important
	}

	.py-lg-60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.py-lg-65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.py-lg-70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.py-lg-75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.py-lg-80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.py-lg-85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important
	}

	.py-lg-90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.py-lg-95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important
	}

	.py-lg-100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.py-lg-105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important
	}

	.py-lg-110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.py-lg-115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important
	}

	.py-lg-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.py-lg-125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important
	}

	.py-lg-130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.py-lg-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.py-lg-145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important
	}

	.py-lg-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.py-lg-160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.py-lg-170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.py-lg-180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.py-lg-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.py-lg-220 {
		padding-top: 22rem !important;
		padding-bottom: 22rem !important
	}

	.py-lg-240 {
		padding-top: 24rem !important;
		padding-bottom: 24rem !important
	}

	.py-lg-250 {
		padding-top: 25rem !important;
		padding-bottom: 25rem !important
	}

	.py-lg-350 {
		padding-top: 35rem !important;
		padding-bottom: 35rem !important
	}

	.py-lg-370 {
		padding-top: 37rem !important;
		padding-bottom: 37rem !important
	}

	.py-lg-410 {
		padding-top: 41rem !important;
		padding-bottom: 41rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .1rem !important
	}

	.pt-lg-2 {
		padding-top: .2rem !important
	}

	.pt-lg-3 {
		padding-top: .3rem !important
	}

	.pt-lg-4 {
		padding-top: .4rem !important
	}

	.pt-lg-5 {
		padding-top: .5rem !important
	}

	.pt-lg-6 {
		padding-top: .6rem !important
	}

	.pt-lg-7 {
		padding-top: .7rem !important
	}

	.pt-lg-8 {
		padding-top: .8rem !important
	}

	.pt-lg-9 {
		padding-top: .9rem !important
	}

	.pt-lg-10 {
		padding-top: 1rem !important
	}

	.pt-lg-12 {
		padding-top: 1.2rem !important
	}

	.pt-lg-13 {
		padding-top: 1.3rem !important
	}

	.pt-lg-15 {
		padding-top: 1.5rem !important
	}

	.pt-lg-17 {
		padding-top: 1.7rem !important
	}

	.pt-lg-18 {
		padding-top: 1.8rem !important
	}

	.pt-lg-20 {
		padding-top: 2rem !important
	}

	.pt-lg-22 {
		padding-top: 2.2rem !important
	}

	.pt-lg-23 {
		padding-top: 2.3rem !important
	}

	.pt-lg-25 {
		padding-top: 2.5rem !important
	}

	.pt-lg-26 {
		padding-top: 2.6rem !important
	}

	.pt-lg-27 {
		padding-top: 2.7rem !important
	}

	.pt-lg-30 {
		padding-top: 3rem !important
	}

	.pt-lg-32 {
		padding-top: 3.2rem !important
	}

	.pt-lg-35 {
		padding-top: 3.5rem !important
	}

	.pt-lg-37 {
		padding-top: 3.7rem !important
	}

	.pt-lg-40 {
		padding-top: 4rem !important
	}

	.pt-lg-45 {
		padding-top: 4.5rem !important
	}

	.pt-lg-50 {
		padding-top: 5rem !important
	}

	.pt-lg-53 {
		padding-top: 5.3rem !important
	}

	.pt-lg-55 {
		padding-top: 5.5rem !important
	}

	.pt-lg-58 {
		padding-top: 5.8rem !important
	}

	.pt-lg-60 {
		padding-top: 6rem !important
	}

	.pt-lg-65 {
		padding-top: 6.5rem !important
	}

	.pt-lg-70 {
		padding-top: 7rem !important
	}

	.pt-lg-75 {
		padding-top: 7.5rem !important
	}

	.pt-lg-80 {
		padding-top: 8rem !important
	}

	.pt-lg-85 {
		padding-top: 8.5rem !important
	}

	.pt-lg-90 {
		padding-top: 9rem !important
	}

	.pt-lg-95 {
		padding-top: 9.5rem !important
	}

	.pt-lg-100 {
		padding-top: 10rem !important
	}

	.pt-lg-105 {
		padding-top: 10.5rem !important
	}

	.pt-lg-110 {
		padding-top: 11rem !important
	}

	.pt-lg-115 {
		padding-top: 11.5rem !important
	}

	.pt-lg-120 {
		padding-top: 12rem !important
	}

	.pt-lg-125 {
		padding-top: 12.5rem !important
	}

	.pt-lg-130 {
		padding-top: 13rem !important
	}

	.pt-lg-140 {
		padding-top: 14rem !important
	}

	.pt-lg-145 {
		padding-top: 14.5rem !important
	}

	.pt-lg-150 {
		padding-top: 15rem !important
	}

	.pt-lg-160 {
		padding-top: 16rem !important
	}

	.pt-lg-170 {
		padding-top: 17rem !important
	}

	.pt-lg-180 {
		padding-top: 18rem !important
	}

	.pt-lg-200 {
		padding-top: 20rem !important
	}

	.pt-lg-220 {
		padding-top: 22rem !important
	}

	.pt-lg-240 {
		padding-top: 24rem !important
	}

	.pt-lg-250 {
		padding-top: 25rem !important
	}

	.pt-lg-350 {
		padding-top: 35rem !important
	}

	.pt-lg-370 {
		padding-top: 37rem !important
	}

	.pt-lg-410 {
		padding-top: 41rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .1rem !important
	}

	.pe-lg-2 {
		padding-right: .2rem !important
	}

	.pe-lg-3 {
		padding-right: .3rem !important
	}

	.pe-lg-4 {
		padding-right: .4rem !important
	}

	.pe-lg-5 {
		padding-right: .5rem !important
	}

	.pe-lg-6 {
		padding-right: .6rem !important
	}

	.pe-lg-7 {
		padding-right: .7rem !important
	}

	.pe-lg-8 {
		padding-right: .8rem !important
	}

	.pe-lg-9 {
		padding-right: .9rem !important
	}

	.pe-lg-10 {
		padding-right: 1rem !important
	}

	.pe-lg-12 {
		padding-right: 1.2rem !important
	}

	.pe-lg-13 {
		padding-right: 1.3rem !important
	}

	.pe-lg-15 {
		padding-right: 1.5rem !important
	}

	.pe-lg-17 {
		padding-right: 1.7rem !important
	}

	.pe-lg-18 {
		padding-right: 1.8rem !important
	}

	.pe-lg-20 {
		padding-right: 2rem !important
	}

	.pe-lg-22 {
		padding-right: 2.2rem !important
	}

	.pe-lg-23 {
		padding-right: 2.3rem !important
	}

	.pe-lg-25 {
		padding-right: 2.5rem !important
	}

	.pe-lg-26 {
		padding-right: 2.6rem !important
	}

	.pe-lg-27 {
		padding-right: 2.7rem !important
	}

	.pe-lg-30 {
		padding-right: 3rem !important
	}

	.pe-lg-32 {
		padding-right: 3.2rem !important
	}

	.pe-lg-35 {
		padding-right: 3.5rem !important
	}

	.pe-lg-37 {
		padding-right: 3.7rem !important
	}

	.pe-lg-40 {
		padding-right: 4rem !important
	}

	.pe-lg-45 {
		padding-right: 4.5rem !important
	}

	.pe-lg-50 {
		padding-right: 5rem !important
	}

	.pe-lg-53 {
		padding-right: 5.3rem !important
	}

	.pe-lg-55 {
		padding-right: 5.5rem !important
	}

	.pe-lg-58 {
		padding-right: 5.8rem !important
	}

	.pe-lg-60 {
		padding-right: 6rem !important
	}

	.pe-lg-65 {
		padding-right: 6.5rem !important
	}

	.pe-lg-70 {
		padding-right: 7rem !important
	}

	.pe-lg-75 {
		padding-right: 7.5rem !important
	}

	.pe-lg-80 {
		padding-right: 8rem !important
	}

	.pe-lg-85 {
		padding-right: 8.5rem !important
	}

	.pe-lg-90 {
		padding-right: 9rem !important
	}

	.pe-lg-95 {
		padding-right: 9.5rem !important
	}

	.pe-lg-100 {
		padding-right: 10rem !important
	}

	.pe-lg-105 {
		padding-right: 10.5rem !important
	}

	.pe-lg-110 {
		padding-right: 11rem !important
	}

	.pe-lg-115 {
		padding-right: 11.5rem !important
	}

	.pe-lg-120 {
		padding-right: 12rem !important
	}

	.pe-lg-125 {
		padding-right: 12.5rem !important
	}

	.pe-lg-130 {
		padding-right: 13rem !important
	}

	.pe-lg-140 {
		padding-right: 14rem !important
	}

	.pe-lg-145 {
		padding-right: 14.5rem !important
	}

	.pe-lg-150 {
		padding-right: 15rem !important
	}

	.pe-lg-160 {
		padding-right: 16rem !important
	}

	.pe-lg-170 {
		padding-right: 17rem !important
	}

	.pe-lg-180 {
		padding-right: 18rem !important
	}

	.pe-lg-200 {
		padding-right: 20rem !important
	}

	.pe-lg-220 {
		padding-right: 22rem !important
	}

	.pe-lg-240 {
		padding-right: 24rem !important
	}

	.pe-lg-250 {
		padding-right: 25rem !important
	}

	.pe-lg-350 {
		padding-right: 35rem !important
	}

	.pe-lg-370 {
		padding-right: 37rem !important
	}

	.pe-lg-410 {
		padding-right: 41rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .1rem !important
	}

	.pb-lg-2 {
		padding-bottom: .2rem !important
	}

	.pb-lg-3 {
		padding-bottom: .3rem !important
	}

	.pb-lg-4 {
		padding-bottom: .4rem !important
	}

	.pb-lg-5 {
		padding-bottom: .5rem !important
	}

	.pb-lg-6 {
		padding-bottom: .6rem !important
	}

	.pb-lg-7 {
		padding-bottom: .7rem !important
	}

	.pb-lg-8 {
		padding-bottom: .8rem !important
	}

	.pb-lg-9 {
		padding-bottom: .9rem !important
	}

	.pb-lg-10 {
		padding-bottom: 1rem !important
	}

	.pb-lg-12 {
		padding-bottom: 1.2rem !important
	}

	.pb-lg-13 {
		padding-bottom: 1.3rem !important
	}

	.pb-lg-15 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-17 {
		padding-bottom: 1.7rem !important
	}

	.pb-lg-18 {
		padding-bottom: 1.8rem !important
	}

	.pb-lg-20 {
		padding-bottom: 2rem !important
	}

	.pb-lg-22 {
		padding-bottom: 2.2rem !important
	}

	.pb-lg-23 {
		padding-bottom: 2.3rem !important
	}

	.pb-lg-25 {
		padding-bottom: 2.5rem !important
	}

	.pb-lg-26 {
		padding-bottom: 2.6rem !important
	}

	.pb-lg-27 {
		padding-bottom: 2.7rem !important
	}

	.pb-lg-30 {
		padding-bottom: 3rem !important
	}

	.pb-lg-32 {
		padding-bottom: 3.2rem !important
	}

	.pb-lg-35 {
		padding-bottom: 3.5rem !important
	}

	.pb-lg-37 {
		padding-bottom: 3.7rem !important
	}

	.pb-lg-40 {
		padding-bottom: 4rem !important
	}

	.pb-lg-45 {
		padding-bottom: 4.5rem !important
	}

	.pb-lg-50 {
		padding-bottom: 5rem !important
	}

	.pb-lg-53 {
		padding-bottom: 5.3rem !important
	}

	.pb-lg-55 {
		padding-bottom: 5.5rem !important
	}

	.pb-lg-58 {
		padding-bottom: 5.8rem !important
	}

	.pb-lg-60 {
		padding-bottom: 6rem !important
	}

	.pb-lg-65 {
		padding-bottom: 6.5rem !important
	}

	.pb-lg-70 {
		padding-bottom: 7rem !important
	}

	.pb-lg-75 {
		padding-bottom: 7.5rem !important
	}

	.pb-lg-80 {
		padding-bottom: 8rem !important
	}

	.pb-lg-85 {
		padding-bottom: 8.5rem !important
	}

	.pb-lg-90 {
		padding-bottom: 9rem !important
	}

	.pb-lg-95 {
		padding-bottom: 9.5rem !important
	}

	.pb-lg-100 {
		padding-bottom: 10rem !important
	}

	.pb-lg-105 {
		padding-bottom: 10.5rem !important
	}

	.pb-lg-110 {
		padding-bottom: 11rem !important
	}

	.pb-lg-115 {
		padding-bottom: 11.5rem !important
	}

	.pb-lg-120 {
		padding-bottom: 12rem !important
	}

	.pb-lg-125 {
		padding-bottom: 12.5rem !important
	}

	.pb-lg-130 {
		padding-bottom: 13rem !important
	}

	.pb-lg-140 {
		padding-bottom: 14rem !important
	}

	.pb-lg-145 {
		padding-bottom: 14.5rem !important
	}

	.pb-lg-150 {
		padding-bottom: 15rem !important
	}

	.pb-lg-160 {
		padding-bottom: 16rem !important
	}

	.pb-lg-170 {
		padding-bottom: 17rem !important
	}

	.pb-lg-180 {
		padding-bottom: 18rem !important
	}

	.pb-lg-200 {
		padding-bottom: 20rem !important
	}

	.pb-lg-220 {
		padding-bottom: 22rem !important
	}

	.pb-lg-240 {
		padding-bottom: 24rem !important
	}

	.pb-lg-250 {
		padding-bottom: 25rem !important
	}

	.pb-lg-350 {
		padding-bottom: 35rem !important
	}

	.pb-lg-370 {
		padding-bottom: 37rem !important
	}

	.pb-lg-410 {
		padding-bottom: 41rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .1rem !important
	}

	.ps-lg-2 {
		padding-left: .2rem !important
	}

	.ps-lg-3 {
		padding-left: .3rem !important
	}

	.ps-lg-4 {
		padding-left: .4rem !important
	}

	.ps-lg-5 {
		padding-left: .5rem !important
	}

	.ps-lg-6 {
		padding-left: .6rem !important
	}

	.ps-lg-7 {
		padding-left: .7rem !important
	}

	.ps-lg-8 {
		padding-left: .8rem !important
	}

	.ps-lg-9 {
		padding-left: .9rem !important
	}

	.ps-lg-10 {
		padding-left: 1rem !important
	}

	.ps-lg-12 {
		padding-left: 1.2rem !important
	}

	.ps-lg-13 {
		padding-left: 1.3rem !important
	}

	.ps-lg-15 {
		padding-left: 1.5rem !important
	}

	.ps-lg-17 {
		padding-left: 1.7rem !important
	}

	.ps-lg-18 {
		padding-left: 1.8rem !important
	}

	.ps-lg-20 {
		padding-left: 2rem !important
	}

	.ps-lg-22 {
		padding-left: 2.2rem !important
	}

	.ps-lg-23 {
		padding-left: 2.3rem !important
	}

	.ps-lg-25 {
		padding-left: 2.5rem !important
	}

	.ps-lg-26 {
		padding-left: 2.6rem !important
	}

	.ps-lg-27 {
		padding-left: 2.7rem !important
	}

	.ps-lg-30 {
		padding-left: 3rem !important
	}

	.ps-lg-32 {
		padding-left: 3.2rem !important
	}

	.ps-lg-35 {
		padding-left: 3.5rem !important
	}

	.ps-lg-37 {
		padding-left: 3.7rem !important
	}

	.ps-lg-40 {
		padding-left: 4rem !important
	}

	.ps-lg-45 {
		padding-left: 4.5rem !important
	}

	.ps-lg-50 {
		padding-left: 5rem !important
	}

	.ps-lg-53 {
		padding-left: 5.3rem !important
	}

	.ps-lg-55 {
		padding-left: 5.5rem !important
	}

	.ps-lg-58 {
		padding-left: 5.8rem !important
	}

	.ps-lg-60 {
		padding-left: 6rem !important
	}

	.ps-lg-65 {
		padding-left: 6.5rem !important
	}

	.ps-lg-70 {
		padding-left: 7rem !important
	}

	.ps-lg-75 {
		padding-left: 7.5rem !important
	}

	.ps-lg-80 {
		padding-left: 8rem !important
	}

	.ps-lg-85 {
		padding-left: 8.5rem !important
	}

	.ps-lg-90 {
		padding-left: 9rem !important
	}

	.ps-lg-95 {
		padding-left: 9.5rem !important
	}

	.ps-lg-100 {
		padding-left: 10rem !important
	}

	.ps-lg-105 {
		padding-left: 10.5rem !important
	}

	.ps-lg-110 {
		padding-left: 11rem !important
	}

	.ps-lg-115 {
		padding-left: 11.5rem !important
	}

	.ps-lg-120 {
		padding-left: 12rem !important
	}

	.ps-lg-125 {
		padding-left: 12.5rem !important
	}

	.ps-lg-130 {
		padding-left: 13rem !important
	}

	.ps-lg-140 {
		padding-left: 14rem !important
	}

	.ps-lg-145 {
		padding-left: 14.5rem !important
	}

	.ps-lg-150 {
		padding-left: 15rem !important
	}

	.ps-lg-160 {
		padding-left: 16rem !important
	}

	.ps-lg-170 {
		padding-left: 17rem !important
	}

	.ps-lg-180 {
		padding-left: 18rem !important
	}

	.ps-lg-200 {
		padding-left: 20rem !important
	}

	.ps-lg-220 {
		padding-left: 22rem !important
	}

	.ps-lg-240 {
		padding-left: 24rem !important
	}

	.ps-lg-250 {
		padding-left: 25rem !important
	}

	.ps-lg-350 {
		padding-left: 35rem !important
	}

	.ps-lg-370 {
		padding-left: 37rem !important
	}

	.ps-lg-410 {
		padding-left: 41rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}

	.col-lg {
		flex: 1 0 0%
	}

	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}

	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .1rem
	}

	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .1rem
	}

	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .2rem
	}

	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .2rem
	}

	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: .3rem
	}

	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: .3rem
	}

	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: .4rem
	}

	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: .4rem
	}

	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: .5rem
	}

	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: .5rem
	}

	.g-lg-6, .gx-lg-6 {
		--bs-gutter-x: .6rem
	}

	.g-lg-6, .gy-lg-6 {
		--bs-gutter-y: .6rem
	}

	.g-lg-7, .gx-lg-7 {
		--bs-gutter-x: .7rem
	}

	.g-lg-7, .gy-lg-7 {
		--bs-gutter-y: .7rem
	}

	.g-lg-8, .gx-lg-8 {
		--bs-gutter-x: .8rem
	}

	.g-lg-8, .gy-lg-8 {
		--bs-gutter-y: .8rem
	}

	.g-lg-9, .gx-lg-9 {
		--bs-gutter-x: .9rem
	}

	.g-lg-9, .gy-lg-9 {
		--bs-gutter-y: .9rem
	}

	.g-lg-10, .gx-lg-10 {
		--bs-gutter-x: 1rem
	}

	.g-lg-10, .gy-lg-10 {
		--bs-gutter-y: 1rem
	}

	.g-lg-12, .gx-lg-12 {
		--bs-gutter-x: 1.2rem
	}

	.g-lg-12, .gy-lg-12 {
		--bs-gutter-y: 1.2rem
	}

	.g-lg-13, .gx-lg-13 {
		--bs-gutter-x: 1.3rem
	}

	.g-lg-13, .gy-lg-13 {
		--bs-gutter-y: 1.3rem
	}

	.g-lg-15, .gx-lg-15 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-15, .gy-lg-15 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-17, .gx-lg-17 {
		--bs-gutter-x: 1.7rem
	}

	.g-lg-17, .gy-lg-17 {
		--bs-gutter-y: 1.7rem
	}

	.g-lg-18, .gx-lg-18 {
		--bs-gutter-x: 1.8rem
	}

	.g-lg-18, .gy-lg-18 {
		--bs-gutter-y: 1.8rem
	}

	.g-lg-20, .gx-lg-20 {
		--bs-gutter-x: 2rem
	}

	.g-lg-20, .gy-lg-20 {
		--bs-gutter-y: 2rem
	}

	.g-lg-22, .gx-lg-22 {
		--bs-gutter-x: 2.2rem
	}

	.g-lg-22, .gy-lg-22 {
		--bs-gutter-y: 2.2rem
	}

	.g-lg-23, .gx-lg-23 {
		--bs-gutter-x: 2.3rem
	}

	.g-lg-23, .gy-lg-23 {
		--bs-gutter-y: 2.3rem
	}

	.g-lg-25, .gx-lg-25 {
		--bs-gutter-x: 2.5rem
	}

	.g-lg-25, .gy-lg-25 {
		--bs-gutter-y: 2.5rem
	}

	.g-lg-26, .gx-lg-26 {
		--bs-gutter-x: 2.6rem
	}

	.g-lg-26, .gy-lg-26 {
		--bs-gutter-y: 2.6rem
	}

	.g-lg-27, .gx-lg-27 {
		--bs-gutter-x: 2.7rem
	}

	.g-lg-27, .gy-lg-27 {
		--bs-gutter-y: 2.7rem
	}

	.g-lg-30, .gx-lg-30 {
		--bs-gutter-x: 3rem
	}

	.g-lg-30, .gy-lg-30 {
		--bs-gutter-y: 3rem
	}

	.g-lg-32, .gx-lg-32 {
		--bs-gutter-x: 3.2rem
	}

	.g-lg-32, .gy-lg-32 {
		--bs-gutter-y: 3.2rem
	}

	.g-lg-35, .gx-lg-35 {
		--bs-gutter-x: 3.5rem
	}

	.g-lg-35, .gy-lg-35 {
		--bs-gutter-y: 3.5rem
	}

	.g-lg-37, .gx-lg-37 {
		--bs-gutter-x: 3.7rem
	}

	.g-lg-37, .gy-lg-37 {
		--bs-gutter-y: 3.7rem
	}

	.g-lg-40, .gx-lg-40 {
		--bs-gutter-x: 4rem
	}

	.g-lg-40, .gy-lg-40 {
		--bs-gutter-y: 4rem
	}

	.g-lg-45, .gx-lg-45 {
		--bs-gutter-x: 4.5rem
	}

	.g-lg-45, .gy-lg-45 {
		--bs-gutter-y: 4.5rem
	}

	.g-lg-50, .gx-lg-50 {
		--bs-gutter-x: 5rem
	}

	.g-lg-50, .gy-lg-50 {
		--bs-gutter-y: 5rem
	}

	.g-lg-53, .gx-lg-53 {
		--bs-gutter-x: 5.3rem
	}

	.g-lg-53, .gy-lg-53 {
		--bs-gutter-y: 5.3rem
	}

	.g-lg-55, .gx-lg-55 {
		--bs-gutter-x: 5.5rem
	}

	.g-lg-55, .gy-lg-55 {
		--bs-gutter-y: 5.5rem
	}

	.g-lg-58, .gx-lg-58 {
		--bs-gutter-x: 5.8rem
	}

	.g-lg-58, .gy-lg-58 {
		--bs-gutter-y: 5.8rem
	}

	.g-lg-60, .gx-lg-60 {
		--bs-gutter-x: 6rem
	}

	.g-lg-60, .gy-lg-60 {
		--bs-gutter-y: 6rem
	}

	.g-lg-65, .gx-lg-65 {
		--bs-gutter-x: 6.5rem
	}

	.g-lg-65, .gy-lg-65 {
		--bs-gutter-y: 6.5rem
	}

	.g-lg-70, .gx-lg-70 {
		--bs-gutter-x: 7rem
	}

	.g-lg-70, .gy-lg-70 {
		--bs-gutter-y: 7rem
	}

	.g-lg-75, .gx-lg-75 {
		--bs-gutter-x: 7.5rem
	}

	.g-lg-75, .gy-lg-75 {
		--bs-gutter-y: 7.5rem
	}

	.g-lg-80, .gx-lg-80 {
		--bs-gutter-x: 8rem
	}

	.g-lg-80, .gy-lg-80 {
		--bs-gutter-y: 8rem
	}

	.g-lg-85, .gx-lg-85 {
		--bs-gutter-x: 8.5rem
	}

	.g-lg-85, .gy-lg-85 {
		--bs-gutter-y: 8.5rem
	}

	.g-lg-90, .gx-lg-90 {
		--bs-gutter-x: 9rem
	}

	.g-lg-90, .gy-lg-90 {
		--bs-gutter-y: 9rem
	}

	.g-lg-95, .gx-lg-95 {
		--bs-gutter-x: 9.5rem
	}

	.g-lg-95, .gy-lg-95 {
		--bs-gutter-y: 9.5rem
	}

	.g-lg-100, .gx-lg-100 {
		--bs-gutter-x: 10rem
	}

	.g-lg-100, .gy-lg-100 {
		--bs-gutter-y: 10rem
	}

	.g-lg-105, .gx-lg-105 {
		--bs-gutter-x: 10.5rem
	}

	.g-lg-105, .gy-lg-105 {
		--bs-gutter-y: 10.5rem
	}

	.g-lg-110, .gx-lg-110 {
		--bs-gutter-x: 11rem
	}

	.g-lg-110, .gy-lg-110 {
		--bs-gutter-y: 11rem
	}

	.g-lg-115, .gx-lg-115 {
		--bs-gutter-x: 11.5rem
	}

	.g-lg-115, .gy-lg-115 {
		--bs-gutter-y: 11.5rem
	}

	.g-lg-120, .gx-lg-120 {
		--bs-gutter-x: 12rem
	}

	.g-lg-120, .gy-lg-120 {
		--bs-gutter-y: 12rem
	}

	.g-lg-125, .gx-lg-125 {
		--bs-gutter-x: 12.5rem
	}

	.g-lg-125, .gy-lg-125 {
		--bs-gutter-y: 12.5rem
	}

	.g-lg-130, .gx-lg-130 {
		--bs-gutter-x: 13rem
	}

	.g-lg-130, .gy-lg-130 {
		--bs-gutter-y: 13rem
	}

	.g-lg-140, .gx-lg-140 {
		--bs-gutter-x: 14rem
	}

	.g-lg-140, .gy-lg-140 {
		--bs-gutter-y: 14rem
	}

	.g-lg-145, .gx-lg-145 {
		--bs-gutter-x: 14.5rem
	}

	.g-lg-145, .gy-lg-145 {
		--bs-gutter-y: 14.5rem
	}

	.g-lg-150, .gx-lg-150 {
		--bs-gutter-x: 15rem
	}

	.g-lg-150, .gy-lg-150 {
		--bs-gutter-y: 15rem
	}

	.g-lg-160, .gx-lg-160 {
		--bs-gutter-x: 16rem
	}

	.g-lg-160, .gy-lg-160 {
		--bs-gutter-y: 16rem
	}

	.g-lg-170, .gx-lg-170 {
		--bs-gutter-x: 17rem
	}

	.g-lg-170, .gy-lg-170 {
		--bs-gutter-y: 17rem
	}

	.g-lg-180, .gx-lg-180 {
		--bs-gutter-x: 18rem
	}

	.g-lg-180, .gy-lg-180 {
		--bs-gutter-y: 18rem
	}

	.g-lg-200, .gx-lg-200 {
		--bs-gutter-x: 20rem
	}

	.g-lg-200, .gy-lg-200 {
		--bs-gutter-y: 20rem
	}

	.g-lg-220, .gx-lg-220 {
		--bs-gutter-x: 22rem
	}

	.g-lg-220, .gy-lg-220 {
		--bs-gutter-y: 22rem
	}

	.g-lg-240, .gx-lg-240 {
		--bs-gutter-x: 24rem
	}

	.g-lg-240, .gy-lg-240 {
		--bs-gutter-y: 24rem
	}

	.g-lg-250, .gx-lg-250 {
		--bs-gutter-x: 25rem
	}

	.g-lg-250, .gy-lg-250 {
		--bs-gutter-y: 25rem
	}

	.g-lg-350, .gx-lg-350 {
		--bs-gutter-x: 35rem
	}

	.g-lg-350, .gy-lg-350 {
		--bs-gutter-y: 35rem
	}

	.g-lg-370, .gx-lg-370 {
		--bs-gutter-x: 37rem
	}

	.g-lg-370, .gy-lg-370 {
		--bs-gutter-y: 37rem
	}

	.g-lg-410, .gx-lg-410 {
		--bs-gutter-x: 41rem
	}

	.g-lg-410, .gy-lg-410 {
		--bs-gutter-y: 41rem
	}

	.dropdown-menu-lg-start {
		--bs-position: start
	}

		.dropdown-menu-lg-start[data-bs-popper] {
			right: auto;
			left: 0
		}

	.dropdown-menu-lg-end {
		--bs-position: end
	}

		.dropdown-menu-lg-end[data-bs-popper] {
			right: 0;
			left: auto
		}

	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

		.navbar-expand-lg .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-lg .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-lg .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-lg .navbar-nav-scroll {
			overflow: visible
		}

		.navbar-expand-lg .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas-header {
			display: none
		}

		.navbar-expand-lg .offcanvas {
			position: inherit;
			bottom: 0;
			z-index: 1000;
			flex-grow: 1;
			visibility: visible !important;
			background-color: transparent;
			border-right: 0;
			border-left: 0;
			transition: none;
			transform: none
		}

		.navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
			height: auto;
			border-top: 0;
			border-bottom: 0
		}

		.navbar-expand-lg .offcanvas-body {
			display: flex;
			flex-grow: 0;
			padding: 0;
			overflow-y: visible
		}

	.list-group-horizontal-lg {
		flex-direction: row
	}

		.list-group-horizontal-lg > .list-group-item:first-child {
			border-bottom-left-radius: .25rem;
			border-top-right-radius: 0
		}

		.list-group-horizontal-lg > .list-group-item:last-child {
			border-top-right-radius: .25rem;
			border-bottom-left-radius: 0
		}

		.list-group-horizontal-lg > .list-group-item.active {
			margin-top: 0
		}

		.list-group-horizontal-lg > .list-group-item + .list-group-item {
			border-top-width: 1px;
			border-left-width: 0
		}

			.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
				margin-left: -1px;
				border-left-width: 1px
			}

	.modal-lg, .modal-xl {
		max-width: 800px
	}

	#header .form-holder {
		max-width: 162px;
		flex-basis: 162px
	}

	#header .btn {
		padding: 14px 34px 12px 35px
	}

	.logo {
		max-width: 270px;
		flex-basis: 270px;
		padding: 0 33px 0 20px
	}

	.nav-row .link-item a {
		padding: 34px 31px 27px
	}

	.navigation a {
		padding: 32px 16px
	}

	.nav-container .content-hold {
		max-width: 392px;
		padding: 11px 100px 0 0
	}

	.btn {
		padding: 14px 10px
	}

	.h1, h1 {
		font-size: 36px
	}

	.h2, h2 {
		font-size: 32px
	}

	.h3, h3 {
		font-size: 26px
	}

	.medium-text {
		font-size: 18px
	}

	.main-title {
		padding-bottom: 25px;
		font-size: 26px
	}

	.main-text {
		margin: 0 0 50px;
		font-size: 28px
	}

	.about-content {
		font-size: 18px
	}

		.about-content p {
			margin: 0 0 20px
		}

	.value-section {
		padding: 60px 0
	}

		.value-section .text {
			font-size: 18px
		}

	.value-list {
		font-size: 16px
	}

	.council-section {
		font-size: 18px
	}

		.council-section .main-title {
			margin: 0 0 28px
		}

	.info-image {
		padding: 0 0 0 50px
	}

		.info-image:before {
			min-height: 450px
		}

	.item-list a {
		font-size: 16px
	}

	.tab-section .left-col {
		width: 33.6%
	}

	.tab-section .right-col {
		width: 66.4%
	}

	.tab-section .tab-content {
		padding: 77px 0 33px 45px
	}

	.block-link:before {
		min-height: 100px
	}

	.page-wrap .container {
		padding: 0 25px
	}

	.page-wrap aside {
		top: 112px;
		right: 0
	}

		.page-wrap aside.style-2 {
			top: 215px
		}

	.news-section.home-news .card-x {
		height: 100%
	}

	#footer .holder {
		padding: 0 40px
	}

	#footer .title {
		font-size: 24px;
		padding: 0
	}

	.back-to-top {
		width: 48px;
		height: 48px
	}

	.link-list li {
		margin: 0 0 16px
	}

	.privacy-list li {
		margin: 0 21px 0 0
	}

	.social-media {
		justify-content: center;
		margin: 0
	}

		.social-media a {
			width: 40px;
			height: 40px;
			font-size: 13px
		}

		.social-media li {
			margin-right: 20px
		}

	.foot-logo-holder .foot-logo {
		max-width: 290px;
		flex-basis: 290px
	}

	.foot-logo-holder .back-top {
		padding: 0 10px
	}

	.foot-main-holder {
		padding: 39px 0 36px
	}

		.foot-main-holder .foot-contact-list {
			margin: 0 0 27px
		}

		.foot-main-holder .mail {
			margin: 0 0 40px
		}

		.foot-main-holder .right-col .foot-col:nth-child(2) {
			padding-left: 30px
		}

		.foot-main-holder .right-col .foot-row .foot-col:first-child {
			width: 60%
		}

		.foot-main-holder .right-col .foot-row .foot-col:nth-child(2) {
			width: 40%
		}

		.foot-main-holder .foot-row {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -10px
		}

			.foot-main-holder .foot-row .foot-col {
				width: 50%;
				padding: 0 10px
			}

	.copyright {
		padding: 17px 0
	}

		.copyright .left-col {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			margin: 0 0 15px;
			padding: 0
		}

		.copyright .right-col {
			padding: 0
		}

		.copyright .copyright-text {
			margin: 0
		}

		.copyright .privacy-list {
			margin: 0 0 0 29px
		}

	.link [class^=icon-] {
		width: 50px;
		height: 50px;
		margin-left: 19px
	}

	.member-section .container {
		padding: 0 60px
	}

	.member-tab {
		padding: 50px 40px 40px 81px;
		padding: 91px 0 40px 81px;
		margin-top: -60px
	}

	.card-contain .img-card.secondary .content {
		min-height: 305px
	}

	.logged-section .search-form button.btn {
		min-width: 166px;
		text-transform: none;
		letter-spacing: 1px
	}

	.logged-section .img-card .card-title {
		font-size: 18px;
		line-height: 1.333
	}

	.logged-section .img-card.secondary .content {
		padding: 17px 38px 22px 22px
	}

	.wrap-link.b-bottom {
		padding-bottom: 40px
	}

	.home-slider:after {
		width: 61px
	}

	.home-slider .slide {
		padding: 30px 60px 24px 120px
	}

		.home-slider .slide:before {
			min-height: 550px
		}

	.home-slider .slide-content {
		max-width: 420px;
		font-size: 18px
	}

	.home-slider .slick-dots button {
		width: 60px;
		height: 60px
	}

	.content-image {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 20px 0 20px 59px;
		font-size: 18px
	}

		.content-image .img {
			flex: 1
		}

		.content-image .content {
			max-width: 250px;
			flex-basis: 250px;
			padding-right: 20px;
			margin: 0
		}

	.news:before {
		min-height: 500px
	}

	.news .content {
		padding: 30px 100px
	}

	.img-card .text {
		font-size: 18px
	}

	.img-card .card-info {
		padding-top: 41px
	}

	.img-card.secondary .content {
		padding: 26px 30px 25px
	}

	.card-x.secondary .content {
		padding: 24px 90px 15px 29px
	}

	.member-bio {
		display: flex;
		flex-wrap: wrap
	}

		.member-bio .img {
			flex-basis: 300px
		}

			.member-bio .img:before {
				min-height: 350px
			}

		.member-bio .content {
			flex: 1;
			padding: 0 20px 0 50px
		}

		.member-bio .post {
			margin: 0 0 19px
		}

	.member {
		padding: 35px 10px 35px 0;
		width: 700px
	}

	.breadcurmb-section {
		padding: 45px 0 30px
	}

		.breadcurmb-section .breadcrumb {
			margin: 0 0 80px
		}

	.image-section {
		margin: 0 0 59px
	}

		.image-section:before {
			min-height: 320px
		}

		.image-section.small:before {
			min-height: 306px
		}

	.video-holder {
		margin: 0 0 68px
	}

		.video-holder:before {
			min-height: 500px
		}

		.video-holder .icon-play-button {
			font-size: 100px
		}

	.search-form {
		padding: 30px 32px
	}

		.search-form .text {
			position: static;
			padding-right: 20px
		}

		.search-form button.btn {
			min-width: 250px
		}

	.slick-slider .slick-next, .slick-slider .slick-prev {
		padding: 40px
	}

	.accordion .slide {
		padding: 2px 100px 20px 0
	}

	.logo-slider {
		padding: 100px 100px 0
	}

		.logo-slider:before {
			height: 55px
		}

		.logo-slider .logo-hold {
			padding: 0 35px
		}

		.logo-slider .slick-next, .logo-slider .slick-prev {
			top: calc(50% + 53px)
		}

	.logo-holder .logo-hold {
		margin: 0 35px 0 0
	}

	.news-section .card-x .img {
		max-width: 234px;
		flex-basis: 234px
	}

	.news-section .news:before {
		min-height: 492px
	}

	.image-list li {
		width: 25%
	}

	.news-holder .position-social-media {
		left: 0
	}

	.about-detail-section .main-title {
		margin: 0 0 43px
	}

	.contact-section {
		margin: 0 0 70px
	}

		.contact-section.secondary .contact-info {
			padding: 40px 38px
		}

			.contact-section.secondary .contact-info .wrap-contact-address {
				display: flex;
				flex-wrap: wrap
			}

				.contact-section.secondary .contact-info .wrap-contact-address .address:first-child {
					max-width: 210px;
					flex-basis: 210px;
					margin: 0
				}

	.contact-info {
		padding: 9px 40px 18px
	}

		.contact-info strong {
			font-size: 18px
		}

		.contact-info .contact-list > li {
			padding: 26px 0 25px
		}

	.register-event {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: left
	}

		.register-event ul {
			flex: 1;
			margin: 0 -20px
		}

			.register-event ul li {
				padding: 0 20px
			}

				.register-event ul li:last-child:before {
					display: block
				}

		.register-event .btn {
			flex-basis: 239px;
			margin-left: 25px
		}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .1rem !important
	}

	.gap-xl-2 {
		gap: .2rem !important
	}

	.gap-xl-3 {
		gap: .3rem !important
	}

	.gap-xl-4 {
		gap: .4rem !important
	}

	.gap-xl-5 {
		gap: .5rem !important
	}

	.gap-xl-6 {
		gap: .6rem !important
	}

	.gap-xl-7 {
		gap: .7rem !important
	}

	.gap-xl-8 {
		gap: .8rem !important
	}

	.gap-xl-9 {
		gap: .9rem !important
	}

	.gap-xl-10 {
		gap: 1rem !important
	}

	.gap-xl-12 {
		gap: 1.2rem !important
	}

	.gap-xl-13 {
		gap: 1.3rem !important
	}

	.gap-xl-15 {
		gap: 1.5rem !important
	}

	.gap-xl-17 {
		gap: 1.7rem !important
	}

	.gap-xl-18 {
		gap: 1.8rem !important
	}

	.gap-xl-20 {
		gap: 2rem !important
	}

	.gap-xl-22 {
		gap: 2.2rem !important
	}

	.gap-xl-23 {
		gap: 2.3rem !important
	}

	.gap-xl-25 {
		gap: 2.5rem !important
	}

	.gap-xl-26 {
		gap: 2.6rem !important
	}

	.gap-xl-27 {
		gap: 2.7rem !important
	}

	.gap-xl-30 {
		gap: 3rem !important
	}

	.gap-xl-32 {
		gap: 3.2rem !important
	}

	.gap-xl-35 {
		gap: 3.5rem !important
	}

	.gap-xl-37 {
		gap: 3.7rem !important
	}

	.gap-xl-40 {
		gap: 4rem !important
	}

	.gap-xl-45 {
		gap: 4.5rem !important
	}

	.gap-xl-50 {
		gap: 5rem !important
	}

	.gap-xl-53 {
		gap: 5.3rem !important
	}

	.gap-xl-55 {
		gap: 5.5rem !important
	}

	.gap-xl-58 {
		gap: 5.8rem !important
	}

	.gap-xl-60 {
		gap: 6rem !important
	}

	.gap-xl-65 {
		gap: 6.5rem !important
	}

	.gap-xl-70 {
		gap: 7rem !important
	}

	.gap-xl-75 {
		gap: 7.5rem !important
	}

	.gap-xl-80 {
		gap: 8rem !important
	}

	.gap-xl-85 {
		gap: 8.5rem !important
	}

	.gap-xl-90 {
		gap: 9rem !important
	}

	.gap-xl-95 {
		gap: 9.5rem !important
	}

	.gap-xl-100 {
		gap: 10rem !important
	}

	.gap-xl-105 {
		gap: 10.5rem !important
	}

	.gap-xl-110 {
		gap: 11rem !important
	}

	.gap-xl-115 {
		gap: 11.5rem !important
	}

	.gap-xl-120 {
		gap: 12rem !important
	}

	.gap-xl-125 {
		gap: 12.5rem !important
	}

	.gap-xl-130 {
		gap: 13rem !important
	}

	.gap-xl-140 {
		gap: 14rem !important
	}

	.gap-xl-145 {
		gap: 14.5rem !important
	}

	.gap-xl-150 {
		gap: 15rem !important
	}

	.gap-xl-160 {
		gap: 16rem !important
	}

	.gap-xl-170 {
		gap: 17rem !important
	}

	.gap-xl-180 {
		gap: 18rem !important
	}

	.gap-xl-200 {
		gap: 20rem !important
	}

	.gap-xl-220 {
		gap: 22rem !important
	}

	.gap-xl-240 {
		gap: 24rem !important
	}

	.gap-xl-250 {
		gap: 25rem !important
	}

	.gap-xl-350 {
		gap: 35rem !important
	}

	.gap-xl-370 {
		gap: 37rem !important
	}

	.gap-xl-410 {
		gap: 41rem !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .1rem !important
	}

	.m-xl-2 {
		margin: .2rem !important
	}

	.m-xl-3 {
		margin: .3rem !important
	}

	.m-xl-4 {
		margin: .4rem !important
	}

	.m-xl-5 {
		margin: .5rem !important
	}

	.m-xl-6 {
		margin: .6rem !important
	}

	.m-xl-7 {
		margin: .7rem !important
	}

	.m-xl-8 {
		margin: .8rem !important
	}

	.m-xl-9 {
		margin: .9rem !important
	}

	.m-xl-10 {
		margin: 1rem !important
	}

	.m-xl-12 {
		margin: 1.2rem !important
	}

	.m-xl-13 {
		margin: 1.3rem !important
	}

	.m-xl-15 {
		margin: 1.5rem !important
	}

	.m-xl-17 {
		margin: 1.7rem !important
	}

	.m-xl-18 {
		margin: 1.8rem !important
	}

	.m-xl-20 {
		margin: 2rem !important
	}

	.m-xl-22 {
		margin: 2.2rem !important
	}

	.m-xl-23 {
		margin: 2.3rem !important
	}

	.m-xl-25 {
		margin: 2.5rem !important
	}

	.m-xl-26 {
		margin: 2.6rem !important
	}

	.m-xl-27 {
		margin: 2.7rem !important
	}

	.m-xl-30 {
		margin: 3rem !important
	}

	.m-xl-32 {
		margin: 3.2rem !important
	}

	.m-xl-35 {
		margin: 3.5rem !important
	}

	.m-xl-37 {
		margin: 3.7rem !important
	}

	.m-xl-40 {
		margin: 4rem !important
	}

	.m-xl-45 {
		margin: 4.5rem !important
	}

	.m-xl-50 {
		margin: 5rem !important
	}

	.m-xl-53 {
		margin: 5.3rem !important
	}

	.m-xl-55 {
		margin: 5.5rem !important
	}

	.m-xl-58 {
		margin: 5.8rem !important
	}

	.m-xl-60 {
		margin: 6rem !important
	}

	.m-xl-65 {
		margin: 6.5rem !important
	}

	.m-xl-70 {
		margin: 7rem !important
	}

	.m-xl-75 {
		margin: 7.5rem !important
	}

	.m-xl-80 {
		margin: 8rem !important
	}

	.m-xl-85 {
		margin: 8.5rem !important
	}

	.m-xl-90 {
		margin: 9rem !important
	}

	.m-xl-95 {
		margin: 9.5rem !important
	}

	.m-xl-100 {
		margin: 10rem !important
	}

	.m-xl-105 {
		margin: 10.5rem !important
	}

	.m-xl-110 {
		margin: 11rem !important
	}

	.m-xl-115 {
		margin: 11.5rem !important
	}

	.m-xl-120 {
		margin: 12rem !important
	}

	.m-xl-125 {
		margin: 12.5rem !important
	}

	.m-xl-130 {
		margin: 13rem !important
	}

	.m-xl-140 {
		margin: 14rem !important
	}

	.m-xl-145 {
		margin: 14.5rem !important
	}

	.m-xl-150 {
		margin: 15rem !important
	}

	.m-xl-160 {
		margin: 16rem !important
	}

	.m-xl-170 {
		margin: 17rem !important
	}

	.m-xl-180 {
		margin: 18rem !important
	}

	.m-xl-200 {
		margin: 20rem !important
	}

	.m-xl-220 {
		margin: 22rem !important
	}

	.m-xl-240 {
		margin: 24rem !important
	}

	.m-xl-250 {
		margin: 25rem !important
	}

	.m-xl-350 {
		margin: 35rem !important
	}

	.m-xl-370 {
		margin: 37rem !important
	}

	.m-xl-410 {
		margin: 41rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .1rem !important;
		margin-left: .1rem !important
	}

	.mx-xl-2 {
		margin-right: .2rem !important;
		margin-left: .2rem !important
	}

	.mx-xl-3 {
		margin-right: .3rem !important;
		margin-left: .3rem !important
	}

	.mx-xl-4 {
		margin-right: .4rem !important;
		margin-left: .4rem !important
	}

	.mx-xl-5 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xl-6 {
		margin-right: .6rem !important;
		margin-left: .6rem !important
	}

	.mx-xl-7 {
		margin-right: .7rem !important;
		margin-left: .7rem !important
	}

	.mx-xl-8 {
		margin-right: .8rem !important;
		margin-left: .8rem !important
	}

	.mx-xl-9 {
		margin-right: .9rem !important;
		margin-left: .9rem !important
	}

	.mx-xl-10 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-12 {
		margin-right: 1.2rem !important;
		margin-left: 1.2rem !important
	}

	.mx-xl-13 {
		margin-right: 1.3rem !important;
		margin-left: 1.3rem !important
	}

	.mx-xl-15 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-17 {
		margin-right: 1.7rem !important;
		margin-left: 1.7rem !important
	}

	.mx-xl-18 {
		margin-right: 1.8rem !important;
		margin-left: 1.8rem !important
	}

	.mx-xl-20 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.mx-xl-22 {
		margin-right: 2.2rem !important;
		margin-left: 2.2rem !important
	}

	.mx-xl-23 {
		margin-right: 2.3rem !important;
		margin-left: 2.3rem !important
	}

	.mx-xl-25 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-xl-26 {
		margin-right: 2.6rem !important;
		margin-left: 2.6rem !important
	}

	.mx-xl-27 {
		margin-right: 2.7rem !important;
		margin-left: 2.7rem !important
	}

	.mx-xl-30 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-32 {
		margin-right: 3.2rem !important;
		margin-left: 3.2rem !important
	}

	.mx-xl-35 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.mx-xl-37 {
		margin-right: 3.7rem !important;
		margin-left: 3.7rem !important
	}

	.mx-xl-40 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.mx-xl-45 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.mx-xl-50 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.mx-xl-53 {
		margin-right: 5.3rem !important;
		margin-left: 5.3rem !important
	}

	.mx-xl-55 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.mx-xl-58 {
		margin-right: 5.8rem !important;
		margin-left: 5.8rem !important
	}

	.mx-xl-60 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.mx-xl-65 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.mx-xl-70 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.mx-xl-75 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.mx-xl-80 {
		margin-right: 8rem !important;
		margin-left: 8rem !important
	}

	.mx-xl-85 {
		margin-right: 8.5rem !important;
		margin-left: 8.5rem !important
	}

	.mx-xl-90 {
		margin-right: 9rem !important;
		margin-left: 9rem !important
	}

	.mx-xl-95 {
		margin-right: 9.5rem !important;
		margin-left: 9.5rem !important
	}

	.mx-xl-100 {
		margin-right: 10rem !important;
		margin-left: 10rem !important
	}

	.mx-xl-105 {
		margin-right: 10.5rem !important;
		margin-left: 10.5rem !important
	}

	.mx-xl-110 {
		margin-right: 11rem !important;
		margin-left: 11rem !important
	}

	.mx-xl-115 {
		margin-right: 11.5rem !important;
		margin-left: 11.5rem !important
	}

	.mx-xl-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important
	}

	.mx-xl-125 {
		margin-right: 12.5rem !important;
		margin-left: 12.5rem !important
	}

	.mx-xl-130 {
		margin-right: 13rem !important;
		margin-left: 13rem !important
	}

	.mx-xl-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important
	}

	.mx-xl-145 {
		margin-right: 14.5rem !important;
		margin-left: 14.5rem !important
	}

	.mx-xl-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important
	}

	.mx-xl-160 {
		margin-right: 16rem !important;
		margin-left: 16rem !important
	}

	.mx-xl-170 {
		margin-right: 17rem !important;
		margin-left: 17rem !important
	}

	.mx-xl-180 {
		margin-right: 18rem !important;
		margin-left: 18rem !important
	}

	.mx-xl-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important
	}

	.mx-xl-220 {
		margin-right: 22rem !important;
		margin-left: 22rem !important
	}

	.mx-xl-240 {
		margin-right: 24rem !important;
		margin-left: 24rem !important
	}

	.mx-xl-250 {
		margin-right: 25rem !important;
		margin-left: 25rem !important
	}

	.mx-xl-350 {
		margin-right: 35rem !important;
		margin-left: 35rem !important
	}

	.mx-xl-370 {
		margin-right: 37rem !important;
		margin-left: 37rem !important
	}

	.mx-xl-410 {
		margin-right: 41rem !important;
		margin-left: 41rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .1rem !important;
		margin-bottom: .1rem !important
	}

	.my-xl-2 {
		margin-top: .2rem !important;
		margin-bottom: .2rem !important
	}

	.my-xl-3 {
		margin-top: .3rem !important;
		margin-bottom: .3rem !important
	}

	.my-xl-4 {
		margin-top: .4rem !important;
		margin-bottom: .4rem !important
	}

	.my-xl-5 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xl-6 {
		margin-top: .6rem !important;
		margin-bottom: .6rem !important
	}

	.my-xl-7 {
		margin-top: .7rem !important;
		margin-bottom: .7rem !important
	}

	.my-xl-8 {
		margin-top: .8rem !important;
		margin-bottom: .8rem !important
	}

	.my-xl-9 {
		margin-top: .9rem !important;
		margin-bottom: .9rem !important
	}

	.my-xl-10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-12 {
		margin-top: 1.2rem !important;
		margin-bottom: 1.2rem !important
	}

	.my-xl-13 {
		margin-top: 1.3rem !important;
		margin-bottom: 1.3rem !important
	}

	.my-xl-15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-17 {
		margin-top: 1.7rem !important;
		margin-bottom: 1.7rem !important
	}

	.my-xl-18 {
		margin-top: 1.8rem !important;
		margin-bottom: 1.8rem !important
	}

	.my-xl-20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.my-xl-22 {
		margin-top: 2.2rem !important;
		margin-bottom: 2.2rem !important
	}

	.my-xl-23 {
		margin-top: 2.3rem !important;
		margin-bottom: 2.3rem !important
	}

	.my-xl-25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-xl-26 {
		margin-top: 2.6rem !important;
		margin-bottom: 2.6rem !important
	}

	.my-xl-27 {
		margin-top: 2.7rem !important;
		margin-bottom: 2.7rem !important
	}

	.my-xl-30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-32 {
		margin-top: 3.2rem !important;
		margin-bottom: 3.2rem !important
	}

	.my-xl-35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.my-xl-37 {
		margin-top: 3.7rem !important;
		margin-bottom: 3.7rem !important
	}

	.my-xl-40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.my-xl-45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.my-xl-50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.my-xl-53 {
		margin-top: 5.3rem !important;
		margin-bottom: 5.3rem !important
	}

	.my-xl-55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.my-xl-58 {
		margin-top: 5.8rem !important;
		margin-bottom: 5.8rem !important
	}

	.my-xl-60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.my-xl-65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.my-xl-70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.my-xl-75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.my-xl-80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.my-xl-85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important
	}

	.my-xl-90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.my-xl-95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important
	}

	.my-xl-100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.my-xl-105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important
	}

	.my-xl-110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.my-xl-115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important
	}

	.my-xl-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.my-xl-125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important
	}

	.my-xl-130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.my-xl-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.my-xl-145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important
	}

	.my-xl-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.my-xl-160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.my-xl-170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.my-xl-180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.my-xl-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.my-xl-220 {
		margin-top: 22rem !important;
		margin-bottom: 22rem !important
	}

	.my-xl-240 {
		margin-top: 24rem !important;
		margin-bottom: 24rem !important
	}

	.my-xl-250 {
		margin-top: 25rem !important;
		margin-bottom: 25rem !important
	}

	.my-xl-350 {
		margin-top: 35rem !important;
		margin-bottom: 35rem !important
	}

	.my-xl-370 {
		margin-top: 37rem !important;
		margin-bottom: 37rem !important
	}

	.my-xl-410 {
		margin-top: 41rem !important;
		margin-bottom: 41rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .1rem !important
	}

	.mt-xl-2 {
		margin-top: .2rem !important
	}

	.mt-xl-3 {
		margin-top: .3rem !important
	}

	.mt-xl-4 {
		margin-top: .4rem !important
	}

	.mt-xl-5 {
		margin-top: .5rem !important
	}

	.mt-xl-6 {
		margin-top: .6rem !important
	}

	.mt-xl-7 {
		margin-top: .7rem !important
	}

	.mt-xl-8 {
		margin-top: .8rem !important
	}

	.mt-xl-9 {
		margin-top: .9rem !important
	}

	.mt-xl-10 {
		margin-top: 1rem !important
	}

	.mt-xl-12 {
		margin-top: 1.2rem !important
	}

	.mt-xl-13 {
		margin-top: 1.3rem !important
	}

	.mt-xl-15 {
		margin-top: 1.5rem !important
	}

	.mt-xl-17 {
		margin-top: 1.7rem !important
	}

	.mt-xl-18 {
		margin-top: 1.8rem !important
	}

	.mt-xl-20 {
		margin-top: 2rem !important
	}

	.mt-xl-22 {
		margin-top: 2.2rem !important
	}

	.mt-xl-23 {
		margin-top: 2.3rem !important
	}

	.mt-xl-25 {
		margin-top: 2.5rem !important
	}

	.mt-xl-26 {
		margin-top: 2.6rem !important
	}

	.mt-xl-27 {
		margin-top: 2.7rem !important
	}

	.mt-xl-30 {
		margin-top: 3rem !important
	}

	.mt-xl-32 {
		margin-top: 3.2rem !important
	}

	.mt-xl-35 {
		margin-top: 3.5rem !important
	}

	.mt-xl-37 {
		margin-top: 3.7rem !important
	}

	.mt-xl-40 {
		margin-top: 4rem !important
	}

	.mt-xl-45 {
		margin-top: 4.5rem !important
	}

	.mt-xl-50 {
		margin-top: 5rem !important
	}

	.mt-xl-53 {
		margin-top: 5.3rem !important
	}

	.mt-xl-55 {
		margin-top: 5.5rem !important
	}

	.mt-xl-58 {
		margin-top: 5.8rem !important
	}

	.mt-xl-60 {
		margin-top: 6rem !important
	}

	.mt-xl-65 {
		margin-top: 6.5rem !important
	}

	.mt-xl-70 {
		margin-top: 7rem !important
	}

	.mt-xl-75 {
		margin-top: 7.5rem !important
	}

	.mt-xl-80 {
		margin-top: 8rem !important
	}

	.mt-xl-85 {
		margin-top: 8.5rem !important
	}

	.mt-xl-90 {
		margin-top: 9rem !important
	}

	.mt-xl-95 {
		margin-top: 9.5rem !important
	}

	.mt-xl-100 {
		margin-top: 10rem !important
	}

	.mt-xl-105 {
		margin-top: 10.5rem !important
	}

	.mt-xl-110 {
		margin-top: 11rem !important
	}

	.mt-xl-115 {
		margin-top: 11.5rem !important
	}

	.mt-xl-120 {
		margin-top: 12rem !important
	}

	.mt-xl-125 {
		margin-top: 12.5rem !important
	}

	.mt-xl-130 {
		margin-top: 13rem !important
	}

	.mt-xl-140 {
		margin-top: 14rem !important
	}

	.mt-xl-145 {
		margin-top: 14.5rem !important
	}

	.mt-xl-150 {
		margin-top: 15rem !important
	}

	.mt-xl-160 {
		margin-top: 16rem !important
	}

	.mt-xl-170 {
		margin-top: 17rem !important
	}

	.mt-xl-180 {
		margin-top: 18rem !important
	}

	.mt-xl-200 {
		margin-top: 20rem !important
	}

	.mt-xl-220 {
		margin-top: 22rem !important
	}

	.mt-xl-240 {
		margin-top: 24rem !important
	}

	.mt-xl-250 {
		margin-top: 25rem !important
	}

	.mt-xl-350 {
		margin-top: 35rem !important
	}

	.mt-xl-370 {
		margin-top: 37rem !important
	}

	.mt-xl-410 {
		margin-top: 41rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .1rem !important
	}

	.me-xl-2 {
		margin-right: .2rem !important
	}

	.me-xl-3 {
		margin-right: .3rem !important
	}

	.me-xl-4 {
		margin-right: .4rem !important
	}

	.me-xl-5 {
		margin-right: .5rem !important
	}

	.me-xl-6 {
		margin-right: .6rem !important
	}

	.me-xl-7 {
		margin-right: .7rem !important
	}

	.me-xl-8 {
		margin-right: .8rem !important
	}

	.me-xl-9 {
		margin-right: .9rem !important
	}

	.me-xl-10 {
		margin-right: 1rem !important
	}

	.me-xl-12 {
		margin-right: 1.2rem !important
	}

	.me-xl-13 {
		margin-right: 1.3rem !important
	}

	.me-xl-15 {
		margin-right: 1.5rem !important
	}

	.me-xl-17 {
		margin-right: 1.7rem !important
	}

	.me-xl-18 {
		margin-right: 1.8rem !important
	}

	.me-xl-20 {
		margin-right: 2rem !important
	}

	.me-xl-22 {
		margin-right: 2.2rem !important
	}

	.me-xl-23 {
		margin-right: 2.3rem !important
	}

	.me-xl-25 {
		margin-right: 2.5rem !important
	}

	.me-xl-26 {
		margin-right: 2.6rem !important
	}

	.me-xl-27 {
		margin-right: 2.7rem !important
	}

	.me-xl-30 {
		margin-right: 3rem !important
	}

	.me-xl-32 {
		margin-right: 3.2rem !important
	}

	.me-xl-35 {
		margin-right: 3.5rem !important
	}

	.me-xl-37 {
		margin-right: 3.7rem !important
	}

	.me-xl-40 {
		margin-right: 4rem !important
	}

	.me-xl-45 {
		margin-right: 4.5rem !important
	}

	.me-xl-50 {
		margin-right: 5rem !important
	}

	.me-xl-53 {
		margin-right: 5.3rem !important
	}

	.me-xl-55 {
		margin-right: 5.5rem !important
	}

	.me-xl-58 {
		margin-right: 5.8rem !important
	}

	.me-xl-60 {
		margin-right: 6rem !important
	}

	.me-xl-65 {
		margin-right: 6.5rem !important
	}

	.me-xl-70 {
		margin-right: 7rem !important
	}

	.me-xl-75 {
		margin-right: 7.5rem !important
	}

	.me-xl-80 {
		margin-right: 8rem !important
	}

	.me-xl-85 {
		margin-right: 8.5rem !important
	}

	.me-xl-90 {
		margin-right: 9rem !important
	}

	.me-xl-95 {
		margin-right: 9.5rem !important
	}

	.me-xl-100 {
		margin-right: 10rem !important
	}

	.me-xl-105 {
		margin-right: 10.5rem !important
	}

	.me-xl-110 {
		margin-right: 11rem !important
	}

	.me-xl-115 {
		margin-right: 11.5rem !important
	}

	.me-xl-120 {
		margin-right: 12rem !important
	}

	.me-xl-125 {
		margin-right: 12.5rem !important
	}

	.me-xl-130 {
		margin-right: 13rem !important
	}

	.me-xl-140 {
		margin-right: 14rem !important
	}

	.me-xl-145 {
		margin-right: 14.5rem !important
	}

	.me-xl-150 {
		margin-right: 15rem !important
	}

	.me-xl-160 {
		margin-right: 16rem !important
	}

	.me-xl-170 {
		margin-right: 17rem !important
	}

	.me-xl-180 {
		margin-right: 18rem !important
	}

	.me-xl-200 {
		margin-right: 20rem !important
	}

	.me-xl-220 {
		margin-right: 22rem !important
	}

	.me-xl-240 {
		margin-right: 24rem !important
	}

	.me-xl-250 {
		margin-right: 25rem !important
	}

	.me-xl-350 {
		margin-right: 35rem !important
	}

	.me-xl-370 {
		margin-right: 37rem !important
	}

	.me-xl-410 {
		margin-right: 41rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .1rem !important
	}

	.mb-xl-2 {
		margin-bottom: .2rem !important
	}

	.mb-xl-3 {
		margin-bottom: .3rem !important
	}

	.mb-xl-4 {
		margin-bottom: .4rem !important
	}

	.mb-xl-5 {
		margin-bottom: .5rem !important
	}

	.mb-xl-6 {
		margin-bottom: .6rem !important
	}

	.mb-xl-7 {
		margin-bottom: .7rem !important
	}

	.mb-xl-8 {
		margin-bottom: .8rem !important
	}

	.mb-xl-9 {
		margin-bottom: .9rem !important
	}

	.mb-xl-10 {
		margin-bottom: 1rem !important
	}

	.mb-xl-12 {
		margin-bottom: 1.2rem !important
	}

	.mb-xl-13 {
		margin-bottom: 1.3rem !important
	}

	.mb-xl-15 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-17 {
		margin-bottom: 1.7rem !important
	}

	.mb-xl-18 {
		margin-bottom: 1.8rem !important
	}

	.mb-xl-20 {
		margin-bottom: 2rem !important
	}

	.mb-xl-22 {
		margin-bottom: 2.2rem !important
	}

	.mb-xl-23 {
		margin-bottom: 2.3rem !important
	}

	.mb-xl-25 {
		margin-bottom: 2.5rem !important
	}

	.mb-xl-26 {
		margin-bottom: 2.6rem !important
	}

	.mb-xl-27 {
		margin-bottom: 2.7rem !important
	}

	.mb-xl-30 {
		margin-bottom: 3rem !important
	}

	.mb-xl-32 {
		margin-bottom: 3.2rem !important
	}

	.mb-xl-35 {
		margin-bottom: 3.5rem !important
	}

	.mb-xl-37 {
		margin-bottom: 3.7rem !important
	}

	.mb-xl-40 {
		margin-bottom: 4rem !important
	}

	.mb-xl-45 {
		margin-bottom: 4.5rem !important
	}

	.mb-xl-50 {
		margin-bottom: 5rem !important
	}

	.mb-xl-53 {
		margin-bottom: 5.3rem !important
	}

	.mb-xl-55 {
		margin-bottom: 5.5rem !important
	}

	.mb-xl-58 {
		margin-bottom: 5.8rem !important
	}

	.mb-xl-60 {
		margin-bottom: 6rem !important
	}

	.mb-xl-65 {
		margin-bottom: 6.5rem !important
	}

	.mb-xl-70 {
		margin-bottom: 7rem !important
	}

	.mb-xl-75 {
		margin-bottom: 7.5rem !important
	}

	.mb-xl-80 {
		margin-bottom: 8rem !important
	}

	.mb-xl-85 {
		margin-bottom: 8.5rem !important
	}

	.mb-xl-90 {
		margin-bottom: 9rem !important
	}

	.mb-xl-95 {
		margin-bottom: 9.5rem !important
	}

	.mb-xl-100 {
		margin-bottom: 10rem !important
	}

	.mb-xl-105 {
		margin-bottom: 10.5rem !important
	}

	.mb-xl-110 {
		margin-bottom: 11rem !important
	}

	.mb-xl-115 {
		margin-bottom: 11.5rem !important
	}

	.mb-xl-120 {
		margin-bottom: 12rem !important
	}

	.mb-xl-125 {
		margin-bottom: 12.5rem !important
	}

	.mb-xl-130 {
		margin-bottom: 13rem !important
	}

	.mb-xl-140 {
		margin-bottom: 14rem !important
	}

	.mb-xl-145 {
		margin-bottom: 14.5rem !important
	}

	.mb-xl-150 {
		margin-bottom: 15rem !important
	}

	.mb-xl-160 {
		margin-bottom: 16rem !important
	}

	.mb-xl-170 {
		margin-bottom: 17rem !important
	}

	.mb-xl-180 {
		margin-bottom: 18rem !important
	}

	.mb-xl-200 {
		margin-bottom: 20rem !important
	}

	.mb-xl-220 {
		margin-bottom: 22rem !important
	}

	.mb-xl-240 {
		margin-bottom: 24rem !important
	}

	.mb-xl-250 {
		margin-bottom: 25rem !important
	}

	.mb-xl-350 {
		margin-bottom: 35rem !important
	}

	.mb-xl-370 {
		margin-bottom: 37rem !important
	}

	.mb-xl-410 {
		margin-bottom: 41rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .1rem !important
	}

	.ms-xl-2 {
		margin-left: .2rem !important
	}

	.ms-xl-3 {
		margin-left: .3rem !important
	}

	.ms-xl-4 {
		margin-left: .4rem !important
	}

	.ms-xl-5 {
		margin-left: .5rem !important
	}

	.ms-xl-6 {
		margin-left: .6rem !important
	}

	.ms-xl-7 {
		margin-left: .7rem !important
	}

	.ms-xl-8 {
		margin-left: .8rem !important
	}

	.ms-xl-9 {
		margin-left: .9rem !important
	}

	.ms-xl-10 {
		margin-left: 1rem !important
	}

	.ms-xl-12 {
		margin-left: 1.2rem !important
	}

	.ms-xl-13 {
		margin-left: 1.3rem !important
	}

	.ms-xl-15 {
		margin-left: 1.5rem !important
	}

	.ms-xl-17 {
		margin-left: 1.7rem !important
	}

	.ms-xl-18 {
		margin-left: 1.8rem !important
	}

	.ms-xl-20 {
		margin-left: 2rem !important
	}

	.ms-xl-22 {
		margin-left: 2.2rem !important
	}

	.ms-xl-23 {
		margin-left: 2.3rem !important
	}

	.ms-xl-25 {
		margin-left: 2.5rem !important
	}

	.ms-xl-26 {
		margin-left: 2.6rem !important
	}

	.ms-xl-27 {
		margin-left: 2.7rem !important
	}

	.ms-xl-30 {
		margin-left: 3rem !important
	}

	.ms-xl-32 {
		margin-left: 3.2rem !important
	}

	.ms-xl-35 {
		margin-left: 3.5rem !important
	}

	.ms-xl-37 {
		margin-left: 3.7rem !important
	}

	.ms-xl-40 {
		margin-left: 4rem !important
	}

	.ms-xl-45 {
		margin-left: 4.5rem !important
	}

	.ms-xl-50 {
		margin-left: 5rem !important
	}

	.ms-xl-53 {
		margin-left: 5.3rem !important
	}

	.ms-xl-55 {
		margin-left: 5.5rem !important
	}

	.ms-xl-58 {
		margin-left: 5.8rem !important
	}

	.ms-xl-60 {
		margin-left: 6rem !important
	}

	.ms-xl-65 {
		margin-left: 6.5rem !important
	}

	.ms-xl-70 {
		margin-left: 7rem !important
	}

	.ms-xl-75 {
		margin-left: 7.5rem !important
	}

	.ms-xl-80 {
		margin-left: 8rem !important
	}

	.ms-xl-85 {
		margin-left: 8.5rem !important
	}

	.ms-xl-90 {
		margin-left: 9rem !important
	}

	.ms-xl-95 {
		margin-left: 9.5rem !important
	}

	.ms-xl-100 {
		margin-left: 10rem !important
	}

	.ms-xl-105 {
		margin-left: 10.5rem !important
	}

	.ms-xl-110 {
		margin-left: 11rem !important
	}

	.ms-xl-115 {
		margin-left: 11.5rem !important
	}

	.ms-xl-120 {
		margin-left: 12rem !important
	}

	.ms-xl-125 {
		margin-left: 12.5rem !important
	}

	.ms-xl-130 {
		margin-left: 13rem !important
	}

	.ms-xl-140 {
		margin-left: 14rem !important
	}

	.ms-xl-145 {
		margin-left: 14.5rem !important
	}

	.ms-xl-150 {
		margin-left: 15rem !important
	}

	.ms-xl-160 {
		margin-left: 16rem !important
	}

	.ms-xl-170 {
		margin-left: 17rem !important
	}

	.ms-xl-180 {
		margin-left: 18rem !important
	}

	.ms-xl-200 {
		margin-left: 20rem !important
	}

	.ms-xl-220 {
		margin-left: 22rem !important
	}

	.ms-xl-240 {
		margin-left: 24rem !important
	}

	.ms-xl-250 {
		margin-left: 25rem !important
	}

	.ms-xl-350 {
		margin-left: 35rem !important
	}

	.ms-xl-370 {
		margin-left: 37rem !important
	}

	.ms-xl-410 {
		margin-left: 41rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .1rem !important
	}

	.p-xl-2 {
		padding: .2rem !important
	}

	.p-xl-3 {
		padding: .3rem !important
	}

	.p-xl-4 {
		padding: .4rem !important
	}

	.p-xl-5 {
		padding: .5rem !important
	}

	.p-xl-6 {
		padding: .6rem !important
	}

	.p-xl-7 {
		padding: .7rem !important
	}

	.p-xl-8 {
		padding: .8rem !important
	}

	.p-xl-9 {
		padding: .9rem !important
	}

	.p-xl-10 {
		padding: 1rem !important
	}

	.p-xl-12 {
		padding: 1.2rem !important
	}

	.p-xl-13 {
		padding: 1.3rem !important
	}

	.p-xl-15 {
		padding: 1.5rem !important
	}

	.p-xl-17 {
		padding: 1.7rem !important
	}

	.p-xl-18 {
		padding: 1.8rem !important
	}

	.p-xl-20 {
		padding: 2rem !important
	}

	.p-xl-22 {
		padding: 2.2rem !important
	}

	.p-xl-23 {
		padding: 2.3rem !important
	}

	.p-xl-25 {
		padding: 2.5rem !important
	}

	.p-xl-26 {
		padding: 2.6rem !important
	}

	.p-xl-27 {
		padding: 2.7rem !important
	}

	.p-xl-30 {
		padding: 3rem !important
	}

	.p-xl-32 {
		padding: 3.2rem !important
	}

	.p-xl-35 {
		padding: 3.5rem !important
	}

	.p-xl-37 {
		padding: 3.7rem !important
	}

	.p-xl-40 {
		padding: 4rem !important
	}

	.p-xl-45 {
		padding: 4.5rem !important
	}

	.p-xl-50 {
		padding: 5rem !important
	}

	.p-xl-53 {
		padding: 5.3rem !important
	}

	.p-xl-55 {
		padding: 5.5rem !important
	}

	.p-xl-58 {
		padding: 5.8rem !important
	}

	.p-xl-60 {
		padding: 6rem !important
	}

	.p-xl-65 {
		padding: 6.5rem !important
	}

	.p-xl-70 {
		padding: 7rem !important
	}

	.p-xl-75 {
		padding: 7.5rem !important
	}

	.p-xl-80 {
		padding: 8rem !important
	}

	.p-xl-85 {
		padding: 8.5rem !important
	}

	.p-xl-90 {
		padding: 9rem !important
	}

	.p-xl-95 {
		padding: 9.5rem !important
	}

	.p-xl-100 {
		padding: 10rem !important
	}

	.p-xl-105 {
		padding: 10.5rem !important
	}

	.p-xl-110 {
		padding: 11rem !important
	}

	.p-xl-115 {
		padding: 11.5rem !important
	}

	.p-xl-120 {
		padding: 12rem !important
	}

	.p-xl-125 {
		padding: 12.5rem !important
	}

	.p-xl-130 {
		padding: 13rem !important
	}

	.p-xl-140 {
		padding: 14rem !important
	}

	.p-xl-145 {
		padding: 14.5rem !important
	}

	.p-xl-150 {
		padding: 15rem !important
	}

	.p-xl-160 {
		padding: 16rem !important
	}

	.p-xl-170 {
		padding: 17rem !important
	}

	.p-xl-180 {
		padding: 18rem !important
	}

	.p-xl-200 {
		padding: 20rem !important
	}

	.p-xl-220 {
		padding: 22rem !important
	}

	.p-xl-240 {
		padding: 24rem !important
	}

	.p-xl-250 {
		padding: 25rem !important
	}

	.p-xl-350 {
		padding: 35rem !important
	}

	.p-xl-370 {
		padding: 37rem !important
	}

	.p-xl-410 {
		padding: 41rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .1rem !important;
		padding-left: .1rem !important
	}

	.px-xl-2 {
		padding-right: .2rem !important;
		padding-left: .2rem !important
	}

	.px-xl-3 {
		padding-right: .3rem !important;
		padding-left: .3rem !important
	}

	.px-xl-4 {
		padding-right: .4rem !important;
		padding-left: .4rem !important
	}

	.px-xl-5 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-6 {
		padding-right: .6rem !important;
		padding-left: .6rem !important
	}

	.px-xl-7 {
		padding-right: .7rem !important;
		padding-left: .7rem !important
	}

	.px-xl-8 {
		padding-right: .8rem !important;
		padding-left: .8rem !important
	}

	.px-xl-9 {
		padding-right: .9rem !important;
		padding-left: .9rem !important
	}

	.px-xl-10 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-12 {
		padding-right: 1.2rem !important;
		padding-left: 1.2rem !important
	}

	.px-xl-13 {
		padding-right: 1.3rem !important;
		padding-left: 1.3rem !important
	}

	.px-xl-15 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-17 {
		padding-right: 1.7rem !important;
		padding-left: 1.7rem !important
	}

	.px-xl-18 {
		padding-right: 1.8rem !important;
		padding-left: 1.8rem !important
	}

	.px-xl-20 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.px-xl-22 {
		padding-right: 2.2rem !important;
		padding-left: 2.2rem !important
	}

	.px-xl-23 {
		padding-right: 2.3rem !important;
		padding-left: 2.3rem !important
	}

	.px-xl-25 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-xl-26 {
		padding-right: 2.6rem !important;
		padding-left: 2.6rem !important
	}

	.px-xl-27 {
		padding-right: 2.7rem !important;
		padding-left: 2.7rem !important
	}

	.px-xl-30 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.px-xl-32 {
		padding-right: 3.2rem !important;
		padding-left: 3.2rem !important
	}

	.px-xl-35 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.px-xl-37 {
		padding-right: 3.7rem !important;
		padding-left: 3.7rem !important
	}

	.px-xl-40 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.px-xl-45 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.px-xl-50 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.px-xl-53 {
		padding-right: 5.3rem !important;
		padding-left: 5.3rem !important
	}

	.px-xl-55 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.px-xl-58 {
		padding-right: 5.8rem !important;
		padding-left: 5.8rem !important
	}

	.px-xl-60 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.px-xl-65 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.px-xl-70 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.px-xl-75 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.px-xl-80 {
		padding-right: 8rem !important;
		padding-left: 8rem !important
	}

	.px-xl-85 {
		padding-right: 8.5rem !important;
		padding-left: 8.5rem !important
	}

	.px-xl-90 {
		padding-right: 9rem !important;
		padding-left: 9rem !important
	}

	.px-xl-95 {
		padding-right: 9.5rem !important;
		padding-left: 9.5rem !important
	}

	.px-xl-100 {
		padding-right: 10rem !important;
		padding-left: 10rem !important
	}

	.px-xl-105 {
		padding-right: 10.5rem !important;
		padding-left: 10.5rem !important
	}

	.px-xl-110 {
		padding-right: 11rem !important;
		padding-left: 11rem !important
	}

	.px-xl-115 {
		padding-right: 11.5rem !important;
		padding-left: 11.5rem !important
	}

	.px-xl-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important
	}

	.px-xl-125 {
		padding-right: 12.5rem !important;
		padding-left: 12.5rem !important
	}

	.px-xl-130 {
		padding-right: 13rem !important;
		padding-left: 13rem !important
	}

	.px-xl-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important
	}

	.px-xl-145 {
		padding-right: 14.5rem !important;
		padding-left: 14.5rem !important
	}

	.px-xl-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important
	}

	.px-xl-160 {
		padding-right: 16rem !important;
		padding-left: 16rem !important
	}

	.px-xl-170 {
		padding-right: 17rem !important;
		padding-left: 17rem !important
	}

	.px-xl-180 {
		padding-right: 18rem !important;
		padding-left: 18rem !important
	}

	.px-xl-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important
	}

	.px-xl-220 {
		padding-right: 22rem !important;
		padding-left: 22rem !important
	}

	.px-xl-240 {
		padding-right: 24rem !important;
		padding-left: 24rem !important
	}

	.px-xl-250 {
		padding-right: 25rem !important;
		padding-left: 25rem !important
	}

	.px-xl-350 {
		padding-right: 35rem !important;
		padding-left: 35rem !important
	}

	.px-xl-370 {
		padding-right: 37rem !important;
		padding-left: 37rem !important
	}

	.px-xl-410 {
		padding-right: 41rem !important;
		padding-left: 41rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .1rem !important;
		padding-bottom: .1rem !important
	}

	.py-xl-2 {
		padding-top: .2rem !important;
		padding-bottom: .2rem !important
	}

	.py-xl-3 {
		padding-top: .3rem !important;
		padding-bottom: .3rem !important
	}

	.py-xl-4 {
		padding-top: .4rem !important;
		padding-bottom: .4rem !important
	}

	.py-xl-5 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-6 {
		padding-top: .6rem !important;
		padding-bottom: .6rem !important
	}

	.py-xl-7 {
		padding-top: .7rem !important;
		padding-bottom: .7rem !important
	}

	.py-xl-8 {
		padding-top: .8rem !important;
		padding-bottom: .8rem !important
	}

	.py-xl-9 {
		padding-top: .9rem !important;
		padding-bottom: .9rem !important
	}

	.py-xl-10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-12 {
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important
	}

	.py-xl-13 {
		padding-top: 1.3rem !important;
		padding-bottom: 1.3rem !important
	}

	.py-xl-15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-17 {
		padding-top: 1.7rem !important;
		padding-bottom: 1.7rem !important
	}

	.py-xl-18 {
		padding-top: 1.8rem !important;
		padding-bottom: 1.8rem !important
	}

	.py-xl-20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.py-xl-22 {
		padding-top: 2.2rem !important;
		padding-bottom: 2.2rem !important
	}

	.py-xl-23 {
		padding-top: 2.3rem !important;
		padding-bottom: 2.3rem !important
	}

	.py-xl-25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-xl-26 {
		padding-top: 2.6rem !important;
		padding-bottom: 2.6rem !important
	}

	.py-xl-27 {
		padding-top: 2.7rem !important;
		padding-bottom: 2.7rem !important
	}

	.py-xl-30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.py-xl-32 {
		padding-top: 3.2rem !important;
		padding-bottom: 3.2rem !important
	}

	.py-xl-35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-xl-37 {
		padding-top: 3.7rem !important;
		padding-bottom: 3.7rem !important
	}

	.py-xl-40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.py-xl-45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.py-xl-50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.py-xl-53 {
		padding-top: 5.3rem !important;
		padding-bottom: 5.3rem !important
	}

	.py-xl-55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.py-xl-58 {
		padding-top: 5.8rem !important;
		padding-bottom: 5.8rem !important
	}

	.py-xl-60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.py-xl-65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.py-xl-70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.py-xl-75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.py-xl-80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.py-xl-85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important
	}

	.py-xl-90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.py-xl-95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important
	}

	.py-xl-100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.py-xl-105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important
	}

	.py-xl-110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.py-xl-115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important
	}

	.py-xl-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.py-xl-125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important
	}

	.py-xl-130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.py-xl-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.py-xl-145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important
	}

	.py-xl-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.py-xl-160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.py-xl-170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.py-xl-180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.py-xl-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.py-xl-220 {
		padding-top: 22rem !important;
		padding-bottom: 22rem !important
	}

	.py-xl-240 {
		padding-top: 24rem !important;
		padding-bottom: 24rem !important
	}

	.py-xl-250 {
		padding-top: 25rem !important;
		padding-bottom: 25rem !important
	}

	.py-xl-350 {
		padding-top: 35rem !important;
		padding-bottom: 35rem !important
	}

	.py-xl-370 {
		padding-top: 37rem !important;
		padding-bottom: 37rem !important
	}

	.py-xl-410 {
		padding-top: 41rem !important;
		padding-bottom: 41rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .1rem !important
	}

	.pt-xl-2 {
		padding-top: .2rem !important
	}

	.pt-xl-3 {
		padding-top: .3rem !important
	}

	.pt-xl-4 {
		padding-top: .4rem !important
	}

	.pt-xl-5 {
		padding-top: .5rem !important
	}

	.pt-xl-6 {
		padding-top: .6rem !important
	}

	.pt-xl-7 {
		padding-top: .7rem !important
	}

	.pt-xl-8 {
		padding-top: .8rem !important
	}

	.pt-xl-9 {
		padding-top: .9rem !important
	}

	.pt-xl-10 {
		padding-top: 1rem !important
	}

	.pt-xl-12 {
		padding-top: 1.2rem !important
	}

	.pt-xl-13 {
		padding-top: 1.3rem !important
	}

	.pt-xl-15 {
		padding-top: 1.5rem !important
	}

	.pt-xl-17 {
		padding-top: 1.7rem !important
	}

	.pt-xl-18 {
		padding-top: 1.8rem !important
	}

	.pt-xl-20 {
		padding-top: 2rem !important
	}

	.pt-xl-22 {
		padding-top: 2.2rem !important
	}

	.pt-xl-23 {
		padding-top: 2.3rem !important
	}

	.pt-xl-25 {
		padding-top: 2.5rem !important
	}

	.pt-xl-26 {
		padding-top: 2.6rem !important
	}

	.pt-xl-27 {
		padding-top: 2.7rem !important
	}

	.pt-xl-30 {
		padding-top: 3rem !important
	}

	.pt-xl-32 {
		padding-top: 3.2rem !important
	}

	.pt-xl-35 {
		padding-top: 3.5rem !important
	}

	.pt-xl-37 {
		padding-top: 3.7rem !important
	}

	.pt-xl-40 {
		padding-top: 4rem !important
	}

	.pt-xl-45 {
		padding-top: 4.5rem !important
	}

	.pt-xl-50 {
		padding-top: 5rem !important
	}

	.pt-xl-53 {
		padding-top: 5.3rem !important
	}

	.pt-xl-55 {
		padding-top: 5.5rem !important
	}

	.pt-xl-58 {
		padding-top: 5.8rem !important
	}

	.pt-xl-60 {
		padding-top: 6rem !important
	}

	.pt-xl-65 {
		padding-top: 6.5rem !important
	}

	.pt-xl-70 {
		padding-top: 7rem !important
	}

	.pt-xl-75 {
		padding-top: 7.5rem !important
	}

	.pt-xl-80 {
		padding-top: 8rem !important
	}

	.pt-xl-85 {
		padding-top: 8.5rem !important
	}

	.pt-xl-90 {
		padding-top: 9rem !important
	}

	.pt-xl-95 {
		padding-top: 9.5rem !important
	}

	.pt-xl-100 {
		padding-top: 10rem !important
	}

	.pt-xl-105 {
		padding-top: 10.5rem !important
	}

	.pt-xl-110 {
		padding-top: 11rem !important
	}

	.pt-xl-115 {
		padding-top: 11.5rem !important
	}

	.pt-xl-120 {
		padding-top: 12rem !important
	}

	.pt-xl-125 {
		padding-top: 12.5rem !important
	}

	.pt-xl-130 {
		padding-top: 13rem !important
	}

	.pt-xl-140 {
		padding-top: 14rem !important
	}

	.pt-xl-145 {
		padding-top: 14.5rem !important
	}

	.pt-xl-150 {
		padding-top: 15rem !important
	}

	.pt-xl-160 {
		padding-top: 16rem !important
	}

	.pt-xl-170 {
		padding-top: 17rem !important
	}

	.pt-xl-180 {
		padding-top: 18rem !important
	}

	.pt-xl-200 {
		padding-top: 20rem !important
	}

	.pt-xl-220 {
		padding-top: 22rem !important
	}

	.pt-xl-240 {
		padding-top: 24rem !important
	}

	.pt-xl-250 {
		padding-top: 25rem !important
	}

	.pt-xl-350 {
		padding-top: 35rem !important
	}

	.pt-xl-370 {
		padding-top: 37rem !important
	}

	.pt-xl-410 {
		padding-top: 41rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .1rem !important
	}

	.pe-xl-2 {
		padding-right: .2rem !important
	}

	.pe-xl-3 {
		padding-right: .3rem !important
	}

	.pe-xl-4 {
		padding-right: .4rem !important
	}

	.pe-xl-5 {
		padding-right: .5rem !important
	}

	.pe-xl-6 {
		padding-right: .6rem !important
	}

	.pe-xl-7 {
		padding-right: .7rem !important
	}

	.pe-xl-8 {
		padding-right: .8rem !important
	}

	.pe-xl-9 {
		padding-right: .9rem !important
	}

	.pe-xl-10 {
		padding-right: 1rem !important
	}

	.pe-xl-12 {
		padding-right: 1.2rem !important
	}

	.pe-xl-13 {
		padding-right: 1.3rem !important
	}

	.pe-xl-15 {
		padding-right: 1.5rem !important
	}

	.pe-xl-17 {
		padding-right: 1.7rem !important
	}

	.pe-xl-18 {
		padding-right: 1.8rem !important
	}

	.pe-xl-20 {
		padding-right: 2rem !important
	}

	.pe-xl-22 {
		padding-right: 2.2rem !important
	}

	.pe-xl-23 {
		padding-right: 2.3rem !important
	}

	.pe-xl-25 {
		padding-right: 2.5rem !important
	}

	.pe-xl-26 {
		padding-right: 2.6rem !important
	}

	.pe-xl-27 {
		padding-right: 2.7rem !important
	}

	.pe-xl-30 {
		padding-right: 3rem !important
	}

	.pe-xl-32 {
		padding-right: 3.2rem !important
	}

	.pe-xl-35 {
		padding-right: 3.5rem !important
	}

	.pe-xl-37 {
		padding-right: 3.7rem !important
	}

	.pe-xl-40 {
		padding-right: 4rem !important
	}

	.pe-xl-45 {
		padding-right: 4.5rem !important
	}

	.pe-xl-50 {
		padding-right: 5rem !important
	}

	.pe-xl-53 {
		padding-right: 5.3rem !important
	}

	.pe-xl-55 {
		padding-right: 5.5rem !important
	}

	.pe-xl-58 {
		padding-right: 5.8rem !important
	}

	.pe-xl-60 {
		padding-right: 6rem !important
	}

	.pe-xl-65 {
		padding-right: 6.5rem !important
	}

	.pe-xl-70 {
		padding-right: 7rem !important
	}

	.pe-xl-75 {
		padding-right: 7.5rem !important
	}

	.pe-xl-80 {
		padding-right: 8rem !important
	}

	.pe-xl-85 {
		padding-right: 8.5rem !important
	}

	.pe-xl-90 {
		padding-right: 9rem !important
	}

	.pe-xl-95 {
		padding-right: 9.5rem !important
	}

	.pe-xl-100 {
		padding-right: 10rem !important
	}

	.pe-xl-105 {
		padding-right: 10.5rem !important
	}

	.pe-xl-110 {
		padding-right: 11rem !important
	}

	.pe-xl-115 {
		padding-right: 11.5rem !important
	}

	.pe-xl-120 {
		padding-right: 12rem !important
	}

	.pe-xl-125 {
		padding-right: 12.5rem !important
	}

	.pe-xl-130 {
		padding-right: 13rem !important
	}

	.pe-xl-140 {
		padding-right: 14rem !important
	}

	.pe-xl-145 {
		padding-right: 14.5rem !important
	}

	.pe-xl-150 {
		padding-right: 15rem !important
	}

	.pe-xl-160 {
		padding-right: 16rem !important
	}

	.pe-xl-170 {
		padding-right: 17rem !important
	}

	.pe-xl-180 {
		padding-right: 18rem !important
	}

	.pe-xl-200 {
		padding-right: 20rem !important
	}

	.pe-xl-220 {
		padding-right: 22rem !important
	}

	.pe-xl-240 {
		padding-right: 24rem !important
	}

	.pe-xl-250 {
		padding-right: 25rem !important
	}

	.pe-xl-350 {
		padding-right: 35rem !important
	}

	.pe-xl-370 {
		padding-right: 37rem !important
	}

	.pe-xl-410 {
		padding-right: 41rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .1rem !important
	}

	.pb-xl-2 {
		padding-bottom: .2rem !important
	}

	.pb-xl-3 {
		padding-bottom: .3rem !important
	}

	.pb-xl-4 {
		padding-bottom: .4rem !important
	}

	.pb-xl-5 {
		padding-bottom: .5rem !important
	}

	.pb-xl-6 {
		padding-bottom: .6rem !important
	}

	.pb-xl-7 {
		padding-bottom: .7rem !important
	}

	.pb-xl-8 {
		padding-bottom: .8rem !important
	}

	.pb-xl-9 {
		padding-bottom: .9rem !important
	}

	.pb-xl-10 {
		padding-bottom: 1rem !important
	}

	.pb-xl-12 {
		padding-bottom: 1.2rem !important
	}

	.pb-xl-13 {
		padding-bottom: 1.3rem !important
	}

	.pb-xl-15 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-17 {
		padding-bottom: 1.7rem !important
	}

	.pb-xl-18 {
		padding-bottom: 1.8rem !important
	}

	.pb-xl-20 {
		padding-bottom: 2rem !important
	}

	.pb-xl-22 {
		padding-bottom: 2.2rem !important
	}

	.pb-xl-23 {
		padding-bottom: 2.3rem !important
	}

	.pb-xl-25 {
		padding-bottom: 2.5rem !important
	}

	.pb-xl-26 {
		padding-bottom: 2.6rem !important
	}

	.pb-xl-27 {
		padding-bottom: 2.7rem !important
	}

	.pb-xl-30 {
		padding-bottom: 3rem !important
	}

	.pb-xl-32 {
		padding-bottom: 3.2rem !important
	}

	.pb-xl-35 {
		padding-bottom: 3.5rem !important
	}

	.pb-xl-37 {
		padding-bottom: 3.7rem !important
	}

	.pb-xl-40 {
		padding-bottom: 4rem !important
	}

	.pb-xl-45 {
		padding-bottom: 4.5rem !important
	}

	.pb-xl-50 {
		padding-bottom: 5rem !important
	}

	.pb-xl-53 {
		padding-bottom: 5.3rem !important
	}

	.pb-xl-55 {
		padding-bottom: 5.5rem !important
	}

	.pb-xl-58 {
		padding-bottom: 5.8rem !important
	}

	.pb-xl-60 {
		padding-bottom: 6rem !important
	}

	.pb-xl-65 {
		padding-bottom: 6.5rem !important
	}

	.pb-xl-70 {
		padding-bottom: 7rem !important
	}

	.pb-xl-75 {
		padding-bottom: 7.5rem !important
	}

	.pb-xl-80 {
		padding-bottom: 8rem !important
	}

	.pb-xl-85 {
		padding-bottom: 8.5rem !important
	}

	.pb-xl-90 {
		padding-bottom: 9rem !important
	}

	.pb-xl-95 {
		padding-bottom: 9.5rem !important
	}

	.pb-xl-100 {
		padding-bottom: 10rem !important
	}

	.pb-xl-105 {
		padding-bottom: 10.5rem !important
	}

	.pb-xl-110 {
		padding-bottom: 11rem !important
	}

	.pb-xl-115 {
		padding-bottom: 11.5rem !important
	}

	.pb-xl-120 {
		padding-bottom: 12rem !important
	}

	.pb-xl-125 {
		padding-bottom: 12.5rem !important
	}

	.pb-xl-130 {
		padding-bottom: 13rem !important
	}

	.pb-xl-140 {
		padding-bottom: 14rem !important
	}

	.pb-xl-145 {
		padding-bottom: 14.5rem !important
	}

	.pb-xl-150 {
		padding-bottom: 15rem !important
	}

	.pb-xl-160 {
		padding-bottom: 16rem !important
	}

	.pb-xl-170 {
		padding-bottom: 17rem !important
	}

	.pb-xl-180 {
		padding-bottom: 18rem !important
	}

	.pb-xl-200 {
		padding-bottom: 20rem !important
	}

	.pb-xl-220 {
		padding-bottom: 22rem !important
	}

	.pb-xl-240 {
		padding-bottom: 24rem !important
	}

	.pb-xl-250 {
		padding-bottom: 25rem !important
	}

	.pb-xl-350 {
		padding-bottom: 35rem !important
	}

	.pb-xl-370 {
		padding-bottom: 37rem !important
	}

	.pb-xl-410 {
		padding-bottom: 41rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .1rem !important
	}

	.ps-xl-2 {
		padding-left: .2rem !important
	}

	.ps-xl-3 {
		padding-left: .3rem !important
	}

	.ps-xl-4 {
		padding-left: .4rem !important
	}

	.ps-xl-5 {
		padding-left: .5rem !important
	}

	.ps-xl-6 {
		padding-left: .6rem !important
	}

	.ps-xl-7 {
		padding-left: .7rem !important
	}

	.ps-xl-8 {
		padding-left: .8rem !important
	}

	.ps-xl-9 {
		padding-left: .9rem !important
	}

	.ps-xl-10 {
		padding-left: 1rem !important
	}

	.ps-xl-12 {
		padding-left: 1.2rem !important
	}

	.ps-xl-13 {
		padding-left: 1.3rem !important
	}

	.ps-xl-15 {
		padding-left: 1.5rem !important
	}

	.ps-xl-17 {
		padding-left: 1.7rem !important
	}

	.ps-xl-18 {
		padding-left: 1.8rem !important
	}

	.ps-xl-20 {
		padding-left: 2rem !important
	}

	.ps-xl-22 {
		padding-left: 2.2rem !important
	}

	.ps-xl-23 {
		padding-left: 2.3rem !important
	}

	.ps-xl-25 {
		padding-left: 2.5rem !important
	}

	.ps-xl-26 {
		padding-left: 2.6rem !important
	}

	.ps-xl-27 {
		padding-left: 2.7rem !important
	}

	.ps-xl-30 {
		padding-left: 3rem !important
	}

	.ps-xl-32 {
		padding-left: 3.2rem !important
	}

	.ps-xl-35 {
		padding-left: 3.5rem !important
	}

	.ps-xl-37 {
		padding-left: 3.7rem !important
	}

	.ps-xl-40 {
		padding-left: 4rem !important
	}

	.ps-xl-45 {
		padding-left: 4.5rem !important
	}

	.ps-xl-50 {
		padding-left: 5rem !important
	}

	.ps-xl-53 {
		padding-left: 5.3rem !important
	}

	.ps-xl-55 {
		padding-left: 5.5rem !important
	}

	.ps-xl-58 {
		padding-left: 5.8rem !important
	}

	.ps-xl-60 {
		padding-left: 6rem !important
	}

	.ps-xl-65 {
		padding-left: 6.5rem !important
	}

	.ps-xl-70 {
		padding-left: 7rem !important
	}

	.ps-xl-75 {
		padding-left: 7.5rem !important
	}

	.ps-xl-80 {
		padding-left: 8rem !important
	}

	.ps-xl-85 {
		padding-left: 8.5rem !important
	}

	.ps-xl-90 {
		padding-left: 9rem !important
	}

	.ps-xl-95 {
		padding-left: 9.5rem !important
	}

	.ps-xl-100 {
		padding-left: 10rem !important
	}

	.ps-xl-105 {
		padding-left: 10.5rem !important
	}

	.ps-xl-110 {
		padding-left: 11rem !important
	}

	.ps-xl-115 {
		padding-left: 11.5rem !important
	}

	.ps-xl-120 {
		padding-left: 12rem !important
	}

	.ps-xl-125 {
		padding-left: 12.5rem !important
	}

	.ps-xl-130 {
		padding-left: 13rem !important
	}

	.ps-xl-140 {
		padding-left: 14rem !important
	}

	.ps-xl-145 {
		padding-left: 14.5rem !important
	}

	.ps-xl-150 {
		padding-left: 15rem !important
	}

	.ps-xl-160 {
		padding-left: 16rem !important
	}

	.ps-xl-170 {
		padding-left: 17rem !important
	}

	.ps-xl-180 {
		padding-left: 18rem !important
	}

	.ps-xl-200 {
		padding-left: 20rem !important
	}

	.ps-xl-220 {
		padding-left: 22rem !important
	}

	.ps-xl-240 {
		padding-left: 24rem !important
	}

	.ps-xl-250 {
		padding-left: 25rem !important
	}

	.ps-xl-350 {
		padding-left: 35rem !important
	}

	.ps-xl-370 {
		padding-left: 37rem !important
	}

	.ps-xl-410 {
		padding-left: 41rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}

	.fs-xl {
		font-size: 2rem !important
	}

	.fs-lg {
		font-size: 1.8rem !important
	}

	.fs-base {
		font-size: 1.6rem !important
	}

	.fs-md {
		font-size: 1.4rem !important
	}

	.h1, h1 {
		font-size: 4rem
	}

	.h2, h2 {
		font-size: 3.2rem
	}

	.h3, h3 {
		font-size: 2.8rem
	}

	.h4, h4 {
		font-size: 2.4rem
	}

	.h5, h5 {
		font-size: 2rem
	}

	.h6, h6 {
		font-size: 1.6rem
	}

	legend {
		font-size: 1.5rem
	}

	.lead {
		font-size: 2rem
	}

	.display-1 {
		font-size: 5rem
	}

	.display-2 {
		font-size: 4.5rem
	}

	.display-3 {
		font-size: 4rem
	}

	.display-4 {
		font-size: 3.5rem
	}

	.display-5 {
		font-size: 3rem
	}

	.display-6 {
		font-size: 2.5rem
	}

	.blockquote {
		font-size: 2rem
	}

	.col-xl {
		flex: 1 0 0%
	}

	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}

	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .1rem
	}

	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .1rem
	}

	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .2rem
	}

	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .2rem
	}

	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: .3rem
	}

	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: .3rem
	}

	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: .4rem
	}

	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: .4rem
	}

	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: .5rem
	}

	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: .5rem
	}

	.g-xl-6, .gx-xl-6 {
		--bs-gutter-x: .6rem
	}

	.g-xl-6, .gy-xl-6 {
		--bs-gutter-y: .6rem
	}

	.g-xl-7, .gx-xl-7 {
		--bs-gutter-x: .7rem
	}

	.g-xl-7, .gy-xl-7 {
		--bs-gutter-y: .7rem
	}

	.g-xl-8, .gx-xl-8 {
		--bs-gutter-x: .8rem
	}

	.g-xl-8, .gy-xl-8 {
		--bs-gutter-y: .8rem
	}

	.g-xl-9, .gx-xl-9 {
		--bs-gutter-x: .9rem
	}

	.g-xl-9, .gy-xl-9 {
		--bs-gutter-y: .9rem
	}

	.g-xl-10, .gx-xl-10 {
		--bs-gutter-x: 1rem
	}

	.g-xl-10, .gy-xl-10 {
		--bs-gutter-y: 1rem
	}

	.g-xl-12, .gx-xl-12 {
		--bs-gutter-x: 1.2rem
	}

	.g-xl-12, .gy-xl-12 {
		--bs-gutter-y: 1.2rem
	}

	.g-xl-13, .gx-xl-13 {
		--bs-gutter-x: 1.3rem
	}

	.g-xl-13, .gy-xl-13 {
		--bs-gutter-y: 1.3rem
	}

	.g-xl-15, .gx-xl-15 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-15, .gy-xl-15 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-17, .gx-xl-17 {
		--bs-gutter-x: 1.7rem
	}

	.g-xl-17, .gy-xl-17 {
		--bs-gutter-y: 1.7rem
	}

	.g-xl-18, .gx-xl-18 {
		--bs-gutter-x: 1.8rem
	}

	.g-xl-18, .gy-xl-18 {
		--bs-gutter-y: 1.8rem
	}

	.g-xl-20, .gx-xl-20 {
		--bs-gutter-x: 2rem
	}

	.g-xl-20, .gy-xl-20 {
		--bs-gutter-y: 2rem
	}

	.g-xl-22, .gx-xl-22 {
		--bs-gutter-x: 2.2rem
	}

	.g-xl-22, .gy-xl-22 {
		--bs-gutter-y: 2.2rem
	}

	.g-xl-23, .gx-xl-23 {
		--bs-gutter-x: 2.3rem
	}

	.g-xl-23, .gy-xl-23 {
		--bs-gutter-y: 2.3rem
	}

	.g-xl-25, .gx-xl-25 {
		--bs-gutter-x: 2.5rem
	}

	.g-xl-25, .gy-xl-25 {
		--bs-gutter-y: 2.5rem
	}

	.g-xl-26, .gx-xl-26 {
		--bs-gutter-x: 2.6rem
	}

	.g-xl-26, .gy-xl-26 {
		--bs-gutter-y: 2.6rem
	}

	.g-xl-27, .gx-xl-27 {
		--bs-gutter-x: 2.7rem
	}

	.g-xl-27, .gy-xl-27 {
		--bs-gutter-y: 2.7rem
	}

	.g-xl-30, .gx-xl-30 {
		--bs-gutter-x: 3rem
	}

	.g-xl-30, .gy-xl-30 {
		--bs-gutter-y: 3rem
	}

	.g-xl-32, .gx-xl-32 {
		--bs-gutter-x: 3.2rem
	}

	.g-xl-32, .gy-xl-32 {
		--bs-gutter-y: 3.2rem
	}

	.g-xl-35, .gx-xl-35 {
		--bs-gutter-x: 3.5rem
	}

	.g-xl-35, .gy-xl-35 {
		--bs-gutter-y: 3.5rem
	}

	.g-xl-37, .gx-xl-37 {
		--bs-gutter-x: 3.7rem
	}

	.g-xl-37, .gy-xl-37 {
		--bs-gutter-y: 3.7rem
	}

	.g-xl-40, .gx-xl-40 {
		--bs-gutter-x: 4rem
	}

	.g-xl-40, .gy-xl-40 {
		--bs-gutter-y: 4rem
	}

	.g-xl-45, .gx-xl-45 {
		--bs-gutter-x: 4.5rem
	}

	.g-xl-45, .gy-xl-45 {
		--bs-gutter-y: 4.5rem
	}

	.g-xl-50, .gx-xl-50 {
		--bs-gutter-x: 5rem
	}

	.g-xl-50, .gy-xl-50 {
		--bs-gutter-y: 5rem
	}

	.g-xl-53, .gx-xl-53 {
		--bs-gutter-x: 5.3rem
	}

	.g-xl-53, .gy-xl-53 {
		--bs-gutter-y: 5.3rem
	}

	.g-xl-55, .gx-xl-55 {
		--bs-gutter-x: 5.5rem
	}

	.g-xl-55, .gy-xl-55 {
		--bs-gutter-y: 5.5rem
	}

	.g-xl-58, .gx-xl-58 {
		--bs-gutter-x: 5.8rem
	}

	.g-xl-58, .gy-xl-58 {
		--bs-gutter-y: 5.8rem
	}

	.g-xl-60, .gx-xl-60 {
		--bs-gutter-x: 6rem
	}

	.g-xl-60, .gy-xl-60 {
		--bs-gutter-y: 6rem
	}

	.g-xl-65, .gx-xl-65 {
		--bs-gutter-x: 6.5rem
	}

	.g-xl-65, .gy-xl-65 {
		--bs-gutter-y: 6.5rem
	}

	.g-xl-70, .gx-xl-70 {
		--bs-gutter-x: 7rem
	}

	.g-xl-70, .gy-xl-70 {
		--bs-gutter-y: 7rem
	}

	.g-xl-75, .gx-xl-75 {
		--bs-gutter-x: 7.5rem
	}

	.g-xl-75, .gy-xl-75 {
		--bs-gutter-y: 7.5rem
	}

	.g-xl-80, .gx-xl-80 {
		--bs-gutter-x: 8rem
	}

	.g-xl-80, .gy-xl-80 {
		--bs-gutter-y: 8rem
	}

	.g-xl-85, .gx-xl-85 {
		--bs-gutter-x: 8.5rem
	}

	.g-xl-85, .gy-xl-85 {
		--bs-gutter-y: 8.5rem
	}

	.g-xl-90, .gx-xl-90 {
		--bs-gutter-x: 9rem
	}

	.g-xl-90, .gy-xl-90 {
		--bs-gutter-y: 9rem
	}

	.g-xl-95, .gx-xl-95 {
		--bs-gutter-x: 9.5rem
	}

	.g-xl-95, .gy-xl-95 {
		--bs-gutter-y: 9.5rem
	}

	.g-xl-100, .gx-xl-100 {
		--bs-gutter-x: 10rem
	}

	.g-xl-100, .gy-xl-100 {
		--bs-gutter-y: 10rem
	}

	.g-xl-105, .gx-xl-105 {
		--bs-gutter-x: 10.5rem
	}

	.g-xl-105, .gy-xl-105 {
		--bs-gutter-y: 10.5rem
	}

	.g-xl-110, .gx-xl-110 {
		--bs-gutter-x: 11rem
	}

	.g-xl-110, .gy-xl-110 {
		--bs-gutter-y: 11rem
	}

	.g-xl-115, .gx-xl-115 {
		--bs-gutter-x: 11.5rem
	}

	.g-xl-115, .gy-xl-115 {
		--bs-gutter-y: 11.5rem
	}

	.g-xl-120, .gx-xl-120 {
		--bs-gutter-x: 12rem
	}

	.g-xl-120, .gy-xl-120 {
		--bs-gutter-y: 12rem
	}

	.g-xl-125, .gx-xl-125 {
		--bs-gutter-x: 12.5rem
	}

	.g-xl-125, .gy-xl-125 {
		--bs-gutter-y: 12.5rem
	}

	.g-xl-130, .gx-xl-130 {
		--bs-gutter-x: 13rem
	}

	.g-xl-130, .gy-xl-130 {
		--bs-gutter-y: 13rem
	}

	.g-xl-140, .gx-xl-140 {
		--bs-gutter-x: 14rem
	}

	.g-xl-140, .gy-xl-140 {
		--bs-gutter-y: 14rem
	}

	.g-xl-145, .gx-xl-145 {
		--bs-gutter-x: 14.5rem
	}

	.g-xl-145, .gy-xl-145 {
		--bs-gutter-y: 14.5rem
	}

	.g-xl-150, .gx-xl-150 {
		--bs-gutter-x: 15rem
	}

	.g-xl-150, .gy-xl-150 {
		--bs-gutter-y: 15rem
	}

	.g-xl-160, .gx-xl-160 {
		--bs-gutter-x: 16rem
	}

	.g-xl-160, .gy-xl-160 {
		--bs-gutter-y: 16rem
	}

	.g-xl-170, .gx-xl-170 {
		--bs-gutter-x: 17rem
	}

	.g-xl-170, .gy-xl-170 {
		--bs-gutter-y: 17rem
	}

	.g-xl-180, .gx-xl-180 {
		--bs-gutter-x: 18rem
	}

	.g-xl-180, .gy-xl-180 {
		--bs-gutter-y: 18rem
	}

	.g-xl-200, .gx-xl-200 {
		--bs-gutter-x: 20rem
	}

	.g-xl-200, .gy-xl-200 {
		--bs-gutter-y: 20rem
	}

	.g-xl-220, .gx-xl-220 {
		--bs-gutter-x: 22rem
	}

	.g-xl-220, .gy-xl-220 {
		--bs-gutter-y: 22rem
	}

	.g-xl-240, .gx-xl-240 {
		--bs-gutter-x: 24rem
	}

	.g-xl-240, .gy-xl-240 {
		--bs-gutter-y: 24rem
	}

	.g-xl-250, .gx-xl-250 {
		--bs-gutter-x: 25rem
	}

	.g-xl-250, .gy-xl-250 {
		--bs-gutter-y: 25rem
	}

	.g-xl-350, .gx-xl-350 {
		--bs-gutter-x: 35rem
	}

	.g-xl-350, .gy-xl-350 {
		--bs-gutter-y: 35rem
	}

	.g-xl-370, .gx-xl-370 {
		--bs-gutter-x: 37rem
	}

	.g-xl-370, .gy-xl-370 {
		--bs-gutter-y: 37rem
	}

	.g-xl-410, .gx-xl-410 {
		--bs-gutter-x: 41rem
	}

	.g-xl-410, .gy-xl-410 {
		--bs-gutter-y: 41rem
	}

	.col-form-label-lg {
		font-size: 1.8rem
	}

	.form-control {
		font-size: 1.6rem
	}

	.form-control-lg {
		font-size: 1.8rem
	}

	.form-select {
		font-size: 1.6rem
	}

	.form-select-lg {
		font-size: 1.8rem
	}

	.input-group-text {
		font-size: 1.6rem
	}

	.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
		font-size: 1.8rem
	}

	.btn {
		font-size: 1.6rem
	}

	.btn-group-lg > .btn, .btn-lg {
		font-size: 1.8rem
	}

	.dropdown-menu {
		font-size: 1.6rem
	}

	.dropdown-menu-xl-start {
		--bs-position: start
	}

		.dropdown-menu-xl-start[data-bs-popper] {
			right: auto;
			left: 0
		}

	.dropdown-menu-xl-end {
		--bs-position: end
	}

		.dropdown-menu-xl-end[data-bs-popper] {
			right: 0;
			left: auto
		}

	.navbar-brand, .navbar-toggler {
		font-size: 1.8rem
	}

	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

		.navbar-expand-xl .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-xl .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-xl .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-xl .navbar-nav-scroll {
			overflow: visible
		}

		.navbar-expand-xl .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-xl .navbar-toggler, .navbar-expand-xl .offcanvas-header {
			display: none
		}

		.navbar-expand-xl .offcanvas {
			position: inherit;
			bottom: 0;
			z-index: 1000;
			flex-grow: 1;
			visibility: visible !important;
			background-color: transparent;
			border-right: 0;
			border-left: 0;
			transition: none;
			transform: none
		}

		.navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
			height: auto;
			border-top: 0;
			border-bottom: 0
		}

		.navbar-expand-xl .offcanvas-body {
			display: flex;
			flex-grow: 0;
			padding: 0;
			overflow-y: visible
		}

	.accordion-button {
		font-size: 1.6rem
	}

	.pagination-lg .page-link {
		font-size: 1.8rem
	}

	.list-group-horizontal-xl {
		flex-direction: row
	}

		.list-group-horizontal-xl > .list-group-item:first-child {
			border-bottom-left-radius: .25rem;
			border-top-right-radius: 0
		}

		.list-group-horizontal-xl > .list-group-item:last-child {
			border-top-right-radius: .25rem;
			border-bottom-left-radius: 0
		}

		.list-group-horizontal-xl > .list-group-item.active {
			margin-top: 0
		}

		.list-group-horizontal-xl > .list-group-item + .list-group-item {
			border-top-width: 1px;
			border-left-width: 0
		}

			.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
				margin-left: -1px;
				border-left-width: 1px
			}

	.modal-xl {
		max-width: 1140px
	}

	.popover-header {
		font-size: 1.6rem
	}

	.logo {
		max-width: 320px;
		flex-basis: 320px
	}

	.navigation a {
		padding: 32px 22px
	}

	.navigation .inner-slide, .navigation ul {
		min-width: 179px
	}

		.navigation .inner-slide a, .navigation ul a {
			padding: 12px 17px
		}

	.btn {
		padding: 18px 10px
	}

	.h1, h1 {
		font-size: 42px
	}

	.h2, h2 {
		font-size: 36px
	}

	.h3, h3 {
		font-size: 28px
	}

	.main-text {
		font-size: 30px;
		padding: 0
	}

		.main-text a {
			pointer-events: none
		}

			.main-text a:before {
				display: none
			}

	.info-image {
		font-size: 18px;
		padding: 0 0 0 98px
	}

	.item-list li {
		margin: 0 0 22px
	}

	.block-link:before {
		min-height: 139px
	}

	.page-wrap {
		display: flex;
		flex-wrap: wrap
	}

		.page-wrap .container {
			padding: 0 45px
		}

		.page-wrap .img-card .img:before {
			min-height: 168px
		}

		.page-wrap .aside-holder {
			transform: none
		}

		.page-wrap aside {
			max-width: 364px;
			flex-basis: 364px;
			position: static;
			transform: none;
			max-height: 100%;
			overflow: visible;
			padding: 0
		}

			.page-wrap aside .name-block {
				padding: 43px 44px
			}

		.page-wrap .main {
			flex: 1
		}

	.dashboard-list {
		padding: 36px 0
	}

	#footer .holder {
		padding: 0 50px
	}

	.foot-logo-holder .foot-logo {
		max-width: 320px;
		flex-basis: 320px
	}

	.foot-main-holder .mail {
		margin: 0 0 51px
	}

	.foot-main-holder .left-col {
		padding-right: 50px
	}

	.foot-main-holder .right-col {
		padding-left: 40px
	}

		.foot-main-holder .right-col .title {
			margin: 0 0 23px
		}

		.foot-main-holder .right-col .foot-col:nth-child(2) {
			padding-left: 50px
		}

	.copyright .holder {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0 31px
	}

	.copyright .left-col {
		margin: 0
	}

	.member-section .container {
		padding: 0 82px
	}

	.member-tab {
		margin-top: -82px
	}

		.member-tab .angle-right-icon {
			width: 82px;
			height: 82px
		}

	.card-contain .img-card.secondary .content {
		min-height: 260px
	}

	.logged-section .img-card .img:before {
		min-height: 160px
	}

	.home-slider:after {
		width: 81px
	}

	.home-slider .slide {
		padding: 35px 80px 24px 160px
	}

		.home-slider .slide:before {
			min-height: 558px
		}

	.home-slider .slick-dots button {
		width: 80px;
		height: 80px
	}

	.content-image .content {
		max-width: 330px;
		flex-basis: 330px;
		padding-right: 50px
	}

	.news:before {
		min-height: 600px
	}

	.news .content {
		padding: 30px
	}

	.img-card .card-title {
		font-size: 20px
	}

	.member-bio .img:before {
		min-height: 400px
	}

	.member {
		width: 800px
	}

	.breadcurmb-section {
		padding: 51px 0 34px
	}

		.breadcurmb-section .breadcrumb {
			margin: 0 0 100px
		}

		.breadcurmb-section .h1, .breadcurmb-section h1 {
			padding: 0
		}

			.breadcurmb-section .h1 a, .breadcurmb-section h1 a {
				pointer-events: none
			}

				.breadcurmb-section .h1 a:before, .breadcurmb-section h1 a:before {
					display: none
				}

	.image-section:before {
		min-height: 360px
	}

	.video-holder:before {
		min-height: 560px
	}

	.video-holder .icon-play-button {
		font-size: 120px
	}

	.home-slider .slick-next, .home-slider .slick-prev {
		width: 82px;
		height: 82px
	}

	.logo-slider .logo-hold {
		padding: 0 40px
	}

	.logo-holder .logo-hold {
		margin: 0 50px 0 0
	}

	.news-section .card-x .img:before {
		min-height: 233px
	}

	.news-section .news:before {
		min-height: 477px
	}

	.image-list li {
		width: 20%
	}

	.contact-section {
		margin: 0 0 85px
	}

		.contact-section.secondary .contact-info .mail-list li {
			display: flex;
			flex-wrap: wrap
		}

		.contact-section.secondary .contact-info .mail-list .name-txt {
			max-width: 248px;
			flex-basis: 248px
		}

		.contact-section.secondary .contact-info .mail-list a {
			width: calc(100% - 248px)
		}

		.contact-section.secondary .contact-info .wrap-contact-address .address:first-child {
			max-width: 248px;
			flex-basis: 248px
		}

	.contact-info strong {
		font-size: 20px
	}

	.register-event {
		padding: 20px 20px 20px 56px
	}

		.register-event ul {
			padding-right: 96px;
			margin: 0 -55px
		}

			.register-event ul li {
				padding: 0 40px
			}
}

@media (min-width:1400px) {
	.sticky-wide-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.float-wide-start {
		float: left !important
	}

	.float-wide-end {
		float: right !important
	}

	.float-wide-none {
		float: none !important
	}

	.d-wide-inline {
		display: inline !important
	}

	.d-wide-inline-block {
		display: inline-block !important
	}

	.d-wide-block {
		display: block !important
	}

	.d-wide-grid {
		display: grid !important
	}

	.d-wide-table {
		display: table !important
	}

	.d-wide-table-row {
		display: table-row !important
	}

	.d-wide-table-cell {
		display: table-cell !important
	}

	.d-wide-flex {
		display: flex !important
	}

	.d-wide-inline-flex {
		display: inline-flex !important
	}

	.d-wide-none {
		display: none !important
	}

	.flex-wide-fill {
		flex: 1 1 auto !important
	}

	.flex-wide-row {
		flex-direction: row !important
	}

	.flex-wide-column {
		flex-direction: column !important
	}

	.flex-wide-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-wide-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-wide-grow-0 {
		flex-grow: 0 !important
	}

	.flex-wide-grow-1 {
		flex-grow: 1 !important
	}

	.flex-wide-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-wide-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-wide-wrap {
		flex-wrap: wrap !important
	}

	.flex-wide-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-wide-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-wide-0 {
		gap: 0 !important
	}

	.gap-wide-1 {
		gap: .1rem !important
	}

	.gap-wide-2 {
		gap: .2rem !important
	}

	.gap-wide-3 {
		gap: .3rem !important
	}

	.gap-wide-4 {
		gap: .4rem !important
	}

	.gap-wide-5 {
		gap: .5rem !important
	}

	.gap-wide-6 {
		gap: .6rem !important
	}

	.gap-wide-7 {
		gap: .7rem !important
	}

	.gap-wide-8 {
		gap: .8rem !important
	}

	.gap-wide-9 {
		gap: .9rem !important
	}

	.gap-wide-10 {
		gap: 1rem !important
	}

	.gap-wide-12 {
		gap: 1.2rem !important
	}

	.gap-wide-13 {
		gap: 1.3rem !important
	}

	.gap-wide-15 {
		gap: 1.5rem !important
	}

	.gap-wide-17 {
		gap: 1.7rem !important
	}

	.gap-wide-18 {
		gap: 1.8rem !important
	}

	.gap-wide-20 {
		gap: 2rem !important
	}

	.gap-wide-22 {
		gap: 2.2rem !important
	}

	.gap-wide-23 {
		gap: 2.3rem !important
	}

	.gap-wide-25 {
		gap: 2.5rem !important
	}

	.gap-wide-26 {
		gap: 2.6rem !important
	}

	.gap-wide-27 {
		gap: 2.7rem !important
	}

	.gap-wide-30 {
		gap: 3rem !important
	}

	.gap-wide-32 {
		gap: 3.2rem !important
	}

	.gap-wide-35 {
		gap: 3.5rem !important
	}

	.gap-wide-37 {
		gap: 3.7rem !important
	}

	.gap-wide-40 {
		gap: 4rem !important
	}

	.gap-wide-45 {
		gap: 4.5rem !important
	}

	.gap-wide-50 {
		gap: 5rem !important
	}

	.gap-wide-53 {
		gap: 5.3rem !important
	}

	.gap-wide-55 {
		gap: 5.5rem !important
	}

	.gap-wide-58 {
		gap: 5.8rem !important
	}

	.gap-wide-60 {
		gap: 6rem !important
	}

	.gap-wide-65 {
		gap: 6.5rem !important
	}

	.gap-wide-70 {
		gap: 7rem !important
	}

	.gap-wide-75 {
		gap: 7.5rem !important
	}

	.gap-wide-80 {
		gap: 8rem !important
	}

	.gap-wide-85 {
		gap: 8.5rem !important
	}

	.gap-wide-90 {
		gap: 9rem !important
	}

	.gap-wide-95 {
		gap: 9.5rem !important
	}

	.gap-wide-100 {
		gap: 10rem !important
	}

	.gap-wide-105 {
		gap: 10.5rem !important
	}

	.gap-wide-110 {
		gap: 11rem !important
	}

	.gap-wide-115 {
		gap: 11.5rem !important
	}

	.gap-wide-120 {
		gap: 12rem !important
	}

	.gap-wide-125 {
		gap: 12.5rem !important
	}

	.gap-wide-130 {
		gap: 13rem !important
	}

	.gap-wide-140 {
		gap: 14rem !important
	}

	.gap-wide-145 {
		gap: 14.5rem !important
	}

	.gap-wide-150 {
		gap: 15rem !important
	}

	.gap-wide-160 {
		gap: 16rem !important
	}

	.gap-wide-170 {
		gap: 17rem !important
	}

	.gap-wide-180 {
		gap: 18rem !important
	}

	.gap-wide-200 {
		gap: 20rem !important
	}

	.gap-wide-220 {
		gap: 22rem !important
	}

	.gap-wide-240 {
		gap: 24rem !important
	}

	.gap-wide-250 {
		gap: 25rem !important
	}

	.gap-wide-350 {
		gap: 35rem !important
	}

	.gap-wide-370 {
		gap: 37rem !important
	}

	.gap-wide-410 {
		gap: 41rem !important
	}

	.justify-content-wide-start {
		justify-content: flex-start !important
	}

	.justify-content-wide-end {
		justify-content: flex-end !important
	}

	.justify-content-wide-center {
		justify-content: center !important
	}

	.justify-content-wide-between {
		justify-content: space-between !important
	}

	.justify-content-wide-around {
		justify-content: space-around !important
	}

	.justify-content-wide-evenly {
		justify-content: space-evenly !important
	}

	.align-items-wide-start {
		align-items: flex-start !important
	}

	.align-items-wide-end {
		align-items: flex-end !important
	}

	.align-items-wide-center {
		align-items: center !important
	}

	.align-items-wide-baseline {
		align-items: baseline !important
	}

	.align-items-wide-stretch {
		align-items: stretch !important
	}

	.align-content-wide-start {
		align-content: flex-start !important
	}

	.align-content-wide-end {
		align-content: flex-end !important
	}

	.align-content-wide-center {
		align-content: center !important
	}

	.align-content-wide-between {
		align-content: space-between !important
	}

	.align-content-wide-around {
		align-content: space-around !important
	}

	.align-content-wide-stretch {
		align-content: stretch !important
	}

	.align-self-wide-auto {
		align-self: auto !important
	}

	.align-self-wide-start {
		align-self: flex-start !important
	}

	.align-self-wide-end {
		align-self: flex-end !important
	}

	.align-self-wide-center {
		align-self: center !important
	}

	.align-self-wide-baseline {
		align-self: baseline !important
	}

	.align-self-wide-stretch {
		align-self: stretch !important
	}

	.order-wide-first {
		order: -1 !important
	}

	.order-wide-0 {
		order: 0 !important
	}

	.order-wide-1 {
		order: 1 !important
	}

	.order-wide-2 {
		order: 2 !important
	}

	.order-wide-3 {
		order: 3 !important
	}

	.order-wide-4 {
		order: 4 !important
	}

	.order-wide-5 {
		order: 5 !important
	}

	.order-wide-last {
		order: 6 !important
	}

	.m-wide-0 {
		margin: 0 !important
	}

	.m-wide-1 {
		margin: .1rem !important
	}

	.m-wide-2 {
		margin: .2rem !important
	}

	.m-wide-3 {
		margin: .3rem !important
	}

	.m-wide-4 {
		margin: .4rem !important
	}

	.m-wide-5 {
		margin: .5rem !important
	}

	.m-wide-6 {
		margin: .6rem !important
	}

	.m-wide-7 {
		margin: .7rem !important
	}

	.m-wide-8 {
		margin: .8rem !important
	}

	.m-wide-9 {
		margin: .9rem !important
	}

	.m-wide-10 {
		margin: 1rem !important
	}

	.m-wide-12 {
		margin: 1.2rem !important
	}

	.m-wide-13 {
		margin: 1.3rem !important
	}

	.m-wide-15 {
		margin: 1.5rem !important
	}

	.m-wide-17 {
		margin: 1.7rem !important
	}

	.m-wide-18 {
		margin: 1.8rem !important
	}

	.m-wide-20 {
		margin: 2rem !important
	}

	.m-wide-22 {
		margin: 2.2rem !important
	}

	.m-wide-23 {
		margin: 2.3rem !important
	}

	.m-wide-25 {
		margin: 2.5rem !important
	}

	.m-wide-26 {
		margin: 2.6rem !important
	}

	.m-wide-27 {
		margin: 2.7rem !important
	}

	.m-wide-30 {
		margin: 3rem !important
	}

	.m-wide-32 {
		margin: 3.2rem !important
	}

	.m-wide-35 {
		margin: 3.5rem !important
	}

	.m-wide-37 {
		margin: 3.7rem !important
	}

	.m-wide-40 {
		margin: 4rem !important
	}

	.m-wide-45 {
		margin: 4.5rem !important
	}

	.m-wide-50 {
		margin: 5rem !important
	}

	.m-wide-53 {
		margin: 5.3rem !important
	}

	.m-wide-55 {
		margin: 5.5rem !important
	}

	.m-wide-58 {
		margin: 5.8rem !important
	}

	.m-wide-60 {
		margin: 6rem !important
	}

	.m-wide-65 {
		margin: 6.5rem !important
	}

	.m-wide-70 {
		margin: 7rem !important
	}

	.m-wide-75 {
		margin: 7.5rem !important
	}

	.m-wide-80 {
		margin: 8rem !important
	}

	.m-wide-85 {
		margin: 8.5rem !important
	}

	.m-wide-90 {
		margin: 9rem !important
	}

	.m-wide-95 {
		margin: 9.5rem !important
	}

	.m-wide-100 {
		margin: 10rem !important
	}

	.m-wide-105 {
		margin: 10.5rem !important
	}

	.m-wide-110 {
		margin: 11rem !important
	}

	.m-wide-115 {
		margin: 11.5rem !important
	}

	.m-wide-120 {
		margin: 12rem !important
	}

	.m-wide-125 {
		margin: 12.5rem !important
	}

	.m-wide-130 {
		margin: 13rem !important
	}

	.m-wide-140 {
		margin: 14rem !important
	}

	.m-wide-145 {
		margin: 14.5rem !important
	}

	.m-wide-150 {
		margin: 15rem !important
	}

	.m-wide-160 {
		margin: 16rem !important
	}

	.m-wide-170 {
		margin: 17rem !important
	}

	.m-wide-180 {
		margin: 18rem !important
	}

	.m-wide-200 {
		margin: 20rem !important
	}

	.m-wide-220 {
		margin: 22rem !important
	}

	.m-wide-240 {
		margin: 24rem !important
	}

	.m-wide-250 {
		margin: 25rem !important
	}

	.m-wide-350 {
		margin: 35rem !important
	}

	.m-wide-370 {
		margin: 37rem !important
	}

	.m-wide-410 {
		margin: 41rem !important
	}

	.m-wide-auto {
		margin: auto !important
	}

	.mx-wide-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-wide-1 {
		margin-right: .1rem !important;
		margin-left: .1rem !important
	}

	.mx-wide-2 {
		margin-right: .2rem !important;
		margin-left: .2rem !important
	}

	.mx-wide-3 {
		margin-right: .3rem !important;
		margin-left: .3rem !important
	}

	.mx-wide-4 {
		margin-right: .4rem !important;
		margin-left: .4rem !important
	}

	.mx-wide-5 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-wide-6 {
		margin-right: .6rem !important;
		margin-left: .6rem !important
	}

	.mx-wide-7 {
		margin-right: .7rem !important;
		margin-left: .7rem !important
	}

	.mx-wide-8 {
		margin-right: .8rem !important;
		margin-left: .8rem !important
	}

	.mx-wide-9 {
		margin-right: .9rem !important;
		margin-left: .9rem !important
	}

	.mx-wide-10 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-wide-12 {
		margin-right: 1.2rem !important;
		margin-left: 1.2rem !important
	}

	.mx-wide-13 {
		margin-right: 1.3rem !important;
		margin-left: 1.3rem !important
	}

	.mx-wide-15 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-wide-17 {
		margin-right: 1.7rem !important;
		margin-left: 1.7rem !important
	}

	.mx-wide-18 {
		margin-right: 1.8rem !important;
		margin-left: 1.8rem !important
	}

	.mx-wide-20 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.mx-wide-22 {
		margin-right: 2.2rem !important;
		margin-left: 2.2rem !important
	}

	.mx-wide-23 {
		margin-right: 2.3rem !important;
		margin-left: 2.3rem !important
	}

	.mx-wide-25 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-wide-26 {
		margin-right: 2.6rem !important;
		margin-left: 2.6rem !important
	}

	.mx-wide-27 {
		margin-right: 2.7rem !important;
		margin-left: 2.7rem !important
	}

	.mx-wide-30 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-wide-32 {
		margin-right: 3.2rem !important;
		margin-left: 3.2rem !important
	}

	.mx-wide-35 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.mx-wide-37 {
		margin-right: 3.7rem !important;
		margin-left: 3.7rem !important
	}

	.mx-wide-40 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.mx-wide-45 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.mx-wide-50 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.mx-wide-53 {
		margin-right: 5.3rem !important;
		margin-left: 5.3rem !important
	}

	.mx-wide-55 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.mx-wide-58 {
		margin-right: 5.8rem !important;
		margin-left: 5.8rem !important
	}

	.mx-wide-60 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.mx-wide-65 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.mx-wide-70 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.mx-wide-75 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.mx-wide-80 {
		margin-right: 8rem !important;
		margin-left: 8rem !important
	}

	.mx-wide-85 {
		margin-right: 8.5rem !important;
		margin-left: 8.5rem !important
	}

	.mx-wide-90 {
		margin-right: 9rem !important;
		margin-left: 9rem !important
	}

	.mx-wide-95 {
		margin-right: 9.5rem !important;
		margin-left: 9.5rem !important
	}

	.mx-wide-100 {
		margin-right: 10rem !important;
		margin-left: 10rem !important
	}

	.mx-wide-105 {
		margin-right: 10.5rem !important;
		margin-left: 10.5rem !important
	}

	.mx-wide-110 {
		margin-right: 11rem !important;
		margin-left: 11rem !important
	}

	.mx-wide-115 {
		margin-right: 11.5rem !important;
		margin-left: 11.5rem !important
	}

	.mx-wide-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important
	}

	.mx-wide-125 {
		margin-right: 12.5rem !important;
		margin-left: 12.5rem !important
	}

	.mx-wide-130 {
		margin-right: 13rem !important;
		margin-left: 13rem !important
	}

	.mx-wide-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important
	}

	.mx-wide-145 {
		margin-right: 14.5rem !important;
		margin-left: 14.5rem !important
	}

	.mx-wide-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important
	}

	.mx-wide-160 {
		margin-right: 16rem !important;
		margin-left: 16rem !important
	}

	.mx-wide-170 {
		margin-right: 17rem !important;
		margin-left: 17rem !important
	}

	.mx-wide-180 {
		margin-right: 18rem !important;
		margin-left: 18rem !important
	}

	.mx-wide-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important
	}

	.mx-wide-220 {
		margin-right: 22rem !important;
		margin-left: 22rem !important
	}

	.mx-wide-240 {
		margin-right: 24rem !important;
		margin-left: 24rem !important
	}

	.mx-wide-250 {
		margin-right: 25rem !important;
		margin-left: 25rem !important
	}

	.mx-wide-350 {
		margin-right: 35rem !important;
		margin-left: 35rem !important
	}

	.mx-wide-370 {
		margin-right: 37rem !important;
		margin-left: 37rem !important
	}

	.mx-wide-410 {
		margin-right: 41rem !important;
		margin-left: 41rem !important
	}

	.mx-wide-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-wide-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-wide-1 {
		margin-top: .1rem !important;
		margin-bottom: .1rem !important
	}

	.my-wide-2 {
		margin-top: .2rem !important;
		margin-bottom: .2rem !important
	}

	.my-wide-3 {
		margin-top: .3rem !important;
		margin-bottom: .3rem !important
	}

	.my-wide-4 {
		margin-top: .4rem !important;
		margin-bottom: .4rem !important
	}

	.my-wide-5 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-wide-6 {
		margin-top: .6rem !important;
		margin-bottom: .6rem !important
	}

	.my-wide-7 {
		margin-top: .7rem !important;
		margin-bottom: .7rem !important
	}

	.my-wide-8 {
		margin-top: .8rem !important;
		margin-bottom: .8rem !important
	}

	.my-wide-9 {
		margin-top: .9rem !important;
		margin-bottom: .9rem !important
	}

	.my-wide-10 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-wide-12 {
		margin-top: 1.2rem !important;
		margin-bottom: 1.2rem !important
	}

	.my-wide-13 {
		margin-top: 1.3rem !important;
		margin-bottom: 1.3rem !important
	}

	.my-wide-15 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-wide-17 {
		margin-top: 1.7rem !important;
		margin-bottom: 1.7rem !important
	}

	.my-wide-18 {
		margin-top: 1.8rem !important;
		margin-bottom: 1.8rem !important
	}

	.my-wide-20 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.my-wide-22 {
		margin-top: 2.2rem !important;
		margin-bottom: 2.2rem !important
	}

	.my-wide-23 {
		margin-top: 2.3rem !important;
		margin-bottom: 2.3rem !important
	}

	.my-wide-25 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-wide-26 {
		margin-top: 2.6rem !important;
		margin-bottom: 2.6rem !important
	}

	.my-wide-27 {
		margin-top: 2.7rem !important;
		margin-bottom: 2.7rem !important
	}

	.my-wide-30 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-wide-32 {
		margin-top: 3.2rem !important;
		margin-bottom: 3.2rem !important
	}

	.my-wide-35 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.my-wide-37 {
		margin-top: 3.7rem !important;
		margin-bottom: 3.7rem !important
	}

	.my-wide-40 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.my-wide-45 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.my-wide-50 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.my-wide-53 {
		margin-top: 5.3rem !important;
		margin-bottom: 5.3rem !important
	}

	.my-wide-55 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.my-wide-58 {
		margin-top: 5.8rem !important;
		margin-bottom: 5.8rem !important
	}

	.my-wide-60 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.my-wide-65 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.my-wide-70 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.my-wide-75 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.my-wide-80 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.my-wide-85 {
		margin-top: 8.5rem !important;
		margin-bottom: 8.5rem !important
	}

	.my-wide-90 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important
	}

	.my-wide-95 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important
	}

	.my-wide-100 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.my-wide-105 {
		margin-top: 10.5rem !important;
		margin-bottom: 10.5rem !important
	}

	.my-wide-110 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important
	}

	.my-wide-115 {
		margin-top: 11.5rem !important;
		margin-bottom: 11.5rem !important
	}

	.my-wide-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.my-wide-125 {
		margin-top: 12.5rem !important;
		margin-bottom: 12.5rem !important
	}

	.my-wide-130 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important
	}

	.my-wide-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.my-wide-145 {
		margin-top: 14.5rem !important;
		margin-bottom: 14.5rem !important
	}

	.my-wide-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important
	}

	.my-wide-160 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.my-wide-170 {
		margin-top: 17rem !important;
		margin-bottom: 17rem !important
	}

	.my-wide-180 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important
	}

	.my-wide-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important
	}

	.my-wide-220 {
		margin-top: 22rem !important;
		margin-bottom: 22rem !important
	}

	.my-wide-240 {
		margin-top: 24rem !important;
		margin-bottom: 24rem !important
	}

	.my-wide-250 {
		margin-top: 25rem !important;
		margin-bottom: 25rem !important
	}

	.my-wide-350 {
		margin-top: 35rem !important;
		margin-bottom: 35rem !important
	}

	.my-wide-370 {
		margin-top: 37rem !important;
		margin-bottom: 37rem !important
	}

	.my-wide-410 {
		margin-top: 41rem !important;
		margin-bottom: 41rem !important
	}

	.my-wide-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-wide-0 {
		margin-top: 0 !important
	}

	.mt-wide-1 {
		margin-top: .1rem !important
	}

	.mt-wide-2 {
		margin-top: .2rem !important
	}

	.mt-wide-3 {
		margin-top: .3rem !important
	}

	.mt-wide-4 {
		margin-top: .4rem !important
	}

	.mt-wide-5 {
		margin-top: .5rem !important
	}

	.mt-wide-6 {
		margin-top: .6rem !important
	}

	.mt-wide-7 {
		margin-top: .7rem !important
	}

	.mt-wide-8 {
		margin-top: .8rem !important
	}

	.mt-wide-9 {
		margin-top: .9rem !important
	}

	.mt-wide-10 {
		margin-top: 1rem !important
	}

	.mt-wide-12 {
		margin-top: 1.2rem !important
	}

	.mt-wide-13 {
		margin-top: 1.3rem !important
	}

	.mt-wide-15 {
		margin-top: 1.5rem !important
	}

	.mt-wide-17 {
		margin-top: 1.7rem !important
	}

	.mt-wide-18 {
		margin-top: 1.8rem !important
	}

	.mt-wide-20 {
		margin-top: 2rem !important
	}

	.mt-wide-22 {
		margin-top: 2.2rem !important
	}

	.mt-wide-23 {
		margin-top: 2.3rem !important
	}

	.mt-wide-25 {
		margin-top: 2.5rem !important
	}

	.mt-wide-26 {
		margin-top: 2.6rem !important
	}

	.mt-wide-27 {
		margin-top: 2.7rem !important
	}

	.mt-wide-30 {
		margin-top: 3rem !important
	}

	.mt-wide-32 {
		margin-top: 3.2rem !important
	}

	.mt-wide-35 {
		margin-top: 3.5rem !important
	}

	.mt-wide-37 {
		margin-top: 3.7rem !important
	}

	.mt-wide-40 {
		margin-top: 4rem !important
	}

	.mt-wide-45 {
		margin-top: 4.5rem !important
	}

	.mt-wide-50 {
		margin-top: 5rem !important
	}

	.mt-wide-53 {
		margin-top: 5.3rem !important
	}

	.mt-wide-55 {
		margin-top: 5.5rem !important
	}

	.mt-wide-58 {
		margin-top: 5.8rem !important
	}

	.mt-wide-60 {
		margin-top: 6rem !important
	}

	.mt-wide-65 {
		margin-top: 6.5rem !important
	}

	.mt-wide-70 {
		margin-top: 7rem !important
	}

	.mt-wide-75 {
		margin-top: 7.5rem !important
	}

	.mt-wide-80 {
		margin-top: 8rem !important
	}

	.mt-wide-85 {
		margin-top: 8.5rem !important
	}

	.mt-wide-90 {
		margin-top: 9rem !important
	}

	.mt-wide-95 {
		margin-top: 9.5rem !important
	}

	.mt-wide-100 {
		margin-top: 10rem !important
	}

	.mt-wide-105 {
		margin-top: 10.5rem !important
	}

	.mt-wide-110 {
		margin-top: 11rem !important
	}

	.mt-wide-115 {
		margin-top: 11.5rem !important
	}

	.mt-wide-120 {
		margin-top: 12rem !important
	}

	.mt-wide-125 {
		margin-top: 12.5rem !important
	}

	.mt-wide-130 {
		margin-top: 13rem !important
	}

	.mt-wide-140 {
		margin-top: 14rem !important
	}

	.mt-wide-145 {
		margin-top: 14.5rem !important
	}

	.mt-wide-150 {
		margin-top: 15rem !important
	}

	.mt-wide-160 {
		margin-top: 16rem !important
	}

	.mt-wide-170 {
		margin-top: 17rem !important
	}

	.mt-wide-180 {
		margin-top: 18rem !important
	}

	.mt-wide-200 {
		margin-top: 20rem !important
	}

	.mt-wide-220 {
		margin-top: 22rem !important
	}

	.mt-wide-240 {
		margin-top: 24rem !important
	}

	.mt-wide-250 {
		margin-top: 25rem !important
	}

	.mt-wide-350 {
		margin-top: 35rem !important
	}

	.mt-wide-370 {
		margin-top: 37rem !important
	}

	.mt-wide-410 {
		margin-top: 41rem !important
	}

	.mt-wide-auto {
		margin-top: auto !important
	}

	.me-wide-0 {
		margin-right: 0 !important
	}

	.me-wide-1 {
		margin-right: .1rem !important
	}

	.me-wide-2 {
		margin-right: .2rem !important
	}

	.me-wide-3 {
		margin-right: .3rem !important
	}

	.me-wide-4 {
		margin-right: .4rem !important
	}

	.me-wide-5 {
		margin-right: .5rem !important
	}

	.me-wide-6 {
		margin-right: .6rem !important
	}

	.me-wide-7 {
		margin-right: .7rem !important
	}

	.me-wide-8 {
		margin-right: .8rem !important
	}

	.me-wide-9 {
		margin-right: .9rem !important
	}

	.me-wide-10 {
		margin-right: 1rem !important
	}

	.me-wide-12 {
		margin-right: 1.2rem !important
	}

	.me-wide-13 {
		margin-right: 1.3rem !important
	}

	.me-wide-15 {
		margin-right: 1.5rem !important
	}

	.me-wide-17 {
		margin-right: 1.7rem !important
	}

	.me-wide-18 {
		margin-right: 1.8rem !important
	}

	.me-wide-20 {
		margin-right: 2rem !important
	}

	.me-wide-22 {
		margin-right: 2.2rem !important
	}

	.me-wide-23 {
		margin-right: 2.3rem !important
	}

	.me-wide-25 {
		margin-right: 2.5rem !important
	}

	.me-wide-26 {
		margin-right: 2.6rem !important
	}

	.me-wide-27 {
		margin-right: 2.7rem !important
	}

	.me-wide-30 {
		margin-right: 3rem !important
	}

	.me-wide-32 {
		margin-right: 3.2rem !important
	}

	.me-wide-35 {
		margin-right: 3.5rem !important
	}

	.me-wide-37 {
		margin-right: 3.7rem !important
	}

	.me-wide-40 {
		margin-right: 4rem !important
	}

	.me-wide-45 {
		margin-right: 4.5rem !important
	}

	.me-wide-50 {
		margin-right: 5rem !important
	}

	.me-wide-53 {
		margin-right: 5.3rem !important
	}

	.me-wide-55 {
		margin-right: 5.5rem !important
	}

	.me-wide-58 {
		margin-right: 5.8rem !important
	}

	.me-wide-60 {
		margin-right: 6rem !important
	}

	.me-wide-65 {
		margin-right: 6.5rem !important
	}

	.me-wide-70 {
		margin-right: 7rem !important
	}

	.me-wide-75 {
		margin-right: 7.5rem !important
	}

	.me-wide-80 {
		margin-right: 8rem !important
	}

	.me-wide-85 {
		margin-right: 8.5rem !important
	}

	.me-wide-90 {
		margin-right: 9rem !important
	}

	.me-wide-95 {
		margin-right: 9.5rem !important
	}

	.me-wide-100 {
		margin-right: 10rem !important
	}

	.me-wide-105 {
		margin-right: 10.5rem !important
	}

	.me-wide-110 {
		margin-right: 11rem !important
	}

	.me-wide-115 {
		margin-right: 11.5rem !important
	}

	.me-wide-120 {
		margin-right: 12rem !important
	}

	.me-wide-125 {
		margin-right: 12.5rem !important
	}

	.me-wide-130 {
		margin-right: 13rem !important
	}

	.me-wide-140 {
		margin-right: 14rem !important
	}

	.me-wide-145 {
		margin-right: 14.5rem !important
	}

	.me-wide-150 {
		margin-right: 15rem !important
	}

	.me-wide-160 {
		margin-right: 16rem !important
	}

	.me-wide-170 {
		margin-right: 17rem !important
	}

	.me-wide-180 {
		margin-right: 18rem !important
	}

	.me-wide-200 {
		margin-right: 20rem !important
	}

	.me-wide-220 {
		margin-right: 22rem !important
	}

	.me-wide-240 {
		margin-right: 24rem !important
	}

	.me-wide-250 {
		margin-right: 25rem !important
	}

	.me-wide-350 {
		margin-right: 35rem !important
	}

	.me-wide-370 {
		margin-right: 37rem !important
	}

	.me-wide-410 {
		margin-right: 41rem !important
	}

	.me-wide-auto {
		margin-right: auto !important
	}

	.mb-wide-0 {
		margin-bottom: 0 !important
	}

	.mb-wide-1 {
		margin-bottom: .1rem !important
	}

	.mb-wide-2 {
		margin-bottom: .2rem !important
	}

	.mb-wide-3 {
		margin-bottom: .3rem !important
	}

	.mb-wide-4 {
		margin-bottom: .4rem !important
	}

	.mb-wide-5 {
		margin-bottom: .5rem !important
	}

	.mb-wide-6 {
		margin-bottom: .6rem !important
	}

	.mb-wide-7 {
		margin-bottom: .7rem !important
	}

	.mb-wide-8 {
		margin-bottom: .8rem !important
	}

	.mb-wide-9 {
		margin-bottom: .9rem !important
	}

	.mb-wide-10 {
		margin-bottom: 1rem !important
	}

	.mb-wide-12 {
		margin-bottom: 1.2rem !important
	}

	.mb-wide-13 {
		margin-bottom: 1.3rem !important
	}

	.mb-wide-15 {
		margin-bottom: 1.5rem !important
	}

	.mb-wide-17 {
		margin-bottom: 1.7rem !important
	}

	.mb-wide-18 {
		margin-bottom: 1.8rem !important
	}

	.mb-wide-20 {
		margin-bottom: 2rem !important
	}

	.mb-wide-22 {
		margin-bottom: 2.2rem !important
	}

	.mb-wide-23 {
		margin-bottom: 2.3rem !important
	}

	.mb-wide-25 {
		margin-bottom: 2.5rem !important
	}

	.mb-wide-26 {
		margin-bottom: 2.6rem !important
	}

	.mb-wide-27 {
		margin-bottom: 2.7rem !important
	}

	.mb-wide-30 {
		margin-bottom: 3rem !important
	}

	.mb-wide-32 {
		margin-bottom: 3.2rem !important
	}

	.mb-wide-35 {
		margin-bottom: 3.5rem !important
	}

	.mb-wide-37 {
		margin-bottom: 3.7rem !important
	}

	.mb-wide-40 {
		margin-bottom: 4rem !important
	}

	.mb-wide-45 {
		margin-bottom: 4.5rem !important
	}

	.mb-wide-50 {
		margin-bottom: 5rem !important
	}

	.mb-wide-53 {
		margin-bottom: 5.3rem !important
	}

	.mb-wide-55 {
		margin-bottom: 5.5rem !important
	}

	.mb-wide-58 {
		margin-bottom: 5.8rem !important
	}

	.mb-wide-60 {
		margin-bottom: 6rem !important
	}

	.mb-wide-65 {
		margin-bottom: 6.5rem !important
	}

	.mb-wide-70 {
		margin-bottom: 7rem !important
	}

	.mb-wide-75 {
		margin-bottom: 7.5rem !important
	}

	.mb-wide-80 {
		margin-bottom: 8rem !important
	}

	.mb-wide-85 {
		margin-bottom: 8.5rem !important
	}

	.mb-wide-90 {
		margin-bottom: 9rem !important
	}

	.mb-wide-95 {
		margin-bottom: 9.5rem !important
	}

	.mb-wide-100 {
		margin-bottom: 10rem !important
	}

	.mb-wide-105 {
		margin-bottom: 10.5rem !important
	}

	.mb-wide-110 {
		margin-bottom: 11rem !important
	}

	.mb-wide-115 {
		margin-bottom: 11.5rem !important
	}

	.mb-wide-120 {
		margin-bottom: 12rem !important
	}

	.mb-wide-125 {
		margin-bottom: 12.5rem !important
	}

	.mb-wide-130 {
		margin-bottom: 13rem !important
	}

	.mb-wide-140 {
		margin-bottom: 14rem !important
	}

	.mb-wide-145 {
		margin-bottom: 14.5rem !important
	}

	.mb-wide-150 {
		margin-bottom: 15rem !important
	}

	.mb-wide-160 {
		margin-bottom: 16rem !important
	}

	.mb-wide-170 {
		margin-bottom: 17rem !important
	}

	.mb-wide-180 {
		margin-bottom: 18rem !important
	}

	.mb-wide-200 {
		margin-bottom: 20rem !important
	}

	.mb-wide-220 {
		margin-bottom: 22rem !important
	}

	.mb-wide-240 {
		margin-bottom: 24rem !important
	}

	.mb-wide-250 {
		margin-bottom: 25rem !important
	}

	.mb-wide-350 {
		margin-bottom: 35rem !important
	}

	.mb-wide-370 {
		margin-bottom: 37rem !important
	}

	.mb-wide-410 {
		margin-bottom: 41rem !important
	}

	.mb-wide-auto {
		margin-bottom: auto !important
	}

	.ms-wide-0 {
		margin-left: 0 !important
	}

	.ms-wide-1 {
		margin-left: .1rem !important
	}

	.ms-wide-2 {
		margin-left: .2rem !important
	}

	.ms-wide-3 {
		margin-left: .3rem !important
	}

	.ms-wide-4 {
		margin-left: .4rem !important
	}

	.ms-wide-5 {
		margin-left: .5rem !important
	}

	.ms-wide-6 {
		margin-left: .6rem !important
	}

	.ms-wide-7 {
		margin-left: .7rem !important
	}

	.ms-wide-8 {
		margin-left: .8rem !important
	}

	.ms-wide-9 {
		margin-left: .9rem !important
	}

	.ms-wide-10 {
		margin-left: 1rem !important
	}

	.ms-wide-12 {
		margin-left: 1.2rem !important
	}

	.ms-wide-13 {
		margin-left: 1.3rem !important
	}

	.ms-wide-15 {
		margin-left: 1.5rem !important
	}

	.ms-wide-17 {
		margin-left: 1.7rem !important
	}

	.ms-wide-18 {
		margin-left: 1.8rem !important
	}

	.ms-wide-20 {
		margin-left: 2rem !important
	}

	.ms-wide-22 {
		margin-left: 2.2rem !important
	}

	.ms-wide-23 {
		margin-left: 2.3rem !important
	}

	.ms-wide-25 {
		margin-left: 2.5rem !important
	}

	.ms-wide-26 {
		margin-left: 2.6rem !important
	}

	.ms-wide-27 {
		margin-left: 2.7rem !important
	}

	.ms-wide-30 {
		margin-left: 3rem !important
	}

	.ms-wide-32 {
		margin-left: 3.2rem !important
	}

	.ms-wide-35 {
		margin-left: 3.5rem !important
	}

	.ms-wide-37 {
		margin-left: 3.7rem !important
	}

	.ms-wide-40 {
		margin-left: 4rem !important
	}

	.ms-wide-45 {
		margin-left: 4.5rem !important
	}

	.ms-wide-50 {
		margin-left: 5rem !important
	}

	.ms-wide-53 {
		margin-left: 5.3rem !important
	}

	.ms-wide-55 {
		margin-left: 5.5rem !important
	}

	.ms-wide-58 {
		margin-left: 5.8rem !important
	}

	.ms-wide-60 {
		margin-left: 6rem !important
	}

	.ms-wide-65 {
		margin-left: 6.5rem !important
	}

	.ms-wide-70 {
		margin-left: 7rem !important
	}

	.ms-wide-75 {
		margin-left: 7.5rem !important
	}

	.ms-wide-80 {
		margin-left: 8rem !important
	}

	.ms-wide-85 {
		margin-left: 8.5rem !important
	}

	.ms-wide-90 {
		margin-left: 9rem !important
	}

	.ms-wide-95 {
		margin-left: 9.5rem !important
	}

	.ms-wide-100 {
		margin-left: 10rem !important
	}

	.ms-wide-105 {
		margin-left: 10.5rem !important
	}

	.ms-wide-110 {
		margin-left: 11rem !important
	}

	.ms-wide-115 {
		margin-left: 11.5rem !important
	}

	.ms-wide-120 {
		margin-left: 12rem !important
	}

	.ms-wide-125 {
		margin-left: 12.5rem !important
	}

	.ms-wide-130 {
		margin-left: 13rem !important
	}

	.ms-wide-140 {
		margin-left: 14rem !important
	}

	.ms-wide-145 {
		margin-left: 14.5rem !important
	}

	.ms-wide-150 {
		margin-left: 15rem !important
	}

	.ms-wide-160 {
		margin-left: 16rem !important
	}

	.ms-wide-170 {
		margin-left: 17rem !important
	}

	.ms-wide-180 {
		margin-left: 18rem !important
	}

	.ms-wide-200 {
		margin-left: 20rem !important
	}

	.ms-wide-220 {
		margin-left: 22rem !important
	}

	.ms-wide-240 {
		margin-left: 24rem !important
	}

	.ms-wide-250 {
		margin-left: 25rem !important
	}

	.ms-wide-350 {
		margin-left: 35rem !important
	}

	.ms-wide-370 {
		margin-left: 37rem !important
	}

	.ms-wide-410 {
		margin-left: 41rem !important
	}

	.ms-wide-auto {
		margin-left: auto !important
	}

	.p-wide-0 {
		padding: 0 !important
	}

	.p-wide-1 {
		padding: .1rem !important
	}

	.p-wide-2 {
		padding: .2rem !important
	}

	.p-wide-3 {
		padding: .3rem !important
	}

	.p-wide-4 {
		padding: .4rem !important
	}

	.p-wide-5 {
		padding: .5rem !important
	}

	.p-wide-6 {
		padding: .6rem !important
	}

	.p-wide-7 {
		padding: .7rem !important
	}

	.p-wide-8 {
		padding: .8rem !important
	}

	.p-wide-9 {
		padding: .9rem !important
	}

	.p-wide-10 {
		padding: 1rem !important
	}

	.p-wide-12 {
		padding: 1.2rem !important
	}

	.p-wide-13 {
		padding: 1.3rem !important
	}

	.p-wide-15 {
		padding: 1.5rem !important
	}

	.p-wide-17 {
		padding: 1.7rem !important
	}

	.p-wide-18 {
		padding: 1.8rem !important
	}

	.p-wide-20 {
		padding: 2rem !important
	}

	.p-wide-22 {
		padding: 2.2rem !important
	}

	.p-wide-23 {
		padding: 2.3rem !important
	}

	.p-wide-25 {
		padding: 2.5rem !important
	}

	.p-wide-26 {
		padding: 2.6rem !important
	}

	.p-wide-27 {
		padding: 2.7rem !important
	}

	.p-wide-30 {
		padding: 3rem !important
	}

	.p-wide-32 {
		padding: 3.2rem !important
	}

	.p-wide-35 {
		padding: 3.5rem !important
	}

	.p-wide-37 {
		padding: 3.7rem !important
	}

	.p-wide-40 {
		padding: 4rem !important
	}

	.p-wide-45 {
		padding: 4.5rem !important
	}

	.p-wide-50 {
		padding: 5rem !important
	}

	.p-wide-53 {
		padding: 5.3rem !important
	}

	.p-wide-55 {
		padding: 5.5rem !important
	}

	.p-wide-58 {
		padding: 5.8rem !important
	}

	.p-wide-60 {
		padding: 6rem !important
	}

	.p-wide-65 {
		padding: 6.5rem !important
	}

	.p-wide-70 {
		padding: 7rem !important
	}

	.p-wide-75 {
		padding: 7.5rem !important
	}

	.p-wide-80 {
		padding: 8rem !important
	}

	.p-wide-85 {
		padding: 8.5rem !important
	}

	.p-wide-90 {
		padding: 9rem !important
	}

	.p-wide-95 {
		padding: 9.5rem !important
	}

	.p-wide-100 {
		padding: 10rem !important
	}

	.p-wide-105 {
		padding: 10.5rem !important
	}

	.p-wide-110 {
		padding: 11rem !important
	}

	.p-wide-115 {
		padding: 11.5rem !important
	}

	.p-wide-120 {
		padding: 12rem !important
	}

	.p-wide-125 {
		padding: 12.5rem !important
	}

	.p-wide-130 {
		padding: 13rem !important
	}

	.p-wide-140 {
		padding: 14rem !important
	}

	.p-wide-145 {
		padding: 14.5rem !important
	}

	.p-wide-150 {
		padding: 15rem !important
	}

	.p-wide-160 {
		padding: 16rem !important
	}

	.p-wide-170 {
		padding: 17rem !important
	}

	.p-wide-180 {
		padding: 18rem !important
	}

	.p-wide-200 {
		padding: 20rem !important
	}

	.p-wide-220 {
		padding: 22rem !important
	}

	.p-wide-240 {
		padding: 24rem !important
	}

	.p-wide-250 {
		padding: 25rem !important
	}

	.p-wide-350 {
		padding: 35rem !important
	}

	.p-wide-370 {
		padding: 37rem !important
	}

	.p-wide-410 {
		padding: 41rem !important
	}

	.px-wide-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-wide-1 {
		padding-right: .1rem !important;
		padding-left: .1rem !important
	}

	.px-wide-2 {
		padding-right: .2rem !important;
		padding-left: .2rem !important
	}

	.px-wide-3 {
		padding-right: .3rem !important;
		padding-left: .3rem !important
	}

	.px-wide-4 {
		padding-right: .4rem !important;
		padding-left: .4rem !important
	}

	.px-wide-5 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-wide-6 {
		padding-right: .6rem !important;
		padding-left: .6rem !important
	}

	.px-wide-7 {
		padding-right: .7rem !important;
		padding-left: .7rem !important
	}

	.px-wide-8 {
		padding-right: .8rem !important;
		padding-left: .8rem !important
	}

	.px-wide-9 {
		padding-right: .9rem !important;
		padding-left: .9rem !important
	}

	.px-wide-10 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-wide-12 {
		padding-right: 1.2rem !important;
		padding-left: 1.2rem !important
	}

	.px-wide-13 {
		padding-right: 1.3rem !important;
		padding-left: 1.3rem !important
	}

	.px-wide-15 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-wide-17 {
		padding-right: 1.7rem !important;
		padding-left: 1.7rem !important
	}

	.px-wide-18 {
		padding-right: 1.8rem !important;
		padding-left: 1.8rem !important
	}

	.px-wide-20 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.px-wide-22 {
		padding-right: 2.2rem !important;
		padding-left: 2.2rem !important
	}

	.px-wide-23 {
		padding-right: 2.3rem !important;
		padding-left: 2.3rem !important
	}

	.px-wide-25 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-wide-26 {
		padding-right: 2.6rem !important;
		padding-left: 2.6rem !important
	}

	.px-wide-27 {
		padding-right: 2.7rem !important;
		padding-left: 2.7rem !important
	}

	.px-wide-30 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.px-wide-32 {
		padding-right: 3.2rem !important;
		padding-left: 3.2rem !important
	}

	.px-wide-35 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.px-wide-37 {
		padding-right: 3.7rem !important;
		padding-left: 3.7rem !important
	}

	.px-wide-40 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.px-wide-45 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.px-wide-50 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.px-wide-53 {
		padding-right: 5.3rem !important;
		padding-left: 5.3rem !important
	}

	.px-wide-55 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.px-wide-58 {
		padding-right: 5.8rem !important;
		padding-left: 5.8rem !important
	}

	.px-wide-60 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.px-wide-65 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.px-wide-70 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.px-wide-75 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.px-wide-80 {
		padding-right: 8rem !important;
		padding-left: 8rem !important
	}

	.px-wide-85 {
		padding-right: 8.5rem !important;
		padding-left: 8.5rem !important
	}

	.px-wide-90 {
		padding-right: 9rem !important;
		padding-left: 9rem !important
	}

	.px-wide-95 {
		padding-right: 9.5rem !important;
		padding-left: 9.5rem !important
	}

	.px-wide-100 {
		padding-right: 10rem !important;
		padding-left: 10rem !important
	}

	.px-wide-105 {
		padding-right: 10.5rem !important;
		padding-left: 10.5rem !important
	}

	.px-wide-110 {
		padding-right: 11rem !important;
		padding-left: 11rem !important
	}

	.px-wide-115 {
		padding-right: 11.5rem !important;
		padding-left: 11.5rem !important
	}

	.px-wide-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important
	}

	.px-wide-125 {
		padding-right: 12.5rem !important;
		padding-left: 12.5rem !important
	}

	.px-wide-130 {
		padding-right: 13rem !important;
		padding-left: 13rem !important
	}

	.px-wide-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important
	}

	.px-wide-145 {
		padding-right: 14.5rem !important;
		padding-left: 14.5rem !important
	}

	.px-wide-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important
	}

	.px-wide-160 {
		padding-right: 16rem !important;
		padding-left: 16rem !important
	}

	.px-wide-170 {
		padding-right: 17rem !important;
		padding-left: 17rem !important
	}

	.px-wide-180 {
		padding-right: 18rem !important;
		padding-left: 18rem !important
	}

	.px-wide-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important
	}

	.px-wide-220 {
		padding-right: 22rem !important;
		padding-left: 22rem !important
	}

	.px-wide-240 {
		padding-right: 24rem !important;
		padding-left: 24rem !important
	}

	.px-wide-250 {
		padding-right: 25rem !important;
		padding-left: 25rem !important
	}

	.px-wide-350 {
		padding-right: 35rem !important;
		padding-left: 35rem !important
	}

	.px-wide-370 {
		padding-right: 37rem !important;
		padding-left: 37rem !important
	}

	.px-wide-410 {
		padding-right: 41rem !important;
		padding-left: 41rem !important
	}

	.py-wide-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-wide-1 {
		padding-top: .1rem !important;
		padding-bottom: .1rem !important
	}

	.py-wide-2 {
		padding-top: .2rem !important;
		padding-bottom: .2rem !important
	}

	.py-wide-3 {
		padding-top: .3rem !important;
		padding-bottom: .3rem !important
	}

	.py-wide-4 {
		padding-top: .4rem !important;
		padding-bottom: .4rem !important
	}

	.py-wide-5 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-wide-6 {
		padding-top: .6rem !important;
		padding-bottom: .6rem !important
	}

	.py-wide-7 {
		padding-top: .7rem !important;
		padding-bottom: .7rem !important
	}

	.py-wide-8 {
		padding-top: .8rem !important;
		padding-bottom: .8rem !important
	}

	.py-wide-9 {
		padding-top: .9rem !important;
		padding-bottom: .9rem !important
	}

	.py-wide-10 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-wide-12 {
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important
	}

	.py-wide-13 {
		padding-top: 1.3rem !important;
		padding-bottom: 1.3rem !important
	}

	.py-wide-15 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-wide-17 {
		padding-top: 1.7rem !important;
		padding-bottom: 1.7rem !important
	}

	.py-wide-18 {
		padding-top: 1.8rem !important;
		padding-bottom: 1.8rem !important
	}

	.py-wide-20 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.py-wide-22 {
		padding-top: 2.2rem !important;
		padding-bottom: 2.2rem !important
	}

	.py-wide-23 {
		padding-top: 2.3rem !important;
		padding-bottom: 2.3rem !important
	}

	.py-wide-25 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-wide-26 {
		padding-top: 2.6rem !important;
		padding-bottom: 2.6rem !important
	}

	.py-wide-27 {
		padding-top: 2.7rem !important;
		padding-bottom: 2.7rem !important
	}

	.py-wide-30 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.py-wide-32 {
		padding-top: 3.2rem !important;
		padding-bottom: 3.2rem !important
	}

	.py-wide-35 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-wide-37 {
		padding-top: 3.7rem !important;
		padding-bottom: 3.7rem !important
	}

	.py-wide-40 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.py-wide-45 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.py-wide-50 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.py-wide-53 {
		padding-top: 5.3rem !important;
		padding-bottom: 5.3rem !important
	}

	.py-wide-55 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.py-wide-58 {
		padding-top: 5.8rem !important;
		padding-bottom: 5.8rem !important
	}

	.py-wide-60 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.py-wide-65 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.py-wide-70 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.py-wide-75 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.py-wide-80 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.py-wide-85 {
		padding-top: 8.5rem !important;
		padding-bottom: 8.5rem !important
	}

	.py-wide-90 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important
	}

	.py-wide-95 {
		padding-top: 9.5rem !important;
		padding-bottom: 9.5rem !important
	}

	.py-wide-100 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.py-wide-105 {
		padding-top: 10.5rem !important;
		padding-bottom: 10.5rem !important
	}

	.py-wide-110 {
		padding-top: 11rem !important;
		padding-bottom: 11rem !important
	}

	.py-wide-115 {
		padding-top: 11.5rem !important;
		padding-bottom: 11.5rem !important
	}

	.py-wide-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.py-wide-125 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important
	}

	.py-wide-130 {
		padding-top: 13rem !important;
		padding-bottom: 13rem !important
	}

	.py-wide-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.py-wide-145 {
		padding-top: 14.5rem !important;
		padding-bottom: 14.5rem !important
	}

	.py-wide-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important
	}

	.py-wide-160 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.py-wide-170 {
		padding-top: 17rem !important;
		padding-bottom: 17rem !important
	}

	.py-wide-180 {
		padding-top: 18rem !important;
		padding-bottom: 18rem !important
	}

	.py-wide-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important
	}

	.py-wide-220 {
		padding-top: 22rem !important;
		padding-bottom: 22rem !important
	}

	.py-wide-240 {
		padding-top: 24rem !important;
		padding-bottom: 24rem !important
	}

	.py-wide-250 {
		padding-top: 25rem !important;
		padding-bottom: 25rem !important
	}

	.py-wide-350 {
		padding-top: 35rem !important;
		padding-bottom: 35rem !important
	}

	.py-wide-370 {
		padding-top: 37rem !important;
		padding-bottom: 37rem !important
	}

	.py-wide-410 {
		padding-top: 41rem !important;
		padding-bottom: 41rem !important
	}

	.pt-wide-0 {
		padding-top: 0 !important
	}

	.pt-wide-1 {
		padding-top: .1rem !important
	}

	.pt-wide-2 {
		padding-top: .2rem !important
	}

	.pt-wide-3 {
		padding-top: .3rem !important
	}

	.pt-wide-4 {
		padding-top: .4rem !important
	}

	.pt-wide-5 {
		padding-top: .5rem !important
	}

	.pt-wide-6 {
		padding-top: .6rem !important
	}

	.pt-wide-7 {
		padding-top: .7rem !important
	}

	.pt-wide-8 {
		padding-top: .8rem !important
	}

	.pt-wide-9 {
		padding-top: .9rem !important
	}

	.pt-wide-10 {
		padding-top: 1rem !important
	}

	.pt-wide-12 {
		padding-top: 1.2rem !important
	}

	.pt-wide-13 {
		padding-top: 1.3rem !important
	}

	.pt-wide-15 {
		padding-top: 1.5rem !important
	}

	.pt-wide-17 {
		padding-top: 1.7rem !important
	}

	.pt-wide-18 {
		padding-top: 1.8rem !important
	}

	.pt-wide-20 {
		padding-top: 2rem !important
	}

	.pt-wide-22 {
		padding-top: 2.2rem !important
	}

	.pt-wide-23 {
		padding-top: 2.3rem !important
	}

	.pt-wide-25 {
		padding-top: 2.5rem !important
	}

	.pt-wide-26 {
		padding-top: 2.6rem !important
	}

	.pt-wide-27 {
		padding-top: 2.7rem !important
	}

	.pt-wide-30 {
		padding-top: 3rem !important
	}

	.pt-wide-32 {
		padding-top: 3.2rem !important
	}

	.pt-wide-35 {
		padding-top: 3.5rem !important
	}

	.pt-wide-37 {
		padding-top: 3.7rem !important
	}

	.pt-wide-40 {
		padding-top: 4rem !important
	}

	.pt-wide-45 {
		padding-top: 4.5rem !important
	}

	.pt-wide-50 {
		padding-top: 5rem !important
	}

	.pt-wide-53 {
		padding-top: 5.3rem !important
	}

	.pt-wide-55 {
		padding-top: 5.5rem !important
	}

	.pt-wide-58 {
		padding-top: 5.8rem !important
	}

	.pt-wide-60 {
		padding-top: 6rem !important
	}

	.pt-wide-65 {
		padding-top: 6.5rem !important
	}

	.pt-wide-70 {
		padding-top: 7rem !important
	}

	.pt-wide-75 {
		padding-top: 7.5rem !important
	}

	.pt-wide-80 {
		padding-top: 8rem !important
	}

	.pt-wide-85 {
		padding-top: 8.5rem !important
	}

	.pt-wide-90 {
		padding-top: 9rem !important
	}

	.pt-wide-95 {
		padding-top: 9.5rem !important
	}

	.pt-wide-100 {
		padding-top: 10rem !important
	}

	.pt-wide-105 {
		padding-top: 10.5rem !important
	}

	.pt-wide-110 {
		padding-top: 11rem !important
	}

	.pt-wide-115 {
		padding-top: 11.5rem !important
	}

	.pt-wide-120 {
		padding-top: 12rem !important
	}

	.pt-wide-125 {
		padding-top: 12.5rem !important
	}

	.pt-wide-130 {
		padding-top: 13rem !important
	}

	.pt-wide-140 {
		padding-top: 14rem !important
	}

	.pt-wide-145 {
		padding-top: 14.5rem !important
	}

	.pt-wide-150 {
		padding-top: 15rem !important
	}

	.pt-wide-160 {
		padding-top: 16rem !important
	}

	.pt-wide-170 {
		padding-top: 17rem !important
	}

	.pt-wide-180 {
		padding-top: 18rem !important
	}

	.pt-wide-200 {
		padding-top: 20rem !important
	}

	.pt-wide-220 {
		padding-top: 22rem !important
	}

	.pt-wide-240 {
		padding-top: 24rem !important
	}

	.pt-wide-250 {
		padding-top: 25rem !important
	}

	.pt-wide-350 {
		padding-top: 35rem !important
	}

	.pt-wide-370 {
		padding-top: 37rem !important
	}

	.pt-wide-410 {
		padding-top: 41rem !important
	}

	.pe-wide-0 {
		padding-right: 0 !important
	}

	.pe-wide-1 {
		padding-right: .1rem !important
	}

	.pe-wide-2 {
		padding-right: .2rem !important
	}

	.pe-wide-3 {
		padding-right: .3rem !important
	}

	.pe-wide-4 {
		padding-right: .4rem !important
	}

	.pe-wide-5 {
		padding-right: .5rem !important
	}

	.pe-wide-6 {
		padding-right: .6rem !important
	}

	.pe-wide-7 {
		padding-right: .7rem !important
	}

	.pe-wide-8 {
		padding-right: .8rem !important
	}

	.pe-wide-9 {
		padding-right: .9rem !important
	}

	.pe-wide-10 {
		padding-right: 1rem !important
	}

	.pe-wide-12 {
		padding-right: 1.2rem !important
	}

	.pe-wide-13 {
		padding-right: 1.3rem !important
	}

	.pe-wide-15 {
		padding-right: 1.5rem !important
	}

	.pe-wide-17 {
		padding-right: 1.7rem !important
	}

	.pe-wide-18 {
		padding-right: 1.8rem !important
	}

	.pe-wide-20 {
		padding-right: 2rem !important
	}

	.pe-wide-22 {
		padding-right: 2.2rem !important
	}

	.pe-wide-23 {
		padding-right: 2.3rem !important
	}

	.pe-wide-25 {
		padding-right: 2.5rem !important
	}

	.pe-wide-26 {
		padding-right: 2.6rem !important
	}

	.pe-wide-27 {
		padding-right: 2.7rem !important
	}

	.pe-wide-30 {
		padding-right: 3rem !important
	}

	.pe-wide-32 {
		padding-right: 3.2rem !important
	}

	.pe-wide-35 {
		padding-right: 3.5rem !important
	}

	.pe-wide-37 {
		padding-right: 3.7rem !important
	}

	.pe-wide-40 {
		padding-right: 4rem !important
	}

	.pe-wide-45 {
		padding-right: 4.5rem !important
	}

	.pe-wide-50 {
		padding-right: 5rem !important
	}

	.pe-wide-53 {
		padding-right: 5.3rem !important
	}

	.pe-wide-55 {
		padding-right: 5.5rem !important
	}

	.pe-wide-58 {
		padding-right: 5.8rem !important
	}

	.pe-wide-60 {
		padding-right: 6rem !important
	}

	.pe-wide-65 {
		padding-right: 6.5rem !important
	}

	.pe-wide-70 {
		padding-right: 7rem !important
	}

	.pe-wide-75 {
		padding-right: 7.5rem !important
	}

	.pe-wide-80 {
		padding-right: 8rem !important
	}

	.pe-wide-85 {
		padding-right: 8.5rem !important
	}

	.pe-wide-90 {
		padding-right: 9rem !important
	}

	.pe-wide-95 {
		padding-right: 9.5rem !important
	}

	.pe-wide-100 {
		padding-right: 10rem !important
	}

	.pe-wide-105 {
		padding-right: 10.5rem !important
	}

	.pe-wide-110 {
		padding-right: 11rem !important
	}

	.pe-wide-115 {
		padding-right: 11.5rem !important
	}

	.pe-wide-120 {
		padding-right: 12rem !important
	}

	.pe-wide-125 {
		padding-right: 12.5rem !important
	}

	.pe-wide-130 {
		padding-right: 13rem !important
	}

	.pe-wide-140 {
		padding-right: 14rem !important
	}

	.pe-wide-145 {
		padding-right: 14.5rem !important
	}

	.pe-wide-150 {
		padding-right: 15rem !important
	}

	.pe-wide-160 {
		padding-right: 16rem !important
	}

	.pe-wide-170 {
		padding-right: 17rem !important
	}

	.pe-wide-180 {
		padding-right: 18rem !important
	}

	.pe-wide-200 {
		padding-right: 20rem !important
	}

	.pe-wide-220 {
		padding-right: 22rem !important
	}

	.pe-wide-240 {
		padding-right: 24rem !important
	}

	.pe-wide-250 {
		padding-right: 25rem !important
	}

	.pe-wide-350 {
		padding-right: 35rem !important
	}

	.pe-wide-370 {
		padding-right: 37rem !important
	}

	.pe-wide-410 {
		padding-right: 41rem !important
	}

	.pb-wide-0 {
		padding-bottom: 0 !important
	}

	.pb-wide-1 {
		padding-bottom: .1rem !important
	}

	.pb-wide-2 {
		padding-bottom: .2rem !important
	}

	.pb-wide-3 {
		padding-bottom: .3rem !important
	}

	.pb-wide-4 {
		padding-bottom: .4rem !important
	}

	.pb-wide-5 {
		padding-bottom: .5rem !important
	}

	.pb-wide-6 {
		padding-bottom: .6rem !important
	}

	.pb-wide-7 {
		padding-bottom: .7rem !important
	}

	.pb-wide-8 {
		padding-bottom: .8rem !important
	}

	.pb-wide-9 {
		padding-bottom: .9rem !important
	}

	.pb-wide-10 {
		padding-bottom: 1rem !important
	}

	.pb-wide-12 {
		padding-bottom: 1.2rem !important
	}

	.pb-wide-13 {
		padding-bottom: 1.3rem !important
	}

	.pb-wide-15 {
		padding-bottom: 1.5rem !important
	}

	.pb-wide-17 {
		padding-bottom: 1.7rem !important
	}

	.pb-wide-18 {
		padding-bottom: 1.8rem !important
	}

	.pb-wide-20 {
		padding-bottom: 2rem !important
	}

	.pb-wide-22 {
		padding-bottom: 2.2rem !important
	}

	.pb-wide-23 {
		padding-bottom: 2.3rem !important
	}

	.pb-wide-25 {
		padding-bottom: 2.5rem !important
	}

	.pb-wide-26 {
		padding-bottom: 2.6rem !important
	}

	.pb-wide-27 {
		padding-bottom: 2.7rem !important
	}

	.pb-wide-30 {
		padding-bottom: 3rem !important
	}

	.pb-wide-32 {
		padding-bottom: 3.2rem !important
	}

	.pb-wide-35 {
		padding-bottom: 3.5rem !important
	}

	.pb-wide-37 {
		padding-bottom: 3.7rem !important
	}

	.pb-wide-40 {
		padding-bottom: 4rem !important
	}

	.pb-wide-45 {
		padding-bottom: 4.5rem !important
	}

	.pb-wide-50 {
		padding-bottom: 5rem !important
	}

	.pb-wide-53 {
		padding-bottom: 5.3rem !important
	}

	.pb-wide-55 {
		padding-bottom: 5.5rem !important
	}

	.pb-wide-58 {
		padding-bottom: 5.8rem !important
	}

	.pb-wide-60 {
		padding-bottom: 6rem !important
	}

	.pb-wide-65 {
		padding-bottom: 6.5rem !important
	}

	.pb-wide-70 {
		padding-bottom: 7rem !important
	}

	.pb-wide-75 {
		padding-bottom: 7.5rem !important
	}

	.pb-wide-80 {
		padding-bottom: 8rem !important
	}

	.pb-wide-85 {
		padding-bottom: 8.5rem !important
	}

	.pb-wide-90 {
		padding-bottom: 9rem !important
	}

	.pb-wide-95 {
		padding-bottom: 9.5rem !important
	}

	.pb-wide-100 {
		padding-bottom: 10rem !important
	}

	.pb-wide-105 {
		padding-bottom: 10.5rem !important
	}

	.pb-wide-110 {
		padding-bottom: 11rem !important
	}

	.pb-wide-115 {
		padding-bottom: 11.5rem !important
	}

	.pb-wide-120 {
		padding-bottom: 12rem !important
	}

	.pb-wide-125 {
		padding-bottom: 12.5rem !important
	}

	.pb-wide-130 {
		padding-bottom: 13rem !important
	}

	.pb-wide-140 {
		padding-bottom: 14rem !important
	}

	.pb-wide-145 {
		padding-bottom: 14.5rem !important
	}

	.pb-wide-150 {
		padding-bottom: 15rem !important
	}

	.pb-wide-160 {
		padding-bottom: 16rem !important
	}

	.pb-wide-170 {
		padding-bottom: 17rem !important
	}

	.pb-wide-180 {
		padding-bottom: 18rem !important
	}

	.pb-wide-200 {
		padding-bottom: 20rem !important
	}

	.pb-wide-220 {
		padding-bottom: 22rem !important
	}

	.pb-wide-240 {
		padding-bottom: 24rem !important
	}

	.pb-wide-250 {
		padding-bottom: 25rem !important
	}

	.pb-wide-350 {
		padding-bottom: 35rem !important
	}

	.pb-wide-370 {
		padding-bottom: 37rem !important
	}

	.pb-wide-410 {
		padding-bottom: 41rem !important
	}

	.ps-wide-0 {
		padding-left: 0 !important
	}

	.ps-wide-1 {
		padding-left: .1rem !important
	}

	.ps-wide-2 {
		padding-left: .2rem !important
	}

	.ps-wide-3 {
		padding-left: .3rem !important
	}

	.ps-wide-4 {
		padding-left: .4rem !important
	}

	.ps-wide-5 {
		padding-left: .5rem !important
	}

	.ps-wide-6 {
		padding-left: .6rem !important
	}

	.ps-wide-7 {
		padding-left: .7rem !important
	}

	.ps-wide-8 {
		padding-left: .8rem !important
	}

	.ps-wide-9 {
		padding-left: .9rem !important
	}

	.ps-wide-10 {
		padding-left: 1rem !important
	}

	.ps-wide-12 {
		padding-left: 1.2rem !important
	}

	.ps-wide-13 {
		padding-left: 1.3rem !important
	}

	.ps-wide-15 {
		padding-left: 1.5rem !important
	}

	.ps-wide-17 {
		padding-left: 1.7rem !important
	}

	.ps-wide-18 {
		padding-left: 1.8rem !important
	}

	.ps-wide-20 {
		padding-left: 2rem !important
	}

	.ps-wide-22 {
		padding-left: 2.2rem !important
	}

	.ps-wide-23 {
		padding-left: 2.3rem !important
	}

	.ps-wide-25 {
		padding-left: 2.5rem !important
	}

	.ps-wide-26 {
		padding-left: 2.6rem !important
	}

	.ps-wide-27 {
		padding-left: 2.7rem !important
	}

	.ps-wide-30 {
		padding-left: 3rem !important
	}

	.ps-wide-32 {
		padding-left: 3.2rem !important
	}

	.ps-wide-35 {
		padding-left: 3.5rem !important
	}

	.ps-wide-37 {
		padding-left: 3.7rem !important
	}

	.ps-wide-40 {
		padding-left: 4rem !important
	}

	.ps-wide-45 {
		padding-left: 4.5rem !important
	}

	.ps-wide-50 {
		padding-left: 5rem !important
	}

	.ps-wide-53 {
		padding-left: 5.3rem !important
	}

	.ps-wide-55 {
		padding-left: 5.5rem !important
	}

	.ps-wide-58 {
		padding-left: 5.8rem !important
	}

	.ps-wide-60 {
		padding-left: 6rem !important
	}

	.ps-wide-65 {
		padding-left: 6.5rem !important
	}

	.ps-wide-70 {
		padding-left: 7rem !important
	}

	.ps-wide-75 {
		padding-left: 7.5rem !important
	}

	.ps-wide-80 {
		padding-left: 8rem !important
	}

	.ps-wide-85 {
		padding-left: 8.5rem !important
	}

	.ps-wide-90 {
		padding-left: 9rem !important
	}

	.ps-wide-95 {
		padding-left: 9.5rem !important
	}

	.ps-wide-100 {
		padding-left: 10rem !important
	}

	.ps-wide-105 {
		padding-left: 10.5rem !important
	}

	.ps-wide-110 {
		padding-left: 11rem !important
	}

	.ps-wide-115 {
		padding-left: 11.5rem !important
	}

	.ps-wide-120 {
		padding-left: 12rem !important
	}

	.ps-wide-125 {
		padding-left: 12.5rem !important
	}

	.ps-wide-130 {
		padding-left: 13rem !important
	}

	.ps-wide-140 {
		padding-left: 14rem !important
	}

	.ps-wide-145 {
		padding-left: 14.5rem !important
	}

	.ps-wide-150 {
		padding-left: 15rem !important
	}

	.ps-wide-160 {
		padding-left: 16rem !important
	}

	.ps-wide-170 {
		padding-left: 17rem !important
	}

	.ps-wide-180 {
		padding-left: 18rem !important
	}

	.ps-wide-200 {
		padding-left: 20rem !important
	}

	.ps-wide-220 {
		padding-left: 22rem !important
	}

	.ps-wide-240 {
		padding-left: 24rem !important
	}

	.ps-wide-250 {
		padding-left: 25rem !important
	}

	.ps-wide-350 {
		padding-left: 35rem !important
	}

	.ps-wide-370 {
		padding-left: 37rem !important
	}

	.ps-wide-410 {
		padding-left: 41rem !important
	}

	.text-wide-start {
		text-align: left !important
	}

	.text-wide-end {
		text-align: right !important
	}

	.text-wide-center {
		text-align: center !important
	}

	.col-wide {
		flex: 1 0 0%
	}

	.row-cols-wide-auto > * {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-wide-1 > * {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-wide-2 > * {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-wide-3 > * {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-wide-4 > * {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-wide-5 > * {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-wide-6 > * {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-wide-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-wide-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-wide-2 {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-wide-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-wide-4 {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-wide-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-wide-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-wide-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-wide-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-wide-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-wide-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-wide-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.col-wide-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-wide-0 {
		margin-left: 0
	}

	.offset-wide-1 {
		margin-left: 8.33333%
	}

	.offset-wide-2 {
		margin-left: 16.66667%
	}

	.offset-wide-3 {
		margin-left: 25%
	}

	.offset-wide-4 {
		margin-left: 33.33333%
	}

	.offset-wide-5 {
		margin-left: 41.66667%
	}

	.offset-wide-6 {
		margin-left: 50%
	}

	.offset-wide-7 {
		margin-left: 58.33333%
	}

	.offset-wide-8 {
		margin-left: 66.66667%
	}

	.offset-wide-9 {
		margin-left: 75%
	}

	.offset-wide-10 {
		margin-left: 83.33333%
	}

	.offset-wide-11 {
		margin-left: 91.66667%
	}

	.g-wide-0, .gx-wide-0 {
		--bs-gutter-x: 0
	}

	.g-wide-0, .gy-wide-0 {
		--bs-gutter-y: 0
	}

	.g-wide-1, .gx-wide-1 {
		--bs-gutter-x: .1rem
	}

	.g-wide-1, .gy-wide-1 {
		--bs-gutter-y: .1rem
	}

	.g-wide-2, .gx-wide-2 {
		--bs-gutter-x: .2rem
	}

	.g-wide-2, .gy-wide-2 {
		--bs-gutter-y: .2rem
	}

	.g-wide-3, .gx-wide-3 {
		--bs-gutter-x: .3rem
	}

	.g-wide-3, .gy-wide-3 {
		--bs-gutter-y: .3rem
	}

	.g-wide-4, .gx-wide-4 {
		--bs-gutter-x: .4rem
	}

	.g-wide-4, .gy-wide-4 {
		--bs-gutter-y: .4rem
	}

	.g-wide-5, .gx-wide-5 {
		--bs-gutter-x: .5rem
	}

	.g-wide-5, .gy-wide-5 {
		--bs-gutter-y: .5rem
	}

	.g-wide-6, .gx-wide-6 {
		--bs-gutter-x: .6rem
	}

	.g-wide-6, .gy-wide-6 {
		--bs-gutter-y: .6rem
	}

	.g-wide-7, .gx-wide-7 {
		--bs-gutter-x: .7rem
	}

	.g-wide-7, .gy-wide-7 {
		--bs-gutter-y: .7rem
	}

	.g-wide-8, .gx-wide-8 {
		--bs-gutter-x: .8rem
	}

	.g-wide-8, .gy-wide-8 {
		--bs-gutter-y: .8rem
	}

	.g-wide-9, .gx-wide-9 {
		--bs-gutter-x: .9rem
	}

	.g-wide-9, .gy-wide-9 {
		--bs-gutter-y: .9rem
	}

	.g-wide-10, .gx-wide-10 {
		--bs-gutter-x: 1rem
	}

	.g-wide-10, .gy-wide-10 {
		--bs-gutter-y: 1rem
	}

	.g-wide-12, .gx-wide-12 {
		--bs-gutter-x: 1.2rem
	}

	.g-wide-12, .gy-wide-12 {
		--bs-gutter-y: 1.2rem
	}

	.g-wide-13, .gx-wide-13 {
		--bs-gutter-x: 1.3rem
	}

	.g-wide-13, .gy-wide-13 {
		--bs-gutter-y: 1.3rem
	}

	.g-wide-15, .gx-wide-15 {
		--bs-gutter-x: 1.5rem
	}

	.g-wide-15, .gy-wide-15 {
		--bs-gutter-y: 1.5rem
	}

	.g-wide-17, .gx-wide-17 {
		--bs-gutter-x: 1.7rem
	}

	.g-wide-17, .gy-wide-17 {
		--bs-gutter-y: 1.7rem
	}

	.g-wide-18, .gx-wide-18 {
		--bs-gutter-x: 1.8rem
	}

	.g-wide-18, .gy-wide-18 {
		--bs-gutter-y: 1.8rem
	}

	.g-wide-20, .gx-wide-20 {
		--bs-gutter-x: 2rem
	}

	.g-wide-20, .gy-wide-20 {
		--bs-gutter-y: 2rem
	}

	.g-wide-22, .gx-wide-22 {
		--bs-gutter-x: 2.2rem
	}

	.g-wide-22, .gy-wide-22 {
		--bs-gutter-y: 2.2rem
	}

	.g-wide-23, .gx-wide-23 {
		--bs-gutter-x: 2.3rem
	}

	.g-wide-23, .gy-wide-23 {
		--bs-gutter-y: 2.3rem
	}

	.g-wide-25, .gx-wide-25 {
		--bs-gutter-x: 2.5rem
	}

	.g-wide-25, .gy-wide-25 {
		--bs-gutter-y: 2.5rem
	}

	.g-wide-26, .gx-wide-26 {
		--bs-gutter-x: 2.6rem
	}

	.g-wide-26, .gy-wide-26 {
		--bs-gutter-y: 2.6rem
	}

	.g-wide-27, .gx-wide-27 {
		--bs-gutter-x: 2.7rem
	}

	.g-wide-27, .gy-wide-27 {
		--bs-gutter-y: 2.7rem
	}

	.g-wide-30, .gx-wide-30 {
		--bs-gutter-x: 3rem
	}

	.g-wide-30, .gy-wide-30 {
		--bs-gutter-y: 3rem
	}

	.g-wide-32, .gx-wide-32 {
		--bs-gutter-x: 3.2rem
	}

	.g-wide-32, .gy-wide-32 {
		--bs-gutter-y: 3.2rem
	}

	.g-wide-35, .gx-wide-35 {
		--bs-gutter-x: 3.5rem
	}

	.g-wide-35, .gy-wide-35 {
		--bs-gutter-y: 3.5rem
	}

	.g-wide-37, .gx-wide-37 {
		--bs-gutter-x: 3.7rem
	}

	.g-wide-37, .gy-wide-37 {
		--bs-gutter-y: 3.7rem
	}

	.g-wide-40, .gx-wide-40 {
		--bs-gutter-x: 4rem
	}

	.g-wide-40, .gy-wide-40 {
		--bs-gutter-y: 4rem
	}

	.g-wide-45, .gx-wide-45 {
		--bs-gutter-x: 4.5rem
	}

	.g-wide-45, .gy-wide-45 {
		--bs-gutter-y: 4.5rem
	}

	.g-wide-50, .gx-wide-50 {
		--bs-gutter-x: 5rem
	}

	.g-wide-50, .gy-wide-50 {
		--bs-gutter-y: 5rem
	}

	.g-wide-53, .gx-wide-53 {
		--bs-gutter-x: 5.3rem
	}

	.g-wide-53, .gy-wide-53 {
		--bs-gutter-y: 5.3rem
	}

	.g-wide-55, .gx-wide-55 {
		--bs-gutter-x: 5.5rem
	}

	.g-wide-55, .gy-wide-55 {
		--bs-gutter-y: 5.5rem
	}

	.g-wide-58, .gx-wide-58 {
		--bs-gutter-x: 5.8rem
	}

	.g-wide-58, .gy-wide-58 {
		--bs-gutter-y: 5.8rem
	}

	.g-wide-60, .gx-wide-60 {
		--bs-gutter-x: 6rem
	}

	.g-wide-60, .gy-wide-60 {
		--bs-gutter-y: 6rem
	}

	.g-wide-65, .gx-wide-65 {
		--bs-gutter-x: 6.5rem
	}

	.g-wide-65, .gy-wide-65 {
		--bs-gutter-y: 6.5rem
	}

	.g-wide-70, .gx-wide-70 {
		--bs-gutter-x: 7rem
	}

	.g-wide-70, .gy-wide-70 {
		--bs-gutter-y: 7rem
	}

	.g-wide-75, .gx-wide-75 {
		--bs-gutter-x: 7.5rem
	}

	.g-wide-75, .gy-wide-75 {
		--bs-gutter-y: 7.5rem
	}

	.g-wide-80, .gx-wide-80 {
		--bs-gutter-x: 8rem
	}

	.g-wide-80, .gy-wide-80 {
		--bs-gutter-y: 8rem
	}

	.g-wide-85, .gx-wide-85 {
		--bs-gutter-x: 8.5rem
	}

	.g-wide-85, .gy-wide-85 {
		--bs-gutter-y: 8.5rem
	}

	.g-wide-90, .gx-wide-90 {
		--bs-gutter-x: 9rem
	}

	.g-wide-90, .gy-wide-90 {
		--bs-gutter-y: 9rem
	}

	.g-wide-95, .gx-wide-95 {
		--bs-gutter-x: 9.5rem
	}

	.g-wide-95, .gy-wide-95 {
		--bs-gutter-y: 9.5rem
	}

	.g-wide-100, .gx-wide-100 {
		--bs-gutter-x: 10rem
	}

	.g-wide-100, .gy-wide-100 {
		--bs-gutter-y: 10rem
	}

	.g-wide-105, .gx-wide-105 {
		--bs-gutter-x: 10.5rem
	}

	.g-wide-105, .gy-wide-105 {
		--bs-gutter-y: 10.5rem
	}

	.g-wide-110, .gx-wide-110 {
		--bs-gutter-x: 11rem
	}

	.g-wide-110, .gy-wide-110 {
		--bs-gutter-y: 11rem
	}

	.g-wide-115, .gx-wide-115 {
		--bs-gutter-x: 11.5rem
	}

	.g-wide-115, .gy-wide-115 {
		--bs-gutter-y: 11.5rem
	}

	.g-wide-120, .gx-wide-120 {
		--bs-gutter-x: 12rem
	}

	.g-wide-120, .gy-wide-120 {
		--bs-gutter-y: 12rem
	}

	.g-wide-125, .gx-wide-125 {
		--bs-gutter-x: 12.5rem
	}

	.g-wide-125, .gy-wide-125 {
		--bs-gutter-y: 12.5rem
	}

	.g-wide-130, .gx-wide-130 {
		--bs-gutter-x: 13rem
	}

	.g-wide-130, .gy-wide-130 {
		--bs-gutter-y: 13rem
	}

	.g-wide-140, .gx-wide-140 {
		--bs-gutter-x: 14rem
	}

	.g-wide-140, .gy-wide-140 {
		--bs-gutter-y: 14rem
	}

	.g-wide-145, .gx-wide-145 {
		--bs-gutter-x: 14.5rem
	}

	.g-wide-145, .gy-wide-145 {
		--bs-gutter-y: 14.5rem
	}

	.g-wide-150, .gx-wide-150 {
		--bs-gutter-x: 15rem
	}

	.g-wide-150, .gy-wide-150 {
		--bs-gutter-y: 15rem
	}

	.g-wide-160, .gx-wide-160 {
		--bs-gutter-x: 16rem
	}

	.g-wide-160, .gy-wide-160 {
		--bs-gutter-y: 16rem
	}

	.g-wide-170, .gx-wide-170 {
		--bs-gutter-x: 17rem
	}

	.g-wide-170, .gy-wide-170 {
		--bs-gutter-y: 17rem
	}

	.g-wide-180, .gx-wide-180 {
		--bs-gutter-x: 18rem
	}

	.g-wide-180, .gy-wide-180 {
		--bs-gutter-y: 18rem
	}

	.g-wide-200, .gx-wide-200 {
		--bs-gutter-x: 20rem
	}

	.g-wide-200, .gy-wide-200 {
		--bs-gutter-y: 20rem
	}

	.g-wide-220, .gx-wide-220 {
		--bs-gutter-x: 22rem
	}

	.g-wide-220, .gy-wide-220 {
		--bs-gutter-y: 22rem
	}

	.g-wide-240, .gx-wide-240 {
		--bs-gutter-x: 24rem
	}

	.g-wide-240, .gy-wide-240 {
		--bs-gutter-y: 24rem
	}

	.g-wide-250, .gx-wide-250 {
		--bs-gutter-x: 25rem
	}

	.g-wide-250, .gy-wide-250 {
		--bs-gutter-y: 25rem
	}

	.g-wide-350, .gx-wide-350 {
		--bs-gutter-x: 35rem
	}

	.g-wide-350, .gy-wide-350 {
		--bs-gutter-y: 35rem
	}

	.g-wide-370, .gx-wide-370 {
		--bs-gutter-x: 37rem
	}

	.g-wide-370, .gy-wide-370 {
		--bs-gutter-y: 37rem
	}

	.g-wide-410, .gx-wide-410 {
		--bs-gutter-x: 41rem
	}

	.g-wide-410, .gy-wide-410 {
		--bs-gutter-y: 41rem
	}

	.dropdown-menu-wide-start {
		--bs-position: start
	}

		.dropdown-menu-wide-start[data-bs-popper] {
			right: auto;
			left: 0
		}

	.dropdown-menu-wide-end {
		--bs-position: end
	}

		.dropdown-menu-wide-end[data-bs-popper] {
			right: 0;
			left: auto
		}

	.navbar-expand-wide {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

		.navbar-expand-wide .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-wide .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-wide .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-wide .navbar-nav-scroll {
			overflow: visible
		}

		.navbar-expand-wide .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-wide .navbar-toggler, .navbar-expand-wide .offcanvas-header {
			display: none
		}

		.navbar-expand-wide .offcanvas {
			position: inherit;
			bottom: 0;
			z-index: 1000;
			flex-grow: 1;
			visibility: visible !important;
			background-color: transparent;
			border-right: 0;
			border-left: 0;
			transition: none;
			transform: none
		}

		.navbar-expand-wide .offcanvas-bottom, .navbar-expand-wide .offcanvas-top {
			height: auto;
			border-top: 0;
			border-bottom: 0
		}

		.navbar-expand-wide .offcanvas-body {
			display: flex;
			flex-grow: 0;
			padding: 0;
			overflow-y: visible
		}

	.list-group-horizontal-wide {
		flex-direction: row
	}

		.list-group-horizontal-wide > .list-group-item:first-child {
			border-bottom-left-radius: .25rem;
			border-top-right-radius: 0
		}

		.list-group-horizontal-wide > .list-group-item:last-child {
			border-top-right-radius: .25rem;
			border-bottom-left-radius: 0
		}

		.list-group-horizontal-wide > .list-group-item.active {
			margin-top: 0
		}

		.list-group-horizontal-wide > .list-group-item + .list-group-item {
			border-top-width: 1px;
			border-left-width: 0
		}

			.list-group-horizontal-wide > .list-group-item + .list-group-item.active {
				margin-left: -1px;
				border-left-width: 1px
			}

	.logo {
		max-width: 438px;
		flex-basis: 438px
	}

	.navigation {
		padding-right: 16px;
		font-size: 14px
	}

		.navigation a {
			padding: 32px 26px
		}

	.container {
		padding: 0 15px
	}

	.h1, h1 {
		font-size: 50px
	}

	.h2, h2 {
		font-size: 40px
	}

	.h3, .main-title, h3 {
		font-size: 30px
	}

	.council-section .council-logo {
		padding: 96px 75px 100px 15px
	}

	.page-wrap .container {
		padding: 0 60px
	}

	.social-media a {
		width: 48px;
		height: 48px
	}

	.foot-logo-holder .foot-logo {
		max-width: 333px;
		flex-basis: 333px
	}

	.foot-main-holder .left-col {
		padding-right: 82px
	}

	.foot-main-holder .right-col {
		padding-left: 74px
	}

		.foot-main-holder .right-col .foot-col:nth-child(2) {
			padding-left: 80px
		}

		.foot-main-holder .right-col .foot-row .foot-col:first-child, .foot-main-holder .right-col .foot-row .foot-col:nth-child(2) {
			width: 50%
		}

	.copyright .right-col {
		padding-right: 32px
	}

	.content-image .content {
		max-width: 440px;
		flex-basis: 440px
	}

	.member-bio .img:before {
		min-height: 413px
	}

	.member {
		margin-left: -361px;
		width: 879px
	}

	.breadcurmb-section .breadcrumb {
		margin: 0 0 117px
	}

	.image-section:before {
		min-height: 400px
	}

	.image-section.secondary:before {
		min-height: 450px
	}

	.image-section.h-528:before {
		min-height: 528px
	}

	.image-section.h-370:before {
		min-height: 370px
	}

	.video-holder:before {
		min-height: 612px
	}

	.video-holder .icon-play-button {
		font-size: 137px
	}

	.logo-holder .logo-hold {
		margin: 0 60px 0 0
	}

	.contact-section {
		margin: 0 0 94px
	}

	.register-event ul {
		margin: 0 -80px
	}

		.register-event ul li {
			padding: 0 70px
		}
}

@media (max-width:479.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

		.modal-fullscreen-sm-down .modal-content {
			height: 100%;
			border: 0;
			border-radius: 0
		}

		.modal-fullscreen-sm-down .modal-header {
			border-radius: 0
		}

		.modal-fullscreen-sm-down .modal-body {
			overflow-y: auto
		}

		.modal-fullscreen-sm-down .modal-footer {
			border-radius: 0
		}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

		.modal-fullscreen-md-down .modal-content {
			height: 100%;
			border: 0;
			border-radius: 0
		}

		.modal-fullscreen-md-down .modal-header {
			border-radius: 0
		}

		.modal-fullscreen-md-down .modal-body {
			overflow-y: auto
		}

		.modal-fullscreen-md-down .modal-footer {
			border-radius: 0
		}

	.nav-drop {
		overflow-y: auto
	}

	.hide-on-mobile {
		display: none !important
	}

	.carousel-block .slick-next {
		top: auto;
		right: 10px;
		bottom: 0
	}

	.carousel-block .slick-prev {
		top: auto;
		left: auto;
		bottom: 0;
		right: 60px
	}

	.carousel-block .news .content {
		padding: 29px 29px 70px
	}

	.breadcurmb-section .breadcrumb {
		display: none
	}

	.news-holder .position-social-media {
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.news-holder .social-media {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center
	}
}

@media (max-width:1023.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

		.modal-fullscreen-lg-down .modal-content {
			height: 100%;
			border: 0;
			border-radius: 0
		}

		.modal-fullscreen-lg-down .modal-header {
			border-radius: 0
		}

		.modal-fullscreen-lg-down .modal-body {
			overflow-y: auto
		}

		.modal-fullscreen-lg-down .modal-footer {
			border-radius: 0
		}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

		.modal-fullscreen-xl-down .modal-content {
			height: 100%;
			border: 0;
			border-radius: 0
		}

		.modal-fullscreen-xl-down .modal-header {
			border-radius: 0
		}

		.modal-fullscreen-xl-down .modal-body {
			overflow-y: auto
		}

		.modal-fullscreen-xl-down .modal-footer {
			border-radius: 0
		}
}

@media (max-width:1399.98px) {
	.table-responsive-wide {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-wide-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

		.modal-fullscreen-wide-down .modal-content {
			height: 100%;
			border: 0;
			border-radius: 0
		}

		.modal-fullscreen-wide-down .modal-header {
			border-radius: 0
		}

		.modal-fullscreen-wide-down .modal-body {
			overflow-y: auto
		}

		.modal-fullscreen-wide-down .modal-footer {
			border-radius: 0
		}
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}

	.form-control, .form-control::file-selector-button {
		transition: none
	}

		.form-control::-webkit-file-upload-button {
			-webkit-transition: none;
			transition: none
		}

	.form-select, .form-switch .form-check-input {
		transition: none
	}

	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}

	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}

	.accordion-button, .accordion-button:after, .btn, .collapsing, .collapsing.collapse-horizontal, .fade, .form-floating > label, .nav-link, .navbar-toggler, .page-link, .progress-bar {
		transition: none
	}

	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}

	.carousel-control-next, .carousel-control-prev, .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start, .carousel-indicators [data-bs-target], .carousel-item, .modal.fade .modal-dialog {
		transition: none
	}

	.spinner-border, .spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s
	}

	.offcanvas {
		transition: none
	}
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
}