/*your custom css goes here*/
:root,
[data-bs-theme=light] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
}

.fw-100 {
	font-weight: 100 !important;
}

.fw-200 {
	font-weight: 200 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-800 {
	font-weight: 800 !important;
}

.fw-900 {
	font-weight: 900 !important;
}

.fs-8 {
	font-size: 0.5rem !important;
}

.fs-9 {
	font-size: 0.5625rem !important;
}

.fs-10 {
	font-size: 0.625rem !important;
}

.fs-11 {
	font-size: 0.6875rem !important;
}

.fs-12 {
	font-size: 0.75rem !important;
}

.fs-13 {
	font-size: 0.8125rem !important;
}

.fs-14 {
	font-size: 0.875rem !important;
}

.fs-15 {
	font-size: 0.9375rem !important;
}

.fs-15 {
	font-size: 0.9375rem !important;
}

.fs-16 {
	font-size: 1rem !important;
}

.fs-17 {
	font-size: 1.0625rem !important;
}

.fs-18 {
	font-size: 1.125rem !important;
}

.fs-19 {
	font-size: 1.1875rem !important;
}

.fs-20 {
	font-size: 1.25rem !important;
}

.fs-21 {
	font-size: 1.3125rem !important;
}

.fs-22 {
	font-size: 1.375rem !important;
}

.fs-23 {
	font-size: 1.4375rem !important;
}

.fs-24 {
	font-size: 1.5rem !important;
}

.fs-26 {
	font-size: 1.625rem !important;
}

.fs-28 {
	font-size: 1.75rem !important;
}

.fs-30 {
	font-size: 1.875rem !important;
}

.fs-36 {
	font-size: 2.25rem !important;
}

.fs-75-30 {
	font-size: clamp(1.875rem, -0.091rem + 5.4612vw, 4.6875rem) !important;
}

.fs-75-24 {
	font-size: clamp(1.5rem, -0.7282rem + 6.1893vw, 4.6875rem) !important;
}

.fs-40-24 {
	font-size: clamp(1.5rem, 0.801rem + 1.9417vw, 2.5rem) !important;
}

.fs-40-18 {
	font-size: clamp(1.125rem, 0.1638rem + 2.6699vw, 2.5rem) !important;
}

.fs-36-24 {
	font-size: clamp(1.5rem, 0.9757rem + 1.4563vw, 2.25rem) !important;
}

.fs-36-18 {
	font-size: clamp(1.125rem, 0.3386rem + 2.1845vw, 2.25rem) !important;
}

.fs-24-18 {
	font-size: clamp(1.125rem, 0.8629rem + 0.7282vw, 1.5rem) !important;
}

.fs-20-18 {
	font-size: clamp(1.125rem, 1.0376rem + 0.2427vw, 1.25rem) !important;
}

.fs-20-14 {
	font-size: clamp(0.875rem, 0.6129rem + 0.7282vw, 1.25rem) !important;
}

.fs-18-14 {
	font-size: clamp(0.875rem, 0.7002rem + 0.4854vw, 1.125rem) !important;
}

.fs-16-14 {
	font-size: clamp(0.875rem, 0.7881rem + 0.2421vw, 1rem) !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-1-1 {
	line-height: 1.1 !important;
}

.lh-1-2 {
	line-height: 1.2 !important;
}

.lh-1-3 {
	line-height: 1.3 !important;
}

.lh-1-4 {
	line-height: 1.4 !important;
}

.lh-1-5 {
	line-height: 1.5 !important;
}

.lh-1-6 {
	line-height: 1.6 !important;
}

.lh-1-7 {
	line-height: 1.7 !important;
}

.lh-1-8 {
	line-height: 1.8 !important;
}

.lh-1-9 {
	line-height: 1.9 !important;
}

.lh-2 {
	line-height: 2 !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;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important;
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important;
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.overflow-hidden {
	overflow: hidden !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;
}

.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: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.row-gap-0 {
	row-gap: 0 !important;
}

.row-gap-1 {
	row-gap: 0.25rem !important;
}

.row-gap-2 {
	row-gap: 0.5rem !important;
}

.row-gap-3 {
	row-gap: 1rem !important;
}

.row-gap-4 {
	row-gap: 1.5rem !important;
}

.row-gap-5 {
	row-gap: 3rem !important;
}

.column-gap-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

.column-gap-1 {
	-moz-column-gap: 0.25rem !important;
	column-gap: 0.25rem !important;
}

.column-gap-2 {
	-moz-column-gap: 0.5rem !important;
	column-gap: 0.5rem !important;
}

.column-gap-3 {
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important;
}

.column-gap-4 {
	-moz-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important;
}

.column-gap-5 {
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important;
}

.pt-10px,
.py-10px,
.p-10px {
	padding-top: 10px !important;
}

.pb-10px,
.py-10px,
.p-10px {
	padding-bottom: 10px !important;
}

.pl-10px,
.px-10px,
.p-10px {
	padding-left: 10px !important;
}

.pr-10px,
.px-10px,
.p-10px {
	padding-right: 10px !important;
}

.pt-12px,
.py-12px,
.p-12px {
	padding-top: 12px !important;
}

.pb-12px,
.py-12px,
.p-12px {
	padding-bottom: 12px !important;
}

.pl-12px,
.px-12px,
.p-12px {
	padding-left: 12px !important;
}

.pr-12px,
.px-12px,
.p-12px {
	padding-right: 12px !important;
}

.pt-14px,
.py-14px,
.p-14px {
	padding-top: 14px !important;
}

.pb-14px,
.py-14px,
.p-14px {
	padding-bottom: 14px !important;
}

.pl-14px,
.px-14px,
.p-14px {
	padding-left: 14px !important;
}

.pr-14px,
.px-14px,
.p-14px {
	padding-right: 14px !important;
}

.pt-20px,
.py-20px,
.p-20px {
	padding-top: 20px !important;
}

.pb-20px,
.py-20px,
.p-20px {
	padding-bottom: 20px !important;
}

.pl-20px,
.px-20px,
.p-20px {
	padding-left: 20px !important;
}

.pr-20px,
.px-20px,
.p-20px {
	padding-right: 20px !important;
}

.pt-32px,
.py-32px,
.p-32px {
	padding-top: 2rem !important;
}

.pb-32px,
.py-32px,
.p-32px {
	padding-bottom: 2rem !important;
}

.pl-32px,
.px-32px,
.p-32px {
	padding-left: 2rem !important;
}

.pr-32px,
.px-32px,
.p-32px {
	padding-right: 2rem !important;
}

.pt-40px,
.py-40px,
.p-40px {
	padding-top: 2.5rem !important;
}

.pb-40px,
.py-40px,
.p-40px {
	padding-bottom: 2.5rem !important;
}

.pl-40px,
.px-40px,
.p-40px {
	padding-left: 2.5rem !important;
}

.pr-40px,
.px-40px,
.p-40px {
	padding-right: 2.5rem !important;
}

.pt-48px,
.py-48px,
.p-48px {
	padding-top: 3rem !important;
}

.pb-48px,
.py-48px,
.p-48px {
	padding-bottom: 3rem !important;
}

.pl-48px,
.px-48px,
.p-48px {
	padding-left: 3rem !important;
}

.pr-48px,
.px-48px,
.p-48px {
	padding-right: 3rem !important;
}

.pt-56px,
.py-56px,
.p-56px {
	padding-top: 3.5rem !important;
}

.pb-56px,
.py-56px,
.p-56px {
	padding-bottom: 3.5rem !important;
}

.pl-56px,
.px-56px,
.p-56px {
	padding-left: 3.5rem !important;
}

.pr-56px,
.px-56px,
.p-56px {
	padding-right: 3.5rem !important;
}

.pt-64px,
.py-64px,
.p-64px {
	padding-top: 4rem !important;
}

.pb-64px,
.py-64px,
.p-64px {
	padding-bottom: 4rem !important;
}

.pl-64px,
.px-64px,
.p-64px {
	padding-left: 4rem !important;
}

.pr-64px,
.px-64px,
.p-64px {
	padding-right: 4rem !important;
}

.pt-72px,
.py-72px,
.p-72px {
	padding-top: 4.5rem !important;
}

.pb-72px,
.py-72px,
.p-72px {
	padding-bottom: 4.5rem !important;
}

.pl-72px,
.px-72px,
.p-72px {
	padding-left: 4.5rem !important;
}

.pr-72px,
.px-72px,
.p-72px {
	padding-right: 4.5rem !important;
}

.pt-80px,
.py-80px,
.p-80px {
	padding-top: 5rem !important;
}

.pb-80px,
.py-80px,
.p-80px {
	padding-bottom: 5rem !important;
}

.pl-80px,
.px-80px,
.p-80px {
	padding-left: 5rem !important;
}

.pr-80px,
.px-80px,
.p-80px {
	padding-right: 5rem !important;
}

.pt-88px,
.py-88px,
.p-88px {
	padding-top: 5.5rem !important;
}

.pb-88px,
.py-88px,
.p-88px {
	padding-bottom: 5.5rem !important;
}

.pl-88px,
.px-88px,
.p-88px {
	padding-left: 5.5rem !important;
}

.pr-88px,
.px-88px,
.p-88px {
	padding-right: 5.5rem !important;
}

.pt-96px,
.py-96px,
.p-96px {
	padding-top: 6rem !important;
}

.pb-96px,
.py-96px,
.p-96px {
	padding-bottom: 6rem !important;
}

.pl-96px,
.px-96px,
.p-96px {
	padding-left: 6rem !important;
}

.pr-96px,
.px-96px,
.p-96px {
	padding-right: 6rem !important;
}

.mt-12px,
.my-12px,
.m-12px {
	margin-top: 12px !important;
}

.mb-12px,
.my-12px,
.m-12px {
	margin-bottom: 12px !important;
}

.ml-12px,
.mx-12px,
.m-12px {
	margin-left: 12px !important;
}

.mr-12px,
.mx-12px,
.m-12px {
	margin-right: 12px !important;
}

.mt-14px,
.my-14px,
.m-14px {
	margin-top: 14px !important;
}

.mb-14px,
.my-14px,
.m-14px {
	margin-bottom: 14px !important;
}

.ml-14px,
.mx-14px,
.m-14px {
	margin-left: 14px !important;
}

.mr-14px,
.mx-14px,
.m-14px {
	margin-right: 14px !important;
}

.mt-32px,
.my-32px,
.m-32px {
	margin-top: 2rem !important;
}

.mb-32px,
.my-32px,
.m-32px {
	margin-bottom: 2rem !important;
}

.ml-32px,
.mx-32px,
.m-32px {
	margin-left: 2rem !important;
}

.mr-32px,
.mx-32px,
.m-32px {
	margin-right: 2rem !important;
}

.mt-40px,
.my-40px,
.m-40px {
	margin-top: 2.5rem !important;
}

.mb-40px,
.my-40px,
.m-40px {
	margin-bottom: 2.5rem !important;
}

.ml-40px,
.mx-40px,
.m-40px {
	margin-left: 2.5rem !important;
}

.mr-40px,
.mx-40px,
.m-40px {
	margin-right: 2.5rem !important;
}

.mt-64px,
.my-64px,
.m-64px {
	margin-top: 4rem !important;
}

.mb-64px,
.my-64px,
.m-64px {
	margin-bottom: 4rem !important;
}

.ml-64px,
.mx-64px,
.m-64px {
	margin-left: 4rem !important;
}

.mr-64px,
.mx-64px,
.m-64px {
	margin-right: 4rem !important;
}

.mt-80px,
.my-80px,
.m-80px {
	margin-top: 5rem !important;
}

.mb-80px,
.my-80px,
.m-80px {
	margin-bottom: 5rem !important;
}

.ml-80px,
.mx-80px,
.m-80px {
	margin-left: 5rem !important;
}

.mr-80px,
.mx-80px,
.m-80px {
	margin-right: 5rem !important;
}

.mt-96,
.my-96,
.m-96 {
	margin-top: 6rem !important;
}

.mb-96px,
.my-96px,
.m-96px {
	margin-bottom: 6rem !important;
}

.ml-96px,
.mx-96px,
.m-96px {
	margin-left: 6rem !important;
}

.mr-96px,
.mx-96px,
.m-96px {
	margin-right: 6rem !important;
}

.aspect-4-3 {
	aspect-ratio: 4 / 3 !important;
}

.aspect-4-4 {
	aspect-ratio: 4 / 4 !important;
}

p:last-child,
p:only-child {
	margin-bottom: 0;
}

.grey-bg-5 {
	background-color: #F7F7F7;
}

.abtContent p span {
	color: inherit !important;
	font-size: inherit !important;
	text-align: inherit !important;
}

.abtFigureGrp {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2.8fr;
	grid-column-gap: 30px;
	align-items: end;
	width: 100%;
	max-width: 670px;
	margin: 0 auto 80px;
}

.abtFigureGrpFigure {
	display: flex;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 0.5rem;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.abtFigureGrpFigure:first-child {
	width: 190%;
	position: relative;
	z-index: 2;
	bottom: -80px;
}

.abtFigureGrpFigure>a {
	width: 100%;
	display: flex;
}

.abtFigureGrpFigure img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mainBnrCarouselBox {
	position: relative;
}
.mainBnrCarouselBox>a {}
.mainBnrFigure {}
.mainBnrContentBox {
    position: absolute;
    left: 6%;
    top: 18%;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    padding: 48px 24px;
    background-color: rgba(24, 54, 80, 0.65);
    color: #fff;
}
.mainBnrContentTitle {
	font-size: clamp(1.25rem, 0.3762rem + 2.4272vw, 2.5rem);
    margin-bottom: 1.5rem;
}
.mainBnrContent {
	font-size: clamp(0.8125rem, 0.6814rem + 0.3641vw, 1rem);
    line-height: 1.5;
}

/*RESPONSIVE S*/
@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}

	.float-sm-end {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}

	.object-fit-sm-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}

	.object-fit-sm-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}

	.object-fit-sm-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}

	.object-fit-sm-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}

	.object-fit-sm-none {
		-o-object-fit: none !important;
		object-fit: 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-inline-grid {
		display: inline-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;
	}

	.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: 0.25rem !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.gap-sm-0 {
		gap: 0 !important;
	}

	.gap-sm-1 {
		gap: 0.25rem !important;
	}

	.gap-sm-2 {
		gap: 0.5rem !important;
	}

	.gap-sm-3 {
		gap: 1rem !important;
	}

	.gap-sm-4 {
		gap: 1.5rem !important;
	}

	.gap-sm-5 {
		gap: 3rem !important;
	}

	.row-gap-sm-0 {
		row-gap: 0 !important;
	}

	.row-gap-sm-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-sm-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-sm-3 {
		row-gap: 1rem !important;
	}

	.row-gap-sm-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-sm-5 {
		row-gap: 3rem !important;
	}

	.column-gap-sm-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.column-gap-sm-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}

	.column-gap-sm-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}

	.column-gap-sm-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}

	.column-gap-sm-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}

	.column-gap-sm-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}

	.text-sm-start {
		text-align: left !important;
	}

	.text-sm-end {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.text-sm-justify {
		text-align: justify !important;
	}

	.pt-sm-20px,
	.py-sm-20px,
	.p-sm-20px {
		padding-top: 20px !important;
	}

	.pb-sm-20px,
	.py-sm-20px,
	.p-sm-20px {
		padding-bottom: 20px !important;
	}

	.pl-sm-20px,
	.px-sm-20px,
	.p-sm-20px {
		padding-left: 20px !important;
	}

	.pr-sm-20px,
	.px-sm-20px,
	.p-sm-20px {
		padding-right: 20px !important;
	}

	.pt-sm-48px,
	.py-sm-48px,
	.p-sm-48px {
		padding-top: 3rem !important;
	}

	.pb-sm-48px,
	.py-sm-48px,
	.p-sm-48px {
		padding-bottom: 3rem !important;
	}

	.pl-sm-48px,
	.px-sm-48px,
	.p-sm-48px {
		padding-left: 3rem !important;
	}

	.pr-sm-48px,
	.px-sm-48px,
	.p-sm-48px {
		padding-right: 3rem !important;
	}

	.pt-sm-56px,
	.py-sm-56px,
	.p-sm-56px {
		padding-top: 3.5rem !important;
	}

	.pb-sm-56px,
	.py-sm-56px,
	.p-sm-56px {
		padding-bottom: 3.5rem !important;
	}

	.pl-sm-56px,
	.px-sm-56px,
	.p-sm-56px {
		padding-left: 3.5rem !important;
	}

	.pr-sm-56px,
	.px-sm-56px,
	.p-sm-56px {
		padding-right: 3.5rem !important;
	}

	.pt-sm-64px,
	.py-sm-64px,
	.p-sm-64px {
		padding-top: 4rem !important;
	}

	.pb-sm-64px,
	.py-sm-64px,
	.p-sm-64px {
		padding-bottom: 4rem !important;
	}

	.pl-sm-64px,
	.px-sm-64px,
	.p-sm-64px {
		padding-left: 4rem !important;
	}

	.pr-sm-64px,
	.px-sm-64px,
	.p-sm-64px {
		padding-right: 4rem !important;
	}

	.pt-sm-72px,
	.py-sm-72px,
	.p-sm-72px {
		padding-top: 4.5rem !important;
	}

	.pb-sm-72px,
	.py-sm-72px,
	.p-sm-72px {
		padding-bottom: 4.5rem !important;
	}

	.pl-sm-72px,
	.px-sm-72px,
	.p-sm-72px {
		padding-left: 4.5rem !important;
	}

	.pr-sm-72px,
	.px-sm-72px,
	.p-sm-72px {
		padding-right: 4.5rem !important;
	}

	.pt-sm-80px,
	.py-sm-80px,
	.p-sm-80px {
		padding-top: 5rem !important;
	}

	.pb-sm-80px,
	.py-sm-80px,
	.p-sm-80px {
		padding-bottom: 5rem !important;
	}

	.pl-sm-80px,
	.px-sm-80px,
	.p-sm-80px {
		padding-left: 5rem !important;
	}

	.pr-sm-80px,
	.px-sm-80px,
	.p-sm-80px {
		padding-right: 5rem !important;
	}

	.pt-sm-88px,
	.py-sm-88px,
	.p-sm-88px {
		padding-top: 5.5rem !important;
	}

	.pb-sm-88px,
	.py-sm-88px,
	.p-sm-88px {
		padding-bottom: 5.5rem !important;
	}

	.pl-sm-88px,
	.px-sm-88px,
	.p-sm-88px {
		padding-left: 5.5rem !important;
	}

	.pr-sm-88px,
	.px-sm-88px,
	.p-sm-88px {
		padding-right: 5.5rem !important;
	}

	.pt-sm-96px,
	.py-sm-96px,
	.p-sm-96px {
		padding-top: 6rem !important;
	}

	.pb-sm-96px,
	.py-sm-96px,
	.p-sm-96px {
		padding-bottom: 6rem !important;
	}

	.pl-sm-96px,
	.px-sm-96px,
	.p-sm-96px {
		padding-left: 6rem !important;
	}

	.pr-sm-96px,
	.px-sm-96px,
	.p-sm-96px {
		padding-right: 6rem !important;
	}

	.w-sm-48px,
	.size-sm-48px {
		width: 48px !important;
	}

	.h-sm-48px,
	.size-sm-48px {
		height: 48px !important;
	}

	.w-sm-32px,
	.size-sm-32px {
		width: 32px !important;
	}

	.h-sm-32px,
	.size-sm-32px {
		height: 32px !important;
	}

	.w-sm-24px,
	.size-sm-24px {
		width: 24px !important;
	}

	.h-sm-24px,
	.size-sm-24px {
		height: 24px !important;
	}

	.vh-sm-50 {
		height: 50vh !important;
	}

	.rounded-sm-tl-12px {
		border-top-left-radius: 0.75rem !important;
	}

	.rounded-sm-tr-12px {
		border-top-right-radius: 0.75rem !important;
	}

	.rounded-sm-bl-12px {
		border-bottom-left-radius: 0.75rem !important;
	}

	.rounded-sm-br-12px {
		border-bottom-right-radius: 0.75rem !important;
	}

	.rounded-sm-tl-0 {
		border-top-left-radius: 0 !important;
	}

	.rounded-sm-tr-0 {
		border-top-right-radius: 0 !important;
	}

	.rounded-sm-bl-0 {
		border-bottom-left-radius: 0 !important;
	}

	.rounded-sm-br-0 {
		border-bottom-right-radius: 0 !important;
	}

	.modal-dialog {
		max-width: 700px;
	}

	.border-sm-right {
		border-right: 1px solid #dee2e6 !important;
	}

	.la-sm-32px {
		font-size: 2rem !important;
	}
}

@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}

	.float-md-end {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}

	.object-fit-md-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}

	.object-fit-md-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}

	.object-fit-md-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}

	.object-fit-md-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}

	.object-fit-md-none {
		-o-object-fit: none !important;
		object-fit: 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-inline-grid {
		display: inline-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;
	}

	.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: 0.25rem !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-md-n-28px {
		margin-top: -28px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.gap-md-0 {
		gap: 0 !important;
	}

	.gap-md-1 {
		gap: 0.25rem !important;
	}

	.gap-md-2 {
		gap: 0.5rem !important;
	}

	.gap-md-3 {
		gap: 1rem !important;
	}

	.gap-md-4 {
		gap: 1.5rem !important;
	}

	.gap-md-5 {
		gap: 3rem !important;
	}

	.row-gap-md-0 {
		row-gap: 0 !important;
	}

	.row-gap-md-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-md-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-md-3 {
		row-gap: 1rem !important;
	}

	.row-gap-md-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-md-5 {
		row-gap: 3rem !important;
	}

	.column-gap-md-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.column-gap-md-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}

	.column-gap-md-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}

	.column-gap-md-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}

	.column-gap-md-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}

	.column-gap-md-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}

	.text-md-start {
		text-align: left !important;
	}

	.text-md-end {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.text-md-justify {
		text-align: justify !important;
	}

	.pt-md-20px,
	.py-md-20px,
	.p-md-20px {
		padding-top: 20px !important;
	}

	.pb-md-20px,
	.py-md-20px,
	.p-md-20px {
		padding-bottom: 20px !important;
	}

	.pl-md-20px,
	.px-md-20px,
	.p-md-20px {
		padding-left: 20px !important;
	}

	.pr-md-20px,
	.px-md-20px,
	.p-md-20px {
		padding-right: 20px !important;
	}

	.pt-md-48px,
	.py-md-48px,
	.p-md-48px {
		padding-top: 3rem !important;
	}

	.pb-md-48px,
	.py-md-48px,
	.p-md-48px {
		padding-bottom: 3rem !important;
	}

	.pl-md-48px,
	.px-md-48px,
	.p-md-48px {
		padding-left: 3rem !important;
	}

	.pr-md-48px,
	.px-md-48px,
	.p-md-48px {
		padding-right: 3rem !important;
	}

	.pt-md-56px,
	.py-md-56px,
	.p-md-56px {
		padding-top: 3.5rem !important;
	}

	.pb-md-56px,
	.py-md-56px,
	.p-md-56px {
		padding-bottom: 3.5rem !important;
	}

	.pl-md-56px,
	.px-md-56px,
	.p-md-56px {
		padding-left: 3.5rem !important;
	}

	.pr-md-56px,
	.px-md-56px,
	.p-md-56px {
		padding-right: 3.5rem !important;
	}

	.pt-md-64px,
	.py-md-64px,
	.p-md-64px {
		padding-top: 4rem !important;
	}

	.pb-md-64px,
	.py-md-64px,
	.p-md-64px {
		padding-bottom: 4rem !important;
	}

	.pl-md-64px,
	.px-md-64px,
	.p-md-64px {
		padding-left: 4rem !important;
	}

	.pr-md-64px,
	.px-md-64px,
	.p-md-64px {
		padding-right: 4rem !important;
	}

	.pt-md-72px,
	.py-md-72px,
	.p-md-72px {
		padding-top: 4.5rem !important;
	}

	.pb-md-72px,
	.py-md-72px,
	.p-md-72px {
		padding-bottom: 4.5rem !important;
	}

	.pl-md-72px,
	.px-md-72px,
	.p-md-72px {
		padding-left: 4.5rem !important;
	}

	.pr-md-72px,
	.px-md-72px,
	.p-md-72px {
		padding-right: 4.5rem !important;
	}

	.pt-md-80px,
	.py-md-80px,
	.p-md-80px {
		padding-top: 5rem !important;
	}

	.pb-md-80px,
	.py-md-80px,
	.p-md-80px {
		padding-bottom: 5rem !important;
	}

	.pl-md-80px,
	.px-md-80px,
	.p-md-80px {
		padding-left: 5rem !important;
	}

	.pr-md-80px,
	.px-md-80px,
	.p-md-80px {
		padding-right: 5rem !important;
	}

	.pt-md-88px,
	.py-md-88px,
	.p-md-88px {
		padding-top: 5.5rem !important;
	}

	.pb-md-88px,
	.py-md-88px,
	.p-md-88px {
		padding-bottom: 5.5rem !important;
	}

	.pl-md-88px,
	.px-md-88px,
	.p-md-88px {
		padding-left: 5.5rem !important;
	}

	.pr-md-88px,
	.px-md-88px,
	.p-md-88px {
		padding-right: 5.5rem !important;
	}

	.pt-md-96px,
	.py-md-96px,
	.p-md-96px {
		padding-top: 6rem !important;
	}

	.pb-md-96px,
	.py-md-96px,
	.p-md-96px {
		padding-bottom: 6rem !important;
	}

	.pl-md-96px,
	.px-md-96px,
	.p-md-96px {
		padding-left: 6rem !important;
	}

	.pr-md-96px,
	.px-md-96px,
	.p-md-96px {
		padding-right: 6rem !important;
	}
}

@media (min-width: 992px) {
	.mainBnrContentBox {
		left: 9%;
    	top: 12%;
	}
	.float-lg-start {
		float: left !important;
	}

	.float-lg-end {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}

	.object-fit-lg-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}

	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}

	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}

	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}

	.object-fit-lg-none {
		-o-object-fit: none !important;
		object-fit: 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-inline-grid {
		display: inline-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;
	}

	.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: 0.25rem !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}

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

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

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

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

	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}

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

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

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

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

	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}

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

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

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

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

	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}

	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}

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

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

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

	.gap-lg-0 {
		gap: 0 !important;
	}

	.gap-lg-1 {
		gap: 0.25rem !important;
	}

	.gap-lg-2 {
		gap: 0.5rem !important;
	}

	.gap-lg-3 {
		gap: 1rem !important;
	}

	.gap-lg-4 {
		gap: 1.5rem !important;
	}

	.gap-lg-5 {
		gap: 3rem !important;
	}

	.row-gap-lg-0 {
		row-gap: 0 !important;
	}

	.row-gap-lg-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-lg-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-lg-3 {
		row-gap: 1rem !important;
	}

	.row-gap-lg-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-lg-5 {
		row-gap: 3rem !important;
	}

	.column-gap-lg-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.column-gap-lg-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}

	.column-gap-lg-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}

	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}

	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}

	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}

	.text-lg-start {
		text-align: left !important;
	}

	.text-lg-end {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.text-lg-justify {
		text-align: justify !important;
	}

	.rounded-lg-6px {
		border-radius: 6px !important;
	}

	.proListFilterBox-lg-shadow {
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	}

	.position-lg-relative {
		position: relative !important;
	}

	.w-lg-100 {
		width: 100% !important;
	}

	.h-lg-100 {
		height: 100% !important;
	}

	.min-h-lg-28-972vw {
		min-height: 28.972vw !important;
	}

	.img-lg-fit {
		max-height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.object-lg-center {
		object-position: center;
	}

	.object-lg-unset {
		object-position: unset;
	}

	.pt-lg-20px,
	.py-lg-20px,
	.p-lg-20px {
		padding-top: 20px !important;
	}

	.pb-lg-20px,
	.py-lg-20px,
	.p-lg-20px {
		padding-bottom: 20px !important;
	}

	.pl-lg-20px,
	.px-lg-20px,
	.p-lg-20px {
		padding-left: 20px !important;
	}

	.pr-lg-20px,
	.px-lg-20px,
	.p-lg-20px {
		padding-right: 20px !important;
	}

	.pt-lg-32px,
	.py-lg-32px,
	.p-lg-32px {
		padding-top: 2rem !important;
	}

	.pb-lg-32px,
	.py-lg-32px,
	.p-lg-32px {
		padding-bottom: 2rem !important;
	}

	.pl-lg-32px,
	.px-lg-32px,
	.p-lg-32px {
		padding-left: 2rem !important;
	}

	.pr-lg-32px,
	.px-lg-32px,
	.p-lg-32px {
		padding-right: 2rem !important;
	}

	.pt-lg-40px,
	.py-lg-40px,
	.p-lg-40px {
		padding-top: 2.5rem !important;
	}

	.pb-lg-40px,
	.py-lg-40px,
	.p-lg-40px {
		padding-bottom: 2.5rem !important;
	}

	.pl-lg-40px,
	.px-lg-40px,
	.p-lg-40px {
		padding-left: 2.5rem !important;
	}

	.pr-lg-40px,
	.px-lg-40px,
	.p-lg-40px {
		padding-right: 2.5rem !important;
	}

	.pt-lg-48px,
	.py-lg-48px,
	.p-lg-48px {
		padding-top: 3rem !important;
	}

	.pb-lg-48px,
	.py-lg-48px,
	.p-lg-48px {
		padding-bottom: 3rem !important;
	}

	.pl-lg-48px,
	.px-lg-48px,
	.p-lg-48px {
		padding-left: 3rem !important;
	}

	.pr-lg-48px,
	.px-lg-48px,
	.p-lg-48px {
		padding-right: 3rem !important;
	}

	.pt-lg-56px,
	.py-lg-56px,
	.p-lg-56px {
		padding-top: 3.5rem !important;
	}

	.pb-lg-56px,
	.py-lg-56px,
	.p-lg-56px {
		padding-bottom: 3.5rem !important;
	}

	.pl-lg-56px,
	.px-lg-56px,
	.p-lg-56px {
		padding-left: 3.5rem !important;
	}

	.pr-lg-56px,
	.px-lg-56px,
	.p-lg-56px {
		padding-right: 3.5rem !important;
	}

	.pt-lg-64px,
	.py-lg-64px,
	.p-lg-64px {
		padding-top: 4rem !important;
	}

	.pb-lg-64px,
	.py-lg-64px,
	.p-lg-64px {
		padding-bottom: 4rem !important;
	}

	.pl-lg-64px,
	.px-lg-64px,
	.p-lg-64px {
		padding-left: 4rem !important;
	}

	.pr-lg-64px,
	.px-lg-64px,
	.p-lg-64px {
		padding-right: 4rem !important;
	}

	.pt-lg-72px,
	.py-lg-72px,
	.p-lg-72px {
		padding-top: 4.5rem !important;
	}

	.pb-lg-72px,
	.py-lg-72px,
	.p-lg-72px {
		padding-bottom: 4.5rem !important;
	}

	.pl-lg-72px,
	.px-lg-72px,
	.p-lg-72px {
		padding-left: 4.5rem !important;
	}

	.pr-lg-72px,
	.px-lg-72px,
	.p-lg-72px {
		padding-right: 4.5rem !important;
	}

	.pt-lg-80px,
	.py-lg-80px,
	.p-lg-80px {
		padding-top: 5rem !important;
	}

	.pb-lg-80px,
	.py-lg-80px,
	.p-lg-80px {
		padding-bottom: 5rem !important;
	}

	.pl-lg-80px,
	.px-lg-80px,
	.p-lg-80px {
		padding-left: 5rem !important;
	}

	.pr-lg-80px,
	.px-lg-80px,
	.p-lg-80px {
		padding-right: 5rem !important;
	}

	.pt-lg-88px,
	.py-lg-88px,
	.p-lg-88px {
		padding-top: 5.5rem !important;
	}

	.pb-lg-88px,
	.py-lg-88px,
	.p-lg-88px {
		padding-bottom: 5.5rem !important;
	}

	.pl-lg-88px,
	.px-lg-88px,
	.p-lg-88px {
		padding-left: 5.5rem !important;
	}

	.pr-lg-88px,
	.px-lg-88px,
	.p-lg-88px {
		padding-right: 5.5rem !important;
	}

	.pt-lg-96px,
	.py-lg-96px,
	.p-lg-96px {
		padding-top: 6rem !important;
	}

	.pb-lg-96px,
	.py-lg-96px,
	.p-lg-96px {
		padding-bottom: 6rem !important;
	}

	.pl-lg-96px,
	.px-lg-96px,
	.p-lg-96px {
		padding-left: 6rem !important;
	}

	.pr-lg-96px,
	.px-lg-96px,
	.p-lg-96px {
		padding-right: 6rem !important;
	}

	.pt-lg-64,
	.py-lg-64,
	.p-lg-64 {
		padding-top: 4rem !important;
	}

	.pb-lg-64,
	.py-lg-64,
	.p-lg-64 {
		padding-bottom: 4rem !important;
	}

	.pl-lg-64,
	.px-lg-64,
	.p-lg-64 {
		padding-left: 4rem !important;
	}

	.pr-lg-64,
	.px-lg-64,
	.p-lg-64 {
		padding-right: 4rem !important;
	}

	.pt-lg-80,
	.py-lg-80,
	.p-lg-80 {
		padding-top: 5rem !important;
	}

	.pb-lg-80,
	.py-lg-80,
	.p-lg-80 {
		padding-bottom: 5rem !important;
	}

	.pl-lg-80,
	.px-lg-80,
	.p-lg-80 {
		padding-left: 5rem !important;
	}

	.pr-lg-80,
	.px-lg-80,
	.p-lg-80 {
		padding-right: 5rem !important;
	}

	.pt-lg-96,
	.py-lg-96,
	.p-lg-96 {
		padding-top: 6rem !important;
	}

	.pb-lg-96,
	.py-lg-96,
	.p-lg-96 {
		padding-bottom: 6rem !important;
	}

	.pl-lg-96,
	.px-lg-96,
	.p-lg-96 {
		padding-left: 6rem !important;
	}

	.pr-lg-96,
	.px-lg-96,
	.p-lg-96 {
		padding-right: 6rem !important;
	}

	.mt-lg-12px,
	.my-lg-12px,
	.m-lg-12px {
		margin-top: 12px !important;
	}

	.mb-lg-12px,
	.my-lg-12px,
	.m-lg-12px {
		margin-bottom: 12px !important;
	}

	.ml-lg-12px,
	.mx-lg-12px,
	.m-lg-12px {
		margin-left: 12px !important;
	}

	.mr-lg-12px,
	.mx-lg-12px,
	.m-lg-12px {
		margin-right: 12px !important;
	}

	.mt-lg-32px,
	.my-lg-32px,
	.m-lg-32px {
		margin-top: 2rem !important;
	}

	.mb-lg-32px,
	.my-lg-32px,
	.m-lg-32px {
		margin-bottom: 2rem !important;
	}

	.ml-lg-32px,
	.mx-lg-32px,
	.m-lg-32px {
		margin-left: 2rem !important;
	}

	.mr-lg-32px,
	.mx-lg-32px,
	.m-lg-32px {
		margin-right: 2rem !important;
	}

	.mt-lg-40px,
	.my-lg-40px,
	.m-lg-40px {
		margin-top: 2.5rem !important;
	}

	.mb-lg-40px,
	.my-lg-40px,
	.m-lg-40px {
		margin-bottom: 2.5rem !important;
	}

	.ml-lg-40px,
	.mx-lg-40px,
	.m-lg-40px {
		margin-left: 2.5rem !important;
	}

	.mr-lg-40px,
	.mx-lg-40px,
	.m-lg-40px {
		margin-right: 2.5rem !important;
	}

	.mt-lg-64px,
	.my-lg-64px,
	.m-lg-64px {
		margin-top: 4rem !important;
	}

	.mb-lg-64px,
	.my-lg-64px,
	.m-lg-64px {
		margin-bottom: 4rem !important;
	}

	.ml-lg-64px,
	.mx-lg-64px,
	.m-lg-64px {
		margin-left: 4rem !important;
	}

	.mr-lg-64px,
	.mx-lg-64px,
	.m-lg-64px {
		margin-right: 4rem !important;
	}

	.mt-lg-80px,
	.my-lg-80px,
	.m-lg-80px {
		margin-top: 5rem !important;
	}

	.mb-lg-80px,
	.my-lg-80px,
	.m-lg-80px {
		margin-bottom: 5rem !important;
	}

	.ml-lg-80px,
	.mx-lg-80px,
	.m-lg-80px {
		margin-left: 5rem !important;
	}

	.mr-lg-80px,
	.mx-lg-80px,
	.m-lg-80px {
		margin-right: 5rem !important;
	}

	.mt-lg-96,
	.my-lg-96,
	.m-lg-96 {
		margin-top: 6rem !important;
	}

	.mb-lg-96px,
	.my-lg-96px,
	.m-lg-96px {
		margin-bottom: 6rem !important;
	}

	.ml-lg-96px,
	.mx-lg-96px,
	.m-lg-96px {
		margin-left: 6rem !important;
	}

	.mr-lg-96px,
	.mx-lg-96px,
	.m-lg-96px {
		margin-right: 6rem !important;
	}

	.w-lg-14px,
	.size-lg-14px {
		width: 14px !important;
	}

	.h-lg-14px,
	.size-lg-14px {
		height: 14px !important;
	}

	.w-lg-16px,
	.size-lg-16px {
		width: 16px !important;
	}

	.h-lg-16px,
	.size-lg-16px {
		height: 16px !important;
	}

	.w-lg-18px,
	.size-lg-18px {
		width: 18px !important;
	}

	.h-lg-18px,
	.size-lg-18px {
		height: 18px !important;
	}

	.w-lg-24px,
	.size-lg-24px {
		width: 24px !important;
	}

	.h-lg-24px,
	.size-lg-24px {
		height: 24px !important;
	}

	.w-lg-32px,
	.size-lg-32px {
		width: 32px !important;
	}

	.h-lg-32px,
	.size-lg-32px {
		height: 32px !important;
	}

	.w-lg-35px,
	.size-lg-35px {
		width: 35px !important;
	}

	.h-lg-35px,
	.size-lg-35px {
		height: 35px !important;
	}

	.w-lg-36px,
	.size-lg-36px {
		width: 36px !important;
	}

	.h-lg-36px,
	.size-lg-36px {
		height: 36px !important;
	}

	.w-lg-40px,
	.size-lg-40px {
		width: 40px !important;
	}

	.h-lg-40px,
	.size-lg-40px {
		height: 40px !important;
	}

	.w-lg-48px,
	.size-lg-48px {
		width: 48px !important;
	}

	.h-lg-48px,
	.size-lg-48px {
		height: 48px !important;
	}

	.w-lg-64px,
	.size-lg-64px {
		width: 64px !important;
	}

	.h-lg-64px,
	.size-lg-64px {
		height: 64px !important;
	}

	.h-lg-100 {
		height: 100% !important;
	}

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

	.lg-no-gutters>.col,
	.lg-no-gutters>[class*="col-"] {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.lg-gutters-20px {
		margin-right: -20px !important;
		margin-left: -20px !important;
	}

	.lg-gutters-20px>.col,
	.lg-gutters-20px>[class*="col-"] {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.lg-gutters-30 {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}

	.lg-gutters-30>.col,
	.lg-gutters-30>[class*="col-"] {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.lg-gutters-43 {
		margin-right: -43px !important;
		margin-left: -43px !important;
	}

	.lg-gutters-43>.col,
	.lg-gutters-43>[class*="col-"] {
		padding-right: 43px !important;
		padding-left: 43px !important;
	}

	.lg-gutters-48px {
		margin-right: -48px !important;
		margin-left: -48px !important;
	}

	.lg-gutters-48px>.col,
	.lg-gutters-48px>[class*="col-"] {
		padding-right: 48px !important;
		padding-left: 48px !important;
	}

	.rounded-lg-pill {
		border-radius: 50rem !important;
	}

	.rounded-lg-tl-12px {
		border-top-left-radius: 0.75rem !important;
	}

	.rounded-lg-tr-12px {
		border-top-right-radius: 0.75rem !important;
	}

	.rounded-lg-bl-12px {
		border-bottom-left-radius: 0.75rem !important;
	}

	.rounded-lg-br-12px {
		border-bottom-right-radius: 0.75rem !important;
	}

	.rounded-lg-tl-0 {
		border-top-left-radius: 0 !important;
	}

	.rounded-lg-tr-0 {
		border-top-right-radius: 0 !important;
	}

	.rounded-lg-bl-0 {
		border-bottom-left-radius: 0 !important;
	}

	.rounded-lg-br-0 {
		border-bottom-right-radius: 0 !important;
	}

	.border-lg-left {
		border-left: 1px solid #dee2e6 !important;
	}

	.border-lg-right {
		border-right: 1px solid #dee2e6 !important;
	}

	.border-width-lg-4 {
		border-width: 4px !important;
	}

	.top-lg-24px {
		top: 1.5rem !important;
	}

	.absolute-lg-top-left {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (min-width: 1200px) {
	.mainBnrContentBox {
		left: 6%;
    	top: 18%;
	}
	.float-xl-start {
		float: left !important;
	}

	.float-xl-end {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}

	.object-fit-xl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}

	.object-fit-xl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}

	.object-fit-xl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}

	.object-fit-xl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}

	.object-fit-xl-none {
		-o-object-fit: none !important;
		object-fit: 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-inline-grid {
		display: inline-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;
	}

	.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: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

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

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

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

	.m-xl-auto {
		margin: auto !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}

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

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

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

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

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

	.me-xl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xl-2 {
		margin-right: 0.5rem !important;
	}

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

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

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

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

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

	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}

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

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

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

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

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

	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}

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

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

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

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

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

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}

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

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

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

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

	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}

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

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

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

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

	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}

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

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

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

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

	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}

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

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

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

	.gap-xl-0 {
		gap: 0 !important;
	}

	.gap-xl-1 {
		gap: 0.25rem !important;
	}

	.gap-xl-2 {
		gap: 0.5rem !important;
	}

	.gap-xl-3 {
		gap: 1rem !important;
	}

	.gap-xl-4 {
		gap: 1.5rem !important;
	}

	.gap-xl-5 {
		gap: 3rem !important;
	}

	.row-gap-xl-0 {
		row-gap: 0 !important;
	}

	.row-gap-xl-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-xl-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-xl-3 {
		row-gap: 1rem !important;
	}

	.row-gap-xl-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-xl-5 {
		row-gap: 3rem !important;
	}

	.column-gap-xl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.column-gap-xl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}

	.column-gap-xl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}

	.column-gap-xl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}

	.column-gap-xl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}

	.column-gap-xl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}

	.text-xl-start {
		text-align: left !important;
	}

	.text-xl-end {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

	.text-xl-justify {
		text-align: justify !important;
	}

	.pt-xl-20px,
	.py-xl-20px,
	.p-xl-20px {
		padding-top: 20px !important;
	}

	.pb-xl-20px,
	.py-xl-20px,
	.p-xl-20px {
		padding-bottom: 20px !important;
	}

	.pl-xl-20px,
	.px-xl-20px,
	.p-xl-20px {
		padding-left: 20px !important;
	}

	.pr-xl-20px,
	.px-xl-20px,
	.p-xl-20px {
		padding-right: 20px !important;
	}

	.pt-xl-48px,
	.py-xl-48px,
	.p-xl-48px {
		padding-top: 3rem !important;
	}

	.pb-xl-48px,
	.py-xl-48px,
	.p-xl-48px {
		padding-bottom: 3rem !important;
	}

	.pl-xl-48px,
	.px-xl-48px,
	.p-xl-48px {
		padding-left: 3rem !important;
	}

	.pr-xl-48px,
	.px-xl-48px,
	.p-xl-48px {
		padding-right: 3rem !important;
	}

	.pt-xl-56px,
	.py-xl-56px,
	.p-xl-56px {
		padding-top: 3.5rem !important;
	}

	.pb-xl-56px,
	.py-xl-56px,
	.p-xl-56px {
		padding-bottom: 3.5rem !important;
	}

	.pl-xl-56px,
	.px-xl-56px,
	.p-xl-56px {
		padding-left: 3.5rem !important;
	}

	.pr-xl-56px,
	.px-xl-56px,
	.p-xl-56px {
		padding-right: 3.5rem !important;
	}

	.pt-xl-64px,
	.py-xl-64px,
	.p-xl-64px {
		padding-top: 4rem !important;
	}

	.pb-xl-64px,
	.py-xl-64px,
	.p-xl-64px {
		padding-bottom: 4rem !important;
	}

	.pl-xl-64px,
	.px-xl-64px,
	.p-xl-64px {
		padding-left: 4rem !important;
	}

	.pr-xl-64px,
	.px-xl-64px,
	.p-xl-64px {
		padding-right: 4rem !important;
	}

	.pt-xl-72px,
	.py-xl-72px,
	.p-xl-72px {
		padding-top: 4.5rem !important;
	}

	.pb-xl-72px,
	.py-xl-72px,
	.p-xl-72px {
		padding-bottom: 4.5rem !important;
	}

	.pl-xl-72px,
	.px-xl-72px,
	.p-xl-72px {
		padding-left: 4.5rem !important;
	}

	.pr-xl-72px,
	.px-xl-72px,
	.p-xl-72px {
		padding-right: 4.5rem !important;
	}

	.pt-xl-80px,
	.py-xl-80px,
	.p-xl-80px {
		padding-top: 5rem !important;
	}

	.pb-xl-80px,
	.py-xl-80px,
	.p-xl-80px {
		padding-bottom: 5rem !important;
	}

	.pl-xl-80px,
	.px-xl-80px,
	.p-xl-80px {
		padding-left: 5rem !important;
	}

	.pr-xl-80px,
	.px-xl-80px,
	.p-xl-80px {
		padding-right: 5rem !important;
	}

	.pt-xl-88px,
	.py-xl-88px,
	.p-xl-88px {
		padding-top: 5.5rem !important;
	}

	.pb-xl-88px,
	.py-xl-88px,
	.p-xl-88px {
		padding-bottom: 5.5rem !important;
	}

	.pl-xl-88px,
	.px-xl-88px,
	.p-xl-88px {
		padding-left: 5.5rem !important;
	}

	.pr-xl-88px,
	.px-xl-88px,
	.p-xl-88px {
		padding-right: 5.5rem !important;
	}

	.pt-xl-96px,
	.py-xl-96px,
	.p-xl-96px {
		padding-top: 6rem !important;
	}

	.pb-xl-96px,
	.py-xl-96px,
	.p-xl-96px {
		padding-bottom: 6rem !important;
	}

	.pl-xl-96px,
	.px-xl-96px,
	.p-xl-96px {
		padding-left: 6rem !important;
	}

	.pr-xl-96px,
	.px-xl-96px,
	.p-xl-96px {
		padding-right: 6rem !important;
	}

	.pt-xl-96,
	.py-xl-96,
	.p-xl-96 {
		padding-top: 6rem !important;
	}

	.pb-xl-96,
	.py-xl-96,
	.p-xl-96 {
		padding-bottom: 6rem !important;
	}

	.pl-xl-96,
	.px-xl-96,
	.p-xl-96 {
		padding-left: 6rem !important;
	}

	.pr-xl-96,
	.px-xl-96,
	.p-xl-96 {
		padding-right: 6rem !important;
	}
}

@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}

	.float-xxl-end {
		float: right !important;
	}

	.float-xxl-none {
		float: none !important;
	}

	.object-fit-xxl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}

	.object-fit-xxl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}

	.object-fit-xxl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}

	.object-fit-xxl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}

	.object-fit-xxl-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}

	.d-xxl-inline {
		display: inline !important;
	}

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

	.d-xxl-block {
		display: block !important;
	}

	.d-xxl-grid {
		display: grid !important;
	}

	.d-xxl-inline-grid {
		display: inline-grid !important;
	}

	.d-xxl-table {
		display: table !important;
	}

	.d-xxl-table-row {
		display: table-row !important;
	}

	.d-xxl-table-cell {
		display: table-cell !important;
	}

	.d-xxl-flex {
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		flex-direction: row !important;
	}

	.flex-xxl-column {
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}

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

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

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

	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		align-content: center !important;
	}

	.align-content-xxl-between {
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		align-self: auto !important;
	}

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

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

	.align-self-xxl-center {
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		align-self: stretch !important;
	}

	.order-xxl-first {
		order: -1 !important;
	}

	.order-xxl-0 {
		order: 0 !important;
	}

	.order-xxl-1 {
		order: 1 !important;
	}

	.order-xxl-2 {
		order: 2 !important;
	}

	.order-xxl-3 {
		order: 3 !important;
	}

	.order-xxl-4 {
		order: 4 !important;
	}

	.order-xxl-5 {
		order: 5 !important;
	}

	.order-xxl-last {
		order: 6 !important;
	}

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

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.5rem !important;
	}

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

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

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

	.m-xxl-auto {
		margin: auto !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}

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

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

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

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

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

	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}

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

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

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

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

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

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

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

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

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

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

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

	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}

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

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

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

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

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

	.p-xxl-1 {
		padding: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.5rem !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}

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

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

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

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

	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}

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

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

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

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

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

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

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

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

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

	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}

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

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

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

	.gap-xxl-0 {
		gap: 0 !important;
	}

	.gap-xxl-1 {
		gap: 0.25rem !important;
	}

	.gap-xxl-2 {
		gap: 0.5rem !important;
	}

	.gap-xxl-3 {
		gap: 1rem !important;
	}

	.gap-xxl-4 {
		gap: 1.5rem !important;
	}

	.gap-xxl-5 {
		gap: 3rem !important;
	}

	.row-gap-xxl-0 {
		row-gap: 0 !important;
	}

	.row-gap-xxl-1 {
		row-gap: 0.25rem !important;
	}

	.row-gap-xxl-2 {
		row-gap: 0.5rem !important;
	}

	.row-gap-xxl-3 {
		row-gap: 1rem !important;
	}

	.row-gap-xxl-4 {
		row-gap: 1.5rem !important;
	}

	.row-gap-xxl-5 {
		row-gap: 3rem !important;
	}

	.column-gap-xxl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.column-gap-xxl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}

	.column-gap-xxl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}

	.column-gap-xxl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}

	.column-gap-xxl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}

	.column-gap-xxl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}

	.text-xxl-start {
		text-align: left !important;
	}

	.text-xxl-end {
		text-align: right !important;
	}

	.text-xxl-center {
		text-align: center !important;
	}

	.text-xxl-justify {
		text-align: justify !important;
	}

	.pt-xxl-20px,
	.py-xxl-20px,
	.p-xxl-20px {
		padding-top: 20px !important;
	}

	.pb-xxl-20px,
	.py-xxl-20px,
	.p-xxl-20px {
		padding-bottom: 20px !important;
	}

	.pl-xxl-20px,
	.px-xxl-20px,
	.p-xxl-20px {
		padding-left: 20px !important;
	}

	.pr-xxl-20px,
	.px-xxl-20px,
	.p-xxl-20px {
		padding-right: 20px !important;
	}

	.pt-xxl-48px,
	.py-xxl-48px,
	.p-xxl-48px {
		padding-top: 3rem !important;
	}

	.pb-xxl-48px,
	.py-xxl-48px,
	.p-xxl-48px {
		padding-bottom: 3rem !important;
	}

	.pl-xxl-48px,
	.px-xxl-48px,
	.p-xxl-48px {
		padding-left: 3rem !important;
	}

	.pr-xxl-48px,
	.px-xxl-48px,
	.p-xxl-48px {
		padding-right: 3rem !important;
	}

	.pt-xxl-56px,
	.py-xxl-56px,
	.p-xxl-56px {
		padding-top: 3.5rem !important;
	}

	.pb-xxl-56px,
	.py-xxl-56px,
	.p-xxl-56px {
		padding-bottom: 3.5rem !important;
	}

	.pl-xxl-56px,
	.px-xxl-56px,
	.p-xxl-56px {
		padding-left: 3.5rem !important;
	}

	.pr-xxl-56px,
	.px-xxl-56px,
	.p-xxl-56px {
		padding-right: 3.5rem !important;
	}

	.pt-xxl-64px,
	.py-xxl-64px,
	.p-xxl-64px {
		padding-top: 4rem !important;
	}

	.pb-xxl-64px,
	.py-xxl-64px,
	.p-xxl-64px {
		padding-bottom: 4rem !important;
	}

	.pl-xxl-64px,
	.px-xxl-64px,
	.p-xxl-64px {
		padding-left: 4rem !important;
	}

	.pr-xxl-64px,
	.px-xxl-64px,
	.p-xxl-64px {
		padding-right: 4rem !important;
	}

	.pt-xxl-72px,
	.py-xxl-72px,
	.p-xxl-72px {
		padding-top: 4.5rem !important;
	}

	.pb-xxl-72px,
	.py-xxl-72px,
	.p-xxl-72px {
		padding-bottom: 4.5rem !important;
	}

	.pl-xxl-72px,
	.px-xxl-72px,
	.p-xxl-72px {
		padding-left: 4.5rem !important;
	}

	.pr-xxl-72px,
	.px-xxl-72px,
	.p-xxl-72px {
		padding-right: 4.5rem !important;
	}

	.pt-xxl-80px,
	.py-xxl-80px,
	.p-xxl-80px {
		padding-top: 5rem !important;
	}

	.pb-xxl-80px,
	.py-xxl-80px,
	.p-xxl-80px {
		padding-bottom: 5rem !important;
	}

	.pl-xxl-80px,
	.px-xxl-80px,
	.p-xxl-80px {
		padding-left: 5rem !important;
	}

	.pr-xxl-80px,
	.px-xxl-80px,
	.p-xxl-80px {
		padding-right: 5rem !important;
	}

	.pt-xxl-88px,
	.py-xxl-88px,
	.p-xxl-88px {
		padding-top: 5.5rem !important;
	}

	.pb-xxl-88px,
	.py-xxl-88px,
	.p-xxl-88px {
		padding-bottom: 5.5rem !important;
	}

	.pl-xxl-88px,
	.px-xxl-88px,
	.p-xxl-88px {
		padding-left: 5.5rem !important;
	}

	.pr-xxl-88px,
	.px-xxl-88px,
	.p-xxl-88px {
		padding-right: 5.5rem !important;
	}

	.pt-xxl-96px,
	.py-xxl-96px,
	.p-xxl-96px {
		padding-top: 6rem !important;
	}

	.pb-xxl-96px,
	.py-xxl-96px,
	.p-xxl-96px {
		padding-bottom: 6rem !important;
	}

	.pl-xxl-96px,
	.px-xxl-96px,
	.p-xxl-96px {
		padding-left: 6rem !important;
	}

	.pr-xxl-96px,
	.px-xxl-96px,
	.p-xxl-96px {
		padding-right: 6rem !important;
	}
}

@media (max-width: 992px) {}

@media (max-width: 769px) {}

@media (max-width: 768px) {
	.mainBnrContentBox{
        inset: 0;
        width: 100%;
        max-width: 100%;
        padding: 24px 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
	.mainBnrContentTitle{
		margin-bottom: 0.75rem;
	}
}
@media (max-width: 576px) {
	.abtFigureGrp {
		margin: 0 auto 12%;
	}

	.abtFigureGrpFigure:first-child {
		bottom: -24%;
	}
}

@media (max-width: 481px) {}

@media (max-width: 401px) {}

@media (max-width: 391px) {}

@media (max-width: 385px) {}

@media (max-width: 376px) {}

@media (max-width: 361px) {}

@media (max-width: 347px) {}

@media (max-width: 321px) {}

@media (max-width: 281px) {}

@media (max-width: 241px) {}