@charset "UTF-8";
/*  Colors */
:root {
  --Bio-Color-Black: #000000;
  --Bio-Color-White: #ffffff;
  --Bio-Color-Transparent: rgba(0, 0, 0, 0);
  --Bio-Color-GhostWhite: #fbf8ff;
  --Bio-Color-BioptronLogo: #0068b2;
  --Bio-Color-BrownMustard: #daab5b;
  --Bio-Color-DrWhite: #fafafa;
  --Bio-Color-DrunkenDragonfly: #3bd78b;
  --Bio-Color-Red: #ff3232;
  --Bio-Color-RoseTonic: #ffddde;
  --Bio-Color-Squant: #666666;
  --Bio-Color-OffBlack: #303030;
  --Bio-Color-Doctor: #f9f9f9;
  --Bio-Color-BleachedSilk: #f2f2f2;
  --Bio-Color-Featherbed: #afcee4;
  --Bio-Color-Quicksilver: #a6a6a6;
  --Bio-Color-ColdMorning: #e5e5e5;
  --Bio-Color-PixelWhite: #dbdbdb;
  --Bio-Color-Silver: #c0c0c0;
  --Bio-Color-BlueRibbon: #0066ff;
  --Bio-Color-LightCornflowerBlue: #93ccea;
  --Bio-Color-SuaveGrey: #d0d8dc;
  --Bio-Color-EffervescentBlue: #00385f;
  --Bio-Color-CascadingWhite: #f6f6f6;
  --Bio-Color-Emptiness: #fcfcfc;
  --Bio-Color-ButterFudge: #a56904;
  --Bio-Color-SatinWhite: #ced4da;
  --Bio-Color-SharkFin: #969696;
  --Bio-Color-SpringtimeRain: #ebeef2;
  --Bio-Color-HeraldsTrumpet: #cd9f2f;
  --Bio-Color-ChilledChilly: #ea4335;
  --Bio-Color-VividMalachite: #00c82e;
  --Bio-Color-DarkDreams: #2f276c;
  --Bio-Color-RossoCorsa: #d60000;
  --Bio-Color-Encrando: #f80000;
  --Bio-Color-Green: #00c82e;
  --Bio-Color-CL100: #cd9f2f;
  --Bio-Color-Hyperpolarized: #daab5b;
  --Bio-Color-Transparent: transparent;
}

.color-Black {
  color: #000000 !important;
}

.bg-color-Black {
  background-color: #000000 !important;
}

.border-color-Black {
  border-color: #000000 !important;
}

.color-White {
  color: #ffffff !important;
}

.bg-color-White {
  background-color: #ffffff !important;
}

.border-color-White {
  border-color: #ffffff !important;
}

.color-Transparent {
  color: rgba(0, 0, 0, 0) !important;
}

.bg-color-Transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.border-color-Transparent {
  border-color: rgba(0, 0, 0, 0) !important;
}

.color-GhostWhite {
  color: #fbf8ff !important;
}

.bg-color-GhostWhite {
  background-color: #fbf8ff !important;
}

.border-color-GhostWhite {
  border-color: #fbf8ff !important;
}

.color-BioptronLogo {
  color: #0068b2 !important;
}

.bg-color-BioptronLogo {
  background-color: #0068b2 !important;
}

.border-color-BioptronLogo {
  border-color: #0068b2 !important;
}

.color-BrownMustard {
  color: #daab5b !important;
}

.bg-color-BrownMustard {
  background-color: #daab5b !important;
}

.border-color-BrownMustard {
  border-color: #daab5b !important;
}

.color-DrWhite {
  color: #fafafa !important;
}

.bg-color-DrWhite {
  background-color: #fafafa !important;
}

.border-color-DrWhite {
  border-color: #fafafa !important;
}

.color-DrunkenDragonfly {
  color: #3bd78b !important;
}

.bg-color-DrunkenDragonfly {
  background-color: #3bd78b !important;
}

.border-color-DrunkenDragonfly {
  border-color: #3bd78b !important;
}

.color-Red {
  color: #ff3232 !important;
}

.bg-color-Red {
  background-color: #ff3232 !important;
}

.border-color-Red {
  border-color: #ff3232 !important;
}

.color-RoseTonic {
  color: #ffddde !important;
}

.bg-color-RoseTonic {
  background-color: #ffddde !important;
}

.border-color-RoseTonic {
  border-color: #ffddde !important;
}

.color-Squant {
  color: #666666 !important;
}

.bg-color-Squant {
  background-color: #666666 !important;
}

.border-color-Squant {
  border-color: #666666 !important;
}

.color-OffBlack {
  color: #303030 !important;
}

.bg-color-OffBlack {
  background-color: #303030 !important;
}

.border-color-OffBlack {
  border-color: #303030 !important;
}

.color-Doctor {
  color: #f9f9f9 !important;
}

.bg-color-Doctor {
  background-color: #f9f9f9 !important;
}

.border-color-Doctor {
  border-color: #f9f9f9 !important;
}

.color-BleachedSilk {
  color: #f2f2f2 !important;
}

.bg-color-BleachedSilk {
  background-color: #f2f2f2 !important;
}

.border-color-BleachedSilk {
  border-color: #f2f2f2 !important;
}

.color-Featherbed {
  color: #afcee4 !important;
}

.bg-color-Featherbed {
  background-color: #afcee4 !important;
}

.border-color-Featherbed {
  border-color: #afcee4 !important;
}

.color-Quicksilver {
  color: #a6a6a6 !important;
}

.bg-color-Quicksilver {
  background-color: #a6a6a6 !important;
}

.border-color-Quicksilver {
  border-color: #a6a6a6 !important;
}

.color-ColdMorning {
  color: #e5e5e5 !important;
}

.bg-color-ColdMorning {
  background-color: #e5e5e5 !important;
}

.border-color-ColdMorning {
  border-color: #e5e5e5 !important;
}

.color-PixelWhite {
  color: #dbdbdb !important;
}

.bg-color-PixelWhite {
  background-color: #dbdbdb !important;
}

.border-color-PixelWhite {
  border-color: #dbdbdb !important;
}

.color-Silver {
  color: #c0c0c0 !important;
}

.bg-color-Silver {
  background-color: #c0c0c0 !important;
}

.border-color-Silver {
  border-color: #c0c0c0 !important;
}

.color-BlueRibbon {
  color: #0066ff !important;
}

.bg-color-BlueRibbon {
  background-color: #0066ff !important;
}

.border-color-BlueRibbon {
  border-color: #0066ff !important;
}

.color-LightCornflowerBlue {
  color: #93ccea !important;
}

.bg-color-LightCornflowerBlue {
  background-color: #93ccea !important;
}

.border-color-LightCornflowerBlue {
  border-color: #93ccea !important;
}

.color-SuaveGrey {
  color: #d0d8dc !important;
}

.bg-color-SuaveGrey {
  background-color: #d0d8dc !important;
}

.border-color-SuaveGrey {
  border-color: #d0d8dc !important;
}

.color-EffervescentBlue {
  color: #00385f !important;
}

.bg-color-EffervescentBlue {
  background-color: #00385f !important;
}

.border-color-EffervescentBlue {
  border-color: #00385f !important;
}

.color-CascadingWhite {
  color: #f6f6f6 !important;
}

.bg-color-CascadingWhite {
  background-color: #f6f6f6 !important;
}

.border-color-CascadingWhite {
  border-color: #f6f6f6 !important;
}

.color-Emptiness {
  color: #fcfcfc !important;
}

.bg-color-Emptiness {
  background-color: #fcfcfc !important;
}

.border-color-Emptiness {
  border-color: #fcfcfc !important;
}

.color-ButterFudge {
  color: #a56904 !important;
}

.bg-color-ButterFudge {
  background-color: #a56904 !important;
}

.border-color-ButterFudge {
  border-color: #a56904 !important;
}

.color-SatinWhite {
  color: #ced4da !important;
}

.bg-color-SatinWhite {
  background-color: #ced4da !important;
}

.border-color-SatinWhite {
  border-color: #ced4da !important;
}

.color-SharkFin {
  color: #969696 !important;
}

.bg-color-SharkFin {
  background-color: #969696 !important;
}

.border-color-SharkFin {
  border-color: #969696 !important;
}

.color-SpringtimeRain {
  color: #ebeef2 !important;
}

.bg-color-SpringtimeRain {
  background-color: #ebeef2 !important;
}

.border-color-SpringtimeRain {
  border-color: #ebeef2 !important;
}

.color-HeraldsTrumpet {
  color: #cd9f2f !important;
}

.bg-color-HeraldsTrumpet {
  background-color: #cd9f2f !important;
}

.border-color-HeraldsTrumpet {
  border-color: #cd9f2f !important;
}

.color-ChilledChilly {
  color: #ea4335 !important;
}

.bg-color-ChilledChilly {
  background-color: #ea4335 !important;
}

.border-color-ChilledChilly {
  border-color: #ea4335 !important;
}

.color-VividMalachite {
  color: #00c82e !important;
}

.bg-color-VividMalachite {
  background-color: #00c82e !important;
}

.border-color-VividMalachite {
  border-color: #00c82e !important;
}

.color-DarkDreams {
  color: #2f276c !important;
}

.bg-color-DarkDreams {
  background-color: #2f276c !important;
}

.border-color-DarkDreams {
  border-color: #2f276c !important;
}

.color-RossoCorsa {
  color: #d60000 !important;
}

.bg-color-RossoCorsa {
  background-color: #d60000 !important;
}

.border-color-RossoCorsa {
  border-color: #d60000 !important;
}

.color-Encrando {
  color: #f80000 !important;
}

.bg-color-Encrando {
  background-color: #f80000 !important;
}

.border-color-Encrando {
  border-color: #f80000 !important;
}

.color-Green {
  color: #00c82e !important;
}

.bg-color-Green {
  background-color: #00c82e !important;
}

.border-color-Green {
  border-color: #00c82e !important;
}

.color-CL100 {
  color: #cd9f2f !important;
}

.bg-color-CL100 {
  background-color: #cd9f2f !important;
}

.border-color-CL100 {
  border-color: #cd9f2f !important;
}

.color-Hyperpolarized {
  color: #daab5b !important;
}

.bg-color-Hyperpolarized {
  background-color: #daab5b !important;
}

.border-color-Hyperpolarized {
  border-color: #daab5b !important;
}

.color-White0 {
  color: rgba(255, 255, 255, 0) !important;
}

.bg-color-White0 {
  background-color: rgba(255, 255, 255, 0) !important;
}

.border-color-White0 {
  border-color: rgba(255, 255, 255, 0) !important;
}

.color-Black0 {
  color: rgba(0, 0, 0, 0) !important;
}

.bg-color-Black0 {
  background-color: rgba(0, 0, 0, 0) !important;
}

.border-color-Black0 {
  border-color: rgba(0, 0, 0, 0) !important;
}

.color-White25 {
  color: rgba(255, 255, 255, 0.25) !important;
}

.bg-color-White25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.border-color-White25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.color-Black25 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.bg-color-Black25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.border-color-Black25 {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.color-White50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bg-color-White50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.border-color-White50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.color-Black50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.bg-color-Black50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.border-color-Black50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.color-White75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.bg-color-White75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.border-color-White75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.color-Black75 {
  color: rgba(0, 0, 0, 0.75) !important;
}

.bg-color-Black75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.border-color-Black75 {
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.color-White100 {
  color: white !important;
}

.bg-color-White100 {
  background-color: white !important;
}

.border-color-White100 {
  border-color: white !important;
}

.color-Black100 {
  color: black !important;
}

.bg-color-Black100 {
  background-color: black !important;
}

.border-color-Black100 {
  border-color: black !important;
}

/* Bootstrap with customizations */
/* BOOTSTRAP - Customizations */
/* Bootstrap functions, mexins and variables */
/*@import "../../../../node_modules/bootstrap/scss/functions";
@import "../../../../node_modules/bootstrap/scss/mixins";
@import "../../../../node_modules/bootstrap/scss/variables";*/
/* Wygeneruj nowe definicje dla gridu wzbogacone o dodatkowe gutters */
/*$spacers: map.merge($spacers, (6: $spacer * 3.5, 7: $spacer * 4, 8: $spacer * 4.5));*/
/*$spacers: map.merge($spacers, (6: $spacer * 4.5, 7: $spacer * 6, 8: $spacer * 7.5));
$spacers: $spacers !default;
$gutters: $spacers;*/
/* Wygeneruj klasy CSS Bootstrapa */
/*@import "../../../../node_modules/bootstrap/scss/bootstrap-reboot.scss";*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --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: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .pagination-container .pagination li .btn-check[disabled] + a, .pagination-container .pagination li .btn-check[disabled] + span, .btn-check:disabled + .btn, .pagination-container .pagination li .btn-check:disabled + a, .pagination-container .pagination li .btn-check:disabled + span {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .pagination-container .pagination li a, .pagination-container .pagination li .input-group a, .input-group .pagination-container .pagination li span, .pagination-container .pagination li .input-group span {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .pagination-container .pagination li a:focus, .pagination-container .pagination li .input-group a:focus, .input-group .pagination-container .pagination li span:focus, .pagination-container .pagination li .input-group span:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.pagination-container .pagination li .input-group-lg > a,
.pagination-container .pagination li .input-group-lg > span {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.pagination-container .pagination li .input-group-sm > a,
.pagination-container .pagination li .input-group-sm > span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .pagination-container .pagination li a, .pagination-container .pagination li span {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .pagination-container .pagination li a, .pagination-container .pagination li span {
    transition: none;
  }
}
.btn:hover, .pagination-container .pagination li a:hover, .pagination-container .pagination li span:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .pagination-container .pagination li .btn-check + a:hover, .pagination-container .pagination li .btn-check + span:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .pagination-container .pagination li a:focus-visible, .pagination-container .pagination li span:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .pagination-container .pagination li .btn-check:focus-visible + a, .pagination-container .pagination li .btn-check:focus-visible + span {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .pagination-container .pagination li .btn-check:checked + a, .pagination-container .pagination li .btn-check:checked + span, :not(.btn-check) + .btn:active, .pagination-container .pagination li :not(.btn-check) + a:active, .pagination-container .pagination li :not(.btn-check) + span:active, .btn:first-child:active, .pagination-container .pagination li a:first-child:active, .pagination-container .pagination li span:first-child:active, .btn.active, .pagination-container .pagination li a.active, .pagination-container .pagination li span.active, .btn.show, .pagination-container .pagination li a.show, .pagination-container .pagination li span.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .pagination-container .pagination li .btn-check:checked + a:focus-visible, .pagination-container .pagination li .btn-check:checked + span:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .pagination-container .pagination li :not(.btn-check) + a:active:focus-visible, .pagination-container .pagination li :not(.btn-check) + span:active:focus-visible, .btn:first-child:active:focus-visible, .pagination-container .pagination li a:first-child:active:focus-visible, .pagination-container .pagination li span:first-child:active:focus-visible, .btn.active:focus-visible, .pagination-container .pagination li a.active:focus-visible, .pagination-container .pagination li span.active:focus-visible, .btn.show:focus-visible, .pagination-container .pagination li a.show:focus-visible, .pagination-container .pagination li span.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .pagination-container .pagination li .btn-check:checked:focus-visible + a, .pagination-container .pagination li .btn-check:checked:focus-visible + span {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .pagination-container .pagination li a:disabled, .pagination-container .pagination li span:disabled, .btn.disabled, .pagination-container .pagination li a.disabled, .pagination-container .pagination li span.disabled, fieldset:disabled .btn, fieldset:disabled .pagination-container .pagination li a, .pagination-container .pagination li fieldset:disabled a, fieldset:disabled .pagination-container .pagination li span, .pagination-container .pagination li fieldset:disabled span {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .pagination-container .pagination li .btn-group-lg > a, .pagination-container .pagination li .btn-group-lg > span {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn, .pagination-container .pagination li .btn-group-sm > a, .pagination-container .pagination li .btn-group-sm > span {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .pagination-container .pagination li .btn-group > a, .pagination-container .pagination li .btn-group > span,
.btn-group-vertical > .btn,
.pagination-container .pagination li .btn-group-vertical > a,
.pagination-container .pagination li .btn-group-vertical > span {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .pagination-container .pagination li .btn-group > .btn-check:checked + a, .pagination-container .pagination li .btn-group > .btn-check:checked + span,
.btn-group > .btn-check:focus + .btn,
.pagination-container .pagination li .btn-group > .btn-check:focus + a,
.pagination-container .pagination li .btn-group > .btn-check:focus + span,
.btn-group > .btn:hover,
.pagination-container .pagination li .btn-group > a:hover,
.pagination-container .pagination li .btn-group > span:hover,
.btn-group > .btn:focus,
.pagination-container .pagination li .btn-group > a:focus,
.pagination-container .pagination li .btn-group > span:focus,
.btn-group > .btn:active,
.pagination-container .pagination li .btn-group > a:active,
.pagination-container .pagination li .btn-group > span:active,
.btn-group > .btn.active,
.pagination-container .pagination li .btn-group > a.active,
.pagination-container .pagination li .btn-group > span.active,
.btn-group-vertical > .btn-check:checked + .btn,
.pagination-container .pagination li .btn-group-vertical > .btn-check:checked + a,
.pagination-container .pagination li .btn-group-vertical > .btn-check:checked + span,
.btn-group-vertical > .btn-check:focus + .btn,
.pagination-container .pagination li .btn-group-vertical > .btn-check:focus + a,
.pagination-container .pagination li .btn-group-vertical > .btn-check:focus + span,
.btn-group-vertical > .btn:hover,
.pagination-container .pagination li .btn-group-vertical > a:hover,
.pagination-container .pagination li .btn-group-vertical > span:hover,
.btn-group-vertical > .btn:focus,
.pagination-container .pagination li .btn-group-vertical > a:focus,
.pagination-container .pagination li .btn-group-vertical > span:focus,
.btn-group-vertical > .btn:active,
.pagination-container .pagination li .btn-group-vertical > a:active,
.pagination-container .pagination li .btn-group-vertical > span:active,
.btn-group-vertical > .btn.active,
.pagination-container .pagination li .btn-group-vertical > a.active,
.pagination-container .pagination li .btn-group-vertical > span.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .pagination-container .pagination li .btn-group > :not(.btn-check:first-child) + a, .pagination-container .pagination li .btn-group > :not(.btn-check:first-child) + span,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .pagination-container .pagination li .btn-group > a:not(:last-child):not(.dropdown-toggle), .pagination-container .pagination li .btn-group > span:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.pagination-container .pagination li .btn-group > a.dropdown-toggle-split:first-child,
.pagination-container .pagination li .btn-group > span.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.pagination-container .pagination li .btn-group > .btn-group:not(:last-child) > a,
.pagination-container .pagination li .btn-group > .btn-group:not(:last-child) > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .pagination-container .pagination li .btn-group > a:nth-child(n+3), .pagination-container .pagination li .btn-group > span:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.pagination-container .pagination li .btn-group > :not(.btn-check) + a,
.pagination-container .pagination li .btn-group > :not(.btn-check) + span,
.btn-group > .btn-group:not(:first-child) > .btn,
.pagination-container .pagination li .btn-group > .btn-group:not(:first-child) > a,
.pagination-container .pagination li .btn-group > .btn-group:not(:first-child) > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .pagination-container .pagination li .btn-group-sm > a + .dropdown-toggle-split, .pagination-container .pagination li .btn-group-sm > span + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .pagination-container .pagination li .btn-group-lg > a + .dropdown-toggle-split, .pagination-container .pagination li .btn-group-lg > span + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .pagination-container .pagination li .btn-group-vertical > a, .pagination-container .pagination li .btn-group-vertical > span,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .pagination-container .pagination li .btn-group-vertical > a:not(:first-child), .pagination-container .pagination li .btn-group-vertical > span:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .pagination-container .pagination li .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .pagination-container .pagination li .btn-group-vertical > span:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.pagination-container .pagination li .btn-group-vertical > .btn-group:not(:last-child) > a,
.pagination-container .pagination li .btn-group-vertical > .btn-group:not(:last-child) > span {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .pagination-container .pagination li .btn-group-vertical > a ~ .btn, .pagination-container .pagination li .btn-group-vertical > span ~ .btn, .pagination-container .pagination li .btn-group-vertical > .btn ~ a, .pagination-container .pagination li .btn-group-vertical > a ~ a, .pagination-container .pagination li .btn-group-vertical > span ~ a, .pagination-container .pagination li .btn-group-vertical > .btn ~ span, .pagination-container .pagination li .btn-group-vertical > a ~ span, .pagination-container .pagination li .btn-group-vertical > span ~ span,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.pagination-container .pagination li .btn-group-vertical > .btn-group:not(:first-child) > a,
.pagination-container .pagination li .btn-group-vertical > .btn-group:not(:first-child) > span {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge, .pagination-container .pagination li a .badge, .pagination-container .pagination li span .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .pagination-container .pagination li a.placeholder::before, .pagination-container .pagination li span.placeholder::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    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;
  }
}
@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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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;
  }
  .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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    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;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    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;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    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;
  }
}
@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 {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    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;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*@import "../../../../node_modules/bootstrap/scss/bootstrap-grid.scss";*/
/* Przygotuj zestawy zmiennych [Utilities] dla silnika Bootstrap */
/*@import "../../../../node_modules/bootstrap/scss/helpers"; // <-- To musi być tutaj, aby np. generowało się ratio-1x1*/
/*@import "../../../../node_modules/bootstrap/scss/bootstrap.scss";*/
/* Utilities - Position */
/* Utilities - Width, Height (percent) */
/* Utilities - Width, Height (pixels) */
/* Utilities - Font Size */
/* Utilities - Border width */
/* Utilities - Rounded */
/* Utilities - Position - Top, Bottom, Start, End */
/* Utilities - Position (negative) - Top, Bottom, Start, End */
/* Utilities - Margin in pixels - Top, Bottom, Start, End */
/* Utilities - Margin in pixels (negative) - Top, Bottom, Start, End */
/* Utilities - Margin in percent - Top, Bottom, Start, End */
/* Utilities - Margin in percent (negative) - Top, Bottom, Start, End */
/* Utilities - Opacity - Top, Bottom, Start, End */
/* Utilities - List Columns */
/* Utilities - Letter spacing */
/* Utilities - Overflow */
/* Utilities - Rotation */
/* Utilities - Rotation (negative) */
/* Utilities - Object fit */
/* Utilities - Object position */
/* Utilities - Aspect ratio */
/* Utilities - Color */
/*
$colorValues: ( "red": var(--Bio-Color-Red), "white": var(--Bio-Color-White), "black": var(--Bio-Color-Black) );
$utilities: map-merge( $utilities, ( "color": ( property: color, class: color, responsive: true, values: $colorValues ) ) );
*/
/*@debug $bioColors;
@debug ( "red": var(--Bio-Color-Red), "white": var(--Bio-Color-White), "black": var(--Bio-Color-Black) );*/
/* Utilities - Text shadow */
/* Utilities - Translate middle */
/* Utilities - Line height */
/* Utilities - Line height (negative) */
/* Utilities - Module margin (top) */
/* Utilities - Module margin (bottom) */
/* Utilities - Resize */
/* Utilities - Text decoration */
/* Utilities - Gap */
/* Wygeneruj klasy Bootstrap Utilites */
.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-105 {
  width: 105% !important;
}

.w-110 {
  width: 110% !important;
}

.w-115 {
  width: 115% !important;
}

.w-120 {
  width: 120% !important;
}

.w-125 {
  width: 125% !important;
}

.w-130 {
  width: 130% !important;
}

.w-135 {
  width: 135% !important;
}

.w-140 {
  width: 140% !important;
}

.w-145 {
  width: 145% !important;
}

.w-150 {
  width: 150% !important;
}

.w-155 {
  width: 155% !important;
}

.w-160 {
  width: 160% !important;
}

.w-165 {
  width: 165% !important;
}

.w-170 {
  width: 170% !important;
}

.w-175 {
  width: 175% !important;
}

.w-180 {
  width: 180% !important;
}

.w-185 {
  width: 185% !important;
}

.w-190 {
  width: 190% !important;
}

.w-195 {
  width: 195% !important;
}

.w-200 {
  width: 200% !important;
}

.w-225 {
  width: 225% !important;
}

.w-250 {
  width: 250% !important;
}

.w-275 {
  width: 275% !important;
}

.w-300 {
  width: 300% !important;
}

.w-325 {
  width: 325% !important;
}

.w-350 {
  width: 350% !important;
}

.w-375 {
  width: 375% !important;
}

.w-400 {
  width: 400% !important;
}

.w-auto {
  width: auto !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 1% !important;
}

.h-2 {
  height: 2% !important;
}

.h-3 {
  height: 3% !important;
}

.h-4 {
  height: 4% !important;
}

.h-5 {
  height: 5% !important;
}

.h-6 {
  height: 6% !important;
}

.h-7 {
  height: 7% !important;
}

.h-8 {
  height: 8% !important;
}

.h-9 {
  height: 9% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.h-105 {
  height: 105% !important;
}

.h-110 {
  height: 110% !important;
}

.h-115 {
  height: 115% !important;
}

.h-120 {
  height: 120% !important;
}

.h-125 {
  height: 125% !important;
}

.h-130 {
  height: 130% !important;
}

.h-135 {
  height: 135% !important;
}

.h-140 {
  height: 140% !important;
}

.h-145 {
  height: 145% !important;
}

.h-150 {
  height: 150% !important;
}

.h-155 {
  height: 155% !important;
}

.h-160 {
  height: 160% !important;
}

.h-165 {
  height: 165% !important;
}

.h-170 {
  height: 170% !important;
}

.h-175 {
  height: 175% !important;
}

.h-180 {
  height: 180% !important;
}

.h-185 {
  height: 185% !important;
}

.h-190 {
  height: 190% !important;
}

.h-195 {
  height: 195% !important;
}

.h-200 {
  height: 200% !important;
}

.h-225 {
  height: 225% !important;
}

.h-250 {
  height: 250% !important;
}

.h-275 {
  height: 275% !important;
}

.h-300 {
  height: 300% !important;
}

.h-325 {
  height: 325% !important;
}

.h-350 {
  height: 350% !important;
}

.h-375 {
  height: 375% !important;
}

.h-400 {
  height: 400% !important;
}

.h-auto {
  height: auto !important;
}

.maxw-0 {
  max-width: 0 !important;
}

.maxw-1 {
  max-width: 1% !important;
}

.maxw-2 {
  max-width: 2% !important;
}

.maxw-3 {
  max-width: 3% !important;
}

.maxw-4 {
  max-width: 4% !important;
}

.maxw-5 {
  max-width: 5% !important;
}

.maxw-6 {
  max-width: 6% !important;
}

.maxw-7 {
  max-width: 7% !important;
}

.maxw-8 {
  max-width: 8% !important;
}

.maxw-9 {
  max-width: 9% !important;
}

.maxw-10 {
  max-width: 10% !important;
}

.maxw-15 {
  max-width: 15% !important;
}

.maxw-20 {
  max-width: 20% !important;
}

.maxw-25 {
  max-width: 25% !important;
}

.maxw-30 {
  max-width: 30% !important;
}

.maxw-35 {
  max-width: 35% !important;
}

.maxw-40 {
  max-width: 40% !important;
}

.maxw-45 {
  max-width: 45% !important;
}

.maxw-50 {
  max-width: 50% !important;
}

.maxw-55 {
  max-width: 55% !important;
}

.maxw-60 {
  max-width: 60% !important;
}

.maxw-65 {
  max-width: 65% !important;
}

.maxw-70 {
  max-width: 70% !important;
}

.maxw-75 {
  max-width: 75% !important;
}

.maxw-80 {
  max-width: 80% !important;
}

.maxw-85 {
  max-width: 85% !important;
}

.maxw-90 {
  max-width: 90% !important;
}

.maxw-95 {
  max-width: 95% !important;
}

.maxw-100 {
  max-width: 100% !important;
}

.maxw-105 {
  max-width: 105% !important;
}

.maxw-110 {
  max-width: 110% !important;
}

.maxw-115 {
  max-width: 115% !important;
}

.maxw-120 {
  max-width: 120% !important;
}

.maxw-125 {
  max-width: 125% !important;
}

.maxw-130 {
  max-width: 130% !important;
}

.maxw-135 {
  max-width: 135% !important;
}

.maxw-140 {
  max-width: 140% !important;
}

.maxw-145 {
  max-width: 145% !important;
}

.maxw-150 {
  max-width: 150% !important;
}

.maxw-155 {
  max-width: 155% !important;
}

.maxw-160 {
  max-width: 160% !important;
}

.maxw-165 {
  max-width: 165% !important;
}

.maxw-170 {
  max-width: 170% !important;
}

.maxw-175 {
  max-width: 175% !important;
}

.maxw-180 {
  max-width: 180% !important;
}

.maxw-185 {
  max-width: 185% !important;
}

.maxw-190 {
  max-width: 190% !important;
}

.maxw-195 {
  max-width: 195% !important;
}

.maxw-200 {
  max-width: 200% !important;
}

.maxw-225 {
  max-width: 225% !important;
}

.maxw-250 {
  max-width: 250% !important;
}

.maxw-275 {
  max-width: 275% !important;
}

.maxw-300 {
  max-width: 300% !important;
}

.maxw-325 {
  max-width: 325% !important;
}

.maxw-350 {
  max-width: 350% !important;
}

.maxw-375 {
  max-width: 375% !important;
}

.maxw-400 {
  max-width: 400% !important;
}

.maxw-auto {
  max-width: auto !important;
}

.maxh-0 {
  max-height: 0 !important;
}

.maxh-1 {
  max-height: 1% !important;
}

.maxh-2 {
  max-height: 2% !important;
}

.maxh-3 {
  max-height: 3% !important;
}

.maxh-4 {
  max-height: 4% !important;
}

.maxh-5 {
  max-height: 5% !important;
}

.maxh-6 {
  max-height: 6% !important;
}

.maxh-7 {
  max-height: 7% !important;
}

.maxh-8 {
  max-height: 8% !important;
}

.maxh-9 {
  max-height: 9% !important;
}

.maxh-10 {
  max-height: 10% !important;
}

.maxh-15 {
  max-height: 15% !important;
}

.maxh-20 {
  max-height: 20% !important;
}

.maxh-25 {
  max-height: 25% !important;
}

.maxh-30 {
  max-height: 30% !important;
}

.maxh-35 {
  max-height: 35% !important;
}

.maxh-40 {
  max-height: 40% !important;
}

.maxh-45 {
  max-height: 45% !important;
}

.maxh-50 {
  max-height: 50% !important;
}

.maxh-55 {
  max-height: 55% !important;
}

.maxh-60 {
  max-height: 60% !important;
}

.maxh-65 {
  max-height: 65% !important;
}

.maxh-70 {
  max-height: 70% !important;
}

.maxh-75 {
  max-height: 75% !important;
}

.maxh-80 {
  max-height: 80% !important;
}

.maxh-85 {
  max-height: 85% !important;
}

.maxh-90 {
  max-height: 90% !important;
}

.maxh-95 {
  max-height: 95% !important;
}

.maxh-100 {
  max-height: 100% !important;
}

.maxh-105 {
  max-height: 105% !important;
}

.maxh-110 {
  max-height: 110% !important;
}

.maxh-115 {
  max-height: 115% !important;
}

.maxh-120 {
  max-height: 120% !important;
}

.maxh-125 {
  max-height: 125% !important;
}

.maxh-130 {
  max-height: 130% !important;
}

.maxh-135 {
  max-height: 135% !important;
}

.maxh-140 {
  max-height: 140% !important;
}

.maxh-145 {
  max-height: 145% !important;
}

.maxh-150 {
  max-height: 150% !important;
}

.maxh-155 {
  max-height: 155% !important;
}

.maxh-160 {
  max-height: 160% !important;
}

.maxh-165 {
  max-height: 165% !important;
}

.maxh-170 {
  max-height: 170% !important;
}

.maxh-175 {
  max-height: 175% !important;
}

.maxh-180 {
  max-height: 180% !important;
}

.maxh-185 {
  max-height: 185% !important;
}

.maxh-190 {
  max-height: 190% !important;
}

.maxh-195 {
  max-height: 195% !important;
}

.maxh-200 {
  max-height: 200% !important;
}

.maxh-225 {
  max-height: 225% !important;
}

.maxh-250 {
  max-height: 250% !important;
}

.maxh-275 {
  max-height: 275% !important;
}

.maxh-300 {
  max-height: 300% !important;
}

.maxh-325 {
  max-height: 325% !important;
}

.maxh-350 {
  max-height: 350% !important;
}

.maxh-375 {
  max-height: 375% !important;
}

.maxh-400 {
  max-height: 400% !important;
}

.maxh-auto {
  max-height: auto !important;
}

.minw-0 {
  min-width: 0 !important;
}

.minw-1 {
  min-width: 1% !important;
}

.minw-2 {
  min-width: 2% !important;
}

.minw-3 {
  min-width: 3% !important;
}

.minw-4 {
  min-width: 4% !important;
}

.minw-5 {
  min-width: 5% !important;
}

.minw-6 {
  min-width: 6% !important;
}

.minw-7 {
  min-width: 7% !important;
}

.minw-8 {
  min-width: 8% !important;
}

.minw-9 {
  min-width: 9% !important;
}

.minw-10 {
  min-width: 10% !important;
}

.minw-15 {
  min-width: 15% !important;
}

.minw-20 {
  min-width: 20% !important;
}

.minw-25 {
  min-width: 25% !important;
}

.minw-30 {
  min-width: 30% !important;
}

.minw-35 {
  min-width: 35% !important;
}

.minw-40 {
  min-width: 40% !important;
}

.minw-45 {
  min-width: 45% !important;
}

.minw-50 {
  min-width: 50% !important;
}

.minw-55 {
  min-width: 55% !important;
}

.minw-60 {
  min-width: 60% !important;
}

.minw-65 {
  min-width: 65% !important;
}

.minw-70 {
  min-width: 70% !important;
}

.minw-75 {
  min-width: 75% !important;
}

.minw-80 {
  min-width: 80% !important;
}

.minw-85 {
  min-width: 85% !important;
}

.minw-90 {
  min-width: 90% !important;
}

.minw-95 {
  min-width: 95% !important;
}

.minw-100 {
  min-width: 100% !important;
}

.minw-105 {
  min-width: 105% !important;
}

.minw-110 {
  min-width: 110% !important;
}

.minw-115 {
  min-width: 115% !important;
}

.minw-120 {
  min-width: 120% !important;
}

.minw-125 {
  min-width: 125% !important;
}

.minw-130 {
  min-width: 130% !important;
}

.minw-135 {
  min-width: 135% !important;
}

.minw-140 {
  min-width: 140% !important;
}

.minw-145 {
  min-width: 145% !important;
}

.minw-150 {
  min-width: 150% !important;
}

.minw-155 {
  min-width: 155% !important;
}

.minw-160 {
  min-width: 160% !important;
}

.minw-165 {
  min-width: 165% !important;
}

.minw-170 {
  min-width: 170% !important;
}

.minw-175 {
  min-width: 175% !important;
}

.minw-180 {
  min-width: 180% !important;
}

.minw-185 {
  min-width: 185% !important;
}

.minw-190 {
  min-width: 190% !important;
}

.minw-195 {
  min-width: 195% !important;
}

.minw-200 {
  min-width: 200% !important;
}

.minw-225 {
  min-width: 225% !important;
}

.minw-250 {
  min-width: 250% !important;
}

.minw-275 {
  min-width: 275% !important;
}

.minw-300 {
  min-width: 300% !important;
}

.minw-325 {
  min-width: 325% !important;
}

.minw-350 {
  min-width: 350% !important;
}

.minw-375 {
  min-width: 375% !important;
}

.minw-400 {
  min-width: 400% !important;
}

.minw-auto {
  min-width: auto !important;
}

.minh-0 {
  min-height: 0 !important;
}

.minh-1 {
  min-height: 1% !important;
}

.minh-2 {
  min-height: 2% !important;
}

.minh-3 {
  min-height: 3% !important;
}

.minh-4 {
  min-height: 4% !important;
}

.minh-5 {
  min-height: 5% !important;
}

.minh-6 {
  min-height: 6% !important;
}

.minh-7 {
  min-height: 7% !important;
}

.minh-8 {
  min-height: 8% !important;
}

.minh-9 {
  min-height: 9% !important;
}

.minh-10 {
  min-height: 10% !important;
}

.minh-15 {
  min-height: 15% !important;
}

.minh-20 {
  min-height: 20% !important;
}

.minh-25 {
  min-height: 25% !important;
}

.minh-30 {
  min-height: 30% !important;
}

.minh-35 {
  min-height: 35% !important;
}

.minh-40 {
  min-height: 40% !important;
}

.minh-45 {
  min-height: 45% !important;
}

.minh-50 {
  min-height: 50% !important;
}

.minh-55 {
  min-height: 55% !important;
}

.minh-60 {
  min-height: 60% !important;
}

.minh-65 {
  min-height: 65% !important;
}

.minh-70 {
  min-height: 70% !important;
}

.minh-75 {
  min-height: 75% !important;
}

.minh-80 {
  min-height: 80% !important;
}

.minh-85 {
  min-height: 85% !important;
}

.minh-90 {
  min-height: 90% !important;
}

.minh-95 {
  min-height: 95% !important;
}

.minh-100 {
  min-height: 100% !important;
}

.minh-105 {
  min-height: 105% !important;
}

.minh-110 {
  min-height: 110% !important;
}

.minh-115 {
  min-height: 115% !important;
}

.minh-120 {
  min-height: 120% !important;
}

.minh-125 {
  min-height: 125% !important;
}

.minh-130 {
  min-height: 130% !important;
}

.minh-135 {
  min-height: 135% !important;
}

.minh-140 {
  min-height: 140% !important;
}

.minh-145 {
  min-height: 145% !important;
}

.minh-150 {
  min-height: 150% !important;
}

.minh-155 {
  min-height: 155% !important;
}

.minh-160 {
  min-height: 160% !important;
}

.minh-165 {
  min-height: 165% !important;
}

.minh-170 {
  min-height: 170% !important;
}

.minh-175 {
  min-height: 175% !important;
}

.minh-180 {
  min-height: 180% !important;
}

.minh-185 {
  min-height: 185% !important;
}

.minh-190 {
  min-height: 190% !important;
}

.minh-195 {
  min-height: 195% !important;
}

.minh-200 {
  min-height: 200% !important;
}

.minh-225 {
  min-height: 225% !important;
}

.minh-250 {
  min-height: 250% !important;
}

.minh-275 {
  min-height: 275% !important;
}

.minh-300 {
  min-height: 300% !important;
}

.minh-325 {
  min-height: 325% !important;
}

.minh-350 {
  min-height: 350% !important;
}

.minh-375 {
  min-height: 375% !important;
}

.minh-400 {
  min-height: 400% !important;
}

.minh-auto {
  min-height: auto !important;
}

.wpx-0 {
  width: 0 !important;
}

.wpx-1 {
  width: 1px !important;
}

.wpx-2 {
  width: 2px !important;
}

.wpx-3 {
  width: 3px !important;
}

.wpx-4 {
  width: 4px !important;
}

.wpx-5 {
  width: 5px !important;
}

.wpx-6 {
  width: 6px !important;
}

.wpx-7 {
  width: 7px !important;
}

.wpx-8 {
  width: 8px !important;
}

.wpx-9 {
  width: 9px !important;
}

.wpx-10 {
  width: 10px !important;
}

.wpx-15 {
  width: 15px !important;
}

.wpx-20 {
  width: 20px !important;
}

.wpx-25 {
  width: 25px !important;
}

.wpx-30 {
  width: 30px !important;
}

.wpx-35 {
  width: 35px !important;
}

.wpx-40 {
  width: 40px !important;
}

.wpx-45 {
  width: 45px !important;
}

.wpx-50 {
  width: 50px !important;
}

.wpx-55 {
  width: 55px !important;
}

.wpx-60 {
  width: 60px !important;
}

.wpx-65 {
  width: 65px !important;
}

.wpx-70 {
  width: 70px !important;
}

.wpx-75 {
  width: 75px !important;
}

.wpx-80 {
  width: 80px !important;
}

.wpx-85 {
  width: 85px !important;
}

.wpx-90 {
  width: 90px !important;
}

.wpx-95 {
  width: 95px !important;
}

.wpx-100 {
  width: 100px !important;
}

.wpx-105 {
  width: 105px !important;
}

.wpx-110 {
  width: 110px !important;
}

.wpx-115 {
  width: 115px !important;
}

.wpx-120 {
  width: 120px !important;
}

.wpx-125 {
  width: 125px !important;
}

.wpx-130 {
  width: 130px !important;
}

.wpx-135 {
  width: 135px !important;
}

.wpx-140 {
  width: 140px !important;
}

.wpx-145 {
  width: 145px !important;
}

.wpx-150 {
  width: 150px !important;
}

.wpx-155 {
  width: 155px !important;
}

.wpx-160 {
  width: 160px !important;
}

.wpx-165 {
  width: 165px !important;
}

.wpx-170 {
  width: 170px !important;
}

.wpx-175 {
  width: 175px !important;
}

.wpx-180 {
  width: 180px !important;
}

.wpx-185 {
  width: 185px !important;
}

.wpx-190 {
  width: 190px !important;
}

.wpx-195 {
  width: 195px !important;
}

.wpx-200 {
  width: 200px !important;
}

.wpx-210 {
  width: 210px !important;
}

.wpx-220 {
  width: 220px !important;
}

.wpx-230 {
  width: 230px !important;
}

.wpx-240 {
  width: 240px !important;
}

.wpx-250 {
  width: 250px !important;
}

.wpx-260 {
  width: 260px !important;
}

.wpx-270 {
  width: 270px !important;
}

.wpx-280 {
  width: 280px !important;
}

.wpx-290 {
  width: 290px !important;
}

.wpx-300 {
  width: 300px !important;
}

.wpx-310 {
  width: 310px !important;
}

.wpx-320 {
  width: 320px !important;
}

.wpx-330 {
  width: 330px !important;
}

.wpx-340 {
  width: 340px !important;
}

.wpx-350 {
  width: 350px !important;
}

.wpx-360 {
  width: 360px !important;
}

.wpx-370 {
  width: 370px !important;
}

.wpx-380 {
  width: 380px !important;
}

.wpx-390 {
  width: 390px !important;
}

.wpx-400 {
  width: 400px !important;
}

.wpx-410 {
  width: 410px !important;
}

.wpx-420 {
  width: 420px !important;
}

.wpx-430 {
  width: 430px !important;
}

.wpx-440 {
  width: 440px !important;
}

.wpx-450 {
  width: 450px !important;
}

.wpx-460 {
  width: 460px !important;
}

.wpx-470 {
  width: 470px !important;
}

.wpx-480 {
  width: 480px !important;
}

.wpx-490 {
  width: 490px !important;
}

.wpx-500 {
  width: 500px !important;
}

.wpx-510 {
  width: 510px !important;
}

.wpx-520 {
  width: 520px !important;
}

.wpx-530 {
  width: 530px !important;
}

.wpx-540 {
  width: 540px !important;
}

.wpx-550 {
  width: 550px !important;
}

.wpx-560 {
  width: 560px !important;
}

.wpx-570 {
  width: 570px !important;
}

.wpx-580 {
  width: 580px !important;
}

.wpx-590 {
  width: 590px !important;
}

.wpx-600 {
  width: 600px !important;
}

.wpx-650 {
  width: 650px !important;
}

.wpx-700 {
  width: 700px !important;
}

.wpx-750 {
  width: 750px !important;
}

.wpx-800 {
  width: 800px !important;
}

.wpx-850 {
  width: 850px !important;
}

.wpx-900 {
  width: 900px !important;
}

.wpx-950 {
  width: 950px !important;
}

.wpx-1000 {
  width: 1000px !important;
}

.hpx-0 {
  height: 0 !important;
}

.hpx-1 {
  height: 1px !important;
}

.hpx-2 {
  height: 2px !important;
}

.hpx-3 {
  height: 3px !important;
}

.hpx-4 {
  height: 4px !important;
}

.hpx-5 {
  height: 5px !important;
}

.hpx-6 {
  height: 6px !important;
}

.hpx-7 {
  height: 7px !important;
}

.hpx-8 {
  height: 8px !important;
}

.hpx-9 {
  height: 9px !important;
}

.hpx-10 {
  height: 10px !important;
}

.hpx-15 {
  height: 15px !important;
}

.hpx-20 {
  height: 20px !important;
}

.hpx-25 {
  height: 25px !important;
}

.hpx-30 {
  height: 30px !important;
}

.hpx-35 {
  height: 35px !important;
}

.hpx-40 {
  height: 40px !important;
}

.hpx-45 {
  height: 45px !important;
}

.hpx-50 {
  height: 50px !important;
}

.hpx-55 {
  height: 55px !important;
}

.hpx-60 {
  height: 60px !important;
}

.hpx-65 {
  height: 65px !important;
}

.hpx-70 {
  height: 70px !important;
}

.hpx-75 {
  height: 75px !important;
}

.hpx-80 {
  height: 80px !important;
}

.hpx-85 {
  height: 85px !important;
}

.hpx-90 {
  height: 90px !important;
}

.hpx-95 {
  height: 95px !important;
}

.hpx-100 {
  height: 100px !important;
}

.hpx-105 {
  height: 105px !important;
}

.hpx-110 {
  height: 110px !important;
}

.hpx-115 {
  height: 115px !important;
}

.hpx-120 {
  height: 120px !important;
}

.hpx-125 {
  height: 125px !important;
}

.hpx-130 {
  height: 130px !important;
}

.hpx-135 {
  height: 135px !important;
}

.hpx-140 {
  height: 140px !important;
}

.hpx-145 {
  height: 145px !important;
}

.hpx-150 {
  height: 150px !important;
}

.hpx-155 {
  height: 155px !important;
}

.hpx-160 {
  height: 160px !important;
}

.hpx-165 {
  height: 165px !important;
}

.hpx-170 {
  height: 170px !important;
}

.hpx-175 {
  height: 175px !important;
}

.hpx-180 {
  height: 180px !important;
}

.hpx-185 {
  height: 185px !important;
}

.hpx-190 {
  height: 190px !important;
}

.hpx-195 {
  height: 195px !important;
}

.hpx-200 {
  height: 200px !important;
}

.hpx-210 {
  height: 210px !important;
}

.hpx-220 {
  height: 220px !important;
}

.hpx-230 {
  height: 230px !important;
}

.hpx-240 {
  height: 240px !important;
}

.hpx-250 {
  height: 250px !important;
}

.hpx-260 {
  height: 260px !important;
}

.hpx-270 {
  height: 270px !important;
}

.hpx-280 {
  height: 280px !important;
}

.hpx-290 {
  height: 290px !important;
}

.hpx-300 {
  height: 300px !important;
}

.hpx-310 {
  height: 310px !important;
}

.hpx-320 {
  height: 320px !important;
}

.hpx-330 {
  height: 330px !important;
}

.hpx-340 {
  height: 340px !important;
}

.hpx-350 {
  height: 350px !important;
}

.hpx-360 {
  height: 360px !important;
}

.hpx-370 {
  height: 370px !important;
}

.hpx-380 {
  height: 380px !important;
}

.hpx-390 {
  height: 390px !important;
}

.hpx-400 {
  height: 400px !important;
}

.hpx-410 {
  height: 410px !important;
}

.hpx-420 {
  height: 420px !important;
}

.hpx-430 {
  height: 430px !important;
}

.hpx-440 {
  height: 440px !important;
}

.hpx-450 {
  height: 450px !important;
}

.hpx-460 {
  height: 460px !important;
}

.hpx-470 {
  height: 470px !important;
}

.hpx-480 {
  height: 480px !important;
}

.hpx-490 {
  height: 490px !important;
}

.hpx-500 {
  height: 500px !important;
}

.hpx-510 {
  height: 510px !important;
}

.hpx-520 {
  height: 520px !important;
}

.hpx-530 {
  height: 530px !important;
}

.hpx-540 {
  height: 540px !important;
}

.hpx-550 {
  height: 550px !important;
}

.hpx-560 {
  height: 560px !important;
}

.hpx-570 {
  height: 570px !important;
}

.hpx-580 {
  height: 580px !important;
}

.hpx-590 {
  height: 590px !important;
}

.hpx-600 {
  height: 600px !important;
}

.hpx-650 {
  height: 650px !important;
}

.hpx-700 {
  height: 700px !important;
}

.hpx-750 {
  height: 750px !important;
}

.hpx-800 {
  height: 800px !important;
}

.hpx-850 {
  height: 850px !important;
}

.hpx-900 {
  height: 900px !important;
}

.hpx-950 {
  height: 950px !important;
}

.hpx-1000 {
  height: 1000px !important;
}

.maxwpx-0 {
  max-width: 0 !important;
}

.maxwpx-1 {
  max-width: 1px !important;
}

.maxwpx-2 {
  max-width: 2px !important;
}

.maxwpx-3 {
  max-width: 3px !important;
}

.maxwpx-4 {
  max-width: 4px !important;
}

.maxwpx-5 {
  max-width: 5px !important;
}

.maxwpx-6 {
  max-width: 6px !important;
}

.maxwpx-7 {
  max-width: 7px !important;
}

.maxwpx-8 {
  max-width: 8px !important;
}

.maxwpx-9 {
  max-width: 9px !important;
}

.maxwpx-10 {
  max-width: 10px !important;
}

.maxwpx-15 {
  max-width: 15px !important;
}

.maxwpx-20 {
  max-width: 20px !important;
}

.maxwpx-25 {
  max-width: 25px !important;
}

.maxwpx-30 {
  max-width: 30px !important;
}

.maxwpx-35 {
  max-width: 35px !important;
}

.maxwpx-40 {
  max-width: 40px !important;
}

.maxwpx-45 {
  max-width: 45px !important;
}

.maxwpx-50 {
  max-width: 50px !important;
}

.maxwpx-55 {
  max-width: 55px !important;
}

.maxwpx-60 {
  max-width: 60px !important;
}

.maxwpx-65 {
  max-width: 65px !important;
}

.maxwpx-70 {
  max-width: 70px !important;
}

.maxwpx-75 {
  max-width: 75px !important;
}

.maxwpx-80 {
  max-width: 80px !important;
}

.maxwpx-85 {
  max-width: 85px !important;
}

.maxwpx-90 {
  max-width: 90px !important;
}

.maxwpx-95 {
  max-width: 95px !important;
}

.maxwpx-100 {
  max-width: 100px !important;
}

.maxwpx-105 {
  max-width: 105px !important;
}

.maxwpx-110 {
  max-width: 110px !important;
}

.maxwpx-115 {
  max-width: 115px !important;
}

.maxwpx-120 {
  max-width: 120px !important;
}

.maxwpx-125 {
  max-width: 125px !important;
}

.maxwpx-130 {
  max-width: 130px !important;
}

.maxwpx-135 {
  max-width: 135px !important;
}

.maxwpx-140 {
  max-width: 140px !important;
}

.maxwpx-145 {
  max-width: 145px !important;
}

.maxwpx-150 {
  max-width: 150px !important;
}

.maxwpx-155 {
  max-width: 155px !important;
}

.maxwpx-160 {
  max-width: 160px !important;
}

.maxwpx-165 {
  max-width: 165px !important;
}

.maxwpx-170 {
  max-width: 170px !important;
}

.maxwpx-175 {
  max-width: 175px !important;
}

.maxwpx-180 {
  max-width: 180px !important;
}

.maxwpx-185 {
  max-width: 185px !important;
}

.maxwpx-190 {
  max-width: 190px !important;
}

.maxwpx-195 {
  max-width: 195px !important;
}

.maxwpx-200 {
  max-width: 200px !important;
}

.maxwpx-210 {
  max-width: 210px !important;
}

.maxwpx-220 {
  max-width: 220px !important;
}

.maxwpx-230 {
  max-width: 230px !important;
}

.maxwpx-240 {
  max-width: 240px !important;
}

.maxwpx-250 {
  max-width: 250px !important;
}

.maxwpx-260 {
  max-width: 260px !important;
}

.maxwpx-270 {
  max-width: 270px !important;
}

.maxwpx-280 {
  max-width: 280px !important;
}

.maxwpx-290 {
  max-width: 290px !important;
}

.maxwpx-300 {
  max-width: 300px !important;
}

.maxwpx-310 {
  max-width: 310px !important;
}

.maxwpx-320 {
  max-width: 320px !important;
}

.maxwpx-330 {
  max-width: 330px !important;
}

.maxwpx-340 {
  max-width: 340px !important;
}

.maxwpx-350 {
  max-width: 350px !important;
}

.maxwpx-360 {
  max-width: 360px !important;
}

.maxwpx-370 {
  max-width: 370px !important;
}

.maxwpx-380 {
  max-width: 380px !important;
}

.maxwpx-390 {
  max-width: 390px !important;
}

.maxwpx-400 {
  max-width: 400px !important;
}

.maxwpx-410 {
  max-width: 410px !important;
}

.maxwpx-420 {
  max-width: 420px !important;
}

.maxwpx-430 {
  max-width: 430px !important;
}

.maxwpx-440 {
  max-width: 440px !important;
}

.maxwpx-450 {
  max-width: 450px !important;
}

.maxwpx-460 {
  max-width: 460px !important;
}

.maxwpx-470 {
  max-width: 470px !important;
}

.maxwpx-480 {
  max-width: 480px !important;
}

.maxwpx-490 {
  max-width: 490px !important;
}

.maxwpx-500 {
  max-width: 500px !important;
}

.maxwpx-510 {
  max-width: 510px !important;
}

.maxwpx-520 {
  max-width: 520px !important;
}

.maxwpx-530 {
  max-width: 530px !important;
}

.maxwpx-540 {
  max-width: 540px !important;
}

.maxwpx-550 {
  max-width: 550px !important;
}

.maxwpx-560 {
  max-width: 560px !important;
}

.maxwpx-570 {
  max-width: 570px !important;
}

.maxwpx-580 {
  max-width: 580px !important;
}

.maxwpx-590 {
  max-width: 590px !important;
}

.maxwpx-600 {
  max-width: 600px !important;
}

.maxwpx-650 {
  max-width: 650px !important;
}

.maxwpx-700 {
  max-width: 700px !important;
}

.maxwpx-750 {
  max-width: 750px !important;
}

.maxwpx-800 {
  max-width: 800px !important;
}

.maxwpx-850 {
  max-width: 850px !important;
}

.maxwpx-900 {
  max-width: 900px !important;
}

.maxwpx-950 {
  max-width: 950px !important;
}

.maxwpx-1000 {
  max-width: 1000px !important;
}

.maxhpx-0 {
  max-height: 0 !important;
}

.maxhpx-1 {
  max-height: 1px !important;
}

.maxhpx-2 {
  max-height: 2px !important;
}

.maxhpx-3 {
  max-height: 3px !important;
}

.maxhpx-4 {
  max-height: 4px !important;
}

.maxhpx-5 {
  max-height: 5px !important;
}

.maxhpx-6 {
  max-height: 6px !important;
}

.maxhpx-7 {
  max-height: 7px !important;
}

.maxhpx-8 {
  max-height: 8px !important;
}

.maxhpx-9 {
  max-height: 9px !important;
}

.maxhpx-10 {
  max-height: 10px !important;
}

.maxhpx-15 {
  max-height: 15px !important;
}

.maxhpx-20 {
  max-height: 20px !important;
}

.maxhpx-25 {
  max-height: 25px !important;
}

.maxhpx-30 {
  max-height: 30px !important;
}

.maxhpx-35 {
  max-height: 35px !important;
}

.maxhpx-40 {
  max-height: 40px !important;
}

.maxhpx-45 {
  max-height: 45px !important;
}

.maxhpx-50 {
  max-height: 50px !important;
}

.maxhpx-55 {
  max-height: 55px !important;
}

.maxhpx-60 {
  max-height: 60px !important;
}

.maxhpx-65 {
  max-height: 65px !important;
}

.maxhpx-70 {
  max-height: 70px !important;
}

.maxhpx-75 {
  max-height: 75px !important;
}

.maxhpx-80 {
  max-height: 80px !important;
}

.maxhpx-85 {
  max-height: 85px !important;
}

.maxhpx-90 {
  max-height: 90px !important;
}

.maxhpx-95 {
  max-height: 95px !important;
}

.maxhpx-100 {
  max-height: 100px !important;
}

.maxhpx-105 {
  max-height: 105px !important;
}

.maxhpx-110 {
  max-height: 110px !important;
}

.maxhpx-115 {
  max-height: 115px !important;
}

.maxhpx-120 {
  max-height: 120px !important;
}

.maxhpx-125 {
  max-height: 125px !important;
}

.maxhpx-130 {
  max-height: 130px !important;
}

.maxhpx-135 {
  max-height: 135px !important;
}

.maxhpx-140 {
  max-height: 140px !important;
}

.maxhpx-145 {
  max-height: 145px !important;
}

.maxhpx-150 {
  max-height: 150px !important;
}

.maxhpx-155 {
  max-height: 155px !important;
}

.maxhpx-160 {
  max-height: 160px !important;
}

.maxhpx-165 {
  max-height: 165px !important;
}

.maxhpx-170 {
  max-height: 170px !important;
}

.maxhpx-175 {
  max-height: 175px !important;
}

.maxhpx-180 {
  max-height: 180px !important;
}

.maxhpx-185 {
  max-height: 185px !important;
}

.maxhpx-190 {
  max-height: 190px !important;
}

.maxhpx-195 {
  max-height: 195px !important;
}

.maxhpx-200 {
  max-height: 200px !important;
}

.maxhpx-210 {
  max-height: 210px !important;
}

.maxhpx-220 {
  max-height: 220px !important;
}

.maxhpx-230 {
  max-height: 230px !important;
}

.maxhpx-240 {
  max-height: 240px !important;
}

.maxhpx-250 {
  max-height: 250px !important;
}

.maxhpx-260 {
  max-height: 260px !important;
}

.maxhpx-270 {
  max-height: 270px !important;
}

.maxhpx-280 {
  max-height: 280px !important;
}

.maxhpx-290 {
  max-height: 290px !important;
}

.maxhpx-300 {
  max-height: 300px !important;
}

.maxhpx-310 {
  max-height: 310px !important;
}

.maxhpx-320 {
  max-height: 320px !important;
}

.maxhpx-330 {
  max-height: 330px !important;
}

.maxhpx-340 {
  max-height: 340px !important;
}

.maxhpx-350 {
  max-height: 350px !important;
}

.maxhpx-360 {
  max-height: 360px !important;
}

.maxhpx-370 {
  max-height: 370px !important;
}

.maxhpx-380 {
  max-height: 380px !important;
}

.maxhpx-390 {
  max-height: 390px !important;
}

.maxhpx-400 {
  max-height: 400px !important;
}

.maxhpx-410 {
  max-height: 410px !important;
}

.maxhpx-420 {
  max-height: 420px !important;
}

.maxhpx-430 {
  max-height: 430px !important;
}

.maxhpx-440 {
  max-height: 440px !important;
}

.maxhpx-450 {
  max-height: 450px !important;
}

.maxhpx-460 {
  max-height: 460px !important;
}

.maxhpx-470 {
  max-height: 470px !important;
}

.maxhpx-480 {
  max-height: 480px !important;
}

.maxhpx-490 {
  max-height: 490px !important;
}

.maxhpx-500 {
  max-height: 500px !important;
}

.maxhpx-510 {
  max-height: 510px !important;
}

.maxhpx-520 {
  max-height: 520px !important;
}

.maxhpx-530 {
  max-height: 530px !important;
}

.maxhpx-540 {
  max-height: 540px !important;
}

.maxhpx-550 {
  max-height: 550px !important;
}

.maxhpx-560 {
  max-height: 560px !important;
}

.maxhpx-570 {
  max-height: 570px !important;
}

.maxhpx-580 {
  max-height: 580px !important;
}

.maxhpx-590 {
  max-height: 590px !important;
}

.maxhpx-600 {
  max-height: 600px !important;
}

.maxhpx-650 {
  max-height: 650px !important;
}

.maxhpx-700 {
  max-height: 700px !important;
}

.maxhpx-750 {
  max-height: 750px !important;
}

.maxhpx-800 {
  max-height: 800px !important;
}

.maxhpx-850 {
  max-height: 850px !important;
}

.maxhpx-900 {
  max-height: 900px !important;
}

.maxhpx-950 {
  max-height: 950px !important;
}

.maxhpx-1000 {
  max-height: 1000px !important;
}

.minwpx-0 {
  min-width: 0 !important;
}

.minwpx-1 {
  min-width: 1px !important;
}

.minwpx-2 {
  min-width: 2px !important;
}

.minwpx-3 {
  min-width: 3px !important;
}

.minwpx-4 {
  min-width: 4px !important;
}

.minwpx-5 {
  min-width: 5px !important;
}

.minwpx-6 {
  min-width: 6px !important;
}

.minwpx-7 {
  min-width: 7px !important;
}

.minwpx-8 {
  min-width: 8px !important;
}

.minwpx-9 {
  min-width: 9px !important;
}

.minwpx-10 {
  min-width: 10px !important;
}

.minwpx-15 {
  min-width: 15px !important;
}

.minwpx-20 {
  min-width: 20px !important;
}

.minwpx-25 {
  min-width: 25px !important;
}

.minwpx-30 {
  min-width: 30px !important;
}

.minwpx-35 {
  min-width: 35px !important;
}

.minwpx-40 {
  min-width: 40px !important;
}

.minwpx-45 {
  min-width: 45px !important;
}

.minwpx-50 {
  min-width: 50px !important;
}

.minwpx-55 {
  min-width: 55px !important;
}

.minwpx-60 {
  min-width: 60px !important;
}

.minwpx-65 {
  min-width: 65px !important;
}

.minwpx-70 {
  min-width: 70px !important;
}

.minwpx-75 {
  min-width: 75px !important;
}

.minwpx-80 {
  min-width: 80px !important;
}

.minwpx-85 {
  min-width: 85px !important;
}

.minwpx-90 {
  min-width: 90px !important;
}

.minwpx-95 {
  min-width: 95px !important;
}

.minwpx-100 {
  min-width: 100px !important;
}

.minwpx-105 {
  min-width: 105px !important;
}

.minwpx-110 {
  min-width: 110px !important;
}

.minwpx-115 {
  min-width: 115px !important;
}

.minwpx-120 {
  min-width: 120px !important;
}

.minwpx-125 {
  min-width: 125px !important;
}

.minwpx-130 {
  min-width: 130px !important;
}

.minwpx-135 {
  min-width: 135px !important;
}

.minwpx-140 {
  min-width: 140px !important;
}

.minwpx-145 {
  min-width: 145px !important;
}

.minwpx-150 {
  min-width: 150px !important;
}

.minwpx-155 {
  min-width: 155px !important;
}

.minwpx-160 {
  min-width: 160px !important;
}

.minwpx-165 {
  min-width: 165px !important;
}

.minwpx-170 {
  min-width: 170px !important;
}

.minwpx-175 {
  min-width: 175px !important;
}

.minwpx-180 {
  min-width: 180px !important;
}

.minwpx-185 {
  min-width: 185px !important;
}

.minwpx-190 {
  min-width: 190px !important;
}

.minwpx-195 {
  min-width: 195px !important;
}

.minwpx-200 {
  min-width: 200px !important;
}

.minwpx-210 {
  min-width: 210px !important;
}

.minwpx-220 {
  min-width: 220px !important;
}

.minwpx-230 {
  min-width: 230px !important;
}

.minwpx-240 {
  min-width: 240px !important;
}

.minwpx-250 {
  min-width: 250px !important;
}

.minwpx-260 {
  min-width: 260px !important;
}

.minwpx-270 {
  min-width: 270px !important;
}

.minwpx-280 {
  min-width: 280px !important;
}

.minwpx-290 {
  min-width: 290px !important;
}

.minwpx-300 {
  min-width: 300px !important;
}

.minwpx-310 {
  min-width: 310px !important;
}

.minwpx-320 {
  min-width: 320px !important;
}

.minwpx-330 {
  min-width: 330px !important;
}

.minwpx-340 {
  min-width: 340px !important;
}

.minwpx-350 {
  min-width: 350px !important;
}

.minwpx-360 {
  min-width: 360px !important;
}

.minwpx-370 {
  min-width: 370px !important;
}

.minwpx-380 {
  min-width: 380px !important;
}

.minwpx-390 {
  min-width: 390px !important;
}

.minwpx-400 {
  min-width: 400px !important;
}

.minwpx-410 {
  min-width: 410px !important;
}

.minwpx-420 {
  min-width: 420px !important;
}

.minwpx-430 {
  min-width: 430px !important;
}

.minwpx-440 {
  min-width: 440px !important;
}

.minwpx-450 {
  min-width: 450px !important;
}

.minwpx-460 {
  min-width: 460px !important;
}

.minwpx-470 {
  min-width: 470px !important;
}

.minwpx-480 {
  min-width: 480px !important;
}

.minwpx-490 {
  min-width: 490px !important;
}

.minwpx-500 {
  min-width: 500px !important;
}

.minwpx-510 {
  min-width: 510px !important;
}

.minwpx-520 {
  min-width: 520px !important;
}

.minwpx-530 {
  min-width: 530px !important;
}

.minwpx-540 {
  min-width: 540px !important;
}

.minwpx-550 {
  min-width: 550px !important;
}

.minwpx-560 {
  min-width: 560px !important;
}

.minwpx-570 {
  min-width: 570px !important;
}

.minwpx-580 {
  min-width: 580px !important;
}

.minwpx-590 {
  min-width: 590px !important;
}

.minwpx-600 {
  min-width: 600px !important;
}

.minwpx-650 {
  min-width: 650px !important;
}

.minwpx-700 {
  min-width: 700px !important;
}

.minwpx-750 {
  min-width: 750px !important;
}

.minwpx-800 {
  min-width: 800px !important;
}

.minwpx-850 {
  min-width: 850px !important;
}

.minwpx-900 {
  min-width: 900px !important;
}

.minwpx-950 {
  min-width: 950px !important;
}

.minwpx-1000 {
  min-width: 1000px !important;
}

.minhpx-0 {
  min-height: 0 !important;
}

.minhpx-1 {
  min-height: 1px !important;
}

.minhpx-2 {
  min-height: 2px !important;
}

.minhpx-3 {
  min-height: 3px !important;
}

.minhpx-4 {
  min-height: 4px !important;
}

.minhpx-5 {
  min-height: 5px !important;
}

.minhpx-6 {
  min-height: 6px !important;
}

.minhpx-7 {
  min-height: 7px !important;
}

.minhpx-8 {
  min-height: 8px !important;
}

.minhpx-9 {
  min-height: 9px !important;
}

.minhpx-10 {
  min-height: 10px !important;
}

.minhpx-15 {
  min-height: 15px !important;
}

.minhpx-20 {
  min-height: 20px !important;
}

.minhpx-25 {
  min-height: 25px !important;
}

.minhpx-30 {
  min-height: 30px !important;
}

.minhpx-35 {
  min-height: 35px !important;
}

.minhpx-40 {
  min-height: 40px !important;
}

.minhpx-45 {
  min-height: 45px !important;
}

.minhpx-50 {
  min-height: 50px !important;
}

.minhpx-55 {
  min-height: 55px !important;
}

.minhpx-60 {
  min-height: 60px !important;
}

.minhpx-65 {
  min-height: 65px !important;
}

.minhpx-70 {
  min-height: 70px !important;
}

.minhpx-75 {
  min-height: 75px !important;
}

.minhpx-80 {
  min-height: 80px !important;
}

.minhpx-85 {
  min-height: 85px !important;
}

.minhpx-90 {
  min-height: 90px !important;
}

.minhpx-95 {
  min-height: 95px !important;
}

.minhpx-100 {
  min-height: 100px !important;
}

.minhpx-105 {
  min-height: 105px !important;
}

.minhpx-110 {
  min-height: 110px !important;
}

.minhpx-115 {
  min-height: 115px !important;
}

.minhpx-120 {
  min-height: 120px !important;
}

.minhpx-125 {
  min-height: 125px !important;
}

.minhpx-130 {
  min-height: 130px !important;
}

.minhpx-135 {
  min-height: 135px !important;
}

.minhpx-140 {
  min-height: 140px !important;
}

.minhpx-145 {
  min-height: 145px !important;
}

.minhpx-150 {
  min-height: 150px !important;
}

.minhpx-155 {
  min-height: 155px !important;
}

.minhpx-160 {
  min-height: 160px !important;
}

.minhpx-165 {
  min-height: 165px !important;
}

.minhpx-170 {
  min-height: 170px !important;
}

.minhpx-175 {
  min-height: 175px !important;
}

.minhpx-180 {
  min-height: 180px !important;
}

.minhpx-185 {
  min-height: 185px !important;
}

.minhpx-190 {
  min-height: 190px !important;
}

.minhpx-195 {
  min-height: 195px !important;
}

.minhpx-200 {
  min-height: 200px !important;
}

.minhpx-210 {
  min-height: 210px !important;
}

.minhpx-220 {
  min-height: 220px !important;
}

.minhpx-230 {
  min-height: 230px !important;
}

.minhpx-240 {
  min-height: 240px !important;
}

.minhpx-250 {
  min-height: 250px !important;
}

.minhpx-260 {
  min-height: 260px !important;
}

.minhpx-270 {
  min-height: 270px !important;
}

.minhpx-280 {
  min-height: 280px !important;
}

.minhpx-290 {
  min-height: 290px !important;
}

.minhpx-300 {
  min-height: 300px !important;
}

.minhpx-310 {
  min-height: 310px !important;
}

.minhpx-320 {
  min-height: 320px !important;
}

.minhpx-330 {
  min-height: 330px !important;
}

.minhpx-340 {
  min-height: 340px !important;
}

.minhpx-350 {
  min-height: 350px !important;
}

.minhpx-360 {
  min-height: 360px !important;
}

.minhpx-370 {
  min-height: 370px !important;
}

.minhpx-380 {
  min-height: 380px !important;
}

.minhpx-390 {
  min-height: 390px !important;
}

.minhpx-400 {
  min-height: 400px !important;
}

.minhpx-410 {
  min-height: 410px !important;
}

.minhpx-420 {
  min-height: 420px !important;
}

.minhpx-430 {
  min-height: 430px !important;
}

.minhpx-440 {
  min-height: 440px !important;
}

.minhpx-450 {
  min-height: 450px !important;
}

.minhpx-460 {
  min-height: 460px !important;
}

.minhpx-470 {
  min-height: 470px !important;
}

.minhpx-480 {
  min-height: 480px !important;
}

.minhpx-490 {
  min-height: 490px !important;
}

.minhpx-500 {
  min-height: 500px !important;
}

.minhpx-510 {
  min-height: 510px !important;
}

.minhpx-520 {
  min-height: 520px !important;
}

.minhpx-530 {
  min-height: 530px !important;
}

.minhpx-540 {
  min-height: 540px !important;
}

.minhpx-550 {
  min-height: 550px !important;
}

.minhpx-560 {
  min-height: 560px !important;
}

.minhpx-570 {
  min-height: 570px !important;
}

.minhpx-580 {
  min-height: 580px !important;
}

.minhpx-590 {
  min-height: 590px !important;
}

.minhpx-600 {
  min-height: 600px !important;
}

.minhpx-650 {
  min-height: 650px !important;
}

.minhpx-700 {
  min-height: 700px !important;
}

.minhpx-750 {
  min-height: 750px !important;
}

.minhpx-800 {
  min-height: 800px !important;
}

.minhpx-850 {
  min-height: 850px !important;
}

.minhpx-900 {
  min-height: 900px !important;
}

.minhpx-950 {
  min-height: 950px !important;
}

.minhpx-1000 {
  min-height: 1000px !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.9rem !important;
}

.fs-9 {
  font-size: 0.85rem !important;
}

.fs-10 {
  font-size: 0.8rem !important;
}

.bwidth-0 {
  border-width: 0 !important;
}

.bwidth-1 {
  border-width: 1px !important;
}

.bwidth-2 {
  border-width: 2px !important;
}

.bwidth-3 {
  border-width: 3px !important;
}

.bwidth-4 {
  border-width: 4px !important;
}

.bwidth-5 {
  border-width: 5px !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.375rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 0.5rem !important;
}

.rounded-5 {
  border-radius: 0.8rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.top-0 {
  top: 0 !important;
}

.top-5 {
  top: 5% !important;
}

.top-10 {
  top: 10% !important;
}

.top-15 {
  top: 15% !important;
}

.top-20 {
  top: 20% !important;
}

.top-25 {
  top: 25% !important;
}

.top-30 {
  top: 30% !important;
}

.top-35 {
  top: 35% !important;
}

.top-40 {
  top: 40% !important;
}

.top-45 {
  top: 45% !important;
}

.top-50 {
  top: 50% !important;
}

.top-55 {
  top: 55% !important;
}

.top-60 {
  top: 60% !important;
}

.top-65 {
  top: 65% !important;
}

.top-70 {
  top: 70% !important;
}

.top-75 {
  top: 75% !important;
}

.top-80 {
  top: 80% !important;
}

.top-85 {
  top: 85% !important;
}

.top-90 {
  top: 90% !important;
}

.top-95 {
  top: 95% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-5 {
  bottom: 5% !important;
}

.bottom-10 {
  bottom: 10% !important;
}

.bottom-15 {
  bottom: 15% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.bottom-35 {
  bottom: 35% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.bottom-45 {
  bottom: 45% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-55 {
  bottom: 55% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.bottom-65 {
  bottom: 65% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.bottom-85 {
  bottom: 85% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.bottom-95 {
  bottom: 95% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-5 {
  left: 5% !important;
}

.start-10 {
  left: 10% !important;
}

.start-15 {
  left: 15% !important;
}

.start-20 {
  left: 20% !important;
}

.start-25 {
  left: 25% !important;
}

.start-30 {
  left: 30% !important;
}

.start-35 {
  left: 35% !important;
}

.start-40 {
  left: 40% !important;
}

.start-45 {
  left: 45% !important;
}

.start-50 {
  left: 50% !important;
}

.start-55 {
  left: 55% !important;
}

.start-60 {
  left: 60% !important;
}

.start-65 {
  left: 65% !important;
}

.start-70 {
  left: 70% !important;
}

.start-75 {
  left: 75% !important;
}

.start-80 {
  left: 80% !important;
}

.start-85 {
  left: 85% !important;
}

.start-90 {
  left: 90% !important;
}

.start-95 {
  left: 95% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-5 {
  right: 5% !important;
}

.end-10 {
  right: 10% !important;
}

.end-15 {
  right: 15% !important;
}

.end-20 {
  right: 20% !important;
}

.end-25 {
  right: 25% !important;
}

.end-30 {
  right: 30% !important;
}

.end-35 {
  right: 35% !important;
}

.end-40 {
  right: 40% !important;
}

.end-45 {
  right: 45% !important;
}

.end-50 {
  right: 50% !important;
}

.end-55 {
  right: 55% !important;
}

.end-60 {
  right: 60% !important;
}

.end-65 {
  right: 65% !important;
}

.end-70 {
  right: 70% !important;
}

.end-75 {
  right: 75% !important;
}

.end-80 {
  right: 80% !important;
}

.end-85 {
  right: 85% !important;
}

.end-90 {
  right: 90% !important;
}

.end-95 {
  right: 95% !important;
}

.end-100 {
  right: 100% !important;
}

.top-n5 {
  top: -5% !important;
}

.top-n10 {
  top: -10% !important;
}

.top-n15 {
  top: -15% !important;
}

.top-n20 {
  top: -20% !important;
}

.top-n25 {
  top: -25% !important;
}

.top-n30 {
  top: -30% !important;
}

.top-n35 {
  top: -35% !important;
}

.top-n40 {
  top: -40% !important;
}

.top-n45 {
  top: -45% !important;
}

.top-n50 {
  top: -50% !important;
}

.top-n55 {
  top: -55% !important;
}

.top-n60 {
  top: -60% !important;
}

.top-n65 {
  top: -65% !important;
}

.top-n70 {
  top: -70% !important;
}

.top-n75 {
  top: -75% !important;
}

.top-n80 {
  top: -80% !important;
}

.top-n85 {
  top: -85% !important;
}

.top-n90 {
  top: -90% !important;
}

.top-n95 {
  top: -95% !important;
}

.top-n100 {
  top: -100% !important;
}

.bottom-n5 {
  bottom: -5% !important;
}

.bottom-n10 {
  bottom: -10% !important;
}

.bottom-n15 {
  bottom: -15% !important;
}

.bottom-n20 {
  bottom: -20% !important;
}

.bottom-n25 {
  bottom: -25% !important;
}

.bottom-n30 {
  bottom: -30% !important;
}

.bottom-n35 {
  bottom: -35% !important;
}

.bottom-n40 {
  bottom: -40% !important;
}

.bottom-n45 {
  bottom: -45% !important;
}

.bottom-n50 {
  bottom: -50% !important;
}

.bottom-n55 {
  bottom: -55% !important;
}

.bottom-n60 {
  bottom: -60% !important;
}

.bottom-n65 {
  bottom: -65% !important;
}

.bottom-n70 {
  bottom: -70% !important;
}

.bottom-n75 {
  bottom: -75% !important;
}

.bottom-n80 {
  bottom: -80% !important;
}

.bottom-n85 {
  bottom: -85% !important;
}

.bottom-n90 {
  bottom: -90% !important;
}

.bottom-n95 {
  bottom: -95% !important;
}

.bottom-n100 {
  bottom: -100% !important;
}

.start-n5 {
  left: -5% !important;
}

.start-n10 {
  left: -10% !important;
}

.start-n15 {
  left: -15% !important;
}

.start-n20 {
  left: -20% !important;
}

.start-n25 {
  left: -25% !important;
}

.start-n30 {
  left: -30% !important;
}

.start-n35 {
  left: -35% !important;
}

.start-n40 {
  left: -40% !important;
}

.start-n45 {
  left: -45% !important;
}

.start-n50 {
  left: -50% !important;
}

.start-n55 {
  left: -55% !important;
}

.start-n60 {
  left: -60% !important;
}

.start-n65 {
  left: -65% !important;
}

.start-n70 {
  left: -70% !important;
}

.start-n75 {
  left: -75% !important;
}

.start-n80 {
  left: -80% !important;
}

.start-n85 {
  left: -85% !important;
}

.start-n90 {
  left: -90% !important;
}

.start-n95 {
  left: -95% !important;
}

.start-n100 {
  left: -100% !important;
}

.end-n5 {
  right: -5% !important;
}

.end-n10 {
  right: -10% !important;
}

.end-n15 {
  right: -15% !important;
}

.end-n20 {
  right: -20% !important;
}

.end-n25 {
  right: -25% !important;
}

.end-n30 {
  right: -30% !important;
}

.end-n35 {
  right: -35% !important;
}

.end-n40 {
  right: -40% !important;
}

.end-n45 {
  right: -45% !important;
}

.end-n50 {
  right: -50% !important;
}

.end-n55 {
  right: -55% !important;
}

.end-n60 {
  right: -60% !important;
}

.end-n65 {
  right: -65% !important;
}

.end-n70 {
  right: -70% !important;
}

.end-n75 {
  right: -75% !important;
}

.end-n80 {
  right: -80% !important;
}

.end-n85 {
  right: -85% !important;
}

.end-n90 {
  right: -90% !important;
}

.end-n95 {
  right: -95% !important;
}

.end-n100 {
  right: -100% !important;
}

.mtpx-0 {
  margin-top: 0 !important;
}

.mtpx-1 {
  margin-top: 1px !important;
}

.mtpx-2 {
  margin-top: 2px !important;
}

.mtpx-3 {
  margin-top: 3px !important;
}

.mtpx-4 {
  margin-top: 4px !important;
}

.mtpx-5 {
  margin-top: 5px !important;
}

.mtpx-6 {
  margin-top: 6px !important;
}

.mtpx-7 {
  margin-top: 7px !important;
}

.mtpx-8 {
  margin-top: 8px !important;
}

.mtpx-9 {
  margin-top: 9px !important;
}

.mtpx-10 {
  margin-top: 10px !important;
}

.mtpx-11 {
  margin-top: 11px !important;
}

.mtpx-12 {
  margin-top: 12px !important;
}

.mtpx-13 {
  margin-top: 13px !important;
}

.mtpx-14 {
  margin-top: 14px !important;
}

.mtpx-15 {
  margin-top: 15px !important;
}

.mtpx-16 {
  margin-top: 16px !important;
}

.mtpx-17 {
  margin-top: 17px !important;
}

.mtpx-18 {
  margin-top: 18px !important;
}

.mtpx-19 {
  margin-top: 19px !important;
}

.mtpx-20 {
  margin-top: 20px !important;
}

.mtpx-21 {
  margin-top: 21px !important;
}

.mtpx-22 {
  margin-top: 22px !important;
}

.mtpx-23 {
  margin-top: 23px !important;
}

.mtpx-24 {
  margin-top: 24px !important;
}

.mtpx-25 {
  margin-top: 25px !important;
}

.mtpx-26 {
  margin-top: 26px !important;
}

.mtpx-27 {
  margin-top: 27px !important;
}

.mtpx-28 {
  margin-top: 28px !important;
}

.mtpx-29 {
  margin-top: 29px !important;
}

.mtpx-30 {
  margin-top: 30px !important;
}

.mtpx-35 {
  margin-top: 35px !important;
}

.mtpx-40 {
  margin-top: 40px !important;
}

.mtpx-45 {
  margin-top: 45px !important;
}

.mtpx-50 {
  margin-top: 50px !important;
}

.mtpx-55 {
  margin-top: 55px !important;
}

.mtpx-60 {
  margin-top: 60px !important;
}

.mtpx-65 {
  margin-top: 65px !important;
}

.mtpx-70 {
  margin-top: 70px !important;
}

.mtpx-75 {
  margin-top: 75px !important;
}

.mtpx-80 {
  margin-top: 80px !important;
}

.mtpx-85 {
  margin-top: 85px !important;
}

.mtpx-90 {
  margin-top: 90px !important;
}

.mtpx-95 {
  margin-top: 95px !important;
}

.mtpx-100 {
  margin-top: 100px !important;
}

.mtpx-105 {
  margin-top: 105px !important;
}

.mtpx-110 {
  margin-top: 110px !important;
}

.mtpx-115 {
  margin-top: 115px !important;
}

.mtpx-120 {
  margin-top: 120px !important;
}

.mtpx-125 {
  margin-top: 125px !important;
}

.mtpx-130 {
  margin-top: 130px !important;
}

.mtpx-140 {
  margin-top: 140px !important;
}

.mtpx-145 {
  margin-top: 145px !important;
}

.mtpx-150 {
  margin-top: 150px !important;
}

.mbpx-0 {
  margin-bottom: 0 !important;
}

.mbpx-1 {
  margin-bottom: 1px !important;
}

.mbpx-2 {
  margin-bottom: 2px !important;
}

.mbpx-3 {
  margin-bottom: 3px !important;
}

.mbpx-4 {
  margin-bottom: 4px !important;
}

.mbpx-5 {
  margin-bottom: 5px !important;
}

.mbpx-6 {
  margin-bottom: 6px !important;
}

.mbpx-7 {
  margin-bottom: 7px !important;
}

.mbpx-8 {
  margin-bottom: 8px !important;
}

.mbpx-9 {
  margin-bottom: 9px !important;
}

.mbpx-10 {
  margin-bottom: 10px !important;
}

.mbpx-11 {
  margin-bottom: 11px !important;
}

.mbpx-12 {
  margin-bottom: 12px !important;
}

.mbpx-13 {
  margin-bottom: 13px !important;
}

.mbpx-14 {
  margin-bottom: 14px !important;
}

.mbpx-15 {
  margin-bottom: 15px !important;
}

.mbpx-16 {
  margin-bottom: 16px !important;
}

.mbpx-17 {
  margin-bottom: 17px !important;
}

.mbpx-18 {
  margin-bottom: 18px !important;
}

.mbpx-19 {
  margin-bottom: 19px !important;
}

.mbpx-20 {
  margin-bottom: 20px !important;
}

.mbpx-21 {
  margin-bottom: 21px !important;
}

.mbpx-22 {
  margin-bottom: 22px !important;
}

.mbpx-23 {
  margin-bottom: 23px !important;
}

.mbpx-24 {
  margin-bottom: 24px !important;
}

.mbpx-25 {
  margin-bottom: 25px !important;
}

.mbpx-26 {
  margin-bottom: 26px !important;
}

.mbpx-27 {
  margin-bottom: 27px !important;
}

.mbpx-28 {
  margin-bottom: 28px !important;
}

.mbpx-29 {
  margin-bottom: 29px !important;
}

.mbpx-30 {
  margin-bottom: 30px !important;
}

.mbpx-35 {
  margin-bottom: 35px !important;
}

.mbpx-40 {
  margin-bottom: 40px !important;
}

.mbpx-45 {
  margin-bottom: 45px !important;
}

.mbpx-50 {
  margin-bottom: 50px !important;
}

.mbpx-55 {
  margin-bottom: 55px !important;
}

.mbpx-60 {
  margin-bottom: 60px !important;
}

.mbpx-65 {
  margin-bottom: 65px !important;
}

.mbpx-70 {
  margin-bottom: 70px !important;
}

.mbpx-75 {
  margin-bottom: 75px !important;
}

.mbpx-80 {
  margin-bottom: 80px !important;
}

.mbpx-85 {
  margin-bottom: 85px !important;
}

.mbpx-90 {
  margin-bottom: 90px !important;
}

.mbpx-95 {
  margin-bottom: 95px !important;
}

.mbpx-100 {
  margin-bottom: 100px !important;
}

.mbpx-105 {
  margin-bottom: 105px !important;
}

.mbpx-110 {
  margin-bottom: 110px !important;
}

.mbpx-115 {
  margin-bottom: 115px !important;
}

.mbpx-120 {
  margin-bottom: 120px !important;
}

.mbpx-125 {
  margin-bottom: 125px !important;
}

.mbpx-130 {
  margin-bottom: 130px !important;
}

.mbpx-140 {
  margin-bottom: 140px !important;
}

.mbpx-145 {
  margin-bottom: 145px !important;
}

.mbpx-150 {
  margin-bottom: 150px !important;
}

.mspx-0 {
  margin-left: 0 !important;
}

.mspx-1 {
  margin-left: 1px !important;
}

.mspx-2 {
  margin-left: 2px !important;
}

.mspx-3 {
  margin-left: 3px !important;
}

.mspx-4 {
  margin-left: 4px !important;
}

.mspx-5 {
  margin-left: 5px !important;
}

.mspx-6 {
  margin-left: 6px !important;
}

.mspx-7 {
  margin-left: 7px !important;
}

.mspx-8 {
  margin-left: 8px !important;
}

.mspx-9 {
  margin-left: 9px !important;
}

.mspx-10 {
  margin-left: 10px !important;
}

.mspx-11 {
  margin-left: 11px !important;
}

.mspx-12 {
  margin-left: 12px !important;
}

.mspx-13 {
  margin-left: 13px !important;
}

.mspx-14 {
  margin-left: 14px !important;
}

.mspx-15 {
  margin-left: 15px !important;
}

.mspx-16 {
  margin-left: 16px !important;
}

.mspx-17 {
  margin-left: 17px !important;
}

.mspx-18 {
  margin-left: 18px !important;
}

.mspx-19 {
  margin-left: 19px !important;
}

.mspx-20 {
  margin-left: 20px !important;
}

.mspx-21 {
  margin-left: 21px !important;
}

.mspx-22 {
  margin-left: 22px !important;
}

.mspx-23 {
  margin-left: 23px !important;
}

.mspx-24 {
  margin-left: 24px !important;
}

.mspx-25 {
  margin-left: 25px !important;
}

.mspx-26 {
  margin-left: 26px !important;
}

.mspx-27 {
  margin-left: 27px !important;
}

.mspx-28 {
  margin-left: 28px !important;
}

.mspx-29 {
  margin-left: 29px !important;
}

.mspx-30 {
  margin-left: 30px !important;
}

.mspx-35 {
  margin-left: 35px !important;
}

.mspx-40 {
  margin-left: 40px !important;
}

.mspx-45 {
  margin-left: 45px !important;
}

.mspx-50 {
  margin-left: 50px !important;
}

.mspx-55 {
  margin-left: 55px !important;
}

.mspx-60 {
  margin-left: 60px !important;
}

.mspx-65 {
  margin-left: 65px !important;
}

.mspx-70 {
  margin-left: 70px !important;
}

.mspx-75 {
  margin-left: 75px !important;
}

.mspx-80 {
  margin-left: 80px !important;
}

.mspx-85 {
  margin-left: 85px !important;
}

.mspx-90 {
  margin-left: 90px !important;
}

.mspx-95 {
  margin-left: 95px !important;
}

.mspx-100 {
  margin-left: 100px !important;
}

.mspx-105 {
  margin-left: 105px !important;
}

.mspx-110 {
  margin-left: 110px !important;
}

.mspx-115 {
  margin-left: 115px !important;
}

.mspx-120 {
  margin-left: 120px !important;
}

.mspx-125 {
  margin-left: 125px !important;
}

.mspx-130 {
  margin-left: 130px !important;
}

.mspx-140 {
  margin-left: 140px !important;
}

.mspx-145 {
  margin-left: 145px !important;
}

.mspx-150 {
  margin-left: 150px !important;
}

.mepx-0 {
  margin-right: 0 !important;
}

.mepx-1 {
  margin-right: 1px !important;
}

.mepx-2 {
  margin-right: 2px !important;
}

.mepx-3 {
  margin-right: 3px !important;
}

.mepx-4 {
  margin-right: 4px !important;
}

.mepx-5 {
  margin-right: 5px !important;
}

.mepx-6 {
  margin-right: 6px !important;
}

.mepx-7 {
  margin-right: 7px !important;
}

.mepx-8 {
  margin-right: 8px !important;
}

.mepx-9 {
  margin-right: 9px !important;
}

.mepx-10 {
  margin-right: 10px !important;
}

.mepx-11 {
  margin-right: 11px !important;
}

.mepx-12 {
  margin-right: 12px !important;
}

.mepx-13 {
  margin-right: 13px !important;
}

.mepx-14 {
  margin-right: 14px !important;
}

.mepx-15 {
  margin-right: 15px !important;
}

.mepx-16 {
  margin-right: 16px !important;
}

.mepx-17 {
  margin-right: 17px !important;
}

.mepx-18 {
  margin-right: 18px !important;
}

.mepx-19 {
  margin-right: 19px !important;
}

.mepx-20 {
  margin-right: 20px !important;
}

.mepx-21 {
  margin-right: 21px !important;
}

.mepx-22 {
  margin-right: 22px !important;
}

.mepx-23 {
  margin-right: 23px !important;
}

.mepx-24 {
  margin-right: 24px !important;
}

.mepx-25 {
  margin-right: 25px !important;
}

.mepx-26 {
  margin-right: 26px !important;
}

.mepx-27 {
  margin-right: 27px !important;
}

.mepx-28 {
  margin-right: 28px !important;
}

.mepx-29 {
  margin-right: 29px !important;
}

.mepx-30 {
  margin-right: 30px !important;
}

.mepx-35 {
  margin-right: 35px !important;
}

.mepx-40 {
  margin-right: 40px !important;
}

.mepx-45 {
  margin-right: 45px !important;
}

.mepx-50 {
  margin-right: 50px !important;
}

.mepx-55 {
  margin-right: 55px !important;
}

.mepx-60 {
  margin-right: 60px !important;
}

.mepx-65 {
  margin-right: 65px !important;
}

.mepx-70 {
  margin-right: 70px !important;
}

.mepx-75 {
  margin-right: 75px !important;
}

.mepx-80 {
  margin-right: 80px !important;
}

.mepx-85 {
  margin-right: 85px !important;
}

.mepx-90 {
  margin-right: 90px !important;
}

.mepx-95 {
  margin-right: 95px !important;
}

.mepx-100 {
  margin-right: 100px !important;
}

.mepx-105 {
  margin-right: 105px !important;
}

.mepx-110 {
  margin-right: 110px !important;
}

.mepx-115 {
  margin-right: 115px !important;
}

.mepx-120 {
  margin-right: 120px !important;
}

.mepx-125 {
  margin-right: 125px !important;
}

.mepx-130 {
  margin-right: 130px !important;
}

.mepx-140 {
  margin-right: 140px !important;
}

.mepx-145 {
  margin-right: 145px !important;
}

.mepx-150 {
  margin-right: 150px !important;
}

.mtpx-n0 {
  margin-top: 0 !important;
}

.mtpx-n1 {
  margin-top: -1px !important;
}

.mtpx-n2 {
  margin-top: -2px !important;
}

.mtpx-n3 {
  margin-top: -3px !important;
}

.mtpx-n4 {
  margin-top: -4px !important;
}

.mtpx-n5 {
  margin-top: -5px !important;
}

.mtpx-n6 {
  margin-top: -6px !important;
}

.mtpx-n7 {
  margin-top: -7px !important;
}

.mtpx-n8 {
  margin-top: -8px !important;
}

.mtpx-n9 {
  margin-top: -9px !important;
}

.mtpx-n10 {
  margin-top: -10px !important;
}

.mtpx-n11 {
  margin-top: -11px !important;
}

.mtpx-n12 {
  margin-top: -12px !important;
}

.mtpx-n13 {
  margin-top: -13px !important;
}

.mtpx-n14 {
  margin-top: -14px !important;
}

.mtpx-n15 {
  margin-top: -15px !important;
}

.mtpx-n16 {
  margin-top: -16px !important;
}

.mtpx-n17 {
  margin-top: -17px !important;
}

.mtpx-n18 {
  margin-top: -18px !important;
}

.mtpx-n19 {
  margin-top: -19px !important;
}

.mtpx-n20 {
  margin-top: -20px !important;
}

.mtpx-n21 {
  margin-top: -21px !important;
}

.mtpx-n22 {
  margin-top: -22px !important;
}

.mtpx-n23 {
  margin-top: -23px !important;
}

.mtpx-n24 {
  margin-top: -24px !important;
}

.mtpx-n25 {
  margin-top: -25px !important;
}

.mtpx-n26 {
  margin-top: -26px !important;
}

.mtpx-n27 {
  margin-top: -27px !important;
}

.mtpx-n28 {
  margin-top: -28px !important;
}

.mtpx-n29 {
  margin-top: -29px !important;
}

.mtpx-n30 {
  margin-top: -30px !important;
}

.mtpx-n35 {
  margin-top: -35px !important;
}

.mtpx-n40 {
  margin-top: -40px !important;
}

.mtpx-n45 {
  margin-top: -45px !important;
}

.mtpx-n50 {
  margin-top: -50px !important;
}

.mtpx-n55 {
  margin-top: -55px !important;
}

.mtpx-n60 {
  margin-top: -60px !important;
}

.mtpx-n65 {
  margin-top: -65px !important;
}

.mtpx-n70 {
  margin-top: -70px !important;
}

.mtpx-n75 {
  margin-top: -75px !important;
}

.mtpx-n80 {
  margin-top: -80px !important;
}

.mtpx-n85 {
  margin-top: -85px !important;
}

.mtpx-n90 {
  margin-top: -90px !important;
}

.mtpx-n95 {
  margin-top: -95px !important;
}

.mtpx-n100 {
  margin-top: -100px !important;
}

.mtpx-n105 {
  margin-top: -105px !important;
}

.mtpx-n110 {
  margin-top: -110px !important;
}

.mtpx-n115 {
  margin-top: -115px !important;
}

.mtpx-n120 {
  margin-top: -120px !important;
}

.mtpx-n125 {
  margin-top: -125px !important;
}

.mtpx-n130 {
  margin-top: -130px !important;
}

.mtpx-n135 {
  margin-top: -135px !important;
}

.mtpx-n140 {
  margin-top: -140px !important;
}

.mtpx-n145 {
  margin-top: -145px !important;
}

.mtpx-n150 {
  margin-top: -150px !important;
}

.mbpx-n0 {
  margin-bottom: 0 !important;
}

.mbpx-n1 {
  margin-bottom: -1px !important;
}

.mbpx-n2 {
  margin-bottom: -2px !important;
}

.mbpx-n3 {
  margin-bottom: -3px !important;
}

.mbpx-n4 {
  margin-bottom: -4px !important;
}

.mbpx-n5 {
  margin-bottom: -5px !important;
}

.mbpx-n6 {
  margin-bottom: -6px !important;
}

.mbpx-n7 {
  margin-bottom: -7px !important;
}

.mbpx-n8 {
  margin-bottom: -8px !important;
}

.mbpx-n9 {
  margin-bottom: -9px !important;
}

.mbpx-n10 {
  margin-bottom: -10px !important;
}

.mbpx-n11 {
  margin-bottom: -11px !important;
}

.mbpx-n12 {
  margin-bottom: -12px !important;
}

.mbpx-n13 {
  margin-bottom: -13px !important;
}

.mbpx-n14 {
  margin-bottom: -14px !important;
}

.mbpx-n15 {
  margin-bottom: -15px !important;
}

.mbpx-n16 {
  margin-bottom: -16px !important;
}

.mbpx-n17 {
  margin-bottom: -17px !important;
}

.mbpx-n18 {
  margin-bottom: -18px !important;
}

.mbpx-n19 {
  margin-bottom: -19px !important;
}

.mbpx-n20 {
  margin-bottom: -20px !important;
}

.mbpx-n21 {
  margin-bottom: -21px !important;
}

.mbpx-n22 {
  margin-bottom: -22px !important;
}

.mbpx-n23 {
  margin-bottom: -23px !important;
}

.mbpx-n24 {
  margin-bottom: -24px !important;
}

.mbpx-n25 {
  margin-bottom: -25px !important;
}

.mbpx-n26 {
  margin-bottom: -26px !important;
}

.mbpx-n27 {
  margin-bottom: -27px !important;
}

.mbpx-n28 {
  margin-bottom: -28px !important;
}

.mbpx-n29 {
  margin-bottom: -29px !important;
}

.mbpx-n30 {
  margin-bottom: -30px !important;
}

.mbpx-n35 {
  margin-bottom: -35px !important;
}

.mbpx-n40 {
  margin-bottom: -40px !important;
}

.mbpx-n45 {
  margin-bottom: -45px !important;
}

.mbpx-n50 {
  margin-bottom: -50px !important;
}

.mbpx-n55 {
  margin-bottom: -55px !important;
}

.mbpx-n60 {
  margin-bottom: -60px !important;
}

.mbpx-n65 {
  margin-bottom: -65px !important;
}

.mbpx-n70 {
  margin-bottom: -70px !important;
}

.mbpx-n75 {
  margin-bottom: -75px !important;
}

.mbpx-n80 {
  margin-bottom: -80px !important;
}

.mbpx-n85 {
  margin-bottom: -85px !important;
}

.mbpx-n90 {
  margin-bottom: -90px !important;
}

.mbpx-n95 {
  margin-bottom: -95px !important;
}

.mbpx-n100 {
  margin-bottom: -100px !important;
}

.mbpx-n105 {
  margin-bottom: -105px !important;
}

.mbpx-n110 {
  margin-bottom: -110px !important;
}

.mbpx-n115 {
  margin-bottom: -115px !important;
}

.mbpx-n120 {
  margin-bottom: -120px !important;
}

.mbpx-n125 {
  margin-bottom: -125px !important;
}

.mbpx-n130 {
  margin-bottom: -130px !important;
}

.mbpx-n135 {
  margin-bottom: -135px !important;
}

.mbpx-n140 {
  margin-bottom: -140px !important;
}

.mbpx-n145 {
  margin-bottom: -145px !important;
}

.mbpx-n150 {
  margin-bottom: -150px !important;
}

.mspx-n0 {
  margin-left: 0 !important;
}

.mspx-n1 {
  margin-left: -1px !important;
}

.mspx-n2 {
  margin-left: -2px !important;
}

.mspx-n3 {
  margin-left: -3px !important;
}

.mspx-n4 {
  margin-left: -4px !important;
}

.mspx-n5 {
  margin-left: -5px !important;
}

.mspx-n6 {
  margin-left: -6px !important;
}

.mspx-n7 {
  margin-left: -7px !important;
}

.mspx-n8 {
  margin-left: -8px !important;
}

.mspx-n9 {
  margin-left: -9px !important;
}

.mspx-n10 {
  margin-left: -10px !important;
}

.mspx-n11 {
  margin-left: -11px !important;
}

.mspx-n12 {
  margin-left: -12px !important;
}

.mspx-n13 {
  margin-left: -13px !important;
}

.mspx-n14 {
  margin-left: -14px !important;
}

.mspx-n15 {
  margin-left: -15px !important;
}

.mspx-n16 {
  margin-left: -16px !important;
}

.mspx-n17 {
  margin-left: -17px !important;
}

.mspx-n18 {
  margin-left: -18px !important;
}

.mspx-n19 {
  margin-left: -19px !important;
}

.mspx-n20 {
  margin-left: -20px !important;
}

.mspx-n21 {
  margin-left: -21px !important;
}

.mspx-n22 {
  margin-left: -22px !important;
}

.mspx-n23 {
  margin-left: -23px !important;
}

.mspx-n24 {
  margin-left: -24px !important;
}

.mspx-n25 {
  margin-left: -25px !important;
}

.mspx-n26 {
  margin-left: -26px !important;
}

.mspx-n27 {
  margin-left: -27px !important;
}

.mspx-n28 {
  margin-left: -28px !important;
}

.mspx-n29 {
  margin-left: -29px !important;
}

.mspx-n30 {
  margin-left: -30px !important;
}

.mspx-n35 {
  margin-left: -35px !important;
}

.mspx-n40 {
  margin-left: -40px !important;
}

.mspx-n45 {
  margin-left: -45px !important;
}

.mspx-n50 {
  margin-left: -50px !important;
}

.mspx-n55 {
  margin-left: -55px !important;
}

.mspx-n60 {
  margin-left: -60px !important;
}

.mspx-n65 {
  margin-left: -65px !important;
}

.mspx-n70 {
  margin-left: -70px !important;
}

.mspx-n75 {
  margin-left: -75px !important;
}

.mspx-n80 {
  margin-left: -80px !important;
}

.mspx-n85 {
  margin-left: -85px !important;
}

.mspx-n90 {
  margin-left: -90px !important;
}

.mspx-n95 {
  margin-left: -95px !important;
}

.mspx-n100 {
  margin-left: -100px !important;
}

.mspx-n105 {
  margin-left: -105px !important;
}

.mspx-n110 {
  margin-left: -110px !important;
}

.mspx-n115 {
  margin-left: -115px !important;
}

.mspx-n120 {
  margin-left: -120px !important;
}

.mspx-n125 {
  margin-left: -125px !important;
}

.mspx-n130 {
  margin-left: -130px !important;
}

.mspx-n135 {
  margin-left: -135px !important;
}

.mspx-n140 {
  margin-left: -140px !important;
}

.mspx-n145 {
  margin-left: -145px !important;
}

.mspx-n150 {
  margin-left: -150px !important;
}

.mepx-n0 {
  margin-right: 0 !important;
}

.mepx-n1 {
  margin-right: -1px !important;
}

.mepx-n2 {
  margin-right: -2px !important;
}

.mepx-n3 {
  margin-right: -3px !important;
}

.mepx-n4 {
  margin-right: -4px !important;
}

.mepx-n5 {
  margin-right: -5px !important;
}

.mepx-n6 {
  margin-right: -6px !important;
}

.mepx-n7 {
  margin-right: -7px !important;
}

.mepx-n8 {
  margin-right: -8px !important;
}

.mepx-n9 {
  margin-right: -9px !important;
}

.mepx-n10 {
  margin-right: -10px !important;
}

.mepx-n11 {
  margin-right: -11px !important;
}

.mepx-n12 {
  margin-right: -12px !important;
}

.mepx-n13 {
  margin-right: -13px !important;
}

.mepx-n14 {
  margin-right: -14px !important;
}

.mepx-n15 {
  margin-right: -15px !important;
}

.mepx-n16 {
  margin-right: -16px !important;
}

.mepx-n17 {
  margin-right: -17px !important;
}

.mepx-n18 {
  margin-right: -18px !important;
}

.mepx-n19 {
  margin-right: -19px !important;
}

.mepx-n20 {
  margin-right: -20px !important;
}

.mepx-n21 {
  margin-right: -21px !important;
}

.mepx-n22 {
  margin-right: -22px !important;
}

.mepx-n23 {
  margin-right: -23px !important;
}

.mepx-n24 {
  margin-right: -24px !important;
}

.mepx-n25 {
  margin-right: -25px !important;
}

.mepx-n26 {
  margin-right: -26px !important;
}

.mepx-n27 {
  margin-right: -27px !important;
}

.mepx-n28 {
  margin-right: -28px !important;
}

.mepx-n29 {
  margin-right: -29px !important;
}

.mepx-n30 {
  margin-right: -30px !important;
}

.mepx-n35 {
  margin-right: -35px !important;
}

.mepx-n40 {
  margin-right: -40px !important;
}

.mepx-n45 {
  margin-right: -45px !important;
}

.mepx-n50 {
  margin-right: -50px !important;
}

.mepx-n55 {
  margin-right: -55px !important;
}

.mepx-n60 {
  margin-right: -60px !important;
}

.mepx-n65 {
  margin-right: -65px !important;
}

.mepx-n70 {
  margin-right: -70px !important;
}

.mepx-n75 {
  margin-right: -75px !important;
}

.mepx-n80 {
  margin-right: -80px !important;
}

.mepx-n85 {
  margin-right: -85px !important;
}

.mepx-n90 {
  margin-right: -90px !important;
}

.mepx-n95 {
  margin-right: -95px !important;
}

.mepx-n100 {
  margin-right: -100px !important;
}

.mepx-n105 {
  margin-right: -105px !important;
}

.mepx-n110 {
  margin-right: -110px !important;
}

.mepx-n115 {
  margin-right: -115px !important;
}

.mepx-n120 {
  margin-right: -120px !important;
}

.mepx-n125 {
  margin-right: -125px !important;
}

.mepx-n130 {
  margin-right: -130px !important;
}

.mepx-n135 {
  margin-right: -135px !important;
}

.mepx-n140 {
  margin-right: -140px !important;
}

.mepx-n145 {
  margin-right: -145px !important;
}

.mepx-n150 {
  margin-right: -150px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mt-6 {
  margin-top: 6% !important;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mt-10 {
  margin-top: 10% !important;
}

.mt-15 {
  margin-top: 15% !important;
}

.mt-20 {
  margin-top: 20% !important;
}

.mt-25 {
  margin-top: 25% !important;
}

.mt-30 {
  margin-top: 30% !important;
}

.mt-35 {
  margin-top: 35% !important;
}

.mt-40 {
  margin-top: 40% !important;
}

.mt-45 {
  margin-top: 45% !important;
}

.mt-50 {
  margin-top: 50% !important;
}

.mt-55 {
  margin-top: 55% !important;
}

.mt-60 {
  margin-top: 60% !important;
}

.mt-65 {
  margin-top: 65% !important;
}

.mt-70 {
  margin-top: 70% !important;
}

.mt-75 {
  margin-top: 75% !important;
}

.mt-80 {
  margin-top: 80% !important;
}

.mt-85 {
  margin-top: 85% !important;
}

.mt-90 {
  margin-top: 90% !important;
}

.mt-95 {
  margin-top: 95% !important;
}

.mt-100 {
  margin-top: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.mb-6 {
  margin-bottom: 6% !important;
}

.mb-7 {
  margin-bottom: 7% !important;
}

.mb-8 {
  margin-bottom: 8% !important;
}

.mb-10 {
  margin-bottom: 10% !important;
}

.mb-15 {
  margin-bottom: 15% !important;
}

.mb-20 {
  margin-bottom: 20% !important;
}

.mb-25 {
  margin-bottom: 25% !important;
}

.mb-30 {
  margin-bottom: 30% !important;
}

.mb-35 {
  margin-bottom: 35% !important;
}

.mb-40 {
  margin-bottom: 40% !important;
}

.mb-45 {
  margin-bottom: 45% !important;
}

.mb-50 {
  margin-bottom: 50% !important;
}

.mb-55 {
  margin-bottom: 55% !important;
}

.mb-60 {
  margin-bottom: 60% !important;
}

.mb-65 {
  margin-bottom: 65% !important;
}

.mb-70 {
  margin-bottom: 70% !important;
}

.mb-75 {
  margin-bottom: 75% !important;
}

.mb-80 {
  margin-bottom: 80% !important;
}

.mb-85 {
  margin-bottom: 85% !important;
}

.mb-90 {
  margin-bottom: 90% !important;
}

.mb-95 {
  margin-bottom: 95% !important;
}

.mb-100 {
  margin-bottom: 100% !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 1% !important;
}

.ms-2 {
  margin-left: 2% !important;
}

.ms-3 {
  margin-left: 3% !important;
}

.ms-4 {
  margin-left: 4% !important;
}

.ms-5 {
  margin-left: 5% !important;
}

.ms-6 {
  margin-left: 6% !important;
}

.ms-7 {
  margin-left: 7% !important;
}

.ms-8 {
  margin-left: 8% !important;
}

.ms-10 {
  margin-left: 10% !important;
}

.ms-15 {
  margin-left: 15% !important;
}

.ms-20 {
  margin-left: 20% !important;
}

.ms-25 {
  margin-left: 25% !important;
}

.ms-30 {
  margin-left: 30% !important;
}

.ms-35 {
  margin-left: 35% !important;
}

.ms-40 {
  margin-left: 40% !important;
}

.ms-45 {
  margin-left: 45% !important;
}

.ms-50 {
  margin-left: 50% !important;
}

.ms-55 {
  margin-left: 55% !important;
}

.ms-60 {
  margin-left: 60% !important;
}

.ms-65 {
  margin-left: 65% !important;
}

.ms-70 {
  margin-left: 70% !important;
}

.ms-75 {
  margin-left: 75% !important;
}

.ms-80 {
  margin-left: 80% !important;
}

.ms-85 {
  margin-left: 85% !important;
}

.ms-90 {
  margin-left: 90% !important;
}

.ms-95 {
  margin-left: 95% !important;
}

.ms-100 {
  margin-left: 100% !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 1% !important;
}

.me-2 {
  margin-right: 2% !important;
}

.me-3 {
  margin-right: 3% !important;
}

.me-4 {
  margin-right: 4% !important;
}

.me-5 {
  margin-right: 5% !important;
}

.me-6 {
  margin-right: 6% !important;
}

.me-7 {
  margin-right: 7% !important;
}

.me-8 {
  margin-right: 8% !important;
}

.me-10 {
  margin-right: 10% !important;
}

.me-15 {
  margin-right: 15% !important;
}

.me-20 {
  margin-right: 20% !important;
}

.me-25 {
  margin-right: 25% !important;
}

.me-30 {
  margin-right: 30% !important;
}

.me-35 {
  margin-right: 35% !important;
}

.me-40 {
  margin-right: 40% !important;
}

.me-45 {
  margin-right: 45% !important;
}

.me-50 {
  margin-right: 50% !important;
}

.me-55 {
  margin-right: 55% !important;
}

.me-60 {
  margin-right: 60% !important;
}

.me-65 {
  margin-right: 65% !important;
}

.me-70 {
  margin-right: 70% !important;
}

.me-75 {
  margin-right: 75% !important;
}

.me-80 {
  margin-right: 80% !important;
}

.me-85 {
  margin-right: 85% !important;
}

.me-90 {
  margin-right: 90% !important;
}

.me-95 {
  margin-right: 95% !important;
}

.me-100 {
  margin-right: 100% !important;
}

.mt-n0 {
  margin-top: 0 !important;
}

.mt-n1 {
  margin-top: -1% !important;
}

.mt-n2 {
  margin-top: -2% !important;
}

.mt-n3 {
  margin-top: -3% !important;
}

.mt-n4 {
  margin-top: -4% !important;
}

.mt-n5 {
  margin-top: -5% !important;
}

.mt-n6 {
  margin-top: -6% !important;
}

.mt-n7 {
  margin-top: -7% !important;
}

.mt-n8 {
  margin-top: -8% !important;
}

.mt-n10 {
  margin-top: -10% !important;
}

.mt-n15 {
  margin-top: -15% !important;
}

.mt-n20 {
  margin-top: -20% !important;
}

.mt-n25 {
  margin-top: -25% !important;
}

.mt-n30 {
  margin-top: -30% !important;
}

.mt-n35 {
  margin-top: -35% !important;
}

.mt-n40 {
  margin-top: -40% !important;
}

.mt-n45 {
  margin-top: -45% !important;
}

.mt-n50 {
  margin-top: -50% !important;
}

.mt-n55 {
  margin-top: -55% !important;
}

.mt-n60 {
  margin-top: -60% !important;
}

.mt-n65 {
  margin-top: -65% !important;
}

.mt-n70 {
  margin-top: -70% !important;
}

.mt-n75 {
  margin-top: -75% !important;
}

.mt-n80 {
  margin-top: -80% !important;
}

.mt-n85 {
  margin-top: -85% !important;
}

.mt-n90 {
  margin-top: -90% !important;
}

.mt-n95 {
  margin-top: -95% !important;
}

.mt-n100 {
  margin-top: -100% !important;
}

.mb-n0 {
  margin-bottom: 0 !important;
}

.mb-n1 {
  margin-bottom: -1% !important;
}

.mb-n2 {
  margin-bottom: -2% !important;
}

.mb-n3 {
  margin-bottom: -3% !important;
}

.mb-n4 {
  margin-bottom: -4% !important;
}

.mb-n5 {
  margin-bottom: -5% !important;
}

.mb-n6 {
  margin-bottom: -6% !important;
}

.mb-n7 {
  margin-bottom: -7% !important;
}

.mb-n8 {
  margin-bottom: -8% !important;
}

.mb-n10 {
  margin-bottom: -10% !important;
}

.mb-n15 {
  margin-bottom: -15% !important;
}

.mb-n20 {
  margin-bottom: -20% !important;
}

.mb-n25 {
  margin-bottom: -25% !important;
}

.mb-n30 {
  margin-bottom: -30% !important;
}

.mb-n35 {
  margin-bottom: -35% !important;
}

.mb-n40 {
  margin-bottom: -40% !important;
}

.mb-n45 {
  margin-bottom: -45% !important;
}

.mb-n50 {
  margin-bottom: -50% !important;
}

.mb-n55 {
  margin-bottom: -55% !important;
}

.mb-n60 {
  margin-bottom: -60% !important;
}

.mb-n65 {
  margin-bottom: -65% !important;
}

.mb-n70 {
  margin-bottom: -70% !important;
}

.mb-n75 {
  margin-bottom: -75% !important;
}

.mb-n80 {
  margin-bottom: -80% !important;
}

.mb-n85 {
  margin-bottom: -85% !important;
}

.mb-n90 {
  margin-bottom: -90% !important;
}

.mb-n95 {
  margin-bottom: -95% !important;
}

.mb-n100 {
  margin-bottom: -100% !important;
}

.ms-n0 {
  margin-left: 0 !important;
}

.ms-n1 {
  margin-left: -1% !important;
}

.ms-n2 {
  margin-left: -2% !important;
}

.ms-n3 {
  margin-left: -3% !important;
}

.ms-n4 {
  margin-left: -4% !important;
}

.ms-n5 {
  margin-left: -5% !important;
}

.ms-n6 {
  margin-left: -6% !important;
}

.ms-n7 {
  margin-left: -7% !important;
}

.ms-n8 {
  margin-left: -8% !important;
}

.ms-n10 {
  margin-left: -10% !important;
}

.ms-n15 {
  margin-left: -15% !important;
}

.ms-n20 {
  margin-left: -20% !important;
}

.ms-n25 {
  margin-left: -25% !important;
}

.ms-n30 {
  margin-left: -30% !important;
}

.ms-n35 {
  margin-left: -35% !important;
}

.ms-n40 {
  margin-left: -40% !important;
}

.ms-n45 {
  margin-left: -45% !important;
}

.ms-n50 {
  margin-left: -50% !important;
}

.ms-n55 {
  margin-left: -55% !important;
}

.ms-n60 {
  margin-left: -60% !important;
}

.ms-n65 {
  margin-left: -65% !important;
}

.ms-n70 {
  margin-left: -70% !important;
}

.ms-n75 {
  margin-left: -75% !important;
}

.ms-n80 {
  margin-left: -80% !important;
}

.ms-n85 {
  margin-left: -85% !important;
}

.ms-n90 {
  margin-left: -90% !important;
}

.ms-n95 {
  margin-left: -95% !important;
}

.ms-n100 {
  margin-left: -100% !important;
}

.me-n0 {
  margin-right: 0 !important;
}

.me-n1 {
  margin-right: -1% !important;
}

.me-n2 {
  margin-right: -2% !important;
}

.me-n3 {
  margin-right: -3% !important;
}

.me-n4 {
  margin-right: -4% !important;
}

.me-n5 {
  margin-right: -5% !important;
}

.me-n6 {
  margin-right: -6% !important;
}

.me-n7 {
  margin-right: -7% !important;
}

.me-n8 {
  margin-right: -8% !important;
}

.me-n10 {
  margin-right: -10% !important;
}

.me-n15 {
  margin-right: -15% !important;
}

.me-n20 {
  margin-right: -20% !important;
}

.me-n25 {
  margin-right: -25% !important;
}

.me-n30 {
  margin-right: -30% !important;
}

.me-n35 {
  margin-right: -35% !important;
}

.me-n40 {
  margin-right: -40% !important;
}

.me-n45 {
  margin-right: -45% !important;
}

.me-n50 {
  margin-right: -50% !important;
}

.me-n55 {
  margin-right: -55% !important;
}

.me-n60 {
  margin-right: -60% !important;
}

.me-n65 {
  margin-right: -65% !important;
}

.me-n70 {
  margin-right: -70% !important;
}

.me-n75 {
  margin-right: -75% !important;
}

.me-n80 {
  margin-right: -80% !important;
}

.me-n85 {
  margin-right: -85% !important;
}

.me-n90 {
  margin-right: -90% !important;
}

.me-n95 {
  margin-right: -95% !important;
}

.me-n100 {
  margin-right: -100% !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 5% !important;
}

.opacity-10 {
  opacity: 10% !important;
}

.opacity-15 {
  opacity: 15% !important;
}

.opacity-20 {
  opacity: 20% !important;
}

.opacity-25 {
  opacity: 25% !important;
}

.opacity-30 {
  opacity: 30% !important;
}

.opacity-35 {
  opacity: 35% !important;
}

.opacity-40 {
  opacity: 40% !important;
}

.opacity-45 {
  opacity: 45% !important;
}

.opacity-50 {
  opacity: 50% !important;
}

.opacity-55 {
  opacity: 55% !important;
}

.opacity-60 {
  opacity: 60% !important;
}

.opacity-65 {
  opacity: 65% !important;
}

.opacity-70 {
  opacity: 70% !important;
}

.opacity-75 {
  opacity: 75% !important;
}

.opacity-80 {
  opacity: 80% !important;
}

.opacity-85 {
  opacity: 85% !important;
}

.opacity-90 {
  opacity: 90% !important;
}

.opacity-95 {
  opacity: 95% !important;
}

.opacity-100 {
  opacity: 100% !important;
}

.list-col-2 {
  columns: 2 !important;
}

.list-col-3 {
  columns: 3 !important;
}

.list-col-4 {
  columns: 4 !important;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

.ls-6 {
  letter-spacing: 6px !important;
}

.ls-7 {
  letter-spacing: 7px !important;
}

.ls-8 {
  letter-spacing: 8px !important;
}

.ls-9 {
  letter-spacing: 9px !important;
}

.ls-10 {
  letter-spacing: 10px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.rot-0 {
  transform: rotate(0deg) !important;
}

.rot-5 {
  transform: rotate(5deg) !important;
}

.rot-10 {
  transform: rotate(10deg) !important;
}

.rot-15 {
  transform: rotate(15deg) !important;
}

.rot-20 {
  transform: rotate(20deg) !important;
}

.rot-25 {
  transform: rotate(25deg) !important;
}

.rot-30 {
  transform: rotate(30deg) !important;
}

.rot-35 {
  transform: rotate(35deg) !important;
}

.rot-40 {
  transform: rotate(40deg) !important;
}

.rot-45 {
  transform: rotate(45deg) !important;
}

.rot-50 {
  transform: rotate(50deg) !important;
}

.rot-55 {
  transform: rotate(55deg) !important;
}

.rot-60 {
  transform: rotate(60deg) !important;
}

.rot-65 {
  transform: rotate(65deg) !important;
}

.rot-70 {
  transform: rotate(70deg) !important;
}

.rot-75 {
  transform: rotate(75deg) !important;
}

.rot-80 {
  transform: rotate(80deg) !important;
}

.rot-85 {
  transform: rotate(85deg) !important;
}

.rot-90 {
  transform: rotate(90deg) !important;
}

.rot-95 {
  transform: rotate(95deg) !important;
}

.rot-100 {
  transform: rotate(100deg) !important;
}

.rot-105 {
  transform: rotate(105deg) !important;
}

.rot-110 {
  transform: rotate(110deg) !important;
}

.rot-115 {
  transform: rotate(115deg) !important;
}

.rot-120 {
  transform: rotate(120deg) !important;
}

.rot-125 {
  transform: rotate(125deg) !important;
}

.rot-130 {
  transform: rotate(130deg) !important;
}

.rot-135 {
  transform: rotate(135deg) !important;
}

.rot-140 {
  transform: rotate(140deg) !important;
}

.rot-145 {
  transform: rotate(145deg) !important;
}

.rot-150 {
  transform: rotate(150deg) !important;
}

.rot-155 {
  transform: rotate(155deg) !important;
}

.rot-160 {
  transform: rotate(160deg) !important;
}

.rot-165 {
  transform: rotate(165deg) !important;
}

.rot-170 {
  transform: rotate(170deg) !important;
}

.rot-175 {
  transform: rotate(175deg) !important;
}

.rot-180 {
  transform: rotate(180deg) !important;
}

.rot-0 {
  transform: rotate(0deg) !important;
}

.rot-n5 {
  transform: rotate(-5deg) !important;
}

.rot-n10 {
  transform: rotate(-10deg) !important;
}

.rot-n15 {
  transform: rotate(-15deg) !important;
}

.rot-n20 {
  transform: rotate(-20deg) !important;
}

.rot-n25 {
  transform: rotate(-25deg) !important;
}

.rot-n30 {
  transform: rotate(-30deg) !important;
}

.rot-n35 {
  transform: rotate(-35deg) !important;
}

.rot-n40 {
  transform: rotate(-40deg) !important;
}

.rot-n45 {
  transform: rotate(-45deg) !important;
}

.rot-n50 {
  transform: rotate(-50deg) !important;
}

.rot-n55 {
  transform: rotate(-55deg) !important;
}

.rot-n60 {
  transform: rotate(-60deg) !important;
}

.rot-n65 {
  transform: rotate(-65deg) !important;
}

.rot-n70 {
  transform: rotate(-70deg) !important;
}

.rot-n75 {
  transform: rotate(-75deg) !important;
}

.rot-n80 {
  transform: rotate(-80deg) !important;
}

.rot-n85 {
  transform: rotate(-85deg) !important;
}

.rot-n90 {
  transform: rotate(-90deg) !important;
}

.rot-n95 {
  transform: rotate(-95deg) !important;
}

.rot-n100 {
  transform: rotate(-100deg) !important;
}

.rot-n105 {
  transform: rotate(-105deg) !important;
}

.rot-n110 {
  transform: rotate(-110deg) !important;
}

.rot-n115 {
  transform: rotate(-115deg) !important;
}

.rot-n120 {
  transform: rotate(-120deg) !important;
}

.rot-n125 {
  transform: rotate(-125deg) !important;
}

.rot-n130 {
  transform: rotate(-130deg) !important;
}

.rot-n135 {
  transform: rotate(-135deg) !important;
}

.rot-n140 {
  transform: rotate(-140deg) !important;
}

.rot-n145 {
  transform: rotate(-145deg) !important;
}

.rot-n150 {
  transform: rotate(-150deg) !important;
}

.rot-n155 {
  transform: rotate(-155deg) !important;
}

.rot-n160 {
  transform: rotate(-160deg) !important;
}

.rot-n165 {
  transform: rotate(-165deg) !important;
}

.rot-n170 {
  transform: rotate(-170deg) !important;
}

.rot-n175 {
  transform: rotate(-175deg) !important;
}

.rot-n180 {
  transform: rotate(-180deg) !important;
}

.ofit-none {
  object-fit: none !important;
}

.ofit-cover {
  object-fit: cover !important;
}

.ofit-contain {
  object-fit: contain !important;
}

.ofit-fill {
  object-fit: fill !important;
}

.ofit-scale-down {
  object-fit: scale-down !important;
}

.opos-top {
  object-position: top !important;
}

.opos-bottom {
  object-position: bottom !important;
}

.opos-start {
  object-position: left !important;
}

.opos-end {
  object-position: right !important;
}

.opos-center {
  object-position: center !important;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100% !important;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75% !important;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25% !important;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571% !important;
}

.color-Black {
  color: #000000 !important;
}

.color-White {
  color: #ffffff !important;
}

.color-Transparent {
  color: rgba(0, 0, 0, 0) !important;
}

.color-GhostWhite {
  color: #fbf8ff !important;
}

.color-BioptronLogo {
  color: #0068b2 !important;
}

.color-BrownMustard {
  color: #daab5b !important;
}

.color-DrWhite {
  color: #fafafa !important;
}

.color-DrunkenDragonfly {
  color: #3bd78b !important;
}

.color-Red {
  color: #ff3232 !important;
}

.color-RoseTonic {
  color: #ffddde !important;
}

.color-Squant {
  color: #666666 !important;
}

.color-OffBlack {
  color: #303030 !important;
}

.color-Doctor {
  color: #f9f9f9 !important;
}

.color-BleachedSilk {
  color: #f2f2f2 !important;
}

.color-Featherbed {
  color: #afcee4 !important;
}

.color-Quicksilver {
  color: #a6a6a6 !important;
}

.color-ColdMorning {
  color: #e5e5e5 !important;
}

.color-PixelWhite {
  color: #dbdbdb !important;
}

.color-Silver {
  color: #c0c0c0 !important;
}

.color-BlueRibbon {
  color: #0066ff !important;
}

.color-LightCornflowerBlue {
  color: #93ccea !important;
}

.color-SuaveGrey {
  color: #d0d8dc !important;
}

.color-EffervescentBlue {
  color: #00385f !important;
}

.color-CascadingWhite {
  color: #f6f6f6 !important;
}

.color-Emptiness {
  color: #fcfcfc !important;
}

.color-ButterFudge {
  color: #a56904 !important;
}

.color-SatinWhite {
  color: #ced4da !important;
}

.color-SharkFin {
  color: #969696 !important;
}

.color-SpringtimeRain {
  color: #ebeef2 !important;
}

.color-HeraldsTrumpet {
  color: #cd9f2f !important;
}

.color-ChilledChilly {
  color: #ea4335 !important;
}

.color-VividMalachite {
  color: #00c82e !important;
}

.color-DarkDreams {
  color: #2f276c !important;
}

.color-RossoCorsa {
  color: #d60000 !important;
}

.color-Encrando {
  color: #f80000 !important;
}

.color-Green {
  color: #00c82e !important;
}

.color-CL100 {
  color: #cd9f2f !important;
}

.color-Hyperpolarized {
  color: #daab5b !important;
}

.tshadow-none {
  text-shadow: none !important;
}

.tshadow-0 {
  text-shadow: 0 0 rgba(0, 0, 0, 0.3) !important;
}

.tshadow-1 {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.tshadow-2 {
  text-shadow: 2px 3px rgba(0, 0, 0, 0.3) !important;
}

.tshadow-3 {
  text-shadow: 3px 4px rgba(0, 0, 0, 0.3) !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.bio-lh-1 {
  line-height: var(--Bio-Line-Height) !important;
}

.bio-lh-2 {
  line-height: calc(var(--Bio-Line-Height) * 1.1) !important;
}

.bio-lh-3 {
  line-height: calc(var(--Bio-Line-Height) * 1.2) !important;
}

.bio-lh-4 {
  line-height: calc(var(--Bio-Line-Height) * 1.3) !important;
}

.bio-lh-5 {
  line-height: calc(var(--Bio-Line-Height) * 1.4) !important;
}

.bio-lh-6 {
  line-height: calc(var(--Bio-Line-Height) * 1.5) !important;
}

.bio-lh-7 {
  line-height: calc(var(--Bio-Line-Height) * 1.6) !important;
}

.bio-lh-8 {
  line-height: calc(var(--Bio-Line-Height) * 1.7) !important;
}

.bio-lh-9 {
  line-height: calc(var(--Bio-Line-Height) * 1.8) !important;
}

.bio-lh-10 {
  line-height: calc(var(--Bio-Line-Height) * 1.9) !important;
}

.bio-lh-n2 {
  line-height: calc(var(--Bio-Line-Height) * 0.9) !important;
}

.bio-lh-n3 {
  line-height: calc(var(--Bio-Line-Height) * 0.8) !important;
}

.bio-lh-n4 {
  line-height: calc(var(--Bio-Line-Height) * 0.7) !important;
}

.bio-lh-n5 {
  line-height: calc(var(--Bio-Line-Height) * 0.6) !important;
}

.bio-lh-n6 {
  line-height: calc(var(--Bio-Line-Height) * 0.5) !important;
}

.bio-lh-n7 {
  line-height: calc(var(--Bio-Line-Height) * 0.4) !important;
}

.bio-lh-n8 {
  line-height: calc(var(--Bio-Line-Height) * 0.3) !important;
}

.bio-lh-n9 {
  line-height: calc(var(--Bio-Line-Height) * 0.2) !important;
}

.bio-lh-n10 {
  line-height: calc(var(--Bio-Line-Height) * 0.1) !important;
}

.module-mt-none {
  margin-top: 0 !important;
}

.module-mt-normal {
  margin-top: var(--Bio-PageContent-Module-Spacer) !important;
}

.module-mt-half {
  margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
}

.module-mt-double {
  margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
}

.module-mb-none {
  margin-bottom: 0 !important;
}

.module-mb-normal {
  margin-bottom: var(--Bio-PageContent-Module-Spacer) !important;
}

.module-mb-half {
  margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
}

.module-mb-double {
  margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
}

.bio-resize-none {
  resize: none !important;
}

.bio-resize-horizontal {
  resize: horizontal !important;
}

.bio-resize-vertical {
  resize: vertical !important;
}

.bio-text-decoration-none {
  text-decoration: none !important;
}

.bio-text-decoration-lthrough {
  text-decoration: line-through !important;
}

.bio-text-decoration-underline {
  text-decoration: underline !important;
}

.bio-gap-0 {
  gap: 0 !important;
}

.bio-gap-1 {
  gap: calc(var(--Bio-Spacer) * 0.25) !important;
}

.bio-gap-2 {
  gap: calc(var(--Bio-Spacer) * 0.5) !important;
}

.bio-gap-3 {
  gap: var(--Bio-Spacer) !important;
}

.bio-gap-4 {
  gap: calc(var(--Bio-Spacer) * 1.5) !important;
}

.bio-gap-5 {
  gap: calc(var(--Bio-Spacer) * 3) !important;
}

.bio-gx-0 {
  column-gap: 0 !important;
}

.bio-gx-1 {
  column-gap: calc(var(--Bio-Spacer) * 0.25) !important;
}

.bio-gx-2 {
  column-gap: calc(var(--Bio-Spacer) * 0.5) !important;
}

.bio-gx-3 {
  column-gap: var(--Bio-Spacer) !important;
}

.bio-gx-4 {
  column-gap: calc(var(--Bio-Spacer) * 1.5) !important;
}

.bio-gx-5 {
  column-gap: calc(var(--Bio-Spacer) * 3) !important;
}

.bio-gy-0 {
  row-gap: 0 !important;
}

.bio-gy-1 {
  row-gap: calc(var(--Bio-Spacer) * 0.25) !important;
}

.bio-gy-2 {
  row-gap: calc(var(--Bio-Spacer) * 0.5) !important;
}

.bio-gy-3 {
  row-gap: var(--Bio-Spacer) !important;
}

.bio-gy-4 {
  row-gap: calc(var(--Bio-Spacer) * 1.5) !important;
}

.bio-gy-5 {
  row-gap: calc(var(--Bio-Spacer) * 3) !important;
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .w-sm-0 {
    width: 0 !important;
  }
  .w-sm-1 {
    width: 1% !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .w-sm-3 {
    width: 3% !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .w-sm-7 {
    width: 7% !important;
  }
  .w-sm-8 {
    width: 8% !important;
  }
  .w-sm-9 {
    width: 9% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-105 {
    width: 105% !important;
  }
  .w-sm-110 {
    width: 110% !important;
  }
  .w-sm-115 {
    width: 115% !important;
  }
  .w-sm-120 {
    width: 120% !important;
  }
  .w-sm-125 {
    width: 125% !important;
  }
  .w-sm-130 {
    width: 130% !important;
  }
  .w-sm-135 {
    width: 135% !important;
  }
  .w-sm-140 {
    width: 140% !important;
  }
  .w-sm-145 {
    width: 145% !important;
  }
  .w-sm-150 {
    width: 150% !important;
  }
  .w-sm-155 {
    width: 155% !important;
  }
  .w-sm-160 {
    width: 160% !important;
  }
  .w-sm-165 {
    width: 165% !important;
  }
  .w-sm-170 {
    width: 170% !important;
  }
  .w-sm-175 {
    width: 175% !important;
  }
  .w-sm-180 {
    width: 180% !important;
  }
  .w-sm-185 {
    width: 185% !important;
  }
  .w-sm-190 {
    width: 190% !important;
  }
  .w-sm-195 {
    width: 195% !important;
  }
  .w-sm-200 {
    width: 200% !important;
  }
  .w-sm-225 {
    width: 225% !important;
  }
  .w-sm-250 {
    width: 250% !important;
  }
  .w-sm-275 {
    width: 275% !important;
  }
  .w-sm-300 {
    width: 300% !important;
  }
  .w-sm-325 {
    width: 325% !important;
  }
  .w-sm-350 {
    width: 350% !important;
  }
  .w-sm-375 {
    width: 375% !important;
  }
  .w-sm-400 {
    width: 400% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-0 {
    height: 0 !important;
  }
  .h-sm-1 {
    height: 1% !important;
  }
  .h-sm-2 {
    height: 2% !important;
  }
  .h-sm-3 {
    height: 3% !important;
  }
  .h-sm-4 {
    height: 4% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-6 {
    height: 6% !important;
  }
  .h-sm-7 {
    height: 7% !important;
  }
  .h-sm-8 {
    height: 8% !important;
  }
  .h-sm-9 {
    height: 9% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-105 {
    height: 105% !important;
  }
  .h-sm-110 {
    height: 110% !important;
  }
  .h-sm-115 {
    height: 115% !important;
  }
  .h-sm-120 {
    height: 120% !important;
  }
  .h-sm-125 {
    height: 125% !important;
  }
  .h-sm-130 {
    height: 130% !important;
  }
  .h-sm-135 {
    height: 135% !important;
  }
  .h-sm-140 {
    height: 140% !important;
  }
  .h-sm-145 {
    height: 145% !important;
  }
  .h-sm-150 {
    height: 150% !important;
  }
  .h-sm-155 {
    height: 155% !important;
  }
  .h-sm-160 {
    height: 160% !important;
  }
  .h-sm-165 {
    height: 165% !important;
  }
  .h-sm-170 {
    height: 170% !important;
  }
  .h-sm-175 {
    height: 175% !important;
  }
  .h-sm-180 {
    height: 180% !important;
  }
  .h-sm-185 {
    height: 185% !important;
  }
  .h-sm-190 {
    height: 190% !important;
  }
  .h-sm-195 {
    height: 195% !important;
  }
  .h-sm-200 {
    height: 200% !important;
  }
  .h-sm-225 {
    height: 225% !important;
  }
  .h-sm-250 {
    height: 250% !important;
  }
  .h-sm-275 {
    height: 275% !important;
  }
  .h-sm-300 {
    height: 300% !important;
  }
  .h-sm-325 {
    height: 325% !important;
  }
  .h-sm-350 {
    height: 350% !important;
  }
  .h-sm-375 {
    height: 375% !important;
  }
  .h-sm-400 {
    height: 400% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .maxw-sm-0 {
    max-width: 0 !important;
  }
  .maxw-sm-1 {
    max-width: 1% !important;
  }
  .maxw-sm-2 {
    max-width: 2% !important;
  }
  .maxw-sm-3 {
    max-width: 3% !important;
  }
  .maxw-sm-4 {
    max-width: 4% !important;
  }
  .maxw-sm-5 {
    max-width: 5% !important;
  }
  .maxw-sm-6 {
    max-width: 6% !important;
  }
  .maxw-sm-7 {
    max-width: 7% !important;
  }
  .maxw-sm-8 {
    max-width: 8% !important;
  }
  .maxw-sm-9 {
    max-width: 9% !important;
  }
  .maxw-sm-10 {
    max-width: 10% !important;
  }
  .maxw-sm-15 {
    max-width: 15% !important;
  }
  .maxw-sm-20 {
    max-width: 20% !important;
  }
  .maxw-sm-25 {
    max-width: 25% !important;
  }
  .maxw-sm-30 {
    max-width: 30% !important;
  }
  .maxw-sm-35 {
    max-width: 35% !important;
  }
  .maxw-sm-40 {
    max-width: 40% !important;
  }
  .maxw-sm-45 {
    max-width: 45% !important;
  }
  .maxw-sm-50 {
    max-width: 50% !important;
  }
  .maxw-sm-55 {
    max-width: 55% !important;
  }
  .maxw-sm-60 {
    max-width: 60% !important;
  }
  .maxw-sm-65 {
    max-width: 65% !important;
  }
  .maxw-sm-70 {
    max-width: 70% !important;
  }
  .maxw-sm-75 {
    max-width: 75% !important;
  }
  .maxw-sm-80 {
    max-width: 80% !important;
  }
  .maxw-sm-85 {
    max-width: 85% !important;
  }
  .maxw-sm-90 {
    max-width: 90% !important;
  }
  .maxw-sm-95 {
    max-width: 95% !important;
  }
  .maxw-sm-100 {
    max-width: 100% !important;
  }
  .maxw-sm-105 {
    max-width: 105% !important;
  }
  .maxw-sm-110 {
    max-width: 110% !important;
  }
  .maxw-sm-115 {
    max-width: 115% !important;
  }
  .maxw-sm-120 {
    max-width: 120% !important;
  }
  .maxw-sm-125 {
    max-width: 125% !important;
  }
  .maxw-sm-130 {
    max-width: 130% !important;
  }
  .maxw-sm-135 {
    max-width: 135% !important;
  }
  .maxw-sm-140 {
    max-width: 140% !important;
  }
  .maxw-sm-145 {
    max-width: 145% !important;
  }
  .maxw-sm-150 {
    max-width: 150% !important;
  }
  .maxw-sm-155 {
    max-width: 155% !important;
  }
  .maxw-sm-160 {
    max-width: 160% !important;
  }
  .maxw-sm-165 {
    max-width: 165% !important;
  }
  .maxw-sm-170 {
    max-width: 170% !important;
  }
  .maxw-sm-175 {
    max-width: 175% !important;
  }
  .maxw-sm-180 {
    max-width: 180% !important;
  }
  .maxw-sm-185 {
    max-width: 185% !important;
  }
  .maxw-sm-190 {
    max-width: 190% !important;
  }
  .maxw-sm-195 {
    max-width: 195% !important;
  }
  .maxw-sm-200 {
    max-width: 200% !important;
  }
  .maxw-sm-225 {
    max-width: 225% !important;
  }
  .maxw-sm-250 {
    max-width: 250% !important;
  }
  .maxw-sm-275 {
    max-width: 275% !important;
  }
  .maxw-sm-300 {
    max-width: 300% !important;
  }
  .maxw-sm-325 {
    max-width: 325% !important;
  }
  .maxw-sm-350 {
    max-width: 350% !important;
  }
  .maxw-sm-375 {
    max-width: 375% !important;
  }
  .maxw-sm-400 {
    max-width: 400% !important;
  }
  .maxw-sm-auto {
    max-width: auto !important;
  }
  .maxh-sm-0 {
    max-height: 0 !important;
  }
  .maxh-sm-1 {
    max-height: 1% !important;
  }
  .maxh-sm-2 {
    max-height: 2% !important;
  }
  .maxh-sm-3 {
    max-height: 3% !important;
  }
  .maxh-sm-4 {
    max-height: 4% !important;
  }
  .maxh-sm-5 {
    max-height: 5% !important;
  }
  .maxh-sm-6 {
    max-height: 6% !important;
  }
  .maxh-sm-7 {
    max-height: 7% !important;
  }
  .maxh-sm-8 {
    max-height: 8% !important;
  }
  .maxh-sm-9 {
    max-height: 9% !important;
  }
  .maxh-sm-10 {
    max-height: 10% !important;
  }
  .maxh-sm-15 {
    max-height: 15% !important;
  }
  .maxh-sm-20 {
    max-height: 20% !important;
  }
  .maxh-sm-25 {
    max-height: 25% !important;
  }
  .maxh-sm-30 {
    max-height: 30% !important;
  }
  .maxh-sm-35 {
    max-height: 35% !important;
  }
  .maxh-sm-40 {
    max-height: 40% !important;
  }
  .maxh-sm-45 {
    max-height: 45% !important;
  }
  .maxh-sm-50 {
    max-height: 50% !important;
  }
  .maxh-sm-55 {
    max-height: 55% !important;
  }
  .maxh-sm-60 {
    max-height: 60% !important;
  }
  .maxh-sm-65 {
    max-height: 65% !important;
  }
  .maxh-sm-70 {
    max-height: 70% !important;
  }
  .maxh-sm-75 {
    max-height: 75% !important;
  }
  .maxh-sm-80 {
    max-height: 80% !important;
  }
  .maxh-sm-85 {
    max-height: 85% !important;
  }
  .maxh-sm-90 {
    max-height: 90% !important;
  }
  .maxh-sm-95 {
    max-height: 95% !important;
  }
  .maxh-sm-100 {
    max-height: 100% !important;
  }
  .maxh-sm-105 {
    max-height: 105% !important;
  }
  .maxh-sm-110 {
    max-height: 110% !important;
  }
  .maxh-sm-115 {
    max-height: 115% !important;
  }
  .maxh-sm-120 {
    max-height: 120% !important;
  }
  .maxh-sm-125 {
    max-height: 125% !important;
  }
  .maxh-sm-130 {
    max-height: 130% !important;
  }
  .maxh-sm-135 {
    max-height: 135% !important;
  }
  .maxh-sm-140 {
    max-height: 140% !important;
  }
  .maxh-sm-145 {
    max-height: 145% !important;
  }
  .maxh-sm-150 {
    max-height: 150% !important;
  }
  .maxh-sm-155 {
    max-height: 155% !important;
  }
  .maxh-sm-160 {
    max-height: 160% !important;
  }
  .maxh-sm-165 {
    max-height: 165% !important;
  }
  .maxh-sm-170 {
    max-height: 170% !important;
  }
  .maxh-sm-175 {
    max-height: 175% !important;
  }
  .maxh-sm-180 {
    max-height: 180% !important;
  }
  .maxh-sm-185 {
    max-height: 185% !important;
  }
  .maxh-sm-190 {
    max-height: 190% !important;
  }
  .maxh-sm-195 {
    max-height: 195% !important;
  }
  .maxh-sm-200 {
    max-height: 200% !important;
  }
  .maxh-sm-225 {
    max-height: 225% !important;
  }
  .maxh-sm-250 {
    max-height: 250% !important;
  }
  .maxh-sm-275 {
    max-height: 275% !important;
  }
  .maxh-sm-300 {
    max-height: 300% !important;
  }
  .maxh-sm-325 {
    max-height: 325% !important;
  }
  .maxh-sm-350 {
    max-height: 350% !important;
  }
  .maxh-sm-375 {
    max-height: 375% !important;
  }
  .maxh-sm-400 {
    max-height: 400% !important;
  }
  .maxh-sm-auto {
    max-height: auto !important;
  }
  .minw-sm-0 {
    min-width: 0 !important;
  }
  .minw-sm-1 {
    min-width: 1% !important;
  }
  .minw-sm-2 {
    min-width: 2% !important;
  }
  .minw-sm-3 {
    min-width: 3% !important;
  }
  .minw-sm-4 {
    min-width: 4% !important;
  }
  .minw-sm-5 {
    min-width: 5% !important;
  }
  .minw-sm-6 {
    min-width: 6% !important;
  }
  .minw-sm-7 {
    min-width: 7% !important;
  }
  .minw-sm-8 {
    min-width: 8% !important;
  }
  .minw-sm-9 {
    min-width: 9% !important;
  }
  .minw-sm-10 {
    min-width: 10% !important;
  }
  .minw-sm-15 {
    min-width: 15% !important;
  }
  .minw-sm-20 {
    min-width: 20% !important;
  }
  .minw-sm-25 {
    min-width: 25% !important;
  }
  .minw-sm-30 {
    min-width: 30% !important;
  }
  .minw-sm-35 {
    min-width: 35% !important;
  }
  .minw-sm-40 {
    min-width: 40% !important;
  }
  .minw-sm-45 {
    min-width: 45% !important;
  }
  .minw-sm-50 {
    min-width: 50% !important;
  }
  .minw-sm-55 {
    min-width: 55% !important;
  }
  .minw-sm-60 {
    min-width: 60% !important;
  }
  .minw-sm-65 {
    min-width: 65% !important;
  }
  .minw-sm-70 {
    min-width: 70% !important;
  }
  .minw-sm-75 {
    min-width: 75% !important;
  }
  .minw-sm-80 {
    min-width: 80% !important;
  }
  .minw-sm-85 {
    min-width: 85% !important;
  }
  .minw-sm-90 {
    min-width: 90% !important;
  }
  .minw-sm-95 {
    min-width: 95% !important;
  }
  .minw-sm-100 {
    min-width: 100% !important;
  }
  .minw-sm-105 {
    min-width: 105% !important;
  }
  .minw-sm-110 {
    min-width: 110% !important;
  }
  .minw-sm-115 {
    min-width: 115% !important;
  }
  .minw-sm-120 {
    min-width: 120% !important;
  }
  .minw-sm-125 {
    min-width: 125% !important;
  }
  .minw-sm-130 {
    min-width: 130% !important;
  }
  .minw-sm-135 {
    min-width: 135% !important;
  }
  .minw-sm-140 {
    min-width: 140% !important;
  }
  .minw-sm-145 {
    min-width: 145% !important;
  }
  .minw-sm-150 {
    min-width: 150% !important;
  }
  .minw-sm-155 {
    min-width: 155% !important;
  }
  .minw-sm-160 {
    min-width: 160% !important;
  }
  .minw-sm-165 {
    min-width: 165% !important;
  }
  .minw-sm-170 {
    min-width: 170% !important;
  }
  .minw-sm-175 {
    min-width: 175% !important;
  }
  .minw-sm-180 {
    min-width: 180% !important;
  }
  .minw-sm-185 {
    min-width: 185% !important;
  }
  .minw-sm-190 {
    min-width: 190% !important;
  }
  .minw-sm-195 {
    min-width: 195% !important;
  }
  .minw-sm-200 {
    min-width: 200% !important;
  }
  .minw-sm-225 {
    min-width: 225% !important;
  }
  .minw-sm-250 {
    min-width: 250% !important;
  }
  .minw-sm-275 {
    min-width: 275% !important;
  }
  .minw-sm-300 {
    min-width: 300% !important;
  }
  .minw-sm-325 {
    min-width: 325% !important;
  }
  .minw-sm-350 {
    min-width: 350% !important;
  }
  .minw-sm-375 {
    min-width: 375% !important;
  }
  .minw-sm-400 {
    min-width: 400% !important;
  }
  .minw-sm-auto {
    min-width: auto !important;
  }
  .minh-sm-0 {
    min-height: 0 !important;
  }
  .minh-sm-1 {
    min-height: 1% !important;
  }
  .minh-sm-2 {
    min-height: 2% !important;
  }
  .minh-sm-3 {
    min-height: 3% !important;
  }
  .minh-sm-4 {
    min-height: 4% !important;
  }
  .minh-sm-5 {
    min-height: 5% !important;
  }
  .minh-sm-6 {
    min-height: 6% !important;
  }
  .minh-sm-7 {
    min-height: 7% !important;
  }
  .minh-sm-8 {
    min-height: 8% !important;
  }
  .minh-sm-9 {
    min-height: 9% !important;
  }
  .minh-sm-10 {
    min-height: 10% !important;
  }
  .minh-sm-15 {
    min-height: 15% !important;
  }
  .minh-sm-20 {
    min-height: 20% !important;
  }
  .minh-sm-25 {
    min-height: 25% !important;
  }
  .minh-sm-30 {
    min-height: 30% !important;
  }
  .minh-sm-35 {
    min-height: 35% !important;
  }
  .minh-sm-40 {
    min-height: 40% !important;
  }
  .minh-sm-45 {
    min-height: 45% !important;
  }
  .minh-sm-50 {
    min-height: 50% !important;
  }
  .minh-sm-55 {
    min-height: 55% !important;
  }
  .minh-sm-60 {
    min-height: 60% !important;
  }
  .minh-sm-65 {
    min-height: 65% !important;
  }
  .minh-sm-70 {
    min-height: 70% !important;
  }
  .minh-sm-75 {
    min-height: 75% !important;
  }
  .minh-sm-80 {
    min-height: 80% !important;
  }
  .minh-sm-85 {
    min-height: 85% !important;
  }
  .minh-sm-90 {
    min-height: 90% !important;
  }
  .minh-sm-95 {
    min-height: 95% !important;
  }
  .minh-sm-100 {
    min-height: 100% !important;
  }
  .minh-sm-105 {
    min-height: 105% !important;
  }
  .minh-sm-110 {
    min-height: 110% !important;
  }
  .minh-sm-115 {
    min-height: 115% !important;
  }
  .minh-sm-120 {
    min-height: 120% !important;
  }
  .minh-sm-125 {
    min-height: 125% !important;
  }
  .minh-sm-130 {
    min-height: 130% !important;
  }
  .minh-sm-135 {
    min-height: 135% !important;
  }
  .minh-sm-140 {
    min-height: 140% !important;
  }
  .minh-sm-145 {
    min-height: 145% !important;
  }
  .minh-sm-150 {
    min-height: 150% !important;
  }
  .minh-sm-155 {
    min-height: 155% !important;
  }
  .minh-sm-160 {
    min-height: 160% !important;
  }
  .minh-sm-165 {
    min-height: 165% !important;
  }
  .minh-sm-170 {
    min-height: 170% !important;
  }
  .minh-sm-175 {
    min-height: 175% !important;
  }
  .minh-sm-180 {
    min-height: 180% !important;
  }
  .minh-sm-185 {
    min-height: 185% !important;
  }
  .minh-sm-190 {
    min-height: 190% !important;
  }
  .minh-sm-195 {
    min-height: 195% !important;
  }
  .minh-sm-200 {
    min-height: 200% !important;
  }
  .minh-sm-225 {
    min-height: 225% !important;
  }
  .minh-sm-250 {
    min-height: 250% !important;
  }
  .minh-sm-275 {
    min-height: 275% !important;
  }
  .minh-sm-300 {
    min-height: 300% !important;
  }
  .minh-sm-325 {
    min-height: 325% !important;
  }
  .minh-sm-350 {
    min-height: 350% !important;
  }
  .minh-sm-375 {
    min-height: 375% !important;
  }
  .minh-sm-400 {
    min-height: 400% !important;
  }
  .minh-sm-auto {
    min-height: auto !important;
  }
  .wpx-sm-0 {
    width: 0 !important;
  }
  .wpx-sm-1 {
    width: 1px !important;
  }
  .wpx-sm-2 {
    width: 2px !important;
  }
  .wpx-sm-3 {
    width: 3px !important;
  }
  .wpx-sm-4 {
    width: 4px !important;
  }
  .wpx-sm-5 {
    width: 5px !important;
  }
  .wpx-sm-6 {
    width: 6px !important;
  }
  .wpx-sm-7 {
    width: 7px !important;
  }
  .wpx-sm-8 {
    width: 8px !important;
  }
  .wpx-sm-9 {
    width: 9px !important;
  }
  .wpx-sm-10 {
    width: 10px !important;
  }
  .wpx-sm-15 {
    width: 15px !important;
  }
  .wpx-sm-20 {
    width: 20px !important;
  }
  .wpx-sm-25 {
    width: 25px !important;
  }
  .wpx-sm-30 {
    width: 30px !important;
  }
  .wpx-sm-35 {
    width: 35px !important;
  }
  .wpx-sm-40 {
    width: 40px !important;
  }
  .wpx-sm-45 {
    width: 45px !important;
  }
  .wpx-sm-50 {
    width: 50px !important;
  }
  .wpx-sm-55 {
    width: 55px !important;
  }
  .wpx-sm-60 {
    width: 60px !important;
  }
  .wpx-sm-65 {
    width: 65px !important;
  }
  .wpx-sm-70 {
    width: 70px !important;
  }
  .wpx-sm-75 {
    width: 75px !important;
  }
  .wpx-sm-80 {
    width: 80px !important;
  }
  .wpx-sm-85 {
    width: 85px !important;
  }
  .wpx-sm-90 {
    width: 90px !important;
  }
  .wpx-sm-95 {
    width: 95px !important;
  }
  .wpx-sm-100 {
    width: 100px !important;
  }
  .wpx-sm-105 {
    width: 105px !important;
  }
  .wpx-sm-110 {
    width: 110px !important;
  }
  .wpx-sm-115 {
    width: 115px !important;
  }
  .wpx-sm-120 {
    width: 120px !important;
  }
  .wpx-sm-125 {
    width: 125px !important;
  }
  .wpx-sm-130 {
    width: 130px !important;
  }
  .wpx-sm-135 {
    width: 135px !important;
  }
  .wpx-sm-140 {
    width: 140px !important;
  }
  .wpx-sm-145 {
    width: 145px !important;
  }
  .wpx-sm-150 {
    width: 150px !important;
  }
  .wpx-sm-155 {
    width: 155px !important;
  }
  .wpx-sm-160 {
    width: 160px !important;
  }
  .wpx-sm-165 {
    width: 165px !important;
  }
  .wpx-sm-170 {
    width: 170px !important;
  }
  .wpx-sm-175 {
    width: 175px !important;
  }
  .wpx-sm-180 {
    width: 180px !important;
  }
  .wpx-sm-185 {
    width: 185px !important;
  }
  .wpx-sm-190 {
    width: 190px !important;
  }
  .wpx-sm-195 {
    width: 195px !important;
  }
  .wpx-sm-200 {
    width: 200px !important;
  }
  .wpx-sm-210 {
    width: 210px !important;
  }
  .wpx-sm-220 {
    width: 220px !important;
  }
  .wpx-sm-230 {
    width: 230px !important;
  }
  .wpx-sm-240 {
    width: 240px !important;
  }
  .wpx-sm-250 {
    width: 250px !important;
  }
  .wpx-sm-260 {
    width: 260px !important;
  }
  .wpx-sm-270 {
    width: 270px !important;
  }
  .wpx-sm-280 {
    width: 280px !important;
  }
  .wpx-sm-290 {
    width: 290px !important;
  }
  .wpx-sm-300 {
    width: 300px !important;
  }
  .wpx-sm-310 {
    width: 310px !important;
  }
  .wpx-sm-320 {
    width: 320px !important;
  }
  .wpx-sm-330 {
    width: 330px !important;
  }
  .wpx-sm-340 {
    width: 340px !important;
  }
  .wpx-sm-350 {
    width: 350px !important;
  }
  .wpx-sm-360 {
    width: 360px !important;
  }
  .wpx-sm-370 {
    width: 370px !important;
  }
  .wpx-sm-380 {
    width: 380px !important;
  }
  .wpx-sm-390 {
    width: 390px !important;
  }
  .wpx-sm-400 {
    width: 400px !important;
  }
  .wpx-sm-410 {
    width: 410px !important;
  }
  .wpx-sm-420 {
    width: 420px !important;
  }
  .wpx-sm-430 {
    width: 430px !important;
  }
  .wpx-sm-440 {
    width: 440px !important;
  }
  .wpx-sm-450 {
    width: 450px !important;
  }
  .wpx-sm-460 {
    width: 460px !important;
  }
  .wpx-sm-470 {
    width: 470px !important;
  }
  .wpx-sm-480 {
    width: 480px !important;
  }
  .wpx-sm-490 {
    width: 490px !important;
  }
  .wpx-sm-500 {
    width: 500px !important;
  }
  .wpx-sm-510 {
    width: 510px !important;
  }
  .wpx-sm-520 {
    width: 520px !important;
  }
  .wpx-sm-530 {
    width: 530px !important;
  }
  .wpx-sm-540 {
    width: 540px !important;
  }
  .wpx-sm-550 {
    width: 550px !important;
  }
  .wpx-sm-560 {
    width: 560px !important;
  }
  .wpx-sm-570 {
    width: 570px !important;
  }
  .wpx-sm-580 {
    width: 580px !important;
  }
  .wpx-sm-590 {
    width: 590px !important;
  }
  .wpx-sm-600 {
    width: 600px !important;
  }
  .wpx-sm-650 {
    width: 650px !important;
  }
  .wpx-sm-700 {
    width: 700px !important;
  }
  .wpx-sm-750 {
    width: 750px !important;
  }
  .wpx-sm-800 {
    width: 800px !important;
  }
  .wpx-sm-850 {
    width: 850px !important;
  }
  .wpx-sm-900 {
    width: 900px !important;
  }
  .wpx-sm-950 {
    width: 950px !important;
  }
  .wpx-sm-1000 {
    width: 1000px !important;
  }
  .hpx-sm-0 {
    height: 0 !important;
  }
  .hpx-sm-1 {
    height: 1px !important;
  }
  .hpx-sm-2 {
    height: 2px !important;
  }
  .hpx-sm-3 {
    height: 3px !important;
  }
  .hpx-sm-4 {
    height: 4px !important;
  }
  .hpx-sm-5 {
    height: 5px !important;
  }
  .hpx-sm-6 {
    height: 6px !important;
  }
  .hpx-sm-7 {
    height: 7px !important;
  }
  .hpx-sm-8 {
    height: 8px !important;
  }
  .hpx-sm-9 {
    height: 9px !important;
  }
  .hpx-sm-10 {
    height: 10px !important;
  }
  .hpx-sm-15 {
    height: 15px !important;
  }
  .hpx-sm-20 {
    height: 20px !important;
  }
  .hpx-sm-25 {
    height: 25px !important;
  }
  .hpx-sm-30 {
    height: 30px !important;
  }
  .hpx-sm-35 {
    height: 35px !important;
  }
  .hpx-sm-40 {
    height: 40px !important;
  }
  .hpx-sm-45 {
    height: 45px !important;
  }
  .hpx-sm-50 {
    height: 50px !important;
  }
  .hpx-sm-55 {
    height: 55px !important;
  }
  .hpx-sm-60 {
    height: 60px !important;
  }
  .hpx-sm-65 {
    height: 65px !important;
  }
  .hpx-sm-70 {
    height: 70px !important;
  }
  .hpx-sm-75 {
    height: 75px !important;
  }
  .hpx-sm-80 {
    height: 80px !important;
  }
  .hpx-sm-85 {
    height: 85px !important;
  }
  .hpx-sm-90 {
    height: 90px !important;
  }
  .hpx-sm-95 {
    height: 95px !important;
  }
  .hpx-sm-100 {
    height: 100px !important;
  }
  .hpx-sm-105 {
    height: 105px !important;
  }
  .hpx-sm-110 {
    height: 110px !important;
  }
  .hpx-sm-115 {
    height: 115px !important;
  }
  .hpx-sm-120 {
    height: 120px !important;
  }
  .hpx-sm-125 {
    height: 125px !important;
  }
  .hpx-sm-130 {
    height: 130px !important;
  }
  .hpx-sm-135 {
    height: 135px !important;
  }
  .hpx-sm-140 {
    height: 140px !important;
  }
  .hpx-sm-145 {
    height: 145px !important;
  }
  .hpx-sm-150 {
    height: 150px !important;
  }
  .hpx-sm-155 {
    height: 155px !important;
  }
  .hpx-sm-160 {
    height: 160px !important;
  }
  .hpx-sm-165 {
    height: 165px !important;
  }
  .hpx-sm-170 {
    height: 170px !important;
  }
  .hpx-sm-175 {
    height: 175px !important;
  }
  .hpx-sm-180 {
    height: 180px !important;
  }
  .hpx-sm-185 {
    height: 185px !important;
  }
  .hpx-sm-190 {
    height: 190px !important;
  }
  .hpx-sm-195 {
    height: 195px !important;
  }
  .hpx-sm-200 {
    height: 200px !important;
  }
  .hpx-sm-210 {
    height: 210px !important;
  }
  .hpx-sm-220 {
    height: 220px !important;
  }
  .hpx-sm-230 {
    height: 230px !important;
  }
  .hpx-sm-240 {
    height: 240px !important;
  }
  .hpx-sm-250 {
    height: 250px !important;
  }
  .hpx-sm-260 {
    height: 260px !important;
  }
  .hpx-sm-270 {
    height: 270px !important;
  }
  .hpx-sm-280 {
    height: 280px !important;
  }
  .hpx-sm-290 {
    height: 290px !important;
  }
  .hpx-sm-300 {
    height: 300px !important;
  }
  .hpx-sm-310 {
    height: 310px !important;
  }
  .hpx-sm-320 {
    height: 320px !important;
  }
  .hpx-sm-330 {
    height: 330px !important;
  }
  .hpx-sm-340 {
    height: 340px !important;
  }
  .hpx-sm-350 {
    height: 350px !important;
  }
  .hpx-sm-360 {
    height: 360px !important;
  }
  .hpx-sm-370 {
    height: 370px !important;
  }
  .hpx-sm-380 {
    height: 380px !important;
  }
  .hpx-sm-390 {
    height: 390px !important;
  }
  .hpx-sm-400 {
    height: 400px !important;
  }
  .hpx-sm-410 {
    height: 410px !important;
  }
  .hpx-sm-420 {
    height: 420px !important;
  }
  .hpx-sm-430 {
    height: 430px !important;
  }
  .hpx-sm-440 {
    height: 440px !important;
  }
  .hpx-sm-450 {
    height: 450px !important;
  }
  .hpx-sm-460 {
    height: 460px !important;
  }
  .hpx-sm-470 {
    height: 470px !important;
  }
  .hpx-sm-480 {
    height: 480px !important;
  }
  .hpx-sm-490 {
    height: 490px !important;
  }
  .hpx-sm-500 {
    height: 500px !important;
  }
  .hpx-sm-510 {
    height: 510px !important;
  }
  .hpx-sm-520 {
    height: 520px !important;
  }
  .hpx-sm-530 {
    height: 530px !important;
  }
  .hpx-sm-540 {
    height: 540px !important;
  }
  .hpx-sm-550 {
    height: 550px !important;
  }
  .hpx-sm-560 {
    height: 560px !important;
  }
  .hpx-sm-570 {
    height: 570px !important;
  }
  .hpx-sm-580 {
    height: 580px !important;
  }
  .hpx-sm-590 {
    height: 590px !important;
  }
  .hpx-sm-600 {
    height: 600px !important;
  }
  .hpx-sm-650 {
    height: 650px !important;
  }
  .hpx-sm-700 {
    height: 700px !important;
  }
  .hpx-sm-750 {
    height: 750px !important;
  }
  .hpx-sm-800 {
    height: 800px !important;
  }
  .hpx-sm-850 {
    height: 850px !important;
  }
  .hpx-sm-900 {
    height: 900px !important;
  }
  .hpx-sm-950 {
    height: 950px !important;
  }
  .hpx-sm-1000 {
    height: 1000px !important;
  }
  .maxwpx-sm-0 {
    max-width: 0 !important;
  }
  .maxwpx-sm-1 {
    max-width: 1px !important;
  }
  .maxwpx-sm-2 {
    max-width: 2px !important;
  }
  .maxwpx-sm-3 {
    max-width: 3px !important;
  }
  .maxwpx-sm-4 {
    max-width: 4px !important;
  }
  .maxwpx-sm-5 {
    max-width: 5px !important;
  }
  .maxwpx-sm-6 {
    max-width: 6px !important;
  }
  .maxwpx-sm-7 {
    max-width: 7px !important;
  }
  .maxwpx-sm-8 {
    max-width: 8px !important;
  }
  .maxwpx-sm-9 {
    max-width: 9px !important;
  }
  .maxwpx-sm-10 {
    max-width: 10px !important;
  }
  .maxwpx-sm-15 {
    max-width: 15px !important;
  }
  .maxwpx-sm-20 {
    max-width: 20px !important;
  }
  .maxwpx-sm-25 {
    max-width: 25px !important;
  }
  .maxwpx-sm-30 {
    max-width: 30px !important;
  }
  .maxwpx-sm-35 {
    max-width: 35px !important;
  }
  .maxwpx-sm-40 {
    max-width: 40px !important;
  }
  .maxwpx-sm-45 {
    max-width: 45px !important;
  }
  .maxwpx-sm-50 {
    max-width: 50px !important;
  }
  .maxwpx-sm-55 {
    max-width: 55px !important;
  }
  .maxwpx-sm-60 {
    max-width: 60px !important;
  }
  .maxwpx-sm-65 {
    max-width: 65px !important;
  }
  .maxwpx-sm-70 {
    max-width: 70px !important;
  }
  .maxwpx-sm-75 {
    max-width: 75px !important;
  }
  .maxwpx-sm-80 {
    max-width: 80px !important;
  }
  .maxwpx-sm-85 {
    max-width: 85px !important;
  }
  .maxwpx-sm-90 {
    max-width: 90px !important;
  }
  .maxwpx-sm-95 {
    max-width: 95px !important;
  }
  .maxwpx-sm-100 {
    max-width: 100px !important;
  }
  .maxwpx-sm-105 {
    max-width: 105px !important;
  }
  .maxwpx-sm-110 {
    max-width: 110px !important;
  }
  .maxwpx-sm-115 {
    max-width: 115px !important;
  }
  .maxwpx-sm-120 {
    max-width: 120px !important;
  }
  .maxwpx-sm-125 {
    max-width: 125px !important;
  }
  .maxwpx-sm-130 {
    max-width: 130px !important;
  }
  .maxwpx-sm-135 {
    max-width: 135px !important;
  }
  .maxwpx-sm-140 {
    max-width: 140px !important;
  }
  .maxwpx-sm-145 {
    max-width: 145px !important;
  }
  .maxwpx-sm-150 {
    max-width: 150px !important;
  }
  .maxwpx-sm-155 {
    max-width: 155px !important;
  }
  .maxwpx-sm-160 {
    max-width: 160px !important;
  }
  .maxwpx-sm-165 {
    max-width: 165px !important;
  }
  .maxwpx-sm-170 {
    max-width: 170px !important;
  }
  .maxwpx-sm-175 {
    max-width: 175px !important;
  }
  .maxwpx-sm-180 {
    max-width: 180px !important;
  }
  .maxwpx-sm-185 {
    max-width: 185px !important;
  }
  .maxwpx-sm-190 {
    max-width: 190px !important;
  }
  .maxwpx-sm-195 {
    max-width: 195px !important;
  }
  .maxwpx-sm-200 {
    max-width: 200px !important;
  }
  .maxwpx-sm-210 {
    max-width: 210px !important;
  }
  .maxwpx-sm-220 {
    max-width: 220px !important;
  }
  .maxwpx-sm-230 {
    max-width: 230px !important;
  }
  .maxwpx-sm-240 {
    max-width: 240px !important;
  }
  .maxwpx-sm-250 {
    max-width: 250px !important;
  }
  .maxwpx-sm-260 {
    max-width: 260px !important;
  }
  .maxwpx-sm-270 {
    max-width: 270px !important;
  }
  .maxwpx-sm-280 {
    max-width: 280px !important;
  }
  .maxwpx-sm-290 {
    max-width: 290px !important;
  }
  .maxwpx-sm-300 {
    max-width: 300px !important;
  }
  .maxwpx-sm-310 {
    max-width: 310px !important;
  }
  .maxwpx-sm-320 {
    max-width: 320px !important;
  }
  .maxwpx-sm-330 {
    max-width: 330px !important;
  }
  .maxwpx-sm-340 {
    max-width: 340px !important;
  }
  .maxwpx-sm-350 {
    max-width: 350px !important;
  }
  .maxwpx-sm-360 {
    max-width: 360px !important;
  }
  .maxwpx-sm-370 {
    max-width: 370px !important;
  }
  .maxwpx-sm-380 {
    max-width: 380px !important;
  }
  .maxwpx-sm-390 {
    max-width: 390px !important;
  }
  .maxwpx-sm-400 {
    max-width: 400px !important;
  }
  .maxwpx-sm-410 {
    max-width: 410px !important;
  }
  .maxwpx-sm-420 {
    max-width: 420px !important;
  }
  .maxwpx-sm-430 {
    max-width: 430px !important;
  }
  .maxwpx-sm-440 {
    max-width: 440px !important;
  }
  .maxwpx-sm-450 {
    max-width: 450px !important;
  }
  .maxwpx-sm-460 {
    max-width: 460px !important;
  }
  .maxwpx-sm-470 {
    max-width: 470px !important;
  }
  .maxwpx-sm-480 {
    max-width: 480px !important;
  }
  .maxwpx-sm-490 {
    max-width: 490px !important;
  }
  .maxwpx-sm-500 {
    max-width: 500px !important;
  }
  .maxwpx-sm-510 {
    max-width: 510px !important;
  }
  .maxwpx-sm-520 {
    max-width: 520px !important;
  }
  .maxwpx-sm-530 {
    max-width: 530px !important;
  }
  .maxwpx-sm-540 {
    max-width: 540px !important;
  }
  .maxwpx-sm-550 {
    max-width: 550px !important;
  }
  .maxwpx-sm-560 {
    max-width: 560px !important;
  }
  .maxwpx-sm-570 {
    max-width: 570px !important;
  }
  .maxwpx-sm-580 {
    max-width: 580px !important;
  }
  .maxwpx-sm-590 {
    max-width: 590px !important;
  }
  .maxwpx-sm-600 {
    max-width: 600px !important;
  }
  .maxwpx-sm-650 {
    max-width: 650px !important;
  }
  .maxwpx-sm-700 {
    max-width: 700px !important;
  }
  .maxwpx-sm-750 {
    max-width: 750px !important;
  }
  .maxwpx-sm-800 {
    max-width: 800px !important;
  }
  .maxwpx-sm-850 {
    max-width: 850px !important;
  }
  .maxwpx-sm-900 {
    max-width: 900px !important;
  }
  .maxwpx-sm-950 {
    max-width: 950px !important;
  }
  .maxwpx-sm-1000 {
    max-width: 1000px !important;
  }
  .maxhpx-sm-0 {
    max-height: 0 !important;
  }
  .maxhpx-sm-1 {
    max-height: 1px !important;
  }
  .maxhpx-sm-2 {
    max-height: 2px !important;
  }
  .maxhpx-sm-3 {
    max-height: 3px !important;
  }
  .maxhpx-sm-4 {
    max-height: 4px !important;
  }
  .maxhpx-sm-5 {
    max-height: 5px !important;
  }
  .maxhpx-sm-6 {
    max-height: 6px !important;
  }
  .maxhpx-sm-7 {
    max-height: 7px !important;
  }
  .maxhpx-sm-8 {
    max-height: 8px !important;
  }
  .maxhpx-sm-9 {
    max-height: 9px !important;
  }
  .maxhpx-sm-10 {
    max-height: 10px !important;
  }
  .maxhpx-sm-15 {
    max-height: 15px !important;
  }
  .maxhpx-sm-20 {
    max-height: 20px !important;
  }
  .maxhpx-sm-25 {
    max-height: 25px !important;
  }
  .maxhpx-sm-30 {
    max-height: 30px !important;
  }
  .maxhpx-sm-35 {
    max-height: 35px !important;
  }
  .maxhpx-sm-40 {
    max-height: 40px !important;
  }
  .maxhpx-sm-45 {
    max-height: 45px !important;
  }
  .maxhpx-sm-50 {
    max-height: 50px !important;
  }
  .maxhpx-sm-55 {
    max-height: 55px !important;
  }
  .maxhpx-sm-60 {
    max-height: 60px !important;
  }
  .maxhpx-sm-65 {
    max-height: 65px !important;
  }
  .maxhpx-sm-70 {
    max-height: 70px !important;
  }
  .maxhpx-sm-75 {
    max-height: 75px !important;
  }
  .maxhpx-sm-80 {
    max-height: 80px !important;
  }
  .maxhpx-sm-85 {
    max-height: 85px !important;
  }
  .maxhpx-sm-90 {
    max-height: 90px !important;
  }
  .maxhpx-sm-95 {
    max-height: 95px !important;
  }
  .maxhpx-sm-100 {
    max-height: 100px !important;
  }
  .maxhpx-sm-105 {
    max-height: 105px !important;
  }
  .maxhpx-sm-110 {
    max-height: 110px !important;
  }
  .maxhpx-sm-115 {
    max-height: 115px !important;
  }
  .maxhpx-sm-120 {
    max-height: 120px !important;
  }
  .maxhpx-sm-125 {
    max-height: 125px !important;
  }
  .maxhpx-sm-130 {
    max-height: 130px !important;
  }
  .maxhpx-sm-135 {
    max-height: 135px !important;
  }
  .maxhpx-sm-140 {
    max-height: 140px !important;
  }
  .maxhpx-sm-145 {
    max-height: 145px !important;
  }
  .maxhpx-sm-150 {
    max-height: 150px !important;
  }
  .maxhpx-sm-155 {
    max-height: 155px !important;
  }
  .maxhpx-sm-160 {
    max-height: 160px !important;
  }
  .maxhpx-sm-165 {
    max-height: 165px !important;
  }
  .maxhpx-sm-170 {
    max-height: 170px !important;
  }
  .maxhpx-sm-175 {
    max-height: 175px !important;
  }
  .maxhpx-sm-180 {
    max-height: 180px !important;
  }
  .maxhpx-sm-185 {
    max-height: 185px !important;
  }
  .maxhpx-sm-190 {
    max-height: 190px !important;
  }
  .maxhpx-sm-195 {
    max-height: 195px !important;
  }
  .maxhpx-sm-200 {
    max-height: 200px !important;
  }
  .maxhpx-sm-210 {
    max-height: 210px !important;
  }
  .maxhpx-sm-220 {
    max-height: 220px !important;
  }
  .maxhpx-sm-230 {
    max-height: 230px !important;
  }
  .maxhpx-sm-240 {
    max-height: 240px !important;
  }
  .maxhpx-sm-250 {
    max-height: 250px !important;
  }
  .maxhpx-sm-260 {
    max-height: 260px !important;
  }
  .maxhpx-sm-270 {
    max-height: 270px !important;
  }
  .maxhpx-sm-280 {
    max-height: 280px !important;
  }
  .maxhpx-sm-290 {
    max-height: 290px !important;
  }
  .maxhpx-sm-300 {
    max-height: 300px !important;
  }
  .maxhpx-sm-310 {
    max-height: 310px !important;
  }
  .maxhpx-sm-320 {
    max-height: 320px !important;
  }
  .maxhpx-sm-330 {
    max-height: 330px !important;
  }
  .maxhpx-sm-340 {
    max-height: 340px !important;
  }
  .maxhpx-sm-350 {
    max-height: 350px !important;
  }
  .maxhpx-sm-360 {
    max-height: 360px !important;
  }
  .maxhpx-sm-370 {
    max-height: 370px !important;
  }
  .maxhpx-sm-380 {
    max-height: 380px !important;
  }
  .maxhpx-sm-390 {
    max-height: 390px !important;
  }
  .maxhpx-sm-400 {
    max-height: 400px !important;
  }
  .maxhpx-sm-410 {
    max-height: 410px !important;
  }
  .maxhpx-sm-420 {
    max-height: 420px !important;
  }
  .maxhpx-sm-430 {
    max-height: 430px !important;
  }
  .maxhpx-sm-440 {
    max-height: 440px !important;
  }
  .maxhpx-sm-450 {
    max-height: 450px !important;
  }
  .maxhpx-sm-460 {
    max-height: 460px !important;
  }
  .maxhpx-sm-470 {
    max-height: 470px !important;
  }
  .maxhpx-sm-480 {
    max-height: 480px !important;
  }
  .maxhpx-sm-490 {
    max-height: 490px !important;
  }
  .maxhpx-sm-500 {
    max-height: 500px !important;
  }
  .maxhpx-sm-510 {
    max-height: 510px !important;
  }
  .maxhpx-sm-520 {
    max-height: 520px !important;
  }
  .maxhpx-sm-530 {
    max-height: 530px !important;
  }
  .maxhpx-sm-540 {
    max-height: 540px !important;
  }
  .maxhpx-sm-550 {
    max-height: 550px !important;
  }
  .maxhpx-sm-560 {
    max-height: 560px !important;
  }
  .maxhpx-sm-570 {
    max-height: 570px !important;
  }
  .maxhpx-sm-580 {
    max-height: 580px !important;
  }
  .maxhpx-sm-590 {
    max-height: 590px !important;
  }
  .maxhpx-sm-600 {
    max-height: 600px !important;
  }
  .maxhpx-sm-650 {
    max-height: 650px !important;
  }
  .maxhpx-sm-700 {
    max-height: 700px !important;
  }
  .maxhpx-sm-750 {
    max-height: 750px !important;
  }
  .maxhpx-sm-800 {
    max-height: 800px !important;
  }
  .maxhpx-sm-850 {
    max-height: 850px !important;
  }
  .maxhpx-sm-900 {
    max-height: 900px !important;
  }
  .maxhpx-sm-950 {
    max-height: 950px !important;
  }
  .maxhpx-sm-1000 {
    max-height: 1000px !important;
  }
  .minwpx-sm-0 {
    min-width: 0 !important;
  }
  .minwpx-sm-1 {
    min-width: 1px !important;
  }
  .minwpx-sm-2 {
    min-width: 2px !important;
  }
  .minwpx-sm-3 {
    min-width: 3px !important;
  }
  .minwpx-sm-4 {
    min-width: 4px !important;
  }
  .minwpx-sm-5 {
    min-width: 5px !important;
  }
  .minwpx-sm-6 {
    min-width: 6px !important;
  }
  .minwpx-sm-7 {
    min-width: 7px !important;
  }
  .minwpx-sm-8 {
    min-width: 8px !important;
  }
  .minwpx-sm-9 {
    min-width: 9px !important;
  }
  .minwpx-sm-10 {
    min-width: 10px !important;
  }
  .minwpx-sm-15 {
    min-width: 15px !important;
  }
  .minwpx-sm-20 {
    min-width: 20px !important;
  }
  .minwpx-sm-25 {
    min-width: 25px !important;
  }
  .minwpx-sm-30 {
    min-width: 30px !important;
  }
  .minwpx-sm-35 {
    min-width: 35px !important;
  }
  .minwpx-sm-40 {
    min-width: 40px !important;
  }
  .minwpx-sm-45 {
    min-width: 45px !important;
  }
  .minwpx-sm-50 {
    min-width: 50px !important;
  }
  .minwpx-sm-55 {
    min-width: 55px !important;
  }
  .minwpx-sm-60 {
    min-width: 60px !important;
  }
  .minwpx-sm-65 {
    min-width: 65px !important;
  }
  .minwpx-sm-70 {
    min-width: 70px !important;
  }
  .minwpx-sm-75 {
    min-width: 75px !important;
  }
  .minwpx-sm-80 {
    min-width: 80px !important;
  }
  .minwpx-sm-85 {
    min-width: 85px !important;
  }
  .minwpx-sm-90 {
    min-width: 90px !important;
  }
  .minwpx-sm-95 {
    min-width: 95px !important;
  }
  .minwpx-sm-100 {
    min-width: 100px !important;
  }
  .minwpx-sm-105 {
    min-width: 105px !important;
  }
  .minwpx-sm-110 {
    min-width: 110px !important;
  }
  .minwpx-sm-115 {
    min-width: 115px !important;
  }
  .minwpx-sm-120 {
    min-width: 120px !important;
  }
  .minwpx-sm-125 {
    min-width: 125px !important;
  }
  .minwpx-sm-130 {
    min-width: 130px !important;
  }
  .minwpx-sm-135 {
    min-width: 135px !important;
  }
  .minwpx-sm-140 {
    min-width: 140px !important;
  }
  .minwpx-sm-145 {
    min-width: 145px !important;
  }
  .minwpx-sm-150 {
    min-width: 150px !important;
  }
  .minwpx-sm-155 {
    min-width: 155px !important;
  }
  .minwpx-sm-160 {
    min-width: 160px !important;
  }
  .minwpx-sm-165 {
    min-width: 165px !important;
  }
  .minwpx-sm-170 {
    min-width: 170px !important;
  }
  .minwpx-sm-175 {
    min-width: 175px !important;
  }
  .minwpx-sm-180 {
    min-width: 180px !important;
  }
  .minwpx-sm-185 {
    min-width: 185px !important;
  }
  .minwpx-sm-190 {
    min-width: 190px !important;
  }
  .minwpx-sm-195 {
    min-width: 195px !important;
  }
  .minwpx-sm-200 {
    min-width: 200px !important;
  }
  .minwpx-sm-210 {
    min-width: 210px !important;
  }
  .minwpx-sm-220 {
    min-width: 220px !important;
  }
  .minwpx-sm-230 {
    min-width: 230px !important;
  }
  .minwpx-sm-240 {
    min-width: 240px !important;
  }
  .minwpx-sm-250 {
    min-width: 250px !important;
  }
  .minwpx-sm-260 {
    min-width: 260px !important;
  }
  .minwpx-sm-270 {
    min-width: 270px !important;
  }
  .minwpx-sm-280 {
    min-width: 280px !important;
  }
  .minwpx-sm-290 {
    min-width: 290px !important;
  }
  .minwpx-sm-300 {
    min-width: 300px !important;
  }
  .minwpx-sm-310 {
    min-width: 310px !important;
  }
  .minwpx-sm-320 {
    min-width: 320px !important;
  }
  .minwpx-sm-330 {
    min-width: 330px !important;
  }
  .minwpx-sm-340 {
    min-width: 340px !important;
  }
  .minwpx-sm-350 {
    min-width: 350px !important;
  }
  .minwpx-sm-360 {
    min-width: 360px !important;
  }
  .minwpx-sm-370 {
    min-width: 370px !important;
  }
  .minwpx-sm-380 {
    min-width: 380px !important;
  }
  .minwpx-sm-390 {
    min-width: 390px !important;
  }
  .minwpx-sm-400 {
    min-width: 400px !important;
  }
  .minwpx-sm-410 {
    min-width: 410px !important;
  }
  .minwpx-sm-420 {
    min-width: 420px !important;
  }
  .minwpx-sm-430 {
    min-width: 430px !important;
  }
  .minwpx-sm-440 {
    min-width: 440px !important;
  }
  .minwpx-sm-450 {
    min-width: 450px !important;
  }
  .minwpx-sm-460 {
    min-width: 460px !important;
  }
  .minwpx-sm-470 {
    min-width: 470px !important;
  }
  .minwpx-sm-480 {
    min-width: 480px !important;
  }
  .minwpx-sm-490 {
    min-width: 490px !important;
  }
  .minwpx-sm-500 {
    min-width: 500px !important;
  }
  .minwpx-sm-510 {
    min-width: 510px !important;
  }
  .minwpx-sm-520 {
    min-width: 520px !important;
  }
  .minwpx-sm-530 {
    min-width: 530px !important;
  }
  .minwpx-sm-540 {
    min-width: 540px !important;
  }
  .minwpx-sm-550 {
    min-width: 550px !important;
  }
  .minwpx-sm-560 {
    min-width: 560px !important;
  }
  .minwpx-sm-570 {
    min-width: 570px !important;
  }
  .minwpx-sm-580 {
    min-width: 580px !important;
  }
  .minwpx-sm-590 {
    min-width: 590px !important;
  }
  .minwpx-sm-600 {
    min-width: 600px !important;
  }
  .minwpx-sm-650 {
    min-width: 650px !important;
  }
  .minwpx-sm-700 {
    min-width: 700px !important;
  }
  .minwpx-sm-750 {
    min-width: 750px !important;
  }
  .minwpx-sm-800 {
    min-width: 800px !important;
  }
  .minwpx-sm-850 {
    min-width: 850px !important;
  }
  .minwpx-sm-900 {
    min-width: 900px !important;
  }
  .minwpx-sm-950 {
    min-width: 950px !important;
  }
  .minwpx-sm-1000 {
    min-width: 1000px !important;
  }
  .minhpx-sm-0 {
    min-height: 0 !important;
  }
  .minhpx-sm-1 {
    min-height: 1px !important;
  }
  .minhpx-sm-2 {
    min-height: 2px !important;
  }
  .minhpx-sm-3 {
    min-height: 3px !important;
  }
  .minhpx-sm-4 {
    min-height: 4px !important;
  }
  .minhpx-sm-5 {
    min-height: 5px !important;
  }
  .minhpx-sm-6 {
    min-height: 6px !important;
  }
  .minhpx-sm-7 {
    min-height: 7px !important;
  }
  .minhpx-sm-8 {
    min-height: 8px !important;
  }
  .minhpx-sm-9 {
    min-height: 9px !important;
  }
  .minhpx-sm-10 {
    min-height: 10px !important;
  }
  .minhpx-sm-15 {
    min-height: 15px !important;
  }
  .minhpx-sm-20 {
    min-height: 20px !important;
  }
  .minhpx-sm-25 {
    min-height: 25px !important;
  }
  .minhpx-sm-30 {
    min-height: 30px !important;
  }
  .minhpx-sm-35 {
    min-height: 35px !important;
  }
  .minhpx-sm-40 {
    min-height: 40px !important;
  }
  .minhpx-sm-45 {
    min-height: 45px !important;
  }
  .minhpx-sm-50 {
    min-height: 50px !important;
  }
  .minhpx-sm-55 {
    min-height: 55px !important;
  }
  .minhpx-sm-60 {
    min-height: 60px !important;
  }
  .minhpx-sm-65 {
    min-height: 65px !important;
  }
  .minhpx-sm-70 {
    min-height: 70px !important;
  }
  .minhpx-sm-75 {
    min-height: 75px !important;
  }
  .minhpx-sm-80 {
    min-height: 80px !important;
  }
  .minhpx-sm-85 {
    min-height: 85px !important;
  }
  .minhpx-sm-90 {
    min-height: 90px !important;
  }
  .minhpx-sm-95 {
    min-height: 95px !important;
  }
  .minhpx-sm-100 {
    min-height: 100px !important;
  }
  .minhpx-sm-105 {
    min-height: 105px !important;
  }
  .minhpx-sm-110 {
    min-height: 110px !important;
  }
  .minhpx-sm-115 {
    min-height: 115px !important;
  }
  .minhpx-sm-120 {
    min-height: 120px !important;
  }
  .minhpx-sm-125 {
    min-height: 125px !important;
  }
  .minhpx-sm-130 {
    min-height: 130px !important;
  }
  .minhpx-sm-135 {
    min-height: 135px !important;
  }
  .minhpx-sm-140 {
    min-height: 140px !important;
  }
  .minhpx-sm-145 {
    min-height: 145px !important;
  }
  .minhpx-sm-150 {
    min-height: 150px !important;
  }
  .minhpx-sm-155 {
    min-height: 155px !important;
  }
  .minhpx-sm-160 {
    min-height: 160px !important;
  }
  .minhpx-sm-165 {
    min-height: 165px !important;
  }
  .minhpx-sm-170 {
    min-height: 170px !important;
  }
  .minhpx-sm-175 {
    min-height: 175px !important;
  }
  .minhpx-sm-180 {
    min-height: 180px !important;
  }
  .minhpx-sm-185 {
    min-height: 185px !important;
  }
  .minhpx-sm-190 {
    min-height: 190px !important;
  }
  .minhpx-sm-195 {
    min-height: 195px !important;
  }
  .minhpx-sm-200 {
    min-height: 200px !important;
  }
  .minhpx-sm-210 {
    min-height: 210px !important;
  }
  .minhpx-sm-220 {
    min-height: 220px !important;
  }
  .minhpx-sm-230 {
    min-height: 230px !important;
  }
  .minhpx-sm-240 {
    min-height: 240px !important;
  }
  .minhpx-sm-250 {
    min-height: 250px !important;
  }
  .minhpx-sm-260 {
    min-height: 260px !important;
  }
  .minhpx-sm-270 {
    min-height: 270px !important;
  }
  .minhpx-sm-280 {
    min-height: 280px !important;
  }
  .minhpx-sm-290 {
    min-height: 290px !important;
  }
  .minhpx-sm-300 {
    min-height: 300px !important;
  }
  .minhpx-sm-310 {
    min-height: 310px !important;
  }
  .minhpx-sm-320 {
    min-height: 320px !important;
  }
  .minhpx-sm-330 {
    min-height: 330px !important;
  }
  .minhpx-sm-340 {
    min-height: 340px !important;
  }
  .minhpx-sm-350 {
    min-height: 350px !important;
  }
  .minhpx-sm-360 {
    min-height: 360px !important;
  }
  .minhpx-sm-370 {
    min-height: 370px !important;
  }
  .minhpx-sm-380 {
    min-height: 380px !important;
  }
  .minhpx-sm-390 {
    min-height: 390px !important;
  }
  .minhpx-sm-400 {
    min-height: 400px !important;
  }
  .minhpx-sm-410 {
    min-height: 410px !important;
  }
  .minhpx-sm-420 {
    min-height: 420px !important;
  }
  .minhpx-sm-430 {
    min-height: 430px !important;
  }
  .minhpx-sm-440 {
    min-height: 440px !important;
  }
  .minhpx-sm-450 {
    min-height: 450px !important;
  }
  .minhpx-sm-460 {
    min-height: 460px !important;
  }
  .minhpx-sm-470 {
    min-height: 470px !important;
  }
  .minhpx-sm-480 {
    min-height: 480px !important;
  }
  .minhpx-sm-490 {
    min-height: 490px !important;
  }
  .minhpx-sm-500 {
    min-height: 500px !important;
  }
  .minhpx-sm-510 {
    min-height: 510px !important;
  }
  .minhpx-sm-520 {
    min-height: 520px !important;
  }
  .minhpx-sm-530 {
    min-height: 530px !important;
  }
  .minhpx-sm-540 {
    min-height: 540px !important;
  }
  .minhpx-sm-550 {
    min-height: 550px !important;
  }
  .minhpx-sm-560 {
    min-height: 560px !important;
  }
  .minhpx-sm-570 {
    min-height: 570px !important;
  }
  .minhpx-sm-580 {
    min-height: 580px !important;
  }
  .minhpx-sm-590 {
    min-height: 590px !important;
  }
  .minhpx-sm-600 {
    min-height: 600px !important;
  }
  .minhpx-sm-650 {
    min-height: 650px !important;
  }
  .minhpx-sm-700 {
    min-height: 700px !important;
  }
  .minhpx-sm-750 {
    min-height: 750px !important;
  }
  .minhpx-sm-800 {
    min-height: 800px !important;
  }
  .minhpx-sm-850 {
    min-height: 850px !important;
  }
  .minhpx-sm-900 {
    min-height: 900px !important;
  }
  .minhpx-sm-950 {
    min-height: 950px !important;
  }
  .minhpx-sm-1000 {
    min-height: 1000px !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .fs-sm-7 {
    font-size: 0.95rem !important;
  }
  .fs-sm-8 {
    font-size: 0.9rem !important;
  }
  .fs-sm-9 {
    font-size: 0.85rem !important;
  }
  .fs-sm-10 {
    font-size: 0.8rem !important;
  }
  .bwidth-sm-0 {
    border-width: 0 !important;
  }
  .bwidth-sm-1 {
    border-width: 1px !important;
  }
  .bwidth-sm-2 {
    border-width: 2px !important;
  }
  .bwidth-sm-3 {
    border-width: 3px !important;
  }
  .bwidth-sm-4 {
    border-width: 4px !important;
  }
  .bwidth-sm-5 {
    border-width: 5px !important;
  }
  .rounded-sm {
    border-radius: 0.375rem !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-2 {
    border-radius: 0.375rem !important;
  }
  .rounded-sm-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-sm-4 {
    border-radius: 0.5rem !important;
  }
  .rounded-sm-5 {
    border-radius: 0.8rem !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-sm-pill {
    border-radius: 50rem !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-5 {
    top: 5% !important;
  }
  .top-sm-10 {
    top: 10% !important;
  }
  .top-sm-15 {
    top: 15% !important;
  }
  .top-sm-20 {
    top: 20% !important;
  }
  .top-sm-25 {
    top: 25% !important;
  }
  .top-sm-30 {
    top: 30% !important;
  }
  .top-sm-35 {
    top: 35% !important;
  }
  .top-sm-40 {
    top: 40% !important;
  }
  .top-sm-45 {
    top: 45% !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-55 {
    top: 55% !important;
  }
  .top-sm-60 {
    top: 60% !important;
  }
  .top-sm-65 {
    top: 65% !important;
  }
  .top-sm-70 {
    top: 70% !important;
  }
  .top-sm-75 {
    top: 75% !important;
  }
  .top-sm-80 {
    top: 80% !important;
  }
  .top-sm-85 {
    top: 85% !important;
  }
  .top-sm-90 {
    top: 90% !important;
  }
  .top-sm-95 {
    top: 95% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-5 {
    bottom: 5% !important;
  }
  .bottom-sm-10 {
    bottom: 10% !important;
  }
  .bottom-sm-15 {
    bottom: 15% !important;
  }
  .bottom-sm-20 {
    bottom: 20% !important;
  }
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  .bottom-sm-30 {
    bottom: 30% !important;
  }
  .bottom-sm-35 {
    bottom: 35% !important;
  }
  .bottom-sm-40 {
    bottom: 40% !important;
  }
  .bottom-sm-45 {
    bottom: 45% !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-55 {
    bottom: 55% !important;
  }
  .bottom-sm-60 {
    bottom: 60% !important;
  }
  .bottom-sm-65 {
    bottom: 65% !important;
  }
  .bottom-sm-70 {
    bottom: 70% !important;
  }
  .bottom-sm-75 {
    bottom: 75% !important;
  }
  .bottom-sm-80 {
    bottom: 80% !important;
  }
  .bottom-sm-85 {
    bottom: 85% !important;
  }
  .bottom-sm-90 {
    bottom: 90% !important;
  }
  .bottom-sm-95 {
    bottom: 95% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-5 {
    left: 5% !important;
  }
  .start-sm-10 {
    left: 10% !important;
  }
  .start-sm-15 {
    left: 15% !important;
  }
  .start-sm-20 {
    left: 20% !important;
  }
  .start-sm-25 {
    left: 25% !important;
  }
  .start-sm-30 {
    left: 30% !important;
  }
  .start-sm-35 {
    left: 35% !important;
  }
  .start-sm-40 {
    left: 40% !important;
  }
  .start-sm-45 {
    left: 45% !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-55 {
    left: 55% !important;
  }
  .start-sm-60 {
    left: 60% !important;
  }
  .start-sm-65 {
    left: 65% !important;
  }
  .start-sm-70 {
    left: 70% !important;
  }
  .start-sm-75 {
    left: 75% !important;
  }
  .start-sm-80 {
    left: 80% !important;
  }
  .start-sm-85 {
    left: 85% !important;
  }
  .start-sm-90 {
    left: 90% !important;
  }
  .start-sm-95 {
    left: 95% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-5 {
    right: 5% !important;
  }
  .end-sm-10 {
    right: 10% !important;
  }
  .end-sm-15 {
    right: 15% !important;
  }
  .end-sm-20 {
    right: 20% !important;
  }
  .end-sm-25 {
    right: 25% !important;
  }
  .end-sm-30 {
    right: 30% !important;
  }
  .end-sm-35 {
    right: 35% !important;
  }
  .end-sm-40 {
    right: 40% !important;
  }
  .end-sm-45 {
    right: 45% !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-55 {
    right: 55% !important;
  }
  .end-sm-60 {
    right: 60% !important;
  }
  .end-sm-65 {
    right: 65% !important;
  }
  .end-sm-70 {
    right: 70% !important;
  }
  .end-sm-75 {
    right: 75% !important;
  }
  .end-sm-80 {
    right: 80% !important;
  }
  .end-sm-85 {
    right: 85% !important;
  }
  .end-sm-90 {
    right: 90% !important;
  }
  .end-sm-95 {
    right: 95% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .top-sm-n5 {
    top: -5% !important;
  }
  .top-sm-n10 {
    top: -10% !important;
  }
  .top-sm-n15 {
    top: -15% !important;
  }
  .top-sm-n20 {
    top: -20% !important;
  }
  .top-sm-n25 {
    top: -25% !important;
  }
  .top-sm-n30 {
    top: -30% !important;
  }
  .top-sm-n35 {
    top: -35% !important;
  }
  .top-sm-n40 {
    top: -40% !important;
  }
  .top-sm-n45 {
    top: -45% !important;
  }
  .top-sm-n50 {
    top: -50% !important;
  }
  .top-sm-n55 {
    top: -55% !important;
  }
  .top-sm-n60 {
    top: -60% !important;
  }
  .top-sm-n65 {
    top: -65% !important;
  }
  .top-sm-n70 {
    top: -70% !important;
  }
  .top-sm-n75 {
    top: -75% !important;
  }
  .top-sm-n80 {
    top: -80% !important;
  }
  .top-sm-n85 {
    top: -85% !important;
  }
  .top-sm-n90 {
    top: -90% !important;
  }
  .top-sm-n95 {
    top: -95% !important;
  }
  .top-sm-n100 {
    top: -100% !important;
  }
  .bottom-sm-n5 {
    bottom: -5% !important;
  }
  .bottom-sm-n10 {
    bottom: -10% !important;
  }
  .bottom-sm-n15 {
    bottom: -15% !important;
  }
  .bottom-sm-n20 {
    bottom: -20% !important;
  }
  .bottom-sm-n25 {
    bottom: -25% !important;
  }
  .bottom-sm-n30 {
    bottom: -30% !important;
  }
  .bottom-sm-n35 {
    bottom: -35% !important;
  }
  .bottom-sm-n40 {
    bottom: -40% !important;
  }
  .bottom-sm-n45 {
    bottom: -45% !important;
  }
  .bottom-sm-n50 {
    bottom: -50% !important;
  }
  .bottom-sm-n55 {
    bottom: -55% !important;
  }
  .bottom-sm-n60 {
    bottom: -60% !important;
  }
  .bottom-sm-n65 {
    bottom: -65% !important;
  }
  .bottom-sm-n70 {
    bottom: -70% !important;
  }
  .bottom-sm-n75 {
    bottom: -75% !important;
  }
  .bottom-sm-n80 {
    bottom: -80% !important;
  }
  .bottom-sm-n85 {
    bottom: -85% !important;
  }
  .bottom-sm-n90 {
    bottom: -90% !important;
  }
  .bottom-sm-n95 {
    bottom: -95% !important;
  }
  .bottom-sm-n100 {
    bottom: -100% !important;
  }
  .start-sm-n5 {
    left: -5% !important;
  }
  .start-sm-n10 {
    left: -10% !important;
  }
  .start-sm-n15 {
    left: -15% !important;
  }
  .start-sm-n20 {
    left: -20% !important;
  }
  .start-sm-n25 {
    left: -25% !important;
  }
  .start-sm-n30 {
    left: -30% !important;
  }
  .start-sm-n35 {
    left: -35% !important;
  }
  .start-sm-n40 {
    left: -40% !important;
  }
  .start-sm-n45 {
    left: -45% !important;
  }
  .start-sm-n50 {
    left: -50% !important;
  }
  .start-sm-n55 {
    left: -55% !important;
  }
  .start-sm-n60 {
    left: -60% !important;
  }
  .start-sm-n65 {
    left: -65% !important;
  }
  .start-sm-n70 {
    left: -70% !important;
  }
  .start-sm-n75 {
    left: -75% !important;
  }
  .start-sm-n80 {
    left: -80% !important;
  }
  .start-sm-n85 {
    left: -85% !important;
  }
  .start-sm-n90 {
    left: -90% !important;
  }
  .start-sm-n95 {
    left: -95% !important;
  }
  .start-sm-n100 {
    left: -100% !important;
  }
  .end-sm-n5 {
    right: -5% !important;
  }
  .end-sm-n10 {
    right: -10% !important;
  }
  .end-sm-n15 {
    right: -15% !important;
  }
  .end-sm-n20 {
    right: -20% !important;
  }
  .end-sm-n25 {
    right: -25% !important;
  }
  .end-sm-n30 {
    right: -30% !important;
  }
  .end-sm-n35 {
    right: -35% !important;
  }
  .end-sm-n40 {
    right: -40% !important;
  }
  .end-sm-n45 {
    right: -45% !important;
  }
  .end-sm-n50 {
    right: -50% !important;
  }
  .end-sm-n55 {
    right: -55% !important;
  }
  .end-sm-n60 {
    right: -60% !important;
  }
  .end-sm-n65 {
    right: -65% !important;
  }
  .end-sm-n70 {
    right: -70% !important;
  }
  .end-sm-n75 {
    right: -75% !important;
  }
  .end-sm-n80 {
    right: -80% !important;
  }
  .end-sm-n85 {
    right: -85% !important;
  }
  .end-sm-n90 {
    right: -90% !important;
  }
  .end-sm-n95 {
    right: -95% !important;
  }
  .end-sm-n100 {
    right: -100% !important;
  }
  .mtpx-sm-0 {
    margin-top: 0 !important;
  }
  .mtpx-sm-1 {
    margin-top: 1px !important;
  }
  .mtpx-sm-2 {
    margin-top: 2px !important;
  }
  .mtpx-sm-3 {
    margin-top: 3px !important;
  }
  .mtpx-sm-4 {
    margin-top: 4px !important;
  }
  .mtpx-sm-5 {
    margin-top: 5px !important;
  }
  .mtpx-sm-6 {
    margin-top: 6px !important;
  }
  .mtpx-sm-7 {
    margin-top: 7px !important;
  }
  .mtpx-sm-8 {
    margin-top: 8px !important;
  }
  .mtpx-sm-9 {
    margin-top: 9px !important;
  }
  .mtpx-sm-10 {
    margin-top: 10px !important;
  }
  .mtpx-sm-11 {
    margin-top: 11px !important;
  }
  .mtpx-sm-12 {
    margin-top: 12px !important;
  }
  .mtpx-sm-13 {
    margin-top: 13px !important;
  }
  .mtpx-sm-14 {
    margin-top: 14px !important;
  }
  .mtpx-sm-15 {
    margin-top: 15px !important;
  }
  .mtpx-sm-16 {
    margin-top: 16px !important;
  }
  .mtpx-sm-17 {
    margin-top: 17px !important;
  }
  .mtpx-sm-18 {
    margin-top: 18px !important;
  }
  .mtpx-sm-19 {
    margin-top: 19px !important;
  }
  .mtpx-sm-20 {
    margin-top: 20px !important;
  }
  .mtpx-sm-21 {
    margin-top: 21px !important;
  }
  .mtpx-sm-22 {
    margin-top: 22px !important;
  }
  .mtpx-sm-23 {
    margin-top: 23px !important;
  }
  .mtpx-sm-24 {
    margin-top: 24px !important;
  }
  .mtpx-sm-25 {
    margin-top: 25px !important;
  }
  .mtpx-sm-26 {
    margin-top: 26px !important;
  }
  .mtpx-sm-27 {
    margin-top: 27px !important;
  }
  .mtpx-sm-28 {
    margin-top: 28px !important;
  }
  .mtpx-sm-29 {
    margin-top: 29px !important;
  }
  .mtpx-sm-30 {
    margin-top: 30px !important;
  }
  .mtpx-sm-35 {
    margin-top: 35px !important;
  }
  .mtpx-sm-40 {
    margin-top: 40px !important;
  }
  .mtpx-sm-45 {
    margin-top: 45px !important;
  }
  .mtpx-sm-50 {
    margin-top: 50px !important;
  }
  .mtpx-sm-55 {
    margin-top: 55px !important;
  }
  .mtpx-sm-60 {
    margin-top: 60px !important;
  }
  .mtpx-sm-65 {
    margin-top: 65px !important;
  }
  .mtpx-sm-70 {
    margin-top: 70px !important;
  }
  .mtpx-sm-75 {
    margin-top: 75px !important;
  }
  .mtpx-sm-80 {
    margin-top: 80px !important;
  }
  .mtpx-sm-85 {
    margin-top: 85px !important;
  }
  .mtpx-sm-90 {
    margin-top: 90px !important;
  }
  .mtpx-sm-95 {
    margin-top: 95px !important;
  }
  .mtpx-sm-100 {
    margin-top: 100px !important;
  }
  .mtpx-sm-105 {
    margin-top: 105px !important;
  }
  .mtpx-sm-110 {
    margin-top: 110px !important;
  }
  .mtpx-sm-115 {
    margin-top: 115px !important;
  }
  .mtpx-sm-120 {
    margin-top: 120px !important;
  }
  .mtpx-sm-125 {
    margin-top: 125px !important;
  }
  .mtpx-sm-130 {
    margin-top: 130px !important;
  }
  .mtpx-sm-140 {
    margin-top: 140px !important;
  }
  .mtpx-sm-145 {
    margin-top: 145px !important;
  }
  .mtpx-sm-150 {
    margin-top: 150px !important;
  }
  .mbpx-sm-0 {
    margin-bottom: 0 !important;
  }
  .mbpx-sm-1 {
    margin-bottom: 1px !important;
  }
  .mbpx-sm-2 {
    margin-bottom: 2px !important;
  }
  .mbpx-sm-3 {
    margin-bottom: 3px !important;
  }
  .mbpx-sm-4 {
    margin-bottom: 4px !important;
  }
  .mbpx-sm-5 {
    margin-bottom: 5px !important;
  }
  .mbpx-sm-6 {
    margin-bottom: 6px !important;
  }
  .mbpx-sm-7 {
    margin-bottom: 7px !important;
  }
  .mbpx-sm-8 {
    margin-bottom: 8px !important;
  }
  .mbpx-sm-9 {
    margin-bottom: 9px !important;
  }
  .mbpx-sm-10 {
    margin-bottom: 10px !important;
  }
  .mbpx-sm-11 {
    margin-bottom: 11px !important;
  }
  .mbpx-sm-12 {
    margin-bottom: 12px !important;
  }
  .mbpx-sm-13 {
    margin-bottom: 13px !important;
  }
  .mbpx-sm-14 {
    margin-bottom: 14px !important;
  }
  .mbpx-sm-15 {
    margin-bottom: 15px !important;
  }
  .mbpx-sm-16 {
    margin-bottom: 16px !important;
  }
  .mbpx-sm-17 {
    margin-bottom: 17px !important;
  }
  .mbpx-sm-18 {
    margin-bottom: 18px !important;
  }
  .mbpx-sm-19 {
    margin-bottom: 19px !important;
  }
  .mbpx-sm-20 {
    margin-bottom: 20px !important;
  }
  .mbpx-sm-21 {
    margin-bottom: 21px !important;
  }
  .mbpx-sm-22 {
    margin-bottom: 22px !important;
  }
  .mbpx-sm-23 {
    margin-bottom: 23px !important;
  }
  .mbpx-sm-24 {
    margin-bottom: 24px !important;
  }
  .mbpx-sm-25 {
    margin-bottom: 25px !important;
  }
  .mbpx-sm-26 {
    margin-bottom: 26px !important;
  }
  .mbpx-sm-27 {
    margin-bottom: 27px !important;
  }
  .mbpx-sm-28 {
    margin-bottom: 28px !important;
  }
  .mbpx-sm-29 {
    margin-bottom: 29px !important;
  }
  .mbpx-sm-30 {
    margin-bottom: 30px !important;
  }
  .mbpx-sm-35 {
    margin-bottom: 35px !important;
  }
  .mbpx-sm-40 {
    margin-bottom: 40px !important;
  }
  .mbpx-sm-45 {
    margin-bottom: 45px !important;
  }
  .mbpx-sm-50 {
    margin-bottom: 50px !important;
  }
  .mbpx-sm-55 {
    margin-bottom: 55px !important;
  }
  .mbpx-sm-60 {
    margin-bottom: 60px !important;
  }
  .mbpx-sm-65 {
    margin-bottom: 65px !important;
  }
  .mbpx-sm-70 {
    margin-bottom: 70px !important;
  }
  .mbpx-sm-75 {
    margin-bottom: 75px !important;
  }
  .mbpx-sm-80 {
    margin-bottom: 80px !important;
  }
  .mbpx-sm-85 {
    margin-bottom: 85px !important;
  }
  .mbpx-sm-90 {
    margin-bottom: 90px !important;
  }
  .mbpx-sm-95 {
    margin-bottom: 95px !important;
  }
  .mbpx-sm-100 {
    margin-bottom: 100px !important;
  }
  .mbpx-sm-105 {
    margin-bottom: 105px !important;
  }
  .mbpx-sm-110 {
    margin-bottom: 110px !important;
  }
  .mbpx-sm-115 {
    margin-bottom: 115px !important;
  }
  .mbpx-sm-120 {
    margin-bottom: 120px !important;
  }
  .mbpx-sm-125 {
    margin-bottom: 125px !important;
  }
  .mbpx-sm-130 {
    margin-bottom: 130px !important;
  }
  .mbpx-sm-140 {
    margin-bottom: 140px !important;
  }
  .mbpx-sm-145 {
    margin-bottom: 145px !important;
  }
  .mbpx-sm-150 {
    margin-bottom: 150px !important;
  }
  .mspx-sm-0 {
    margin-left: 0 !important;
  }
  .mspx-sm-1 {
    margin-left: 1px !important;
  }
  .mspx-sm-2 {
    margin-left: 2px !important;
  }
  .mspx-sm-3 {
    margin-left: 3px !important;
  }
  .mspx-sm-4 {
    margin-left: 4px !important;
  }
  .mspx-sm-5 {
    margin-left: 5px !important;
  }
  .mspx-sm-6 {
    margin-left: 6px !important;
  }
  .mspx-sm-7 {
    margin-left: 7px !important;
  }
  .mspx-sm-8 {
    margin-left: 8px !important;
  }
  .mspx-sm-9 {
    margin-left: 9px !important;
  }
  .mspx-sm-10 {
    margin-left: 10px !important;
  }
  .mspx-sm-11 {
    margin-left: 11px !important;
  }
  .mspx-sm-12 {
    margin-left: 12px !important;
  }
  .mspx-sm-13 {
    margin-left: 13px !important;
  }
  .mspx-sm-14 {
    margin-left: 14px !important;
  }
  .mspx-sm-15 {
    margin-left: 15px !important;
  }
  .mspx-sm-16 {
    margin-left: 16px !important;
  }
  .mspx-sm-17 {
    margin-left: 17px !important;
  }
  .mspx-sm-18 {
    margin-left: 18px !important;
  }
  .mspx-sm-19 {
    margin-left: 19px !important;
  }
  .mspx-sm-20 {
    margin-left: 20px !important;
  }
  .mspx-sm-21 {
    margin-left: 21px !important;
  }
  .mspx-sm-22 {
    margin-left: 22px !important;
  }
  .mspx-sm-23 {
    margin-left: 23px !important;
  }
  .mspx-sm-24 {
    margin-left: 24px !important;
  }
  .mspx-sm-25 {
    margin-left: 25px !important;
  }
  .mspx-sm-26 {
    margin-left: 26px !important;
  }
  .mspx-sm-27 {
    margin-left: 27px !important;
  }
  .mspx-sm-28 {
    margin-left: 28px !important;
  }
  .mspx-sm-29 {
    margin-left: 29px !important;
  }
  .mspx-sm-30 {
    margin-left: 30px !important;
  }
  .mspx-sm-35 {
    margin-left: 35px !important;
  }
  .mspx-sm-40 {
    margin-left: 40px !important;
  }
  .mspx-sm-45 {
    margin-left: 45px !important;
  }
  .mspx-sm-50 {
    margin-left: 50px !important;
  }
  .mspx-sm-55 {
    margin-left: 55px !important;
  }
  .mspx-sm-60 {
    margin-left: 60px !important;
  }
  .mspx-sm-65 {
    margin-left: 65px !important;
  }
  .mspx-sm-70 {
    margin-left: 70px !important;
  }
  .mspx-sm-75 {
    margin-left: 75px !important;
  }
  .mspx-sm-80 {
    margin-left: 80px !important;
  }
  .mspx-sm-85 {
    margin-left: 85px !important;
  }
  .mspx-sm-90 {
    margin-left: 90px !important;
  }
  .mspx-sm-95 {
    margin-left: 95px !important;
  }
  .mspx-sm-100 {
    margin-left: 100px !important;
  }
  .mspx-sm-105 {
    margin-left: 105px !important;
  }
  .mspx-sm-110 {
    margin-left: 110px !important;
  }
  .mspx-sm-115 {
    margin-left: 115px !important;
  }
  .mspx-sm-120 {
    margin-left: 120px !important;
  }
  .mspx-sm-125 {
    margin-left: 125px !important;
  }
  .mspx-sm-130 {
    margin-left: 130px !important;
  }
  .mspx-sm-140 {
    margin-left: 140px !important;
  }
  .mspx-sm-145 {
    margin-left: 145px !important;
  }
  .mspx-sm-150 {
    margin-left: 150px !important;
  }
  .mepx-sm-0 {
    margin-right: 0 !important;
  }
  .mepx-sm-1 {
    margin-right: 1px !important;
  }
  .mepx-sm-2 {
    margin-right: 2px !important;
  }
  .mepx-sm-3 {
    margin-right: 3px !important;
  }
  .mepx-sm-4 {
    margin-right: 4px !important;
  }
  .mepx-sm-5 {
    margin-right: 5px !important;
  }
  .mepx-sm-6 {
    margin-right: 6px !important;
  }
  .mepx-sm-7 {
    margin-right: 7px !important;
  }
  .mepx-sm-8 {
    margin-right: 8px !important;
  }
  .mepx-sm-9 {
    margin-right: 9px !important;
  }
  .mepx-sm-10 {
    margin-right: 10px !important;
  }
  .mepx-sm-11 {
    margin-right: 11px !important;
  }
  .mepx-sm-12 {
    margin-right: 12px !important;
  }
  .mepx-sm-13 {
    margin-right: 13px !important;
  }
  .mepx-sm-14 {
    margin-right: 14px !important;
  }
  .mepx-sm-15 {
    margin-right: 15px !important;
  }
  .mepx-sm-16 {
    margin-right: 16px !important;
  }
  .mepx-sm-17 {
    margin-right: 17px !important;
  }
  .mepx-sm-18 {
    margin-right: 18px !important;
  }
  .mepx-sm-19 {
    margin-right: 19px !important;
  }
  .mepx-sm-20 {
    margin-right: 20px !important;
  }
  .mepx-sm-21 {
    margin-right: 21px !important;
  }
  .mepx-sm-22 {
    margin-right: 22px !important;
  }
  .mepx-sm-23 {
    margin-right: 23px !important;
  }
  .mepx-sm-24 {
    margin-right: 24px !important;
  }
  .mepx-sm-25 {
    margin-right: 25px !important;
  }
  .mepx-sm-26 {
    margin-right: 26px !important;
  }
  .mepx-sm-27 {
    margin-right: 27px !important;
  }
  .mepx-sm-28 {
    margin-right: 28px !important;
  }
  .mepx-sm-29 {
    margin-right: 29px !important;
  }
  .mepx-sm-30 {
    margin-right: 30px !important;
  }
  .mepx-sm-35 {
    margin-right: 35px !important;
  }
  .mepx-sm-40 {
    margin-right: 40px !important;
  }
  .mepx-sm-45 {
    margin-right: 45px !important;
  }
  .mepx-sm-50 {
    margin-right: 50px !important;
  }
  .mepx-sm-55 {
    margin-right: 55px !important;
  }
  .mepx-sm-60 {
    margin-right: 60px !important;
  }
  .mepx-sm-65 {
    margin-right: 65px !important;
  }
  .mepx-sm-70 {
    margin-right: 70px !important;
  }
  .mepx-sm-75 {
    margin-right: 75px !important;
  }
  .mepx-sm-80 {
    margin-right: 80px !important;
  }
  .mepx-sm-85 {
    margin-right: 85px !important;
  }
  .mepx-sm-90 {
    margin-right: 90px !important;
  }
  .mepx-sm-95 {
    margin-right: 95px !important;
  }
  .mepx-sm-100 {
    margin-right: 100px !important;
  }
  .mepx-sm-105 {
    margin-right: 105px !important;
  }
  .mepx-sm-110 {
    margin-right: 110px !important;
  }
  .mepx-sm-115 {
    margin-right: 115px !important;
  }
  .mepx-sm-120 {
    margin-right: 120px !important;
  }
  .mepx-sm-125 {
    margin-right: 125px !important;
  }
  .mepx-sm-130 {
    margin-right: 130px !important;
  }
  .mepx-sm-140 {
    margin-right: 140px !important;
  }
  .mepx-sm-145 {
    margin-right: 145px !important;
  }
  .mepx-sm-150 {
    margin-right: 150px !important;
  }
  .mtpx-sm-n0 {
    margin-top: 0 !important;
  }
  .mtpx-sm-n1 {
    margin-top: -1px !important;
  }
  .mtpx-sm-n2 {
    margin-top: -2px !important;
  }
  .mtpx-sm-n3 {
    margin-top: -3px !important;
  }
  .mtpx-sm-n4 {
    margin-top: -4px !important;
  }
  .mtpx-sm-n5 {
    margin-top: -5px !important;
  }
  .mtpx-sm-n6 {
    margin-top: -6px !important;
  }
  .mtpx-sm-n7 {
    margin-top: -7px !important;
  }
  .mtpx-sm-n8 {
    margin-top: -8px !important;
  }
  .mtpx-sm-n9 {
    margin-top: -9px !important;
  }
  .mtpx-sm-n10 {
    margin-top: -10px !important;
  }
  .mtpx-sm-n11 {
    margin-top: -11px !important;
  }
  .mtpx-sm-n12 {
    margin-top: -12px !important;
  }
  .mtpx-sm-n13 {
    margin-top: -13px !important;
  }
  .mtpx-sm-n14 {
    margin-top: -14px !important;
  }
  .mtpx-sm-n15 {
    margin-top: -15px !important;
  }
  .mtpx-sm-n16 {
    margin-top: -16px !important;
  }
  .mtpx-sm-n17 {
    margin-top: -17px !important;
  }
  .mtpx-sm-n18 {
    margin-top: -18px !important;
  }
  .mtpx-sm-n19 {
    margin-top: -19px !important;
  }
  .mtpx-sm-n20 {
    margin-top: -20px !important;
  }
  .mtpx-sm-n21 {
    margin-top: -21px !important;
  }
  .mtpx-sm-n22 {
    margin-top: -22px !important;
  }
  .mtpx-sm-n23 {
    margin-top: -23px !important;
  }
  .mtpx-sm-n24 {
    margin-top: -24px !important;
  }
  .mtpx-sm-n25 {
    margin-top: -25px !important;
  }
  .mtpx-sm-n26 {
    margin-top: -26px !important;
  }
  .mtpx-sm-n27 {
    margin-top: -27px !important;
  }
  .mtpx-sm-n28 {
    margin-top: -28px !important;
  }
  .mtpx-sm-n29 {
    margin-top: -29px !important;
  }
  .mtpx-sm-n30 {
    margin-top: -30px !important;
  }
  .mtpx-sm-n35 {
    margin-top: -35px !important;
  }
  .mtpx-sm-n40 {
    margin-top: -40px !important;
  }
  .mtpx-sm-n45 {
    margin-top: -45px !important;
  }
  .mtpx-sm-n50 {
    margin-top: -50px !important;
  }
  .mtpx-sm-n55 {
    margin-top: -55px !important;
  }
  .mtpx-sm-n60 {
    margin-top: -60px !important;
  }
  .mtpx-sm-n65 {
    margin-top: -65px !important;
  }
  .mtpx-sm-n70 {
    margin-top: -70px !important;
  }
  .mtpx-sm-n75 {
    margin-top: -75px !important;
  }
  .mtpx-sm-n80 {
    margin-top: -80px !important;
  }
  .mtpx-sm-n85 {
    margin-top: -85px !important;
  }
  .mtpx-sm-n90 {
    margin-top: -90px !important;
  }
  .mtpx-sm-n95 {
    margin-top: -95px !important;
  }
  .mtpx-sm-n100 {
    margin-top: -100px !important;
  }
  .mtpx-sm-n105 {
    margin-top: -105px !important;
  }
  .mtpx-sm-n110 {
    margin-top: -110px !important;
  }
  .mtpx-sm-n115 {
    margin-top: -115px !important;
  }
  .mtpx-sm-n120 {
    margin-top: -120px !important;
  }
  .mtpx-sm-n125 {
    margin-top: -125px !important;
  }
  .mtpx-sm-n130 {
    margin-top: -130px !important;
  }
  .mtpx-sm-n135 {
    margin-top: -135px !important;
  }
  .mtpx-sm-n140 {
    margin-top: -140px !important;
  }
  .mtpx-sm-n145 {
    margin-top: -145px !important;
  }
  .mtpx-sm-n150 {
    margin-top: -150px !important;
  }
  .mbpx-sm-n0 {
    margin-bottom: 0 !important;
  }
  .mbpx-sm-n1 {
    margin-bottom: -1px !important;
  }
  .mbpx-sm-n2 {
    margin-bottom: -2px !important;
  }
  .mbpx-sm-n3 {
    margin-bottom: -3px !important;
  }
  .mbpx-sm-n4 {
    margin-bottom: -4px !important;
  }
  .mbpx-sm-n5 {
    margin-bottom: -5px !important;
  }
  .mbpx-sm-n6 {
    margin-bottom: -6px !important;
  }
  .mbpx-sm-n7 {
    margin-bottom: -7px !important;
  }
  .mbpx-sm-n8 {
    margin-bottom: -8px !important;
  }
  .mbpx-sm-n9 {
    margin-bottom: -9px !important;
  }
  .mbpx-sm-n10 {
    margin-bottom: -10px !important;
  }
  .mbpx-sm-n11 {
    margin-bottom: -11px !important;
  }
  .mbpx-sm-n12 {
    margin-bottom: -12px !important;
  }
  .mbpx-sm-n13 {
    margin-bottom: -13px !important;
  }
  .mbpx-sm-n14 {
    margin-bottom: -14px !important;
  }
  .mbpx-sm-n15 {
    margin-bottom: -15px !important;
  }
  .mbpx-sm-n16 {
    margin-bottom: -16px !important;
  }
  .mbpx-sm-n17 {
    margin-bottom: -17px !important;
  }
  .mbpx-sm-n18 {
    margin-bottom: -18px !important;
  }
  .mbpx-sm-n19 {
    margin-bottom: -19px !important;
  }
  .mbpx-sm-n20 {
    margin-bottom: -20px !important;
  }
  .mbpx-sm-n21 {
    margin-bottom: -21px !important;
  }
  .mbpx-sm-n22 {
    margin-bottom: -22px !important;
  }
  .mbpx-sm-n23 {
    margin-bottom: -23px !important;
  }
  .mbpx-sm-n24 {
    margin-bottom: -24px !important;
  }
  .mbpx-sm-n25 {
    margin-bottom: -25px !important;
  }
  .mbpx-sm-n26 {
    margin-bottom: -26px !important;
  }
  .mbpx-sm-n27 {
    margin-bottom: -27px !important;
  }
  .mbpx-sm-n28 {
    margin-bottom: -28px !important;
  }
  .mbpx-sm-n29 {
    margin-bottom: -29px !important;
  }
  .mbpx-sm-n30 {
    margin-bottom: -30px !important;
  }
  .mbpx-sm-n35 {
    margin-bottom: -35px !important;
  }
  .mbpx-sm-n40 {
    margin-bottom: -40px !important;
  }
  .mbpx-sm-n45 {
    margin-bottom: -45px !important;
  }
  .mbpx-sm-n50 {
    margin-bottom: -50px !important;
  }
  .mbpx-sm-n55 {
    margin-bottom: -55px !important;
  }
  .mbpx-sm-n60 {
    margin-bottom: -60px !important;
  }
  .mbpx-sm-n65 {
    margin-bottom: -65px !important;
  }
  .mbpx-sm-n70 {
    margin-bottom: -70px !important;
  }
  .mbpx-sm-n75 {
    margin-bottom: -75px !important;
  }
  .mbpx-sm-n80 {
    margin-bottom: -80px !important;
  }
  .mbpx-sm-n85 {
    margin-bottom: -85px !important;
  }
  .mbpx-sm-n90 {
    margin-bottom: -90px !important;
  }
  .mbpx-sm-n95 {
    margin-bottom: -95px !important;
  }
  .mbpx-sm-n100 {
    margin-bottom: -100px !important;
  }
  .mbpx-sm-n105 {
    margin-bottom: -105px !important;
  }
  .mbpx-sm-n110 {
    margin-bottom: -110px !important;
  }
  .mbpx-sm-n115 {
    margin-bottom: -115px !important;
  }
  .mbpx-sm-n120 {
    margin-bottom: -120px !important;
  }
  .mbpx-sm-n125 {
    margin-bottom: -125px !important;
  }
  .mbpx-sm-n130 {
    margin-bottom: -130px !important;
  }
  .mbpx-sm-n135 {
    margin-bottom: -135px !important;
  }
  .mbpx-sm-n140 {
    margin-bottom: -140px !important;
  }
  .mbpx-sm-n145 {
    margin-bottom: -145px !important;
  }
  .mbpx-sm-n150 {
    margin-bottom: -150px !important;
  }
  .mspx-sm-n0 {
    margin-left: 0 !important;
  }
  .mspx-sm-n1 {
    margin-left: -1px !important;
  }
  .mspx-sm-n2 {
    margin-left: -2px !important;
  }
  .mspx-sm-n3 {
    margin-left: -3px !important;
  }
  .mspx-sm-n4 {
    margin-left: -4px !important;
  }
  .mspx-sm-n5 {
    margin-left: -5px !important;
  }
  .mspx-sm-n6 {
    margin-left: -6px !important;
  }
  .mspx-sm-n7 {
    margin-left: -7px !important;
  }
  .mspx-sm-n8 {
    margin-left: -8px !important;
  }
  .mspx-sm-n9 {
    margin-left: -9px !important;
  }
  .mspx-sm-n10 {
    margin-left: -10px !important;
  }
  .mspx-sm-n11 {
    margin-left: -11px !important;
  }
  .mspx-sm-n12 {
    margin-left: -12px !important;
  }
  .mspx-sm-n13 {
    margin-left: -13px !important;
  }
  .mspx-sm-n14 {
    margin-left: -14px !important;
  }
  .mspx-sm-n15 {
    margin-left: -15px !important;
  }
  .mspx-sm-n16 {
    margin-left: -16px !important;
  }
  .mspx-sm-n17 {
    margin-left: -17px !important;
  }
  .mspx-sm-n18 {
    margin-left: -18px !important;
  }
  .mspx-sm-n19 {
    margin-left: -19px !important;
  }
  .mspx-sm-n20 {
    margin-left: -20px !important;
  }
  .mspx-sm-n21 {
    margin-left: -21px !important;
  }
  .mspx-sm-n22 {
    margin-left: -22px !important;
  }
  .mspx-sm-n23 {
    margin-left: -23px !important;
  }
  .mspx-sm-n24 {
    margin-left: -24px !important;
  }
  .mspx-sm-n25 {
    margin-left: -25px !important;
  }
  .mspx-sm-n26 {
    margin-left: -26px !important;
  }
  .mspx-sm-n27 {
    margin-left: -27px !important;
  }
  .mspx-sm-n28 {
    margin-left: -28px !important;
  }
  .mspx-sm-n29 {
    margin-left: -29px !important;
  }
  .mspx-sm-n30 {
    margin-left: -30px !important;
  }
  .mspx-sm-n35 {
    margin-left: -35px !important;
  }
  .mspx-sm-n40 {
    margin-left: -40px !important;
  }
  .mspx-sm-n45 {
    margin-left: -45px !important;
  }
  .mspx-sm-n50 {
    margin-left: -50px !important;
  }
  .mspx-sm-n55 {
    margin-left: -55px !important;
  }
  .mspx-sm-n60 {
    margin-left: -60px !important;
  }
  .mspx-sm-n65 {
    margin-left: -65px !important;
  }
  .mspx-sm-n70 {
    margin-left: -70px !important;
  }
  .mspx-sm-n75 {
    margin-left: -75px !important;
  }
  .mspx-sm-n80 {
    margin-left: -80px !important;
  }
  .mspx-sm-n85 {
    margin-left: -85px !important;
  }
  .mspx-sm-n90 {
    margin-left: -90px !important;
  }
  .mspx-sm-n95 {
    margin-left: -95px !important;
  }
  .mspx-sm-n100 {
    margin-left: -100px !important;
  }
  .mspx-sm-n105 {
    margin-left: -105px !important;
  }
  .mspx-sm-n110 {
    margin-left: -110px !important;
  }
  .mspx-sm-n115 {
    margin-left: -115px !important;
  }
  .mspx-sm-n120 {
    margin-left: -120px !important;
  }
  .mspx-sm-n125 {
    margin-left: -125px !important;
  }
  .mspx-sm-n130 {
    margin-left: -130px !important;
  }
  .mspx-sm-n135 {
    margin-left: -135px !important;
  }
  .mspx-sm-n140 {
    margin-left: -140px !important;
  }
  .mspx-sm-n145 {
    margin-left: -145px !important;
  }
  .mspx-sm-n150 {
    margin-left: -150px !important;
  }
  .mepx-sm-n0 {
    margin-right: 0 !important;
  }
  .mepx-sm-n1 {
    margin-right: -1px !important;
  }
  .mepx-sm-n2 {
    margin-right: -2px !important;
  }
  .mepx-sm-n3 {
    margin-right: -3px !important;
  }
  .mepx-sm-n4 {
    margin-right: -4px !important;
  }
  .mepx-sm-n5 {
    margin-right: -5px !important;
  }
  .mepx-sm-n6 {
    margin-right: -6px !important;
  }
  .mepx-sm-n7 {
    margin-right: -7px !important;
  }
  .mepx-sm-n8 {
    margin-right: -8px !important;
  }
  .mepx-sm-n9 {
    margin-right: -9px !important;
  }
  .mepx-sm-n10 {
    margin-right: -10px !important;
  }
  .mepx-sm-n11 {
    margin-right: -11px !important;
  }
  .mepx-sm-n12 {
    margin-right: -12px !important;
  }
  .mepx-sm-n13 {
    margin-right: -13px !important;
  }
  .mepx-sm-n14 {
    margin-right: -14px !important;
  }
  .mepx-sm-n15 {
    margin-right: -15px !important;
  }
  .mepx-sm-n16 {
    margin-right: -16px !important;
  }
  .mepx-sm-n17 {
    margin-right: -17px !important;
  }
  .mepx-sm-n18 {
    margin-right: -18px !important;
  }
  .mepx-sm-n19 {
    margin-right: -19px !important;
  }
  .mepx-sm-n20 {
    margin-right: -20px !important;
  }
  .mepx-sm-n21 {
    margin-right: -21px !important;
  }
  .mepx-sm-n22 {
    margin-right: -22px !important;
  }
  .mepx-sm-n23 {
    margin-right: -23px !important;
  }
  .mepx-sm-n24 {
    margin-right: -24px !important;
  }
  .mepx-sm-n25 {
    margin-right: -25px !important;
  }
  .mepx-sm-n26 {
    margin-right: -26px !important;
  }
  .mepx-sm-n27 {
    margin-right: -27px !important;
  }
  .mepx-sm-n28 {
    margin-right: -28px !important;
  }
  .mepx-sm-n29 {
    margin-right: -29px !important;
  }
  .mepx-sm-n30 {
    margin-right: -30px !important;
  }
  .mepx-sm-n35 {
    margin-right: -35px !important;
  }
  .mepx-sm-n40 {
    margin-right: -40px !important;
  }
  .mepx-sm-n45 {
    margin-right: -45px !important;
  }
  .mepx-sm-n50 {
    margin-right: -50px !important;
  }
  .mepx-sm-n55 {
    margin-right: -55px !important;
  }
  .mepx-sm-n60 {
    margin-right: -60px !important;
  }
  .mepx-sm-n65 {
    margin-right: -65px !important;
  }
  .mepx-sm-n70 {
    margin-right: -70px !important;
  }
  .mepx-sm-n75 {
    margin-right: -75px !important;
  }
  .mepx-sm-n80 {
    margin-right: -80px !important;
  }
  .mepx-sm-n85 {
    margin-right: -85px !important;
  }
  .mepx-sm-n90 {
    margin-right: -90px !important;
  }
  .mepx-sm-n95 {
    margin-right: -95px !important;
  }
  .mepx-sm-n100 {
    margin-right: -100px !important;
  }
  .mepx-sm-n105 {
    margin-right: -105px !important;
  }
  .mepx-sm-n110 {
    margin-right: -110px !important;
  }
  .mepx-sm-n115 {
    margin-right: -115px !important;
  }
  .mepx-sm-n120 {
    margin-right: -120px !important;
  }
  .mepx-sm-n125 {
    margin-right: -125px !important;
  }
  .mepx-sm-n130 {
    margin-right: -130px !important;
  }
  .mepx-sm-n135 {
    margin-right: -135px !important;
  }
  .mepx-sm-n140 {
    margin-right: -140px !important;
  }
  .mepx-sm-n145 {
    margin-right: -145px !important;
  }
  .mepx-sm-n150 {
    margin-right: -150px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1% !important;
  }
  .mt-sm-2 {
    margin-top: 2% !important;
  }
  .mt-sm-3 {
    margin-top: 3% !important;
  }
  .mt-sm-4 {
    margin-top: 4% !important;
  }
  .mt-sm-5 {
    margin-top: 5% !important;
  }
  .mt-sm-6 {
    margin-top: 6% !important;
  }
  .mt-sm-7 {
    margin-top: 7% !important;
  }
  .mt-sm-8 {
    margin-top: 8% !important;
  }
  .mt-sm-10 {
    margin-top: 10% !important;
  }
  .mt-sm-15 {
    margin-top: 15% !important;
  }
  .mt-sm-20 {
    margin-top: 20% !important;
  }
  .mt-sm-25 {
    margin-top: 25% !important;
  }
  .mt-sm-30 {
    margin-top: 30% !important;
  }
  .mt-sm-35 {
    margin-top: 35% !important;
  }
  .mt-sm-40 {
    margin-top: 40% !important;
  }
  .mt-sm-45 {
    margin-top: 45% !important;
  }
  .mt-sm-50 {
    margin-top: 50% !important;
  }
  .mt-sm-55 {
    margin-top: 55% !important;
  }
  .mt-sm-60 {
    margin-top: 60% !important;
  }
  .mt-sm-65 {
    margin-top: 65% !important;
  }
  .mt-sm-70 {
    margin-top: 70% !important;
  }
  .mt-sm-75 {
    margin-top: 75% !important;
  }
  .mt-sm-80 {
    margin-top: 80% !important;
  }
  .mt-sm-85 {
    margin-top: 85% !important;
  }
  .mt-sm-90 {
    margin-top: 90% !important;
  }
  .mt-sm-95 {
    margin-top: 95% !important;
  }
  .mt-sm-100 {
    margin-top: 100% !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1% !important;
  }
  .mb-sm-2 {
    margin-bottom: 2% !important;
  }
  .mb-sm-3 {
    margin-bottom: 3% !important;
  }
  .mb-sm-4 {
    margin-bottom: 4% !important;
  }
  .mb-sm-5 {
    margin-bottom: 5% !important;
  }
  .mb-sm-6 {
    margin-bottom: 6% !important;
  }
  .mb-sm-7 {
    margin-bottom: 7% !important;
  }
  .mb-sm-8 {
    margin-bottom: 8% !important;
  }
  .mb-sm-10 {
    margin-bottom: 10% !important;
  }
  .mb-sm-15 {
    margin-bottom: 15% !important;
  }
  .mb-sm-20 {
    margin-bottom: 20% !important;
  }
  .mb-sm-25 {
    margin-bottom: 25% !important;
  }
  .mb-sm-30 {
    margin-bottom: 30% !important;
  }
  .mb-sm-35 {
    margin-bottom: 35% !important;
  }
  .mb-sm-40 {
    margin-bottom: 40% !important;
  }
  .mb-sm-45 {
    margin-bottom: 45% !important;
  }
  .mb-sm-50 {
    margin-bottom: 50% !important;
  }
  .mb-sm-55 {
    margin-bottom: 55% !important;
  }
  .mb-sm-60 {
    margin-bottom: 60% !important;
  }
  .mb-sm-65 {
    margin-bottom: 65% !important;
  }
  .mb-sm-70 {
    margin-bottom: 70% !important;
  }
  .mb-sm-75 {
    margin-bottom: 75% !important;
  }
  .mb-sm-80 {
    margin-bottom: 80% !important;
  }
  .mb-sm-85 {
    margin-bottom: 85% !important;
  }
  .mb-sm-90 {
    margin-bottom: 90% !important;
  }
  .mb-sm-95 {
    margin-bottom: 95% !important;
  }
  .mb-sm-100 {
    margin-bottom: 100% !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 1% !important;
  }
  .ms-sm-2 {
    margin-left: 2% !important;
  }
  .ms-sm-3 {
    margin-left: 3% !important;
  }
  .ms-sm-4 {
    margin-left: 4% !important;
  }
  .ms-sm-5 {
    margin-left: 5% !important;
  }
  .ms-sm-6 {
    margin-left: 6% !important;
  }
  .ms-sm-7 {
    margin-left: 7% !important;
  }
  .ms-sm-8 {
    margin-left: 8% !important;
  }
  .ms-sm-10 {
    margin-left: 10% !important;
  }
  .ms-sm-15 {
    margin-left: 15% !important;
  }
  .ms-sm-20 {
    margin-left: 20% !important;
  }
  .ms-sm-25 {
    margin-left: 25% !important;
  }
  .ms-sm-30 {
    margin-left: 30% !important;
  }
  .ms-sm-35 {
    margin-left: 35% !important;
  }
  .ms-sm-40 {
    margin-left: 40% !important;
  }
  .ms-sm-45 {
    margin-left: 45% !important;
  }
  .ms-sm-50 {
    margin-left: 50% !important;
  }
  .ms-sm-55 {
    margin-left: 55% !important;
  }
  .ms-sm-60 {
    margin-left: 60% !important;
  }
  .ms-sm-65 {
    margin-left: 65% !important;
  }
  .ms-sm-70 {
    margin-left: 70% !important;
  }
  .ms-sm-75 {
    margin-left: 75% !important;
  }
  .ms-sm-80 {
    margin-left: 80% !important;
  }
  .ms-sm-85 {
    margin-left: 85% !important;
  }
  .ms-sm-90 {
    margin-left: 90% !important;
  }
  .ms-sm-95 {
    margin-left: 95% !important;
  }
  .ms-sm-100 {
    margin-left: 100% !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 1% !important;
  }
  .me-sm-2 {
    margin-right: 2% !important;
  }
  .me-sm-3 {
    margin-right: 3% !important;
  }
  .me-sm-4 {
    margin-right: 4% !important;
  }
  .me-sm-5 {
    margin-right: 5% !important;
  }
  .me-sm-6 {
    margin-right: 6% !important;
  }
  .me-sm-7 {
    margin-right: 7% !important;
  }
  .me-sm-8 {
    margin-right: 8% !important;
  }
  .me-sm-10 {
    margin-right: 10% !important;
  }
  .me-sm-15 {
    margin-right: 15% !important;
  }
  .me-sm-20 {
    margin-right: 20% !important;
  }
  .me-sm-25 {
    margin-right: 25% !important;
  }
  .me-sm-30 {
    margin-right: 30% !important;
  }
  .me-sm-35 {
    margin-right: 35% !important;
  }
  .me-sm-40 {
    margin-right: 40% !important;
  }
  .me-sm-45 {
    margin-right: 45% !important;
  }
  .me-sm-50 {
    margin-right: 50% !important;
  }
  .me-sm-55 {
    margin-right: 55% !important;
  }
  .me-sm-60 {
    margin-right: 60% !important;
  }
  .me-sm-65 {
    margin-right: 65% !important;
  }
  .me-sm-70 {
    margin-right: 70% !important;
  }
  .me-sm-75 {
    margin-right: 75% !important;
  }
  .me-sm-80 {
    margin-right: 80% !important;
  }
  .me-sm-85 {
    margin-right: 85% !important;
  }
  .me-sm-90 {
    margin-right: 90% !important;
  }
  .me-sm-95 {
    margin-right: 95% !important;
  }
  .me-sm-100 {
    margin-right: 100% !important;
  }
  .mt-sm-n0 {
    margin-top: 0 !important;
  }
  .mt-sm-n1 {
    margin-top: -1% !important;
  }
  .mt-sm-n2 {
    margin-top: -2% !important;
  }
  .mt-sm-n3 {
    margin-top: -3% !important;
  }
  .mt-sm-n4 {
    margin-top: -4% !important;
  }
  .mt-sm-n5 {
    margin-top: -5% !important;
  }
  .mt-sm-n6 {
    margin-top: -6% !important;
  }
  .mt-sm-n7 {
    margin-top: -7% !important;
  }
  .mt-sm-n8 {
    margin-top: -8% !important;
  }
  .mt-sm-n10 {
    margin-top: -10% !important;
  }
  .mt-sm-n15 {
    margin-top: -15% !important;
  }
  .mt-sm-n20 {
    margin-top: -20% !important;
  }
  .mt-sm-n25 {
    margin-top: -25% !important;
  }
  .mt-sm-n30 {
    margin-top: -30% !important;
  }
  .mt-sm-n35 {
    margin-top: -35% !important;
  }
  .mt-sm-n40 {
    margin-top: -40% !important;
  }
  .mt-sm-n45 {
    margin-top: -45% !important;
  }
  .mt-sm-n50 {
    margin-top: -50% !important;
  }
  .mt-sm-n55 {
    margin-top: -55% !important;
  }
  .mt-sm-n60 {
    margin-top: -60% !important;
  }
  .mt-sm-n65 {
    margin-top: -65% !important;
  }
  .mt-sm-n70 {
    margin-top: -70% !important;
  }
  .mt-sm-n75 {
    margin-top: -75% !important;
  }
  .mt-sm-n80 {
    margin-top: -80% !important;
  }
  .mt-sm-n85 {
    margin-top: -85% !important;
  }
  .mt-sm-n90 {
    margin-top: -90% !important;
  }
  .mt-sm-n95 {
    margin-top: -95% !important;
  }
  .mt-sm-n100 {
    margin-top: -100% !important;
  }
  .mb-sm-n0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-n1 {
    margin-bottom: -1% !important;
  }
  .mb-sm-n2 {
    margin-bottom: -2% !important;
  }
  .mb-sm-n3 {
    margin-bottom: -3% !important;
  }
  .mb-sm-n4 {
    margin-bottom: -4% !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5% !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6% !important;
  }
  .mb-sm-n7 {
    margin-bottom: -7% !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8% !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10% !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15% !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20% !important;
  }
  .mb-sm-n25 {
    margin-bottom: -25% !important;
  }
  .mb-sm-n30 {
    margin-bottom: -30% !important;
  }
  .mb-sm-n35 {
    margin-bottom: -35% !important;
  }
  .mb-sm-n40 {
    margin-bottom: -40% !important;
  }
  .mb-sm-n45 {
    margin-bottom: -45% !important;
  }
  .mb-sm-n50 {
    margin-bottom: -50% !important;
  }
  .mb-sm-n55 {
    margin-bottom: -55% !important;
  }
  .mb-sm-n60 {
    margin-bottom: -60% !important;
  }
  .mb-sm-n65 {
    margin-bottom: -65% !important;
  }
  .mb-sm-n70 {
    margin-bottom: -70% !important;
  }
  .mb-sm-n75 {
    margin-bottom: -75% !important;
  }
  .mb-sm-n80 {
    margin-bottom: -80% !important;
  }
  .mb-sm-n85 {
    margin-bottom: -85% !important;
  }
  .mb-sm-n90 {
    margin-bottom: -90% !important;
  }
  .mb-sm-n95 {
    margin-bottom: -95% !important;
  }
  .mb-sm-n100 {
    margin-bottom: -100% !important;
  }
  .ms-sm-n0 {
    margin-left: 0 !important;
  }
  .ms-sm-n1 {
    margin-left: -1% !important;
  }
  .ms-sm-n2 {
    margin-left: -2% !important;
  }
  .ms-sm-n3 {
    margin-left: -3% !important;
  }
  .ms-sm-n4 {
    margin-left: -4% !important;
  }
  .ms-sm-n5 {
    margin-left: -5% !important;
  }
  .ms-sm-n6 {
    margin-left: -6% !important;
  }
  .ms-sm-n7 {
    margin-left: -7% !important;
  }
  .ms-sm-n8 {
    margin-left: -8% !important;
  }
  .ms-sm-n10 {
    margin-left: -10% !important;
  }
  .ms-sm-n15 {
    margin-left: -15% !important;
  }
  .ms-sm-n20 {
    margin-left: -20% !important;
  }
  .ms-sm-n25 {
    margin-left: -25% !important;
  }
  .ms-sm-n30 {
    margin-left: -30% !important;
  }
  .ms-sm-n35 {
    margin-left: -35% !important;
  }
  .ms-sm-n40 {
    margin-left: -40% !important;
  }
  .ms-sm-n45 {
    margin-left: -45% !important;
  }
  .ms-sm-n50 {
    margin-left: -50% !important;
  }
  .ms-sm-n55 {
    margin-left: -55% !important;
  }
  .ms-sm-n60 {
    margin-left: -60% !important;
  }
  .ms-sm-n65 {
    margin-left: -65% !important;
  }
  .ms-sm-n70 {
    margin-left: -70% !important;
  }
  .ms-sm-n75 {
    margin-left: -75% !important;
  }
  .ms-sm-n80 {
    margin-left: -80% !important;
  }
  .ms-sm-n85 {
    margin-left: -85% !important;
  }
  .ms-sm-n90 {
    margin-left: -90% !important;
  }
  .ms-sm-n95 {
    margin-left: -95% !important;
  }
  .ms-sm-n100 {
    margin-left: -100% !important;
  }
  .me-sm-n0 {
    margin-right: 0 !important;
  }
  .me-sm-n1 {
    margin-right: -1% !important;
  }
  .me-sm-n2 {
    margin-right: -2% !important;
  }
  .me-sm-n3 {
    margin-right: -3% !important;
  }
  .me-sm-n4 {
    margin-right: -4% !important;
  }
  .me-sm-n5 {
    margin-right: -5% !important;
  }
  .me-sm-n6 {
    margin-right: -6% !important;
  }
  .me-sm-n7 {
    margin-right: -7% !important;
  }
  .me-sm-n8 {
    margin-right: -8% !important;
  }
  .me-sm-n10 {
    margin-right: -10% !important;
  }
  .me-sm-n15 {
    margin-right: -15% !important;
  }
  .me-sm-n20 {
    margin-right: -20% !important;
  }
  .me-sm-n25 {
    margin-right: -25% !important;
  }
  .me-sm-n30 {
    margin-right: -30% !important;
  }
  .me-sm-n35 {
    margin-right: -35% !important;
  }
  .me-sm-n40 {
    margin-right: -40% !important;
  }
  .me-sm-n45 {
    margin-right: -45% !important;
  }
  .me-sm-n50 {
    margin-right: -50% !important;
  }
  .me-sm-n55 {
    margin-right: -55% !important;
  }
  .me-sm-n60 {
    margin-right: -60% !important;
  }
  .me-sm-n65 {
    margin-right: -65% !important;
  }
  .me-sm-n70 {
    margin-right: -70% !important;
  }
  .me-sm-n75 {
    margin-right: -75% !important;
  }
  .me-sm-n80 {
    margin-right: -80% !important;
  }
  .me-sm-n85 {
    margin-right: -85% !important;
  }
  .me-sm-n90 {
    margin-right: -90% !important;
  }
  .me-sm-n95 {
    margin-right: -95% !important;
  }
  .me-sm-n100 {
    margin-right: -100% !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-5 {
    opacity: 5% !important;
  }
  .opacity-sm-10 {
    opacity: 10% !important;
  }
  .opacity-sm-15 {
    opacity: 15% !important;
  }
  .opacity-sm-20 {
    opacity: 20% !important;
  }
  .opacity-sm-25 {
    opacity: 25% !important;
  }
  .opacity-sm-30 {
    opacity: 30% !important;
  }
  .opacity-sm-35 {
    opacity: 35% !important;
  }
  .opacity-sm-40 {
    opacity: 40% !important;
  }
  .opacity-sm-45 {
    opacity: 45% !important;
  }
  .opacity-sm-50 {
    opacity: 50% !important;
  }
  .opacity-sm-55 {
    opacity: 55% !important;
  }
  .opacity-sm-60 {
    opacity: 60% !important;
  }
  .opacity-sm-65 {
    opacity: 65% !important;
  }
  .opacity-sm-70 {
    opacity: 70% !important;
  }
  .opacity-sm-75 {
    opacity: 75% !important;
  }
  .opacity-sm-80 {
    opacity: 80% !important;
  }
  .opacity-sm-85 {
    opacity: 85% !important;
  }
  .opacity-sm-90 {
    opacity: 90% !important;
  }
  .opacity-sm-95 {
    opacity: 95% !important;
  }
  .opacity-sm-100 {
    opacity: 100% !important;
  }
  .list-col-sm-2 {
    columns: 2 !important;
  }
  .list-col-sm-3 {
    columns: 3 !important;
  }
  .list-col-sm-4 {
    columns: 4 !important;
  }
  .ls-sm-0 {
    letter-spacing: 0px !important;
  }
  .ls-sm-1 {
    letter-spacing: 1px !important;
  }
  .ls-sm-2 {
    letter-spacing: 2px !important;
  }
  .ls-sm-3 {
    letter-spacing: 3px !important;
  }
  .ls-sm-4 {
    letter-spacing: 4px !important;
  }
  .ls-sm-5 {
    letter-spacing: 5px !important;
  }
  .ls-sm-6 {
    letter-spacing: 6px !important;
  }
  .ls-sm-7 {
    letter-spacing: 7px !important;
  }
  .ls-sm-8 {
    letter-spacing: 8px !important;
  }
  .ls-sm-9 {
    letter-spacing: 9px !important;
  }
  .ls-sm-10 {
    letter-spacing: 10px !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .rot-sm-0 {
    transform: rotate(0deg) !important;
  }
  .rot-sm-5 {
    transform: rotate(5deg) !important;
  }
  .rot-sm-10 {
    transform: rotate(10deg) !important;
  }
  .rot-sm-15 {
    transform: rotate(15deg) !important;
  }
  .rot-sm-20 {
    transform: rotate(20deg) !important;
  }
  .rot-sm-25 {
    transform: rotate(25deg) !important;
  }
  .rot-sm-30 {
    transform: rotate(30deg) !important;
  }
  .rot-sm-35 {
    transform: rotate(35deg) !important;
  }
  .rot-sm-40 {
    transform: rotate(40deg) !important;
  }
  .rot-sm-45 {
    transform: rotate(45deg) !important;
  }
  .rot-sm-50 {
    transform: rotate(50deg) !important;
  }
  .rot-sm-55 {
    transform: rotate(55deg) !important;
  }
  .rot-sm-60 {
    transform: rotate(60deg) !important;
  }
  .rot-sm-65 {
    transform: rotate(65deg) !important;
  }
  .rot-sm-70 {
    transform: rotate(70deg) !important;
  }
  .rot-sm-75 {
    transform: rotate(75deg) !important;
  }
  .rot-sm-80 {
    transform: rotate(80deg) !important;
  }
  .rot-sm-85 {
    transform: rotate(85deg) !important;
  }
  .rot-sm-90 {
    transform: rotate(90deg) !important;
  }
  .rot-sm-95 {
    transform: rotate(95deg) !important;
  }
  .rot-sm-100 {
    transform: rotate(100deg) !important;
  }
  .rot-sm-105 {
    transform: rotate(105deg) !important;
  }
  .rot-sm-110 {
    transform: rotate(110deg) !important;
  }
  .rot-sm-115 {
    transform: rotate(115deg) !important;
  }
  .rot-sm-120 {
    transform: rotate(120deg) !important;
  }
  .rot-sm-125 {
    transform: rotate(125deg) !important;
  }
  .rot-sm-130 {
    transform: rotate(130deg) !important;
  }
  .rot-sm-135 {
    transform: rotate(135deg) !important;
  }
  .rot-sm-140 {
    transform: rotate(140deg) !important;
  }
  .rot-sm-145 {
    transform: rotate(145deg) !important;
  }
  .rot-sm-150 {
    transform: rotate(150deg) !important;
  }
  .rot-sm-155 {
    transform: rotate(155deg) !important;
  }
  .rot-sm-160 {
    transform: rotate(160deg) !important;
  }
  .rot-sm-165 {
    transform: rotate(165deg) !important;
  }
  .rot-sm-170 {
    transform: rotate(170deg) !important;
  }
  .rot-sm-175 {
    transform: rotate(175deg) !important;
  }
  .rot-sm-180 {
    transform: rotate(180deg) !important;
  }
  .rot-sm-0 {
    transform: rotate(0deg) !important;
  }
  .rot-sm-n5 {
    transform: rotate(-5deg) !important;
  }
  .rot-sm-n10 {
    transform: rotate(-10deg) !important;
  }
  .rot-sm-n15 {
    transform: rotate(-15deg) !important;
  }
  .rot-sm-n20 {
    transform: rotate(-20deg) !important;
  }
  .rot-sm-n25 {
    transform: rotate(-25deg) !important;
  }
  .rot-sm-n30 {
    transform: rotate(-30deg) !important;
  }
  .rot-sm-n35 {
    transform: rotate(-35deg) !important;
  }
  .rot-sm-n40 {
    transform: rotate(-40deg) !important;
  }
  .rot-sm-n45 {
    transform: rotate(-45deg) !important;
  }
  .rot-sm-n50 {
    transform: rotate(-50deg) !important;
  }
  .rot-sm-n55 {
    transform: rotate(-55deg) !important;
  }
  .rot-sm-n60 {
    transform: rotate(-60deg) !important;
  }
  .rot-sm-n65 {
    transform: rotate(-65deg) !important;
  }
  .rot-sm-n70 {
    transform: rotate(-70deg) !important;
  }
  .rot-sm-n75 {
    transform: rotate(-75deg) !important;
  }
  .rot-sm-n80 {
    transform: rotate(-80deg) !important;
  }
  .rot-sm-n85 {
    transform: rotate(-85deg) !important;
  }
  .rot-sm-n90 {
    transform: rotate(-90deg) !important;
  }
  .rot-sm-n95 {
    transform: rotate(-95deg) !important;
  }
  .rot-sm-n100 {
    transform: rotate(-100deg) !important;
  }
  .rot-sm-n105 {
    transform: rotate(-105deg) !important;
  }
  .rot-sm-n110 {
    transform: rotate(-110deg) !important;
  }
  .rot-sm-n115 {
    transform: rotate(-115deg) !important;
  }
  .rot-sm-n120 {
    transform: rotate(-120deg) !important;
  }
  .rot-sm-n125 {
    transform: rotate(-125deg) !important;
  }
  .rot-sm-n130 {
    transform: rotate(-130deg) !important;
  }
  .rot-sm-n135 {
    transform: rotate(-135deg) !important;
  }
  .rot-sm-n140 {
    transform: rotate(-140deg) !important;
  }
  .rot-sm-n145 {
    transform: rotate(-145deg) !important;
  }
  .rot-sm-n150 {
    transform: rotate(-150deg) !important;
  }
  .rot-sm-n155 {
    transform: rotate(-155deg) !important;
  }
  .rot-sm-n160 {
    transform: rotate(-160deg) !important;
  }
  .rot-sm-n165 {
    transform: rotate(-165deg) !important;
  }
  .rot-sm-n170 {
    transform: rotate(-170deg) !important;
  }
  .rot-sm-n175 {
    transform: rotate(-175deg) !important;
  }
  .rot-sm-n180 {
    transform: rotate(-180deg) !important;
  }
  .ofit-sm-none {
    object-fit: none !important;
  }
  .ofit-sm-cover {
    object-fit: cover !important;
  }
  .ofit-sm-contain {
    object-fit: contain !important;
  }
  .ofit-sm-fill {
    object-fit: fill !important;
  }
  .ofit-sm-scale-down {
    object-fit: scale-down !important;
  }
  .opos-sm-top {
    object-position: top !important;
  }
  .opos-sm-bottom {
    object-position: bottom !important;
  }
  .opos-sm-start {
    object-position: left !important;
  }
  .opos-sm-end {
    object-position: right !important;
  }
  .opos-sm-center {
    object-position: center !important;
  }
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-sm-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-sm-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-sm-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .color-sm-Black {
    color: #000000 !important;
  }
  .color-sm-White {
    color: #ffffff !important;
  }
  .color-sm-Transparent {
    color: rgba(0, 0, 0, 0) !important;
  }
  .color-sm-GhostWhite {
    color: #fbf8ff !important;
  }
  .color-sm-BioptronLogo {
    color: #0068b2 !important;
  }
  .color-sm-BrownMustard {
    color: #daab5b !important;
  }
  .color-sm-DrWhite {
    color: #fafafa !important;
  }
  .color-sm-DrunkenDragonfly {
    color: #3bd78b !important;
  }
  .color-sm-Red {
    color: #ff3232 !important;
  }
  .color-sm-RoseTonic {
    color: #ffddde !important;
  }
  .color-sm-Squant {
    color: #666666 !important;
  }
  .color-sm-OffBlack {
    color: #303030 !important;
  }
  .color-sm-Doctor {
    color: #f9f9f9 !important;
  }
  .color-sm-BleachedSilk {
    color: #f2f2f2 !important;
  }
  .color-sm-Featherbed {
    color: #afcee4 !important;
  }
  .color-sm-Quicksilver {
    color: #a6a6a6 !important;
  }
  .color-sm-ColdMorning {
    color: #e5e5e5 !important;
  }
  .color-sm-PixelWhite {
    color: #dbdbdb !important;
  }
  .color-sm-Silver {
    color: #c0c0c0 !important;
  }
  .color-sm-BlueRibbon {
    color: #0066ff !important;
  }
  .color-sm-LightCornflowerBlue {
    color: #93ccea !important;
  }
  .color-sm-SuaveGrey {
    color: #d0d8dc !important;
  }
  .color-sm-EffervescentBlue {
    color: #00385f !important;
  }
  .color-sm-CascadingWhite {
    color: #f6f6f6 !important;
  }
  .color-sm-Emptiness {
    color: #fcfcfc !important;
  }
  .color-sm-ButterFudge {
    color: #a56904 !important;
  }
  .color-sm-SatinWhite {
    color: #ced4da !important;
  }
  .color-sm-SharkFin {
    color: #969696 !important;
  }
  .color-sm-SpringtimeRain {
    color: #ebeef2 !important;
  }
  .color-sm-HeraldsTrumpet {
    color: #cd9f2f !important;
  }
  .color-sm-ChilledChilly {
    color: #ea4335 !important;
  }
  .color-sm-VividMalachite {
    color: #00c82e !important;
  }
  .color-sm-DarkDreams {
    color: #2f276c !important;
  }
  .color-sm-RossoCorsa {
    color: #d60000 !important;
  }
  .color-sm-Encrando {
    color: #f80000 !important;
  }
  .color-sm-Green {
    color: #00c82e !important;
  }
  .color-sm-CL100 {
    color: #cd9f2f !important;
  }
  .color-sm-Hyperpolarized {
    color: #daab5b !important;
  }
  .tshadow-sm-none {
    text-shadow: none !important;
  }
  .tshadow-sm-0 {
    text-shadow: 0 0 rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-sm-1 {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-sm-2 {
    text-shadow: 2px 3px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-sm-3 {
    text-shadow: 3px 4px rgba(0, 0, 0, 0.3) !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .bio-lh-sm-1 {
    line-height: var(--Bio-Line-Height) !important;
  }
  .bio-lh-sm-2 {
    line-height: calc(var(--Bio-Line-Height) * 1.1) !important;
  }
  .bio-lh-sm-3 {
    line-height: calc(var(--Bio-Line-Height) * 1.2) !important;
  }
  .bio-lh-sm-4 {
    line-height: calc(var(--Bio-Line-Height) * 1.3) !important;
  }
  .bio-lh-sm-5 {
    line-height: calc(var(--Bio-Line-Height) * 1.4) !important;
  }
  .bio-lh-sm-6 {
    line-height: calc(var(--Bio-Line-Height) * 1.5) !important;
  }
  .bio-lh-sm-7 {
    line-height: calc(var(--Bio-Line-Height) * 1.6) !important;
  }
  .bio-lh-sm-8 {
    line-height: calc(var(--Bio-Line-Height) * 1.7) !important;
  }
  .bio-lh-sm-9 {
    line-height: calc(var(--Bio-Line-Height) * 1.8) !important;
  }
  .bio-lh-sm-10 {
    line-height: calc(var(--Bio-Line-Height) * 1.9) !important;
  }
  .bio-lh-sm-n2 {
    line-height: calc(var(--Bio-Line-Height) * 0.9) !important;
  }
  .bio-lh-sm-n3 {
    line-height: calc(var(--Bio-Line-Height) * 0.8) !important;
  }
  .bio-lh-sm-n4 {
    line-height: calc(var(--Bio-Line-Height) * 0.7) !important;
  }
  .bio-lh-sm-n5 {
    line-height: calc(var(--Bio-Line-Height) * 0.6) !important;
  }
  .bio-lh-sm-n6 {
    line-height: calc(var(--Bio-Line-Height) * 0.5) !important;
  }
  .bio-lh-sm-n7 {
    line-height: calc(var(--Bio-Line-Height) * 0.4) !important;
  }
  .bio-lh-sm-n8 {
    line-height: calc(var(--Bio-Line-Height) * 0.3) !important;
  }
  .bio-lh-sm-n9 {
    line-height: calc(var(--Bio-Line-Height) * 0.2) !important;
  }
  .bio-lh-sm-n10 {
    line-height: calc(var(--Bio-Line-Height) * 0.1) !important;
  }
  .module-mt-sm-none {
    margin-top: 0 !important;
  }
  .module-mt-sm-normal {
    margin-top: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mt-sm-half {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mt-sm-double {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .module-mb-sm-none {
    margin-bottom: 0 !important;
  }
  .module-mb-sm-normal {
    margin-bottom: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mb-sm-half {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mb-sm-double {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .bio-resize-sm-none {
    resize: none !important;
  }
  .bio-resize-sm-horizontal {
    resize: horizontal !important;
  }
  .bio-resize-sm-vertical {
    resize: vertical !important;
  }
  .bio-text-decoration-sm-none {
    text-decoration: none !important;
  }
  .bio-text-decoration-sm-lthrough {
    text-decoration: line-through !important;
  }
  .bio-text-decoration-sm-underline {
    text-decoration: underline !important;
  }
  .bio-gap-sm-0 {
    gap: 0 !important;
  }
  .bio-gap-sm-1 {
    gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gap-sm-2 {
    gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gap-sm-3 {
    gap: var(--Bio-Spacer) !important;
  }
  .bio-gap-sm-4 {
    gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gap-sm-5 {
    gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gx-sm-0 {
    column-gap: 0 !important;
  }
  .bio-gx-sm-1 {
    column-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gx-sm-2 {
    column-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gx-sm-3 {
    column-gap: var(--Bio-Spacer) !important;
  }
  .bio-gx-sm-4 {
    column-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gx-sm-5 {
    column-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gy-sm-0 {
    row-gap: 0 !important;
  }
  .bio-gy-sm-1 {
    row-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gy-sm-2 {
    row-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gy-sm-3 {
    row-gap: var(--Bio-Spacer) !important;
  }
  .bio-gy-sm-4 {
    row-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gy-sm-5 {
    row-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .w-md-0 {
    width: 0 !important;
  }
  .w-md-1 {
    width: 1% !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .w-md-9 {
    width: 9% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-105 {
    width: 105% !important;
  }
  .w-md-110 {
    width: 110% !important;
  }
  .w-md-115 {
    width: 115% !important;
  }
  .w-md-120 {
    width: 120% !important;
  }
  .w-md-125 {
    width: 125% !important;
  }
  .w-md-130 {
    width: 130% !important;
  }
  .w-md-135 {
    width: 135% !important;
  }
  .w-md-140 {
    width: 140% !important;
  }
  .w-md-145 {
    width: 145% !important;
  }
  .w-md-150 {
    width: 150% !important;
  }
  .w-md-155 {
    width: 155% !important;
  }
  .w-md-160 {
    width: 160% !important;
  }
  .w-md-165 {
    width: 165% !important;
  }
  .w-md-170 {
    width: 170% !important;
  }
  .w-md-175 {
    width: 175% !important;
  }
  .w-md-180 {
    width: 180% !important;
  }
  .w-md-185 {
    width: 185% !important;
  }
  .w-md-190 {
    width: 190% !important;
  }
  .w-md-195 {
    width: 195% !important;
  }
  .w-md-200 {
    width: 200% !important;
  }
  .w-md-225 {
    width: 225% !important;
  }
  .w-md-250 {
    width: 250% !important;
  }
  .w-md-275 {
    width: 275% !important;
  }
  .w-md-300 {
    width: 300% !important;
  }
  .w-md-325 {
    width: 325% !important;
  }
  .w-md-350 {
    width: 350% !important;
  }
  .w-md-375 {
    width: 375% !important;
  }
  .w-md-400 {
    width: 400% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-0 {
    height: 0 !important;
  }
  .h-md-1 {
    height: 1% !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
  .h-md-3 {
    height: 3% !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
  .h-md-7 {
    height: 7% !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
  .h-md-9 {
    height: 9% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-105 {
    height: 105% !important;
  }
  .h-md-110 {
    height: 110% !important;
  }
  .h-md-115 {
    height: 115% !important;
  }
  .h-md-120 {
    height: 120% !important;
  }
  .h-md-125 {
    height: 125% !important;
  }
  .h-md-130 {
    height: 130% !important;
  }
  .h-md-135 {
    height: 135% !important;
  }
  .h-md-140 {
    height: 140% !important;
  }
  .h-md-145 {
    height: 145% !important;
  }
  .h-md-150 {
    height: 150% !important;
  }
  .h-md-155 {
    height: 155% !important;
  }
  .h-md-160 {
    height: 160% !important;
  }
  .h-md-165 {
    height: 165% !important;
  }
  .h-md-170 {
    height: 170% !important;
  }
  .h-md-175 {
    height: 175% !important;
  }
  .h-md-180 {
    height: 180% !important;
  }
  .h-md-185 {
    height: 185% !important;
  }
  .h-md-190 {
    height: 190% !important;
  }
  .h-md-195 {
    height: 195% !important;
  }
  .h-md-200 {
    height: 200% !important;
  }
  .h-md-225 {
    height: 225% !important;
  }
  .h-md-250 {
    height: 250% !important;
  }
  .h-md-275 {
    height: 275% !important;
  }
  .h-md-300 {
    height: 300% !important;
  }
  .h-md-325 {
    height: 325% !important;
  }
  .h-md-350 {
    height: 350% !important;
  }
  .h-md-375 {
    height: 375% !important;
  }
  .h-md-400 {
    height: 400% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .maxw-md-0 {
    max-width: 0 !important;
  }
  .maxw-md-1 {
    max-width: 1% !important;
  }
  .maxw-md-2 {
    max-width: 2% !important;
  }
  .maxw-md-3 {
    max-width: 3% !important;
  }
  .maxw-md-4 {
    max-width: 4% !important;
  }
  .maxw-md-5 {
    max-width: 5% !important;
  }
  .maxw-md-6 {
    max-width: 6% !important;
  }
  .maxw-md-7 {
    max-width: 7% !important;
  }
  .maxw-md-8 {
    max-width: 8% !important;
  }
  .maxw-md-9 {
    max-width: 9% !important;
  }
  .maxw-md-10 {
    max-width: 10% !important;
  }
  .maxw-md-15 {
    max-width: 15% !important;
  }
  .maxw-md-20 {
    max-width: 20% !important;
  }
  .maxw-md-25 {
    max-width: 25% !important;
  }
  .maxw-md-30 {
    max-width: 30% !important;
  }
  .maxw-md-35 {
    max-width: 35% !important;
  }
  .maxw-md-40 {
    max-width: 40% !important;
  }
  .maxw-md-45 {
    max-width: 45% !important;
  }
  .maxw-md-50 {
    max-width: 50% !important;
  }
  .maxw-md-55 {
    max-width: 55% !important;
  }
  .maxw-md-60 {
    max-width: 60% !important;
  }
  .maxw-md-65 {
    max-width: 65% !important;
  }
  .maxw-md-70 {
    max-width: 70% !important;
  }
  .maxw-md-75 {
    max-width: 75% !important;
  }
  .maxw-md-80 {
    max-width: 80% !important;
  }
  .maxw-md-85 {
    max-width: 85% !important;
  }
  .maxw-md-90 {
    max-width: 90% !important;
  }
  .maxw-md-95 {
    max-width: 95% !important;
  }
  .maxw-md-100 {
    max-width: 100% !important;
  }
  .maxw-md-105 {
    max-width: 105% !important;
  }
  .maxw-md-110 {
    max-width: 110% !important;
  }
  .maxw-md-115 {
    max-width: 115% !important;
  }
  .maxw-md-120 {
    max-width: 120% !important;
  }
  .maxw-md-125 {
    max-width: 125% !important;
  }
  .maxw-md-130 {
    max-width: 130% !important;
  }
  .maxw-md-135 {
    max-width: 135% !important;
  }
  .maxw-md-140 {
    max-width: 140% !important;
  }
  .maxw-md-145 {
    max-width: 145% !important;
  }
  .maxw-md-150 {
    max-width: 150% !important;
  }
  .maxw-md-155 {
    max-width: 155% !important;
  }
  .maxw-md-160 {
    max-width: 160% !important;
  }
  .maxw-md-165 {
    max-width: 165% !important;
  }
  .maxw-md-170 {
    max-width: 170% !important;
  }
  .maxw-md-175 {
    max-width: 175% !important;
  }
  .maxw-md-180 {
    max-width: 180% !important;
  }
  .maxw-md-185 {
    max-width: 185% !important;
  }
  .maxw-md-190 {
    max-width: 190% !important;
  }
  .maxw-md-195 {
    max-width: 195% !important;
  }
  .maxw-md-200 {
    max-width: 200% !important;
  }
  .maxw-md-225 {
    max-width: 225% !important;
  }
  .maxw-md-250 {
    max-width: 250% !important;
  }
  .maxw-md-275 {
    max-width: 275% !important;
  }
  .maxw-md-300 {
    max-width: 300% !important;
  }
  .maxw-md-325 {
    max-width: 325% !important;
  }
  .maxw-md-350 {
    max-width: 350% !important;
  }
  .maxw-md-375 {
    max-width: 375% !important;
  }
  .maxw-md-400 {
    max-width: 400% !important;
  }
  .maxw-md-auto {
    max-width: auto !important;
  }
  .maxh-md-0 {
    max-height: 0 !important;
  }
  .maxh-md-1 {
    max-height: 1% !important;
  }
  .maxh-md-2 {
    max-height: 2% !important;
  }
  .maxh-md-3 {
    max-height: 3% !important;
  }
  .maxh-md-4 {
    max-height: 4% !important;
  }
  .maxh-md-5 {
    max-height: 5% !important;
  }
  .maxh-md-6 {
    max-height: 6% !important;
  }
  .maxh-md-7 {
    max-height: 7% !important;
  }
  .maxh-md-8 {
    max-height: 8% !important;
  }
  .maxh-md-9 {
    max-height: 9% !important;
  }
  .maxh-md-10 {
    max-height: 10% !important;
  }
  .maxh-md-15 {
    max-height: 15% !important;
  }
  .maxh-md-20 {
    max-height: 20% !important;
  }
  .maxh-md-25 {
    max-height: 25% !important;
  }
  .maxh-md-30 {
    max-height: 30% !important;
  }
  .maxh-md-35 {
    max-height: 35% !important;
  }
  .maxh-md-40 {
    max-height: 40% !important;
  }
  .maxh-md-45 {
    max-height: 45% !important;
  }
  .maxh-md-50 {
    max-height: 50% !important;
  }
  .maxh-md-55 {
    max-height: 55% !important;
  }
  .maxh-md-60 {
    max-height: 60% !important;
  }
  .maxh-md-65 {
    max-height: 65% !important;
  }
  .maxh-md-70 {
    max-height: 70% !important;
  }
  .maxh-md-75 {
    max-height: 75% !important;
  }
  .maxh-md-80 {
    max-height: 80% !important;
  }
  .maxh-md-85 {
    max-height: 85% !important;
  }
  .maxh-md-90 {
    max-height: 90% !important;
  }
  .maxh-md-95 {
    max-height: 95% !important;
  }
  .maxh-md-100 {
    max-height: 100% !important;
  }
  .maxh-md-105 {
    max-height: 105% !important;
  }
  .maxh-md-110 {
    max-height: 110% !important;
  }
  .maxh-md-115 {
    max-height: 115% !important;
  }
  .maxh-md-120 {
    max-height: 120% !important;
  }
  .maxh-md-125 {
    max-height: 125% !important;
  }
  .maxh-md-130 {
    max-height: 130% !important;
  }
  .maxh-md-135 {
    max-height: 135% !important;
  }
  .maxh-md-140 {
    max-height: 140% !important;
  }
  .maxh-md-145 {
    max-height: 145% !important;
  }
  .maxh-md-150 {
    max-height: 150% !important;
  }
  .maxh-md-155 {
    max-height: 155% !important;
  }
  .maxh-md-160 {
    max-height: 160% !important;
  }
  .maxh-md-165 {
    max-height: 165% !important;
  }
  .maxh-md-170 {
    max-height: 170% !important;
  }
  .maxh-md-175 {
    max-height: 175% !important;
  }
  .maxh-md-180 {
    max-height: 180% !important;
  }
  .maxh-md-185 {
    max-height: 185% !important;
  }
  .maxh-md-190 {
    max-height: 190% !important;
  }
  .maxh-md-195 {
    max-height: 195% !important;
  }
  .maxh-md-200 {
    max-height: 200% !important;
  }
  .maxh-md-225 {
    max-height: 225% !important;
  }
  .maxh-md-250 {
    max-height: 250% !important;
  }
  .maxh-md-275 {
    max-height: 275% !important;
  }
  .maxh-md-300 {
    max-height: 300% !important;
  }
  .maxh-md-325 {
    max-height: 325% !important;
  }
  .maxh-md-350 {
    max-height: 350% !important;
  }
  .maxh-md-375 {
    max-height: 375% !important;
  }
  .maxh-md-400 {
    max-height: 400% !important;
  }
  .maxh-md-auto {
    max-height: auto !important;
  }
  .minw-md-0 {
    min-width: 0 !important;
  }
  .minw-md-1 {
    min-width: 1% !important;
  }
  .minw-md-2 {
    min-width: 2% !important;
  }
  .minw-md-3 {
    min-width: 3% !important;
  }
  .minw-md-4 {
    min-width: 4% !important;
  }
  .minw-md-5 {
    min-width: 5% !important;
  }
  .minw-md-6 {
    min-width: 6% !important;
  }
  .minw-md-7 {
    min-width: 7% !important;
  }
  .minw-md-8 {
    min-width: 8% !important;
  }
  .minw-md-9 {
    min-width: 9% !important;
  }
  .minw-md-10 {
    min-width: 10% !important;
  }
  .minw-md-15 {
    min-width: 15% !important;
  }
  .minw-md-20 {
    min-width: 20% !important;
  }
  .minw-md-25 {
    min-width: 25% !important;
  }
  .minw-md-30 {
    min-width: 30% !important;
  }
  .minw-md-35 {
    min-width: 35% !important;
  }
  .minw-md-40 {
    min-width: 40% !important;
  }
  .minw-md-45 {
    min-width: 45% !important;
  }
  .minw-md-50 {
    min-width: 50% !important;
  }
  .minw-md-55 {
    min-width: 55% !important;
  }
  .minw-md-60 {
    min-width: 60% !important;
  }
  .minw-md-65 {
    min-width: 65% !important;
  }
  .minw-md-70 {
    min-width: 70% !important;
  }
  .minw-md-75 {
    min-width: 75% !important;
  }
  .minw-md-80 {
    min-width: 80% !important;
  }
  .minw-md-85 {
    min-width: 85% !important;
  }
  .minw-md-90 {
    min-width: 90% !important;
  }
  .minw-md-95 {
    min-width: 95% !important;
  }
  .minw-md-100 {
    min-width: 100% !important;
  }
  .minw-md-105 {
    min-width: 105% !important;
  }
  .minw-md-110 {
    min-width: 110% !important;
  }
  .minw-md-115 {
    min-width: 115% !important;
  }
  .minw-md-120 {
    min-width: 120% !important;
  }
  .minw-md-125 {
    min-width: 125% !important;
  }
  .minw-md-130 {
    min-width: 130% !important;
  }
  .minw-md-135 {
    min-width: 135% !important;
  }
  .minw-md-140 {
    min-width: 140% !important;
  }
  .minw-md-145 {
    min-width: 145% !important;
  }
  .minw-md-150 {
    min-width: 150% !important;
  }
  .minw-md-155 {
    min-width: 155% !important;
  }
  .minw-md-160 {
    min-width: 160% !important;
  }
  .minw-md-165 {
    min-width: 165% !important;
  }
  .minw-md-170 {
    min-width: 170% !important;
  }
  .minw-md-175 {
    min-width: 175% !important;
  }
  .minw-md-180 {
    min-width: 180% !important;
  }
  .minw-md-185 {
    min-width: 185% !important;
  }
  .minw-md-190 {
    min-width: 190% !important;
  }
  .minw-md-195 {
    min-width: 195% !important;
  }
  .minw-md-200 {
    min-width: 200% !important;
  }
  .minw-md-225 {
    min-width: 225% !important;
  }
  .minw-md-250 {
    min-width: 250% !important;
  }
  .minw-md-275 {
    min-width: 275% !important;
  }
  .minw-md-300 {
    min-width: 300% !important;
  }
  .minw-md-325 {
    min-width: 325% !important;
  }
  .minw-md-350 {
    min-width: 350% !important;
  }
  .minw-md-375 {
    min-width: 375% !important;
  }
  .minw-md-400 {
    min-width: 400% !important;
  }
  .minw-md-auto {
    min-width: auto !important;
  }
  .minh-md-0 {
    min-height: 0 !important;
  }
  .minh-md-1 {
    min-height: 1% !important;
  }
  .minh-md-2 {
    min-height: 2% !important;
  }
  .minh-md-3 {
    min-height: 3% !important;
  }
  .minh-md-4 {
    min-height: 4% !important;
  }
  .minh-md-5 {
    min-height: 5% !important;
  }
  .minh-md-6 {
    min-height: 6% !important;
  }
  .minh-md-7 {
    min-height: 7% !important;
  }
  .minh-md-8 {
    min-height: 8% !important;
  }
  .minh-md-9 {
    min-height: 9% !important;
  }
  .minh-md-10 {
    min-height: 10% !important;
  }
  .minh-md-15 {
    min-height: 15% !important;
  }
  .minh-md-20 {
    min-height: 20% !important;
  }
  .minh-md-25 {
    min-height: 25% !important;
  }
  .minh-md-30 {
    min-height: 30% !important;
  }
  .minh-md-35 {
    min-height: 35% !important;
  }
  .minh-md-40 {
    min-height: 40% !important;
  }
  .minh-md-45 {
    min-height: 45% !important;
  }
  .minh-md-50 {
    min-height: 50% !important;
  }
  .minh-md-55 {
    min-height: 55% !important;
  }
  .minh-md-60 {
    min-height: 60% !important;
  }
  .minh-md-65 {
    min-height: 65% !important;
  }
  .minh-md-70 {
    min-height: 70% !important;
  }
  .minh-md-75 {
    min-height: 75% !important;
  }
  .minh-md-80 {
    min-height: 80% !important;
  }
  .minh-md-85 {
    min-height: 85% !important;
  }
  .minh-md-90 {
    min-height: 90% !important;
  }
  .minh-md-95 {
    min-height: 95% !important;
  }
  .minh-md-100 {
    min-height: 100% !important;
  }
  .minh-md-105 {
    min-height: 105% !important;
  }
  .minh-md-110 {
    min-height: 110% !important;
  }
  .minh-md-115 {
    min-height: 115% !important;
  }
  .minh-md-120 {
    min-height: 120% !important;
  }
  .minh-md-125 {
    min-height: 125% !important;
  }
  .minh-md-130 {
    min-height: 130% !important;
  }
  .minh-md-135 {
    min-height: 135% !important;
  }
  .minh-md-140 {
    min-height: 140% !important;
  }
  .minh-md-145 {
    min-height: 145% !important;
  }
  .minh-md-150 {
    min-height: 150% !important;
  }
  .minh-md-155 {
    min-height: 155% !important;
  }
  .minh-md-160 {
    min-height: 160% !important;
  }
  .minh-md-165 {
    min-height: 165% !important;
  }
  .minh-md-170 {
    min-height: 170% !important;
  }
  .minh-md-175 {
    min-height: 175% !important;
  }
  .minh-md-180 {
    min-height: 180% !important;
  }
  .minh-md-185 {
    min-height: 185% !important;
  }
  .minh-md-190 {
    min-height: 190% !important;
  }
  .minh-md-195 {
    min-height: 195% !important;
  }
  .minh-md-200 {
    min-height: 200% !important;
  }
  .minh-md-225 {
    min-height: 225% !important;
  }
  .minh-md-250 {
    min-height: 250% !important;
  }
  .minh-md-275 {
    min-height: 275% !important;
  }
  .minh-md-300 {
    min-height: 300% !important;
  }
  .minh-md-325 {
    min-height: 325% !important;
  }
  .minh-md-350 {
    min-height: 350% !important;
  }
  .minh-md-375 {
    min-height: 375% !important;
  }
  .minh-md-400 {
    min-height: 400% !important;
  }
  .minh-md-auto {
    min-height: auto !important;
  }
  .wpx-md-0 {
    width: 0 !important;
  }
  .wpx-md-1 {
    width: 1px !important;
  }
  .wpx-md-2 {
    width: 2px !important;
  }
  .wpx-md-3 {
    width: 3px !important;
  }
  .wpx-md-4 {
    width: 4px !important;
  }
  .wpx-md-5 {
    width: 5px !important;
  }
  .wpx-md-6 {
    width: 6px !important;
  }
  .wpx-md-7 {
    width: 7px !important;
  }
  .wpx-md-8 {
    width: 8px !important;
  }
  .wpx-md-9 {
    width: 9px !important;
  }
  .wpx-md-10 {
    width: 10px !important;
  }
  .wpx-md-15 {
    width: 15px !important;
  }
  .wpx-md-20 {
    width: 20px !important;
  }
  .wpx-md-25 {
    width: 25px !important;
  }
  .wpx-md-30 {
    width: 30px !important;
  }
  .wpx-md-35 {
    width: 35px !important;
  }
  .wpx-md-40 {
    width: 40px !important;
  }
  .wpx-md-45 {
    width: 45px !important;
  }
  .wpx-md-50 {
    width: 50px !important;
  }
  .wpx-md-55 {
    width: 55px !important;
  }
  .wpx-md-60 {
    width: 60px !important;
  }
  .wpx-md-65 {
    width: 65px !important;
  }
  .wpx-md-70 {
    width: 70px !important;
  }
  .wpx-md-75 {
    width: 75px !important;
  }
  .wpx-md-80 {
    width: 80px !important;
  }
  .wpx-md-85 {
    width: 85px !important;
  }
  .wpx-md-90 {
    width: 90px !important;
  }
  .wpx-md-95 {
    width: 95px !important;
  }
  .wpx-md-100 {
    width: 100px !important;
  }
  .wpx-md-105 {
    width: 105px !important;
  }
  .wpx-md-110 {
    width: 110px !important;
  }
  .wpx-md-115 {
    width: 115px !important;
  }
  .wpx-md-120 {
    width: 120px !important;
  }
  .wpx-md-125 {
    width: 125px !important;
  }
  .wpx-md-130 {
    width: 130px !important;
  }
  .wpx-md-135 {
    width: 135px !important;
  }
  .wpx-md-140 {
    width: 140px !important;
  }
  .wpx-md-145 {
    width: 145px !important;
  }
  .wpx-md-150 {
    width: 150px !important;
  }
  .wpx-md-155 {
    width: 155px !important;
  }
  .wpx-md-160 {
    width: 160px !important;
  }
  .wpx-md-165 {
    width: 165px !important;
  }
  .wpx-md-170 {
    width: 170px !important;
  }
  .wpx-md-175 {
    width: 175px !important;
  }
  .wpx-md-180 {
    width: 180px !important;
  }
  .wpx-md-185 {
    width: 185px !important;
  }
  .wpx-md-190 {
    width: 190px !important;
  }
  .wpx-md-195 {
    width: 195px !important;
  }
  .wpx-md-200 {
    width: 200px !important;
  }
  .wpx-md-210 {
    width: 210px !important;
  }
  .wpx-md-220 {
    width: 220px !important;
  }
  .wpx-md-230 {
    width: 230px !important;
  }
  .wpx-md-240 {
    width: 240px !important;
  }
  .wpx-md-250 {
    width: 250px !important;
  }
  .wpx-md-260 {
    width: 260px !important;
  }
  .wpx-md-270 {
    width: 270px !important;
  }
  .wpx-md-280 {
    width: 280px !important;
  }
  .wpx-md-290 {
    width: 290px !important;
  }
  .wpx-md-300 {
    width: 300px !important;
  }
  .wpx-md-310 {
    width: 310px !important;
  }
  .wpx-md-320 {
    width: 320px !important;
  }
  .wpx-md-330 {
    width: 330px !important;
  }
  .wpx-md-340 {
    width: 340px !important;
  }
  .wpx-md-350 {
    width: 350px !important;
  }
  .wpx-md-360 {
    width: 360px !important;
  }
  .wpx-md-370 {
    width: 370px !important;
  }
  .wpx-md-380 {
    width: 380px !important;
  }
  .wpx-md-390 {
    width: 390px !important;
  }
  .wpx-md-400 {
    width: 400px !important;
  }
  .wpx-md-410 {
    width: 410px !important;
  }
  .wpx-md-420 {
    width: 420px !important;
  }
  .wpx-md-430 {
    width: 430px !important;
  }
  .wpx-md-440 {
    width: 440px !important;
  }
  .wpx-md-450 {
    width: 450px !important;
  }
  .wpx-md-460 {
    width: 460px !important;
  }
  .wpx-md-470 {
    width: 470px !important;
  }
  .wpx-md-480 {
    width: 480px !important;
  }
  .wpx-md-490 {
    width: 490px !important;
  }
  .wpx-md-500 {
    width: 500px !important;
  }
  .wpx-md-510 {
    width: 510px !important;
  }
  .wpx-md-520 {
    width: 520px !important;
  }
  .wpx-md-530 {
    width: 530px !important;
  }
  .wpx-md-540 {
    width: 540px !important;
  }
  .wpx-md-550 {
    width: 550px !important;
  }
  .wpx-md-560 {
    width: 560px !important;
  }
  .wpx-md-570 {
    width: 570px !important;
  }
  .wpx-md-580 {
    width: 580px !important;
  }
  .wpx-md-590 {
    width: 590px !important;
  }
  .wpx-md-600 {
    width: 600px !important;
  }
  .wpx-md-650 {
    width: 650px !important;
  }
  .wpx-md-700 {
    width: 700px !important;
  }
  .wpx-md-750 {
    width: 750px !important;
  }
  .wpx-md-800 {
    width: 800px !important;
  }
  .wpx-md-850 {
    width: 850px !important;
  }
  .wpx-md-900 {
    width: 900px !important;
  }
  .wpx-md-950 {
    width: 950px !important;
  }
  .wpx-md-1000 {
    width: 1000px !important;
  }
  .hpx-md-0 {
    height: 0 !important;
  }
  .hpx-md-1 {
    height: 1px !important;
  }
  .hpx-md-2 {
    height: 2px !important;
  }
  .hpx-md-3 {
    height: 3px !important;
  }
  .hpx-md-4 {
    height: 4px !important;
  }
  .hpx-md-5 {
    height: 5px !important;
  }
  .hpx-md-6 {
    height: 6px !important;
  }
  .hpx-md-7 {
    height: 7px !important;
  }
  .hpx-md-8 {
    height: 8px !important;
  }
  .hpx-md-9 {
    height: 9px !important;
  }
  .hpx-md-10 {
    height: 10px !important;
  }
  .hpx-md-15 {
    height: 15px !important;
  }
  .hpx-md-20 {
    height: 20px !important;
  }
  .hpx-md-25 {
    height: 25px !important;
  }
  .hpx-md-30 {
    height: 30px !important;
  }
  .hpx-md-35 {
    height: 35px !important;
  }
  .hpx-md-40 {
    height: 40px !important;
  }
  .hpx-md-45 {
    height: 45px !important;
  }
  .hpx-md-50 {
    height: 50px !important;
  }
  .hpx-md-55 {
    height: 55px !important;
  }
  .hpx-md-60 {
    height: 60px !important;
  }
  .hpx-md-65 {
    height: 65px !important;
  }
  .hpx-md-70 {
    height: 70px !important;
  }
  .hpx-md-75 {
    height: 75px !important;
  }
  .hpx-md-80 {
    height: 80px !important;
  }
  .hpx-md-85 {
    height: 85px !important;
  }
  .hpx-md-90 {
    height: 90px !important;
  }
  .hpx-md-95 {
    height: 95px !important;
  }
  .hpx-md-100 {
    height: 100px !important;
  }
  .hpx-md-105 {
    height: 105px !important;
  }
  .hpx-md-110 {
    height: 110px !important;
  }
  .hpx-md-115 {
    height: 115px !important;
  }
  .hpx-md-120 {
    height: 120px !important;
  }
  .hpx-md-125 {
    height: 125px !important;
  }
  .hpx-md-130 {
    height: 130px !important;
  }
  .hpx-md-135 {
    height: 135px !important;
  }
  .hpx-md-140 {
    height: 140px !important;
  }
  .hpx-md-145 {
    height: 145px !important;
  }
  .hpx-md-150 {
    height: 150px !important;
  }
  .hpx-md-155 {
    height: 155px !important;
  }
  .hpx-md-160 {
    height: 160px !important;
  }
  .hpx-md-165 {
    height: 165px !important;
  }
  .hpx-md-170 {
    height: 170px !important;
  }
  .hpx-md-175 {
    height: 175px !important;
  }
  .hpx-md-180 {
    height: 180px !important;
  }
  .hpx-md-185 {
    height: 185px !important;
  }
  .hpx-md-190 {
    height: 190px !important;
  }
  .hpx-md-195 {
    height: 195px !important;
  }
  .hpx-md-200 {
    height: 200px !important;
  }
  .hpx-md-210 {
    height: 210px !important;
  }
  .hpx-md-220 {
    height: 220px !important;
  }
  .hpx-md-230 {
    height: 230px !important;
  }
  .hpx-md-240 {
    height: 240px !important;
  }
  .hpx-md-250 {
    height: 250px !important;
  }
  .hpx-md-260 {
    height: 260px !important;
  }
  .hpx-md-270 {
    height: 270px !important;
  }
  .hpx-md-280 {
    height: 280px !important;
  }
  .hpx-md-290 {
    height: 290px !important;
  }
  .hpx-md-300 {
    height: 300px !important;
  }
  .hpx-md-310 {
    height: 310px !important;
  }
  .hpx-md-320 {
    height: 320px !important;
  }
  .hpx-md-330 {
    height: 330px !important;
  }
  .hpx-md-340 {
    height: 340px !important;
  }
  .hpx-md-350 {
    height: 350px !important;
  }
  .hpx-md-360 {
    height: 360px !important;
  }
  .hpx-md-370 {
    height: 370px !important;
  }
  .hpx-md-380 {
    height: 380px !important;
  }
  .hpx-md-390 {
    height: 390px !important;
  }
  .hpx-md-400 {
    height: 400px !important;
  }
  .hpx-md-410 {
    height: 410px !important;
  }
  .hpx-md-420 {
    height: 420px !important;
  }
  .hpx-md-430 {
    height: 430px !important;
  }
  .hpx-md-440 {
    height: 440px !important;
  }
  .hpx-md-450 {
    height: 450px !important;
  }
  .hpx-md-460 {
    height: 460px !important;
  }
  .hpx-md-470 {
    height: 470px !important;
  }
  .hpx-md-480 {
    height: 480px !important;
  }
  .hpx-md-490 {
    height: 490px !important;
  }
  .hpx-md-500 {
    height: 500px !important;
  }
  .hpx-md-510 {
    height: 510px !important;
  }
  .hpx-md-520 {
    height: 520px !important;
  }
  .hpx-md-530 {
    height: 530px !important;
  }
  .hpx-md-540 {
    height: 540px !important;
  }
  .hpx-md-550 {
    height: 550px !important;
  }
  .hpx-md-560 {
    height: 560px !important;
  }
  .hpx-md-570 {
    height: 570px !important;
  }
  .hpx-md-580 {
    height: 580px !important;
  }
  .hpx-md-590 {
    height: 590px !important;
  }
  .hpx-md-600 {
    height: 600px !important;
  }
  .hpx-md-650 {
    height: 650px !important;
  }
  .hpx-md-700 {
    height: 700px !important;
  }
  .hpx-md-750 {
    height: 750px !important;
  }
  .hpx-md-800 {
    height: 800px !important;
  }
  .hpx-md-850 {
    height: 850px !important;
  }
  .hpx-md-900 {
    height: 900px !important;
  }
  .hpx-md-950 {
    height: 950px !important;
  }
  .hpx-md-1000 {
    height: 1000px !important;
  }
  .maxwpx-md-0 {
    max-width: 0 !important;
  }
  .maxwpx-md-1 {
    max-width: 1px !important;
  }
  .maxwpx-md-2 {
    max-width: 2px !important;
  }
  .maxwpx-md-3 {
    max-width: 3px !important;
  }
  .maxwpx-md-4 {
    max-width: 4px !important;
  }
  .maxwpx-md-5 {
    max-width: 5px !important;
  }
  .maxwpx-md-6 {
    max-width: 6px !important;
  }
  .maxwpx-md-7 {
    max-width: 7px !important;
  }
  .maxwpx-md-8 {
    max-width: 8px !important;
  }
  .maxwpx-md-9 {
    max-width: 9px !important;
  }
  .maxwpx-md-10 {
    max-width: 10px !important;
  }
  .maxwpx-md-15 {
    max-width: 15px !important;
  }
  .maxwpx-md-20 {
    max-width: 20px !important;
  }
  .maxwpx-md-25 {
    max-width: 25px !important;
  }
  .maxwpx-md-30 {
    max-width: 30px !important;
  }
  .maxwpx-md-35 {
    max-width: 35px !important;
  }
  .maxwpx-md-40 {
    max-width: 40px !important;
  }
  .maxwpx-md-45 {
    max-width: 45px !important;
  }
  .maxwpx-md-50 {
    max-width: 50px !important;
  }
  .maxwpx-md-55 {
    max-width: 55px !important;
  }
  .maxwpx-md-60 {
    max-width: 60px !important;
  }
  .maxwpx-md-65 {
    max-width: 65px !important;
  }
  .maxwpx-md-70 {
    max-width: 70px !important;
  }
  .maxwpx-md-75 {
    max-width: 75px !important;
  }
  .maxwpx-md-80 {
    max-width: 80px !important;
  }
  .maxwpx-md-85 {
    max-width: 85px !important;
  }
  .maxwpx-md-90 {
    max-width: 90px !important;
  }
  .maxwpx-md-95 {
    max-width: 95px !important;
  }
  .maxwpx-md-100 {
    max-width: 100px !important;
  }
  .maxwpx-md-105 {
    max-width: 105px !important;
  }
  .maxwpx-md-110 {
    max-width: 110px !important;
  }
  .maxwpx-md-115 {
    max-width: 115px !important;
  }
  .maxwpx-md-120 {
    max-width: 120px !important;
  }
  .maxwpx-md-125 {
    max-width: 125px !important;
  }
  .maxwpx-md-130 {
    max-width: 130px !important;
  }
  .maxwpx-md-135 {
    max-width: 135px !important;
  }
  .maxwpx-md-140 {
    max-width: 140px !important;
  }
  .maxwpx-md-145 {
    max-width: 145px !important;
  }
  .maxwpx-md-150 {
    max-width: 150px !important;
  }
  .maxwpx-md-155 {
    max-width: 155px !important;
  }
  .maxwpx-md-160 {
    max-width: 160px !important;
  }
  .maxwpx-md-165 {
    max-width: 165px !important;
  }
  .maxwpx-md-170 {
    max-width: 170px !important;
  }
  .maxwpx-md-175 {
    max-width: 175px !important;
  }
  .maxwpx-md-180 {
    max-width: 180px !important;
  }
  .maxwpx-md-185 {
    max-width: 185px !important;
  }
  .maxwpx-md-190 {
    max-width: 190px !important;
  }
  .maxwpx-md-195 {
    max-width: 195px !important;
  }
  .maxwpx-md-200 {
    max-width: 200px !important;
  }
  .maxwpx-md-210 {
    max-width: 210px !important;
  }
  .maxwpx-md-220 {
    max-width: 220px !important;
  }
  .maxwpx-md-230 {
    max-width: 230px !important;
  }
  .maxwpx-md-240 {
    max-width: 240px !important;
  }
  .maxwpx-md-250 {
    max-width: 250px !important;
  }
  .maxwpx-md-260 {
    max-width: 260px !important;
  }
  .maxwpx-md-270 {
    max-width: 270px !important;
  }
  .maxwpx-md-280 {
    max-width: 280px !important;
  }
  .maxwpx-md-290 {
    max-width: 290px !important;
  }
  .maxwpx-md-300 {
    max-width: 300px !important;
  }
  .maxwpx-md-310 {
    max-width: 310px !important;
  }
  .maxwpx-md-320 {
    max-width: 320px !important;
  }
  .maxwpx-md-330 {
    max-width: 330px !important;
  }
  .maxwpx-md-340 {
    max-width: 340px !important;
  }
  .maxwpx-md-350 {
    max-width: 350px !important;
  }
  .maxwpx-md-360 {
    max-width: 360px !important;
  }
  .maxwpx-md-370 {
    max-width: 370px !important;
  }
  .maxwpx-md-380 {
    max-width: 380px !important;
  }
  .maxwpx-md-390 {
    max-width: 390px !important;
  }
  .maxwpx-md-400 {
    max-width: 400px !important;
  }
  .maxwpx-md-410 {
    max-width: 410px !important;
  }
  .maxwpx-md-420 {
    max-width: 420px !important;
  }
  .maxwpx-md-430 {
    max-width: 430px !important;
  }
  .maxwpx-md-440 {
    max-width: 440px !important;
  }
  .maxwpx-md-450 {
    max-width: 450px !important;
  }
  .maxwpx-md-460 {
    max-width: 460px !important;
  }
  .maxwpx-md-470 {
    max-width: 470px !important;
  }
  .maxwpx-md-480 {
    max-width: 480px !important;
  }
  .maxwpx-md-490 {
    max-width: 490px !important;
  }
  .maxwpx-md-500 {
    max-width: 500px !important;
  }
  .maxwpx-md-510 {
    max-width: 510px !important;
  }
  .maxwpx-md-520 {
    max-width: 520px !important;
  }
  .maxwpx-md-530 {
    max-width: 530px !important;
  }
  .maxwpx-md-540 {
    max-width: 540px !important;
  }
  .maxwpx-md-550 {
    max-width: 550px !important;
  }
  .maxwpx-md-560 {
    max-width: 560px !important;
  }
  .maxwpx-md-570 {
    max-width: 570px !important;
  }
  .maxwpx-md-580 {
    max-width: 580px !important;
  }
  .maxwpx-md-590 {
    max-width: 590px !important;
  }
  .maxwpx-md-600 {
    max-width: 600px !important;
  }
  .maxwpx-md-650 {
    max-width: 650px !important;
  }
  .maxwpx-md-700 {
    max-width: 700px !important;
  }
  .maxwpx-md-750 {
    max-width: 750px !important;
  }
  .maxwpx-md-800 {
    max-width: 800px !important;
  }
  .maxwpx-md-850 {
    max-width: 850px !important;
  }
  .maxwpx-md-900 {
    max-width: 900px !important;
  }
  .maxwpx-md-950 {
    max-width: 950px !important;
  }
  .maxwpx-md-1000 {
    max-width: 1000px !important;
  }
  .maxhpx-md-0 {
    max-height: 0 !important;
  }
  .maxhpx-md-1 {
    max-height: 1px !important;
  }
  .maxhpx-md-2 {
    max-height: 2px !important;
  }
  .maxhpx-md-3 {
    max-height: 3px !important;
  }
  .maxhpx-md-4 {
    max-height: 4px !important;
  }
  .maxhpx-md-5 {
    max-height: 5px !important;
  }
  .maxhpx-md-6 {
    max-height: 6px !important;
  }
  .maxhpx-md-7 {
    max-height: 7px !important;
  }
  .maxhpx-md-8 {
    max-height: 8px !important;
  }
  .maxhpx-md-9 {
    max-height: 9px !important;
  }
  .maxhpx-md-10 {
    max-height: 10px !important;
  }
  .maxhpx-md-15 {
    max-height: 15px !important;
  }
  .maxhpx-md-20 {
    max-height: 20px !important;
  }
  .maxhpx-md-25 {
    max-height: 25px !important;
  }
  .maxhpx-md-30 {
    max-height: 30px !important;
  }
  .maxhpx-md-35 {
    max-height: 35px !important;
  }
  .maxhpx-md-40 {
    max-height: 40px !important;
  }
  .maxhpx-md-45 {
    max-height: 45px !important;
  }
  .maxhpx-md-50 {
    max-height: 50px !important;
  }
  .maxhpx-md-55 {
    max-height: 55px !important;
  }
  .maxhpx-md-60 {
    max-height: 60px !important;
  }
  .maxhpx-md-65 {
    max-height: 65px !important;
  }
  .maxhpx-md-70 {
    max-height: 70px !important;
  }
  .maxhpx-md-75 {
    max-height: 75px !important;
  }
  .maxhpx-md-80 {
    max-height: 80px !important;
  }
  .maxhpx-md-85 {
    max-height: 85px !important;
  }
  .maxhpx-md-90 {
    max-height: 90px !important;
  }
  .maxhpx-md-95 {
    max-height: 95px !important;
  }
  .maxhpx-md-100 {
    max-height: 100px !important;
  }
  .maxhpx-md-105 {
    max-height: 105px !important;
  }
  .maxhpx-md-110 {
    max-height: 110px !important;
  }
  .maxhpx-md-115 {
    max-height: 115px !important;
  }
  .maxhpx-md-120 {
    max-height: 120px !important;
  }
  .maxhpx-md-125 {
    max-height: 125px !important;
  }
  .maxhpx-md-130 {
    max-height: 130px !important;
  }
  .maxhpx-md-135 {
    max-height: 135px !important;
  }
  .maxhpx-md-140 {
    max-height: 140px !important;
  }
  .maxhpx-md-145 {
    max-height: 145px !important;
  }
  .maxhpx-md-150 {
    max-height: 150px !important;
  }
  .maxhpx-md-155 {
    max-height: 155px !important;
  }
  .maxhpx-md-160 {
    max-height: 160px !important;
  }
  .maxhpx-md-165 {
    max-height: 165px !important;
  }
  .maxhpx-md-170 {
    max-height: 170px !important;
  }
  .maxhpx-md-175 {
    max-height: 175px !important;
  }
  .maxhpx-md-180 {
    max-height: 180px !important;
  }
  .maxhpx-md-185 {
    max-height: 185px !important;
  }
  .maxhpx-md-190 {
    max-height: 190px !important;
  }
  .maxhpx-md-195 {
    max-height: 195px !important;
  }
  .maxhpx-md-200 {
    max-height: 200px !important;
  }
  .maxhpx-md-210 {
    max-height: 210px !important;
  }
  .maxhpx-md-220 {
    max-height: 220px !important;
  }
  .maxhpx-md-230 {
    max-height: 230px !important;
  }
  .maxhpx-md-240 {
    max-height: 240px !important;
  }
  .maxhpx-md-250 {
    max-height: 250px !important;
  }
  .maxhpx-md-260 {
    max-height: 260px !important;
  }
  .maxhpx-md-270 {
    max-height: 270px !important;
  }
  .maxhpx-md-280 {
    max-height: 280px !important;
  }
  .maxhpx-md-290 {
    max-height: 290px !important;
  }
  .maxhpx-md-300 {
    max-height: 300px !important;
  }
  .maxhpx-md-310 {
    max-height: 310px !important;
  }
  .maxhpx-md-320 {
    max-height: 320px !important;
  }
  .maxhpx-md-330 {
    max-height: 330px !important;
  }
  .maxhpx-md-340 {
    max-height: 340px !important;
  }
  .maxhpx-md-350 {
    max-height: 350px !important;
  }
  .maxhpx-md-360 {
    max-height: 360px !important;
  }
  .maxhpx-md-370 {
    max-height: 370px !important;
  }
  .maxhpx-md-380 {
    max-height: 380px !important;
  }
  .maxhpx-md-390 {
    max-height: 390px !important;
  }
  .maxhpx-md-400 {
    max-height: 400px !important;
  }
  .maxhpx-md-410 {
    max-height: 410px !important;
  }
  .maxhpx-md-420 {
    max-height: 420px !important;
  }
  .maxhpx-md-430 {
    max-height: 430px !important;
  }
  .maxhpx-md-440 {
    max-height: 440px !important;
  }
  .maxhpx-md-450 {
    max-height: 450px !important;
  }
  .maxhpx-md-460 {
    max-height: 460px !important;
  }
  .maxhpx-md-470 {
    max-height: 470px !important;
  }
  .maxhpx-md-480 {
    max-height: 480px !important;
  }
  .maxhpx-md-490 {
    max-height: 490px !important;
  }
  .maxhpx-md-500 {
    max-height: 500px !important;
  }
  .maxhpx-md-510 {
    max-height: 510px !important;
  }
  .maxhpx-md-520 {
    max-height: 520px !important;
  }
  .maxhpx-md-530 {
    max-height: 530px !important;
  }
  .maxhpx-md-540 {
    max-height: 540px !important;
  }
  .maxhpx-md-550 {
    max-height: 550px !important;
  }
  .maxhpx-md-560 {
    max-height: 560px !important;
  }
  .maxhpx-md-570 {
    max-height: 570px !important;
  }
  .maxhpx-md-580 {
    max-height: 580px !important;
  }
  .maxhpx-md-590 {
    max-height: 590px !important;
  }
  .maxhpx-md-600 {
    max-height: 600px !important;
  }
  .maxhpx-md-650 {
    max-height: 650px !important;
  }
  .maxhpx-md-700 {
    max-height: 700px !important;
  }
  .maxhpx-md-750 {
    max-height: 750px !important;
  }
  .maxhpx-md-800 {
    max-height: 800px !important;
  }
  .maxhpx-md-850 {
    max-height: 850px !important;
  }
  .maxhpx-md-900 {
    max-height: 900px !important;
  }
  .maxhpx-md-950 {
    max-height: 950px !important;
  }
  .maxhpx-md-1000 {
    max-height: 1000px !important;
  }
  .minwpx-md-0 {
    min-width: 0 !important;
  }
  .minwpx-md-1 {
    min-width: 1px !important;
  }
  .minwpx-md-2 {
    min-width: 2px !important;
  }
  .minwpx-md-3 {
    min-width: 3px !important;
  }
  .minwpx-md-4 {
    min-width: 4px !important;
  }
  .minwpx-md-5 {
    min-width: 5px !important;
  }
  .minwpx-md-6 {
    min-width: 6px !important;
  }
  .minwpx-md-7 {
    min-width: 7px !important;
  }
  .minwpx-md-8 {
    min-width: 8px !important;
  }
  .minwpx-md-9 {
    min-width: 9px !important;
  }
  .minwpx-md-10 {
    min-width: 10px !important;
  }
  .minwpx-md-15 {
    min-width: 15px !important;
  }
  .minwpx-md-20 {
    min-width: 20px !important;
  }
  .minwpx-md-25 {
    min-width: 25px !important;
  }
  .minwpx-md-30 {
    min-width: 30px !important;
  }
  .minwpx-md-35 {
    min-width: 35px !important;
  }
  .minwpx-md-40 {
    min-width: 40px !important;
  }
  .minwpx-md-45 {
    min-width: 45px !important;
  }
  .minwpx-md-50 {
    min-width: 50px !important;
  }
  .minwpx-md-55 {
    min-width: 55px !important;
  }
  .minwpx-md-60 {
    min-width: 60px !important;
  }
  .minwpx-md-65 {
    min-width: 65px !important;
  }
  .minwpx-md-70 {
    min-width: 70px !important;
  }
  .minwpx-md-75 {
    min-width: 75px !important;
  }
  .minwpx-md-80 {
    min-width: 80px !important;
  }
  .minwpx-md-85 {
    min-width: 85px !important;
  }
  .minwpx-md-90 {
    min-width: 90px !important;
  }
  .minwpx-md-95 {
    min-width: 95px !important;
  }
  .minwpx-md-100 {
    min-width: 100px !important;
  }
  .minwpx-md-105 {
    min-width: 105px !important;
  }
  .minwpx-md-110 {
    min-width: 110px !important;
  }
  .minwpx-md-115 {
    min-width: 115px !important;
  }
  .minwpx-md-120 {
    min-width: 120px !important;
  }
  .minwpx-md-125 {
    min-width: 125px !important;
  }
  .minwpx-md-130 {
    min-width: 130px !important;
  }
  .minwpx-md-135 {
    min-width: 135px !important;
  }
  .minwpx-md-140 {
    min-width: 140px !important;
  }
  .minwpx-md-145 {
    min-width: 145px !important;
  }
  .minwpx-md-150 {
    min-width: 150px !important;
  }
  .minwpx-md-155 {
    min-width: 155px !important;
  }
  .minwpx-md-160 {
    min-width: 160px !important;
  }
  .minwpx-md-165 {
    min-width: 165px !important;
  }
  .minwpx-md-170 {
    min-width: 170px !important;
  }
  .minwpx-md-175 {
    min-width: 175px !important;
  }
  .minwpx-md-180 {
    min-width: 180px !important;
  }
  .minwpx-md-185 {
    min-width: 185px !important;
  }
  .minwpx-md-190 {
    min-width: 190px !important;
  }
  .minwpx-md-195 {
    min-width: 195px !important;
  }
  .minwpx-md-200 {
    min-width: 200px !important;
  }
  .minwpx-md-210 {
    min-width: 210px !important;
  }
  .minwpx-md-220 {
    min-width: 220px !important;
  }
  .minwpx-md-230 {
    min-width: 230px !important;
  }
  .minwpx-md-240 {
    min-width: 240px !important;
  }
  .minwpx-md-250 {
    min-width: 250px !important;
  }
  .minwpx-md-260 {
    min-width: 260px !important;
  }
  .minwpx-md-270 {
    min-width: 270px !important;
  }
  .minwpx-md-280 {
    min-width: 280px !important;
  }
  .minwpx-md-290 {
    min-width: 290px !important;
  }
  .minwpx-md-300 {
    min-width: 300px !important;
  }
  .minwpx-md-310 {
    min-width: 310px !important;
  }
  .minwpx-md-320 {
    min-width: 320px !important;
  }
  .minwpx-md-330 {
    min-width: 330px !important;
  }
  .minwpx-md-340 {
    min-width: 340px !important;
  }
  .minwpx-md-350 {
    min-width: 350px !important;
  }
  .minwpx-md-360 {
    min-width: 360px !important;
  }
  .minwpx-md-370 {
    min-width: 370px !important;
  }
  .minwpx-md-380 {
    min-width: 380px !important;
  }
  .minwpx-md-390 {
    min-width: 390px !important;
  }
  .minwpx-md-400 {
    min-width: 400px !important;
  }
  .minwpx-md-410 {
    min-width: 410px !important;
  }
  .minwpx-md-420 {
    min-width: 420px !important;
  }
  .minwpx-md-430 {
    min-width: 430px !important;
  }
  .minwpx-md-440 {
    min-width: 440px !important;
  }
  .minwpx-md-450 {
    min-width: 450px !important;
  }
  .minwpx-md-460 {
    min-width: 460px !important;
  }
  .minwpx-md-470 {
    min-width: 470px !important;
  }
  .minwpx-md-480 {
    min-width: 480px !important;
  }
  .minwpx-md-490 {
    min-width: 490px !important;
  }
  .minwpx-md-500 {
    min-width: 500px !important;
  }
  .minwpx-md-510 {
    min-width: 510px !important;
  }
  .minwpx-md-520 {
    min-width: 520px !important;
  }
  .minwpx-md-530 {
    min-width: 530px !important;
  }
  .minwpx-md-540 {
    min-width: 540px !important;
  }
  .minwpx-md-550 {
    min-width: 550px !important;
  }
  .minwpx-md-560 {
    min-width: 560px !important;
  }
  .minwpx-md-570 {
    min-width: 570px !important;
  }
  .minwpx-md-580 {
    min-width: 580px !important;
  }
  .minwpx-md-590 {
    min-width: 590px !important;
  }
  .minwpx-md-600 {
    min-width: 600px !important;
  }
  .minwpx-md-650 {
    min-width: 650px !important;
  }
  .minwpx-md-700 {
    min-width: 700px !important;
  }
  .minwpx-md-750 {
    min-width: 750px !important;
  }
  .minwpx-md-800 {
    min-width: 800px !important;
  }
  .minwpx-md-850 {
    min-width: 850px !important;
  }
  .minwpx-md-900 {
    min-width: 900px !important;
  }
  .minwpx-md-950 {
    min-width: 950px !important;
  }
  .minwpx-md-1000 {
    min-width: 1000px !important;
  }
  .minhpx-md-0 {
    min-height: 0 !important;
  }
  .minhpx-md-1 {
    min-height: 1px !important;
  }
  .minhpx-md-2 {
    min-height: 2px !important;
  }
  .minhpx-md-3 {
    min-height: 3px !important;
  }
  .minhpx-md-4 {
    min-height: 4px !important;
  }
  .minhpx-md-5 {
    min-height: 5px !important;
  }
  .minhpx-md-6 {
    min-height: 6px !important;
  }
  .minhpx-md-7 {
    min-height: 7px !important;
  }
  .minhpx-md-8 {
    min-height: 8px !important;
  }
  .minhpx-md-9 {
    min-height: 9px !important;
  }
  .minhpx-md-10 {
    min-height: 10px !important;
  }
  .minhpx-md-15 {
    min-height: 15px !important;
  }
  .minhpx-md-20 {
    min-height: 20px !important;
  }
  .minhpx-md-25 {
    min-height: 25px !important;
  }
  .minhpx-md-30 {
    min-height: 30px !important;
  }
  .minhpx-md-35 {
    min-height: 35px !important;
  }
  .minhpx-md-40 {
    min-height: 40px !important;
  }
  .minhpx-md-45 {
    min-height: 45px !important;
  }
  .minhpx-md-50 {
    min-height: 50px !important;
  }
  .minhpx-md-55 {
    min-height: 55px !important;
  }
  .minhpx-md-60 {
    min-height: 60px !important;
  }
  .minhpx-md-65 {
    min-height: 65px !important;
  }
  .minhpx-md-70 {
    min-height: 70px !important;
  }
  .minhpx-md-75 {
    min-height: 75px !important;
  }
  .minhpx-md-80 {
    min-height: 80px !important;
  }
  .minhpx-md-85 {
    min-height: 85px !important;
  }
  .minhpx-md-90 {
    min-height: 90px !important;
  }
  .minhpx-md-95 {
    min-height: 95px !important;
  }
  .minhpx-md-100 {
    min-height: 100px !important;
  }
  .minhpx-md-105 {
    min-height: 105px !important;
  }
  .minhpx-md-110 {
    min-height: 110px !important;
  }
  .minhpx-md-115 {
    min-height: 115px !important;
  }
  .minhpx-md-120 {
    min-height: 120px !important;
  }
  .minhpx-md-125 {
    min-height: 125px !important;
  }
  .minhpx-md-130 {
    min-height: 130px !important;
  }
  .minhpx-md-135 {
    min-height: 135px !important;
  }
  .minhpx-md-140 {
    min-height: 140px !important;
  }
  .minhpx-md-145 {
    min-height: 145px !important;
  }
  .minhpx-md-150 {
    min-height: 150px !important;
  }
  .minhpx-md-155 {
    min-height: 155px !important;
  }
  .minhpx-md-160 {
    min-height: 160px !important;
  }
  .minhpx-md-165 {
    min-height: 165px !important;
  }
  .minhpx-md-170 {
    min-height: 170px !important;
  }
  .minhpx-md-175 {
    min-height: 175px !important;
  }
  .minhpx-md-180 {
    min-height: 180px !important;
  }
  .minhpx-md-185 {
    min-height: 185px !important;
  }
  .minhpx-md-190 {
    min-height: 190px !important;
  }
  .minhpx-md-195 {
    min-height: 195px !important;
  }
  .minhpx-md-200 {
    min-height: 200px !important;
  }
  .minhpx-md-210 {
    min-height: 210px !important;
  }
  .minhpx-md-220 {
    min-height: 220px !important;
  }
  .minhpx-md-230 {
    min-height: 230px !important;
  }
  .minhpx-md-240 {
    min-height: 240px !important;
  }
  .minhpx-md-250 {
    min-height: 250px !important;
  }
  .minhpx-md-260 {
    min-height: 260px !important;
  }
  .minhpx-md-270 {
    min-height: 270px !important;
  }
  .minhpx-md-280 {
    min-height: 280px !important;
  }
  .minhpx-md-290 {
    min-height: 290px !important;
  }
  .minhpx-md-300 {
    min-height: 300px !important;
  }
  .minhpx-md-310 {
    min-height: 310px !important;
  }
  .minhpx-md-320 {
    min-height: 320px !important;
  }
  .minhpx-md-330 {
    min-height: 330px !important;
  }
  .minhpx-md-340 {
    min-height: 340px !important;
  }
  .minhpx-md-350 {
    min-height: 350px !important;
  }
  .minhpx-md-360 {
    min-height: 360px !important;
  }
  .minhpx-md-370 {
    min-height: 370px !important;
  }
  .minhpx-md-380 {
    min-height: 380px !important;
  }
  .minhpx-md-390 {
    min-height: 390px !important;
  }
  .minhpx-md-400 {
    min-height: 400px !important;
  }
  .minhpx-md-410 {
    min-height: 410px !important;
  }
  .minhpx-md-420 {
    min-height: 420px !important;
  }
  .minhpx-md-430 {
    min-height: 430px !important;
  }
  .minhpx-md-440 {
    min-height: 440px !important;
  }
  .minhpx-md-450 {
    min-height: 450px !important;
  }
  .minhpx-md-460 {
    min-height: 460px !important;
  }
  .minhpx-md-470 {
    min-height: 470px !important;
  }
  .minhpx-md-480 {
    min-height: 480px !important;
  }
  .minhpx-md-490 {
    min-height: 490px !important;
  }
  .minhpx-md-500 {
    min-height: 500px !important;
  }
  .minhpx-md-510 {
    min-height: 510px !important;
  }
  .minhpx-md-520 {
    min-height: 520px !important;
  }
  .minhpx-md-530 {
    min-height: 530px !important;
  }
  .minhpx-md-540 {
    min-height: 540px !important;
  }
  .minhpx-md-550 {
    min-height: 550px !important;
  }
  .minhpx-md-560 {
    min-height: 560px !important;
  }
  .minhpx-md-570 {
    min-height: 570px !important;
  }
  .minhpx-md-580 {
    min-height: 580px !important;
  }
  .minhpx-md-590 {
    min-height: 590px !important;
  }
  .minhpx-md-600 {
    min-height: 600px !important;
  }
  .minhpx-md-650 {
    min-height: 650px !important;
  }
  .minhpx-md-700 {
    min-height: 700px !important;
  }
  .minhpx-md-750 {
    min-height: 750px !important;
  }
  .minhpx-md-800 {
    min-height: 800px !important;
  }
  .minhpx-md-850 {
    min-height: 850px !important;
  }
  .minhpx-md-900 {
    min-height: 900px !important;
  }
  .minhpx-md-950 {
    min-height: 950px !important;
  }
  .minhpx-md-1000 {
    min-height: 1000px !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .fs-md-7 {
    font-size: 0.95rem !important;
  }
  .fs-md-8 {
    font-size: 0.9rem !important;
  }
  .fs-md-9 {
    font-size: 0.85rem !important;
  }
  .fs-md-10 {
    font-size: 0.8rem !important;
  }
  .bwidth-md-0 {
    border-width: 0 !important;
  }
  .bwidth-md-1 {
    border-width: 1px !important;
  }
  .bwidth-md-2 {
    border-width: 2px !important;
  }
  .bwidth-md-3 {
    border-width: 3px !important;
  }
  .bwidth-md-4 {
    border-width: 4px !important;
  }
  .bwidth-md-5 {
    border-width: 5px !important;
  }
  .rounded-md {
    border-radius: 0.375rem !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-md-2 {
    border-radius: 0.375rem !important;
  }
  .rounded-md-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-md-4 {
    border-radius: 0.5rem !important;
  }
  .rounded-md-5 {
    border-radius: 0.8rem !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-md-pill {
    border-radius: 50rem !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-5 {
    top: 5% !important;
  }
  .top-md-10 {
    top: 10% !important;
  }
  .top-md-15 {
    top: 15% !important;
  }
  .top-md-20 {
    top: 20% !important;
  }
  .top-md-25 {
    top: 25% !important;
  }
  .top-md-30 {
    top: 30% !important;
  }
  .top-md-35 {
    top: 35% !important;
  }
  .top-md-40 {
    top: 40% !important;
  }
  .top-md-45 {
    top: 45% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-55 {
    top: 55% !important;
  }
  .top-md-60 {
    top: 60% !important;
  }
  .top-md-65 {
    top: 65% !important;
  }
  .top-md-70 {
    top: 70% !important;
  }
  .top-md-75 {
    top: 75% !important;
  }
  .top-md-80 {
    top: 80% !important;
  }
  .top-md-85 {
    top: 85% !important;
  }
  .top-md-90 {
    top: 90% !important;
  }
  .top-md-95 {
    top: 95% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-5 {
    bottom: 5% !important;
  }
  .bottom-md-10 {
    bottom: 10% !important;
  }
  .bottom-md-15 {
    bottom: 15% !important;
  }
  .bottom-md-20 {
    bottom: 20% !important;
  }
  .bottom-md-25 {
    bottom: 25% !important;
  }
  .bottom-md-30 {
    bottom: 30% !important;
  }
  .bottom-md-35 {
    bottom: 35% !important;
  }
  .bottom-md-40 {
    bottom: 40% !important;
  }
  .bottom-md-45 {
    bottom: 45% !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-55 {
    bottom: 55% !important;
  }
  .bottom-md-60 {
    bottom: 60% !important;
  }
  .bottom-md-65 {
    bottom: 65% !important;
  }
  .bottom-md-70 {
    bottom: 70% !important;
  }
  .bottom-md-75 {
    bottom: 75% !important;
  }
  .bottom-md-80 {
    bottom: 80% !important;
  }
  .bottom-md-85 {
    bottom: 85% !important;
  }
  .bottom-md-90 {
    bottom: 90% !important;
  }
  .bottom-md-95 {
    bottom: 95% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-5 {
    left: 5% !important;
  }
  .start-md-10 {
    left: 10% !important;
  }
  .start-md-15 {
    left: 15% !important;
  }
  .start-md-20 {
    left: 20% !important;
  }
  .start-md-25 {
    left: 25% !important;
  }
  .start-md-30 {
    left: 30% !important;
  }
  .start-md-35 {
    left: 35% !important;
  }
  .start-md-40 {
    left: 40% !important;
  }
  .start-md-45 {
    left: 45% !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-55 {
    left: 55% !important;
  }
  .start-md-60 {
    left: 60% !important;
  }
  .start-md-65 {
    left: 65% !important;
  }
  .start-md-70 {
    left: 70% !important;
  }
  .start-md-75 {
    left: 75% !important;
  }
  .start-md-80 {
    left: 80% !important;
  }
  .start-md-85 {
    left: 85% !important;
  }
  .start-md-90 {
    left: 90% !important;
  }
  .start-md-95 {
    left: 95% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-5 {
    right: 5% !important;
  }
  .end-md-10 {
    right: 10% !important;
  }
  .end-md-15 {
    right: 15% !important;
  }
  .end-md-20 {
    right: 20% !important;
  }
  .end-md-25 {
    right: 25% !important;
  }
  .end-md-30 {
    right: 30% !important;
  }
  .end-md-35 {
    right: 35% !important;
  }
  .end-md-40 {
    right: 40% !important;
  }
  .end-md-45 {
    right: 45% !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-55 {
    right: 55% !important;
  }
  .end-md-60 {
    right: 60% !important;
  }
  .end-md-65 {
    right: 65% !important;
  }
  .end-md-70 {
    right: 70% !important;
  }
  .end-md-75 {
    right: 75% !important;
  }
  .end-md-80 {
    right: 80% !important;
  }
  .end-md-85 {
    right: 85% !important;
  }
  .end-md-90 {
    right: 90% !important;
  }
  .end-md-95 {
    right: 95% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .top-md-n5 {
    top: -5% !important;
  }
  .top-md-n10 {
    top: -10% !important;
  }
  .top-md-n15 {
    top: -15% !important;
  }
  .top-md-n20 {
    top: -20% !important;
  }
  .top-md-n25 {
    top: -25% !important;
  }
  .top-md-n30 {
    top: -30% !important;
  }
  .top-md-n35 {
    top: -35% !important;
  }
  .top-md-n40 {
    top: -40% !important;
  }
  .top-md-n45 {
    top: -45% !important;
  }
  .top-md-n50 {
    top: -50% !important;
  }
  .top-md-n55 {
    top: -55% !important;
  }
  .top-md-n60 {
    top: -60% !important;
  }
  .top-md-n65 {
    top: -65% !important;
  }
  .top-md-n70 {
    top: -70% !important;
  }
  .top-md-n75 {
    top: -75% !important;
  }
  .top-md-n80 {
    top: -80% !important;
  }
  .top-md-n85 {
    top: -85% !important;
  }
  .top-md-n90 {
    top: -90% !important;
  }
  .top-md-n95 {
    top: -95% !important;
  }
  .top-md-n100 {
    top: -100% !important;
  }
  .bottom-md-n5 {
    bottom: -5% !important;
  }
  .bottom-md-n10 {
    bottom: -10% !important;
  }
  .bottom-md-n15 {
    bottom: -15% !important;
  }
  .bottom-md-n20 {
    bottom: -20% !important;
  }
  .bottom-md-n25 {
    bottom: -25% !important;
  }
  .bottom-md-n30 {
    bottom: -30% !important;
  }
  .bottom-md-n35 {
    bottom: -35% !important;
  }
  .bottom-md-n40 {
    bottom: -40% !important;
  }
  .bottom-md-n45 {
    bottom: -45% !important;
  }
  .bottom-md-n50 {
    bottom: -50% !important;
  }
  .bottom-md-n55 {
    bottom: -55% !important;
  }
  .bottom-md-n60 {
    bottom: -60% !important;
  }
  .bottom-md-n65 {
    bottom: -65% !important;
  }
  .bottom-md-n70 {
    bottom: -70% !important;
  }
  .bottom-md-n75 {
    bottom: -75% !important;
  }
  .bottom-md-n80 {
    bottom: -80% !important;
  }
  .bottom-md-n85 {
    bottom: -85% !important;
  }
  .bottom-md-n90 {
    bottom: -90% !important;
  }
  .bottom-md-n95 {
    bottom: -95% !important;
  }
  .bottom-md-n100 {
    bottom: -100% !important;
  }
  .start-md-n5 {
    left: -5% !important;
  }
  .start-md-n10 {
    left: -10% !important;
  }
  .start-md-n15 {
    left: -15% !important;
  }
  .start-md-n20 {
    left: -20% !important;
  }
  .start-md-n25 {
    left: -25% !important;
  }
  .start-md-n30 {
    left: -30% !important;
  }
  .start-md-n35 {
    left: -35% !important;
  }
  .start-md-n40 {
    left: -40% !important;
  }
  .start-md-n45 {
    left: -45% !important;
  }
  .start-md-n50 {
    left: -50% !important;
  }
  .start-md-n55 {
    left: -55% !important;
  }
  .start-md-n60 {
    left: -60% !important;
  }
  .start-md-n65 {
    left: -65% !important;
  }
  .start-md-n70 {
    left: -70% !important;
  }
  .start-md-n75 {
    left: -75% !important;
  }
  .start-md-n80 {
    left: -80% !important;
  }
  .start-md-n85 {
    left: -85% !important;
  }
  .start-md-n90 {
    left: -90% !important;
  }
  .start-md-n95 {
    left: -95% !important;
  }
  .start-md-n100 {
    left: -100% !important;
  }
  .end-md-n5 {
    right: -5% !important;
  }
  .end-md-n10 {
    right: -10% !important;
  }
  .end-md-n15 {
    right: -15% !important;
  }
  .end-md-n20 {
    right: -20% !important;
  }
  .end-md-n25 {
    right: -25% !important;
  }
  .end-md-n30 {
    right: -30% !important;
  }
  .end-md-n35 {
    right: -35% !important;
  }
  .end-md-n40 {
    right: -40% !important;
  }
  .end-md-n45 {
    right: -45% !important;
  }
  .end-md-n50 {
    right: -50% !important;
  }
  .end-md-n55 {
    right: -55% !important;
  }
  .end-md-n60 {
    right: -60% !important;
  }
  .end-md-n65 {
    right: -65% !important;
  }
  .end-md-n70 {
    right: -70% !important;
  }
  .end-md-n75 {
    right: -75% !important;
  }
  .end-md-n80 {
    right: -80% !important;
  }
  .end-md-n85 {
    right: -85% !important;
  }
  .end-md-n90 {
    right: -90% !important;
  }
  .end-md-n95 {
    right: -95% !important;
  }
  .end-md-n100 {
    right: -100% !important;
  }
  .mtpx-md-0 {
    margin-top: 0 !important;
  }
  .mtpx-md-1 {
    margin-top: 1px !important;
  }
  .mtpx-md-2 {
    margin-top: 2px !important;
  }
  .mtpx-md-3 {
    margin-top: 3px !important;
  }
  .mtpx-md-4 {
    margin-top: 4px !important;
  }
  .mtpx-md-5 {
    margin-top: 5px !important;
  }
  .mtpx-md-6 {
    margin-top: 6px !important;
  }
  .mtpx-md-7 {
    margin-top: 7px !important;
  }
  .mtpx-md-8 {
    margin-top: 8px !important;
  }
  .mtpx-md-9 {
    margin-top: 9px !important;
  }
  .mtpx-md-10 {
    margin-top: 10px !important;
  }
  .mtpx-md-11 {
    margin-top: 11px !important;
  }
  .mtpx-md-12 {
    margin-top: 12px !important;
  }
  .mtpx-md-13 {
    margin-top: 13px !important;
  }
  .mtpx-md-14 {
    margin-top: 14px !important;
  }
  .mtpx-md-15 {
    margin-top: 15px !important;
  }
  .mtpx-md-16 {
    margin-top: 16px !important;
  }
  .mtpx-md-17 {
    margin-top: 17px !important;
  }
  .mtpx-md-18 {
    margin-top: 18px !important;
  }
  .mtpx-md-19 {
    margin-top: 19px !important;
  }
  .mtpx-md-20 {
    margin-top: 20px !important;
  }
  .mtpx-md-21 {
    margin-top: 21px !important;
  }
  .mtpx-md-22 {
    margin-top: 22px !important;
  }
  .mtpx-md-23 {
    margin-top: 23px !important;
  }
  .mtpx-md-24 {
    margin-top: 24px !important;
  }
  .mtpx-md-25 {
    margin-top: 25px !important;
  }
  .mtpx-md-26 {
    margin-top: 26px !important;
  }
  .mtpx-md-27 {
    margin-top: 27px !important;
  }
  .mtpx-md-28 {
    margin-top: 28px !important;
  }
  .mtpx-md-29 {
    margin-top: 29px !important;
  }
  .mtpx-md-30 {
    margin-top: 30px !important;
  }
  .mtpx-md-35 {
    margin-top: 35px !important;
  }
  .mtpx-md-40 {
    margin-top: 40px !important;
  }
  .mtpx-md-45 {
    margin-top: 45px !important;
  }
  .mtpx-md-50 {
    margin-top: 50px !important;
  }
  .mtpx-md-55 {
    margin-top: 55px !important;
  }
  .mtpx-md-60 {
    margin-top: 60px !important;
  }
  .mtpx-md-65 {
    margin-top: 65px !important;
  }
  .mtpx-md-70 {
    margin-top: 70px !important;
  }
  .mtpx-md-75 {
    margin-top: 75px !important;
  }
  .mtpx-md-80 {
    margin-top: 80px !important;
  }
  .mtpx-md-85 {
    margin-top: 85px !important;
  }
  .mtpx-md-90 {
    margin-top: 90px !important;
  }
  .mtpx-md-95 {
    margin-top: 95px !important;
  }
  .mtpx-md-100 {
    margin-top: 100px !important;
  }
  .mtpx-md-105 {
    margin-top: 105px !important;
  }
  .mtpx-md-110 {
    margin-top: 110px !important;
  }
  .mtpx-md-115 {
    margin-top: 115px !important;
  }
  .mtpx-md-120 {
    margin-top: 120px !important;
  }
  .mtpx-md-125 {
    margin-top: 125px !important;
  }
  .mtpx-md-130 {
    margin-top: 130px !important;
  }
  .mtpx-md-140 {
    margin-top: 140px !important;
  }
  .mtpx-md-145 {
    margin-top: 145px !important;
  }
  .mtpx-md-150 {
    margin-top: 150px !important;
  }
  .mbpx-md-0 {
    margin-bottom: 0 !important;
  }
  .mbpx-md-1 {
    margin-bottom: 1px !important;
  }
  .mbpx-md-2 {
    margin-bottom: 2px !important;
  }
  .mbpx-md-3 {
    margin-bottom: 3px !important;
  }
  .mbpx-md-4 {
    margin-bottom: 4px !important;
  }
  .mbpx-md-5 {
    margin-bottom: 5px !important;
  }
  .mbpx-md-6 {
    margin-bottom: 6px !important;
  }
  .mbpx-md-7 {
    margin-bottom: 7px !important;
  }
  .mbpx-md-8 {
    margin-bottom: 8px !important;
  }
  .mbpx-md-9 {
    margin-bottom: 9px !important;
  }
  .mbpx-md-10 {
    margin-bottom: 10px !important;
  }
  .mbpx-md-11 {
    margin-bottom: 11px !important;
  }
  .mbpx-md-12 {
    margin-bottom: 12px !important;
  }
  .mbpx-md-13 {
    margin-bottom: 13px !important;
  }
  .mbpx-md-14 {
    margin-bottom: 14px !important;
  }
  .mbpx-md-15 {
    margin-bottom: 15px !important;
  }
  .mbpx-md-16 {
    margin-bottom: 16px !important;
  }
  .mbpx-md-17 {
    margin-bottom: 17px !important;
  }
  .mbpx-md-18 {
    margin-bottom: 18px !important;
  }
  .mbpx-md-19 {
    margin-bottom: 19px !important;
  }
  .mbpx-md-20 {
    margin-bottom: 20px !important;
  }
  .mbpx-md-21 {
    margin-bottom: 21px !important;
  }
  .mbpx-md-22 {
    margin-bottom: 22px !important;
  }
  .mbpx-md-23 {
    margin-bottom: 23px !important;
  }
  .mbpx-md-24 {
    margin-bottom: 24px !important;
  }
  .mbpx-md-25 {
    margin-bottom: 25px !important;
  }
  .mbpx-md-26 {
    margin-bottom: 26px !important;
  }
  .mbpx-md-27 {
    margin-bottom: 27px !important;
  }
  .mbpx-md-28 {
    margin-bottom: 28px !important;
  }
  .mbpx-md-29 {
    margin-bottom: 29px !important;
  }
  .mbpx-md-30 {
    margin-bottom: 30px !important;
  }
  .mbpx-md-35 {
    margin-bottom: 35px !important;
  }
  .mbpx-md-40 {
    margin-bottom: 40px !important;
  }
  .mbpx-md-45 {
    margin-bottom: 45px !important;
  }
  .mbpx-md-50 {
    margin-bottom: 50px !important;
  }
  .mbpx-md-55 {
    margin-bottom: 55px !important;
  }
  .mbpx-md-60 {
    margin-bottom: 60px !important;
  }
  .mbpx-md-65 {
    margin-bottom: 65px !important;
  }
  .mbpx-md-70 {
    margin-bottom: 70px !important;
  }
  .mbpx-md-75 {
    margin-bottom: 75px !important;
  }
  .mbpx-md-80 {
    margin-bottom: 80px !important;
  }
  .mbpx-md-85 {
    margin-bottom: 85px !important;
  }
  .mbpx-md-90 {
    margin-bottom: 90px !important;
  }
  .mbpx-md-95 {
    margin-bottom: 95px !important;
  }
  .mbpx-md-100 {
    margin-bottom: 100px !important;
  }
  .mbpx-md-105 {
    margin-bottom: 105px !important;
  }
  .mbpx-md-110 {
    margin-bottom: 110px !important;
  }
  .mbpx-md-115 {
    margin-bottom: 115px !important;
  }
  .mbpx-md-120 {
    margin-bottom: 120px !important;
  }
  .mbpx-md-125 {
    margin-bottom: 125px !important;
  }
  .mbpx-md-130 {
    margin-bottom: 130px !important;
  }
  .mbpx-md-140 {
    margin-bottom: 140px !important;
  }
  .mbpx-md-145 {
    margin-bottom: 145px !important;
  }
  .mbpx-md-150 {
    margin-bottom: 150px !important;
  }
  .mspx-md-0 {
    margin-left: 0 !important;
  }
  .mspx-md-1 {
    margin-left: 1px !important;
  }
  .mspx-md-2 {
    margin-left: 2px !important;
  }
  .mspx-md-3 {
    margin-left: 3px !important;
  }
  .mspx-md-4 {
    margin-left: 4px !important;
  }
  .mspx-md-5 {
    margin-left: 5px !important;
  }
  .mspx-md-6 {
    margin-left: 6px !important;
  }
  .mspx-md-7 {
    margin-left: 7px !important;
  }
  .mspx-md-8 {
    margin-left: 8px !important;
  }
  .mspx-md-9 {
    margin-left: 9px !important;
  }
  .mspx-md-10 {
    margin-left: 10px !important;
  }
  .mspx-md-11 {
    margin-left: 11px !important;
  }
  .mspx-md-12 {
    margin-left: 12px !important;
  }
  .mspx-md-13 {
    margin-left: 13px !important;
  }
  .mspx-md-14 {
    margin-left: 14px !important;
  }
  .mspx-md-15 {
    margin-left: 15px !important;
  }
  .mspx-md-16 {
    margin-left: 16px !important;
  }
  .mspx-md-17 {
    margin-left: 17px !important;
  }
  .mspx-md-18 {
    margin-left: 18px !important;
  }
  .mspx-md-19 {
    margin-left: 19px !important;
  }
  .mspx-md-20 {
    margin-left: 20px !important;
  }
  .mspx-md-21 {
    margin-left: 21px !important;
  }
  .mspx-md-22 {
    margin-left: 22px !important;
  }
  .mspx-md-23 {
    margin-left: 23px !important;
  }
  .mspx-md-24 {
    margin-left: 24px !important;
  }
  .mspx-md-25 {
    margin-left: 25px !important;
  }
  .mspx-md-26 {
    margin-left: 26px !important;
  }
  .mspx-md-27 {
    margin-left: 27px !important;
  }
  .mspx-md-28 {
    margin-left: 28px !important;
  }
  .mspx-md-29 {
    margin-left: 29px !important;
  }
  .mspx-md-30 {
    margin-left: 30px !important;
  }
  .mspx-md-35 {
    margin-left: 35px !important;
  }
  .mspx-md-40 {
    margin-left: 40px !important;
  }
  .mspx-md-45 {
    margin-left: 45px !important;
  }
  .mspx-md-50 {
    margin-left: 50px !important;
  }
  .mspx-md-55 {
    margin-left: 55px !important;
  }
  .mspx-md-60 {
    margin-left: 60px !important;
  }
  .mspx-md-65 {
    margin-left: 65px !important;
  }
  .mspx-md-70 {
    margin-left: 70px !important;
  }
  .mspx-md-75 {
    margin-left: 75px !important;
  }
  .mspx-md-80 {
    margin-left: 80px !important;
  }
  .mspx-md-85 {
    margin-left: 85px !important;
  }
  .mspx-md-90 {
    margin-left: 90px !important;
  }
  .mspx-md-95 {
    margin-left: 95px !important;
  }
  .mspx-md-100 {
    margin-left: 100px !important;
  }
  .mspx-md-105 {
    margin-left: 105px !important;
  }
  .mspx-md-110 {
    margin-left: 110px !important;
  }
  .mspx-md-115 {
    margin-left: 115px !important;
  }
  .mspx-md-120 {
    margin-left: 120px !important;
  }
  .mspx-md-125 {
    margin-left: 125px !important;
  }
  .mspx-md-130 {
    margin-left: 130px !important;
  }
  .mspx-md-140 {
    margin-left: 140px !important;
  }
  .mspx-md-145 {
    margin-left: 145px !important;
  }
  .mspx-md-150 {
    margin-left: 150px !important;
  }
  .mepx-md-0 {
    margin-right: 0 !important;
  }
  .mepx-md-1 {
    margin-right: 1px !important;
  }
  .mepx-md-2 {
    margin-right: 2px !important;
  }
  .mepx-md-3 {
    margin-right: 3px !important;
  }
  .mepx-md-4 {
    margin-right: 4px !important;
  }
  .mepx-md-5 {
    margin-right: 5px !important;
  }
  .mepx-md-6 {
    margin-right: 6px !important;
  }
  .mepx-md-7 {
    margin-right: 7px !important;
  }
  .mepx-md-8 {
    margin-right: 8px !important;
  }
  .mepx-md-9 {
    margin-right: 9px !important;
  }
  .mepx-md-10 {
    margin-right: 10px !important;
  }
  .mepx-md-11 {
    margin-right: 11px !important;
  }
  .mepx-md-12 {
    margin-right: 12px !important;
  }
  .mepx-md-13 {
    margin-right: 13px !important;
  }
  .mepx-md-14 {
    margin-right: 14px !important;
  }
  .mepx-md-15 {
    margin-right: 15px !important;
  }
  .mepx-md-16 {
    margin-right: 16px !important;
  }
  .mepx-md-17 {
    margin-right: 17px !important;
  }
  .mepx-md-18 {
    margin-right: 18px !important;
  }
  .mepx-md-19 {
    margin-right: 19px !important;
  }
  .mepx-md-20 {
    margin-right: 20px !important;
  }
  .mepx-md-21 {
    margin-right: 21px !important;
  }
  .mepx-md-22 {
    margin-right: 22px !important;
  }
  .mepx-md-23 {
    margin-right: 23px !important;
  }
  .mepx-md-24 {
    margin-right: 24px !important;
  }
  .mepx-md-25 {
    margin-right: 25px !important;
  }
  .mepx-md-26 {
    margin-right: 26px !important;
  }
  .mepx-md-27 {
    margin-right: 27px !important;
  }
  .mepx-md-28 {
    margin-right: 28px !important;
  }
  .mepx-md-29 {
    margin-right: 29px !important;
  }
  .mepx-md-30 {
    margin-right: 30px !important;
  }
  .mepx-md-35 {
    margin-right: 35px !important;
  }
  .mepx-md-40 {
    margin-right: 40px !important;
  }
  .mepx-md-45 {
    margin-right: 45px !important;
  }
  .mepx-md-50 {
    margin-right: 50px !important;
  }
  .mepx-md-55 {
    margin-right: 55px !important;
  }
  .mepx-md-60 {
    margin-right: 60px !important;
  }
  .mepx-md-65 {
    margin-right: 65px !important;
  }
  .mepx-md-70 {
    margin-right: 70px !important;
  }
  .mepx-md-75 {
    margin-right: 75px !important;
  }
  .mepx-md-80 {
    margin-right: 80px !important;
  }
  .mepx-md-85 {
    margin-right: 85px !important;
  }
  .mepx-md-90 {
    margin-right: 90px !important;
  }
  .mepx-md-95 {
    margin-right: 95px !important;
  }
  .mepx-md-100 {
    margin-right: 100px !important;
  }
  .mepx-md-105 {
    margin-right: 105px !important;
  }
  .mepx-md-110 {
    margin-right: 110px !important;
  }
  .mepx-md-115 {
    margin-right: 115px !important;
  }
  .mepx-md-120 {
    margin-right: 120px !important;
  }
  .mepx-md-125 {
    margin-right: 125px !important;
  }
  .mepx-md-130 {
    margin-right: 130px !important;
  }
  .mepx-md-140 {
    margin-right: 140px !important;
  }
  .mepx-md-145 {
    margin-right: 145px !important;
  }
  .mepx-md-150 {
    margin-right: 150px !important;
  }
  .mtpx-md-n0 {
    margin-top: 0 !important;
  }
  .mtpx-md-n1 {
    margin-top: -1px !important;
  }
  .mtpx-md-n2 {
    margin-top: -2px !important;
  }
  .mtpx-md-n3 {
    margin-top: -3px !important;
  }
  .mtpx-md-n4 {
    margin-top: -4px !important;
  }
  .mtpx-md-n5 {
    margin-top: -5px !important;
  }
  .mtpx-md-n6 {
    margin-top: -6px !important;
  }
  .mtpx-md-n7 {
    margin-top: -7px !important;
  }
  .mtpx-md-n8 {
    margin-top: -8px !important;
  }
  .mtpx-md-n9 {
    margin-top: -9px !important;
  }
  .mtpx-md-n10 {
    margin-top: -10px !important;
  }
  .mtpx-md-n11 {
    margin-top: -11px !important;
  }
  .mtpx-md-n12 {
    margin-top: -12px !important;
  }
  .mtpx-md-n13 {
    margin-top: -13px !important;
  }
  .mtpx-md-n14 {
    margin-top: -14px !important;
  }
  .mtpx-md-n15 {
    margin-top: -15px !important;
  }
  .mtpx-md-n16 {
    margin-top: -16px !important;
  }
  .mtpx-md-n17 {
    margin-top: -17px !important;
  }
  .mtpx-md-n18 {
    margin-top: -18px !important;
  }
  .mtpx-md-n19 {
    margin-top: -19px !important;
  }
  .mtpx-md-n20 {
    margin-top: -20px !important;
  }
  .mtpx-md-n21 {
    margin-top: -21px !important;
  }
  .mtpx-md-n22 {
    margin-top: -22px !important;
  }
  .mtpx-md-n23 {
    margin-top: -23px !important;
  }
  .mtpx-md-n24 {
    margin-top: -24px !important;
  }
  .mtpx-md-n25 {
    margin-top: -25px !important;
  }
  .mtpx-md-n26 {
    margin-top: -26px !important;
  }
  .mtpx-md-n27 {
    margin-top: -27px !important;
  }
  .mtpx-md-n28 {
    margin-top: -28px !important;
  }
  .mtpx-md-n29 {
    margin-top: -29px !important;
  }
  .mtpx-md-n30 {
    margin-top: -30px !important;
  }
  .mtpx-md-n35 {
    margin-top: -35px !important;
  }
  .mtpx-md-n40 {
    margin-top: -40px !important;
  }
  .mtpx-md-n45 {
    margin-top: -45px !important;
  }
  .mtpx-md-n50 {
    margin-top: -50px !important;
  }
  .mtpx-md-n55 {
    margin-top: -55px !important;
  }
  .mtpx-md-n60 {
    margin-top: -60px !important;
  }
  .mtpx-md-n65 {
    margin-top: -65px !important;
  }
  .mtpx-md-n70 {
    margin-top: -70px !important;
  }
  .mtpx-md-n75 {
    margin-top: -75px !important;
  }
  .mtpx-md-n80 {
    margin-top: -80px !important;
  }
  .mtpx-md-n85 {
    margin-top: -85px !important;
  }
  .mtpx-md-n90 {
    margin-top: -90px !important;
  }
  .mtpx-md-n95 {
    margin-top: -95px !important;
  }
  .mtpx-md-n100 {
    margin-top: -100px !important;
  }
  .mtpx-md-n105 {
    margin-top: -105px !important;
  }
  .mtpx-md-n110 {
    margin-top: -110px !important;
  }
  .mtpx-md-n115 {
    margin-top: -115px !important;
  }
  .mtpx-md-n120 {
    margin-top: -120px !important;
  }
  .mtpx-md-n125 {
    margin-top: -125px !important;
  }
  .mtpx-md-n130 {
    margin-top: -130px !important;
  }
  .mtpx-md-n135 {
    margin-top: -135px !important;
  }
  .mtpx-md-n140 {
    margin-top: -140px !important;
  }
  .mtpx-md-n145 {
    margin-top: -145px !important;
  }
  .mtpx-md-n150 {
    margin-top: -150px !important;
  }
  .mbpx-md-n0 {
    margin-bottom: 0 !important;
  }
  .mbpx-md-n1 {
    margin-bottom: -1px !important;
  }
  .mbpx-md-n2 {
    margin-bottom: -2px !important;
  }
  .mbpx-md-n3 {
    margin-bottom: -3px !important;
  }
  .mbpx-md-n4 {
    margin-bottom: -4px !important;
  }
  .mbpx-md-n5 {
    margin-bottom: -5px !important;
  }
  .mbpx-md-n6 {
    margin-bottom: -6px !important;
  }
  .mbpx-md-n7 {
    margin-bottom: -7px !important;
  }
  .mbpx-md-n8 {
    margin-bottom: -8px !important;
  }
  .mbpx-md-n9 {
    margin-bottom: -9px !important;
  }
  .mbpx-md-n10 {
    margin-bottom: -10px !important;
  }
  .mbpx-md-n11 {
    margin-bottom: -11px !important;
  }
  .mbpx-md-n12 {
    margin-bottom: -12px !important;
  }
  .mbpx-md-n13 {
    margin-bottom: -13px !important;
  }
  .mbpx-md-n14 {
    margin-bottom: -14px !important;
  }
  .mbpx-md-n15 {
    margin-bottom: -15px !important;
  }
  .mbpx-md-n16 {
    margin-bottom: -16px !important;
  }
  .mbpx-md-n17 {
    margin-bottom: -17px !important;
  }
  .mbpx-md-n18 {
    margin-bottom: -18px !important;
  }
  .mbpx-md-n19 {
    margin-bottom: -19px !important;
  }
  .mbpx-md-n20 {
    margin-bottom: -20px !important;
  }
  .mbpx-md-n21 {
    margin-bottom: -21px !important;
  }
  .mbpx-md-n22 {
    margin-bottom: -22px !important;
  }
  .mbpx-md-n23 {
    margin-bottom: -23px !important;
  }
  .mbpx-md-n24 {
    margin-bottom: -24px !important;
  }
  .mbpx-md-n25 {
    margin-bottom: -25px !important;
  }
  .mbpx-md-n26 {
    margin-bottom: -26px !important;
  }
  .mbpx-md-n27 {
    margin-bottom: -27px !important;
  }
  .mbpx-md-n28 {
    margin-bottom: -28px !important;
  }
  .mbpx-md-n29 {
    margin-bottom: -29px !important;
  }
  .mbpx-md-n30 {
    margin-bottom: -30px !important;
  }
  .mbpx-md-n35 {
    margin-bottom: -35px !important;
  }
  .mbpx-md-n40 {
    margin-bottom: -40px !important;
  }
  .mbpx-md-n45 {
    margin-bottom: -45px !important;
  }
  .mbpx-md-n50 {
    margin-bottom: -50px !important;
  }
  .mbpx-md-n55 {
    margin-bottom: -55px !important;
  }
  .mbpx-md-n60 {
    margin-bottom: -60px !important;
  }
  .mbpx-md-n65 {
    margin-bottom: -65px !important;
  }
  .mbpx-md-n70 {
    margin-bottom: -70px !important;
  }
  .mbpx-md-n75 {
    margin-bottom: -75px !important;
  }
  .mbpx-md-n80 {
    margin-bottom: -80px !important;
  }
  .mbpx-md-n85 {
    margin-bottom: -85px !important;
  }
  .mbpx-md-n90 {
    margin-bottom: -90px !important;
  }
  .mbpx-md-n95 {
    margin-bottom: -95px !important;
  }
  .mbpx-md-n100 {
    margin-bottom: -100px !important;
  }
  .mbpx-md-n105 {
    margin-bottom: -105px !important;
  }
  .mbpx-md-n110 {
    margin-bottom: -110px !important;
  }
  .mbpx-md-n115 {
    margin-bottom: -115px !important;
  }
  .mbpx-md-n120 {
    margin-bottom: -120px !important;
  }
  .mbpx-md-n125 {
    margin-bottom: -125px !important;
  }
  .mbpx-md-n130 {
    margin-bottom: -130px !important;
  }
  .mbpx-md-n135 {
    margin-bottom: -135px !important;
  }
  .mbpx-md-n140 {
    margin-bottom: -140px !important;
  }
  .mbpx-md-n145 {
    margin-bottom: -145px !important;
  }
  .mbpx-md-n150 {
    margin-bottom: -150px !important;
  }
  .mspx-md-n0 {
    margin-left: 0 !important;
  }
  .mspx-md-n1 {
    margin-left: -1px !important;
  }
  .mspx-md-n2 {
    margin-left: -2px !important;
  }
  .mspx-md-n3 {
    margin-left: -3px !important;
  }
  .mspx-md-n4 {
    margin-left: -4px !important;
  }
  .mspx-md-n5 {
    margin-left: -5px !important;
  }
  .mspx-md-n6 {
    margin-left: -6px !important;
  }
  .mspx-md-n7 {
    margin-left: -7px !important;
  }
  .mspx-md-n8 {
    margin-left: -8px !important;
  }
  .mspx-md-n9 {
    margin-left: -9px !important;
  }
  .mspx-md-n10 {
    margin-left: -10px !important;
  }
  .mspx-md-n11 {
    margin-left: -11px !important;
  }
  .mspx-md-n12 {
    margin-left: -12px !important;
  }
  .mspx-md-n13 {
    margin-left: -13px !important;
  }
  .mspx-md-n14 {
    margin-left: -14px !important;
  }
  .mspx-md-n15 {
    margin-left: -15px !important;
  }
  .mspx-md-n16 {
    margin-left: -16px !important;
  }
  .mspx-md-n17 {
    margin-left: -17px !important;
  }
  .mspx-md-n18 {
    margin-left: -18px !important;
  }
  .mspx-md-n19 {
    margin-left: -19px !important;
  }
  .mspx-md-n20 {
    margin-left: -20px !important;
  }
  .mspx-md-n21 {
    margin-left: -21px !important;
  }
  .mspx-md-n22 {
    margin-left: -22px !important;
  }
  .mspx-md-n23 {
    margin-left: -23px !important;
  }
  .mspx-md-n24 {
    margin-left: -24px !important;
  }
  .mspx-md-n25 {
    margin-left: -25px !important;
  }
  .mspx-md-n26 {
    margin-left: -26px !important;
  }
  .mspx-md-n27 {
    margin-left: -27px !important;
  }
  .mspx-md-n28 {
    margin-left: -28px !important;
  }
  .mspx-md-n29 {
    margin-left: -29px !important;
  }
  .mspx-md-n30 {
    margin-left: -30px !important;
  }
  .mspx-md-n35 {
    margin-left: -35px !important;
  }
  .mspx-md-n40 {
    margin-left: -40px !important;
  }
  .mspx-md-n45 {
    margin-left: -45px !important;
  }
  .mspx-md-n50 {
    margin-left: -50px !important;
  }
  .mspx-md-n55 {
    margin-left: -55px !important;
  }
  .mspx-md-n60 {
    margin-left: -60px !important;
  }
  .mspx-md-n65 {
    margin-left: -65px !important;
  }
  .mspx-md-n70 {
    margin-left: -70px !important;
  }
  .mspx-md-n75 {
    margin-left: -75px !important;
  }
  .mspx-md-n80 {
    margin-left: -80px !important;
  }
  .mspx-md-n85 {
    margin-left: -85px !important;
  }
  .mspx-md-n90 {
    margin-left: -90px !important;
  }
  .mspx-md-n95 {
    margin-left: -95px !important;
  }
  .mspx-md-n100 {
    margin-left: -100px !important;
  }
  .mspx-md-n105 {
    margin-left: -105px !important;
  }
  .mspx-md-n110 {
    margin-left: -110px !important;
  }
  .mspx-md-n115 {
    margin-left: -115px !important;
  }
  .mspx-md-n120 {
    margin-left: -120px !important;
  }
  .mspx-md-n125 {
    margin-left: -125px !important;
  }
  .mspx-md-n130 {
    margin-left: -130px !important;
  }
  .mspx-md-n135 {
    margin-left: -135px !important;
  }
  .mspx-md-n140 {
    margin-left: -140px !important;
  }
  .mspx-md-n145 {
    margin-left: -145px !important;
  }
  .mspx-md-n150 {
    margin-left: -150px !important;
  }
  .mepx-md-n0 {
    margin-right: 0 !important;
  }
  .mepx-md-n1 {
    margin-right: -1px !important;
  }
  .mepx-md-n2 {
    margin-right: -2px !important;
  }
  .mepx-md-n3 {
    margin-right: -3px !important;
  }
  .mepx-md-n4 {
    margin-right: -4px !important;
  }
  .mepx-md-n5 {
    margin-right: -5px !important;
  }
  .mepx-md-n6 {
    margin-right: -6px !important;
  }
  .mepx-md-n7 {
    margin-right: -7px !important;
  }
  .mepx-md-n8 {
    margin-right: -8px !important;
  }
  .mepx-md-n9 {
    margin-right: -9px !important;
  }
  .mepx-md-n10 {
    margin-right: -10px !important;
  }
  .mepx-md-n11 {
    margin-right: -11px !important;
  }
  .mepx-md-n12 {
    margin-right: -12px !important;
  }
  .mepx-md-n13 {
    margin-right: -13px !important;
  }
  .mepx-md-n14 {
    margin-right: -14px !important;
  }
  .mepx-md-n15 {
    margin-right: -15px !important;
  }
  .mepx-md-n16 {
    margin-right: -16px !important;
  }
  .mepx-md-n17 {
    margin-right: -17px !important;
  }
  .mepx-md-n18 {
    margin-right: -18px !important;
  }
  .mepx-md-n19 {
    margin-right: -19px !important;
  }
  .mepx-md-n20 {
    margin-right: -20px !important;
  }
  .mepx-md-n21 {
    margin-right: -21px !important;
  }
  .mepx-md-n22 {
    margin-right: -22px !important;
  }
  .mepx-md-n23 {
    margin-right: -23px !important;
  }
  .mepx-md-n24 {
    margin-right: -24px !important;
  }
  .mepx-md-n25 {
    margin-right: -25px !important;
  }
  .mepx-md-n26 {
    margin-right: -26px !important;
  }
  .mepx-md-n27 {
    margin-right: -27px !important;
  }
  .mepx-md-n28 {
    margin-right: -28px !important;
  }
  .mepx-md-n29 {
    margin-right: -29px !important;
  }
  .mepx-md-n30 {
    margin-right: -30px !important;
  }
  .mepx-md-n35 {
    margin-right: -35px !important;
  }
  .mepx-md-n40 {
    margin-right: -40px !important;
  }
  .mepx-md-n45 {
    margin-right: -45px !important;
  }
  .mepx-md-n50 {
    margin-right: -50px !important;
  }
  .mepx-md-n55 {
    margin-right: -55px !important;
  }
  .mepx-md-n60 {
    margin-right: -60px !important;
  }
  .mepx-md-n65 {
    margin-right: -65px !important;
  }
  .mepx-md-n70 {
    margin-right: -70px !important;
  }
  .mepx-md-n75 {
    margin-right: -75px !important;
  }
  .mepx-md-n80 {
    margin-right: -80px !important;
  }
  .mepx-md-n85 {
    margin-right: -85px !important;
  }
  .mepx-md-n90 {
    margin-right: -90px !important;
  }
  .mepx-md-n95 {
    margin-right: -95px !important;
  }
  .mepx-md-n100 {
    margin-right: -100px !important;
  }
  .mepx-md-n105 {
    margin-right: -105px !important;
  }
  .mepx-md-n110 {
    margin-right: -110px !important;
  }
  .mepx-md-n115 {
    margin-right: -115px !important;
  }
  .mepx-md-n120 {
    margin-right: -120px !important;
  }
  .mepx-md-n125 {
    margin-right: -125px !important;
  }
  .mepx-md-n130 {
    margin-right: -130px !important;
  }
  .mepx-md-n135 {
    margin-right: -135px !important;
  }
  .mepx-md-n140 {
    margin-right: -140px !important;
  }
  .mepx-md-n145 {
    margin-right: -145px !important;
  }
  .mepx-md-n150 {
    margin-right: -150px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1% !important;
  }
  .mt-md-2 {
    margin-top: 2% !important;
  }
  .mt-md-3 {
    margin-top: 3% !important;
  }
  .mt-md-4 {
    margin-top: 4% !important;
  }
  .mt-md-5 {
    margin-top: 5% !important;
  }
  .mt-md-6 {
    margin-top: 6% !important;
  }
  .mt-md-7 {
    margin-top: 7% !important;
  }
  .mt-md-8 {
    margin-top: 8% !important;
  }
  .mt-md-10 {
    margin-top: 10% !important;
  }
  .mt-md-15 {
    margin-top: 15% !important;
  }
  .mt-md-20 {
    margin-top: 20% !important;
  }
  .mt-md-25 {
    margin-top: 25% !important;
  }
  .mt-md-30 {
    margin-top: 30% !important;
  }
  .mt-md-35 {
    margin-top: 35% !important;
  }
  .mt-md-40 {
    margin-top: 40% !important;
  }
  .mt-md-45 {
    margin-top: 45% !important;
  }
  .mt-md-50 {
    margin-top: 50% !important;
  }
  .mt-md-55 {
    margin-top: 55% !important;
  }
  .mt-md-60 {
    margin-top: 60% !important;
  }
  .mt-md-65 {
    margin-top: 65% !important;
  }
  .mt-md-70 {
    margin-top: 70% !important;
  }
  .mt-md-75 {
    margin-top: 75% !important;
  }
  .mt-md-80 {
    margin-top: 80% !important;
  }
  .mt-md-85 {
    margin-top: 85% !important;
  }
  .mt-md-90 {
    margin-top: 90% !important;
  }
  .mt-md-95 {
    margin-top: 95% !important;
  }
  .mt-md-100 {
    margin-top: 100% !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1% !important;
  }
  .mb-md-2 {
    margin-bottom: 2% !important;
  }
  .mb-md-3 {
    margin-bottom: 3% !important;
  }
  .mb-md-4 {
    margin-bottom: 4% !important;
  }
  .mb-md-5 {
    margin-bottom: 5% !important;
  }
  .mb-md-6 {
    margin-bottom: 6% !important;
  }
  .mb-md-7 {
    margin-bottom: 7% !important;
  }
  .mb-md-8 {
    margin-bottom: 8% !important;
  }
  .mb-md-10 {
    margin-bottom: 10% !important;
  }
  .mb-md-15 {
    margin-bottom: 15% !important;
  }
  .mb-md-20 {
    margin-bottom: 20% !important;
  }
  .mb-md-25 {
    margin-bottom: 25% !important;
  }
  .mb-md-30 {
    margin-bottom: 30% !important;
  }
  .mb-md-35 {
    margin-bottom: 35% !important;
  }
  .mb-md-40 {
    margin-bottom: 40% !important;
  }
  .mb-md-45 {
    margin-bottom: 45% !important;
  }
  .mb-md-50 {
    margin-bottom: 50% !important;
  }
  .mb-md-55 {
    margin-bottom: 55% !important;
  }
  .mb-md-60 {
    margin-bottom: 60% !important;
  }
  .mb-md-65 {
    margin-bottom: 65% !important;
  }
  .mb-md-70 {
    margin-bottom: 70% !important;
  }
  .mb-md-75 {
    margin-bottom: 75% !important;
  }
  .mb-md-80 {
    margin-bottom: 80% !important;
  }
  .mb-md-85 {
    margin-bottom: 85% !important;
  }
  .mb-md-90 {
    margin-bottom: 90% !important;
  }
  .mb-md-95 {
    margin-bottom: 95% !important;
  }
  .mb-md-100 {
    margin-bottom: 100% !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 1% !important;
  }
  .ms-md-2 {
    margin-left: 2% !important;
  }
  .ms-md-3 {
    margin-left: 3% !important;
  }
  .ms-md-4 {
    margin-left: 4% !important;
  }
  .ms-md-5 {
    margin-left: 5% !important;
  }
  .ms-md-6 {
    margin-left: 6% !important;
  }
  .ms-md-7 {
    margin-left: 7% !important;
  }
  .ms-md-8 {
    margin-left: 8% !important;
  }
  .ms-md-10 {
    margin-left: 10% !important;
  }
  .ms-md-15 {
    margin-left: 15% !important;
  }
  .ms-md-20 {
    margin-left: 20% !important;
  }
  .ms-md-25 {
    margin-left: 25% !important;
  }
  .ms-md-30 {
    margin-left: 30% !important;
  }
  .ms-md-35 {
    margin-left: 35% !important;
  }
  .ms-md-40 {
    margin-left: 40% !important;
  }
  .ms-md-45 {
    margin-left: 45% !important;
  }
  .ms-md-50 {
    margin-left: 50% !important;
  }
  .ms-md-55 {
    margin-left: 55% !important;
  }
  .ms-md-60 {
    margin-left: 60% !important;
  }
  .ms-md-65 {
    margin-left: 65% !important;
  }
  .ms-md-70 {
    margin-left: 70% !important;
  }
  .ms-md-75 {
    margin-left: 75% !important;
  }
  .ms-md-80 {
    margin-left: 80% !important;
  }
  .ms-md-85 {
    margin-left: 85% !important;
  }
  .ms-md-90 {
    margin-left: 90% !important;
  }
  .ms-md-95 {
    margin-left: 95% !important;
  }
  .ms-md-100 {
    margin-left: 100% !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 1% !important;
  }
  .me-md-2 {
    margin-right: 2% !important;
  }
  .me-md-3 {
    margin-right: 3% !important;
  }
  .me-md-4 {
    margin-right: 4% !important;
  }
  .me-md-5 {
    margin-right: 5% !important;
  }
  .me-md-6 {
    margin-right: 6% !important;
  }
  .me-md-7 {
    margin-right: 7% !important;
  }
  .me-md-8 {
    margin-right: 8% !important;
  }
  .me-md-10 {
    margin-right: 10% !important;
  }
  .me-md-15 {
    margin-right: 15% !important;
  }
  .me-md-20 {
    margin-right: 20% !important;
  }
  .me-md-25 {
    margin-right: 25% !important;
  }
  .me-md-30 {
    margin-right: 30% !important;
  }
  .me-md-35 {
    margin-right: 35% !important;
  }
  .me-md-40 {
    margin-right: 40% !important;
  }
  .me-md-45 {
    margin-right: 45% !important;
  }
  .me-md-50 {
    margin-right: 50% !important;
  }
  .me-md-55 {
    margin-right: 55% !important;
  }
  .me-md-60 {
    margin-right: 60% !important;
  }
  .me-md-65 {
    margin-right: 65% !important;
  }
  .me-md-70 {
    margin-right: 70% !important;
  }
  .me-md-75 {
    margin-right: 75% !important;
  }
  .me-md-80 {
    margin-right: 80% !important;
  }
  .me-md-85 {
    margin-right: 85% !important;
  }
  .me-md-90 {
    margin-right: 90% !important;
  }
  .me-md-95 {
    margin-right: 95% !important;
  }
  .me-md-100 {
    margin-right: 100% !important;
  }
  .mt-md-n0 {
    margin-top: 0 !important;
  }
  .mt-md-n1 {
    margin-top: -1% !important;
  }
  .mt-md-n2 {
    margin-top: -2% !important;
  }
  .mt-md-n3 {
    margin-top: -3% !important;
  }
  .mt-md-n4 {
    margin-top: -4% !important;
  }
  .mt-md-n5 {
    margin-top: -5% !important;
  }
  .mt-md-n6 {
    margin-top: -6% !important;
  }
  .mt-md-n7 {
    margin-top: -7% !important;
  }
  .mt-md-n8 {
    margin-top: -8% !important;
  }
  .mt-md-n10 {
    margin-top: -10% !important;
  }
  .mt-md-n15 {
    margin-top: -15% !important;
  }
  .mt-md-n20 {
    margin-top: -20% !important;
  }
  .mt-md-n25 {
    margin-top: -25% !important;
  }
  .mt-md-n30 {
    margin-top: -30% !important;
  }
  .mt-md-n35 {
    margin-top: -35% !important;
  }
  .mt-md-n40 {
    margin-top: -40% !important;
  }
  .mt-md-n45 {
    margin-top: -45% !important;
  }
  .mt-md-n50 {
    margin-top: -50% !important;
  }
  .mt-md-n55 {
    margin-top: -55% !important;
  }
  .mt-md-n60 {
    margin-top: -60% !important;
  }
  .mt-md-n65 {
    margin-top: -65% !important;
  }
  .mt-md-n70 {
    margin-top: -70% !important;
  }
  .mt-md-n75 {
    margin-top: -75% !important;
  }
  .mt-md-n80 {
    margin-top: -80% !important;
  }
  .mt-md-n85 {
    margin-top: -85% !important;
  }
  .mt-md-n90 {
    margin-top: -90% !important;
  }
  .mt-md-n95 {
    margin-top: -95% !important;
  }
  .mt-md-n100 {
    margin-top: -100% !important;
  }
  .mb-md-n0 {
    margin-bottom: 0 !important;
  }
  .mb-md-n1 {
    margin-bottom: -1% !important;
  }
  .mb-md-n2 {
    margin-bottom: -2% !important;
  }
  .mb-md-n3 {
    margin-bottom: -3% !important;
  }
  .mb-md-n4 {
    margin-bottom: -4% !important;
  }
  .mb-md-n5 {
    margin-bottom: -5% !important;
  }
  .mb-md-n6 {
    margin-bottom: -6% !important;
  }
  .mb-md-n7 {
    margin-bottom: -7% !important;
  }
  .mb-md-n8 {
    margin-bottom: -8% !important;
  }
  .mb-md-n10 {
    margin-bottom: -10% !important;
  }
  .mb-md-n15 {
    margin-bottom: -15% !important;
  }
  .mb-md-n20 {
    margin-bottom: -20% !important;
  }
  .mb-md-n25 {
    margin-bottom: -25% !important;
  }
  .mb-md-n30 {
    margin-bottom: -30% !important;
  }
  .mb-md-n35 {
    margin-bottom: -35% !important;
  }
  .mb-md-n40 {
    margin-bottom: -40% !important;
  }
  .mb-md-n45 {
    margin-bottom: -45% !important;
  }
  .mb-md-n50 {
    margin-bottom: -50% !important;
  }
  .mb-md-n55 {
    margin-bottom: -55% !important;
  }
  .mb-md-n60 {
    margin-bottom: -60% !important;
  }
  .mb-md-n65 {
    margin-bottom: -65% !important;
  }
  .mb-md-n70 {
    margin-bottom: -70% !important;
  }
  .mb-md-n75 {
    margin-bottom: -75% !important;
  }
  .mb-md-n80 {
    margin-bottom: -80% !important;
  }
  .mb-md-n85 {
    margin-bottom: -85% !important;
  }
  .mb-md-n90 {
    margin-bottom: -90% !important;
  }
  .mb-md-n95 {
    margin-bottom: -95% !important;
  }
  .mb-md-n100 {
    margin-bottom: -100% !important;
  }
  .ms-md-n0 {
    margin-left: 0 !important;
  }
  .ms-md-n1 {
    margin-left: -1% !important;
  }
  .ms-md-n2 {
    margin-left: -2% !important;
  }
  .ms-md-n3 {
    margin-left: -3% !important;
  }
  .ms-md-n4 {
    margin-left: -4% !important;
  }
  .ms-md-n5 {
    margin-left: -5% !important;
  }
  .ms-md-n6 {
    margin-left: -6% !important;
  }
  .ms-md-n7 {
    margin-left: -7% !important;
  }
  .ms-md-n8 {
    margin-left: -8% !important;
  }
  .ms-md-n10 {
    margin-left: -10% !important;
  }
  .ms-md-n15 {
    margin-left: -15% !important;
  }
  .ms-md-n20 {
    margin-left: -20% !important;
  }
  .ms-md-n25 {
    margin-left: -25% !important;
  }
  .ms-md-n30 {
    margin-left: -30% !important;
  }
  .ms-md-n35 {
    margin-left: -35% !important;
  }
  .ms-md-n40 {
    margin-left: -40% !important;
  }
  .ms-md-n45 {
    margin-left: -45% !important;
  }
  .ms-md-n50 {
    margin-left: -50% !important;
  }
  .ms-md-n55 {
    margin-left: -55% !important;
  }
  .ms-md-n60 {
    margin-left: -60% !important;
  }
  .ms-md-n65 {
    margin-left: -65% !important;
  }
  .ms-md-n70 {
    margin-left: -70% !important;
  }
  .ms-md-n75 {
    margin-left: -75% !important;
  }
  .ms-md-n80 {
    margin-left: -80% !important;
  }
  .ms-md-n85 {
    margin-left: -85% !important;
  }
  .ms-md-n90 {
    margin-left: -90% !important;
  }
  .ms-md-n95 {
    margin-left: -95% !important;
  }
  .ms-md-n100 {
    margin-left: -100% !important;
  }
  .me-md-n0 {
    margin-right: 0 !important;
  }
  .me-md-n1 {
    margin-right: -1% !important;
  }
  .me-md-n2 {
    margin-right: -2% !important;
  }
  .me-md-n3 {
    margin-right: -3% !important;
  }
  .me-md-n4 {
    margin-right: -4% !important;
  }
  .me-md-n5 {
    margin-right: -5% !important;
  }
  .me-md-n6 {
    margin-right: -6% !important;
  }
  .me-md-n7 {
    margin-right: -7% !important;
  }
  .me-md-n8 {
    margin-right: -8% !important;
  }
  .me-md-n10 {
    margin-right: -10% !important;
  }
  .me-md-n15 {
    margin-right: -15% !important;
  }
  .me-md-n20 {
    margin-right: -20% !important;
  }
  .me-md-n25 {
    margin-right: -25% !important;
  }
  .me-md-n30 {
    margin-right: -30% !important;
  }
  .me-md-n35 {
    margin-right: -35% !important;
  }
  .me-md-n40 {
    margin-right: -40% !important;
  }
  .me-md-n45 {
    margin-right: -45% !important;
  }
  .me-md-n50 {
    margin-right: -50% !important;
  }
  .me-md-n55 {
    margin-right: -55% !important;
  }
  .me-md-n60 {
    margin-right: -60% !important;
  }
  .me-md-n65 {
    margin-right: -65% !important;
  }
  .me-md-n70 {
    margin-right: -70% !important;
  }
  .me-md-n75 {
    margin-right: -75% !important;
  }
  .me-md-n80 {
    margin-right: -80% !important;
  }
  .me-md-n85 {
    margin-right: -85% !important;
  }
  .me-md-n90 {
    margin-right: -90% !important;
  }
  .me-md-n95 {
    margin-right: -95% !important;
  }
  .me-md-n100 {
    margin-right: -100% !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-5 {
    opacity: 5% !important;
  }
  .opacity-md-10 {
    opacity: 10% !important;
  }
  .opacity-md-15 {
    opacity: 15% !important;
  }
  .opacity-md-20 {
    opacity: 20% !important;
  }
  .opacity-md-25 {
    opacity: 25% !important;
  }
  .opacity-md-30 {
    opacity: 30% !important;
  }
  .opacity-md-35 {
    opacity: 35% !important;
  }
  .opacity-md-40 {
    opacity: 40% !important;
  }
  .opacity-md-45 {
    opacity: 45% !important;
  }
  .opacity-md-50 {
    opacity: 50% !important;
  }
  .opacity-md-55 {
    opacity: 55% !important;
  }
  .opacity-md-60 {
    opacity: 60% !important;
  }
  .opacity-md-65 {
    opacity: 65% !important;
  }
  .opacity-md-70 {
    opacity: 70% !important;
  }
  .opacity-md-75 {
    opacity: 75% !important;
  }
  .opacity-md-80 {
    opacity: 80% !important;
  }
  .opacity-md-85 {
    opacity: 85% !important;
  }
  .opacity-md-90 {
    opacity: 90% !important;
  }
  .opacity-md-95 {
    opacity: 95% !important;
  }
  .opacity-md-100 {
    opacity: 100% !important;
  }
  .list-col-md-2 {
    columns: 2 !important;
  }
  .list-col-md-3 {
    columns: 3 !important;
  }
  .list-col-md-4 {
    columns: 4 !important;
  }
  .ls-md-0 {
    letter-spacing: 0px !important;
  }
  .ls-md-1 {
    letter-spacing: 1px !important;
  }
  .ls-md-2 {
    letter-spacing: 2px !important;
  }
  .ls-md-3 {
    letter-spacing: 3px !important;
  }
  .ls-md-4 {
    letter-spacing: 4px !important;
  }
  .ls-md-5 {
    letter-spacing: 5px !important;
  }
  .ls-md-6 {
    letter-spacing: 6px !important;
  }
  .ls-md-7 {
    letter-spacing: 7px !important;
  }
  .ls-md-8 {
    letter-spacing: 8px !important;
  }
  .ls-md-9 {
    letter-spacing: 9px !important;
  }
  .ls-md-10 {
    letter-spacing: 10px !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .rot-md-0 {
    transform: rotate(0deg) !important;
  }
  .rot-md-5 {
    transform: rotate(5deg) !important;
  }
  .rot-md-10 {
    transform: rotate(10deg) !important;
  }
  .rot-md-15 {
    transform: rotate(15deg) !important;
  }
  .rot-md-20 {
    transform: rotate(20deg) !important;
  }
  .rot-md-25 {
    transform: rotate(25deg) !important;
  }
  .rot-md-30 {
    transform: rotate(30deg) !important;
  }
  .rot-md-35 {
    transform: rotate(35deg) !important;
  }
  .rot-md-40 {
    transform: rotate(40deg) !important;
  }
  .rot-md-45 {
    transform: rotate(45deg) !important;
  }
  .rot-md-50 {
    transform: rotate(50deg) !important;
  }
  .rot-md-55 {
    transform: rotate(55deg) !important;
  }
  .rot-md-60 {
    transform: rotate(60deg) !important;
  }
  .rot-md-65 {
    transform: rotate(65deg) !important;
  }
  .rot-md-70 {
    transform: rotate(70deg) !important;
  }
  .rot-md-75 {
    transform: rotate(75deg) !important;
  }
  .rot-md-80 {
    transform: rotate(80deg) !important;
  }
  .rot-md-85 {
    transform: rotate(85deg) !important;
  }
  .rot-md-90 {
    transform: rotate(90deg) !important;
  }
  .rot-md-95 {
    transform: rotate(95deg) !important;
  }
  .rot-md-100 {
    transform: rotate(100deg) !important;
  }
  .rot-md-105 {
    transform: rotate(105deg) !important;
  }
  .rot-md-110 {
    transform: rotate(110deg) !important;
  }
  .rot-md-115 {
    transform: rotate(115deg) !important;
  }
  .rot-md-120 {
    transform: rotate(120deg) !important;
  }
  .rot-md-125 {
    transform: rotate(125deg) !important;
  }
  .rot-md-130 {
    transform: rotate(130deg) !important;
  }
  .rot-md-135 {
    transform: rotate(135deg) !important;
  }
  .rot-md-140 {
    transform: rotate(140deg) !important;
  }
  .rot-md-145 {
    transform: rotate(145deg) !important;
  }
  .rot-md-150 {
    transform: rotate(150deg) !important;
  }
  .rot-md-155 {
    transform: rotate(155deg) !important;
  }
  .rot-md-160 {
    transform: rotate(160deg) !important;
  }
  .rot-md-165 {
    transform: rotate(165deg) !important;
  }
  .rot-md-170 {
    transform: rotate(170deg) !important;
  }
  .rot-md-175 {
    transform: rotate(175deg) !important;
  }
  .rot-md-180 {
    transform: rotate(180deg) !important;
  }
  .rot-md-0 {
    transform: rotate(0deg) !important;
  }
  .rot-md-n5 {
    transform: rotate(-5deg) !important;
  }
  .rot-md-n10 {
    transform: rotate(-10deg) !important;
  }
  .rot-md-n15 {
    transform: rotate(-15deg) !important;
  }
  .rot-md-n20 {
    transform: rotate(-20deg) !important;
  }
  .rot-md-n25 {
    transform: rotate(-25deg) !important;
  }
  .rot-md-n30 {
    transform: rotate(-30deg) !important;
  }
  .rot-md-n35 {
    transform: rotate(-35deg) !important;
  }
  .rot-md-n40 {
    transform: rotate(-40deg) !important;
  }
  .rot-md-n45 {
    transform: rotate(-45deg) !important;
  }
  .rot-md-n50 {
    transform: rotate(-50deg) !important;
  }
  .rot-md-n55 {
    transform: rotate(-55deg) !important;
  }
  .rot-md-n60 {
    transform: rotate(-60deg) !important;
  }
  .rot-md-n65 {
    transform: rotate(-65deg) !important;
  }
  .rot-md-n70 {
    transform: rotate(-70deg) !important;
  }
  .rot-md-n75 {
    transform: rotate(-75deg) !important;
  }
  .rot-md-n80 {
    transform: rotate(-80deg) !important;
  }
  .rot-md-n85 {
    transform: rotate(-85deg) !important;
  }
  .rot-md-n90 {
    transform: rotate(-90deg) !important;
  }
  .rot-md-n95 {
    transform: rotate(-95deg) !important;
  }
  .rot-md-n100 {
    transform: rotate(-100deg) !important;
  }
  .rot-md-n105 {
    transform: rotate(-105deg) !important;
  }
  .rot-md-n110 {
    transform: rotate(-110deg) !important;
  }
  .rot-md-n115 {
    transform: rotate(-115deg) !important;
  }
  .rot-md-n120 {
    transform: rotate(-120deg) !important;
  }
  .rot-md-n125 {
    transform: rotate(-125deg) !important;
  }
  .rot-md-n130 {
    transform: rotate(-130deg) !important;
  }
  .rot-md-n135 {
    transform: rotate(-135deg) !important;
  }
  .rot-md-n140 {
    transform: rotate(-140deg) !important;
  }
  .rot-md-n145 {
    transform: rotate(-145deg) !important;
  }
  .rot-md-n150 {
    transform: rotate(-150deg) !important;
  }
  .rot-md-n155 {
    transform: rotate(-155deg) !important;
  }
  .rot-md-n160 {
    transform: rotate(-160deg) !important;
  }
  .rot-md-n165 {
    transform: rotate(-165deg) !important;
  }
  .rot-md-n170 {
    transform: rotate(-170deg) !important;
  }
  .rot-md-n175 {
    transform: rotate(-175deg) !important;
  }
  .rot-md-n180 {
    transform: rotate(-180deg) !important;
  }
  .ofit-md-none {
    object-fit: none !important;
  }
  .ofit-md-cover {
    object-fit: cover !important;
  }
  .ofit-md-contain {
    object-fit: contain !important;
  }
  .ofit-md-fill {
    object-fit: fill !important;
  }
  .ofit-md-scale-down {
    object-fit: scale-down !important;
  }
  .opos-md-top {
    object-position: top !important;
  }
  .opos-md-bottom {
    object-position: bottom !important;
  }
  .opos-md-start {
    object-position: left !important;
  }
  .opos-md-end {
    object-position: right !important;
  }
  .opos-md-center {
    object-position: center !important;
  }
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-md-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-md-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-md-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .color-md-Black {
    color: #000000 !important;
  }
  .color-md-White {
    color: #ffffff !important;
  }
  .color-md-Transparent {
    color: rgba(0, 0, 0, 0) !important;
  }
  .color-md-GhostWhite {
    color: #fbf8ff !important;
  }
  .color-md-BioptronLogo {
    color: #0068b2 !important;
  }
  .color-md-BrownMustard {
    color: #daab5b !important;
  }
  .color-md-DrWhite {
    color: #fafafa !important;
  }
  .color-md-DrunkenDragonfly {
    color: #3bd78b !important;
  }
  .color-md-Red {
    color: #ff3232 !important;
  }
  .color-md-RoseTonic {
    color: #ffddde !important;
  }
  .color-md-Squant {
    color: #666666 !important;
  }
  .color-md-OffBlack {
    color: #303030 !important;
  }
  .color-md-Doctor {
    color: #f9f9f9 !important;
  }
  .color-md-BleachedSilk {
    color: #f2f2f2 !important;
  }
  .color-md-Featherbed {
    color: #afcee4 !important;
  }
  .color-md-Quicksilver {
    color: #a6a6a6 !important;
  }
  .color-md-ColdMorning {
    color: #e5e5e5 !important;
  }
  .color-md-PixelWhite {
    color: #dbdbdb !important;
  }
  .color-md-Silver {
    color: #c0c0c0 !important;
  }
  .color-md-BlueRibbon {
    color: #0066ff !important;
  }
  .color-md-LightCornflowerBlue {
    color: #93ccea !important;
  }
  .color-md-SuaveGrey {
    color: #d0d8dc !important;
  }
  .color-md-EffervescentBlue {
    color: #00385f !important;
  }
  .color-md-CascadingWhite {
    color: #f6f6f6 !important;
  }
  .color-md-Emptiness {
    color: #fcfcfc !important;
  }
  .color-md-ButterFudge {
    color: #a56904 !important;
  }
  .color-md-SatinWhite {
    color: #ced4da !important;
  }
  .color-md-SharkFin {
    color: #969696 !important;
  }
  .color-md-SpringtimeRain {
    color: #ebeef2 !important;
  }
  .color-md-HeraldsTrumpet {
    color: #cd9f2f !important;
  }
  .color-md-ChilledChilly {
    color: #ea4335 !important;
  }
  .color-md-VividMalachite {
    color: #00c82e !important;
  }
  .color-md-DarkDreams {
    color: #2f276c !important;
  }
  .color-md-RossoCorsa {
    color: #d60000 !important;
  }
  .color-md-Encrando {
    color: #f80000 !important;
  }
  .color-md-Green {
    color: #00c82e !important;
  }
  .color-md-CL100 {
    color: #cd9f2f !important;
  }
  .color-md-Hyperpolarized {
    color: #daab5b !important;
  }
  .tshadow-md-none {
    text-shadow: none !important;
  }
  .tshadow-md-0 {
    text-shadow: 0 0 rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-md-1 {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-md-2 {
    text-shadow: 2px 3px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-md-3 {
    text-shadow: 3px 4px rgba(0, 0, 0, 0.3) !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .bio-lh-md-1 {
    line-height: var(--Bio-Line-Height) !important;
  }
  .bio-lh-md-2 {
    line-height: calc(var(--Bio-Line-Height) * 1.1) !important;
  }
  .bio-lh-md-3 {
    line-height: calc(var(--Bio-Line-Height) * 1.2) !important;
  }
  .bio-lh-md-4 {
    line-height: calc(var(--Bio-Line-Height) * 1.3) !important;
  }
  .bio-lh-md-5 {
    line-height: calc(var(--Bio-Line-Height) * 1.4) !important;
  }
  .bio-lh-md-6 {
    line-height: calc(var(--Bio-Line-Height) * 1.5) !important;
  }
  .bio-lh-md-7 {
    line-height: calc(var(--Bio-Line-Height) * 1.6) !important;
  }
  .bio-lh-md-8 {
    line-height: calc(var(--Bio-Line-Height) * 1.7) !important;
  }
  .bio-lh-md-9 {
    line-height: calc(var(--Bio-Line-Height) * 1.8) !important;
  }
  .bio-lh-md-10 {
    line-height: calc(var(--Bio-Line-Height) * 1.9) !important;
  }
  .bio-lh-md-n2 {
    line-height: calc(var(--Bio-Line-Height) * 0.9) !important;
  }
  .bio-lh-md-n3 {
    line-height: calc(var(--Bio-Line-Height) * 0.8) !important;
  }
  .bio-lh-md-n4 {
    line-height: calc(var(--Bio-Line-Height) * 0.7) !important;
  }
  .bio-lh-md-n5 {
    line-height: calc(var(--Bio-Line-Height) * 0.6) !important;
  }
  .bio-lh-md-n6 {
    line-height: calc(var(--Bio-Line-Height) * 0.5) !important;
  }
  .bio-lh-md-n7 {
    line-height: calc(var(--Bio-Line-Height) * 0.4) !important;
  }
  .bio-lh-md-n8 {
    line-height: calc(var(--Bio-Line-Height) * 0.3) !important;
  }
  .bio-lh-md-n9 {
    line-height: calc(var(--Bio-Line-Height) * 0.2) !important;
  }
  .bio-lh-md-n10 {
    line-height: calc(var(--Bio-Line-Height) * 0.1) !important;
  }
  .module-mt-md-none {
    margin-top: 0 !important;
  }
  .module-mt-md-normal {
    margin-top: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mt-md-half {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mt-md-double {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .module-mb-md-none {
    margin-bottom: 0 !important;
  }
  .module-mb-md-normal {
    margin-bottom: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mb-md-half {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mb-md-double {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .bio-resize-md-none {
    resize: none !important;
  }
  .bio-resize-md-horizontal {
    resize: horizontal !important;
  }
  .bio-resize-md-vertical {
    resize: vertical !important;
  }
  .bio-text-decoration-md-none {
    text-decoration: none !important;
  }
  .bio-text-decoration-md-lthrough {
    text-decoration: line-through !important;
  }
  .bio-text-decoration-md-underline {
    text-decoration: underline !important;
  }
  .bio-gap-md-0 {
    gap: 0 !important;
  }
  .bio-gap-md-1 {
    gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gap-md-2 {
    gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gap-md-3 {
    gap: var(--Bio-Spacer) !important;
  }
  .bio-gap-md-4 {
    gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gap-md-5 {
    gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gx-md-0 {
    column-gap: 0 !important;
  }
  .bio-gx-md-1 {
    column-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gx-md-2 {
    column-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gx-md-3 {
    column-gap: var(--Bio-Spacer) !important;
  }
  .bio-gx-md-4 {
    column-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gx-md-5 {
    column-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gy-md-0 {
    row-gap: 0 !important;
  }
  .bio-gy-md-1 {
    row-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gy-md-2 {
    row-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gy-md-3 {
    row-gap: var(--Bio-Spacer) !important;
  }
  .bio-gy-md-4 {
    row-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gy-md-5 {
    row-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
}
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .w-lg-0 {
    width: 0 !important;
  }
  .w-lg-1 {
    width: 1% !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .w-lg-9 {
    width: 9% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-105 {
    width: 105% !important;
  }
  .w-lg-110 {
    width: 110% !important;
  }
  .w-lg-115 {
    width: 115% !important;
  }
  .w-lg-120 {
    width: 120% !important;
  }
  .w-lg-125 {
    width: 125% !important;
  }
  .w-lg-130 {
    width: 130% !important;
  }
  .w-lg-135 {
    width: 135% !important;
  }
  .w-lg-140 {
    width: 140% !important;
  }
  .w-lg-145 {
    width: 145% !important;
  }
  .w-lg-150 {
    width: 150% !important;
  }
  .w-lg-155 {
    width: 155% !important;
  }
  .w-lg-160 {
    width: 160% !important;
  }
  .w-lg-165 {
    width: 165% !important;
  }
  .w-lg-170 {
    width: 170% !important;
  }
  .w-lg-175 {
    width: 175% !important;
  }
  .w-lg-180 {
    width: 180% !important;
  }
  .w-lg-185 {
    width: 185% !important;
  }
  .w-lg-190 {
    width: 190% !important;
  }
  .w-lg-195 {
    width: 195% !important;
  }
  .w-lg-200 {
    width: 200% !important;
  }
  .w-lg-225 {
    width: 225% !important;
  }
  .w-lg-250 {
    width: 250% !important;
  }
  .w-lg-275 {
    width: 275% !important;
  }
  .w-lg-300 {
    width: 300% !important;
  }
  .w-lg-325 {
    width: 325% !important;
  }
  .w-lg-350 {
    width: 350% !important;
  }
  .w-lg-375 {
    width: 375% !important;
  }
  .w-lg-400 {
    width: 400% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-0 {
    height: 0 !important;
  }
  .h-lg-1 {
    height: 1% !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
  .h-lg-3 {
    height: 3% !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
  .h-lg-7 {
    height: 7% !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
  .h-lg-9 {
    height: 9% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-105 {
    height: 105% !important;
  }
  .h-lg-110 {
    height: 110% !important;
  }
  .h-lg-115 {
    height: 115% !important;
  }
  .h-lg-120 {
    height: 120% !important;
  }
  .h-lg-125 {
    height: 125% !important;
  }
  .h-lg-130 {
    height: 130% !important;
  }
  .h-lg-135 {
    height: 135% !important;
  }
  .h-lg-140 {
    height: 140% !important;
  }
  .h-lg-145 {
    height: 145% !important;
  }
  .h-lg-150 {
    height: 150% !important;
  }
  .h-lg-155 {
    height: 155% !important;
  }
  .h-lg-160 {
    height: 160% !important;
  }
  .h-lg-165 {
    height: 165% !important;
  }
  .h-lg-170 {
    height: 170% !important;
  }
  .h-lg-175 {
    height: 175% !important;
  }
  .h-lg-180 {
    height: 180% !important;
  }
  .h-lg-185 {
    height: 185% !important;
  }
  .h-lg-190 {
    height: 190% !important;
  }
  .h-lg-195 {
    height: 195% !important;
  }
  .h-lg-200 {
    height: 200% !important;
  }
  .h-lg-225 {
    height: 225% !important;
  }
  .h-lg-250 {
    height: 250% !important;
  }
  .h-lg-275 {
    height: 275% !important;
  }
  .h-lg-300 {
    height: 300% !important;
  }
  .h-lg-325 {
    height: 325% !important;
  }
  .h-lg-350 {
    height: 350% !important;
  }
  .h-lg-375 {
    height: 375% !important;
  }
  .h-lg-400 {
    height: 400% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .maxw-lg-0 {
    max-width: 0 !important;
  }
  .maxw-lg-1 {
    max-width: 1% !important;
  }
  .maxw-lg-2 {
    max-width: 2% !important;
  }
  .maxw-lg-3 {
    max-width: 3% !important;
  }
  .maxw-lg-4 {
    max-width: 4% !important;
  }
  .maxw-lg-5 {
    max-width: 5% !important;
  }
  .maxw-lg-6 {
    max-width: 6% !important;
  }
  .maxw-lg-7 {
    max-width: 7% !important;
  }
  .maxw-lg-8 {
    max-width: 8% !important;
  }
  .maxw-lg-9 {
    max-width: 9% !important;
  }
  .maxw-lg-10 {
    max-width: 10% !important;
  }
  .maxw-lg-15 {
    max-width: 15% !important;
  }
  .maxw-lg-20 {
    max-width: 20% !important;
  }
  .maxw-lg-25 {
    max-width: 25% !important;
  }
  .maxw-lg-30 {
    max-width: 30% !important;
  }
  .maxw-lg-35 {
    max-width: 35% !important;
  }
  .maxw-lg-40 {
    max-width: 40% !important;
  }
  .maxw-lg-45 {
    max-width: 45% !important;
  }
  .maxw-lg-50 {
    max-width: 50% !important;
  }
  .maxw-lg-55 {
    max-width: 55% !important;
  }
  .maxw-lg-60 {
    max-width: 60% !important;
  }
  .maxw-lg-65 {
    max-width: 65% !important;
  }
  .maxw-lg-70 {
    max-width: 70% !important;
  }
  .maxw-lg-75 {
    max-width: 75% !important;
  }
  .maxw-lg-80 {
    max-width: 80% !important;
  }
  .maxw-lg-85 {
    max-width: 85% !important;
  }
  .maxw-lg-90 {
    max-width: 90% !important;
  }
  .maxw-lg-95 {
    max-width: 95% !important;
  }
  .maxw-lg-100 {
    max-width: 100% !important;
  }
  .maxw-lg-105 {
    max-width: 105% !important;
  }
  .maxw-lg-110 {
    max-width: 110% !important;
  }
  .maxw-lg-115 {
    max-width: 115% !important;
  }
  .maxw-lg-120 {
    max-width: 120% !important;
  }
  .maxw-lg-125 {
    max-width: 125% !important;
  }
  .maxw-lg-130 {
    max-width: 130% !important;
  }
  .maxw-lg-135 {
    max-width: 135% !important;
  }
  .maxw-lg-140 {
    max-width: 140% !important;
  }
  .maxw-lg-145 {
    max-width: 145% !important;
  }
  .maxw-lg-150 {
    max-width: 150% !important;
  }
  .maxw-lg-155 {
    max-width: 155% !important;
  }
  .maxw-lg-160 {
    max-width: 160% !important;
  }
  .maxw-lg-165 {
    max-width: 165% !important;
  }
  .maxw-lg-170 {
    max-width: 170% !important;
  }
  .maxw-lg-175 {
    max-width: 175% !important;
  }
  .maxw-lg-180 {
    max-width: 180% !important;
  }
  .maxw-lg-185 {
    max-width: 185% !important;
  }
  .maxw-lg-190 {
    max-width: 190% !important;
  }
  .maxw-lg-195 {
    max-width: 195% !important;
  }
  .maxw-lg-200 {
    max-width: 200% !important;
  }
  .maxw-lg-225 {
    max-width: 225% !important;
  }
  .maxw-lg-250 {
    max-width: 250% !important;
  }
  .maxw-lg-275 {
    max-width: 275% !important;
  }
  .maxw-lg-300 {
    max-width: 300% !important;
  }
  .maxw-lg-325 {
    max-width: 325% !important;
  }
  .maxw-lg-350 {
    max-width: 350% !important;
  }
  .maxw-lg-375 {
    max-width: 375% !important;
  }
  .maxw-lg-400 {
    max-width: 400% !important;
  }
  .maxw-lg-auto {
    max-width: auto !important;
  }
  .maxh-lg-0 {
    max-height: 0 !important;
  }
  .maxh-lg-1 {
    max-height: 1% !important;
  }
  .maxh-lg-2 {
    max-height: 2% !important;
  }
  .maxh-lg-3 {
    max-height: 3% !important;
  }
  .maxh-lg-4 {
    max-height: 4% !important;
  }
  .maxh-lg-5 {
    max-height: 5% !important;
  }
  .maxh-lg-6 {
    max-height: 6% !important;
  }
  .maxh-lg-7 {
    max-height: 7% !important;
  }
  .maxh-lg-8 {
    max-height: 8% !important;
  }
  .maxh-lg-9 {
    max-height: 9% !important;
  }
  .maxh-lg-10 {
    max-height: 10% !important;
  }
  .maxh-lg-15 {
    max-height: 15% !important;
  }
  .maxh-lg-20 {
    max-height: 20% !important;
  }
  .maxh-lg-25 {
    max-height: 25% !important;
  }
  .maxh-lg-30 {
    max-height: 30% !important;
  }
  .maxh-lg-35 {
    max-height: 35% !important;
  }
  .maxh-lg-40 {
    max-height: 40% !important;
  }
  .maxh-lg-45 {
    max-height: 45% !important;
  }
  .maxh-lg-50 {
    max-height: 50% !important;
  }
  .maxh-lg-55 {
    max-height: 55% !important;
  }
  .maxh-lg-60 {
    max-height: 60% !important;
  }
  .maxh-lg-65 {
    max-height: 65% !important;
  }
  .maxh-lg-70 {
    max-height: 70% !important;
  }
  .maxh-lg-75 {
    max-height: 75% !important;
  }
  .maxh-lg-80 {
    max-height: 80% !important;
  }
  .maxh-lg-85 {
    max-height: 85% !important;
  }
  .maxh-lg-90 {
    max-height: 90% !important;
  }
  .maxh-lg-95 {
    max-height: 95% !important;
  }
  .maxh-lg-100 {
    max-height: 100% !important;
  }
  .maxh-lg-105 {
    max-height: 105% !important;
  }
  .maxh-lg-110 {
    max-height: 110% !important;
  }
  .maxh-lg-115 {
    max-height: 115% !important;
  }
  .maxh-lg-120 {
    max-height: 120% !important;
  }
  .maxh-lg-125 {
    max-height: 125% !important;
  }
  .maxh-lg-130 {
    max-height: 130% !important;
  }
  .maxh-lg-135 {
    max-height: 135% !important;
  }
  .maxh-lg-140 {
    max-height: 140% !important;
  }
  .maxh-lg-145 {
    max-height: 145% !important;
  }
  .maxh-lg-150 {
    max-height: 150% !important;
  }
  .maxh-lg-155 {
    max-height: 155% !important;
  }
  .maxh-lg-160 {
    max-height: 160% !important;
  }
  .maxh-lg-165 {
    max-height: 165% !important;
  }
  .maxh-lg-170 {
    max-height: 170% !important;
  }
  .maxh-lg-175 {
    max-height: 175% !important;
  }
  .maxh-lg-180 {
    max-height: 180% !important;
  }
  .maxh-lg-185 {
    max-height: 185% !important;
  }
  .maxh-lg-190 {
    max-height: 190% !important;
  }
  .maxh-lg-195 {
    max-height: 195% !important;
  }
  .maxh-lg-200 {
    max-height: 200% !important;
  }
  .maxh-lg-225 {
    max-height: 225% !important;
  }
  .maxh-lg-250 {
    max-height: 250% !important;
  }
  .maxh-lg-275 {
    max-height: 275% !important;
  }
  .maxh-lg-300 {
    max-height: 300% !important;
  }
  .maxh-lg-325 {
    max-height: 325% !important;
  }
  .maxh-lg-350 {
    max-height: 350% !important;
  }
  .maxh-lg-375 {
    max-height: 375% !important;
  }
  .maxh-lg-400 {
    max-height: 400% !important;
  }
  .maxh-lg-auto {
    max-height: auto !important;
  }
  .minw-lg-0 {
    min-width: 0 !important;
  }
  .minw-lg-1 {
    min-width: 1% !important;
  }
  .minw-lg-2 {
    min-width: 2% !important;
  }
  .minw-lg-3 {
    min-width: 3% !important;
  }
  .minw-lg-4 {
    min-width: 4% !important;
  }
  .minw-lg-5 {
    min-width: 5% !important;
  }
  .minw-lg-6 {
    min-width: 6% !important;
  }
  .minw-lg-7 {
    min-width: 7% !important;
  }
  .minw-lg-8 {
    min-width: 8% !important;
  }
  .minw-lg-9 {
    min-width: 9% !important;
  }
  .minw-lg-10 {
    min-width: 10% !important;
  }
  .minw-lg-15 {
    min-width: 15% !important;
  }
  .minw-lg-20 {
    min-width: 20% !important;
  }
  .minw-lg-25 {
    min-width: 25% !important;
  }
  .minw-lg-30 {
    min-width: 30% !important;
  }
  .minw-lg-35 {
    min-width: 35% !important;
  }
  .minw-lg-40 {
    min-width: 40% !important;
  }
  .minw-lg-45 {
    min-width: 45% !important;
  }
  .minw-lg-50 {
    min-width: 50% !important;
  }
  .minw-lg-55 {
    min-width: 55% !important;
  }
  .minw-lg-60 {
    min-width: 60% !important;
  }
  .minw-lg-65 {
    min-width: 65% !important;
  }
  .minw-lg-70 {
    min-width: 70% !important;
  }
  .minw-lg-75 {
    min-width: 75% !important;
  }
  .minw-lg-80 {
    min-width: 80% !important;
  }
  .minw-lg-85 {
    min-width: 85% !important;
  }
  .minw-lg-90 {
    min-width: 90% !important;
  }
  .minw-lg-95 {
    min-width: 95% !important;
  }
  .minw-lg-100 {
    min-width: 100% !important;
  }
  .minw-lg-105 {
    min-width: 105% !important;
  }
  .minw-lg-110 {
    min-width: 110% !important;
  }
  .minw-lg-115 {
    min-width: 115% !important;
  }
  .minw-lg-120 {
    min-width: 120% !important;
  }
  .minw-lg-125 {
    min-width: 125% !important;
  }
  .minw-lg-130 {
    min-width: 130% !important;
  }
  .minw-lg-135 {
    min-width: 135% !important;
  }
  .minw-lg-140 {
    min-width: 140% !important;
  }
  .minw-lg-145 {
    min-width: 145% !important;
  }
  .minw-lg-150 {
    min-width: 150% !important;
  }
  .minw-lg-155 {
    min-width: 155% !important;
  }
  .minw-lg-160 {
    min-width: 160% !important;
  }
  .minw-lg-165 {
    min-width: 165% !important;
  }
  .minw-lg-170 {
    min-width: 170% !important;
  }
  .minw-lg-175 {
    min-width: 175% !important;
  }
  .minw-lg-180 {
    min-width: 180% !important;
  }
  .minw-lg-185 {
    min-width: 185% !important;
  }
  .minw-lg-190 {
    min-width: 190% !important;
  }
  .minw-lg-195 {
    min-width: 195% !important;
  }
  .minw-lg-200 {
    min-width: 200% !important;
  }
  .minw-lg-225 {
    min-width: 225% !important;
  }
  .minw-lg-250 {
    min-width: 250% !important;
  }
  .minw-lg-275 {
    min-width: 275% !important;
  }
  .minw-lg-300 {
    min-width: 300% !important;
  }
  .minw-lg-325 {
    min-width: 325% !important;
  }
  .minw-lg-350 {
    min-width: 350% !important;
  }
  .minw-lg-375 {
    min-width: 375% !important;
  }
  .minw-lg-400 {
    min-width: 400% !important;
  }
  .minw-lg-auto {
    min-width: auto !important;
  }
  .minh-lg-0 {
    min-height: 0 !important;
  }
  .minh-lg-1 {
    min-height: 1% !important;
  }
  .minh-lg-2 {
    min-height: 2% !important;
  }
  .minh-lg-3 {
    min-height: 3% !important;
  }
  .minh-lg-4 {
    min-height: 4% !important;
  }
  .minh-lg-5 {
    min-height: 5% !important;
  }
  .minh-lg-6 {
    min-height: 6% !important;
  }
  .minh-lg-7 {
    min-height: 7% !important;
  }
  .minh-lg-8 {
    min-height: 8% !important;
  }
  .minh-lg-9 {
    min-height: 9% !important;
  }
  .minh-lg-10 {
    min-height: 10% !important;
  }
  .minh-lg-15 {
    min-height: 15% !important;
  }
  .minh-lg-20 {
    min-height: 20% !important;
  }
  .minh-lg-25 {
    min-height: 25% !important;
  }
  .minh-lg-30 {
    min-height: 30% !important;
  }
  .minh-lg-35 {
    min-height: 35% !important;
  }
  .minh-lg-40 {
    min-height: 40% !important;
  }
  .minh-lg-45 {
    min-height: 45% !important;
  }
  .minh-lg-50 {
    min-height: 50% !important;
  }
  .minh-lg-55 {
    min-height: 55% !important;
  }
  .minh-lg-60 {
    min-height: 60% !important;
  }
  .minh-lg-65 {
    min-height: 65% !important;
  }
  .minh-lg-70 {
    min-height: 70% !important;
  }
  .minh-lg-75 {
    min-height: 75% !important;
  }
  .minh-lg-80 {
    min-height: 80% !important;
  }
  .minh-lg-85 {
    min-height: 85% !important;
  }
  .minh-lg-90 {
    min-height: 90% !important;
  }
  .minh-lg-95 {
    min-height: 95% !important;
  }
  .minh-lg-100 {
    min-height: 100% !important;
  }
  .minh-lg-105 {
    min-height: 105% !important;
  }
  .minh-lg-110 {
    min-height: 110% !important;
  }
  .minh-lg-115 {
    min-height: 115% !important;
  }
  .minh-lg-120 {
    min-height: 120% !important;
  }
  .minh-lg-125 {
    min-height: 125% !important;
  }
  .minh-lg-130 {
    min-height: 130% !important;
  }
  .minh-lg-135 {
    min-height: 135% !important;
  }
  .minh-lg-140 {
    min-height: 140% !important;
  }
  .minh-lg-145 {
    min-height: 145% !important;
  }
  .minh-lg-150 {
    min-height: 150% !important;
  }
  .minh-lg-155 {
    min-height: 155% !important;
  }
  .minh-lg-160 {
    min-height: 160% !important;
  }
  .minh-lg-165 {
    min-height: 165% !important;
  }
  .minh-lg-170 {
    min-height: 170% !important;
  }
  .minh-lg-175 {
    min-height: 175% !important;
  }
  .minh-lg-180 {
    min-height: 180% !important;
  }
  .minh-lg-185 {
    min-height: 185% !important;
  }
  .minh-lg-190 {
    min-height: 190% !important;
  }
  .minh-lg-195 {
    min-height: 195% !important;
  }
  .minh-lg-200 {
    min-height: 200% !important;
  }
  .minh-lg-225 {
    min-height: 225% !important;
  }
  .minh-lg-250 {
    min-height: 250% !important;
  }
  .minh-lg-275 {
    min-height: 275% !important;
  }
  .minh-lg-300 {
    min-height: 300% !important;
  }
  .minh-lg-325 {
    min-height: 325% !important;
  }
  .minh-lg-350 {
    min-height: 350% !important;
  }
  .minh-lg-375 {
    min-height: 375% !important;
  }
  .minh-lg-400 {
    min-height: 400% !important;
  }
  .minh-lg-auto {
    min-height: auto !important;
  }
  .wpx-lg-0 {
    width: 0 !important;
  }
  .wpx-lg-1 {
    width: 1px !important;
  }
  .wpx-lg-2 {
    width: 2px !important;
  }
  .wpx-lg-3 {
    width: 3px !important;
  }
  .wpx-lg-4 {
    width: 4px !important;
  }
  .wpx-lg-5 {
    width: 5px !important;
  }
  .wpx-lg-6 {
    width: 6px !important;
  }
  .wpx-lg-7 {
    width: 7px !important;
  }
  .wpx-lg-8 {
    width: 8px !important;
  }
  .wpx-lg-9 {
    width: 9px !important;
  }
  .wpx-lg-10 {
    width: 10px !important;
  }
  .wpx-lg-15 {
    width: 15px !important;
  }
  .wpx-lg-20 {
    width: 20px !important;
  }
  .wpx-lg-25 {
    width: 25px !important;
  }
  .wpx-lg-30 {
    width: 30px !important;
  }
  .wpx-lg-35 {
    width: 35px !important;
  }
  .wpx-lg-40 {
    width: 40px !important;
  }
  .wpx-lg-45 {
    width: 45px !important;
  }
  .wpx-lg-50 {
    width: 50px !important;
  }
  .wpx-lg-55 {
    width: 55px !important;
  }
  .wpx-lg-60 {
    width: 60px !important;
  }
  .wpx-lg-65 {
    width: 65px !important;
  }
  .wpx-lg-70 {
    width: 70px !important;
  }
  .wpx-lg-75 {
    width: 75px !important;
  }
  .wpx-lg-80 {
    width: 80px !important;
  }
  .wpx-lg-85 {
    width: 85px !important;
  }
  .wpx-lg-90 {
    width: 90px !important;
  }
  .wpx-lg-95 {
    width: 95px !important;
  }
  .wpx-lg-100 {
    width: 100px !important;
  }
  .wpx-lg-105 {
    width: 105px !important;
  }
  .wpx-lg-110 {
    width: 110px !important;
  }
  .wpx-lg-115 {
    width: 115px !important;
  }
  .wpx-lg-120 {
    width: 120px !important;
  }
  .wpx-lg-125 {
    width: 125px !important;
  }
  .wpx-lg-130 {
    width: 130px !important;
  }
  .wpx-lg-135 {
    width: 135px !important;
  }
  .wpx-lg-140 {
    width: 140px !important;
  }
  .wpx-lg-145 {
    width: 145px !important;
  }
  .wpx-lg-150 {
    width: 150px !important;
  }
  .wpx-lg-155 {
    width: 155px !important;
  }
  .wpx-lg-160 {
    width: 160px !important;
  }
  .wpx-lg-165 {
    width: 165px !important;
  }
  .wpx-lg-170 {
    width: 170px !important;
  }
  .wpx-lg-175 {
    width: 175px !important;
  }
  .wpx-lg-180 {
    width: 180px !important;
  }
  .wpx-lg-185 {
    width: 185px !important;
  }
  .wpx-lg-190 {
    width: 190px !important;
  }
  .wpx-lg-195 {
    width: 195px !important;
  }
  .wpx-lg-200 {
    width: 200px !important;
  }
  .wpx-lg-210 {
    width: 210px !important;
  }
  .wpx-lg-220 {
    width: 220px !important;
  }
  .wpx-lg-230 {
    width: 230px !important;
  }
  .wpx-lg-240 {
    width: 240px !important;
  }
  .wpx-lg-250 {
    width: 250px !important;
  }
  .wpx-lg-260 {
    width: 260px !important;
  }
  .wpx-lg-270 {
    width: 270px !important;
  }
  .wpx-lg-280 {
    width: 280px !important;
  }
  .wpx-lg-290 {
    width: 290px !important;
  }
  .wpx-lg-300 {
    width: 300px !important;
  }
  .wpx-lg-310 {
    width: 310px !important;
  }
  .wpx-lg-320 {
    width: 320px !important;
  }
  .wpx-lg-330 {
    width: 330px !important;
  }
  .wpx-lg-340 {
    width: 340px !important;
  }
  .wpx-lg-350 {
    width: 350px !important;
  }
  .wpx-lg-360 {
    width: 360px !important;
  }
  .wpx-lg-370 {
    width: 370px !important;
  }
  .wpx-lg-380 {
    width: 380px !important;
  }
  .wpx-lg-390 {
    width: 390px !important;
  }
  .wpx-lg-400 {
    width: 400px !important;
  }
  .wpx-lg-410 {
    width: 410px !important;
  }
  .wpx-lg-420 {
    width: 420px !important;
  }
  .wpx-lg-430 {
    width: 430px !important;
  }
  .wpx-lg-440 {
    width: 440px !important;
  }
  .wpx-lg-450 {
    width: 450px !important;
  }
  .wpx-lg-460 {
    width: 460px !important;
  }
  .wpx-lg-470 {
    width: 470px !important;
  }
  .wpx-lg-480 {
    width: 480px !important;
  }
  .wpx-lg-490 {
    width: 490px !important;
  }
  .wpx-lg-500 {
    width: 500px !important;
  }
  .wpx-lg-510 {
    width: 510px !important;
  }
  .wpx-lg-520 {
    width: 520px !important;
  }
  .wpx-lg-530 {
    width: 530px !important;
  }
  .wpx-lg-540 {
    width: 540px !important;
  }
  .wpx-lg-550 {
    width: 550px !important;
  }
  .wpx-lg-560 {
    width: 560px !important;
  }
  .wpx-lg-570 {
    width: 570px !important;
  }
  .wpx-lg-580 {
    width: 580px !important;
  }
  .wpx-lg-590 {
    width: 590px !important;
  }
  .wpx-lg-600 {
    width: 600px !important;
  }
  .wpx-lg-650 {
    width: 650px !important;
  }
  .wpx-lg-700 {
    width: 700px !important;
  }
  .wpx-lg-750 {
    width: 750px !important;
  }
  .wpx-lg-800 {
    width: 800px !important;
  }
  .wpx-lg-850 {
    width: 850px !important;
  }
  .wpx-lg-900 {
    width: 900px !important;
  }
  .wpx-lg-950 {
    width: 950px !important;
  }
  .wpx-lg-1000 {
    width: 1000px !important;
  }
  .hpx-lg-0 {
    height: 0 !important;
  }
  .hpx-lg-1 {
    height: 1px !important;
  }
  .hpx-lg-2 {
    height: 2px !important;
  }
  .hpx-lg-3 {
    height: 3px !important;
  }
  .hpx-lg-4 {
    height: 4px !important;
  }
  .hpx-lg-5 {
    height: 5px !important;
  }
  .hpx-lg-6 {
    height: 6px !important;
  }
  .hpx-lg-7 {
    height: 7px !important;
  }
  .hpx-lg-8 {
    height: 8px !important;
  }
  .hpx-lg-9 {
    height: 9px !important;
  }
  .hpx-lg-10 {
    height: 10px !important;
  }
  .hpx-lg-15 {
    height: 15px !important;
  }
  .hpx-lg-20 {
    height: 20px !important;
  }
  .hpx-lg-25 {
    height: 25px !important;
  }
  .hpx-lg-30 {
    height: 30px !important;
  }
  .hpx-lg-35 {
    height: 35px !important;
  }
  .hpx-lg-40 {
    height: 40px !important;
  }
  .hpx-lg-45 {
    height: 45px !important;
  }
  .hpx-lg-50 {
    height: 50px !important;
  }
  .hpx-lg-55 {
    height: 55px !important;
  }
  .hpx-lg-60 {
    height: 60px !important;
  }
  .hpx-lg-65 {
    height: 65px !important;
  }
  .hpx-lg-70 {
    height: 70px !important;
  }
  .hpx-lg-75 {
    height: 75px !important;
  }
  .hpx-lg-80 {
    height: 80px !important;
  }
  .hpx-lg-85 {
    height: 85px !important;
  }
  .hpx-lg-90 {
    height: 90px !important;
  }
  .hpx-lg-95 {
    height: 95px !important;
  }
  .hpx-lg-100 {
    height: 100px !important;
  }
  .hpx-lg-105 {
    height: 105px !important;
  }
  .hpx-lg-110 {
    height: 110px !important;
  }
  .hpx-lg-115 {
    height: 115px !important;
  }
  .hpx-lg-120 {
    height: 120px !important;
  }
  .hpx-lg-125 {
    height: 125px !important;
  }
  .hpx-lg-130 {
    height: 130px !important;
  }
  .hpx-lg-135 {
    height: 135px !important;
  }
  .hpx-lg-140 {
    height: 140px !important;
  }
  .hpx-lg-145 {
    height: 145px !important;
  }
  .hpx-lg-150 {
    height: 150px !important;
  }
  .hpx-lg-155 {
    height: 155px !important;
  }
  .hpx-lg-160 {
    height: 160px !important;
  }
  .hpx-lg-165 {
    height: 165px !important;
  }
  .hpx-lg-170 {
    height: 170px !important;
  }
  .hpx-lg-175 {
    height: 175px !important;
  }
  .hpx-lg-180 {
    height: 180px !important;
  }
  .hpx-lg-185 {
    height: 185px !important;
  }
  .hpx-lg-190 {
    height: 190px !important;
  }
  .hpx-lg-195 {
    height: 195px !important;
  }
  .hpx-lg-200 {
    height: 200px !important;
  }
  .hpx-lg-210 {
    height: 210px !important;
  }
  .hpx-lg-220 {
    height: 220px !important;
  }
  .hpx-lg-230 {
    height: 230px !important;
  }
  .hpx-lg-240 {
    height: 240px !important;
  }
  .hpx-lg-250 {
    height: 250px !important;
  }
  .hpx-lg-260 {
    height: 260px !important;
  }
  .hpx-lg-270 {
    height: 270px !important;
  }
  .hpx-lg-280 {
    height: 280px !important;
  }
  .hpx-lg-290 {
    height: 290px !important;
  }
  .hpx-lg-300 {
    height: 300px !important;
  }
  .hpx-lg-310 {
    height: 310px !important;
  }
  .hpx-lg-320 {
    height: 320px !important;
  }
  .hpx-lg-330 {
    height: 330px !important;
  }
  .hpx-lg-340 {
    height: 340px !important;
  }
  .hpx-lg-350 {
    height: 350px !important;
  }
  .hpx-lg-360 {
    height: 360px !important;
  }
  .hpx-lg-370 {
    height: 370px !important;
  }
  .hpx-lg-380 {
    height: 380px !important;
  }
  .hpx-lg-390 {
    height: 390px !important;
  }
  .hpx-lg-400 {
    height: 400px !important;
  }
  .hpx-lg-410 {
    height: 410px !important;
  }
  .hpx-lg-420 {
    height: 420px !important;
  }
  .hpx-lg-430 {
    height: 430px !important;
  }
  .hpx-lg-440 {
    height: 440px !important;
  }
  .hpx-lg-450 {
    height: 450px !important;
  }
  .hpx-lg-460 {
    height: 460px !important;
  }
  .hpx-lg-470 {
    height: 470px !important;
  }
  .hpx-lg-480 {
    height: 480px !important;
  }
  .hpx-lg-490 {
    height: 490px !important;
  }
  .hpx-lg-500 {
    height: 500px !important;
  }
  .hpx-lg-510 {
    height: 510px !important;
  }
  .hpx-lg-520 {
    height: 520px !important;
  }
  .hpx-lg-530 {
    height: 530px !important;
  }
  .hpx-lg-540 {
    height: 540px !important;
  }
  .hpx-lg-550 {
    height: 550px !important;
  }
  .hpx-lg-560 {
    height: 560px !important;
  }
  .hpx-lg-570 {
    height: 570px !important;
  }
  .hpx-lg-580 {
    height: 580px !important;
  }
  .hpx-lg-590 {
    height: 590px !important;
  }
  .hpx-lg-600 {
    height: 600px !important;
  }
  .hpx-lg-650 {
    height: 650px !important;
  }
  .hpx-lg-700 {
    height: 700px !important;
  }
  .hpx-lg-750 {
    height: 750px !important;
  }
  .hpx-lg-800 {
    height: 800px !important;
  }
  .hpx-lg-850 {
    height: 850px !important;
  }
  .hpx-lg-900 {
    height: 900px !important;
  }
  .hpx-lg-950 {
    height: 950px !important;
  }
  .hpx-lg-1000 {
    height: 1000px !important;
  }
  .maxwpx-lg-0 {
    max-width: 0 !important;
  }
  .maxwpx-lg-1 {
    max-width: 1px !important;
  }
  .maxwpx-lg-2 {
    max-width: 2px !important;
  }
  .maxwpx-lg-3 {
    max-width: 3px !important;
  }
  .maxwpx-lg-4 {
    max-width: 4px !important;
  }
  .maxwpx-lg-5 {
    max-width: 5px !important;
  }
  .maxwpx-lg-6 {
    max-width: 6px !important;
  }
  .maxwpx-lg-7 {
    max-width: 7px !important;
  }
  .maxwpx-lg-8 {
    max-width: 8px !important;
  }
  .maxwpx-lg-9 {
    max-width: 9px !important;
  }
  .maxwpx-lg-10 {
    max-width: 10px !important;
  }
  .maxwpx-lg-15 {
    max-width: 15px !important;
  }
  .maxwpx-lg-20 {
    max-width: 20px !important;
  }
  .maxwpx-lg-25 {
    max-width: 25px !important;
  }
  .maxwpx-lg-30 {
    max-width: 30px !important;
  }
  .maxwpx-lg-35 {
    max-width: 35px !important;
  }
  .maxwpx-lg-40 {
    max-width: 40px !important;
  }
  .maxwpx-lg-45 {
    max-width: 45px !important;
  }
  .maxwpx-lg-50 {
    max-width: 50px !important;
  }
  .maxwpx-lg-55 {
    max-width: 55px !important;
  }
  .maxwpx-lg-60 {
    max-width: 60px !important;
  }
  .maxwpx-lg-65 {
    max-width: 65px !important;
  }
  .maxwpx-lg-70 {
    max-width: 70px !important;
  }
  .maxwpx-lg-75 {
    max-width: 75px !important;
  }
  .maxwpx-lg-80 {
    max-width: 80px !important;
  }
  .maxwpx-lg-85 {
    max-width: 85px !important;
  }
  .maxwpx-lg-90 {
    max-width: 90px !important;
  }
  .maxwpx-lg-95 {
    max-width: 95px !important;
  }
  .maxwpx-lg-100 {
    max-width: 100px !important;
  }
  .maxwpx-lg-105 {
    max-width: 105px !important;
  }
  .maxwpx-lg-110 {
    max-width: 110px !important;
  }
  .maxwpx-lg-115 {
    max-width: 115px !important;
  }
  .maxwpx-lg-120 {
    max-width: 120px !important;
  }
  .maxwpx-lg-125 {
    max-width: 125px !important;
  }
  .maxwpx-lg-130 {
    max-width: 130px !important;
  }
  .maxwpx-lg-135 {
    max-width: 135px !important;
  }
  .maxwpx-lg-140 {
    max-width: 140px !important;
  }
  .maxwpx-lg-145 {
    max-width: 145px !important;
  }
  .maxwpx-lg-150 {
    max-width: 150px !important;
  }
  .maxwpx-lg-155 {
    max-width: 155px !important;
  }
  .maxwpx-lg-160 {
    max-width: 160px !important;
  }
  .maxwpx-lg-165 {
    max-width: 165px !important;
  }
  .maxwpx-lg-170 {
    max-width: 170px !important;
  }
  .maxwpx-lg-175 {
    max-width: 175px !important;
  }
  .maxwpx-lg-180 {
    max-width: 180px !important;
  }
  .maxwpx-lg-185 {
    max-width: 185px !important;
  }
  .maxwpx-lg-190 {
    max-width: 190px !important;
  }
  .maxwpx-lg-195 {
    max-width: 195px !important;
  }
  .maxwpx-lg-200 {
    max-width: 200px !important;
  }
  .maxwpx-lg-210 {
    max-width: 210px !important;
  }
  .maxwpx-lg-220 {
    max-width: 220px !important;
  }
  .maxwpx-lg-230 {
    max-width: 230px !important;
  }
  .maxwpx-lg-240 {
    max-width: 240px !important;
  }
  .maxwpx-lg-250 {
    max-width: 250px !important;
  }
  .maxwpx-lg-260 {
    max-width: 260px !important;
  }
  .maxwpx-lg-270 {
    max-width: 270px !important;
  }
  .maxwpx-lg-280 {
    max-width: 280px !important;
  }
  .maxwpx-lg-290 {
    max-width: 290px !important;
  }
  .maxwpx-lg-300 {
    max-width: 300px !important;
  }
  .maxwpx-lg-310 {
    max-width: 310px !important;
  }
  .maxwpx-lg-320 {
    max-width: 320px !important;
  }
  .maxwpx-lg-330 {
    max-width: 330px !important;
  }
  .maxwpx-lg-340 {
    max-width: 340px !important;
  }
  .maxwpx-lg-350 {
    max-width: 350px !important;
  }
  .maxwpx-lg-360 {
    max-width: 360px !important;
  }
  .maxwpx-lg-370 {
    max-width: 370px !important;
  }
  .maxwpx-lg-380 {
    max-width: 380px !important;
  }
  .maxwpx-lg-390 {
    max-width: 390px !important;
  }
  .maxwpx-lg-400 {
    max-width: 400px !important;
  }
  .maxwpx-lg-410 {
    max-width: 410px !important;
  }
  .maxwpx-lg-420 {
    max-width: 420px !important;
  }
  .maxwpx-lg-430 {
    max-width: 430px !important;
  }
  .maxwpx-lg-440 {
    max-width: 440px !important;
  }
  .maxwpx-lg-450 {
    max-width: 450px !important;
  }
  .maxwpx-lg-460 {
    max-width: 460px !important;
  }
  .maxwpx-lg-470 {
    max-width: 470px !important;
  }
  .maxwpx-lg-480 {
    max-width: 480px !important;
  }
  .maxwpx-lg-490 {
    max-width: 490px !important;
  }
  .maxwpx-lg-500 {
    max-width: 500px !important;
  }
  .maxwpx-lg-510 {
    max-width: 510px !important;
  }
  .maxwpx-lg-520 {
    max-width: 520px !important;
  }
  .maxwpx-lg-530 {
    max-width: 530px !important;
  }
  .maxwpx-lg-540 {
    max-width: 540px !important;
  }
  .maxwpx-lg-550 {
    max-width: 550px !important;
  }
  .maxwpx-lg-560 {
    max-width: 560px !important;
  }
  .maxwpx-lg-570 {
    max-width: 570px !important;
  }
  .maxwpx-lg-580 {
    max-width: 580px !important;
  }
  .maxwpx-lg-590 {
    max-width: 590px !important;
  }
  .maxwpx-lg-600 {
    max-width: 600px !important;
  }
  .maxwpx-lg-650 {
    max-width: 650px !important;
  }
  .maxwpx-lg-700 {
    max-width: 700px !important;
  }
  .maxwpx-lg-750 {
    max-width: 750px !important;
  }
  .maxwpx-lg-800 {
    max-width: 800px !important;
  }
  .maxwpx-lg-850 {
    max-width: 850px !important;
  }
  .maxwpx-lg-900 {
    max-width: 900px !important;
  }
  .maxwpx-lg-950 {
    max-width: 950px !important;
  }
  .maxwpx-lg-1000 {
    max-width: 1000px !important;
  }
  .maxhpx-lg-0 {
    max-height: 0 !important;
  }
  .maxhpx-lg-1 {
    max-height: 1px !important;
  }
  .maxhpx-lg-2 {
    max-height: 2px !important;
  }
  .maxhpx-lg-3 {
    max-height: 3px !important;
  }
  .maxhpx-lg-4 {
    max-height: 4px !important;
  }
  .maxhpx-lg-5 {
    max-height: 5px !important;
  }
  .maxhpx-lg-6 {
    max-height: 6px !important;
  }
  .maxhpx-lg-7 {
    max-height: 7px !important;
  }
  .maxhpx-lg-8 {
    max-height: 8px !important;
  }
  .maxhpx-lg-9 {
    max-height: 9px !important;
  }
  .maxhpx-lg-10 {
    max-height: 10px !important;
  }
  .maxhpx-lg-15 {
    max-height: 15px !important;
  }
  .maxhpx-lg-20 {
    max-height: 20px !important;
  }
  .maxhpx-lg-25 {
    max-height: 25px !important;
  }
  .maxhpx-lg-30 {
    max-height: 30px !important;
  }
  .maxhpx-lg-35 {
    max-height: 35px !important;
  }
  .maxhpx-lg-40 {
    max-height: 40px !important;
  }
  .maxhpx-lg-45 {
    max-height: 45px !important;
  }
  .maxhpx-lg-50 {
    max-height: 50px !important;
  }
  .maxhpx-lg-55 {
    max-height: 55px !important;
  }
  .maxhpx-lg-60 {
    max-height: 60px !important;
  }
  .maxhpx-lg-65 {
    max-height: 65px !important;
  }
  .maxhpx-lg-70 {
    max-height: 70px !important;
  }
  .maxhpx-lg-75 {
    max-height: 75px !important;
  }
  .maxhpx-lg-80 {
    max-height: 80px !important;
  }
  .maxhpx-lg-85 {
    max-height: 85px !important;
  }
  .maxhpx-lg-90 {
    max-height: 90px !important;
  }
  .maxhpx-lg-95 {
    max-height: 95px !important;
  }
  .maxhpx-lg-100 {
    max-height: 100px !important;
  }
  .maxhpx-lg-105 {
    max-height: 105px !important;
  }
  .maxhpx-lg-110 {
    max-height: 110px !important;
  }
  .maxhpx-lg-115 {
    max-height: 115px !important;
  }
  .maxhpx-lg-120 {
    max-height: 120px !important;
  }
  .maxhpx-lg-125 {
    max-height: 125px !important;
  }
  .maxhpx-lg-130 {
    max-height: 130px !important;
  }
  .maxhpx-lg-135 {
    max-height: 135px !important;
  }
  .maxhpx-lg-140 {
    max-height: 140px !important;
  }
  .maxhpx-lg-145 {
    max-height: 145px !important;
  }
  .maxhpx-lg-150 {
    max-height: 150px !important;
  }
  .maxhpx-lg-155 {
    max-height: 155px !important;
  }
  .maxhpx-lg-160 {
    max-height: 160px !important;
  }
  .maxhpx-lg-165 {
    max-height: 165px !important;
  }
  .maxhpx-lg-170 {
    max-height: 170px !important;
  }
  .maxhpx-lg-175 {
    max-height: 175px !important;
  }
  .maxhpx-lg-180 {
    max-height: 180px !important;
  }
  .maxhpx-lg-185 {
    max-height: 185px !important;
  }
  .maxhpx-lg-190 {
    max-height: 190px !important;
  }
  .maxhpx-lg-195 {
    max-height: 195px !important;
  }
  .maxhpx-lg-200 {
    max-height: 200px !important;
  }
  .maxhpx-lg-210 {
    max-height: 210px !important;
  }
  .maxhpx-lg-220 {
    max-height: 220px !important;
  }
  .maxhpx-lg-230 {
    max-height: 230px !important;
  }
  .maxhpx-lg-240 {
    max-height: 240px !important;
  }
  .maxhpx-lg-250 {
    max-height: 250px !important;
  }
  .maxhpx-lg-260 {
    max-height: 260px !important;
  }
  .maxhpx-lg-270 {
    max-height: 270px !important;
  }
  .maxhpx-lg-280 {
    max-height: 280px !important;
  }
  .maxhpx-lg-290 {
    max-height: 290px !important;
  }
  .maxhpx-lg-300 {
    max-height: 300px !important;
  }
  .maxhpx-lg-310 {
    max-height: 310px !important;
  }
  .maxhpx-lg-320 {
    max-height: 320px !important;
  }
  .maxhpx-lg-330 {
    max-height: 330px !important;
  }
  .maxhpx-lg-340 {
    max-height: 340px !important;
  }
  .maxhpx-lg-350 {
    max-height: 350px !important;
  }
  .maxhpx-lg-360 {
    max-height: 360px !important;
  }
  .maxhpx-lg-370 {
    max-height: 370px !important;
  }
  .maxhpx-lg-380 {
    max-height: 380px !important;
  }
  .maxhpx-lg-390 {
    max-height: 390px !important;
  }
  .maxhpx-lg-400 {
    max-height: 400px !important;
  }
  .maxhpx-lg-410 {
    max-height: 410px !important;
  }
  .maxhpx-lg-420 {
    max-height: 420px !important;
  }
  .maxhpx-lg-430 {
    max-height: 430px !important;
  }
  .maxhpx-lg-440 {
    max-height: 440px !important;
  }
  .maxhpx-lg-450 {
    max-height: 450px !important;
  }
  .maxhpx-lg-460 {
    max-height: 460px !important;
  }
  .maxhpx-lg-470 {
    max-height: 470px !important;
  }
  .maxhpx-lg-480 {
    max-height: 480px !important;
  }
  .maxhpx-lg-490 {
    max-height: 490px !important;
  }
  .maxhpx-lg-500 {
    max-height: 500px !important;
  }
  .maxhpx-lg-510 {
    max-height: 510px !important;
  }
  .maxhpx-lg-520 {
    max-height: 520px !important;
  }
  .maxhpx-lg-530 {
    max-height: 530px !important;
  }
  .maxhpx-lg-540 {
    max-height: 540px !important;
  }
  .maxhpx-lg-550 {
    max-height: 550px !important;
  }
  .maxhpx-lg-560 {
    max-height: 560px !important;
  }
  .maxhpx-lg-570 {
    max-height: 570px !important;
  }
  .maxhpx-lg-580 {
    max-height: 580px !important;
  }
  .maxhpx-lg-590 {
    max-height: 590px !important;
  }
  .maxhpx-lg-600 {
    max-height: 600px !important;
  }
  .maxhpx-lg-650 {
    max-height: 650px !important;
  }
  .maxhpx-lg-700 {
    max-height: 700px !important;
  }
  .maxhpx-lg-750 {
    max-height: 750px !important;
  }
  .maxhpx-lg-800 {
    max-height: 800px !important;
  }
  .maxhpx-lg-850 {
    max-height: 850px !important;
  }
  .maxhpx-lg-900 {
    max-height: 900px !important;
  }
  .maxhpx-lg-950 {
    max-height: 950px !important;
  }
  .maxhpx-lg-1000 {
    max-height: 1000px !important;
  }
  .minwpx-lg-0 {
    min-width: 0 !important;
  }
  .minwpx-lg-1 {
    min-width: 1px !important;
  }
  .minwpx-lg-2 {
    min-width: 2px !important;
  }
  .minwpx-lg-3 {
    min-width: 3px !important;
  }
  .minwpx-lg-4 {
    min-width: 4px !important;
  }
  .minwpx-lg-5 {
    min-width: 5px !important;
  }
  .minwpx-lg-6 {
    min-width: 6px !important;
  }
  .minwpx-lg-7 {
    min-width: 7px !important;
  }
  .minwpx-lg-8 {
    min-width: 8px !important;
  }
  .minwpx-lg-9 {
    min-width: 9px !important;
  }
  .minwpx-lg-10 {
    min-width: 10px !important;
  }
  .minwpx-lg-15 {
    min-width: 15px !important;
  }
  .minwpx-lg-20 {
    min-width: 20px !important;
  }
  .minwpx-lg-25 {
    min-width: 25px !important;
  }
  .minwpx-lg-30 {
    min-width: 30px !important;
  }
  .minwpx-lg-35 {
    min-width: 35px !important;
  }
  .minwpx-lg-40 {
    min-width: 40px !important;
  }
  .minwpx-lg-45 {
    min-width: 45px !important;
  }
  .minwpx-lg-50 {
    min-width: 50px !important;
  }
  .minwpx-lg-55 {
    min-width: 55px !important;
  }
  .minwpx-lg-60 {
    min-width: 60px !important;
  }
  .minwpx-lg-65 {
    min-width: 65px !important;
  }
  .minwpx-lg-70 {
    min-width: 70px !important;
  }
  .minwpx-lg-75 {
    min-width: 75px !important;
  }
  .minwpx-lg-80 {
    min-width: 80px !important;
  }
  .minwpx-lg-85 {
    min-width: 85px !important;
  }
  .minwpx-lg-90 {
    min-width: 90px !important;
  }
  .minwpx-lg-95 {
    min-width: 95px !important;
  }
  .minwpx-lg-100 {
    min-width: 100px !important;
  }
  .minwpx-lg-105 {
    min-width: 105px !important;
  }
  .minwpx-lg-110 {
    min-width: 110px !important;
  }
  .minwpx-lg-115 {
    min-width: 115px !important;
  }
  .minwpx-lg-120 {
    min-width: 120px !important;
  }
  .minwpx-lg-125 {
    min-width: 125px !important;
  }
  .minwpx-lg-130 {
    min-width: 130px !important;
  }
  .minwpx-lg-135 {
    min-width: 135px !important;
  }
  .minwpx-lg-140 {
    min-width: 140px !important;
  }
  .minwpx-lg-145 {
    min-width: 145px !important;
  }
  .minwpx-lg-150 {
    min-width: 150px !important;
  }
  .minwpx-lg-155 {
    min-width: 155px !important;
  }
  .minwpx-lg-160 {
    min-width: 160px !important;
  }
  .minwpx-lg-165 {
    min-width: 165px !important;
  }
  .minwpx-lg-170 {
    min-width: 170px !important;
  }
  .minwpx-lg-175 {
    min-width: 175px !important;
  }
  .minwpx-lg-180 {
    min-width: 180px !important;
  }
  .minwpx-lg-185 {
    min-width: 185px !important;
  }
  .minwpx-lg-190 {
    min-width: 190px !important;
  }
  .minwpx-lg-195 {
    min-width: 195px !important;
  }
  .minwpx-lg-200 {
    min-width: 200px !important;
  }
  .minwpx-lg-210 {
    min-width: 210px !important;
  }
  .minwpx-lg-220 {
    min-width: 220px !important;
  }
  .minwpx-lg-230 {
    min-width: 230px !important;
  }
  .minwpx-lg-240 {
    min-width: 240px !important;
  }
  .minwpx-lg-250 {
    min-width: 250px !important;
  }
  .minwpx-lg-260 {
    min-width: 260px !important;
  }
  .minwpx-lg-270 {
    min-width: 270px !important;
  }
  .minwpx-lg-280 {
    min-width: 280px !important;
  }
  .minwpx-lg-290 {
    min-width: 290px !important;
  }
  .minwpx-lg-300 {
    min-width: 300px !important;
  }
  .minwpx-lg-310 {
    min-width: 310px !important;
  }
  .minwpx-lg-320 {
    min-width: 320px !important;
  }
  .minwpx-lg-330 {
    min-width: 330px !important;
  }
  .minwpx-lg-340 {
    min-width: 340px !important;
  }
  .minwpx-lg-350 {
    min-width: 350px !important;
  }
  .minwpx-lg-360 {
    min-width: 360px !important;
  }
  .minwpx-lg-370 {
    min-width: 370px !important;
  }
  .minwpx-lg-380 {
    min-width: 380px !important;
  }
  .minwpx-lg-390 {
    min-width: 390px !important;
  }
  .minwpx-lg-400 {
    min-width: 400px !important;
  }
  .minwpx-lg-410 {
    min-width: 410px !important;
  }
  .minwpx-lg-420 {
    min-width: 420px !important;
  }
  .minwpx-lg-430 {
    min-width: 430px !important;
  }
  .minwpx-lg-440 {
    min-width: 440px !important;
  }
  .minwpx-lg-450 {
    min-width: 450px !important;
  }
  .minwpx-lg-460 {
    min-width: 460px !important;
  }
  .minwpx-lg-470 {
    min-width: 470px !important;
  }
  .minwpx-lg-480 {
    min-width: 480px !important;
  }
  .minwpx-lg-490 {
    min-width: 490px !important;
  }
  .minwpx-lg-500 {
    min-width: 500px !important;
  }
  .minwpx-lg-510 {
    min-width: 510px !important;
  }
  .minwpx-lg-520 {
    min-width: 520px !important;
  }
  .minwpx-lg-530 {
    min-width: 530px !important;
  }
  .minwpx-lg-540 {
    min-width: 540px !important;
  }
  .minwpx-lg-550 {
    min-width: 550px !important;
  }
  .minwpx-lg-560 {
    min-width: 560px !important;
  }
  .minwpx-lg-570 {
    min-width: 570px !important;
  }
  .minwpx-lg-580 {
    min-width: 580px !important;
  }
  .minwpx-lg-590 {
    min-width: 590px !important;
  }
  .minwpx-lg-600 {
    min-width: 600px !important;
  }
  .minwpx-lg-650 {
    min-width: 650px !important;
  }
  .minwpx-lg-700 {
    min-width: 700px !important;
  }
  .minwpx-lg-750 {
    min-width: 750px !important;
  }
  .minwpx-lg-800 {
    min-width: 800px !important;
  }
  .minwpx-lg-850 {
    min-width: 850px !important;
  }
  .minwpx-lg-900 {
    min-width: 900px !important;
  }
  .minwpx-lg-950 {
    min-width: 950px !important;
  }
  .minwpx-lg-1000 {
    min-width: 1000px !important;
  }
  .minhpx-lg-0 {
    min-height: 0 !important;
  }
  .minhpx-lg-1 {
    min-height: 1px !important;
  }
  .minhpx-lg-2 {
    min-height: 2px !important;
  }
  .minhpx-lg-3 {
    min-height: 3px !important;
  }
  .minhpx-lg-4 {
    min-height: 4px !important;
  }
  .minhpx-lg-5 {
    min-height: 5px !important;
  }
  .minhpx-lg-6 {
    min-height: 6px !important;
  }
  .minhpx-lg-7 {
    min-height: 7px !important;
  }
  .minhpx-lg-8 {
    min-height: 8px !important;
  }
  .minhpx-lg-9 {
    min-height: 9px !important;
  }
  .minhpx-lg-10 {
    min-height: 10px !important;
  }
  .minhpx-lg-15 {
    min-height: 15px !important;
  }
  .minhpx-lg-20 {
    min-height: 20px !important;
  }
  .minhpx-lg-25 {
    min-height: 25px !important;
  }
  .minhpx-lg-30 {
    min-height: 30px !important;
  }
  .minhpx-lg-35 {
    min-height: 35px !important;
  }
  .minhpx-lg-40 {
    min-height: 40px !important;
  }
  .minhpx-lg-45 {
    min-height: 45px !important;
  }
  .minhpx-lg-50 {
    min-height: 50px !important;
  }
  .minhpx-lg-55 {
    min-height: 55px !important;
  }
  .minhpx-lg-60 {
    min-height: 60px !important;
  }
  .minhpx-lg-65 {
    min-height: 65px !important;
  }
  .minhpx-lg-70 {
    min-height: 70px !important;
  }
  .minhpx-lg-75 {
    min-height: 75px !important;
  }
  .minhpx-lg-80 {
    min-height: 80px !important;
  }
  .minhpx-lg-85 {
    min-height: 85px !important;
  }
  .minhpx-lg-90 {
    min-height: 90px !important;
  }
  .minhpx-lg-95 {
    min-height: 95px !important;
  }
  .minhpx-lg-100 {
    min-height: 100px !important;
  }
  .minhpx-lg-105 {
    min-height: 105px !important;
  }
  .minhpx-lg-110 {
    min-height: 110px !important;
  }
  .minhpx-lg-115 {
    min-height: 115px !important;
  }
  .minhpx-lg-120 {
    min-height: 120px !important;
  }
  .minhpx-lg-125 {
    min-height: 125px !important;
  }
  .minhpx-lg-130 {
    min-height: 130px !important;
  }
  .minhpx-lg-135 {
    min-height: 135px !important;
  }
  .minhpx-lg-140 {
    min-height: 140px !important;
  }
  .minhpx-lg-145 {
    min-height: 145px !important;
  }
  .minhpx-lg-150 {
    min-height: 150px !important;
  }
  .minhpx-lg-155 {
    min-height: 155px !important;
  }
  .minhpx-lg-160 {
    min-height: 160px !important;
  }
  .minhpx-lg-165 {
    min-height: 165px !important;
  }
  .minhpx-lg-170 {
    min-height: 170px !important;
  }
  .minhpx-lg-175 {
    min-height: 175px !important;
  }
  .minhpx-lg-180 {
    min-height: 180px !important;
  }
  .minhpx-lg-185 {
    min-height: 185px !important;
  }
  .minhpx-lg-190 {
    min-height: 190px !important;
  }
  .minhpx-lg-195 {
    min-height: 195px !important;
  }
  .minhpx-lg-200 {
    min-height: 200px !important;
  }
  .minhpx-lg-210 {
    min-height: 210px !important;
  }
  .minhpx-lg-220 {
    min-height: 220px !important;
  }
  .minhpx-lg-230 {
    min-height: 230px !important;
  }
  .minhpx-lg-240 {
    min-height: 240px !important;
  }
  .minhpx-lg-250 {
    min-height: 250px !important;
  }
  .minhpx-lg-260 {
    min-height: 260px !important;
  }
  .minhpx-lg-270 {
    min-height: 270px !important;
  }
  .minhpx-lg-280 {
    min-height: 280px !important;
  }
  .minhpx-lg-290 {
    min-height: 290px !important;
  }
  .minhpx-lg-300 {
    min-height: 300px !important;
  }
  .minhpx-lg-310 {
    min-height: 310px !important;
  }
  .minhpx-lg-320 {
    min-height: 320px !important;
  }
  .minhpx-lg-330 {
    min-height: 330px !important;
  }
  .minhpx-lg-340 {
    min-height: 340px !important;
  }
  .minhpx-lg-350 {
    min-height: 350px !important;
  }
  .minhpx-lg-360 {
    min-height: 360px !important;
  }
  .minhpx-lg-370 {
    min-height: 370px !important;
  }
  .minhpx-lg-380 {
    min-height: 380px !important;
  }
  .minhpx-lg-390 {
    min-height: 390px !important;
  }
  .minhpx-lg-400 {
    min-height: 400px !important;
  }
  .minhpx-lg-410 {
    min-height: 410px !important;
  }
  .minhpx-lg-420 {
    min-height: 420px !important;
  }
  .minhpx-lg-430 {
    min-height: 430px !important;
  }
  .minhpx-lg-440 {
    min-height: 440px !important;
  }
  .minhpx-lg-450 {
    min-height: 450px !important;
  }
  .minhpx-lg-460 {
    min-height: 460px !important;
  }
  .minhpx-lg-470 {
    min-height: 470px !important;
  }
  .minhpx-lg-480 {
    min-height: 480px !important;
  }
  .minhpx-lg-490 {
    min-height: 490px !important;
  }
  .minhpx-lg-500 {
    min-height: 500px !important;
  }
  .minhpx-lg-510 {
    min-height: 510px !important;
  }
  .minhpx-lg-520 {
    min-height: 520px !important;
  }
  .minhpx-lg-530 {
    min-height: 530px !important;
  }
  .minhpx-lg-540 {
    min-height: 540px !important;
  }
  .minhpx-lg-550 {
    min-height: 550px !important;
  }
  .minhpx-lg-560 {
    min-height: 560px !important;
  }
  .minhpx-lg-570 {
    min-height: 570px !important;
  }
  .minhpx-lg-580 {
    min-height: 580px !important;
  }
  .minhpx-lg-590 {
    min-height: 590px !important;
  }
  .minhpx-lg-600 {
    min-height: 600px !important;
  }
  .minhpx-lg-650 {
    min-height: 650px !important;
  }
  .minhpx-lg-700 {
    min-height: 700px !important;
  }
  .minhpx-lg-750 {
    min-height: 750px !important;
  }
  .minhpx-lg-800 {
    min-height: 800px !important;
  }
  .minhpx-lg-850 {
    min-height: 850px !important;
  }
  .minhpx-lg-900 {
    min-height: 900px !important;
  }
  .minhpx-lg-950 {
    min-height: 950px !important;
  }
  .minhpx-lg-1000 {
    min-height: 1000px !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .fs-lg-7 {
    font-size: 0.95rem !important;
  }
  .fs-lg-8 {
    font-size: 0.9rem !important;
  }
  .fs-lg-9 {
    font-size: 0.85rem !important;
  }
  .fs-lg-10 {
    font-size: 0.8rem !important;
  }
  .bwidth-lg-0 {
    border-width: 0 !important;
  }
  .bwidth-lg-1 {
    border-width: 1px !important;
  }
  .bwidth-lg-2 {
    border-width: 2px !important;
  }
  .bwidth-lg-3 {
    border-width: 3px !important;
  }
  .bwidth-lg-4 {
    border-width: 4px !important;
  }
  .bwidth-lg-5 {
    border-width: 5px !important;
  }
  .rounded-lg {
    border-radius: 0.375rem !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-2 {
    border-radius: 0.375rem !important;
  }
  .rounded-lg-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-lg-4 {
    border-radius: 0.5rem !important;
  }
  .rounded-lg-5 {
    border-radius: 0.8rem !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-lg-pill {
    border-radius: 50rem !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-5 {
    top: 5% !important;
  }
  .top-lg-10 {
    top: 10% !important;
  }
  .top-lg-15 {
    top: 15% !important;
  }
  .top-lg-20 {
    top: 20% !important;
  }
  .top-lg-25 {
    top: 25% !important;
  }
  .top-lg-30 {
    top: 30% !important;
  }
  .top-lg-35 {
    top: 35% !important;
  }
  .top-lg-40 {
    top: 40% !important;
  }
  .top-lg-45 {
    top: 45% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-55 {
    top: 55% !important;
  }
  .top-lg-60 {
    top: 60% !important;
  }
  .top-lg-65 {
    top: 65% !important;
  }
  .top-lg-70 {
    top: 70% !important;
  }
  .top-lg-75 {
    top: 75% !important;
  }
  .top-lg-80 {
    top: 80% !important;
  }
  .top-lg-85 {
    top: 85% !important;
  }
  .top-lg-90 {
    top: 90% !important;
  }
  .top-lg-95 {
    top: 95% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-5 {
    bottom: 5% !important;
  }
  .bottom-lg-10 {
    bottom: 10% !important;
  }
  .bottom-lg-15 {
    bottom: 15% !important;
  }
  .bottom-lg-20 {
    bottom: 20% !important;
  }
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  .bottom-lg-30 {
    bottom: 30% !important;
  }
  .bottom-lg-35 {
    bottom: 35% !important;
  }
  .bottom-lg-40 {
    bottom: 40% !important;
  }
  .bottom-lg-45 {
    bottom: 45% !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-55 {
    bottom: 55% !important;
  }
  .bottom-lg-60 {
    bottom: 60% !important;
  }
  .bottom-lg-65 {
    bottom: 65% !important;
  }
  .bottom-lg-70 {
    bottom: 70% !important;
  }
  .bottom-lg-75 {
    bottom: 75% !important;
  }
  .bottom-lg-80 {
    bottom: 80% !important;
  }
  .bottom-lg-85 {
    bottom: 85% !important;
  }
  .bottom-lg-90 {
    bottom: 90% !important;
  }
  .bottom-lg-95 {
    bottom: 95% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-5 {
    left: 5% !important;
  }
  .start-lg-10 {
    left: 10% !important;
  }
  .start-lg-15 {
    left: 15% !important;
  }
  .start-lg-20 {
    left: 20% !important;
  }
  .start-lg-25 {
    left: 25% !important;
  }
  .start-lg-30 {
    left: 30% !important;
  }
  .start-lg-35 {
    left: 35% !important;
  }
  .start-lg-40 {
    left: 40% !important;
  }
  .start-lg-45 {
    left: 45% !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-55 {
    left: 55% !important;
  }
  .start-lg-60 {
    left: 60% !important;
  }
  .start-lg-65 {
    left: 65% !important;
  }
  .start-lg-70 {
    left: 70% !important;
  }
  .start-lg-75 {
    left: 75% !important;
  }
  .start-lg-80 {
    left: 80% !important;
  }
  .start-lg-85 {
    left: 85% !important;
  }
  .start-lg-90 {
    left: 90% !important;
  }
  .start-lg-95 {
    left: 95% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-5 {
    right: 5% !important;
  }
  .end-lg-10 {
    right: 10% !important;
  }
  .end-lg-15 {
    right: 15% !important;
  }
  .end-lg-20 {
    right: 20% !important;
  }
  .end-lg-25 {
    right: 25% !important;
  }
  .end-lg-30 {
    right: 30% !important;
  }
  .end-lg-35 {
    right: 35% !important;
  }
  .end-lg-40 {
    right: 40% !important;
  }
  .end-lg-45 {
    right: 45% !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-55 {
    right: 55% !important;
  }
  .end-lg-60 {
    right: 60% !important;
  }
  .end-lg-65 {
    right: 65% !important;
  }
  .end-lg-70 {
    right: 70% !important;
  }
  .end-lg-75 {
    right: 75% !important;
  }
  .end-lg-80 {
    right: 80% !important;
  }
  .end-lg-85 {
    right: 85% !important;
  }
  .end-lg-90 {
    right: 90% !important;
  }
  .end-lg-95 {
    right: 95% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .top-lg-n5 {
    top: -5% !important;
  }
  .top-lg-n10 {
    top: -10% !important;
  }
  .top-lg-n15 {
    top: -15% !important;
  }
  .top-lg-n20 {
    top: -20% !important;
  }
  .top-lg-n25 {
    top: -25% !important;
  }
  .top-lg-n30 {
    top: -30% !important;
  }
  .top-lg-n35 {
    top: -35% !important;
  }
  .top-lg-n40 {
    top: -40% !important;
  }
  .top-lg-n45 {
    top: -45% !important;
  }
  .top-lg-n50 {
    top: -50% !important;
  }
  .top-lg-n55 {
    top: -55% !important;
  }
  .top-lg-n60 {
    top: -60% !important;
  }
  .top-lg-n65 {
    top: -65% !important;
  }
  .top-lg-n70 {
    top: -70% !important;
  }
  .top-lg-n75 {
    top: -75% !important;
  }
  .top-lg-n80 {
    top: -80% !important;
  }
  .top-lg-n85 {
    top: -85% !important;
  }
  .top-lg-n90 {
    top: -90% !important;
  }
  .top-lg-n95 {
    top: -95% !important;
  }
  .top-lg-n100 {
    top: -100% !important;
  }
  .bottom-lg-n5 {
    bottom: -5% !important;
  }
  .bottom-lg-n10 {
    bottom: -10% !important;
  }
  .bottom-lg-n15 {
    bottom: -15% !important;
  }
  .bottom-lg-n20 {
    bottom: -20% !important;
  }
  .bottom-lg-n25 {
    bottom: -25% !important;
  }
  .bottom-lg-n30 {
    bottom: -30% !important;
  }
  .bottom-lg-n35 {
    bottom: -35% !important;
  }
  .bottom-lg-n40 {
    bottom: -40% !important;
  }
  .bottom-lg-n45 {
    bottom: -45% !important;
  }
  .bottom-lg-n50 {
    bottom: -50% !important;
  }
  .bottom-lg-n55 {
    bottom: -55% !important;
  }
  .bottom-lg-n60 {
    bottom: -60% !important;
  }
  .bottom-lg-n65 {
    bottom: -65% !important;
  }
  .bottom-lg-n70 {
    bottom: -70% !important;
  }
  .bottom-lg-n75 {
    bottom: -75% !important;
  }
  .bottom-lg-n80 {
    bottom: -80% !important;
  }
  .bottom-lg-n85 {
    bottom: -85% !important;
  }
  .bottom-lg-n90 {
    bottom: -90% !important;
  }
  .bottom-lg-n95 {
    bottom: -95% !important;
  }
  .bottom-lg-n100 {
    bottom: -100% !important;
  }
  .start-lg-n5 {
    left: -5% !important;
  }
  .start-lg-n10 {
    left: -10% !important;
  }
  .start-lg-n15 {
    left: -15% !important;
  }
  .start-lg-n20 {
    left: -20% !important;
  }
  .start-lg-n25 {
    left: -25% !important;
  }
  .start-lg-n30 {
    left: -30% !important;
  }
  .start-lg-n35 {
    left: -35% !important;
  }
  .start-lg-n40 {
    left: -40% !important;
  }
  .start-lg-n45 {
    left: -45% !important;
  }
  .start-lg-n50 {
    left: -50% !important;
  }
  .start-lg-n55 {
    left: -55% !important;
  }
  .start-lg-n60 {
    left: -60% !important;
  }
  .start-lg-n65 {
    left: -65% !important;
  }
  .start-lg-n70 {
    left: -70% !important;
  }
  .start-lg-n75 {
    left: -75% !important;
  }
  .start-lg-n80 {
    left: -80% !important;
  }
  .start-lg-n85 {
    left: -85% !important;
  }
  .start-lg-n90 {
    left: -90% !important;
  }
  .start-lg-n95 {
    left: -95% !important;
  }
  .start-lg-n100 {
    left: -100% !important;
  }
  .end-lg-n5 {
    right: -5% !important;
  }
  .end-lg-n10 {
    right: -10% !important;
  }
  .end-lg-n15 {
    right: -15% !important;
  }
  .end-lg-n20 {
    right: -20% !important;
  }
  .end-lg-n25 {
    right: -25% !important;
  }
  .end-lg-n30 {
    right: -30% !important;
  }
  .end-lg-n35 {
    right: -35% !important;
  }
  .end-lg-n40 {
    right: -40% !important;
  }
  .end-lg-n45 {
    right: -45% !important;
  }
  .end-lg-n50 {
    right: -50% !important;
  }
  .end-lg-n55 {
    right: -55% !important;
  }
  .end-lg-n60 {
    right: -60% !important;
  }
  .end-lg-n65 {
    right: -65% !important;
  }
  .end-lg-n70 {
    right: -70% !important;
  }
  .end-lg-n75 {
    right: -75% !important;
  }
  .end-lg-n80 {
    right: -80% !important;
  }
  .end-lg-n85 {
    right: -85% !important;
  }
  .end-lg-n90 {
    right: -90% !important;
  }
  .end-lg-n95 {
    right: -95% !important;
  }
  .end-lg-n100 {
    right: -100% !important;
  }
  .mtpx-lg-0 {
    margin-top: 0 !important;
  }
  .mtpx-lg-1 {
    margin-top: 1px !important;
  }
  .mtpx-lg-2 {
    margin-top: 2px !important;
  }
  .mtpx-lg-3 {
    margin-top: 3px !important;
  }
  .mtpx-lg-4 {
    margin-top: 4px !important;
  }
  .mtpx-lg-5 {
    margin-top: 5px !important;
  }
  .mtpx-lg-6 {
    margin-top: 6px !important;
  }
  .mtpx-lg-7 {
    margin-top: 7px !important;
  }
  .mtpx-lg-8 {
    margin-top: 8px !important;
  }
  .mtpx-lg-9 {
    margin-top: 9px !important;
  }
  .mtpx-lg-10 {
    margin-top: 10px !important;
  }
  .mtpx-lg-11 {
    margin-top: 11px !important;
  }
  .mtpx-lg-12 {
    margin-top: 12px !important;
  }
  .mtpx-lg-13 {
    margin-top: 13px !important;
  }
  .mtpx-lg-14 {
    margin-top: 14px !important;
  }
  .mtpx-lg-15 {
    margin-top: 15px !important;
  }
  .mtpx-lg-16 {
    margin-top: 16px !important;
  }
  .mtpx-lg-17 {
    margin-top: 17px !important;
  }
  .mtpx-lg-18 {
    margin-top: 18px !important;
  }
  .mtpx-lg-19 {
    margin-top: 19px !important;
  }
  .mtpx-lg-20 {
    margin-top: 20px !important;
  }
  .mtpx-lg-21 {
    margin-top: 21px !important;
  }
  .mtpx-lg-22 {
    margin-top: 22px !important;
  }
  .mtpx-lg-23 {
    margin-top: 23px !important;
  }
  .mtpx-lg-24 {
    margin-top: 24px !important;
  }
  .mtpx-lg-25 {
    margin-top: 25px !important;
  }
  .mtpx-lg-26 {
    margin-top: 26px !important;
  }
  .mtpx-lg-27 {
    margin-top: 27px !important;
  }
  .mtpx-lg-28 {
    margin-top: 28px !important;
  }
  .mtpx-lg-29 {
    margin-top: 29px !important;
  }
  .mtpx-lg-30 {
    margin-top: 30px !important;
  }
  .mtpx-lg-35 {
    margin-top: 35px !important;
  }
  .mtpx-lg-40 {
    margin-top: 40px !important;
  }
  .mtpx-lg-45 {
    margin-top: 45px !important;
  }
  .mtpx-lg-50 {
    margin-top: 50px !important;
  }
  .mtpx-lg-55 {
    margin-top: 55px !important;
  }
  .mtpx-lg-60 {
    margin-top: 60px !important;
  }
  .mtpx-lg-65 {
    margin-top: 65px !important;
  }
  .mtpx-lg-70 {
    margin-top: 70px !important;
  }
  .mtpx-lg-75 {
    margin-top: 75px !important;
  }
  .mtpx-lg-80 {
    margin-top: 80px !important;
  }
  .mtpx-lg-85 {
    margin-top: 85px !important;
  }
  .mtpx-lg-90 {
    margin-top: 90px !important;
  }
  .mtpx-lg-95 {
    margin-top: 95px !important;
  }
  .mtpx-lg-100 {
    margin-top: 100px !important;
  }
  .mtpx-lg-105 {
    margin-top: 105px !important;
  }
  .mtpx-lg-110 {
    margin-top: 110px !important;
  }
  .mtpx-lg-115 {
    margin-top: 115px !important;
  }
  .mtpx-lg-120 {
    margin-top: 120px !important;
  }
  .mtpx-lg-125 {
    margin-top: 125px !important;
  }
  .mtpx-lg-130 {
    margin-top: 130px !important;
  }
  .mtpx-lg-140 {
    margin-top: 140px !important;
  }
  .mtpx-lg-145 {
    margin-top: 145px !important;
  }
  .mtpx-lg-150 {
    margin-top: 150px !important;
  }
  .mbpx-lg-0 {
    margin-bottom: 0 !important;
  }
  .mbpx-lg-1 {
    margin-bottom: 1px !important;
  }
  .mbpx-lg-2 {
    margin-bottom: 2px !important;
  }
  .mbpx-lg-3 {
    margin-bottom: 3px !important;
  }
  .mbpx-lg-4 {
    margin-bottom: 4px !important;
  }
  .mbpx-lg-5 {
    margin-bottom: 5px !important;
  }
  .mbpx-lg-6 {
    margin-bottom: 6px !important;
  }
  .mbpx-lg-7 {
    margin-bottom: 7px !important;
  }
  .mbpx-lg-8 {
    margin-bottom: 8px !important;
  }
  .mbpx-lg-9 {
    margin-bottom: 9px !important;
  }
  .mbpx-lg-10 {
    margin-bottom: 10px !important;
  }
  .mbpx-lg-11 {
    margin-bottom: 11px !important;
  }
  .mbpx-lg-12 {
    margin-bottom: 12px !important;
  }
  .mbpx-lg-13 {
    margin-bottom: 13px !important;
  }
  .mbpx-lg-14 {
    margin-bottom: 14px !important;
  }
  .mbpx-lg-15 {
    margin-bottom: 15px !important;
  }
  .mbpx-lg-16 {
    margin-bottom: 16px !important;
  }
  .mbpx-lg-17 {
    margin-bottom: 17px !important;
  }
  .mbpx-lg-18 {
    margin-bottom: 18px !important;
  }
  .mbpx-lg-19 {
    margin-bottom: 19px !important;
  }
  .mbpx-lg-20 {
    margin-bottom: 20px !important;
  }
  .mbpx-lg-21 {
    margin-bottom: 21px !important;
  }
  .mbpx-lg-22 {
    margin-bottom: 22px !important;
  }
  .mbpx-lg-23 {
    margin-bottom: 23px !important;
  }
  .mbpx-lg-24 {
    margin-bottom: 24px !important;
  }
  .mbpx-lg-25 {
    margin-bottom: 25px !important;
  }
  .mbpx-lg-26 {
    margin-bottom: 26px !important;
  }
  .mbpx-lg-27 {
    margin-bottom: 27px !important;
  }
  .mbpx-lg-28 {
    margin-bottom: 28px !important;
  }
  .mbpx-lg-29 {
    margin-bottom: 29px !important;
  }
  .mbpx-lg-30 {
    margin-bottom: 30px !important;
  }
  .mbpx-lg-35 {
    margin-bottom: 35px !important;
  }
  .mbpx-lg-40 {
    margin-bottom: 40px !important;
  }
  .mbpx-lg-45 {
    margin-bottom: 45px !important;
  }
  .mbpx-lg-50 {
    margin-bottom: 50px !important;
  }
  .mbpx-lg-55 {
    margin-bottom: 55px !important;
  }
  .mbpx-lg-60 {
    margin-bottom: 60px !important;
  }
  .mbpx-lg-65 {
    margin-bottom: 65px !important;
  }
  .mbpx-lg-70 {
    margin-bottom: 70px !important;
  }
  .mbpx-lg-75 {
    margin-bottom: 75px !important;
  }
  .mbpx-lg-80 {
    margin-bottom: 80px !important;
  }
  .mbpx-lg-85 {
    margin-bottom: 85px !important;
  }
  .mbpx-lg-90 {
    margin-bottom: 90px !important;
  }
  .mbpx-lg-95 {
    margin-bottom: 95px !important;
  }
  .mbpx-lg-100 {
    margin-bottom: 100px !important;
  }
  .mbpx-lg-105 {
    margin-bottom: 105px !important;
  }
  .mbpx-lg-110 {
    margin-bottom: 110px !important;
  }
  .mbpx-lg-115 {
    margin-bottom: 115px !important;
  }
  .mbpx-lg-120 {
    margin-bottom: 120px !important;
  }
  .mbpx-lg-125 {
    margin-bottom: 125px !important;
  }
  .mbpx-lg-130 {
    margin-bottom: 130px !important;
  }
  .mbpx-lg-140 {
    margin-bottom: 140px !important;
  }
  .mbpx-lg-145 {
    margin-bottom: 145px !important;
  }
  .mbpx-lg-150 {
    margin-bottom: 150px !important;
  }
  .mspx-lg-0 {
    margin-left: 0 !important;
  }
  .mspx-lg-1 {
    margin-left: 1px !important;
  }
  .mspx-lg-2 {
    margin-left: 2px !important;
  }
  .mspx-lg-3 {
    margin-left: 3px !important;
  }
  .mspx-lg-4 {
    margin-left: 4px !important;
  }
  .mspx-lg-5 {
    margin-left: 5px !important;
  }
  .mspx-lg-6 {
    margin-left: 6px !important;
  }
  .mspx-lg-7 {
    margin-left: 7px !important;
  }
  .mspx-lg-8 {
    margin-left: 8px !important;
  }
  .mspx-lg-9 {
    margin-left: 9px !important;
  }
  .mspx-lg-10 {
    margin-left: 10px !important;
  }
  .mspx-lg-11 {
    margin-left: 11px !important;
  }
  .mspx-lg-12 {
    margin-left: 12px !important;
  }
  .mspx-lg-13 {
    margin-left: 13px !important;
  }
  .mspx-lg-14 {
    margin-left: 14px !important;
  }
  .mspx-lg-15 {
    margin-left: 15px !important;
  }
  .mspx-lg-16 {
    margin-left: 16px !important;
  }
  .mspx-lg-17 {
    margin-left: 17px !important;
  }
  .mspx-lg-18 {
    margin-left: 18px !important;
  }
  .mspx-lg-19 {
    margin-left: 19px !important;
  }
  .mspx-lg-20 {
    margin-left: 20px !important;
  }
  .mspx-lg-21 {
    margin-left: 21px !important;
  }
  .mspx-lg-22 {
    margin-left: 22px !important;
  }
  .mspx-lg-23 {
    margin-left: 23px !important;
  }
  .mspx-lg-24 {
    margin-left: 24px !important;
  }
  .mspx-lg-25 {
    margin-left: 25px !important;
  }
  .mspx-lg-26 {
    margin-left: 26px !important;
  }
  .mspx-lg-27 {
    margin-left: 27px !important;
  }
  .mspx-lg-28 {
    margin-left: 28px !important;
  }
  .mspx-lg-29 {
    margin-left: 29px !important;
  }
  .mspx-lg-30 {
    margin-left: 30px !important;
  }
  .mspx-lg-35 {
    margin-left: 35px !important;
  }
  .mspx-lg-40 {
    margin-left: 40px !important;
  }
  .mspx-lg-45 {
    margin-left: 45px !important;
  }
  .mspx-lg-50 {
    margin-left: 50px !important;
  }
  .mspx-lg-55 {
    margin-left: 55px !important;
  }
  .mspx-lg-60 {
    margin-left: 60px !important;
  }
  .mspx-lg-65 {
    margin-left: 65px !important;
  }
  .mspx-lg-70 {
    margin-left: 70px !important;
  }
  .mspx-lg-75 {
    margin-left: 75px !important;
  }
  .mspx-lg-80 {
    margin-left: 80px !important;
  }
  .mspx-lg-85 {
    margin-left: 85px !important;
  }
  .mspx-lg-90 {
    margin-left: 90px !important;
  }
  .mspx-lg-95 {
    margin-left: 95px !important;
  }
  .mspx-lg-100 {
    margin-left: 100px !important;
  }
  .mspx-lg-105 {
    margin-left: 105px !important;
  }
  .mspx-lg-110 {
    margin-left: 110px !important;
  }
  .mspx-lg-115 {
    margin-left: 115px !important;
  }
  .mspx-lg-120 {
    margin-left: 120px !important;
  }
  .mspx-lg-125 {
    margin-left: 125px !important;
  }
  .mspx-lg-130 {
    margin-left: 130px !important;
  }
  .mspx-lg-140 {
    margin-left: 140px !important;
  }
  .mspx-lg-145 {
    margin-left: 145px !important;
  }
  .mspx-lg-150 {
    margin-left: 150px !important;
  }
  .mepx-lg-0 {
    margin-right: 0 !important;
  }
  .mepx-lg-1 {
    margin-right: 1px !important;
  }
  .mepx-lg-2 {
    margin-right: 2px !important;
  }
  .mepx-lg-3 {
    margin-right: 3px !important;
  }
  .mepx-lg-4 {
    margin-right: 4px !important;
  }
  .mepx-lg-5 {
    margin-right: 5px !important;
  }
  .mepx-lg-6 {
    margin-right: 6px !important;
  }
  .mepx-lg-7 {
    margin-right: 7px !important;
  }
  .mepx-lg-8 {
    margin-right: 8px !important;
  }
  .mepx-lg-9 {
    margin-right: 9px !important;
  }
  .mepx-lg-10 {
    margin-right: 10px !important;
  }
  .mepx-lg-11 {
    margin-right: 11px !important;
  }
  .mepx-lg-12 {
    margin-right: 12px !important;
  }
  .mepx-lg-13 {
    margin-right: 13px !important;
  }
  .mepx-lg-14 {
    margin-right: 14px !important;
  }
  .mepx-lg-15 {
    margin-right: 15px !important;
  }
  .mepx-lg-16 {
    margin-right: 16px !important;
  }
  .mepx-lg-17 {
    margin-right: 17px !important;
  }
  .mepx-lg-18 {
    margin-right: 18px !important;
  }
  .mepx-lg-19 {
    margin-right: 19px !important;
  }
  .mepx-lg-20 {
    margin-right: 20px !important;
  }
  .mepx-lg-21 {
    margin-right: 21px !important;
  }
  .mepx-lg-22 {
    margin-right: 22px !important;
  }
  .mepx-lg-23 {
    margin-right: 23px !important;
  }
  .mepx-lg-24 {
    margin-right: 24px !important;
  }
  .mepx-lg-25 {
    margin-right: 25px !important;
  }
  .mepx-lg-26 {
    margin-right: 26px !important;
  }
  .mepx-lg-27 {
    margin-right: 27px !important;
  }
  .mepx-lg-28 {
    margin-right: 28px !important;
  }
  .mepx-lg-29 {
    margin-right: 29px !important;
  }
  .mepx-lg-30 {
    margin-right: 30px !important;
  }
  .mepx-lg-35 {
    margin-right: 35px !important;
  }
  .mepx-lg-40 {
    margin-right: 40px !important;
  }
  .mepx-lg-45 {
    margin-right: 45px !important;
  }
  .mepx-lg-50 {
    margin-right: 50px !important;
  }
  .mepx-lg-55 {
    margin-right: 55px !important;
  }
  .mepx-lg-60 {
    margin-right: 60px !important;
  }
  .mepx-lg-65 {
    margin-right: 65px !important;
  }
  .mepx-lg-70 {
    margin-right: 70px !important;
  }
  .mepx-lg-75 {
    margin-right: 75px !important;
  }
  .mepx-lg-80 {
    margin-right: 80px !important;
  }
  .mepx-lg-85 {
    margin-right: 85px !important;
  }
  .mepx-lg-90 {
    margin-right: 90px !important;
  }
  .mepx-lg-95 {
    margin-right: 95px !important;
  }
  .mepx-lg-100 {
    margin-right: 100px !important;
  }
  .mepx-lg-105 {
    margin-right: 105px !important;
  }
  .mepx-lg-110 {
    margin-right: 110px !important;
  }
  .mepx-lg-115 {
    margin-right: 115px !important;
  }
  .mepx-lg-120 {
    margin-right: 120px !important;
  }
  .mepx-lg-125 {
    margin-right: 125px !important;
  }
  .mepx-lg-130 {
    margin-right: 130px !important;
  }
  .mepx-lg-140 {
    margin-right: 140px !important;
  }
  .mepx-lg-145 {
    margin-right: 145px !important;
  }
  .mepx-lg-150 {
    margin-right: 150px !important;
  }
  .mtpx-lg-n0 {
    margin-top: 0 !important;
  }
  .mtpx-lg-n1 {
    margin-top: -1px !important;
  }
  .mtpx-lg-n2 {
    margin-top: -2px !important;
  }
  .mtpx-lg-n3 {
    margin-top: -3px !important;
  }
  .mtpx-lg-n4 {
    margin-top: -4px !important;
  }
  .mtpx-lg-n5 {
    margin-top: -5px !important;
  }
  .mtpx-lg-n6 {
    margin-top: -6px !important;
  }
  .mtpx-lg-n7 {
    margin-top: -7px !important;
  }
  .mtpx-lg-n8 {
    margin-top: -8px !important;
  }
  .mtpx-lg-n9 {
    margin-top: -9px !important;
  }
  .mtpx-lg-n10 {
    margin-top: -10px !important;
  }
  .mtpx-lg-n11 {
    margin-top: -11px !important;
  }
  .mtpx-lg-n12 {
    margin-top: -12px !important;
  }
  .mtpx-lg-n13 {
    margin-top: -13px !important;
  }
  .mtpx-lg-n14 {
    margin-top: -14px !important;
  }
  .mtpx-lg-n15 {
    margin-top: -15px !important;
  }
  .mtpx-lg-n16 {
    margin-top: -16px !important;
  }
  .mtpx-lg-n17 {
    margin-top: -17px !important;
  }
  .mtpx-lg-n18 {
    margin-top: -18px !important;
  }
  .mtpx-lg-n19 {
    margin-top: -19px !important;
  }
  .mtpx-lg-n20 {
    margin-top: -20px !important;
  }
  .mtpx-lg-n21 {
    margin-top: -21px !important;
  }
  .mtpx-lg-n22 {
    margin-top: -22px !important;
  }
  .mtpx-lg-n23 {
    margin-top: -23px !important;
  }
  .mtpx-lg-n24 {
    margin-top: -24px !important;
  }
  .mtpx-lg-n25 {
    margin-top: -25px !important;
  }
  .mtpx-lg-n26 {
    margin-top: -26px !important;
  }
  .mtpx-lg-n27 {
    margin-top: -27px !important;
  }
  .mtpx-lg-n28 {
    margin-top: -28px !important;
  }
  .mtpx-lg-n29 {
    margin-top: -29px !important;
  }
  .mtpx-lg-n30 {
    margin-top: -30px !important;
  }
  .mtpx-lg-n35 {
    margin-top: -35px !important;
  }
  .mtpx-lg-n40 {
    margin-top: -40px !important;
  }
  .mtpx-lg-n45 {
    margin-top: -45px !important;
  }
  .mtpx-lg-n50 {
    margin-top: -50px !important;
  }
  .mtpx-lg-n55 {
    margin-top: -55px !important;
  }
  .mtpx-lg-n60 {
    margin-top: -60px !important;
  }
  .mtpx-lg-n65 {
    margin-top: -65px !important;
  }
  .mtpx-lg-n70 {
    margin-top: -70px !important;
  }
  .mtpx-lg-n75 {
    margin-top: -75px !important;
  }
  .mtpx-lg-n80 {
    margin-top: -80px !important;
  }
  .mtpx-lg-n85 {
    margin-top: -85px !important;
  }
  .mtpx-lg-n90 {
    margin-top: -90px !important;
  }
  .mtpx-lg-n95 {
    margin-top: -95px !important;
  }
  .mtpx-lg-n100 {
    margin-top: -100px !important;
  }
  .mtpx-lg-n105 {
    margin-top: -105px !important;
  }
  .mtpx-lg-n110 {
    margin-top: -110px !important;
  }
  .mtpx-lg-n115 {
    margin-top: -115px !important;
  }
  .mtpx-lg-n120 {
    margin-top: -120px !important;
  }
  .mtpx-lg-n125 {
    margin-top: -125px !important;
  }
  .mtpx-lg-n130 {
    margin-top: -130px !important;
  }
  .mtpx-lg-n135 {
    margin-top: -135px !important;
  }
  .mtpx-lg-n140 {
    margin-top: -140px !important;
  }
  .mtpx-lg-n145 {
    margin-top: -145px !important;
  }
  .mtpx-lg-n150 {
    margin-top: -150px !important;
  }
  .mbpx-lg-n0 {
    margin-bottom: 0 !important;
  }
  .mbpx-lg-n1 {
    margin-bottom: -1px !important;
  }
  .mbpx-lg-n2 {
    margin-bottom: -2px !important;
  }
  .mbpx-lg-n3 {
    margin-bottom: -3px !important;
  }
  .mbpx-lg-n4 {
    margin-bottom: -4px !important;
  }
  .mbpx-lg-n5 {
    margin-bottom: -5px !important;
  }
  .mbpx-lg-n6 {
    margin-bottom: -6px !important;
  }
  .mbpx-lg-n7 {
    margin-bottom: -7px !important;
  }
  .mbpx-lg-n8 {
    margin-bottom: -8px !important;
  }
  .mbpx-lg-n9 {
    margin-bottom: -9px !important;
  }
  .mbpx-lg-n10 {
    margin-bottom: -10px !important;
  }
  .mbpx-lg-n11 {
    margin-bottom: -11px !important;
  }
  .mbpx-lg-n12 {
    margin-bottom: -12px !important;
  }
  .mbpx-lg-n13 {
    margin-bottom: -13px !important;
  }
  .mbpx-lg-n14 {
    margin-bottom: -14px !important;
  }
  .mbpx-lg-n15 {
    margin-bottom: -15px !important;
  }
  .mbpx-lg-n16 {
    margin-bottom: -16px !important;
  }
  .mbpx-lg-n17 {
    margin-bottom: -17px !important;
  }
  .mbpx-lg-n18 {
    margin-bottom: -18px !important;
  }
  .mbpx-lg-n19 {
    margin-bottom: -19px !important;
  }
  .mbpx-lg-n20 {
    margin-bottom: -20px !important;
  }
  .mbpx-lg-n21 {
    margin-bottom: -21px !important;
  }
  .mbpx-lg-n22 {
    margin-bottom: -22px !important;
  }
  .mbpx-lg-n23 {
    margin-bottom: -23px !important;
  }
  .mbpx-lg-n24 {
    margin-bottom: -24px !important;
  }
  .mbpx-lg-n25 {
    margin-bottom: -25px !important;
  }
  .mbpx-lg-n26 {
    margin-bottom: -26px !important;
  }
  .mbpx-lg-n27 {
    margin-bottom: -27px !important;
  }
  .mbpx-lg-n28 {
    margin-bottom: -28px !important;
  }
  .mbpx-lg-n29 {
    margin-bottom: -29px !important;
  }
  .mbpx-lg-n30 {
    margin-bottom: -30px !important;
  }
  .mbpx-lg-n35 {
    margin-bottom: -35px !important;
  }
  .mbpx-lg-n40 {
    margin-bottom: -40px !important;
  }
  .mbpx-lg-n45 {
    margin-bottom: -45px !important;
  }
  .mbpx-lg-n50 {
    margin-bottom: -50px !important;
  }
  .mbpx-lg-n55 {
    margin-bottom: -55px !important;
  }
  .mbpx-lg-n60 {
    margin-bottom: -60px !important;
  }
  .mbpx-lg-n65 {
    margin-bottom: -65px !important;
  }
  .mbpx-lg-n70 {
    margin-bottom: -70px !important;
  }
  .mbpx-lg-n75 {
    margin-bottom: -75px !important;
  }
  .mbpx-lg-n80 {
    margin-bottom: -80px !important;
  }
  .mbpx-lg-n85 {
    margin-bottom: -85px !important;
  }
  .mbpx-lg-n90 {
    margin-bottom: -90px !important;
  }
  .mbpx-lg-n95 {
    margin-bottom: -95px !important;
  }
  .mbpx-lg-n100 {
    margin-bottom: -100px !important;
  }
  .mbpx-lg-n105 {
    margin-bottom: -105px !important;
  }
  .mbpx-lg-n110 {
    margin-bottom: -110px !important;
  }
  .mbpx-lg-n115 {
    margin-bottom: -115px !important;
  }
  .mbpx-lg-n120 {
    margin-bottom: -120px !important;
  }
  .mbpx-lg-n125 {
    margin-bottom: -125px !important;
  }
  .mbpx-lg-n130 {
    margin-bottom: -130px !important;
  }
  .mbpx-lg-n135 {
    margin-bottom: -135px !important;
  }
  .mbpx-lg-n140 {
    margin-bottom: -140px !important;
  }
  .mbpx-lg-n145 {
    margin-bottom: -145px !important;
  }
  .mbpx-lg-n150 {
    margin-bottom: -150px !important;
  }
  .mspx-lg-n0 {
    margin-left: 0 !important;
  }
  .mspx-lg-n1 {
    margin-left: -1px !important;
  }
  .mspx-lg-n2 {
    margin-left: -2px !important;
  }
  .mspx-lg-n3 {
    margin-left: -3px !important;
  }
  .mspx-lg-n4 {
    margin-left: -4px !important;
  }
  .mspx-lg-n5 {
    margin-left: -5px !important;
  }
  .mspx-lg-n6 {
    margin-left: -6px !important;
  }
  .mspx-lg-n7 {
    margin-left: -7px !important;
  }
  .mspx-lg-n8 {
    margin-left: -8px !important;
  }
  .mspx-lg-n9 {
    margin-left: -9px !important;
  }
  .mspx-lg-n10 {
    margin-left: -10px !important;
  }
  .mspx-lg-n11 {
    margin-left: -11px !important;
  }
  .mspx-lg-n12 {
    margin-left: -12px !important;
  }
  .mspx-lg-n13 {
    margin-left: -13px !important;
  }
  .mspx-lg-n14 {
    margin-left: -14px !important;
  }
  .mspx-lg-n15 {
    margin-left: -15px !important;
  }
  .mspx-lg-n16 {
    margin-left: -16px !important;
  }
  .mspx-lg-n17 {
    margin-left: -17px !important;
  }
  .mspx-lg-n18 {
    margin-left: -18px !important;
  }
  .mspx-lg-n19 {
    margin-left: -19px !important;
  }
  .mspx-lg-n20 {
    margin-left: -20px !important;
  }
  .mspx-lg-n21 {
    margin-left: -21px !important;
  }
  .mspx-lg-n22 {
    margin-left: -22px !important;
  }
  .mspx-lg-n23 {
    margin-left: -23px !important;
  }
  .mspx-lg-n24 {
    margin-left: -24px !important;
  }
  .mspx-lg-n25 {
    margin-left: -25px !important;
  }
  .mspx-lg-n26 {
    margin-left: -26px !important;
  }
  .mspx-lg-n27 {
    margin-left: -27px !important;
  }
  .mspx-lg-n28 {
    margin-left: -28px !important;
  }
  .mspx-lg-n29 {
    margin-left: -29px !important;
  }
  .mspx-lg-n30 {
    margin-left: -30px !important;
  }
  .mspx-lg-n35 {
    margin-left: -35px !important;
  }
  .mspx-lg-n40 {
    margin-left: -40px !important;
  }
  .mspx-lg-n45 {
    margin-left: -45px !important;
  }
  .mspx-lg-n50 {
    margin-left: -50px !important;
  }
  .mspx-lg-n55 {
    margin-left: -55px !important;
  }
  .mspx-lg-n60 {
    margin-left: -60px !important;
  }
  .mspx-lg-n65 {
    margin-left: -65px !important;
  }
  .mspx-lg-n70 {
    margin-left: -70px !important;
  }
  .mspx-lg-n75 {
    margin-left: -75px !important;
  }
  .mspx-lg-n80 {
    margin-left: -80px !important;
  }
  .mspx-lg-n85 {
    margin-left: -85px !important;
  }
  .mspx-lg-n90 {
    margin-left: -90px !important;
  }
  .mspx-lg-n95 {
    margin-left: -95px !important;
  }
  .mspx-lg-n100 {
    margin-left: -100px !important;
  }
  .mspx-lg-n105 {
    margin-left: -105px !important;
  }
  .mspx-lg-n110 {
    margin-left: -110px !important;
  }
  .mspx-lg-n115 {
    margin-left: -115px !important;
  }
  .mspx-lg-n120 {
    margin-left: -120px !important;
  }
  .mspx-lg-n125 {
    margin-left: -125px !important;
  }
  .mspx-lg-n130 {
    margin-left: -130px !important;
  }
  .mspx-lg-n135 {
    margin-left: -135px !important;
  }
  .mspx-lg-n140 {
    margin-left: -140px !important;
  }
  .mspx-lg-n145 {
    margin-left: -145px !important;
  }
  .mspx-lg-n150 {
    margin-left: -150px !important;
  }
  .mepx-lg-n0 {
    margin-right: 0 !important;
  }
  .mepx-lg-n1 {
    margin-right: -1px !important;
  }
  .mepx-lg-n2 {
    margin-right: -2px !important;
  }
  .mepx-lg-n3 {
    margin-right: -3px !important;
  }
  .mepx-lg-n4 {
    margin-right: -4px !important;
  }
  .mepx-lg-n5 {
    margin-right: -5px !important;
  }
  .mepx-lg-n6 {
    margin-right: -6px !important;
  }
  .mepx-lg-n7 {
    margin-right: -7px !important;
  }
  .mepx-lg-n8 {
    margin-right: -8px !important;
  }
  .mepx-lg-n9 {
    margin-right: -9px !important;
  }
  .mepx-lg-n10 {
    margin-right: -10px !important;
  }
  .mepx-lg-n11 {
    margin-right: -11px !important;
  }
  .mepx-lg-n12 {
    margin-right: -12px !important;
  }
  .mepx-lg-n13 {
    margin-right: -13px !important;
  }
  .mepx-lg-n14 {
    margin-right: -14px !important;
  }
  .mepx-lg-n15 {
    margin-right: -15px !important;
  }
  .mepx-lg-n16 {
    margin-right: -16px !important;
  }
  .mepx-lg-n17 {
    margin-right: -17px !important;
  }
  .mepx-lg-n18 {
    margin-right: -18px !important;
  }
  .mepx-lg-n19 {
    margin-right: -19px !important;
  }
  .mepx-lg-n20 {
    margin-right: -20px !important;
  }
  .mepx-lg-n21 {
    margin-right: -21px !important;
  }
  .mepx-lg-n22 {
    margin-right: -22px !important;
  }
  .mepx-lg-n23 {
    margin-right: -23px !important;
  }
  .mepx-lg-n24 {
    margin-right: -24px !important;
  }
  .mepx-lg-n25 {
    margin-right: -25px !important;
  }
  .mepx-lg-n26 {
    margin-right: -26px !important;
  }
  .mepx-lg-n27 {
    margin-right: -27px !important;
  }
  .mepx-lg-n28 {
    margin-right: -28px !important;
  }
  .mepx-lg-n29 {
    margin-right: -29px !important;
  }
  .mepx-lg-n30 {
    margin-right: -30px !important;
  }
  .mepx-lg-n35 {
    margin-right: -35px !important;
  }
  .mepx-lg-n40 {
    margin-right: -40px !important;
  }
  .mepx-lg-n45 {
    margin-right: -45px !important;
  }
  .mepx-lg-n50 {
    margin-right: -50px !important;
  }
  .mepx-lg-n55 {
    margin-right: -55px !important;
  }
  .mepx-lg-n60 {
    margin-right: -60px !important;
  }
  .mepx-lg-n65 {
    margin-right: -65px !important;
  }
  .mepx-lg-n70 {
    margin-right: -70px !important;
  }
  .mepx-lg-n75 {
    margin-right: -75px !important;
  }
  .mepx-lg-n80 {
    margin-right: -80px !important;
  }
  .mepx-lg-n85 {
    margin-right: -85px !important;
  }
  .mepx-lg-n90 {
    margin-right: -90px !important;
  }
  .mepx-lg-n95 {
    margin-right: -95px !important;
  }
  .mepx-lg-n100 {
    margin-right: -100px !important;
  }
  .mepx-lg-n105 {
    margin-right: -105px !important;
  }
  .mepx-lg-n110 {
    margin-right: -110px !important;
  }
  .mepx-lg-n115 {
    margin-right: -115px !important;
  }
  .mepx-lg-n120 {
    margin-right: -120px !important;
  }
  .mepx-lg-n125 {
    margin-right: -125px !important;
  }
  .mepx-lg-n130 {
    margin-right: -130px !important;
  }
  .mepx-lg-n135 {
    margin-right: -135px !important;
  }
  .mepx-lg-n140 {
    margin-right: -140px !important;
  }
  .mepx-lg-n145 {
    margin-right: -145px !important;
  }
  .mepx-lg-n150 {
    margin-right: -150px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1% !important;
  }
  .mt-lg-2 {
    margin-top: 2% !important;
  }
  .mt-lg-3 {
    margin-top: 3% !important;
  }
  .mt-lg-4 {
    margin-top: 4% !important;
  }
  .mt-lg-5 {
    margin-top: 5% !important;
  }
  .mt-lg-6 {
    margin-top: 6% !important;
  }
  .mt-lg-7 {
    margin-top: 7% !important;
  }
  .mt-lg-8 {
    margin-top: 8% !important;
  }
  .mt-lg-10 {
    margin-top: 10% !important;
  }
  .mt-lg-15 {
    margin-top: 15% !important;
  }
  .mt-lg-20 {
    margin-top: 20% !important;
  }
  .mt-lg-25 {
    margin-top: 25% !important;
  }
  .mt-lg-30 {
    margin-top: 30% !important;
  }
  .mt-lg-35 {
    margin-top: 35% !important;
  }
  .mt-lg-40 {
    margin-top: 40% !important;
  }
  .mt-lg-45 {
    margin-top: 45% !important;
  }
  .mt-lg-50 {
    margin-top: 50% !important;
  }
  .mt-lg-55 {
    margin-top: 55% !important;
  }
  .mt-lg-60 {
    margin-top: 60% !important;
  }
  .mt-lg-65 {
    margin-top: 65% !important;
  }
  .mt-lg-70 {
    margin-top: 70% !important;
  }
  .mt-lg-75 {
    margin-top: 75% !important;
  }
  .mt-lg-80 {
    margin-top: 80% !important;
  }
  .mt-lg-85 {
    margin-top: 85% !important;
  }
  .mt-lg-90 {
    margin-top: 90% !important;
  }
  .mt-lg-95 {
    margin-top: 95% !important;
  }
  .mt-lg-100 {
    margin-top: 100% !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1% !important;
  }
  .mb-lg-2 {
    margin-bottom: 2% !important;
  }
  .mb-lg-3 {
    margin-bottom: 3% !important;
  }
  .mb-lg-4 {
    margin-bottom: 4% !important;
  }
  .mb-lg-5 {
    margin-bottom: 5% !important;
  }
  .mb-lg-6 {
    margin-bottom: 6% !important;
  }
  .mb-lg-7 {
    margin-bottom: 7% !important;
  }
  .mb-lg-8 {
    margin-bottom: 8% !important;
  }
  .mb-lg-10 {
    margin-bottom: 10% !important;
  }
  .mb-lg-15 {
    margin-bottom: 15% !important;
  }
  .mb-lg-20 {
    margin-bottom: 20% !important;
  }
  .mb-lg-25 {
    margin-bottom: 25% !important;
  }
  .mb-lg-30 {
    margin-bottom: 30% !important;
  }
  .mb-lg-35 {
    margin-bottom: 35% !important;
  }
  .mb-lg-40 {
    margin-bottom: 40% !important;
  }
  .mb-lg-45 {
    margin-bottom: 45% !important;
  }
  .mb-lg-50 {
    margin-bottom: 50% !important;
  }
  .mb-lg-55 {
    margin-bottom: 55% !important;
  }
  .mb-lg-60 {
    margin-bottom: 60% !important;
  }
  .mb-lg-65 {
    margin-bottom: 65% !important;
  }
  .mb-lg-70 {
    margin-bottom: 70% !important;
  }
  .mb-lg-75 {
    margin-bottom: 75% !important;
  }
  .mb-lg-80 {
    margin-bottom: 80% !important;
  }
  .mb-lg-85 {
    margin-bottom: 85% !important;
  }
  .mb-lg-90 {
    margin-bottom: 90% !important;
  }
  .mb-lg-95 {
    margin-bottom: 95% !important;
  }
  .mb-lg-100 {
    margin-bottom: 100% !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 1% !important;
  }
  .ms-lg-2 {
    margin-left: 2% !important;
  }
  .ms-lg-3 {
    margin-left: 3% !important;
  }
  .ms-lg-4 {
    margin-left: 4% !important;
  }
  .ms-lg-5 {
    margin-left: 5% !important;
  }
  .ms-lg-6 {
    margin-left: 6% !important;
  }
  .ms-lg-7 {
    margin-left: 7% !important;
  }
  .ms-lg-8 {
    margin-left: 8% !important;
  }
  .ms-lg-10 {
    margin-left: 10% !important;
  }
  .ms-lg-15 {
    margin-left: 15% !important;
  }
  .ms-lg-20 {
    margin-left: 20% !important;
  }
  .ms-lg-25 {
    margin-left: 25% !important;
  }
  .ms-lg-30 {
    margin-left: 30% !important;
  }
  .ms-lg-35 {
    margin-left: 35% !important;
  }
  .ms-lg-40 {
    margin-left: 40% !important;
  }
  .ms-lg-45 {
    margin-left: 45% !important;
  }
  .ms-lg-50 {
    margin-left: 50% !important;
  }
  .ms-lg-55 {
    margin-left: 55% !important;
  }
  .ms-lg-60 {
    margin-left: 60% !important;
  }
  .ms-lg-65 {
    margin-left: 65% !important;
  }
  .ms-lg-70 {
    margin-left: 70% !important;
  }
  .ms-lg-75 {
    margin-left: 75% !important;
  }
  .ms-lg-80 {
    margin-left: 80% !important;
  }
  .ms-lg-85 {
    margin-left: 85% !important;
  }
  .ms-lg-90 {
    margin-left: 90% !important;
  }
  .ms-lg-95 {
    margin-left: 95% !important;
  }
  .ms-lg-100 {
    margin-left: 100% !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 1% !important;
  }
  .me-lg-2 {
    margin-right: 2% !important;
  }
  .me-lg-3 {
    margin-right: 3% !important;
  }
  .me-lg-4 {
    margin-right: 4% !important;
  }
  .me-lg-5 {
    margin-right: 5% !important;
  }
  .me-lg-6 {
    margin-right: 6% !important;
  }
  .me-lg-7 {
    margin-right: 7% !important;
  }
  .me-lg-8 {
    margin-right: 8% !important;
  }
  .me-lg-10 {
    margin-right: 10% !important;
  }
  .me-lg-15 {
    margin-right: 15% !important;
  }
  .me-lg-20 {
    margin-right: 20% !important;
  }
  .me-lg-25 {
    margin-right: 25% !important;
  }
  .me-lg-30 {
    margin-right: 30% !important;
  }
  .me-lg-35 {
    margin-right: 35% !important;
  }
  .me-lg-40 {
    margin-right: 40% !important;
  }
  .me-lg-45 {
    margin-right: 45% !important;
  }
  .me-lg-50 {
    margin-right: 50% !important;
  }
  .me-lg-55 {
    margin-right: 55% !important;
  }
  .me-lg-60 {
    margin-right: 60% !important;
  }
  .me-lg-65 {
    margin-right: 65% !important;
  }
  .me-lg-70 {
    margin-right: 70% !important;
  }
  .me-lg-75 {
    margin-right: 75% !important;
  }
  .me-lg-80 {
    margin-right: 80% !important;
  }
  .me-lg-85 {
    margin-right: 85% !important;
  }
  .me-lg-90 {
    margin-right: 90% !important;
  }
  .me-lg-95 {
    margin-right: 95% !important;
  }
  .me-lg-100 {
    margin-right: 100% !important;
  }
  .mt-lg-n0 {
    margin-top: 0 !important;
  }
  .mt-lg-n1 {
    margin-top: -1% !important;
  }
  .mt-lg-n2 {
    margin-top: -2% !important;
  }
  .mt-lg-n3 {
    margin-top: -3% !important;
  }
  .mt-lg-n4 {
    margin-top: -4% !important;
  }
  .mt-lg-n5 {
    margin-top: -5% !important;
  }
  .mt-lg-n6 {
    margin-top: -6% !important;
  }
  .mt-lg-n7 {
    margin-top: -7% !important;
  }
  .mt-lg-n8 {
    margin-top: -8% !important;
  }
  .mt-lg-n10 {
    margin-top: -10% !important;
  }
  .mt-lg-n15 {
    margin-top: -15% !important;
  }
  .mt-lg-n20 {
    margin-top: -20% !important;
  }
  .mt-lg-n25 {
    margin-top: -25% !important;
  }
  .mt-lg-n30 {
    margin-top: -30% !important;
  }
  .mt-lg-n35 {
    margin-top: -35% !important;
  }
  .mt-lg-n40 {
    margin-top: -40% !important;
  }
  .mt-lg-n45 {
    margin-top: -45% !important;
  }
  .mt-lg-n50 {
    margin-top: -50% !important;
  }
  .mt-lg-n55 {
    margin-top: -55% !important;
  }
  .mt-lg-n60 {
    margin-top: -60% !important;
  }
  .mt-lg-n65 {
    margin-top: -65% !important;
  }
  .mt-lg-n70 {
    margin-top: -70% !important;
  }
  .mt-lg-n75 {
    margin-top: -75% !important;
  }
  .mt-lg-n80 {
    margin-top: -80% !important;
  }
  .mt-lg-n85 {
    margin-top: -85% !important;
  }
  .mt-lg-n90 {
    margin-top: -90% !important;
  }
  .mt-lg-n95 {
    margin-top: -95% !important;
  }
  .mt-lg-n100 {
    margin-top: -100% !important;
  }
  .mb-lg-n0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1% !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2% !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3% !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4% !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5% !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6% !important;
  }
  .mb-lg-n7 {
    margin-bottom: -7% !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8% !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10% !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15% !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20% !important;
  }
  .mb-lg-n25 {
    margin-bottom: -25% !important;
  }
  .mb-lg-n30 {
    margin-bottom: -30% !important;
  }
  .mb-lg-n35 {
    margin-bottom: -35% !important;
  }
  .mb-lg-n40 {
    margin-bottom: -40% !important;
  }
  .mb-lg-n45 {
    margin-bottom: -45% !important;
  }
  .mb-lg-n50 {
    margin-bottom: -50% !important;
  }
  .mb-lg-n55 {
    margin-bottom: -55% !important;
  }
  .mb-lg-n60 {
    margin-bottom: -60% !important;
  }
  .mb-lg-n65 {
    margin-bottom: -65% !important;
  }
  .mb-lg-n70 {
    margin-bottom: -70% !important;
  }
  .mb-lg-n75 {
    margin-bottom: -75% !important;
  }
  .mb-lg-n80 {
    margin-bottom: -80% !important;
  }
  .mb-lg-n85 {
    margin-bottom: -85% !important;
  }
  .mb-lg-n90 {
    margin-bottom: -90% !important;
  }
  .mb-lg-n95 {
    margin-bottom: -95% !important;
  }
  .mb-lg-n100 {
    margin-bottom: -100% !important;
  }
  .ms-lg-n0 {
    margin-left: 0 !important;
  }
  .ms-lg-n1 {
    margin-left: -1% !important;
  }
  .ms-lg-n2 {
    margin-left: -2% !important;
  }
  .ms-lg-n3 {
    margin-left: -3% !important;
  }
  .ms-lg-n4 {
    margin-left: -4% !important;
  }
  .ms-lg-n5 {
    margin-left: -5% !important;
  }
  .ms-lg-n6 {
    margin-left: -6% !important;
  }
  .ms-lg-n7 {
    margin-left: -7% !important;
  }
  .ms-lg-n8 {
    margin-left: -8% !important;
  }
  .ms-lg-n10 {
    margin-left: -10% !important;
  }
  .ms-lg-n15 {
    margin-left: -15% !important;
  }
  .ms-lg-n20 {
    margin-left: -20% !important;
  }
  .ms-lg-n25 {
    margin-left: -25% !important;
  }
  .ms-lg-n30 {
    margin-left: -30% !important;
  }
  .ms-lg-n35 {
    margin-left: -35% !important;
  }
  .ms-lg-n40 {
    margin-left: -40% !important;
  }
  .ms-lg-n45 {
    margin-left: -45% !important;
  }
  .ms-lg-n50 {
    margin-left: -50% !important;
  }
  .ms-lg-n55 {
    margin-left: -55% !important;
  }
  .ms-lg-n60 {
    margin-left: -60% !important;
  }
  .ms-lg-n65 {
    margin-left: -65% !important;
  }
  .ms-lg-n70 {
    margin-left: -70% !important;
  }
  .ms-lg-n75 {
    margin-left: -75% !important;
  }
  .ms-lg-n80 {
    margin-left: -80% !important;
  }
  .ms-lg-n85 {
    margin-left: -85% !important;
  }
  .ms-lg-n90 {
    margin-left: -90% !important;
  }
  .ms-lg-n95 {
    margin-left: -95% !important;
  }
  .ms-lg-n100 {
    margin-left: -100% !important;
  }
  .me-lg-n0 {
    margin-right: 0 !important;
  }
  .me-lg-n1 {
    margin-right: -1% !important;
  }
  .me-lg-n2 {
    margin-right: -2% !important;
  }
  .me-lg-n3 {
    margin-right: -3% !important;
  }
  .me-lg-n4 {
    margin-right: -4% !important;
  }
  .me-lg-n5 {
    margin-right: -5% !important;
  }
  .me-lg-n6 {
    margin-right: -6% !important;
  }
  .me-lg-n7 {
    margin-right: -7% !important;
  }
  .me-lg-n8 {
    margin-right: -8% !important;
  }
  .me-lg-n10 {
    margin-right: -10% !important;
  }
  .me-lg-n15 {
    margin-right: -15% !important;
  }
  .me-lg-n20 {
    margin-right: -20% !important;
  }
  .me-lg-n25 {
    margin-right: -25% !important;
  }
  .me-lg-n30 {
    margin-right: -30% !important;
  }
  .me-lg-n35 {
    margin-right: -35% !important;
  }
  .me-lg-n40 {
    margin-right: -40% !important;
  }
  .me-lg-n45 {
    margin-right: -45% !important;
  }
  .me-lg-n50 {
    margin-right: -50% !important;
  }
  .me-lg-n55 {
    margin-right: -55% !important;
  }
  .me-lg-n60 {
    margin-right: -60% !important;
  }
  .me-lg-n65 {
    margin-right: -65% !important;
  }
  .me-lg-n70 {
    margin-right: -70% !important;
  }
  .me-lg-n75 {
    margin-right: -75% !important;
  }
  .me-lg-n80 {
    margin-right: -80% !important;
  }
  .me-lg-n85 {
    margin-right: -85% !important;
  }
  .me-lg-n90 {
    margin-right: -90% !important;
  }
  .me-lg-n95 {
    margin-right: -95% !important;
  }
  .me-lg-n100 {
    margin-right: -100% !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-5 {
    opacity: 5% !important;
  }
  .opacity-lg-10 {
    opacity: 10% !important;
  }
  .opacity-lg-15 {
    opacity: 15% !important;
  }
  .opacity-lg-20 {
    opacity: 20% !important;
  }
  .opacity-lg-25 {
    opacity: 25% !important;
  }
  .opacity-lg-30 {
    opacity: 30% !important;
  }
  .opacity-lg-35 {
    opacity: 35% !important;
  }
  .opacity-lg-40 {
    opacity: 40% !important;
  }
  .opacity-lg-45 {
    opacity: 45% !important;
  }
  .opacity-lg-50 {
    opacity: 50% !important;
  }
  .opacity-lg-55 {
    opacity: 55% !important;
  }
  .opacity-lg-60 {
    opacity: 60% !important;
  }
  .opacity-lg-65 {
    opacity: 65% !important;
  }
  .opacity-lg-70 {
    opacity: 70% !important;
  }
  .opacity-lg-75 {
    opacity: 75% !important;
  }
  .opacity-lg-80 {
    opacity: 80% !important;
  }
  .opacity-lg-85 {
    opacity: 85% !important;
  }
  .opacity-lg-90 {
    opacity: 90% !important;
  }
  .opacity-lg-95 {
    opacity: 95% !important;
  }
  .opacity-lg-100 {
    opacity: 100% !important;
  }
  .list-col-lg-2 {
    columns: 2 !important;
  }
  .list-col-lg-3 {
    columns: 3 !important;
  }
  .list-col-lg-4 {
    columns: 4 !important;
  }
  .ls-lg-0 {
    letter-spacing: 0px !important;
  }
  .ls-lg-1 {
    letter-spacing: 1px !important;
  }
  .ls-lg-2 {
    letter-spacing: 2px !important;
  }
  .ls-lg-3 {
    letter-spacing: 3px !important;
  }
  .ls-lg-4 {
    letter-spacing: 4px !important;
  }
  .ls-lg-5 {
    letter-spacing: 5px !important;
  }
  .ls-lg-6 {
    letter-spacing: 6px !important;
  }
  .ls-lg-7 {
    letter-spacing: 7px !important;
  }
  .ls-lg-8 {
    letter-spacing: 8px !important;
  }
  .ls-lg-9 {
    letter-spacing: 9px !important;
  }
  .ls-lg-10 {
    letter-spacing: 10px !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .rot-lg-0 {
    transform: rotate(0deg) !important;
  }
  .rot-lg-5 {
    transform: rotate(5deg) !important;
  }
  .rot-lg-10 {
    transform: rotate(10deg) !important;
  }
  .rot-lg-15 {
    transform: rotate(15deg) !important;
  }
  .rot-lg-20 {
    transform: rotate(20deg) !important;
  }
  .rot-lg-25 {
    transform: rotate(25deg) !important;
  }
  .rot-lg-30 {
    transform: rotate(30deg) !important;
  }
  .rot-lg-35 {
    transform: rotate(35deg) !important;
  }
  .rot-lg-40 {
    transform: rotate(40deg) !important;
  }
  .rot-lg-45 {
    transform: rotate(45deg) !important;
  }
  .rot-lg-50 {
    transform: rotate(50deg) !important;
  }
  .rot-lg-55 {
    transform: rotate(55deg) !important;
  }
  .rot-lg-60 {
    transform: rotate(60deg) !important;
  }
  .rot-lg-65 {
    transform: rotate(65deg) !important;
  }
  .rot-lg-70 {
    transform: rotate(70deg) !important;
  }
  .rot-lg-75 {
    transform: rotate(75deg) !important;
  }
  .rot-lg-80 {
    transform: rotate(80deg) !important;
  }
  .rot-lg-85 {
    transform: rotate(85deg) !important;
  }
  .rot-lg-90 {
    transform: rotate(90deg) !important;
  }
  .rot-lg-95 {
    transform: rotate(95deg) !important;
  }
  .rot-lg-100 {
    transform: rotate(100deg) !important;
  }
  .rot-lg-105 {
    transform: rotate(105deg) !important;
  }
  .rot-lg-110 {
    transform: rotate(110deg) !important;
  }
  .rot-lg-115 {
    transform: rotate(115deg) !important;
  }
  .rot-lg-120 {
    transform: rotate(120deg) !important;
  }
  .rot-lg-125 {
    transform: rotate(125deg) !important;
  }
  .rot-lg-130 {
    transform: rotate(130deg) !important;
  }
  .rot-lg-135 {
    transform: rotate(135deg) !important;
  }
  .rot-lg-140 {
    transform: rotate(140deg) !important;
  }
  .rot-lg-145 {
    transform: rotate(145deg) !important;
  }
  .rot-lg-150 {
    transform: rotate(150deg) !important;
  }
  .rot-lg-155 {
    transform: rotate(155deg) !important;
  }
  .rot-lg-160 {
    transform: rotate(160deg) !important;
  }
  .rot-lg-165 {
    transform: rotate(165deg) !important;
  }
  .rot-lg-170 {
    transform: rotate(170deg) !important;
  }
  .rot-lg-175 {
    transform: rotate(175deg) !important;
  }
  .rot-lg-180 {
    transform: rotate(180deg) !important;
  }
  .rot-lg-0 {
    transform: rotate(0deg) !important;
  }
  .rot-lg-n5 {
    transform: rotate(-5deg) !important;
  }
  .rot-lg-n10 {
    transform: rotate(-10deg) !important;
  }
  .rot-lg-n15 {
    transform: rotate(-15deg) !important;
  }
  .rot-lg-n20 {
    transform: rotate(-20deg) !important;
  }
  .rot-lg-n25 {
    transform: rotate(-25deg) !important;
  }
  .rot-lg-n30 {
    transform: rotate(-30deg) !important;
  }
  .rot-lg-n35 {
    transform: rotate(-35deg) !important;
  }
  .rot-lg-n40 {
    transform: rotate(-40deg) !important;
  }
  .rot-lg-n45 {
    transform: rotate(-45deg) !important;
  }
  .rot-lg-n50 {
    transform: rotate(-50deg) !important;
  }
  .rot-lg-n55 {
    transform: rotate(-55deg) !important;
  }
  .rot-lg-n60 {
    transform: rotate(-60deg) !important;
  }
  .rot-lg-n65 {
    transform: rotate(-65deg) !important;
  }
  .rot-lg-n70 {
    transform: rotate(-70deg) !important;
  }
  .rot-lg-n75 {
    transform: rotate(-75deg) !important;
  }
  .rot-lg-n80 {
    transform: rotate(-80deg) !important;
  }
  .rot-lg-n85 {
    transform: rotate(-85deg) !important;
  }
  .rot-lg-n90 {
    transform: rotate(-90deg) !important;
  }
  .rot-lg-n95 {
    transform: rotate(-95deg) !important;
  }
  .rot-lg-n100 {
    transform: rotate(-100deg) !important;
  }
  .rot-lg-n105 {
    transform: rotate(-105deg) !important;
  }
  .rot-lg-n110 {
    transform: rotate(-110deg) !important;
  }
  .rot-lg-n115 {
    transform: rotate(-115deg) !important;
  }
  .rot-lg-n120 {
    transform: rotate(-120deg) !important;
  }
  .rot-lg-n125 {
    transform: rotate(-125deg) !important;
  }
  .rot-lg-n130 {
    transform: rotate(-130deg) !important;
  }
  .rot-lg-n135 {
    transform: rotate(-135deg) !important;
  }
  .rot-lg-n140 {
    transform: rotate(-140deg) !important;
  }
  .rot-lg-n145 {
    transform: rotate(-145deg) !important;
  }
  .rot-lg-n150 {
    transform: rotate(-150deg) !important;
  }
  .rot-lg-n155 {
    transform: rotate(-155deg) !important;
  }
  .rot-lg-n160 {
    transform: rotate(-160deg) !important;
  }
  .rot-lg-n165 {
    transform: rotate(-165deg) !important;
  }
  .rot-lg-n170 {
    transform: rotate(-170deg) !important;
  }
  .rot-lg-n175 {
    transform: rotate(-175deg) !important;
  }
  .rot-lg-n180 {
    transform: rotate(-180deg) !important;
  }
  .ofit-lg-none {
    object-fit: none !important;
  }
  .ofit-lg-cover {
    object-fit: cover !important;
  }
  .ofit-lg-contain {
    object-fit: contain !important;
  }
  .ofit-lg-fill {
    object-fit: fill !important;
  }
  .ofit-lg-scale-down {
    object-fit: scale-down !important;
  }
  .opos-lg-top {
    object-position: top !important;
  }
  .opos-lg-bottom {
    object-position: bottom !important;
  }
  .opos-lg-start {
    object-position: left !important;
  }
  .opos-lg-end {
    object-position: right !important;
  }
  .opos-lg-center {
    object-position: center !important;
  }
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-lg-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-lg-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .color-lg-Black {
    color: #000000 !important;
  }
  .color-lg-White {
    color: #ffffff !important;
  }
  .color-lg-Transparent {
    color: rgba(0, 0, 0, 0) !important;
  }
  .color-lg-GhostWhite {
    color: #fbf8ff !important;
  }
  .color-lg-BioptronLogo {
    color: #0068b2 !important;
  }
  .color-lg-BrownMustard {
    color: #daab5b !important;
  }
  .color-lg-DrWhite {
    color: #fafafa !important;
  }
  .color-lg-DrunkenDragonfly {
    color: #3bd78b !important;
  }
  .color-lg-Red {
    color: #ff3232 !important;
  }
  .color-lg-RoseTonic {
    color: #ffddde !important;
  }
  .color-lg-Squant {
    color: #666666 !important;
  }
  .color-lg-OffBlack {
    color: #303030 !important;
  }
  .color-lg-Doctor {
    color: #f9f9f9 !important;
  }
  .color-lg-BleachedSilk {
    color: #f2f2f2 !important;
  }
  .color-lg-Featherbed {
    color: #afcee4 !important;
  }
  .color-lg-Quicksilver {
    color: #a6a6a6 !important;
  }
  .color-lg-ColdMorning {
    color: #e5e5e5 !important;
  }
  .color-lg-PixelWhite {
    color: #dbdbdb !important;
  }
  .color-lg-Silver {
    color: #c0c0c0 !important;
  }
  .color-lg-BlueRibbon {
    color: #0066ff !important;
  }
  .color-lg-LightCornflowerBlue {
    color: #93ccea !important;
  }
  .color-lg-SuaveGrey {
    color: #d0d8dc !important;
  }
  .color-lg-EffervescentBlue {
    color: #00385f !important;
  }
  .color-lg-CascadingWhite {
    color: #f6f6f6 !important;
  }
  .color-lg-Emptiness {
    color: #fcfcfc !important;
  }
  .color-lg-ButterFudge {
    color: #a56904 !important;
  }
  .color-lg-SatinWhite {
    color: #ced4da !important;
  }
  .color-lg-SharkFin {
    color: #969696 !important;
  }
  .color-lg-SpringtimeRain {
    color: #ebeef2 !important;
  }
  .color-lg-HeraldsTrumpet {
    color: #cd9f2f !important;
  }
  .color-lg-ChilledChilly {
    color: #ea4335 !important;
  }
  .color-lg-VividMalachite {
    color: #00c82e !important;
  }
  .color-lg-DarkDreams {
    color: #2f276c !important;
  }
  .color-lg-RossoCorsa {
    color: #d60000 !important;
  }
  .color-lg-Encrando {
    color: #f80000 !important;
  }
  .color-lg-Green {
    color: #00c82e !important;
  }
  .color-lg-CL100 {
    color: #cd9f2f !important;
  }
  .color-lg-Hyperpolarized {
    color: #daab5b !important;
  }
  .tshadow-lg-none {
    text-shadow: none !important;
  }
  .tshadow-lg-0 {
    text-shadow: 0 0 rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-lg-1 {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-lg-2 {
    text-shadow: 2px 3px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-lg-3 {
    text-shadow: 3px 4px rgba(0, 0, 0, 0.3) !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .bio-lh-lg-1 {
    line-height: var(--Bio-Line-Height) !important;
  }
  .bio-lh-lg-2 {
    line-height: calc(var(--Bio-Line-Height) * 1.1) !important;
  }
  .bio-lh-lg-3 {
    line-height: calc(var(--Bio-Line-Height) * 1.2) !important;
  }
  .bio-lh-lg-4 {
    line-height: calc(var(--Bio-Line-Height) * 1.3) !important;
  }
  .bio-lh-lg-5 {
    line-height: calc(var(--Bio-Line-Height) * 1.4) !important;
  }
  .bio-lh-lg-6 {
    line-height: calc(var(--Bio-Line-Height) * 1.5) !important;
  }
  .bio-lh-lg-7 {
    line-height: calc(var(--Bio-Line-Height) * 1.6) !important;
  }
  .bio-lh-lg-8 {
    line-height: calc(var(--Bio-Line-Height) * 1.7) !important;
  }
  .bio-lh-lg-9 {
    line-height: calc(var(--Bio-Line-Height) * 1.8) !important;
  }
  .bio-lh-lg-10 {
    line-height: calc(var(--Bio-Line-Height) * 1.9) !important;
  }
  .bio-lh-lg-n2 {
    line-height: calc(var(--Bio-Line-Height) * 0.9) !important;
  }
  .bio-lh-lg-n3 {
    line-height: calc(var(--Bio-Line-Height) * 0.8) !important;
  }
  .bio-lh-lg-n4 {
    line-height: calc(var(--Bio-Line-Height) * 0.7) !important;
  }
  .bio-lh-lg-n5 {
    line-height: calc(var(--Bio-Line-Height) * 0.6) !important;
  }
  .bio-lh-lg-n6 {
    line-height: calc(var(--Bio-Line-Height) * 0.5) !important;
  }
  .bio-lh-lg-n7 {
    line-height: calc(var(--Bio-Line-Height) * 0.4) !important;
  }
  .bio-lh-lg-n8 {
    line-height: calc(var(--Bio-Line-Height) * 0.3) !important;
  }
  .bio-lh-lg-n9 {
    line-height: calc(var(--Bio-Line-Height) * 0.2) !important;
  }
  .bio-lh-lg-n10 {
    line-height: calc(var(--Bio-Line-Height) * 0.1) !important;
  }
  .module-mt-lg-none {
    margin-top: 0 !important;
  }
  .module-mt-lg-normal {
    margin-top: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mt-lg-half {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mt-lg-double {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .module-mb-lg-none {
    margin-bottom: 0 !important;
  }
  .module-mb-lg-normal {
    margin-bottom: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mb-lg-half {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mb-lg-double {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .bio-resize-lg-none {
    resize: none !important;
  }
  .bio-resize-lg-horizontal {
    resize: horizontal !important;
  }
  .bio-resize-lg-vertical {
    resize: vertical !important;
  }
  .bio-text-decoration-lg-none {
    text-decoration: none !important;
  }
  .bio-text-decoration-lg-lthrough {
    text-decoration: line-through !important;
  }
  .bio-text-decoration-lg-underline {
    text-decoration: underline !important;
  }
  .bio-gap-lg-0 {
    gap: 0 !important;
  }
  .bio-gap-lg-1 {
    gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gap-lg-2 {
    gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gap-lg-3 {
    gap: var(--Bio-Spacer) !important;
  }
  .bio-gap-lg-4 {
    gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gap-lg-5 {
    gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gx-lg-0 {
    column-gap: 0 !important;
  }
  .bio-gx-lg-1 {
    column-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gx-lg-2 {
    column-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gx-lg-3 {
    column-gap: var(--Bio-Spacer) !important;
  }
  .bio-gx-lg-4 {
    column-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gx-lg-5 {
    column-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gy-lg-0 {
    row-gap: 0 !important;
  }
  .bio-gy-lg-1 {
    row-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gy-lg-2 {
    row-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gy-lg-3 {
    row-gap: var(--Bio-Spacer) !important;
  }
  .bio-gy-lg-4 {
    row-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gy-lg-5 {
    row-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .w-xl-0 {
    width: 0 !important;
  }
  .w-xl-1 {
    width: 1% !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .w-xl-3 {
    width: 3% !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .w-xl-7 {
    width: 7% !important;
  }
  .w-xl-8 {
    width: 8% !important;
  }
  .w-xl-9 {
    width: 9% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-105 {
    width: 105% !important;
  }
  .w-xl-110 {
    width: 110% !important;
  }
  .w-xl-115 {
    width: 115% !important;
  }
  .w-xl-120 {
    width: 120% !important;
  }
  .w-xl-125 {
    width: 125% !important;
  }
  .w-xl-130 {
    width: 130% !important;
  }
  .w-xl-135 {
    width: 135% !important;
  }
  .w-xl-140 {
    width: 140% !important;
  }
  .w-xl-145 {
    width: 145% !important;
  }
  .w-xl-150 {
    width: 150% !important;
  }
  .w-xl-155 {
    width: 155% !important;
  }
  .w-xl-160 {
    width: 160% !important;
  }
  .w-xl-165 {
    width: 165% !important;
  }
  .w-xl-170 {
    width: 170% !important;
  }
  .w-xl-175 {
    width: 175% !important;
  }
  .w-xl-180 {
    width: 180% !important;
  }
  .w-xl-185 {
    width: 185% !important;
  }
  .w-xl-190 {
    width: 190% !important;
  }
  .w-xl-195 {
    width: 195% !important;
  }
  .w-xl-200 {
    width: 200% !important;
  }
  .w-xl-225 {
    width: 225% !important;
  }
  .w-xl-250 {
    width: 250% !important;
  }
  .w-xl-275 {
    width: 275% !important;
  }
  .w-xl-300 {
    width: 300% !important;
  }
  .w-xl-325 {
    width: 325% !important;
  }
  .w-xl-350 {
    width: 350% !important;
  }
  .w-xl-375 {
    width: 375% !important;
  }
  .w-xl-400 {
    width: 400% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-0 {
    height: 0 !important;
  }
  .h-xl-1 {
    height: 1% !important;
  }
  .h-xl-2 {
    height: 2% !important;
  }
  .h-xl-3 {
    height: 3% !important;
  }
  .h-xl-4 {
    height: 4% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-6 {
    height: 6% !important;
  }
  .h-xl-7 {
    height: 7% !important;
  }
  .h-xl-8 {
    height: 8% !important;
  }
  .h-xl-9 {
    height: 9% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-105 {
    height: 105% !important;
  }
  .h-xl-110 {
    height: 110% !important;
  }
  .h-xl-115 {
    height: 115% !important;
  }
  .h-xl-120 {
    height: 120% !important;
  }
  .h-xl-125 {
    height: 125% !important;
  }
  .h-xl-130 {
    height: 130% !important;
  }
  .h-xl-135 {
    height: 135% !important;
  }
  .h-xl-140 {
    height: 140% !important;
  }
  .h-xl-145 {
    height: 145% !important;
  }
  .h-xl-150 {
    height: 150% !important;
  }
  .h-xl-155 {
    height: 155% !important;
  }
  .h-xl-160 {
    height: 160% !important;
  }
  .h-xl-165 {
    height: 165% !important;
  }
  .h-xl-170 {
    height: 170% !important;
  }
  .h-xl-175 {
    height: 175% !important;
  }
  .h-xl-180 {
    height: 180% !important;
  }
  .h-xl-185 {
    height: 185% !important;
  }
  .h-xl-190 {
    height: 190% !important;
  }
  .h-xl-195 {
    height: 195% !important;
  }
  .h-xl-200 {
    height: 200% !important;
  }
  .h-xl-225 {
    height: 225% !important;
  }
  .h-xl-250 {
    height: 250% !important;
  }
  .h-xl-275 {
    height: 275% !important;
  }
  .h-xl-300 {
    height: 300% !important;
  }
  .h-xl-325 {
    height: 325% !important;
  }
  .h-xl-350 {
    height: 350% !important;
  }
  .h-xl-375 {
    height: 375% !important;
  }
  .h-xl-400 {
    height: 400% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .maxw-xl-0 {
    max-width: 0 !important;
  }
  .maxw-xl-1 {
    max-width: 1% !important;
  }
  .maxw-xl-2 {
    max-width: 2% !important;
  }
  .maxw-xl-3 {
    max-width: 3% !important;
  }
  .maxw-xl-4 {
    max-width: 4% !important;
  }
  .maxw-xl-5 {
    max-width: 5% !important;
  }
  .maxw-xl-6 {
    max-width: 6% !important;
  }
  .maxw-xl-7 {
    max-width: 7% !important;
  }
  .maxw-xl-8 {
    max-width: 8% !important;
  }
  .maxw-xl-9 {
    max-width: 9% !important;
  }
  .maxw-xl-10 {
    max-width: 10% !important;
  }
  .maxw-xl-15 {
    max-width: 15% !important;
  }
  .maxw-xl-20 {
    max-width: 20% !important;
  }
  .maxw-xl-25 {
    max-width: 25% !important;
  }
  .maxw-xl-30 {
    max-width: 30% !important;
  }
  .maxw-xl-35 {
    max-width: 35% !important;
  }
  .maxw-xl-40 {
    max-width: 40% !important;
  }
  .maxw-xl-45 {
    max-width: 45% !important;
  }
  .maxw-xl-50 {
    max-width: 50% !important;
  }
  .maxw-xl-55 {
    max-width: 55% !important;
  }
  .maxw-xl-60 {
    max-width: 60% !important;
  }
  .maxw-xl-65 {
    max-width: 65% !important;
  }
  .maxw-xl-70 {
    max-width: 70% !important;
  }
  .maxw-xl-75 {
    max-width: 75% !important;
  }
  .maxw-xl-80 {
    max-width: 80% !important;
  }
  .maxw-xl-85 {
    max-width: 85% !important;
  }
  .maxw-xl-90 {
    max-width: 90% !important;
  }
  .maxw-xl-95 {
    max-width: 95% !important;
  }
  .maxw-xl-100 {
    max-width: 100% !important;
  }
  .maxw-xl-105 {
    max-width: 105% !important;
  }
  .maxw-xl-110 {
    max-width: 110% !important;
  }
  .maxw-xl-115 {
    max-width: 115% !important;
  }
  .maxw-xl-120 {
    max-width: 120% !important;
  }
  .maxw-xl-125 {
    max-width: 125% !important;
  }
  .maxw-xl-130 {
    max-width: 130% !important;
  }
  .maxw-xl-135 {
    max-width: 135% !important;
  }
  .maxw-xl-140 {
    max-width: 140% !important;
  }
  .maxw-xl-145 {
    max-width: 145% !important;
  }
  .maxw-xl-150 {
    max-width: 150% !important;
  }
  .maxw-xl-155 {
    max-width: 155% !important;
  }
  .maxw-xl-160 {
    max-width: 160% !important;
  }
  .maxw-xl-165 {
    max-width: 165% !important;
  }
  .maxw-xl-170 {
    max-width: 170% !important;
  }
  .maxw-xl-175 {
    max-width: 175% !important;
  }
  .maxw-xl-180 {
    max-width: 180% !important;
  }
  .maxw-xl-185 {
    max-width: 185% !important;
  }
  .maxw-xl-190 {
    max-width: 190% !important;
  }
  .maxw-xl-195 {
    max-width: 195% !important;
  }
  .maxw-xl-200 {
    max-width: 200% !important;
  }
  .maxw-xl-225 {
    max-width: 225% !important;
  }
  .maxw-xl-250 {
    max-width: 250% !important;
  }
  .maxw-xl-275 {
    max-width: 275% !important;
  }
  .maxw-xl-300 {
    max-width: 300% !important;
  }
  .maxw-xl-325 {
    max-width: 325% !important;
  }
  .maxw-xl-350 {
    max-width: 350% !important;
  }
  .maxw-xl-375 {
    max-width: 375% !important;
  }
  .maxw-xl-400 {
    max-width: 400% !important;
  }
  .maxw-xl-auto {
    max-width: auto !important;
  }
  .maxh-xl-0 {
    max-height: 0 !important;
  }
  .maxh-xl-1 {
    max-height: 1% !important;
  }
  .maxh-xl-2 {
    max-height: 2% !important;
  }
  .maxh-xl-3 {
    max-height: 3% !important;
  }
  .maxh-xl-4 {
    max-height: 4% !important;
  }
  .maxh-xl-5 {
    max-height: 5% !important;
  }
  .maxh-xl-6 {
    max-height: 6% !important;
  }
  .maxh-xl-7 {
    max-height: 7% !important;
  }
  .maxh-xl-8 {
    max-height: 8% !important;
  }
  .maxh-xl-9 {
    max-height: 9% !important;
  }
  .maxh-xl-10 {
    max-height: 10% !important;
  }
  .maxh-xl-15 {
    max-height: 15% !important;
  }
  .maxh-xl-20 {
    max-height: 20% !important;
  }
  .maxh-xl-25 {
    max-height: 25% !important;
  }
  .maxh-xl-30 {
    max-height: 30% !important;
  }
  .maxh-xl-35 {
    max-height: 35% !important;
  }
  .maxh-xl-40 {
    max-height: 40% !important;
  }
  .maxh-xl-45 {
    max-height: 45% !important;
  }
  .maxh-xl-50 {
    max-height: 50% !important;
  }
  .maxh-xl-55 {
    max-height: 55% !important;
  }
  .maxh-xl-60 {
    max-height: 60% !important;
  }
  .maxh-xl-65 {
    max-height: 65% !important;
  }
  .maxh-xl-70 {
    max-height: 70% !important;
  }
  .maxh-xl-75 {
    max-height: 75% !important;
  }
  .maxh-xl-80 {
    max-height: 80% !important;
  }
  .maxh-xl-85 {
    max-height: 85% !important;
  }
  .maxh-xl-90 {
    max-height: 90% !important;
  }
  .maxh-xl-95 {
    max-height: 95% !important;
  }
  .maxh-xl-100 {
    max-height: 100% !important;
  }
  .maxh-xl-105 {
    max-height: 105% !important;
  }
  .maxh-xl-110 {
    max-height: 110% !important;
  }
  .maxh-xl-115 {
    max-height: 115% !important;
  }
  .maxh-xl-120 {
    max-height: 120% !important;
  }
  .maxh-xl-125 {
    max-height: 125% !important;
  }
  .maxh-xl-130 {
    max-height: 130% !important;
  }
  .maxh-xl-135 {
    max-height: 135% !important;
  }
  .maxh-xl-140 {
    max-height: 140% !important;
  }
  .maxh-xl-145 {
    max-height: 145% !important;
  }
  .maxh-xl-150 {
    max-height: 150% !important;
  }
  .maxh-xl-155 {
    max-height: 155% !important;
  }
  .maxh-xl-160 {
    max-height: 160% !important;
  }
  .maxh-xl-165 {
    max-height: 165% !important;
  }
  .maxh-xl-170 {
    max-height: 170% !important;
  }
  .maxh-xl-175 {
    max-height: 175% !important;
  }
  .maxh-xl-180 {
    max-height: 180% !important;
  }
  .maxh-xl-185 {
    max-height: 185% !important;
  }
  .maxh-xl-190 {
    max-height: 190% !important;
  }
  .maxh-xl-195 {
    max-height: 195% !important;
  }
  .maxh-xl-200 {
    max-height: 200% !important;
  }
  .maxh-xl-225 {
    max-height: 225% !important;
  }
  .maxh-xl-250 {
    max-height: 250% !important;
  }
  .maxh-xl-275 {
    max-height: 275% !important;
  }
  .maxh-xl-300 {
    max-height: 300% !important;
  }
  .maxh-xl-325 {
    max-height: 325% !important;
  }
  .maxh-xl-350 {
    max-height: 350% !important;
  }
  .maxh-xl-375 {
    max-height: 375% !important;
  }
  .maxh-xl-400 {
    max-height: 400% !important;
  }
  .maxh-xl-auto {
    max-height: auto !important;
  }
  .minw-xl-0 {
    min-width: 0 !important;
  }
  .minw-xl-1 {
    min-width: 1% !important;
  }
  .minw-xl-2 {
    min-width: 2% !important;
  }
  .minw-xl-3 {
    min-width: 3% !important;
  }
  .minw-xl-4 {
    min-width: 4% !important;
  }
  .minw-xl-5 {
    min-width: 5% !important;
  }
  .minw-xl-6 {
    min-width: 6% !important;
  }
  .minw-xl-7 {
    min-width: 7% !important;
  }
  .minw-xl-8 {
    min-width: 8% !important;
  }
  .minw-xl-9 {
    min-width: 9% !important;
  }
  .minw-xl-10 {
    min-width: 10% !important;
  }
  .minw-xl-15 {
    min-width: 15% !important;
  }
  .minw-xl-20 {
    min-width: 20% !important;
  }
  .minw-xl-25 {
    min-width: 25% !important;
  }
  .minw-xl-30 {
    min-width: 30% !important;
  }
  .minw-xl-35 {
    min-width: 35% !important;
  }
  .minw-xl-40 {
    min-width: 40% !important;
  }
  .minw-xl-45 {
    min-width: 45% !important;
  }
  .minw-xl-50 {
    min-width: 50% !important;
  }
  .minw-xl-55 {
    min-width: 55% !important;
  }
  .minw-xl-60 {
    min-width: 60% !important;
  }
  .minw-xl-65 {
    min-width: 65% !important;
  }
  .minw-xl-70 {
    min-width: 70% !important;
  }
  .minw-xl-75 {
    min-width: 75% !important;
  }
  .minw-xl-80 {
    min-width: 80% !important;
  }
  .minw-xl-85 {
    min-width: 85% !important;
  }
  .minw-xl-90 {
    min-width: 90% !important;
  }
  .minw-xl-95 {
    min-width: 95% !important;
  }
  .minw-xl-100 {
    min-width: 100% !important;
  }
  .minw-xl-105 {
    min-width: 105% !important;
  }
  .minw-xl-110 {
    min-width: 110% !important;
  }
  .minw-xl-115 {
    min-width: 115% !important;
  }
  .minw-xl-120 {
    min-width: 120% !important;
  }
  .minw-xl-125 {
    min-width: 125% !important;
  }
  .minw-xl-130 {
    min-width: 130% !important;
  }
  .minw-xl-135 {
    min-width: 135% !important;
  }
  .minw-xl-140 {
    min-width: 140% !important;
  }
  .minw-xl-145 {
    min-width: 145% !important;
  }
  .minw-xl-150 {
    min-width: 150% !important;
  }
  .minw-xl-155 {
    min-width: 155% !important;
  }
  .minw-xl-160 {
    min-width: 160% !important;
  }
  .minw-xl-165 {
    min-width: 165% !important;
  }
  .minw-xl-170 {
    min-width: 170% !important;
  }
  .minw-xl-175 {
    min-width: 175% !important;
  }
  .minw-xl-180 {
    min-width: 180% !important;
  }
  .minw-xl-185 {
    min-width: 185% !important;
  }
  .minw-xl-190 {
    min-width: 190% !important;
  }
  .minw-xl-195 {
    min-width: 195% !important;
  }
  .minw-xl-200 {
    min-width: 200% !important;
  }
  .minw-xl-225 {
    min-width: 225% !important;
  }
  .minw-xl-250 {
    min-width: 250% !important;
  }
  .minw-xl-275 {
    min-width: 275% !important;
  }
  .minw-xl-300 {
    min-width: 300% !important;
  }
  .minw-xl-325 {
    min-width: 325% !important;
  }
  .minw-xl-350 {
    min-width: 350% !important;
  }
  .minw-xl-375 {
    min-width: 375% !important;
  }
  .minw-xl-400 {
    min-width: 400% !important;
  }
  .minw-xl-auto {
    min-width: auto !important;
  }
  .minh-xl-0 {
    min-height: 0 !important;
  }
  .minh-xl-1 {
    min-height: 1% !important;
  }
  .minh-xl-2 {
    min-height: 2% !important;
  }
  .minh-xl-3 {
    min-height: 3% !important;
  }
  .minh-xl-4 {
    min-height: 4% !important;
  }
  .minh-xl-5 {
    min-height: 5% !important;
  }
  .minh-xl-6 {
    min-height: 6% !important;
  }
  .minh-xl-7 {
    min-height: 7% !important;
  }
  .minh-xl-8 {
    min-height: 8% !important;
  }
  .minh-xl-9 {
    min-height: 9% !important;
  }
  .minh-xl-10 {
    min-height: 10% !important;
  }
  .minh-xl-15 {
    min-height: 15% !important;
  }
  .minh-xl-20 {
    min-height: 20% !important;
  }
  .minh-xl-25 {
    min-height: 25% !important;
  }
  .minh-xl-30 {
    min-height: 30% !important;
  }
  .minh-xl-35 {
    min-height: 35% !important;
  }
  .minh-xl-40 {
    min-height: 40% !important;
  }
  .minh-xl-45 {
    min-height: 45% !important;
  }
  .minh-xl-50 {
    min-height: 50% !important;
  }
  .minh-xl-55 {
    min-height: 55% !important;
  }
  .minh-xl-60 {
    min-height: 60% !important;
  }
  .minh-xl-65 {
    min-height: 65% !important;
  }
  .minh-xl-70 {
    min-height: 70% !important;
  }
  .minh-xl-75 {
    min-height: 75% !important;
  }
  .minh-xl-80 {
    min-height: 80% !important;
  }
  .minh-xl-85 {
    min-height: 85% !important;
  }
  .minh-xl-90 {
    min-height: 90% !important;
  }
  .minh-xl-95 {
    min-height: 95% !important;
  }
  .minh-xl-100 {
    min-height: 100% !important;
  }
  .minh-xl-105 {
    min-height: 105% !important;
  }
  .minh-xl-110 {
    min-height: 110% !important;
  }
  .minh-xl-115 {
    min-height: 115% !important;
  }
  .minh-xl-120 {
    min-height: 120% !important;
  }
  .minh-xl-125 {
    min-height: 125% !important;
  }
  .minh-xl-130 {
    min-height: 130% !important;
  }
  .minh-xl-135 {
    min-height: 135% !important;
  }
  .minh-xl-140 {
    min-height: 140% !important;
  }
  .minh-xl-145 {
    min-height: 145% !important;
  }
  .minh-xl-150 {
    min-height: 150% !important;
  }
  .minh-xl-155 {
    min-height: 155% !important;
  }
  .minh-xl-160 {
    min-height: 160% !important;
  }
  .minh-xl-165 {
    min-height: 165% !important;
  }
  .minh-xl-170 {
    min-height: 170% !important;
  }
  .minh-xl-175 {
    min-height: 175% !important;
  }
  .minh-xl-180 {
    min-height: 180% !important;
  }
  .minh-xl-185 {
    min-height: 185% !important;
  }
  .minh-xl-190 {
    min-height: 190% !important;
  }
  .minh-xl-195 {
    min-height: 195% !important;
  }
  .minh-xl-200 {
    min-height: 200% !important;
  }
  .minh-xl-225 {
    min-height: 225% !important;
  }
  .minh-xl-250 {
    min-height: 250% !important;
  }
  .minh-xl-275 {
    min-height: 275% !important;
  }
  .minh-xl-300 {
    min-height: 300% !important;
  }
  .minh-xl-325 {
    min-height: 325% !important;
  }
  .minh-xl-350 {
    min-height: 350% !important;
  }
  .minh-xl-375 {
    min-height: 375% !important;
  }
  .minh-xl-400 {
    min-height: 400% !important;
  }
  .minh-xl-auto {
    min-height: auto !important;
  }
  .wpx-xl-0 {
    width: 0 !important;
  }
  .wpx-xl-1 {
    width: 1px !important;
  }
  .wpx-xl-2 {
    width: 2px !important;
  }
  .wpx-xl-3 {
    width: 3px !important;
  }
  .wpx-xl-4 {
    width: 4px !important;
  }
  .wpx-xl-5 {
    width: 5px !important;
  }
  .wpx-xl-6 {
    width: 6px !important;
  }
  .wpx-xl-7 {
    width: 7px !important;
  }
  .wpx-xl-8 {
    width: 8px !important;
  }
  .wpx-xl-9 {
    width: 9px !important;
  }
  .wpx-xl-10 {
    width: 10px !important;
  }
  .wpx-xl-15 {
    width: 15px !important;
  }
  .wpx-xl-20 {
    width: 20px !important;
  }
  .wpx-xl-25 {
    width: 25px !important;
  }
  .wpx-xl-30 {
    width: 30px !important;
  }
  .wpx-xl-35 {
    width: 35px !important;
  }
  .wpx-xl-40 {
    width: 40px !important;
  }
  .wpx-xl-45 {
    width: 45px !important;
  }
  .wpx-xl-50 {
    width: 50px !important;
  }
  .wpx-xl-55 {
    width: 55px !important;
  }
  .wpx-xl-60 {
    width: 60px !important;
  }
  .wpx-xl-65 {
    width: 65px !important;
  }
  .wpx-xl-70 {
    width: 70px !important;
  }
  .wpx-xl-75 {
    width: 75px !important;
  }
  .wpx-xl-80 {
    width: 80px !important;
  }
  .wpx-xl-85 {
    width: 85px !important;
  }
  .wpx-xl-90 {
    width: 90px !important;
  }
  .wpx-xl-95 {
    width: 95px !important;
  }
  .wpx-xl-100 {
    width: 100px !important;
  }
  .wpx-xl-105 {
    width: 105px !important;
  }
  .wpx-xl-110 {
    width: 110px !important;
  }
  .wpx-xl-115 {
    width: 115px !important;
  }
  .wpx-xl-120 {
    width: 120px !important;
  }
  .wpx-xl-125 {
    width: 125px !important;
  }
  .wpx-xl-130 {
    width: 130px !important;
  }
  .wpx-xl-135 {
    width: 135px !important;
  }
  .wpx-xl-140 {
    width: 140px !important;
  }
  .wpx-xl-145 {
    width: 145px !important;
  }
  .wpx-xl-150 {
    width: 150px !important;
  }
  .wpx-xl-155 {
    width: 155px !important;
  }
  .wpx-xl-160 {
    width: 160px !important;
  }
  .wpx-xl-165 {
    width: 165px !important;
  }
  .wpx-xl-170 {
    width: 170px !important;
  }
  .wpx-xl-175 {
    width: 175px !important;
  }
  .wpx-xl-180 {
    width: 180px !important;
  }
  .wpx-xl-185 {
    width: 185px !important;
  }
  .wpx-xl-190 {
    width: 190px !important;
  }
  .wpx-xl-195 {
    width: 195px !important;
  }
  .wpx-xl-200 {
    width: 200px !important;
  }
  .wpx-xl-210 {
    width: 210px !important;
  }
  .wpx-xl-220 {
    width: 220px !important;
  }
  .wpx-xl-230 {
    width: 230px !important;
  }
  .wpx-xl-240 {
    width: 240px !important;
  }
  .wpx-xl-250 {
    width: 250px !important;
  }
  .wpx-xl-260 {
    width: 260px !important;
  }
  .wpx-xl-270 {
    width: 270px !important;
  }
  .wpx-xl-280 {
    width: 280px !important;
  }
  .wpx-xl-290 {
    width: 290px !important;
  }
  .wpx-xl-300 {
    width: 300px !important;
  }
  .wpx-xl-310 {
    width: 310px !important;
  }
  .wpx-xl-320 {
    width: 320px !important;
  }
  .wpx-xl-330 {
    width: 330px !important;
  }
  .wpx-xl-340 {
    width: 340px !important;
  }
  .wpx-xl-350 {
    width: 350px !important;
  }
  .wpx-xl-360 {
    width: 360px !important;
  }
  .wpx-xl-370 {
    width: 370px !important;
  }
  .wpx-xl-380 {
    width: 380px !important;
  }
  .wpx-xl-390 {
    width: 390px !important;
  }
  .wpx-xl-400 {
    width: 400px !important;
  }
  .wpx-xl-410 {
    width: 410px !important;
  }
  .wpx-xl-420 {
    width: 420px !important;
  }
  .wpx-xl-430 {
    width: 430px !important;
  }
  .wpx-xl-440 {
    width: 440px !important;
  }
  .wpx-xl-450 {
    width: 450px !important;
  }
  .wpx-xl-460 {
    width: 460px !important;
  }
  .wpx-xl-470 {
    width: 470px !important;
  }
  .wpx-xl-480 {
    width: 480px !important;
  }
  .wpx-xl-490 {
    width: 490px !important;
  }
  .wpx-xl-500 {
    width: 500px !important;
  }
  .wpx-xl-510 {
    width: 510px !important;
  }
  .wpx-xl-520 {
    width: 520px !important;
  }
  .wpx-xl-530 {
    width: 530px !important;
  }
  .wpx-xl-540 {
    width: 540px !important;
  }
  .wpx-xl-550 {
    width: 550px !important;
  }
  .wpx-xl-560 {
    width: 560px !important;
  }
  .wpx-xl-570 {
    width: 570px !important;
  }
  .wpx-xl-580 {
    width: 580px !important;
  }
  .wpx-xl-590 {
    width: 590px !important;
  }
  .wpx-xl-600 {
    width: 600px !important;
  }
  .wpx-xl-650 {
    width: 650px !important;
  }
  .wpx-xl-700 {
    width: 700px !important;
  }
  .wpx-xl-750 {
    width: 750px !important;
  }
  .wpx-xl-800 {
    width: 800px !important;
  }
  .wpx-xl-850 {
    width: 850px !important;
  }
  .wpx-xl-900 {
    width: 900px !important;
  }
  .wpx-xl-950 {
    width: 950px !important;
  }
  .wpx-xl-1000 {
    width: 1000px !important;
  }
  .hpx-xl-0 {
    height: 0 !important;
  }
  .hpx-xl-1 {
    height: 1px !important;
  }
  .hpx-xl-2 {
    height: 2px !important;
  }
  .hpx-xl-3 {
    height: 3px !important;
  }
  .hpx-xl-4 {
    height: 4px !important;
  }
  .hpx-xl-5 {
    height: 5px !important;
  }
  .hpx-xl-6 {
    height: 6px !important;
  }
  .hpx-xl-7 {
    height: 7px !important;
  }
  .hpx-xl-8 {
    height: 8px !important;
  }
  .hpx-xl-9 {
    height: 9px !important;
  }
  .hpx-xl-10 {
    height: 10px !important;
  }
  .hpx-xl-15 {
    height: 15px !important;
  }
  .hpx-xl-20 {
    height: 20px !important;
  }
  .hpx-xl-25 {
    height: 25px !important;
  }
  .hpx-xl-30 {
    height: 30px !important;
  }
  .hpx-xl-35 {
    height: 35px !important;
  }
  .hpx-xl-40 {
    height: 40px !important;
  }
  .hpx-xl-45 {
    height: 45px !important;
  }
  .hpx-xl-50 {
    height: 50px !important;
  }
  .hpx-xl-55 {
    height: 55px !important;
  }
  .hpx-xl-60 {
    height: 60px !important;
  }
  .hpx-xl-65 {
    height: 65px !important;
  }
  .hpx-xl-70 {
    height: 70px !important;
  }
  .hpx-xl-75 {
    height: 75px !important;
  }
  .hpx-xl-80 {
    height: 80px !important;
  }
  .hpx-xl-85 {
    height: 85px !important;
  }
  .hpx-xl-90 {
    height: 90px !important;
  }
  .hpx-xl-95 {
    height: 95px !important;
  }
  .hpx-xl-100 {
    height: 100px !important;
  }
  .hpx-xl-105 {
    height: 105px !important;
  }
  .hpx-xl-110 {
    height: 110px !important;
  }
  .hpx-xl-115 {
    height: 115px !important;
  }
  .hpx-xl-120 {
    height: 120px !important;
  }
  .hpx-xl-125 {
    height: 125px !important;
  }
  .hpx-xl-130 {
    height: 130px !important;
  }
  .hpx-xl-135 {
    height: 135px !important;
  }
  .hpx-xl-140 {
    height: 140px !important;
  }
  .hpx-xl-145 {
    height: 145px !important;
  }
  .hpx-xl-150 {
    height: 150px !important;
  }
  .hpx-xl-155 {
    height: 155px !important;
  }
  .hpx-xl-160 {
    height: 160px !important;
  }
  .hpx-xl-165 {
    height: 165px !important;
  }
  .hpx-xl-170 {
    height: 170px !important;
  }
  .hpx-xl-175 {
    height: 175px !important;
  }
  .hpx-xl-180 {
    height: 180px !important;
  }
  .hpx-xl-185 {
    height: 185px !important;
  }
  .hpx-xl-190 {
    height: 190px !important;
  }
  .hpx-xl-195 {
    height: 195px !important;
  }
  .hpx-xl-200 {
    height: 200px !important;
  }
  .hpx-xl-210 {
    height: 210px !important;
  }
  .hpx-xl-220 {
    height: 220px !important;
  }
  .hpx-xl-230 {
    height: 230px !important;
  }
  .hpx-xl-240 {
    height: 240px !important;
  }
  .hpx-xl-250 {
    height: 250px !important;
  }
  .hpx-xl-260 {
    height: 260px !important;
  }
  .hpx-xl-270 {
    height: 270px !important;
  }
  .hpx-xl-280 {
    height: 280px !important;
  }
  .hpx-xl-290 {
    height: 290px !important;
  }
  .hpx-xl-300 {
    height: 300px !important;
  }
  .hpx-xl-310 {
    height: 310px !important;
  }
  .hpx-xl-320 {
    height: 320px !important;
  }
  .hpx-xl-330 {
    height: 330px !important;
  }
  .hpx-xl-340 {
    height: 340px !important;
  }
  .hpx-xl-350 {
    height: 350px !important;
  }
  .hpx-xl-360 {
    height: 360px !important;
  }
  .hpx-xl-370 {
    height: 370px !important;
  }
  .hpx-xl-380 {
    height: 380px !important;
  }
  .hpx-xl-390 {
    height: 390px !important;
  }
  .hpx-xl-400 {
    height: 400px !important;
  }
  .hpx-xl-410 {
    height: 410px !important;
  }
  .hpx-xl-420 {
    height: 420px !important;
  }
  .hpx-xl-430 {
    height: 430px !important;
  }
  .hpx-xl-440 {
    height: 440px !important;
  }
  .hpx-xl-450 {
    height: 450px !important;
  }
  .hpx-xl-460 {
    height: 460px !important;
  }
  .hpx-xl-470 {
    height: 470px !important;
  }
  .hpx-xl-480 {
    height: 480px !important;
  }
  .hpx-xl-490 {
    height: 490px !important;
  }
  .hpx-xl-500 {
    height: 500px !important;
  }
  .hpx-xl-510 {
    height: 510px !important;
  }
  .hpx-xl-520 {
    height: 520px !important;
  }
  .hpx-xl-530 {
    height: 530px !important;
  }
  .hpx-xl-540 {
    height: 540px !important;
  }
  .hpx-xl-550 {
    height: 550px !important;
  }
  .hpx-xl-560 {
    height: 560px !important;
  }
  .hpx-xl-570 {
    height: 570px !important;
  }
  .hpx-xl-580 {
    height: 580px !important;
  }
  .hpx-xl-590 {
    height: 590px !important;
  }
  .hpx-xl-600 {
    height: 600px !important;
  }
  .hpx-xl-650 {
    height: 650px !important;
  }
  .hpx-xl-700 {
    height: 700px !important;
  }
  .hpx-xl-750 {
    height: 750px !important;
  }
  .hpx-xl-800 {
    height: 800px !important;
  }
  .hpx-xl-850 {
    height: 850px !important;
  }
  .hpx-xl-900 {
    height: 900px !important;
  }
  .hpx-xl-950 {
    height: 950px !important;
  }
  .hpx-xl-1000 {
    height: 1000px !important;
  }
  .maxwpx-xl-0 {
    max-width: 0 !important;
  }
  .maxwpx-xl-1 {
    max-width: 1px !important;
  }
  .maxwpx-xl-2 {
    max-width: 2px !important;
  }
  .maxwpx-xl-3 {
    max-width: 3px !important;
  }
  .maxwpx-xl-4 {
    max-width: 4px !important;
  }
  .maxwpx-xl-5 {
    max-width: 5px !important;
  }
  .maxwpx-xl-6 {
    max-width: 6px !important;
  }
  .maxwpx-xl-7 {
    max-width: 7px !important;
  }
  .maxwpx-xl-8 {
    max-width: 8px !important;
  }
  .maxwpx-xl-9 {
    max-width: 9px !important;
  }
  .maxwpx-xl-10 {
    max-width: 10px !important;
  }
  .maxwpx-xl-15 {
    max-width: 15px !important;
  }
  .maxwpx-xl-20 {
    max-width: 20px !important;
  }
  .maxwpx-xl-25 {
    max-width: 25px !important;
  }
  .maxwpx-xl-30 {
    max-width: 30px !important;
  }
  .maxwpx-xl-35 {
    max-width: 35px !important;
  }
  .maxwpx-xl-40 {
    max-width: 40px !important;
  }
  .maxwpx-xl-45 {
    max-width: 45px !important;
  }
  .maxwpx-xl-50 {
    max-width: 50px !important;
  }
  .maxwpx-xl-55 {
    max-width: 55px !important;
  }
  .maxwpx-xl-60 {
    max-width: 60px !important;
  }
  .maxwpx-xl-65 {
    max-width: 65px !important;
  }
  .maxwpx-xl-70 {
    max-width: 70px !important;
  }
  .maxwpx-xl-75 {
    max-width: 75px !important;
  }
  .maxwpx-xl-80 {
    max-width: 80px !important;
  }
  .maxwpx-xl-85 {
    max-width: 85px !important;
  }
  .maxwpx-xl-90 {
    max-width: 90px !important;
  }
  .maxwpx-xl-95 {
    max-width: 95px !important;
  }
  .maxwpx-xl-100 {
    max-width: 100px !important;
  }
  .maxwpx-xl-105 {
    max-width: 105px !important;
  }
  .maxwpx-xl-110 {
    max-width: 110px !important;
  }
  .maxwpx-xl-115 {
    max-width: 115px !important;
  }
  .maxwpx-xl-120 {
    max-width: 120px !important;
  }
  .maxwpx-xl-125 {
    max-width: 125px !important;
  }
  .maxwpx-xl-130 {
    max-width: 130px !important;
  }
  .maxwpx-xl-135 {
    max-width: 135px !important;
  }
  .maxwpx-xl-140 {
    max-width: 140px !important;
  }
  .maxwpx-xl-145 {
    max-width: 145px !important;
  }
  .maxwpx-xl-150 {
    max-width: 150px !important;
  }
  .maxwpx-xl-155 {
    max-width: 155px !important;
  }
  .maxwpx-xl-160 {
    max-width: 160px !important;
  }
  .maxwpx-xl-165 {
    max-width: 165px !important;
  }
  .maxwpx-xl-170 {
    max-width: 170px !important;
  }
  .maxwpx-xl-175 {
    max-width: 175px !important;
  }
  .maxwpx-xl-180 {
    max-width: 180px !important;
  }
  .maxwpx-xl-185 {
    max-width: 185px !important;
  }
  .maxwpx-xl-190 {
    max-width: 190px !important;
  }
  .maxwpx-xl-195 {
    max-width: 195px !important;
  }
  .maxwpx-xl-200 {
    max-width: 200px !important;
  }
  .maxwpx-xl-210 {
    max-width: 210px !important;
  }
  .maxwpx-xl-220 {
    max-width: 220px !important;
  }
  .maxwpx-xl-230 {
    max-width: 230px !important;
  }
  .maxwpx-xl-240 {
    max-width: 240px !important;
  }
  .maxwpx-xl-250 {
    max-width: 250px !important;
  }
  .maxwpx-xl-260 {
    max-width: 260px !important;
  }
  .maxwpx-xl-270 {
    max-width: 270px !important;
  }
  .maxwpx-xl-280 {
    max-width: 280px !important;
  }
  .maxwpx-xl-290 {
    max-width: 290px !important;
  }
  .maxwpx-xl-300 {
    max-width: 300px !important;
  }
  .maxwpx-xl-310 {
    max-width: 310px !important;
  }
  .maxwpx-xl-320 {
    max-width: 320px !important;
  }
  .maxwpx-xl-330 {
    max-width: 330px !important;
  }
  .maxwpx-xl-340 {
    max-width: 340px !important;
  }
  .maxwpx-xl-350 {
    max-width: 350px !important;
  }
  .maxwpx-xl-360 {
    max-width: 360px !important;
  }
  .maxwpx-xl-370 {
    max-width: 370px !important;
  }
  .maxwpx-xl-380 {
    max-width: 380px !important;
  }
  .maxwpx-xl-390 {
    max-width: 390px !important;
  }
  .maxwpx-xl-400 {
    max-width: 400px !important;
  }
  .maxwpx-xl-410 {
    max-width: 410px !important;
  }
  .maxwpx-xl-420 {
    max-width: 420px !important;
  }
  .maxwpx-xl-430 {
    max-width: 430px !important;
  }
  .maxwpx-xl-440 {
    max-width: 440px !important;
  }
  .maxwpx-xl-450 {
    max-width: 450px !important;
  }
  .maxwpx-xl-460 {
    max-width: 460px !important;
  }
  .maxwpx-xl-470 {
    max-width: 470px !important;
  }
  .maxwpx-xl-480 {
    max-width: 480px !important;
  }
  .maxwpx-xl-490 {
    max-width: 490px !important;
  }
  .maxwpx-xl-500 {
    max-width: 500px !important;
  }
  .maxwpx-xl-510 {
    max-width: 510px !important;
  }
  .maxwpx-xl-520 {
    max-width: 520px !important;
  }
  .maxwpx-xl-530 {
    max-width: 530px !important;
  }
  .maxwpx-xl-540 {
    max-width: 540px !important;
  }
  .maxwpx-xl-550 {
    max-width: 550px !important;
  }
  .maxwpx-xl-560 {
    max-width: 560px !important;
  }
  .maxwpx-xl-570 {
    max-width: 570px !important;
  }
  .maxwpx-xl-580 {
    max-width: 580px !important;
  }
  .maxwpx-xl-590 {
    max-width: 590px !important;
  }
  .maxwpx-xl-600 {
    max-width: 600px !important;
  }
  .maxwpx-xl-650 {
    max-width: 650px !important;
  }
  .maxwpx-xl-700 {
    max-width: 700px !important;
  }
  .maxwpx-xl-750 {
    max-width: 750px !important;
  }
  .maxwpx-xl-800 {
    max-width: 800px !important;
  }
  .maxwpx-xl-850 {
    max-width: 850px !important;
  }
  .maxwpx-xl-900 {
    max-width: 900px !important;
  }
  .maxwpx-xl-950 {
    max-width: 950px !important;
  }
  .maxwpx-xl-1000 {
    max-width: 1000px !important;
  }
  .maxhpx-xl-0 {
    max-height: 0 !important;
  }
  .maxhpx-xl-1 {
    max-height: 1px !important;
  }
  .maxhpx-xl-2 {
    max-height: 2px !important;
  }
  .maxhpx-xl-3 {
    max-height: 3px !important;
  }
  .maxhpx-xl-4 {
    max-height: 4px !important;
  }
  .maxhpx-xl-5 {
    max-height: 5px !important;
  }
  .maxhpx-xl-6 {
    max-height: 6px !important;
  }
  .maxhpx-xl-7 {
    max-height: 7px !important;
  }
  .maxhpx-xl-8 {
    max-height: 8px !important;
  }
  .maxhpx-xl-9 {
    max-height: 9px !important;
  }
  .maxhpx-xl-10 {
    max-height: 10px !important;
  }
  .maxhpx-xl-15 {
    max-height: 15px !important;
  }
  .maxhpx-xl-20 {
    max-height: 20px !important;
  }
  .maxhpx-xl-25 {
    max-height: 25px !important;
  }
  .maxhpx-xl-30 {
    max-height: 30px !important;
  }
  .maxhpx-xl-35 {
    max-height: 35px !important;
  }
  .maxhpx-xl-40 {
    max-height: 40px !important;
  }
  .maxhpx-xl-45 {
    max-height: 45px !important;
  }
  .maxhpx-xl-50 {
    max-height: 50px !important;
  }
  .maxhpx-xl-55 {
    max-height: 55px !important;
  }
  .maxhpx-xl-60 {
    max-height: 60px !important;
  }
  .maxhpx-xl-65 {
    max-height: 65px !important;
  }
  .maxhpx-xl-70 {
    max-height: 70px !important;
  }
  .maxhpx-xl-75 {
    max-height: 75px !important;
  }
  .maxhpx-xl-80 {
    max-height: 80px !important;
  }
  .maxhpx-xl-85 {
    max-height: 85px !important;
  }
  .maxhpx-xl-90 {
    max-height: 90px !important;
  }
  .maxhpx-xl-95 {
    max-height: 95px !important;
  }
  .maxhpx-xl-100 {
    max-height: 100px !important;
  }
  .maxhpx-xl-105 {
    max-height: 105px !important;
  }
  .maxhpx-xl-110 {
    max-height: 110px !important;
  }
  .maxhpx-xl-115 {
    max-height: 115px !important;
  }
  .maxhpx-xl-120 {
    max-height: 120px !important;
  }
  .maxhpx-xl-125 {
    max-height: 125px !important;
  }
  .maxhpx-xl-130 {
    max-height: 130px !important;
  }
  .maxhpx-xl-135 {
    max-height: 135px !important;
  }
  .maxhpx-xl-140 {
    max-height: 140px !important;
  }
  .maxhpx-xl-145 {
    max-height: 145px !important;
  }
  .maxhpx-xl-150 {
    max-height: 150px !important;
  }
  .maxhpx-xl-155 {
    max-height: 155px !important;
  }
  .maxhpx-xl-160 {
    max-height: 160px !important;
  }
  .maxhpx-xl-165 {
    max-height: 165px !important;
  }
  .maxhpx-xl-170 {
    max-height: 170px !important;
  }
  .maxhpx-xl-175 {
    max-height: 175px !important;
  }
  .maxhpx-xl-180 {
    max-height: 180px !important;
  }
  .maxhpx-xl-185 {
    max-height: 185px !important;
  }
  .maxhpx-xl-190 {
    max-height: 190px !important;
  }
  .maxhpx-xl-195 {
    max-height: 195px !important;
  }
  .maxhpx-xl-200 {
    max-height: 200px !important;
  }
  .maxhpx-xl-210 {
    max-height: 210px !important;
  }
  .maxhpx-xl-220 {
    max-height: 220px !important;
  }
  .maxhpx-xl-230 {
    max-height: 230px !important;
  }
  .maxhpx-xl-240 {
    max-height: 240px !important;
  }
  .maxhpx-xl-250 {
    max-height: 250px !important;
  }
  .maxhpx-xl-260 {
    max-height: 260px !important;
  }
  .maxhpx-xl-270 {
    max-height: 270px !important;
  }
  .maxhpx-xl-280 {
    max-height: 280px !important;
  }
  .maxhpx-xl-290 {
    max-height: 290px !important;
  }
  .maxhpx-xl-300 {
    max-height: 300px !important;
  }
  .maxhpx-xl-310 {
    max-height: 310px !important;
  }
  .maxhpx-xl-320 {
    max-height: 320px !important;
  }
  .maxhpx-xl-330 {
    max-height: 330px !important;
  }
  .maxhpx-xl-340 {
    max-height: 340px !important;
  }
  .maxhpx-xl-350 {
    max-height: 350px !important;
  }
  .maxhpx-xl-360 {
    max-height: 360px !important;
  }
  .maxhpx-xl-370 {
    max-height: 370px !important;
  }
  .maxhpx-xl-380 {
    max-height: 380px !important;
  }
  .maxhpx-xl-390 {
    max-height: 390px !important;
  }
  .maxhpx-xl-400 {
    max-height: 400px !important;
  }
  .maxhpx-xl-410 {
    max-height: 410px !important;
  }
  .maxhpx-xl-420 {
    max-height: 420px !important;
  }
  .maxhpx-xl-430 {
    max-height: 430px !important;
  }
  .maxhpx-xl-440 {
    max-height: 440px !important;
  }
  .maxhpx-xl-450 {
    max-height: 450px !important;
  }
  .maxhpx-xl-460 {
    max-height: 460px !important;
  }
  .maxhpx-xl-470 {
    max-height: 470px !important;
  }
  .maxhpx-xl-480 {
    max-height: 480px !important;
  }
  .maxhpx-xl-490 {
    max-height: 490px !important;
  }
  .maxhpx-xl-500 {
    max-height: 500px !important;
  }
  .maxhpx-xl-510 {
    max-height: 510px !important;
  }
  .maxhpx-xl-520 {
    max-height: 520px !important;
  }
  .maxhpx-xl-530 {
    max-height: 530px !important;
  }
  .maxhpx-xl-540 {
    max-height: 540px !important;
  }
  .maxhpx-xl-550 {
    max-height: 550px !important;
  }
  .maxhpx-xl-560 {
    max-height: 560px !important;
  }
  .maxhpx-xl-570 {
    max-height: 570px !important;
  }
  .maxhpx-xl-580 {
    max-height: 580px !important;
  }
  .maxhpx-xl-590 {
    max-height: 590px !important;
  }
  .maxhpx-xl-600 {
    max-height: 600px !important;
  }
  .maxhpx-xl-650 {
    max-height: 650px !important;
  }
  .maxhpx-xl-700 {
    max-height: 700px !important;
  }
  .maxhpx-xl-750 {
    max-height: 750px !important;
  }
  .maxhpx-xl-800 {
    max-height: 800px !important;
  }
  .maxhpx-xl-850 {
    max-height: 850px !important;
  }
  .maxhpx-xl-900 {
    max-height: 900px !important;
  }
  .maxhpx-xl-950 {
    max-height: 950px !important;
  }
  .maxhpx-xl-1000 {
    max-height: 1000px !important;
  }
  .minwpx-xl-0 {
    min-width: 0 !important;
  }
  .minwpx-xl-1 {
    min-width: 1px !important;
  }
  .minwpx-xl-2 {
    min-width: 2px !important;
  }
  .minwpx-xl-3 {
    min-width: 3px !important;
  }
  .minwpx-xl-4 {
    min-width: 4px !important;
  }
  .minwpx-xl-5 {
    min-width: 5px !important;
  }
  .minwpx-xl-6 {
    min-width: 6px !important;
  }
  .minwpx-xl-7 {
    min-width: 7px !important;
  }
  .minwpx-xl-8 {
    min-width: 8px !important;
  }
  .minwpx-xl-9 {
    min-width: 9px !important;
  }
  .minwpx-xl-10 {
    min-width: 10px !important;
  }
  .minwpx-xl-15 {
    min-width: 15px !important;
  }
  .minwpx-xl-20 {
    min-width: 20px !important;
  }
  .minwpx-xl-25 {
    min-width: 25px !important;
  }
  .minwpx-xl-30 {
    min-width: 30px !important;
  }
  .minwpx-xl-35 {
    min-width: 35px !important;
  }
  .minwpx-xl-40 {
    min-width: 40px !important;
  }
  .minwpx-xl-45 {
    min-width: 45px !important;
  }
  .minwpx-xl-50 {
    min-width: 50px !important;
  }
  .minwpx-xl-55 {
    min-width: 55px !important;
  }
  .minwpx-xl-60 {
    min-width: 60px !important;
  }
  .minwpx-xl-65 {
    min-width: 65px !important;
  }
  .minwpx-xl-70 {
    min-width: 70px !important;
  }
  .minwpx-xl-75 {
    min-width: 75px !important;
  }
  .minwpx-xl-80 {
    min-width: 80px !important;
  }
  .minwpx-xl-85 {
    min-width: 85px !important;
  }
  .minwpx-xl-90 {
    min-width: 90px !important;
  }
  .minwpx-xl-95 {
    min-width: 95px !important;
  }
  .minwpx-xl-100 {
    min-width: 100px !important;
  }
  .minwpx-xl-105 {
    min-width: 105px !important;
  }
  .minwpx-xl-110 {
    min-width: 110px !important;
  }
  .minwpx-xl-115 {
    min-width: 115px !important;
  }
  .minwpx-xl-120 {
    min-width: 120px !important;
  }
  .minwpx-xl-125 {
    min-width: 125px !important;
  }
  .minwpx-xl-130 {
    min-width: 130px !important;
  }
  .minwpx-xl-135 {
    min-width: 135px !important;
  }
  .minwpx-xl-140 {
    min-width: 140px !important;
  }
  .minwpx-xl-145 {
    min-width: 145px !important;
  }
  .minwpx-xl-150 {
    min-width: 150px !important;
  }
  .minwpx-xl-155 {
    min-width: 155px !important;
  }
  .minwpx-xl-160 {
    min-width: 160px !important;
  }
  .minwpx-xl-165 {
    min-width: 165px !important;
  }
  .minwpx-xl-170 {
    min-width: 170px !important;
  }
  .minwpx-xl-175 {
    min-width: 175px !important;
  }
  .minwpx-xl-180 {
    min-width: 180px !important;
  }
  .minwpx-xl-185 {
    min-width: 185px !important;
  }
  .minwpx-xl-190 {
    min-width: 190px !important;
  }
  .minwpx-xl-195 {
    min-width: 195px !important;
  }
  .minwpx-xl-200 {
    min-width: 200px !important;
  }
  .minwpx-xl-210 {
    min-width: 210px !important;
  }
  .minwpx-xl-220 {
    min-width: 220px !important;
  }
  .minwpx-xl-230 {
    min-width: 230px !important;
  }
  .minwpx-xl-240 {
    min-width: 240px !important;
  }
  .minwpx-xl-250 {
    min-width: 250px !important;
  }
  .minwpx-xl-260 {
    min-width: 260px !important;
  }
  .minwpx-xl-270 {
    min-width: 270px !important;
  }
  .minwpx-xl-280 {
    min-width: 280px !important;
  }
  .minwpx-xl-290 {
    min-width: 290px !important;
  }
  .minwpx-xl-300 {
    min-width: 300px !important;
  }
  .minwpx-xl-310 {
    min-width: 310px !important;
  }
  .minwpx-xl-320 {
    min-width: 320px !important;
  }
  .minwpx-xl-330 {
    min-width: 330px !important;
  }
  .minwpx-xl-340 {
    min-width: 340px !important;
  }
  .minwpx-xl-350 {
    min-width: 350px !important;
  }
  .minwpx-xl-360 {
    min-width: 360px !important;
  }
  .minwpx-xl-370 {
    min-width: 370px !important;
  }
  .minwpx-xl-380 {
    min-width: 380px !important;
  }
  .minwpx-xl-390 {
    min-width: 390px !important;
  }
  .minwpx-xl-400 {
    min-width: 400px !important;
  }
  .minwpx-xl-410 {
    min-width: 410px !important;
  }
  .minwpx-xl-420 {
    min-width: 420px !important;
  }
  .minwpx-xl-430 {
    min-width: 430px !important;
  }
  .minwpx-xl-440 {
    min-width: 440px !important;
  }
  .minwpx-xl-450 {
    min-width: 450px !important;
  }
  .minwpx-xl-460 {
    min-width: 460px !important;
  }
  .minwpx-xl-470 {
    min-width: 470px !important;
  }
  .minwpx-xl-480 {
    min-width: 480px !important;
  }
  .minwpx-xl-490 {
    min-width: 490px !important;
  }
  .minwpx-xl-500 {
    min-width: 500px !important;
  }
  .minwpx-xl-510 {
    min-width: 510px !important;
  }
  .minwpx-xl-520 {
    min-width: 520px !important;
  }
  .minwpx-xl-530 {
    min-width: 530px !important;
  }
  .minwpx-xl-540 {
    min-width: 540px !important;
  }
  .minwpx-xl-550 {
    min-width: 550px !important;
  }
  .minwpx-xl-560 {
    min-width: 560px !important;
  }
  .minwpx-xl-570 {
    min-width: 570px !important;
  }
  .minwpx-xl-580 {
    min-width: 580px !important;
  }
  .minwpx-xl-590 {
    min-width: 590px !important;
  }
  .minwpx-xl-600 {
    min-width: 600px !important;
  }
  .minwpx-xl-650 {
    min-width: 650px !important;
  }
  .minwpx-xl-700 {
    min-width: 700px !important;
  }
  .minwpx-xl-750 {
    min-width: 750px !important;
  }
  .minwpx-xl-800 {
    min-width: 800px !important;
  }
  .minwpx-xl-850 {
    min-width: 850px !important;
  }
  .minwpx-xl-900 {
    min-width: 900px !important;
  }
  .minwpx-xl-950 {
    min-width: 950px !important;
  }
  .minwpx-xl-1000 {
    min-width: 1000px !important;
  }
  .minhpx-xl-0 {
    min-height: 0 !important;
  }
  .minhpx-xl-1 {
    min-height: 1px !important;
  }
  .minhpx-xl-2 {
    min-height: 2px !important;
  }
  .minhpx-xl-3 {
    min-height: 3px !important;
  }
  .minhpx-xl-4 {
    min-height: 4px !important;
  }
  .minhpx-xl-5 {
    min-height: 5px !important;
  }
  .minhpx-xl-6 {
    min-height: 6px !important;
  }
  .minhpx-xl-7 {
    min-height: 7px !important;
  }
  .minhpx-xl-8 {
    min-height: 8px !important;
  }
  .minhpx-xl-9 {
    min-height: 9px !important;
  }
  .minhpx-xl-10 {
    min-height: 10px !important;
  }
  .minhpx-xl-15 {
    min-height: 15px !important;
  }
  .minhpx-xl-20 {
    min-height: 20px !important;
  }
  .minhpx-xl-25 {
    min-height: 25px !important;
  }
  .minhpx-xl-30 {
    min-height: 30px !important;
  }
  .minhpx-xl-35 {
    min-height: 35px !important;
  }
  .minhpx-xl-40 {
    min-height: 40px !important;
  }
  .minhpx-xl-45 {
    min-height: 45px !important;
  }
  .minhpx-xl-50 {
    min-height: 50px !important;
  }
  .minhpx-xl-55 {
    min-height: 55px !important;
  }
  .minhpx-xl-60 {
    min-height: 60px !important;
  }
  .minhpx-xl-65 {
    min-height: 65px !important;
  }
  .minhpx-xl-70 {
    min-height: 70px !important;
  }
  .minhpx-xl-75 {
    min-height: 75px !important;
  }
  .minhpx-xl-80 {
    min-height: 80px !important;
  }
  .minhpx-xl-85 {
    min-height: 85px !important;
  }
  .minhpx-xl-90 {
    min-height: 90px !important;
  }
  .minhpx-xl-95 {
    min-height: 95px !important;
  }
  .minhpx-xl-100 {
    min-height: 100px !important;
  }
  .minhpx-xl-105 {
    min-height: 105px !important;
  }
  .minhpx-xl-110 {
    min-height: 110px !important;
  }
  .minhpx-xl-115 {
    min-height: 115px !important;
  }
  .minhpx-xl-120 {
    min-height: 120px !important;
  }
  .minhpx-xl-125 {
    min-height: 125px !important;
  }
  .minhpx-xl-130 {
    min-height: 130px !important;
  }
  .minhpx-xl-135 {
    min-height: 135px !important;
  }
  .minhpx-xl-140 {
    min-height: 140px !important;
  }
  .minhpx-xl-145 {
    min-height: 145px !important;
  }
  .minhpx-xl-150 {
    min-height: 150px !important;
  }
  .minhpx-xl-155 {
    min-height: 155px !important;
  }
  .minhpx-xl-160 {
    min-height: 160px !important;
  }
  .minhpx-xl-165 {
    min-height: 165px !important;
  }
  .minhpx-xl-170 {
    min-height: 170px !important;
  }
  .minhpx-xl-175 {
    min-height: 175px !important;
  }
  .minhpx-xl-180 {
    min-height: 180px !important;
  }
  .minhpx-xl-185 {
    min-height: 185px !important;
  }
  .minhpx-xl-190 {
    min-height: 190px !important;
  }
  .minhpx-xl-195 {
    min-height: 195px !important;
  }
  .minhpx-xl-200 {
    min-height: 200px !important;
  }
  .minhpx-xl-210 {
    min-height: 210px !important;
  }
  .minhpx-xl-220 {
    min-height: 220px !important;
  }
  .minhpx-xl-230 {
    min-height: 230px !important;
  }
  .minhpx-xl-240 {
    min-height: 240px !important;
  }
  .minhpx-xl-250 {
    min-height: 250px !important;
  }
  .minhpx-xl-260 {
    min-height: 260px !important;
  }
  .minhpx-xl-270 {
    min-height: 270px !important;
  }
  .minhpx-xl-280 {
    min-height: 280px !important;
  }
  .minhpx-xl-290 {
    min-height: 290px !important;
  }
  .minhpx-xl-300 {
    min-height: 300px !important;
  }
  .minhpx-xl-310 {
    min-height: 310px !important;
  }
  .minhpx-xl-320 {
    min-height: 320px !important;
  }
  .minhpx-xl-330 {
    min-height: 330px !important;
  }
  .minhpx-xl-340 {
    min-height: 340px !important;
  }
  .minhpx-xl-350 {
    min-height: 350px !important;
  }
  .minhpx-xl-360 {
    min-height: 360px !important;
  }
  .minhpx-xl-370 {
    min-height: 370px !important;
  }
  .minhpx-xl-380 {
    min-height: 380px !important;
  }
  .minhpx-xl-390 {
    min-height: 390px !important;
  }
  .minhpx-xl-400 {
    min-height: 400px !important;
  }
  .minhpx-xl-410 {
    min-height: 410px !important;
  }
  .minhpx-xl-420 {
    min-height: 420px !important;
  }
  .minhpx-xl-430 {
    min-height: 430px !important;
  }
  .minhpx-xl-440 {
    min-height: 440px !important;
  }
  .minhpx-xl-450 {
    min-height: 450px !important;
  }
  .minhpx-xl-460 {
    min-height: 460px !important;
  }
  .minhpx-xl-470 {
    min-height: 470px !important;
  }
  .minhpx-xl-480 {
    min-height: 480px !important;
  }
  .minhpx-xl-490 {
    min-height: 490px !important;
  }
  .minhpx-xl-500 {
    min-height: 500px !important;
  }
  .minhpx-xl-510 {
    min-height: 510px !important;
  }
  .minhpx-xl-520 {
    min-height: 520px !important;
  }
  .minhpx-xl-530 {
    min-height: 530px !important;
  }
  .minhpx-xl-540 {
    min-height: 540px !important;
  }
  .minhpx-xl-550 {
    min-height: 550px !important;
  }
  .minhpx-xl-560 {
    min-height: 560px !important;
  }
  .minhpx-xl-570 {
    min-height: 570px !important;
  }
  .minhpx-xl-580 {
    min-height: 580px !important;
  }
  .minhpx-xl-590 {
    min-height: 590px !important;
  }
  .minhpx-xl-600 {
    min-height: 600px !important;
  }
  .minhpx-xl-650 {
    min-height: 650px !important;
  }
  .minhpx-xl-700 {
    min-height: 700px !important;
  }
  .minhpx-xl-750 {
    min-height: 750px !important;
  }
  .minhpx-xl-800 {
    min-height: 800px !important;
  }
  .minhpx-xl-850 {
    min-height: 850px !important;
  }
  .minhpx-xl-900 {
    min-height: 900px !important;
  }
  .minhpx-xl-950 {
    min-height: 950px !important;
  }
  .minhpx-xl-1000 {
    min-height: 1000px !important;
  }
  .fs-xl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
  .fs-xl-3 {
    font-size: 1.75rem !important;
  }
  .fs-xl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .fs-xl-7 {
    font-size: 0.95rem !important;
  }
  .fs-xl-8 {
    font-size: 0.9rem !important;
  }
  .fs-xl-9 {
    font-size: 0.85rem !important;
  }
  .fs-xl-10 {
    font-size: 0.8rem !important;
  }
  .bwidth-xl-0 {
    border-width: 0 !important;
  }
  .bwidth-xl-1 {
    border-width: 1px !important;
  }
  .bwidth-xl-2 {
    border-width: 2px !important;
  }
  .bwidth-xl-3 {
    border-width: 3px !important;
  }
  .bwidth-xl-4 {
    border-width: 4px !important;
  }
  .bwidth-xl-5 {
    border-width: 5px !important;
  }
  .rounded-xl {
    border-radius: 0.375rem !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-2 {
    border-radius: 0.375rem !important;
  }
  .rounded-xl-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-xl-4 {
    border-radius: 0.5rem !important;
  }
  .rounded-xl-5 {
    border-radius: 0.8rem !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-xl-pill {
    border-radius: 50rem !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-5 {
    top: 5% !important;
  }
  .top-xl-10 {
    top: 10% !important;
  }
  .top-xl-15 {
    top: 15% !important;
  }
  .top-xl-20 {
    top: 20% !important;
  }
  .top-xl-25 {
    top: 25% !important;
  }
  .top-xl-30 {
    top: 30% !important;
  }
  .top-xl-35 {
    top: 35% !important;
  }
  .top-xl-40 {
    top: 40% !important;
  }
  .top-xl-45 {
    top: 45% !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-55 {
    top: 55% !important;
  }
  .top-xl-60 {
    top: 60% !important;
  }
  .top-xl-65 {
    top: 65% !important;
  }
  .top-xl-70 {
    top: 70% !important;
  }
  .top-xl-75 {
    top: 75% !important;
  }
  .top-xl-80 {
    top: 80% !important;
  }
  .top-xl-85 {
    top: 85% !important;
  }
  .top-xl-90 {
    top: 90% !important;
  }
  .top-xl-95 {
    top: 95% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-5 {
    bottom: 5% !important;
  }
  .bottom-xl-10 {
    bottom: 10% !important;
  }
  .bottom-xl-15 {
    bottom: 15% !important;
  }
  .bottom-xl-20 {
    bottom: 20% !important;
  }
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  .bottom-xl-30 {
    bottom: 30% !important;
  }
  .bottom-xl-35 {
    bottom: 35% !important;
  }
  .bottom-xl-40 {
    bottom: 40% !important;
  }
  .bottom-xl-45 {
    bottom: 45% !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-55 {
    bottom: 55% !important;
  }
  .bottom-xl-60 {
    bottom: 60% !important;
  }
  .bottom-xl-65 {
    bottom: 65% !important;
  }
  .bottom-xl-70 {
    bottom: 70% !important;
  }
  .bottom-xl-75 {
    bottom: 75% !important;
  }
  .bottom-xl-80 {
    bottom: 80% !important;
  }
  .bottom-xl-85 {
    bottom: 85% !important;
  }
  .bottom-xl-90 {
    bottom: 90% !important;
  }
  .bottom-xl-95 {
    bottom: 95% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-5 {
    left: 5% !important;
  }
  .start-xl-10 {
    left: 10% !important;
  }
  .start-xl-15 {
    left: 15% !important;
  }
  .start-xl-20 {
    left: 20% !important;
  }
  .start-xl-25 {
    left: 25% !important;
  }
  .start-xl-30 {
    left: 30% !important;
  }
  .start-xl-35 {
    left: 35% !important;
  }
  .start-xl-40 {
    left: 40% !important;
  }
  .start-xl-45 {
    left: 45% !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-55 {
    left: 55% !important;
  }
  .start-xl-60 {
    left: 60% !important;
  }
  .start-xl-65 {
    left: 65% !important;
  }
  .start-xl-70 {
    left: 70% !important;
  }
  .start-xl-75 {
    left: 75% !important;
  }
  .start-xl-80 {
    left: 80% !important;
  }
  .start-xl-85 {
    left: 85% !important;
  }
  .start-xl-90 {
    left: 90% !important;
  }
  .start-xl-95 {
    left: 95% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-5 {
    right: 5% !important;
  }
  .end-xl-10 {
    right: 10% !important;
  }
  .end-xl-15 {
    right: 15% !important;
  }
  .end-xl-20 {
    right: 20% !important;
  }
  .end-xl-25 {
    right: 25% !important;
  }
  .end-xl-30 {
    right: 30% !important;
  }
  .end-xl-35 {
    right: 35% !important;
  }
  .end-xl-40 {
    right: 40% !important;
  }
  .end-xl-45 {
    right: 45% !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-55 {
    right: 55% !important;
  }
  .end-xl-60 {
    right: 60% !important;
  }
  .end-xl-65 {
    right: 65% !important;
  }
  .end-xl-70 {
    right: 70% !important;
  }
  .end-xl-75 {
    right: 75% !important;
  }
  .end-xl-80 {
    right: 80% !important;
  }
  .end-xl-85 {
    right: 85% !important;
  }
  .end-xl-90 {
    right: 90% !important;
  }
  .end-xl-95 {
    right: 95% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .top-xl-n5 {
    top: -5% !important;
  }
  .top-xl-n10 {
    top: -10% !important;
  }
  .top-xl-n15 {
    top: -15% !important;
  }
  .top-xl-n20 {
    top: -20% !important;
  }
  .top-xl-n25 {
    top: -25% !important;
  }
  .top-xl-n30 {
    top: -30% !important;
  }
  .top-xl-n35 {
    top: -35% !important;
  }
  .top-xl-n40 {
    top: -40% !important;
  }
  .top-xl-n45 {
    top: -45% !important;
  }
  .top-xl-n50 {
    top: -50% !important;
  }
  .top-xl-n55 {
    top: -55% !important;
  }
  .top-xl-n60 {
    top: -60% !important;
  }
  .top-xl-n65 {
    top: -65% !important;
  }
  .top-xl-n70 {
    top: -70% !important;
  }
  .top-xl-n75 {
    top: -75% !important;
  }
  .top-xl-n80 {
    top: -80% !important;
  }
  .top-xl-n85 {
    top: -85% !important;
  }
  .top-xl-n90 {
    top: -90% !important;
  }
  .top-xl-n95 {
    top: -95% !important;
  }
  .top-xl-n100 {
    top: -100% !important;
  }
  .bottom-xl-n5 {
    bottom: -5% !important;
  }
  .bottom-xl-n10 {
    bottom: -10% !important;
  }
  .bottom-xl-n15 {
    bottom: -15% !important;
  }
  .bottom-xl-n20 {
    bottom: -20% !important;
  }
  .bottom-xl-n25 {
    bottom: -25% !important;
  }
  .bottom-xl-n30 {
    bottom: -30% !important;
  }
  .bottom-xl-n35 {
    bottom: -35% !important;
  }
  .bottom-xl-n40 {
    bottom: -40% !important;
  }
  .bottom-xl-n45 {
    bottom: -45% !important;
  }
  .bottom-xl-n50 {
    bottom: -50% !important;
  }
  .bottom-xl-n55 {
    bottom: -55% !important;
  }
  .bottom-xl-n60 {
    bottom: -60% !important;
  }
  .bottom-xl-n65 {
    bottom: -65% !important;
  }
  .bottom-xl-n70 {
    bottom: -70% !important;
  }
  .bottom-xl-n75 {
    bottom: -75% !important;
  }
  .bottom-xl-n80 {
    bottom: -80% !important;
  }
  .bottom-xl-n85 {
    bottom: -85% !important;
  }
  .bottom-xl-n90 {
    bottom: -90% !important;
  }
  .bottom-xl-n95 {
    bottom: -95% !important;
  }
  .bottom-xl-n100 {
    bottom: -100% !important;
  }
  .start-xl-n5 {
    left: -5% !important;
  }
  .start-xl-n10 {
    left: -10% !important;
  }
  .start-xl-n15 {
    left: -15% !important;
  }
  .start-xl-n20 {
    left: -20% !important;
  }
  .start-xl-n25 {
    left: -25% !important;
  }
  .start-xl-n30 {
    left: -30% !important;
  }
  .start-xl-n35 {
    left: -35% !important;
  }
  .start-xl-n40 {
    left: -40% !important;
  }
  .start-xl-n45 {
    left: -45% !important;
  }
  .start-xl-n50 {
    left: -50% !important;
  }
  .start-xl-n55 {
    left: -55% !important;
  }
  .start-xl-n60 {
    left: -60% !important;
  }
  .start-xl-n65 {
    left: -65% !important;
  }
  .start-xl-n70 {
    left: -70% !important;
  }
  .start-xl-n75 {
    left: -75% !important;
  }
  .start-xl-n80 {
    left: -80% !important;
  }
  .start-xl-n85 {
    left: -85% !important;
  }
  .start-xl-n90 {
    left: -90% !important;
  }
  .start-xl-n95 {
    left: -95% !important;
  }
  .start-xl-n100 {
    left: -100% !important;
  }
  .end-xl-n5 {
    right: -5% !important;
  }
  .end-xl-n10 {
    right: -10% !important;
  }
  .end-xl-n15 {
    right: -15% !important;
  }
  .end-xl-n20 {
    right: -20% !important;
  }
  .end-xl-n25 {
    right: -25% !important;
  }
  .end-xl-n30 {
    right: -30% !important;
  }
  .end-xl-n35 {
    right: -35% !important;
  }
  .end-xl-n40 {
    right: -40% !important;
  }
  .end-xl-n45 {
    right: -45% !important;
  }
  .end-xl-n50 {
    right: -50% !important;
  }
  .end-xl-n55 {
    right: -55% !important;
  }
  .end-xl-n60 {
    right: -60% !important;
  }
  .end-xl-n65 {
    right: -65% !important;
  }
  .end-xl-n70 {
    right: -70% !important;
  }
  .end-xl-n75 {
    right: -75% !important;
  }
  .end-xl-n80 {
    right: -80% !important;
  }
  .end-xl-n85 {
    right: -85% !important;
  }
  .end-xl-n90 {
    right: -90% !important;
  }
  .end-xl-n95 {
    right: -95% !important;
  }
  .end-xl-n100 {
    right: -100% !important;
  }
  .mtpx-xl-0 {
    margin-top: 0 !important;
  }
  .mtpx-xl-1 {
    margin-top: 1px !important;
  }
  .mtpx-xl-2 {
    margin-top: 2px !important;
  }
  .mtpx-xl-3 {
    margin-top: 3px !important;
  }
  .mtpx-xl-4 {
    margin-top: 4px !important;
  }
  .mtpx-xl-5 {
    margin-top: 5px !important;
  }
  .mtpx-xl-6 {
    margin-top: 6px !important;
  }
  .mtpx-xl-7 {
    margin-top: 7px !important;
  }
  .mtpx-xl-8 {
    margin-top: 8px !important;
  }
  .mtpx-xl-9 {
    margin-top: 9px !important;
  }
  .mtpx-xl-10 {
    margin-top: 10px !important;
  }
  .mtpx-xl-11 {
    margin-top: 11px !important;
  }
  .mtpx-xl-12 {
    margin-top: 12px !important;
  }
  .mtpx-xl-13 {
    margin-top: 13px !important;
  }
  .mtpx-xl-14 {
    margin-top: 14px !important;
  }
  .mtpx-xl-15 {
    margin-top: 15px !important;
  }
  .mtpx-xl-16 {
    margin-top: 16px !important;
  }
  .mtpx-xl-17 {
    margin-top: 17px !important;
  }
  .mtpx-xl-18 {
    margin-top: 18px !important;
  }
  .mtpx-xl-19 {
    margin-top: 19px !important;
  }
  .mtpx-xl-20 {
    margin-top: 20px !important;
  }
  .mtpx-xl-21 {
    margin-top: 21px !important;
  }
  .mtpx-xl-22 {
    margin-top: 22px !important;
  }
  .mtpx-xl-23 {
    margin-top: 23px !important;
  }
  .mtpx-xl-24 {
    margin-top: 24px !important;
  }
  .mtpx-xl-25 {
    margin-top: 25px !important;
  }
  .mtpx-xl-26 {
    margin-top: 26px !important;
  }
  .mtpx-xl-27 {
    margin-top: 27px !important;
  }
  .mtpx-xl-28 {
    margin-top: 28px !important;
  }
  .mtpx-xl-29 {
    margin-top: 29px !important;
  }
  .mtpx-xl-30 {
    margin-top: 30px !important;
  }
  .mtpx-xl-35 {
    margin-top: 35px !important;
  }
  .mtpx-xl-40 {
    margin-top: 40px !important;
  }
  .mtpx-xl-45 {
    margin-top: 45px !important;
  }
  .mtpx-xl-50 {
    margin-top: 50px !important;
  }
  .mtpx-xl-55 {
    margin-top: 55px !important;
  }
  .mtpx-xl-60 {
    margin-top: 60px !important;
  }
  .mtpx-xl-65 {
    margin-top: 65px !important;
  }
  .mtpx-xl-70 {
    margin-top: 70px !important;
  }
  .mtpx-xl-75 {
    margin-top: 75px !important;
  }
  .mtpx-xl-80 {
    margin-top: 80px !important;
  }
  .mtpx-xl-85 {
    margin-top: 85px !important;
  }
  .mtpx-xl-90 {
    margin-top: 90px !important;
  }
  .mtpx-xl-95 {
    margin-top: 95px !important;
  }
  .mtpx-xl-100 {
    margin-top: 100px !important;
  }
  .mtpx-xl-105 {
    margin-top: 105px !important;
  }
  .mtpx-xl-110 {
    margin-top: 110px !important;
  }
  .mtpx-xl-115 {
    margin-top: 115px !important;
  }
  .mtpx-xl-120 {
    margin-top: 120px !important;
  }
  .mtpx-xl-125 {
    margin-top: 125px !important;
  }
  .mtpx-xl-130 {
    margin-top: 130px !important;
  }
  .mtpx-xl-140 {
    margin-top: 140px !important;
  }
  .mtpx-xl-145 {
    margin-top: 145px !important;
  }
  .mtpx-xl-150 {
    margin-top: 150px !important;
  }
  .mbpx-xl-0 {
    margin-bottom: 0 !important;
  }
  .mbpx-xl-1 {
    margin-bottom: 1px !important;
  }
  .mbpx-xl-2 {
    margin-bottom: 2px !important;
  }
  .mbpx-xl-3 {
    margin-bottom: 3px !important;
  }
  .mbpx-xl-4 {
    margin-bottom: 4px !important;
  }
  .mbpx-xl-5 {
    margin-bottom: 5px !important;
  }
  .mbpx-xl-6 {
    margin-bottom: 6px !important;
  }
  .mbpx-xl-7 {
    margin-bottom: 7px !important;
  }
  .mbpx-xl-8 {
    margin-bottom: 8px !important;
  }
  .mbpx-xl-9 {
    margin-bottom: 9px !important;
  }
  .mbpx-xl-10 {
    margin-bottom: 10px !important;
  }
  .mbpx-xl-11 {
    margin-bottom: 11px !important;
  }
  .mbpx-xl-12 {
    margin-bottom: 12px !important;
  }
  .mbpx-xl-13 {
    margin-bottom: 13px !important;
  }
  .mbpx-xl-14 {
    margin-bottom: 14px !important;
  }
  .mbpx-xl-15 {
    margin-bottom: 15px !important;
  }
  .mbpx-xl-16 {
    margin-bottom: 16px !important;
  }
  .mbpx-xl-17 {
    margin-bottom: 17px !important;
  }
  .mbpx-xl-18 {
    margin-bottom: 18px !important;
  }
  .mbpx-xl-19 {
    margin-bottom: 19px !important;
  }
  .mbpx-xl-20 {
    margin-bottom: 20px !important;
  }
  .mbpx-xl-21 {
    margin-bottom: 21px !important;
  }
  .mbpx-xl-22 {
    margin-bottom: 22px !important;
  }
  .mbpx-xl-23 {
    margin-bottom: 23px !important;
  }
  .mbpx-xl-24 {
    margin-bottom: 24px !important;
  }
  .mbpx-xl-25 {
    margin-bottom: 25px !important;
  }
  .mbpx-xl-26 {
    margin-bottom: 26px !important;
  }
  .mbpx-xl-27 {
    margin-bottom: 27px !important;
  }
  .mbpx-xl-28 {
    margin-bottom: 28px !important;
  }
  .mbpx-xl-29 {
    margin-bottom: 29px !important;
  }
  .mbpx-xl-30 {
    margin-bottom: 30px !important;
  }
  .mbpx-xl-35 {
    margin-bottom: 35px !important;
  }
  .mbpx-xl-40 {
    margin-bottom: 40px !important;
  }
  .mbpx-xl-45 {
    margin-bottom: 45px !important;
  }
  .mbpx-xl-50 {
    margin-bottom: 50px !important;
  }
  .mbpx-xl-55 {
    margin-bottom: 55px !important;
  }
  .mbpx-xl-60 {
    margin-bottom: 60px !important;
  }
  .mbpx-xl-65 {
    margin-bottom: 65px !important;
  }
  .mbpx-xl-70 {
    margin-bottom: 70px !important;
  }
  .mbpx-xl-75 {
    margin-bottom: 75px !important;
  }
  .mbpx-xl-80 {
    margin-bottom: 80px !important;
  }
  .mbpx-xl-85 {
    margin-bottom: 85px !important;
  }
  .mbpx-xl-90 {
    margin-bottom: 90px !important;
  }
  .mbpx-xl-95 {
    margin-bottom: 95px !important;
  }
  .mbpx-xl-100 {
    margin-bottom: 100px !important;
  }
  .mbpx-xl-105 {
    margin-bottom: 105px !important;
  }
  .mbpx-xl-110 {
    margin-bottom: 110px !important;
  }
  .mbpx-xl-115 {
    margin-bottom: 115px !important;
  }
  .mbpx-xl-120 {
    margin-bottom: 120px !important;
  }
  .mbpx-xl-125 {
    margin-bottom: 125px !important;
  }
  .mbpx-xl-130 {
    margin-bottom: 130px !important;
  }
  .mbpx-xl-140 {
    margin-bottom: 140px !important;
  }
  .mbpx-xl-145 {
    margin-bottom: 145px !important;
  }
  .mbpx-xl-150 {
    margin-bottom: 150px !important;
  }
  .mspx-xl-0 {
    margin-left: 0 !important;
  }
  .mspx-xl-1 {
    margin-left: 1px !important;
  }
  .mspx-xl-2 {
    margin-left: 2px !important;
  }
  .mspx-xl-3 {
    margin-left: 3px !important;
  }
  .mspx-xl-4 {
    margin-left: 4px !important;
  }
  .mspx-xl-5 {
    margin-left: 5px !important;
  }
  .mspx-xl-6 {
    margin-left: 6px !important;
  }
  .mspx-xl-7 {
    margin-left: 7px !important;
  }
  .mspx-xl-8 {
    margin-left: 8px !important;
  }
  .mspx-xl-9 {
    margin-left: 9px !important;
  }
  .mspx-xl-10 {
    margin-left: 10px !important;
  }
  .mspx-xl-11 {
    margin-left: 11px !important;
  }
  .mspx-xl-12 {
    margin-left: 12px !important;
  }
  .mspx-xl-13 {
    margin-left: 13px !important;
  }
  .mspx-xl-14 {
    margin-left: 14px !important;
  }
  .mspx-xl-15 {
    margin-left: 15px !important;
  }
  .mspx-xl-16 {
    margin-left: 16px !important;
  }
  .mspx-xl-17 {
    margin-left: 17px !important;
  }
  .mspx-xl-18 {
    margin-left: 18px !important;
  }
  .mspx-xl-19 {
    margin-left: 19px !important;
  }
  .mspx-xl-20 {
    margin-left: 20px !important;
  }
  .mspx-xl-21 {
    margin-left: 21px !important;
  }
  .mspx-xl-22 {
    margin-left: 22px !important;
  }
  .mspx-xl-23 {
    margin-left: 23px !important;
  }
  .mspx-xl-24 {
    margin-left: 24px !important;
  }
  .mspx-xl-25 {
    margin-left: 25px !important;
  }
  .mspx-xl-26 {
    margin-left: 26px !important;
  }
  .mspx-xl-27 {
    margin-left: 27px !important;
  }
  .mspx-xl-28 {
    margin-left: 28px !important;
  }
  .mspx-xl-29 {
    margin-left: 29px !important;
  }
  .mspx-xl-30 {
    margin-left: 30px !important;
  }
  .mspx-xl-35 {
    margin-left: 35px !important;
  }
  .mspx-xl-40 {
    margin-left: 40px !important;
  }
  .mspx-xl-45 {
    margin-left: 45px !important;
  }
  .mspx-xl-50 {
    margin-left: 50px !important;
  }
  .mspx-xl-55 {
    margin-left: 55px !important;
  }
  .mspx-xl-60 {
    margin-left: 60px !important;
  }
  .mspx-xl-65 {
    margin-left: 65px !important;
  }
  .mspx-xl-70 {
    margin-left: 70px !important;
  }
  .mspx-xl-75 {
    margin-left: 75px !important;
  }
  .mspx-xl-80 {
    margin-left: 80px !important;
  }
  .mspx-xl-85 {
    margin-left: 85px !important;
  }
  .mspx-xl-90 {
    margin-left: 90px !important;
  }
  .mspx-xl-95 {
    margin-left: 95px !important;
  }
  .mspx-xl-100 {
    margin-left: 100px !important;
  }
  .mspx-xl-105 {
    margin-left: 105px !important;
  }
  .mspx-xl-110 {
    margin-left: 110px !important;
  }
  .mspx-xl-115 {
    margin-left: 115px !important;
  }
  .mspx-xl-120 {
    margin-left: 120px !important;
  }
  .mspx-xl-125 {
    margin-left: 125px !important;
  }
  .mspx-xl-130 {
    margin-left: 130px !important;
  }
  .mspx-xl-140 {
    margin-left: 140px !important;
  }
  .mspx-xl-145 {
    margin-left: 145px !important;
  }
  .mspx-xl-150 {
    margin-left: 150px !important;
  }
  .mepx-xl-0 {
    margin-right: 0 !important;
  }
  .mepx-xl-1 {
    margin-right: 1px !important;
  }
  .mepx-xl-2 {
    margin-right: 2px !important;
  }
  .mepx-xl-3 {
    margin-right: 3px !important;
  }
  .mepx-xl-4 {
    margin-right: 4px !important;
  }
  .mepx-xl-5 {
    margin-right: 5px !important;
  }
  .mepx-xl-6 {
    margin-right: 6px !important;
  }
  .mepx-xl-7 {
    margin-right: 7px !important;
  }
  .mepx-xl-8 {
    margin-right: 8px !important;
  }
  .mepx-xl-9 {
    margin-right: 9px !important;
  }
  .mepx-xl-10 {
    margin-right: 10px !important;
  }
  .mepx-xl-11 {
    margin-right: 11px !important;
  }
  .mepx-xl-12 {
    margin-right: 12px !important;
  }
  .mepx-xl-13 {
    margin-right: 13px !important;
  }
  .mepx-xl-14 {
    margin-right: 14px !important;
  }
  .mepx-xl-15 {
    margin-right: 15px !important;
  }
  .mepx-xl-16 {
    margin-right: 16px !important;
  }
  .mepx-xl-17 {
    margin-right: 17px !important;
  }
  .mepx-xl-18 {
    margin-right: 18px !important;
  }
  .mepx-xl-19 {
    margin-right: 19px !important;
  }
  .mepx-xl-20 {
    margin-right: 20px !important;
  }
  .mepx-xl-21 {
    margin-right: 21px !important;
  }
  .mepx-xl-22 {
    margin-right: 22px !important;
  }
  .mepx-xl-23 {
    margin-right: 23px !important;
  }
  .mepx-xl-24 {
    margin-right: 24px !important;
  }
  .mepx-xl-25 {
    margin-right: 25px !important;
  }
  .mepx-xl-26 {
    margin-right: 26px !important;
  }
  .mepx-xl-27 {
    margin-right: 27px !important;
  }
  .mepx-xl-28 {
    margin-right: 28px !important;
  }
  .mepx-xl-29 {
    margin-right: 29px !important;
  }
  .mepx-xl-30 {
    margin-right: 30px !important;
  }
  .mepx-xl-35 {
    margin-right: 35px !important;
  }
  .mepx-xl-40 {
    margin-right: 40px !important;
  }
  .mepx-xl-45 {
    margin-right: 45px !important;
  }
  .mepx-xl-50 {
    margin-right: 50px !important;
  }
  .mepx-xl-55 {
    margin-right: 55px !important;
  }
  .mepx-xl-60 {
    margin-right: 60px !important;
  }
  .mepx-xl-65 {
    margin-right: 65px !important;
  }
  .mepx-xl-70 {
    margin-right: 70px !important;
  }
  .mepx-xl-75 {
    margin-right: 75px !important;
  }
  .mepx-xl-80 {
    margin-right: 80px !important;
  }
  .mepx-xl-85 {
    margin-right: 85px !important;
  }
  .mepx-xl-90 {
    margin-right: 90px !important;
  }
  .mepx-xl-95 {
    margin-right: 95px !important;
  }
  .mepx-xl-100 {
    margin-right: 100px !important;
  }
  .mepx-xl-105 {
    margin-right: 105px !important;
  }
  .mepx-xl-110 {
    margin-right: 110px !important;
  }
  .mepx-xl-115 {
    margin-right: 115px !important;
  }
  .mepx-xl-120 {
    margin-right: 120px !important;
  }
  .mepx-xl-125 {
    margin-right: 125px !important;
  }
  .mepx-xl-130 {
    margin-right: 130px !important;
  }
  .mepx-xl-140 {
    margin-right: 140px !important;
  }
  .mepx-xl-145 {
    margin-right: 145px !important;
  }
  .mepx-xl-150 {
    margin-right: 150px !important;
  }
  .mtpx-xl-n0 {
    margin-top: 0 !important;
  }
  .mtpx-xl-n1 {
    margin-top: -1px !important;
  }
  .mtpx-xl-n2 {
    margin-top: -2px !important;
  }
  .mtpx-xl-n3 {
    margin-top: -3px !important;
  }
  .mtpx-xl-n4 {
    margin-top: -4px !important;
  }
  .mtpx-xl-n5 {
    margin-top: -5px !important;
  }
  .mtpx-xl-n6 {
    margin-top: -6px !important;
  }
  .mtpx-xl-n7 {
    margin-top: -7px !important;
  }
  .mtpx-xl-n8 {
    margin-top: -8px !important;
  }
  .mtpx-xl-n9 {
    margin-top: -9px !important;
  }
  .mtpx-xl-n10 {
    margin-top: -10px !important;
  }
  .mtpx-xl-n11 {
    margin-top: -11px !important;
  }
  .mtpx-xl-n12 {
    margin-top: -12px !important;
  }
  .mtpx-xl-n13 {
    margin-top: -13px !important;
  }
  .mtpx-xl-n14 {
    margin-top: -14px !important;
  }
  .mtpx-xl-n15 {
    margin-top: -15px !important;
  }
  .mtpx-xl-n16 {
    margin-top: -16px !important;
  }
  .mtpx-xl-n17 {
    margin-top: -17px !important;
  }
  .mtpx-xl-n18 {
    margin-top: -18px !important;
  }
  .mtpx-xl-n19 {
    margin-top: -19px !important;
  }
  .mtpx-xl-n20 {
    margin-top: -20px !important;
  }
  .mtpx-xl-n21 {
    margin-top: -21px !important;
  }
  .mtpx-xl-n22 {
    margin-top: -22px !important;
  }
  .mtpx-xl-n23 {
    margin-top: -23px !important;
  }
  .mtpx-xl-n24 {
    margin-top: -24px !important;
  }
  .mtpx-xl-n25 {
    margin-top: -25px !important;
  }
  .mtpx-xl-n26 {
    margin-top: -26px !important;
  }
  .mtpx-xl-n27 {
    margin-top: -27px !important;
  }
  .mtpx-xl-n28 {
    margin-top: -28px !important;
  }
  .mtpx-xl-n29 {
    margin-top: -29px !important;
  }
  .mtpx-xl-n30 {
    margin-top: -30px !important;
  }
  .mtpx-xl-n35 {
    margin-top: -35px !important;
  }
  .mtpx-xl-n40 {
    margin-top: -40px !important;
  }
  .mtpx-xl-n45 {
    margin-top: -45px !important;
  }
  .mtpx-xl-n50 {
    margin-top: -50px !important;
  }
  .mtpx-xl-n55 {
    margin-top: -55px !important;
  }
  .mtpx-xl-n60 {
    margin-top: -60px !important;
  }
  .mtpx-xl-n65 {
    margin-top: -65px !important;
  }
  .mtpx-xl-n70 {
    margin-top: -70px !important;
  }
  .mtpx-xl-n75 {
    margin-top: -75px !important;
  }
  .mtpx-xl-n80 {
    margin-top: -80px !important;
  }
  .mtpx-xl-n85 {
    margin-top: -85px !important;
  }
  .mtpx-xl-n90 {
    margin-top: -90px !important;
  }
  .mtpx-xl-n95 {
    margin-top: -95px !important;
  }
  .mtpx-xl-n100 {
    margin-top: -100px !important;
  }
  .mtpx-xl-n105 {
    margin-top: -105px !important;
  }
  .mtpx-xl-n110 {
    margin-top: -110px !important;
  }
  .mtpx-xl-n115 {
    margin-top: -115px !important;
  }
  .mtpx-xl-n120 {
    margin-top: -120px !important;
  }
  .mtpx-xl-n125 {
    margin-top: -125px !important;
  }
  .mtpx-xl-n130 {
    margin-top: -130px !important;
  }
  .mtpx-xl-n135 {
    margin-top: -135px !important;
  }
  .mtpx-xl-n140 {
    margin-top: -140px !important;
  }
  .mtpx-xl-n145 {
    margin-top: -145px !important;
  }
  .mtpx-xl-n150 {
    margin-top: -150px !important;
  }
  .mbpx-xl-n0 {
    margin-bottom: 0 !important;
  }
  .mbpx-xl-n1 {
    margin-bottom: -1px !important;
  }
  .mbpx-xl-n2 {
    margin-bottom: -2px !important;
  }
  .mbpx-xl-n3 {
    margin-bottom: -3px !important;
  }
  .mbpx-xl-n4 {
    margin-bottom: -4px !important;
  }
  .mbpx-xl-n5 {
    margin-bottom: -5px !important;
  }
  .mbpx-xl-n6 {
    margin-bottom: -6px !important;
  }
  .mbpx-xl-n7 {
    margin-bottom: -7px !important;
  }
  .mbpx-xl-n8 {
    margin-bottom: -8px !important;
  }
  .mbpx-xl-n9 {
    margin-bottom: -9px !important;
  }
  .mbpx-xl-n10 {
    margin-bottom: -10px !important;
  }
  .mbpx-xl-n11 {
    margin-bottom: -11px !important;
  }
  .mbpx-xl-n12 {
    margin-bottom: -12px !important;
  }
  .mbpx-xl-n13 {
    margin-bottom: -13px !important;
  }
  .mbpx-xl-n14 {
    margin-bottom: -14px !important;
  }
  .mbpx-xl-n15 {
    margin-bottom: -15px !important;
  }
  .mbpx-xl-n16 {
    margin-bottom: -16px !important;
  }
  .mbpx-xl-n17 {
    margin-bottom: -17px !important;
  }
  .mbpx-xl-n18 {
    margin-bottom: -18px !important;
  }
  .mbpx-xl-n19 {
    margin-bottom: -19px !important;
  }
  .mbpx-xl-n20 {
    margin-bottom: -20px !important;
  }
  .mbpx-xl-n21 {
    margin-bottom: -21px !important;
  }
  .mbpx-xl-n22 {
    margin-bottom: -22px !important;
  }
  .mbpx-xl-n23 {
    margin-bottom: -23px !important;
  }
  .mbpx-xl-n24 {
    margin-bottom: -24px !important;
  }
  .mbpx-xl-n25 {
    margin-bottom: -25px !important;
  }
  .mbpx-xl-n26 {
    margin-bottom: -26px !important;
  }
  .mbpx-xl-n27 {
    margin-bottom: -27px !important;
  }
  .mbpx-xl-n28 {
    margin-bottom: -28px !important;
  }
  .mbpx-xl-n29 {
    margin-bottom: -29px !important;
  }
  .mbpx-xl-n30 {
    margin-bottom: -30px !important;
  }
  .mbpx-xl-n35 {
    margin-bottom: -35px !important;
  }
  .mbpx-xl-n40 {
    margin-bottom: -40px !important;
  }
  .mbpx-xl-n45 {
    margin-bottom: -45px !important;
  }
  .mbpx-xl-n50 {
    margin-bottom: -50px !important;
  }
  .mbpx-xl-n55 {
    margin-bottom: -55px !important;
  }
  .mbpx-xl-n60 {
    margin-bottom: -60px !important;
  }
  .mbpx-xl-n65 {
    margin-bottom: -65px !important;
  }
  .mbpx-xl-n70 {
    margin-bottom: -70px !important;
  }
  .mbpx-xl-n75 {
    margin-bottom: -75px !important;
  }
  .mbpx-xl-n80 {
    margin-bottom: -80px !important;
  }
  .mbpx-xl-n85 {
    margin-bottom: -85px !important;
  }
  .mbpx-xl-n90 {
    margin-bottom: -90px !important;
  }
  .mbpx-xl-n95 {
    margin-bottom: -95px !important;
  }
  .mbpx-xl-n100 {
    margin-bottom: -100px !important;
  }
  .mbpx-xl-n105 {
    margin-bottom: -105px !important;
  }
  .mbpx-xl-n110 {
    margin-bottom: -110px !important;
  }
  .mbpx-xl-n115 {
    margin-bottom: -115px !important;
  }
  .mbpx-xl-n120 {
    margin-bottom: -120px !important;
  }
  .mbpx-xl-n125 {
    margin-bottom: -125px !important;
  }
  .mbpx-xl-n130 {
    margin-bottom: -130px !important;
  }
  .mbpx-xl-n135 {
    margin-bottom: -135px !important;
  }
  .mbpx-xl-n140 {
    margin-bottom: -140px !important;
  }
  .mbpx-xl-n145 {
    margin-bottom: -145px !important;
  }
  .mbpx-xl-n150 {
    margin-bottom: -150px !important;
  }
  .mspx-xl-n0 {
    margin-left: 0 !important;
  }
  .mspx-xl-n1 {
    margin-left: -1px !important;
  }
  .mspx-xl-n2 {
    margin-left: -2px !important;
  }
  .mspx-xl-n3 {
    margin-left: -3px !important;
  }
  .mspx-xl-n4 {
    margin-left: -4px !important;
  }
  .mspx-xl-n5 {
    margin-left: -5px !important;
  }
  .mspx-xl-n6 {
    margin-left: -6px !important;
  }
  .mspx-xl-n7 {
    margin-left: -7px !important;
  }
  .mspx-xl-n8 {
    margin-left: -8px !important;
  }
  .mspx-xl-n9 {
    margin-left: -9px !important;
  }
  .mspx-xl-n10 {
    margin-left: -10px !important;
  }
  .mspx-xl-n11 {
    margin-left: -11px !important;
  }
  .mspx-xl-n12 {
    margin-left: -12px !important;
  }
  .mspx-xl-n13 {
    margin-left: -13px !important;
  }
  .mspx-xl-n14 {
    margin-left: -14px !important;
  }
  .mspx-xl-n15 {
    margin-left: -15px !important;
  }
  .mspx-xl-n16 {
    margin-left: -16px !important;
  }
  .mspx-xl-n17 {
    margin-left: -17px !important;
  }
  .mspx-xl-n18 {
    margin-left: -18px !important;
  }
  .mspx-xl-n19 {
    margin-left: -19px !important;
  }
  .mspx-xl-n20 {
    margin-left: -20px !important;
  }
  .mspx-xl-n21 {
    margin-left: -21px !important;
  }
  .mspx-xl-n22 {
    margin-left: -22px !important;
  }
  .mspx-xl-n23 {
    margin-left: -23px !important;
  }
  .mspx-xl-n24 {
    margin-left: -24px !important;
  }
  .mspx-xl-n25 {
    margin-left: -25px !important;
  }
  .mspx-xl-n26 {
    margin-left: -26px !important;
  }
  .mspx-xl-n27 {
    margin-left: -27px !important;
  }
  .mspx-xl-n28 {
    margin-left: -28px !important;
  }
  .mspx-xl-n29 {
    margin-left: -29px !important;
  }
  .mspx-xl-n30 {
    margin-left: -30px !important;
  }
  .mspx-xl-n35 {
    margin-left: -35px !important;
  }
  .mspx-xl-n40 {
    margin-left: -40px !important;
  }
  .mspx-xl-n45 {
    margin-left: -45px !important;
  }
  .mspx-xl-n50 {
    margin-left: -50px !important;
  }
  .mspx-xl-n55 {
    margin-left: -55px !important;
  }
  .mspx-xl-n60 {
    margin-left: -60px !important;
  }
  .mspx-xl-n65 {
    margin-left: -65px !important;
  }
  .mspx-xl-n70 {
    margin-left: -70px !important;
  }
  .mspx-xl-n75 {
    margin-left: -75px !important;
  }
  .mspx-xl-n80 {
    margin-left: -80px !important;
  }
  .mspx-xl-n85 {
    margin-left: -85px !important;
  }
  .mspx-xl-n90 {
    margin-left: -90px !important;
  }
  .mspx-xl-n95 {
    margin-left: -95px !important;
  }
  .mspx-xl-n100 {
    margin-left: -100px !important;
  }
  .mspx-xl-n105 {
    margin-left: -105px !important;
  }
  .mspx-xl-n110 {
    margin-left: -110px !important;
  }
  .mspx-xl-n115 {
    margin-left: -115px !important;
  }
  .mspx-xl-n120 {
    margin-left: -120px !important;
  }
  .mspx-xl-n125 {
    margin-left: -125px !important;
  }
  .mspx-xl-n130 {
    margin-left: -130px !important;
  }
  .mspx-xl-n135 {
    margin-left: -135px !important;
  }
  .mspx-xl-n140 {
    margin-left: -140px !important;
  }
  .mspx-xl-n145 {
    margin-left: -145px !important;
  }
  .mspx-xl-n150 {
    margin-left: -150px !important;
  }
  .mepx-xl-n0 {
    margin-right: 0 !important;
  }
  .mepx-xl-n1 {
    margin-right: -1px !important;
  }
  .mepx-xl-n2 {
    margin-right: -2px !important;
  }
  .mepx-xl-n3 {
    margin-right: -3px !important;
  }
  .mepx-xl-n4 {
    margin-right: -4px !important;
  }
  .mepx-xl-n5 {
    margin-right: -5px !important;
  }
  .mepx-xl-n6 {
    margin-right: -6px !important;
  }
  .mepx-xl-n7 {
    margin-right: -7px !important;
  }
  .mepx-xl-n8 {
    margin-right: -8px !important;
  }
  .mepx-xl-n9 {
    margin-right: -9px !important;
  }
  .mepx-xl-n10 {
    margin-right: -10px !important;
  }
  .mepx-xl-n11 {
    margin-right: -11px !important;
  }
  .mepx-xl-n12 {
    margin-right: -12px !important;
  }
  .mepx-xl-n13 {
    margin-right: -13px !important;
  }
  .mepx-xl-n14 {
    margin-right: -14px !important;
  }
  .mepx-xl-n15 {
    margin-right: -15px !important;
  }
  .mepx-xl-n16 {
    margin-right: -16px !important;
  }
  .mepx-xl-n17 {
    margin-right: -17px !important;
  }
  .mepx-xl-n18 {
    margin-right: -18px !important;
  }
  .mepx-xl-n19 {
    margin-right: -19px !important;
  }
  .mepx-xl-n20 {
    margin-right: -20px !important;
  }
  .mepx-xl-n21 {
    margin-right: -21px !important;
  }
  .mepx-xl-n22 {
    margin-right: -22px !important;
  }
  .mepx-xl-n23 {
    margin-right: -23px !important;
  }
  .mepx-xl-n24 {
    margin-right: -24px !important;
  }
  .mepx-xl-n25 {
    margin-right: -25px !important;
  }
  .mepx-xl-n26 {
    margin-right: -26px !important;
  }
  .mepx-xl-n27 {
    margin-right: -27px !important;
  }
  .mepx-xl-n28 {
    margin-right: -28px !important;
  }
  .mepx-xl-n29 {
    margin-right: -29px !important;
  }
  .mepx-xl-n30 {
    margin-right: -30px !important;
  }
  .mepx-xl-n35 {
    margin-right: -35px !important;
  }
  .mepx-xl-n40 {
    margin-right: -40px !important;
  }
  .mepx-xl-n45 {
    margin-right: -45px !important;
  }
  .mepx-xl-n50 {
    margin-right: -50px !important;
  }
  .mepx-xl-n55 {
    margin-right: -55px !important;
  }
  .mepx-xl-n60 {
    margin-right: -60px !important;
  }
  .mepx-xl-n65 {
    margin-right: -65px !important;
  }
  .mepx-xl-n70 {
    margin-right: -70px !important;
  }
  .mepx-xl-n75 {
    margin-right: -75px !important;
  }
  .mepx-xl-n80 {
    margin-right: -80px !important;
  }
  .mepx-xl-n85 {
    margin-right: -85px !important;
  }
  .mepx-xl-n90 {
    margin-right: -90px !important;
  }
  .mepx-xl-n95 {
    margin-right: -95px !important;
  }
  .mepx-xl-n100 {
    margin-right: -100px !important;
  }
  .mepx-xl-n105 {
    margin-right: -105px !important;
  }
  .mepx-xl-n110 {
    margin-right: -110px !important;
  }
  .mepx-xl-n115 {
    margin-right: -115px !important;
  }
  .mepx-xl-n120 {
    margin-right: -120px !important;
  }
  .mepx-xl-n125 {
    margin-right: -125px !important;
  }
  .mepx-xl-n130 {
    margin-right: -130px !important;
  }
  .mepx-xl-n135 {
    margin-right: -135px !important;
  }
  .mepx-xl-n140 {
    margin-right: -140px !important;
  }
  .mepx-xl-n145 {
    margin-right: -145px !important;
  }
  .mepx-xl-n150 {
    margin-right: -150px !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1% !important;
  }
  .mt-xl-2 {
    margin-top: 2% !important;
  }
  .mt-xl-3 {
    margin-top: 3% !important;
  }
  .mt-xl-4 {
    margin-top: 4% !important;
  }
  .mt-xl-5 {
    margin-top: 5% !important;
  }
  .mt-xl-6 {
    margin-top: 6% !important;
  }
  .mt-xl-7 {
    margin-top: 7% !important;
  }
  .mt-xl-8 {
    margin-top: 8% !important;
  }
  .mt-xl-10 {
    margin-top: 10% !important;
  }
  .mt-xl-15 {
    margin-top: 15% !important;
  }
  .mt-xl-20 {
    margin-top: 20% !important;
  }
  .mt-xl-25 {
    margin-top: 25% !important;
  }
  .mt-xl-30 {
    margin-top: 30% !important;
  }
  .mt-xl-35 {
    margin-top: 35% !important;
  }
  .mt-xl-40 {
    margin-top: 40% !important;
  }
  .mt-xl-45 {
    margin-top: 45% !important;
  }
  .mt-xl-50 {
    margin-top: 50% !important;
  }
  .mt-xl-55 {
    margin-top: 55% !important;
  }
  .mt-xl-60 {
    margin-top: 60% !important;
  }
  .mt-xl-65 {
    margin-top: 65% !important;
  }
  .mt-xl-70 {
    margin-top: 70% !important;
  }
  .mt-xl-75 {
    margin-top: 75% !important;
  }
  .mt-xl-80 {
    margin-top: 80% !important;
  }
  .mt-xl-85 {
    margin-top: 85% !important;
  }
  .mt-xl-90 {
    margin-top: 90% !important;
  }
  .mt-xl-95 {
    margin-top: 95% !important;
  }
  .mt-xl-100 {
    margin-top: 100% !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1% !important;
  }
  .mb-xl-2 {
    margin-bottom: 2% !important;
  }
  .mb-xl-3 {
    margin-bottom: 3% !important;
  }
  .mb-xl-4 {
    margin-bottom: 4% !important;
  }
  .mb-xl-5 {
    margin-bottom: 5% !important;
  }
  .mb-xl-6 {
    margin-bottom: 6% !important;
  }
  .mb-xl-7 {
    margin-bottom: 7% !important;
  }
  .mb-xl-8 {
    margin-bottom: 8% !important;
  }
  .mb-xl-10 {
    margin-bottom: 10% !important;
  }
  .mb-xl-15 {
    margin-bottom: 15% !important;
  }
  .mb-xl-20 {
    margin-bottom: 20% !important;
  }
  .mb-xl-25 {
    margin-bottom: 25% !important;
  }
  .mb-xl-30 {
    margin-bottom: 30% !important;
  }
  .mb-xl-35 {
    margin-bottom: 35% !important;
  }
  .mb-xl-40 {
    margin-bottom: 40% !important;
  }
  .mb-xl-45 {
    margin-bottom: 45% !important;
  }
  .mb-xl-50 {
    margin-bottom: 50% !important;
  }
  .mb-xl-55 {
    margin-bottom: 55% !important;
  }
  .mb-xl-60 {
    margin-bottom: 60% !important;
  }
  .mb-xl-65 {
    margin-bottom: 65% !important;
  }
  .mb-xl-70 {
    margin-bottom: 70% !important;
  }
  .mb-xl-75 {
    margin-bottom: 75% !important;
  }
  .mb-xl-80 {
    margin-bottom: 80% !important;
  }
  .mb-xl-85 {
    margin-bottom: 85% !important;
  }
  .mb-xl-90 {
    margin-bottom: 90% !important;
  }
  .mb-xl-95 {
    margin-bottom: 95% !important;
  }
  .mb-xl-100 {
    margin-bottom: 100% !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 1% !important;
  }
  .ms-xl-2 {
    margin-left: 2% !important;
  }
  .ms-xl-3 {
    margin-left: 3% !important;
  }
  .ms-xl-4 {
    margin-left: 4% !important;
  }
  .ms-xl-5 {
    margin-left: 5% !important;
  }
  .ms-xl-6 {
    margin-left: 6% !important;
  }
  .ms-xl-7 {
    margin-left: 7% !important;
  }
  .ms-xl-8 {
    margin-left: 8% !important;
  }
  .ms-xl-10 {
    margin-left: 10% !important;
  }
  .ms-xl-15 {
    margin-left: 15% !important;
  }
  .ms-xl-20 {
    margin-left: 20% !important;
  }
  .ms-xl-25 {
    margin-left: 25% !important;
  }
  .ms-xl-30 {
    margin-left: 30% !important;
  }
  .ms-xl-35 {
    margin-left: 35% !important;
  }
  .ms-xl-40 {
    margin-left: 40% !important;
  }
  .ms-xl-45 {
    margin-left: 45% !important;
  }
  .ms-xl-50 {
    margin-left: 50% !important;
  }
  .ms-xl-55 {
    margin-left: 55% !important;
  }
  .ms-xl-60 {
    margin-left: 60% !important;
  }
  .ms-xl-65 {
    margin-left: 65% !important;
  }
  .ms-xl-70 {
    margin-left: 70% !important;
  }
  .ms-xl-75 {
    margin-left: 75% !important;
  }
  .ms-xl-80 {
    margin-left: 80% !important;
  }
  .ms-xl-85 {
    margin-left: 85% !important;
  }
  .ms-xl-90 {
    margin-left: 90% !important;
  }
  .ms-xl-95 {
    margin-left: 95% !important;
  }
  .ms-xl-100 {
    margin-left: 100% !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 1% !important;
  }
  .me-xl-2 {
    margin-right: 2% !important;
  }
  .me-xl-3 {
    margin-right: 3% !important;
  }
  .me-xl-4 {
    margin-right: 4% !important;
  }
  .me-xl-5 {
    margin-right: 5% !important;
  }
  .me-xl-6 {
    margin-right: 6% !important;
  }
  .me-xl-7 {
    margin-right: 7% !important;
  }
  .me-xl-8 {
    margin-right: 8% !important;
  }
  .me-xl-10 {
    margin-right: 10% !important;
  }
  .me-xl-15 {
    margin-right: 15% !important;
  }
  .me-xl-20 {
    margin-right: 20% !important;
  }
  .me-xl-25 {
    margin-right: 25% !important;
  }
  .me-xl-30 {
    margin-right: 30% !important;
  }
  .me-xl-35 {
    margin-right: 35% !important;
  }
  .me-xl-40 {
    margin-right: 40% !important;
  }
  .me-xl-45 {
    margin-right: 45% !important;
  }
  .me-xl-50 {
    margin-right: 50% !important;
  }
  .me-xl-55 {
    margin-right: 55% !important;
  }
  .me-xl-60 {
    margin-right: 60% !important;
  }
  .me-xl-65 {
    margin-right: 65% !important;
  }
  .me-xl-70 {
    margin-right: 70% !important;
  }
  .me-xl-75 {
    margin-right: 75% !important;
  }
  .me-xl-80 {
    margin-right: 80% !important;
  }
  .me-xl-85 {
    margin-right: 85% !important;
  }
  .me-xl-90 {
    margin-right: 90% !important;
  }
  .me-xl-95 {
    margin-right: 95% !important;
  }
  .me-xl-100 {
    margin-right: 100% !important;
  }
  .mt-xl-n0 {
    margin-top: 0 !important;
  }
  .mt-xl-n1 {
    margin-top: -1% !important;
  }
  .mt-xl-n2 {
    margin-top: -2% !important;
  }
  .mt-xl-n3 {
    margin-top: -3% !important;
  }
  .mt-xl-n4 {
    margin-top: -4% !important;
  }
  .mt-xl-n5 {
    margin-top: -5% !important;
  }
  .mt-xl-n6 {
    margin-top: -6% !important;
  }
  .mt-xl-n7 {
    margin-top: -7% !important;
  }
  .mt-xl-n8 {
    margin-top: -8% !important;
  }
  .mt-xl-n10 {
    margin-top: -10% !important;
  }
  .mt-xl-n15 {
    margin-top: -15% !important;
  }
  .mt-xl-n20 {
    margin-top: -20% !important;
  }
  .mt-xl-n25 {
    margin-top: -25% !important;
  }
  .mt-xl-n30 {
    margin-top: -30% !important;
  }
  .mt-xl-n35 {
    margin-top: -35% !important;
  }
  .mt-xl-n40 {
    margin-top: -40% !important;
  }
  .mt-xl-n45 {
    margin-top: -45% !important;
  }
  .mt-xl-n50 {
    margin-top: -50% !important;
  }
  .mt-xl-n55 {
    margin-top: -55% !important;
  }
  .mt-xl-n60 {
    margin-top: -60% !important;
  }
  .mt-xl-n65 {
    margin-top: -65% !important;
  }
  .mt-xl-n70 {
    margin-top: -70% !important;
  }
  .mt-xl-n75 {
    margin-top: -75% !important;
  }
  .mt-xl-n80 {
    margin-top: -80% !important;
  }
  .mt-xl-n85 {
    margin-top: -85% !important;
  }
  .mt-xl-n90 {
    margin-top: -90% !important;
  }
  .mt-xl-n95 {
    margin-top: -95% !important;
  }
  .mt-xl-n100 {
    margin-top: -100% !important;
  }
  .mb-xl-n0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1% !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2% !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3% !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4% !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5% !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6% !important;
  }
  .mb-xl-n7 {
    margin-bottom: -7% !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8% !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10% !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15% !important;
  }
  .mb-xl-n20 {
    margin-bottom: -20% !important;
  }
  .mb-xl-n25 {
    margin-bottom: -25% !important;
  }
  .mb-xl-n30 {
    margin-bottom: -30% !important;
  }
  .mb-xl-n35 {
    margin-bottom: -35% !important;
  }
  .mb-xl-n40 {
    margin-bottom: -40% !important;
  }
  .mb-xl-n45 {
    margin-bottom: -45% !important;
  }
  .mb-xl-n50 {
    margin-bottom: -50% !important;
  }
  .mb-xl-n55 {
    margin-bottom: -55% !important;
  }
  .mb-xl-n60 {
    margin-bottom: -60% !important;
  }
  .mb-xl-n65 {
    margin-bottom: -65% !important;
  }
  .mb-xl-n70 {
    margin-bottom: -70% !important;
  }
  .mb-xl-n75 {
    margin-bottom: -75% !important;
  }
  .mb-xl-n80 {
    margin-bottom: -80% !important;
  }
  .mb-xl-n85 {
    margin-bottom: -85% !important;
  }
  .mb-xl-n90 {
    margin-bottom: -90% !important;
  }
  .mb-xl-n95 {
    margin-bottom: -95% !important;
  }
  .mb-xl-n100 {
    margin-bottom: -100% !important;
  }
  .ms-xl-n0 {
    margin-left: 0 !important;
  }
  .ms-xl-n1 {
    margin-left: -1% !important;
  }
  .ms-xl-n2 {
    margin-left: -2% !important;
  }
  .ms-xl-n3 {
    margin-left: -3% !important;
  }
  .ms-xl-n4 {
    margin-left: -4% !important;
  }
  .ms-xl-n5 {
    margin-left: -5% !important;
  }
  .ms-xl-n6 {
    margin-left: -6% !important;
  }
  .ms-xl-n7 {
    margin-left: -7% !important;
  }
  .ms-xl-n8 {
    margin-left: -8% !important;
  }
  .ms-xl-n10 {
    margin-left: -10% !important;
  }
  .ms-xl-n15 {
    margin-left: -15% !important;
  }
  .ms-xl-n20 {
    margin-left: -20% !important;
  }
  .ms-xl-n25 {
    margin-left: -25% !important;
  }
  .ms-xl-n30 {
    margin-left: -30% !important;
  }
  .ms-xl-n35 {
    margin-left: -35% !important;
  }
  .ms-xl-n40 {
    margin-left: -40% !important;
  }
  .ms-xl-n45 {
    margin-left: -45% !important;
  }
  .ms-xl-n50 {
    margin-left: -50% !important;
  }
  .ms-xl-n55 {
    margin-left: -55% !important;
  }
  .ms-xl-n60 {
    margin-left: -60% !important;
  }
  .ms-xl-n65 {
    margin-left: -65% !important;
  }
  .ms-xl-n70 {
    margin-left: -70% !important;
  }
  .ms-xl-n75 {
    margin-left: -75% !important;
  }
  .ms-xl-n80 {
    margin-left: -80% !important;
  }
  .ms-xl-n85 {
    margin-left: -85% !important;
  }
  .ms-xl-n90 {
    margin-left: -90% !important;
  }
  .ms-xl-n95 {
    margin-left: -95% !important;
  }
  .ms-xl-n100 {
    margin-left: -100% !important;
  }
  .me-xl-n0 {
    margin-right: 0 !important;
  }
  .me-xl-n1 {
    margin-right: -1% !important;
  }
  .me-xl-n2 {
    margin-right: -2% !important;
  }
  .me-xl-n3 {
    margin-right: -3% !important;
  }
  .me-xl-n4 {
    margin-right: -4% !important;
  }
  .me-xl-n5 {
    margin-right: -5% !important;
  }
  .me-xl-n6 {
    margin-right: -6% !important;
  }
  .me-xl-n7 {
    margin-right: -7% !important;
  }
  .me-xl-n8 {
    margin-right: -8% !important;
  }
  .me-xl-n10 {
    margin-right: -10% !important;
  }
  .me-xl-n15 {
    margin-right: -15% !important;
  }
  .me-xl-n20 {
    margin-right: -20% !important;
  }
  .me-xl-n25 {
    margin-right: -25% !important;
  }
  .me-xl-n30 {
    margin-right: -30% !important;
  }
  .me-xl-n35 {
    margin-right: -35% !important;
  }
  .me-xl-n40 {
    margin-right: -40% !important;
  }
  .me-xl-n45 {
    margin-right: -45% !important;
  }
  .me-xl-n50 {
    margin-right: -50% !important;
  }
  .me-xl-n55 {
    margin-right: -55% !important;
  }
  .me-xl-n60 {
    margin-right: -60% !important;
  }
  .me-xl-n65 {
    margin-right: -65% !important;
  }
  .me-xl-n70 {
    margin-right: -70% !important;
  }
  .me-xl-n75 {
    margin-right: -75% !important;
  }
  .me-xl-n80 {
    margin-right: -80% !important;
  }
  .me-xl-n85 {
    margin-right: -85% !important;
  }
  .me-xl-n90 {
    margin-right: -90% !important;
  }
  .me-xl-n95 {
    margin-right: -95% !important;
  }
  .me-xl-n100 {
    margin-right: -100% !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-5 {
    opacity: 5% !important;
  }
  .opacity-xl-10 {
    opacity: 10% !important;
  }
  .opacity-xl-15 {
    opacity: 15% !important;
  }
  .opacity-xl-20 {
    opacity: 20% !important;
  }
  .opacity-xl-25 {
    opacity: 25% !important;
  }
  .opacity-xl-30 {
    opacity: 30% !important;
  }
  .opacity-xl-35 {
    opacity: 35% !important;
  }
  .opacity-xl-40 {
    opacity: 40% !important;
  }
  .opacity-xl-45 {
    opacity: 45% !important;
  }
  .opacity-xl-50 {
    opacity: 50% !important;
  }
  .opacity-xl-55 {
    opacity: 55% !important;
  }
  .opacity-xl-60 {
    opacity: 60% !important;
  }
  .opacity-xl-65 {
    opacity: 65% !important;
  }
  .opacity-xl-70 {
    opacity: 70% !important;
  }
  .opacity-xl-75 {
    opacity: 75% !important;
  }
  .opacity-xl-80 {
    opacity: 80% !important;
  }
  .opacity-xl-85 {
    opacity: 85% !important;
  }
  .opacity-xl-90 {
    opacity: 90% !important;
  }
  .opacity-xl-95 {
    opacity: 95% !important;
  }
  .opacity-xl-100 {
    opacity: 100% !important;
  }
  .list-col-xl-2 {
    columns: 2 !important;
  }
  .list-col-xl-3 {
    columns: 3 !important;
  }
  .list-col-xl-4 {
    columns: 4 !important;
  }
  .ls-xl-0 {
    letter-spacing: 0px !important;
  }
  .ls-xl-1 {
    letter-spacing: 1px !important;
  }
  .ls-xl-2 {
    letter-spacing: 2px !important;
  }
  .ls-xl-3 {
    letter-spacing: 3px !important;
  }
  .ls-xl-4 {
    letter-spacing: 4px !important;
  }
  .ls-xl-5 {
    letter-spacing: 5px !important;
  }
  .ls-xl-6 {
    letter-spacing: 6px !important;
  }
  .ls-xl-7 {
    letter-spacing: 7px !important;
  }
  .ls-xl-8 {
    letter-spacing: 8px !important;
  }
  .ls-xl-9 {
    letter-spacing: 9px !important;
  }
  .ls-xl-10 {
    letter-spacing: 10px !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .rot-xl-0 {
    transform: rotate(0deg) !important;
  }
  .rot-xl-5 {
    transform: rotate(5deg) !important;
  }
  .rot-xl-10 {
    transform: rotate(10deg) !important;
  }
  .rot-xl-15 {
    transform: rotate(15deg) !important;
  }
  .rot-xl-20 {
    transform: rotate(20deg) !important;
  }
  .rot-xl-25 {
    transform: rotate(25deg) !important;
  }
  .rot-xl-30 {
    transform: rotate(30deg) !important;
  }
  .rot-xl-35 {
    transform: rotate(35deg) !important;
  }
  .rot-xl-40 {
    transform: rotate(40deg) !important;
  }
  .rot-xl-45 {
    transform: rotate(45deg) !important;
  }
  .rot-xl-50 {
    transform: rotate(50deg) !important;
  }
  .rot-xl-55 {
    transform: rotate(55deg) !important;
  }
  .rot-xl-60 {
    transform: rotate(60deg) !important;
  }
  .rot-xl-65 {
    transform: rotate(65deg) !important;
  }
  .rot-xl-70 {
    transform: rotate(70deg) !important;
  }
  .rot-xl-75 {
    transform: rotate(75deg) !important;
  }
  .rot-xl-80 {
    transform: rotate(80deg) !important;
  }
  .rot-xl-85 {
    transform: rotate(85deg) !important;
  }
  .rot-xl-90 {
    transform: rotate(90deg) !important;
  }
  .rot-xl-95 {
    transform: rotate(95deg) !important;
  }
  .rot-xl-100 {
    transform: rotate(100deg) !important;
  }
  .rot-xl-105 {
    transform: rotate(105deg) !important;
  }
  .rot-xl-110 {
    transform: rotate(110deg) !important;
  }
  .rot-xl-115 {
    transform: rotate(115deg) !important;
  }
  .rot-xl-120 {
    transform: rotate(120deg) !important;
  }
  .rot-xl-125 {
    transform: rotate(125deg) !important;
  }
  .rot-xl-130 {
    transform: rotate(130deg) !important;
  }
  .rot-xl-135 {
    transform: rotate(135deg) !important;
  }
  .rot-xl-140 {
    transform: rotate(140deg) !important;
  }
  .rot-xl-145 {
    transform: rotate(145deg) !important;
  }
  .rot-xl-150 {
    transform: rotate(150deg) !important;
  }
  .rot-xl-155 {
    transform: rotate(155deg) !important;
  }
  .rot-xl-160 {
    transform: rotate(160deg) !important;
  }
  .rot-xl-165 {
    transform: rotate(165deg) !important;
  }
  .rot-xl-170 {
    transform: rotate(170deg) !important;
  }
  .rot-xl-175 {
    transform: rotate(175deg) !important;
  }
  .rot-xl-180 {
    transform: rotate(180deg) !important;
  }
  .rot-xl-0 {
    transform: rotate(0deg) !important;
  }
  .rot-xl-n5 {
    transform: rotate(-5deg) !important;
  }
  .rot-xl-n10 {
    transform: rotate(-10deg) !important;
  }
  .rot-xl-n15 {
    transform: rotate(-15deg) !important;
  }
  .rot-xl-n20 {
    transform: rotate(-20deg) !important;
  }
  .rot-xl-n25 {
    transform: rotate(-25deg) !important;
  }
  .rot-xl-n30 {
    transform: rotate(-30deg) !important;
  }
  .rot-xl-n35 {
    transform: rotate(-35deg) !important;
  }
  .rot-xl-n40 {
    transform: rotate(-40deg) !important;
  }
  .rot-xl-n45 {
    transform: rotate(-45deg) !important;
  }
  .rot-xl-n50 {
    transform: rotate(-50deg) !important;
  }
  .rot-xl-n55 {
    transform: rotate(-55deg) !important;
  }
  .rot-xl-n60 {
    transform: rotate(-60deg) !important;
  }
  .rot-xl-n65 {
    transform: rotate(-65deg) !important;
  }
  .rot-xl-n70 {
    transform: rotate(-70deg) !important;
  }
  .rot-xl-n75 {
    transform: rotate(-75deg) !important;
  }
  .rot-xl-n80 {
    transform: rotate(-80deg) !important;
  }
  .rot-xl-n85 {
    transform: rotate(-85deg) !important;
  }
  .rot-xl-n90 {
    transform: rotate(-90deg) !important;
  }
  .rot-xl-n95 {
    transform: rotate(-95deg) !important;
  }
  .rot-xl-n100 {
    transform: rotate(-100deg) !important;
  }
  .rot-xl-n105 {
    transform: rotate(-105deg) !important;
  }
  .rot-xl-n110 {
    transform: rotate(-110deg) !important;
  }
  .rot-xl-n115 {
    transform: rotate(-115deg) !important;
  }
  .rot-xl-n120 {
    transform: rotate(-120deg) !important;
  }
  .rot-xl-n125 {
    transform: rotate(-125deg) !important;
  }
  .rot-xl-n130 {
    transform: rotate(-130deg) !important;
  }
  .rot-xl-n135 {
    transform: rotate(-135deg) !important;
  }
  .rot-xl-n140 {
    transform: rotate(-140deg) !important;
  }
  .rot-xl-n145 {
    transform: rotate(-145deg) !important;
  }
  .rot-xl-n150 {
    transform: rotate(-150deg) !important;
  }
  .rot-xl-n155 {
    transform: rotate(-155deg) !important;
  }
  .rot-xl-n160 {
    transform: rotate(-160deg) !important;
  }
  .rot-xl-n165 {
    transform: rotate(-165deg) !important;
  }
  .rot-xl-n170 {
    transform: rotate(-170deg) !important;
  }
  .rot-xl-n175 {
    transform: rotate(-175deg) !important;
  }
  .rot-xl-n180 {
    transform: rotate(-180deg) !important;
  }
  .ofit-xl-none {
    object-fit: none !important;
  }
  .ofit-xl-cover {
    object-fit: cover !important;
  }
  .ofit-xl-contain {
    object-fit: contain !important;
  }
  .ofit-xl-fill {
    object-fit: fill !important;
  }
  .ofit-xl-scale-down {
    object-fit: scale-down !important;
  }
  .opos-xl-top {
    object-position: top !important;
  }
  .opos-xl-bottom {
    object-position: bottom !important;
  }
  .opos-xl-start {
    object-position: left !important;
  }
  .opos-xl-end {
    object-position: right !important;
  }
  .opos-xl-center {
    object-position: center !important;
  }
  .ratio-xl-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-xl-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-xl-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-xl-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .color-xl-Black {
    color: #000000 !important;
  }
  .color-xl-White {
    color: #ffffff !important;
  }
  .color-xl-Transparent {
    color: rgba(0, 0, 0, 0) !important;
  }
  .color-xl-GhostWhite {
    color: #fbf8ff !important;
  }
  .color-xl-BioptronLogo {
    color: #0068b2 !important;
  }
  .color-xl-BrownMustard {
    color: #daab5b !important;
  }
  .color-xl-DrWhite {
    color: #fafafa !important;
  }
  .color-xl-DrunkenDragonfly {
    color: #3bd78b !important;
  }
  .color-xl-Red {
    color: #ff3232 !important;
  }
  .color-xl-RoseTonic {
    color: #ffddde !important;
  }
  .color-xl-Squant {
    color: #666666 !important;
  }
  .color-xl-OffBlack {
    color: #303030 !important;
  }
  .color-xl-Doctor {
    color: #f9f9f9 !important;
  }
  .color-xl-BleachedSilk {
    color: #f2f2f2 !important;
  }
  .color-xl-Featherbed {
    color: #afcee4 !important;
  }
  .color-xl-Quicksilver {
    color: #a6a6a6 !important;
  }
  .color-xl-ColdMorning {
    color: #e5e5e5 !important;
  }
  .color-xl-PixelWhite {
    color: #dbdbdb !important;
  }
  .color-xl-Silver {
    color: #c0c0c0 !important;
  }
  .color-xl-BlueRibbon {
    color: #0066ff !important;
  }
  .color-xl-LightCornflowerBlue {
    color: #93ccea !important;
  }
  .color-xl-SuaveGrey {
    color: #d0d8dc !important;
  }
  .color-xl-EffervescentBlue {
    color: #00385f !important;
  }
  .color-xl-CascadingWhite {
    color: #f6f6f6 !important;
  }
  .color-xl-Emptiness {
    color: #fcfcfc !important;
  }
  .color-xl-ButterFudge {
    color: #a56904 !important;
  }
  .color-xl-SatinWhite {
    color: #ced4da !important;
  }
  .color-xl-SharkFin {
    color: #969696 !important;
  }
  .color-xl-SpringtimeRain {
    color: #ebeef2 !important;
  }
  .color-xl-HeraldsTrumpet {
    color: #cd9f2f !important;
  }
  .color-xl-ChilledChilly {
    color: #ea4335 !important;
  }
  .color-xl-VividMalachite {
    color: #00c82e !important;
  }
  .color-xl-DarkDreams {
    color: #2f276c !important;
  }
  .color-xl-RossoCorsa {
    color: #d60000 !important;
  }
  .color-xl-Encrando {
    color: #f80000 !important;
  }
  .color-xl-Green {
    color: #00c82e !important;
  }
  .color-xl-CL100 {
    color: #cd9f2f !important;
  }
  .color-xl-Hyperpolarized {
    color: #daab5b !important;
  }
  .tshadow-xl-none {
    text-shadow: none !important;
  }
  .tshadow-xl-0 {
    text-shadow: 0 0 rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-xl-1 {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-xl-2 {
    text-shadow: 2px 3px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-xl-3 {
    text-shadow: 3px 4px rgba(0, 0, 0, 0.3) !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .bio-lh-xl-1 {
    line-height: var(--Bio-Line-Height) !important;
  }
  .bio-lh-xl-2 {
    line-height: calc(var(--Bio-Line-Height) * 1.1) !important;
  }
  .bio-lh-xl-3 {
    line-height: calc(var(--Bio-Line-Height) * 1.2) !important;
  }
  .bio-lh-xl-4 {
    line-height: calc(var(--Bio-Line-Height) * 1.3) !important;
  }
  .bio-lh-xl-5 {
    line-height: calc(var(--Bio-Line-Height) * 1.4) !important;
  }
  .bio-lh-xl-6 {
    line-height: calc(var(--Bio-Line-Height) * 1.5) !important;
  }
  .bio-lh-xl-7 {
    line-height: calc(var(--Bio-Line-Height) * 1.6) !important;
  }
  .bio-lh-xl-8 {
    line-height: calc(var(--Bio-Line-Height) * 1.7) !important;
  }
  .bio-lh-xl-9 {
    line-height: calc(var(--Bio-Line-Height) * 1.8) !important;
  }
  .bio-lh-xl-10 {
    line-height: calc(var(--Bio-Line-Height) * 1.9) !important;
  }
  .bio-lh-xl-n2 {
    line-height: calc(var(--Bio-Line-Height) * 0.9) !important;
  }
  .bio-lh-xl-n3 {
    line-height: calc(var(--Bio-Line-Height) * 0.8) !important;
  }
  .bio-lh-xl-n4 {
    line-height: calc(var(--Bio-Line-Height) * 0.7) !important;
  }
  .bio-lh-xl-n5 {
    line-height: calc(var(--Bio-Line-Height) * 0.6) !important;
  }
  .bio-lh-xl-n6 {
    line-height: calc(var(--Bio-Line-Height) * 0.5) !important;
  }
  .bio-lh-xl-n7 {
    line-height: calc(var(--Bio-Line-Height) * 0.4) !important;
  }
  .bio-lh-xl-n8 {
    line-height: calc(var(--Bio-Line-Height) * 0.3) !important;
  }
  .bio-lh-xl-n9 {
    line-height: calc(var(--Bio-Line-Height) * 0.2) !important;
  }
  .bio-lh-xl-n10 {
    line-height: calc(var(--Bio-Line-Height) * 0.1) !important;
  }
  .module-mt-xl-none {
    margin-top: 0 !important;
  }
  .module-mt-xl-normal {
    margin-top: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mt-xl-half {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mt-xl-double {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .module-mb-xl-none {
    margin-bottom: 0 !important;
  }
  .module-mb-xl-normal {
    margin-bottom: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mb-xl-half {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mb-xl-double {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .bio-resize-xl-none {
    resize: none !important;
  }
  .bio-resize-xl-horizontal {
    resize: horizontal !important;
  }
  .bio-resize-xl-vertical {
    resize: vertical !important;
  }
  .bio-text-decoration-xl-none {
    text-decoration: none !important;
  }
  .bio-text-decoration-xl-lthrough {
    text-decoration: line-through !important;
  }
  .bio-text-decoration-xl-underline {
    text-decoration: underline !important;
  }
  .bio-gap-xl-0 {
    gap: 0 !important;
  }
  .bio-gap-xl-1 {
    gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gap-xl-2 {
    gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gap-xl-3 {
    gap: var(--Bio-Spacer) !important;
  }
  .bio-gap-xl-4 {
    gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gap-xl-5 {
    gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gx-xl-0 {
    column-gap: 0 !important;
  }
  .bio-gx-xl-1 {
    column-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gx-xl-2 {
    column-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gx-xl-3 {
    column-gap: var(--Bio-Spacer) !important;
  }
  .bio-gx-xl-4 {
    column-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gx-xl-5 {
    column-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gy-xl-0 {
    row-gap: 0 !important;
  }
  .bio-gy-xl-1 {
    row-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gy-xl-2 {
    row-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gy-xl-3 {
    row-gap: var(--Bio-Spacer) !important;
  }
  .bio-gy-xl-4 {
    row-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gy-xl-5 {
    row-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
}
@media (min-width: 1400px) {
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .w-xxl-0 {
    width: 0 !important;
  }
  .w-xxl-1 {
    width: 1% !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .w-xxl-3 {
    width: 3% !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .w-xxl-7 {
    width: 7% !important;
  }
  .w-xxl-8 {
    width: 8% !important;
  }
  .w-xxl-9 {
    width: 9% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-105 {
    width: 105% !important;
  }
  .w-xxl-110 {
    width: 110% !important;
  }
  .w-xxl-115 {
    width: 115% !important;
  }
  .w-xxl-120 {
    width: 120% !important;
  }
  .w-xxl-125 {
    width: 125% !important;
  }
  .w-xxl-130 {
    width: 130% !important;
  }
  .w-xxl-135 {
    width: 135% !important;
  }
  .w-xxl-140 {
    width: 140% !important;
  }
  .w-xxl-145 {
    width: 145% !important;
  }
  .w-xxl-150 {
    width: 150% !important;
  }
  .w-xxl-155 {
    width: 155% !important;
  }
  .w-xxl-160 {
    width: 160% !important;
  }
  .w-xxl-165 {
    width: 165% !important;
  }
  .w-xxl-170 {
    width: 170% !important;
  }
  .w-xxl-175 {
    width: 175% !important;
  }
  .w-xxl-180 {
    width: 180% !important;
  }
  .w-xxl-185 {
    width: 185% !important;
  }
  .w-xxl-190 {
    width: 190% !important;
  }
  .w-xxl-195 {
    width: 195% !important;
  }
  .w-xxl-200 {
    width: 200% !important;
  }
  .w-xxl-225 {
    width: 225% !important;
  }
  .w-xxl-250 {
    width: 250% !important;
  }
  .w-xxl-275 {
    width: 275% !important;
  }
  .w-xxl-300 {
    width: 300% !important;
  }
  .w-xxl-325 {
    width: 325% !important;
  }
  .w-xxl-350 {
    width: 350% !important;
  }
  .w-xxl-375 {
    width: 375% !important;
  }
  .w-xxl-400 {
    width: 400% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-0 {
    height: 0 !important;
  }
  .h-xxl-1 {
    height: 1% !important;
  }
  .h-xxl-2 {
    height: 2% !important;
  }
  .h-xxl-3 {
    height: 3% !important;
  }
  .h-xxl-4 {
    height: 4% !important;
  }
  .h-xxl-5 {
    height: 5% !important;
  }
  .h-xxl-6 {
    height: 6% !important;
  }
  .h-xxl-7 {
    height: 7% !important;
  }
  .h-xxl-8 {
    height: 8% !important;
  }
  .h-xxl-9 {
    height: 9% !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-15 {
    height: 15% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-55 {
    height: 55% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-105 {
    height: 105% !important;
  }
  .h-xxl-110 {
    height: 110% !important;
  }
  .h-xxl-115 {
    height: 115% !important;
  }
  .h-xxl-120 {
    height: 120% !important;
  }
  .h-xxl-125 {
    height: 125% !important;
  }
  .h-xxl-130 {
    height: 130% !important;
  }
  .h-xxl-135 {
    height: 135% !important;
  }
  .h-xxl-140 {
    height: 140% !important;
  }
  .h-xxl-145 {
    height: 145% !important;
  }
  .h-xxl-150 {
    height: 150% !important;
  }
  .h-xxl-155 {
    height: 155% !important;
  }
  .h-xxl-160 {
    height: 160% !important;
  }
  .h-xxl-165 {
    height: 165% !important;
  }
  .h-xxl-170 {
    height: 170% !important;
  }
  .h-xxl-175 {
    height: 175% !important;
  }
  .h-xxl-180 {
    height: 180% !important;
  }
  .h-xxl-185 {
    height: 185% !important;
  }
  .h-xxl-190 {
    height: 190% !important;
  }
  .h-xxl-195 {
    height: 195% !important;
  }
  .h-xxl-200 {
    height: 200% !important;
  }
  .h-xxl-225 {
    height: 225% !important;
  }
  .h-xxl-250 {
    height: 250% !important;
  }
  .h-xxl-275 {
    height: 275% !important;
  }
  .h-xxl-300 {
    height: 300% !important;
  }
  .h-xxl-325 {
    height: 325% !important;
  }
  .h-xxl-350 {
    height: 350% !important;
  }
  .h-xxl-375 {
    height: 375% !important;
  }
  .h-xxl-400 {
    height: 400% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .maxw-xxl-0 {
    max-width: 0 !important;
  }
  .maxw-xxl-1 {
    max-width: 1% !important;
  }
  .maxw-xxl-2 {
    max-width: 2% !important;
  }
  .maxw-xxl-3 {
    max-width: 3% !important;
  }
  .maxw-xxl-4 {
    max-width: 4% !important;
  }
  .maxw-xxl-5 {
    max-width: 5% !important;
  }
  .maxw-xxl-6 {
    max-width: 6% !important;
  }
  .maxw-xxl-7 {
    max-width: 7% !important;
  }
  .maxw-xxl-8 {
    max-width: 8% !important;
  }
  .maxw-xxl-9 {
    max-width: 9% !important;
  }
  .maxw-xxl-10 {
    max-width: 10% !important;
  }
  .maxw-xxl-15 {
    max-width: 15% !important;
  }
  .maxw-xxl-20 {
    max-width: 20% !important;
  }
  .maxw-xxl-25 {
    max-width: 25% !important;
  }
  .maxw-xxl-30 {
    max-width: 30% !important;
  }
  .maxw-xxl-35 {
    max-width: 35% !important;
  }
  .maxw-xxl-40 {
    max-width: 40% !important;
  }
  .maxw-xxl-45 {
    max-width: 45% !important;
  }
  .maxw-xxl-50 {
    max-width: 50% !important;
  }
  .maxw-xxl-55 {
    max-width: 55% !important;
  }
  .maxw-xxl-60 {
    max-width: 60% !important;
  }
  .maxw-xxl-65 {
    max-width: 65% !important;
  }
  .maxw-xxl-70 {
    max-width: 70% !important;
  }
  .maxw-xxl-75 {
    max-width: 75% !important;
  }
  .maxw-xxl-80 {
    max-width: 80% !important;
  }
  .maxw-xxl-85 {
    max-width: 85% !important;
  }
  .maxw-xxl-90 {
    max-width: 90% !important;
  }
  .maxw-xxl-95 {
    max-width: 95% !important;
  }
  .maxw-xxl-100 {
    max-width: 100% !important;
  }
  .maxw-xxl-105 {
    max-width: 105% !important;
  }
  .maxw-xxl-110 {
    max-width: 110% !important;
  }
  .maxw-xxl-115 {
    max-width: 115% !important;
  }
  .maxw-xxl-120 {
    max-width: 120% !important;
  }
  .maxw-xxl-125 {
    max-width: 125% !important;
  }
  .maxw-xxl-130 {
    max-width: 130% !important;
  }
  .maxw-xxl-135 {
    max-width: 135% !important;
  }
  .maxw-xxl-140 {
    max-width: 140% !important;
  }
  .maxw-xxl-145 {
    max-width: 145% !important;
  }
  .maxw-xxl-150 {
    max-width: 150% !important;
  }
  .maxw-xxl-155 {
    max-width: 155% !important;
  }
  .maxw-xxl-160 {
    max-width: 160% !important;
  }
  .maxw-xxl-165 {
    max-width: 165% !important;
  }
  .maxw-xxl-170 {
    max-width: 170% !important;
  }
  .maxw-xxl-175 {
    max-width: 175% !important;
  }
  .maxw-xxl-180 {
    max-width: 180% !important;
  }
  .maxw-xxl-185 {
    max-width: 185% !important;
  }
  .maxw-xxl-190 {
    max-width: 190% !important;
  }
  .maxw-xxl-195 {
    max-width: 195% !important;
  }
  .maxw-xxl-200 {
    max-width: 200% !important;
  }
  .maxw-xxl-225 {
    max-width: 225% !important;
  }
  .maxw-xxl-250 {
    max-width: 250% !important;
  }
  .maxw-xxl-275 {
    max-width: 275% !important;
  }
  .maxw-xxl-300 {
    max-width: 300% !important;
  }
  .maxw-xxl-325 {
    max-width: 325% !important;
  }
  .maxw-xxl-350 {
    max-width: 350% !important;
  }
  .maxw-xxl-375 {
    max-width: 375% !important;
  }
  .maxw-xxl-400 {
    max-width: 400% !important;
  }
  .maxw-xxl-auto {
    max-width: auto !important;
  }
  .maxh-xxl-0 {
    max-height: 0 !important;
  }
  .maxh-xxl-1 {
    max-height: 1% !important;
  }
  .maxh-xxl-2 {
    max-height: 2% !important;
  }
  .maxh-xxl-3 {
    max-height: 3% !important;
  }
  .maxh-xxl-4 {
    max-height: 4% !important;
  }
  .maxh-xxl-5 {
    max-height: 5% !important;
  }
  .maxh-xxl-6 {
    max-height: 6% !important;
  }
  .maxh-xxl-7 {
    max-height: 7% !important;
  }
  .maxh-xxl-8 {
    max-height: 8% !important;
  }
  .maxh-xxl-9 {
    max-height: 9% !important;
  }
  .maxh-xxl-10 {
    max-height: 10% !important;
  }
  .maxh-xxl-15 {
    max-height: 15% !important;
  }
  .maxh-xxl-20 {
    max-height: 20% !important;
  }
  .maxh-xxl-25 {
    max-height: 25% !important;
  }
  .maxh-xxl-30 {
    max-height: 30% !important;
  }
  .maxh-xxl-35 {
    max-height: 35% !important;
  }
  .maxh-xxl-40 {
    max-height: 40% !important;
  }
  .maxh-xxl-45 {
    max-height: 45% !important;
  }
  .maxh-xxl-50 {
    max-height: 50% !important;
  }
  .maxh-xxl-55 {
    max-height: 55% !important;
  }
  .maxh-xxl-60 {
    max-height: 60% !important;
  }
  .maxh-xxl-65 {
    max-height: 65% !important;
  }
  .maxh-xxl-70 {
    max-height: 70% !important;
  }
  .maxh-xxl-75 {
    max-height: 75% !important;
  }
  .maxh-xxl-80 {
    max-height: 80% !important;
  }
  .maxh-xxl-85 {
    max-height: 85% !important;
  }
  .maxh-xxl-90 {
    max-height: 90% !important;
  }
  .maxh-xxl-95 {
    max-height: 95% !important;
  }
  .maxh-xxl-100 {
    max-height: 100% !important;
  }
  .maxh-xxl-105 {
    max-height: 105% !important;
  }
  .maxh-xxl-110 {
    max-height: 110% !important;
  }
  .maxh-xxl-115 {
    max-height: 115% !important;
  }
  .maxh-xxl-120 {
    max-height: 120% !important;
  }
  .maxh-xxl-125 {
    max-height: 125% !important;
  }
  .maxh-xxl-130 {
    max-height: 130% !important;
  }
  .maxh-xxl-135 {
    max-height: 135% !important;
  }
  .maxh-xxl-140 {
    max-height: 140% !important;
  }
  .maxh-xxl-145 {
    max-height: 145% !important;
  }
  .maxh-xxl-150 {
    max-height: 150% !important;
  }
  .maxh-xxl-155 {
    max-height: 155% !important;
  }
  .maxh-xxl-160 {
    max-height: 160% !important;
  }
  .maxh-xxl-165 {
    max-height: 165% !important;
  }
  .maxh-xxl-170 {
    max-height: 170% !important;
  }
  .maxh-xxl-175 {
    max-height: 175% !important;
  }
  .maxh-xxl-180 {
    max-height: 180% !important;
  }
  .maxh-xxl-185 {
    max-height: 185% !important;
  }
  .maxh-xxl-190 {
    max-height: 190% !important;
  }
  .maxh-xxl-195 {
    max-height: 195% !important;
  }
  .maxh-xxl-200 {
    max-height: 200% !important;
  }
  .maxh-xxl-225 {
    max-height: 225% !important;
  }
  .maxh-xxl-250 {
    max-height: 250% !important;
  }
  .maxh-xxl-275 {
    max-height: 275% !important;
  }
  .maxh-xxl-300 {
    max-height: 300% !important;
  }
  .maxh-xxl-325 {
    max-height: 325% !important;
  }
  .maxh-xxl-350 {
    max-height: 350% !important;
  }
  .maxh-xxl-375 {
    max-height: 375% !important;
  }
  .maxh-xxl-400 {
    max-height: 400% !important;
  }
  .maxh-xxl-auto {
    max-height: auto !important;
  }
  .minw-xxl-0 {
    min-width: 0 !important;
  }
  .minw-xxl-1 {
    min-width: 1% !important;
  }
  .minw-xxl-2 {
    min-width: 2% !important;
  }
  .minw-xxl-3 {
    min-width: 3% !important;
  }
  .minw-xxl-4 {
    min-width: 4% !important;
  }
  .minw-xxl-5 {
    min-width: 5% !important;
  }
  .minw-xxl-6 {
    min-width: 6% !important;
  }
  .minw-xxl-7 {
    min-width: 7% !important;
  }
  .minw-xxl-8 {
    min-width: 8% !important;
  }
  .minw-xxl-9 {
    min-width: 9% !important;
  }
  .minw-xxl-10 {
    min-width: 10% !important;
  }
  .minw-xxl-15 {
    min-width: 15% !important;
  }
  .minw-xxl-20 {
    min-width: 20% !important;
  }
  .minw-xxl-25 {
    min-width: 25% !important;
  }
  .minw-xxl-30 {
    min-width: 30% !important;
  }
  .minw-xxl-35 {
    min-width: 35% !important;
  }
  .minw-xxl-40 {
    min-width: 40% !important;
  }
  .minw-xxl-45 {
    min-width: 45% !important;
  }
  .minw-xxl-50 {
    min-width: 50% !important;
  }
  .minw-xxl-55 {
    min-width: 55% !important;
  }
  .minw-xxl-60 {
    min-width: 60% !important;
  }
  .minw-xxl-65 {
    min-width: 65% !important;
  }
  .minw-xxl-70 {
    min-width: 70% !important;
  }
  .minw-xxl-75 {
    min-width: 75% !important;
  }
  .minw-xxl-80 {
    min-width: 80% !important;
  }
  .minw-xxl-85 {
    min-width: 85% !important;
  }
  .minw-xxl-90 {
    min-width: 90% !important;
  }
  .minw-xxl-95 {
    min-width: 95% !important;
  }
  .minw-xxl-100 {
    min-width: 100% !important;
  }
  .minw-xxl-105 {
    min-width: 105% !important;
  }
  .minw-xxl-110 {
    min-width: 110% !important;
  }
  .minw-xxl-115 {
    min-width: 115% !important;
  }
  .minw-xxl-120 {
    min-width: 120% !important;
  }
  .minw-xxl-125 {
    min-width: 125% !important;
  }
  .minw-xxl-130 {
    min-width: 130% !important;
  }
  .minw-xxl-135 {
    min-width: 135% !important;
  }
  .minw-xxl-140 {
    min-width: 140% !important;
  }
  .minw-xxl-145 {
    min-width: 145% !important;
  }
  .minw-xxl-150 {
    min-width: 150% !important;
  }
  .minw-xxl-155 {
    min-width: 155% !important;
  }
  .minw-xxl-160 {
    min-width: 160% !important;
  }
  .minw-xxl-165 {
    min-width: 165% !important;
  }
  .minw-xxl-170 {
    min-width: 170% !important;
  }
  .minw-xxl-175 {
    min-width: 175% !important;
  }
  .minw-xxl-180 {
    min-width: 180% !important;
  }
  .minw-xxl-185 {
    min-width: 185% !important;
  }
  .minw-xxl-190 {
    min-width: 190% !important;
  }
  .minw-xxl-195 {
    min-width: 195% !important;
  }
  .minw-xxl-200 {
    min-width: 200% !important;
  }
  .minw-xxl-225 {
    min-width: 225% !important;
  }
  .minw-xxl-250 {
    min-width: 250% !important;
  }
  .minw-xxl-275 {
    min-width: 275% !important;
  }
  .minw-xxl-300 {
    min-width: 300% !important;
  }
  .minw-xxl-325 {
    min-width: 325% !important;
  }
  .minw-xxl-350 {
    min-width: 350% !important;
  }
  .minw-xxl-375 {
    min-width: 375% !important;
  }
  .minw-xxl-400 {
    min-width: 400% !important;
  }
  .minw-xxl-auto {
    min-width: auto !important;
  }
  .minh-xxl-0 {
    min-height: 0 !important;
  }
  .minh-xxl-1 {
    min-height: 1% !important;
  }
  .minh-xxl-2 {
    min-height: 2% !important;
  }
  .minh-xxl-3 {
    min-height: 3% !important;
  }
  .minh-xxl-4 {
    min-height: 4% !important;
  }
  .minh-xxl-5 {
    min-height: 5% !important;
  }
  .minh-xxl-6 {
    min-height: 6% !important;
  }
  .minh-xxl-7 {
    min-height: 7% !important;
  }
  .minh-xxl-8 {
    min-height: 8% !important;
  }
  .minh-xxl-9 {
    min-height: 9% !important;
  }
  .minh-xxl-10 {
    min-height: 10% !important;
  }
  .minh-xxl-15 {
    min-height: 15% !important;
  }
  .minh-xxl-20 {
    min-height: 20% !important;
  }
  .minh-xxl-25 {
    min-height: 25% !important;
  }
  .minh-xxl-30 {
    min-height: 30% !important;
  }
  .minh-xxl-35 {
    min-height: 35% !important;
  }
  .minh-xxl-40 {
    min-height: 40% !important;
  }
  .minh-xxl-45 {
    min-height: 45% !important;
  }
  .minh-xxl-50 {
    min-height: 50% !important;
  }
  .minh-xxl-55 {
    min-height: 55% !important;
  }
  .minh-xxl-60 {
    min-height: 60% !important;
  }
  .minh-xxl-65 {
    min-height: 65% !important;
  }
  .minh-xxl-70 {
    min-height: 70% !important;
  }
  .minh-xxl-75 {
    min-height: 75% !important;
  }
  .minh-xxl-80 {
    min-height: 80% !important;
  }
  .minh-xxl-85 {
    min-height: 85% !important;
  }
  .minh-xxl-90 {
    min-height: 90% !important;
  }
  .minh-xxl-95 {
    min-height: 95% !important;
  }
  .minh-xxl-100 {
    min-height: 100% !important;
  }
  .minh-xxl-105 {
    min-height: 105% !important;
  }
  .minh-xxl-110 {
    min-height: 110% !important;
  }
  .minh-xxl-115 {
    min-height: 115% !important;
  }
  .minh-xxl-120 {
    min-height: 120% !important;
  }
  .minh-xxl-125 {
    min-height: 125% !important;
  }
  .minh-xxl-130 {
    min-height: 130% !important;
  }
  .minh-xxl-135 {
    min-height: 135% !important;
  }
  .minh-xxl-140 {
    min-height: 140% !important;
  }
  .minh-xxl-145 {
    min-height: 145% !important;
  }
  .minh-xxl-150 {
    min-height: 150% !important;
  }
  .minh-xxl-155 {
    min-height: 155% !important;
  }
  .minh-xxl-160 {
    min-height: 160% !important;
  }
  .minh-xxl-165 {
    min-height: 165% !important;
  }
  .minh-xxl-170 {
    min-height: 170% !important;
  }
  .minh-xxl-175 {
    min-height: 175% !important;
  }
  .minh-xxl-180 {
    min-height: 180% !important;
  }
  .minh-xxl-185 {
    min-height: 185% !important;
  }
  .minh-xxl-190 {
    min-height: 190% !important;
  }
  .minh-xxl-195 {
    min-height: 195% !important;
  }
  .minh-xxl-200 {
    min-height: 200% !important;
  }
  .minh-xxl-225 {
    min-height: 225% !important;
  }
  .minh-xxl-250 {
    min-height: 250% !important;
  }
  .minh-xxl-275 {
    min-height: 275% !important;
  }
  .minh-xxl-300 {
    min-height: 300% !important;
  }
  .minh-xxl-325 {
    min-height: 325% !important;
  }
  .minh-xxl-350 {
    min-height: 350% !important;
  }
  .minh-xxl-375 {
    min-height: 375% !important;
  }
  .minh-xxl-400 {
    min-height: 400% !important;
  }
  .minh-xxl-auto {
    min-height: auto !important;
  }
  .wpx-xxl-0 {
    width: 0 !important;
  }
  .wpx-xxl-1 {
    width: 1px !important;
  }
  .wpx-xxl-2 {
    width: 2px !important;
  }
  .wpx-xxl-3 {
    width: 3px !important;
  }
  .wpx-xxl-4 {
    width: 4px !important;
  }
  .wpx-xxl-5 {
    width: 5px !important;
  }
  .wpx-xxl-6 {
    width: 6px !important;
  }
  .wpx-xxl-7 {
    width: 7px !important;
  }
  .wpx-xxl-8 {
    width: 8px !important;
  }
  .wpx-xxl-9 {
    width: 9px !important;
  }
  .wpx-xxl-10 {
    width: 10px !important;
  }
  .wpx-xxl-15 {
    width: 15px !important;
  }
  .wpx-xxl-20 {
    width: 20px !important;
  }
  .wpx-xxl-25 {
    width: 25px !important;
  }
  .wpx-xxl-30 {
    width: 30px !important;
  }
  .wpx-xxl-35 {
    width: 35px !important;
  }
  .wpx-xxl-40 {
    width: 40px !important;
  }
  .wpx-xxl-45 {
    width: 45px !important;
  }
  .wpx-xxl-50 {
    width: 50px !important;
  }
  .wpx-xxl-55 {
    width: 55px !important;
  }
  .wpx-xxl-60 {
    width: 60px !important;
  }
  .wpx-xxl-65 {
    width: 65px !important;
  }
  .wpx-xxl-70 {
    width: 70px !important;
  }
  .wpx-xxl-75 {
    width: 75px !important;
  }
  .wpx-xxl-80 {
    width: 80px !important;
  }
  .wpx-xxl-85 {
    width: 85px !important;
  }
  .wpx-xxl-90 {
    width: 90px !important;
  }
  .wpx-xxl-95 {
    width: 95px !important;
  }
  .wpx-xxl-100 {
    width: 100px !important;
  }
  .wpx-xxl-105 {
    width: 105px !important;
  }
  .wpx-xxl-110 {
    width: 110px !important;
  }
  .wpx-xxl-115 {
    width: 115px !important;
  }
  .wpx-xxl-120 {
    width: 120px !important;
  }
  .wpx-xxl-125 {
    width: 125px !important;
  }
  .wpx-xxl-130 {
    width: 130px !important;
  }
  .wpx-xxl-135 {
    width: 135px !important;
  }
  .wpx-xxl-140 {
    width: 140px !important;
  }
  .wpx-xxl-145 {
    width: 145px !important;
  }
  .wpx-xxl-150 {
    width: 150px !important;
  }
  .wpx-xxl-155 {
    width: 155px !important;
  }
  .wpx-xxl-160 {
    width: 160px !important;
  }
  .wpx-xxl-165 {
    width: 165px !important;
  }
  .wpx-xxl-170 {
    width: 170px !important;
  }
  .wpx-xxl-175 {
    width: 175px !important;
  }
  .wpx-xxl-180 {
    width: 180px !important;
  }
  .wpx-xxl-185 {
    width: 185px !important;
  }
  .wpx-xxl-190 {
    width: 190px !important;
  }
  .wpx-xxl-195 {
    width: 195px !important;
  }
  .wpx-xxl-200 {
    width: 200px !important;
  }
  .wpx-xxl-210 {
    width: 210px !important;
  }
  .wpx-xxl-220 {
    width: 220px !important;
  }
  .wpx-xxl-230 {
    width: 230px !important;
  }
  .wpx-xxl-240 {
    width: 240px !important;
  }
  .wpx-xxl-250 {
    width: 250px !important;
  }
  .wpx-xxl-260 {
    width: 260px !important;
  }
  .wpx-xxl-270 {
    width: 270px !important;
  }
  .wpx-xxl-280 {
    width: 280px !important;
  }
  .wpx-xxl-290 {
    width: 290px !important;
  }
  .wpx-xxl-300 {
    width: 300px !important;
  }
  .wpx-xxl-310 {
    width: 310px !important;
  }
  .wpx-xxl-320 {
    width: 320px !important;
  }
  .wpx-xxl-330 {
    width: 330px !important;
  }
  .wpx-xxl-340 {
    width: 340px !important;
  }
  .wpx-xxl-350 {
    width: 350px !important;
  }
  .wpx-xxl-360 {
    width: 360px !important;
  }
  .wpx-xxl-370 {
    width: 370px !important;
  }
  .wpx-xxl-380 {
    width: 380px !important;
  }
  .wpx-xxl-390 {
    width: 390px !important;
  }
  .wpx-xxl-400 {
    width: 400px !important;
  }
  .wpx-xxl-410 {
    width: 410px !important;
  }
  .wpx-xxl-420 {
    width: 420px !important;
  }
  .wpx-xxl-430 {
    width: 430px !important;
  }
  .wpx-xxl-440 {
    width: 440px !important;
  }
  .wpx-xxl-450 {
    width: 450px !important;
  }
  .wpx-xxl-460 {
    width: 460px !important;
  }
  .wpx-xxl-470 {
    width: 470px !important;
  }
  .wpx-xxl-480 {
    width: 480px !important;
  }
  .wpx-xxl-490 {
    width: 490px !important;
  }
  .wpx-xxl-500 {
    width: 500px !important;
  }
  .wpx-xxl-510 {
    width: 510px !important;
  }
  .wpx-xxl-520 {
    width: 520px !important;
  }
  .wpx-xxl-530 {
    width: 530px !important;
  }
  .wpx-xxl-540 {
    width: 540px !important;
  }
  .wpx-xxl-550 {
    width: 550px !important;
  }
  .wpx-xxl-560 {
    width: 560px !important;
  }
  .wpx-xxl-570 {
    width: 570px !important;
  }
  .wpx-xxl-580 {
    width: 580px !important;
  }
  .wpx-xxl-590 {
    width: 590px !important;
  }
  .wpx-xxl-600 {
    width: 600px !important;
  }
  .wpx-xxl-650 {
    width: 650px !important;
  }
  .wpx-xxl-700 {
    width: 700px !important;
  }
  .wpx-xxl-750 {
    width: 750px !important;
  }
  .wpx-xxl-800 {
    width: 800px !important;
  }
  .wpx-xxl-850 {
    width: 850px !important;
  }
  .wpx-xxl-900 {
    width: 900px !important;
  }
  .wpx-xxl-950 {
    width: 950px !important;
  }
  .wpx-xxl-1000 {
    width: 1000px !important;
  }
  .hpx-xxl-0 {
    height: 0 !important;
  }
  .hpx-xxl-1 {
    height: 1px !important;
  }
  .hpx-xxl-2 {
    height: 2px !important;
  }
  .hpx-xxl-3 {
    height: 3px !important;
  }
  .hpx-xxl-4 {
    height: 4px !important;
  }
  .hpx-xxl-5 {
    height: 5px !important;
  }
  .hpx-xxl-6 {
    height: 6px !important;
  }
  .hpx-xxl-7 {
    height: 7px !important;
  }
  .hpx-xxl-8 {
    height: 8px !important;
  }
  .hpx-xxl-9 {
    height: 9px !important;
  }
  .hpx-xxl-10 {
    height: 10px !important;
  }
  .hpx-xxl-15 {
    height: 15px !important;
  }
  .hpx-xxl-20 {
    height: 20px !important;
  }
  .hpx-xxl-25 {
    height: 25px !important;
  }
  .hpx-xxl-30 {
    height: 30px !important;
  }
  .hpx-xxl-35 {
    height: 35px !important;
  }
  .hpx-xxl-40 {
    height: 40px !important;
  }
  .hpx-xxl-45 {
    height: 45px !important;
  }
  .hpx-xxl-50 {
    height: 50px !important;
  }
  .hpx-xxl-55 {
    height: 55px !important;
  }
  .hpx-xxl-60 {
    height: 60px !important;
  }
  .hpx-xxl-65 {
    height: 65px !important;
  }
  .hpx-xxl-70 {
    height: 70px !important;
  }
  .hpx-xxl-75 {
    height: 75px !important;
  }
  .hpx-xxl-80 {
    height: 80px !important;
  }
  .hpx-xxl-85 {
    height: 85px !important;
  }
  .hpx-xxl-90 {
    height: 90px !important;
  }
  .hpx-xxl-95 {
    height: 95px !important;
  }
  .hpx-xxl-100 {
    height: 100px !important;
  }
  .hpx-xxl-105 {
    height: 105px !important;
  }
  .hpx-xxl-110 {
    height: 110px !important;
  }
  .hpx-xxl-115 {
    height: 115px !important;
  }
  .hpx-xxl-120 {
    height: 120px !important;
  }
  .hpx-xxl-125 {
    height: 125px !important;
  }
  .hpx-xxl-130 {
    height: 130px !important;
  }
  .hpx-xxl-135 {
    height: 135px !important;
  }
  .hpx-xxl-140 {
    height: 140px !important;
  }
  .hpx-xxl-145 {
    height: 145px !important;
  }
  .hpx-xxl-150 {
    height: 150px !important;
  }
  .hpx-xxl-155 {
    height: 155px !important;
  }
  .hpx-xxl-160 {
    height: 160px !important;
  }
  .hpx-xxl-165 {
    height: 165px !important;
  }
  .hpx-xxl-170 {
    height: 170px !important;
  }
  .hpx-xxl-175 {
    height: 175px !important;
  }
  .hpx-xxl-180 {
    height: 180px !important;
  }
  .hpx-xxl-185 {
    height: 185px !important;
  }
  .hpx-xxl-190 {
    height: 190px !important;
  }
  .hpx-xxl-195 {
    height: 195px !important;
  }
  .hpx-xxl-200 {
    height: 200px !important;
  }
  .hpx-xxl-210 {
    height: 210px !important;
  }
  .hpx-xxl-220 {
    height: 220px !important;
  }
  .hpx-xxl-230 {
    height: 230px !important;
  }
  .hpx-xxl-240 {
    height: 240px !important;
  }
  .hpx-xxl-250 {
    height: 250px !important;
  }
  .hpx-xxl-260 {
    height: 260px !important;
  }
  .hpx-xxl-270 {
    height: 270px !important;
  }
  .hpx-xxl-280 {
    height: 280px !important;
  }
  .hpx-xxl-290 {
    height: 290px !important;
  }
  .hpx-xxl-300 {
    height: 300px !important;
  }
  .hpx-xxl-310 {
    height: 310px !important;
  }
  .hpx-xxl-320 {
    height: 320px !important;
  }
  .hpx-xxl-330 {
    height: 330px !important;
  }
  .hpx-xxl-340 {
    height: 340px !important;
  }
  .hpx-xxl-350 {
    height: 350px !important;
  }
  .hpx-xxl-360 {
    height: 360px !important;
  }
  .hpx-xxl-370 {
    height: 370px !important;
  }
  .hpx-xxl-380 {
    height: 380px !important;
  }
  .hpx-xxl-390 {
    height: 390px !important;
  }
  .hpx-xxl-400 {
    height: 400px !important;
  }
  .hpx-xxl-410 {
    height: 410px !important;
  }
  .hpx-xxl-420 {
    height: 420px !important;
  }
  .hpx-xxl-430 {
    height: 430px !important;
  }
  .hpx-xxl-440 {
    height: 440px !important;
  }
  .hpx-xxl-450 {
    height: 450px !important;
  }
  .hpx-xxl-460 {
    height: 460px !important;
  }
  .hpx-xxl-470 {
    height: 470px !important;
  }
  .hpx-xxl-480 {
    height: 480px !important;
  }
  .hpx-xxl-490 {
    height: 490px !important;
  }
  .hpx-xxl-500 {
    height: 500px !important;
  }
  .hpx-xxl-510 {
    height: 510px !important;
  }
  .hpx-xxl-520 {
    height: 520px !important;
  }
  .hpx-xxl-530 {
    height: 530px !important;
  }
  .hpx-xxl-540 {
    height: 540px !important;
  }
  .hpx-xxl-550 {
    height: 550px !important;
  }
  .hpx-xxl-560 {
    height: 560px !important;
  }
  .hpx-xxl-570 {
    height: 570px !important;
  }
  .hpx-xxl-580 {
    height: 580px !important;
  }
  .hpx-xxl-590 {
    height: 590px !important;
  }
  .hpx-xxl-600 {
    height: 600px !important;
  }
  .hpx-xxl-650 {
    height: 650px !important;
  }
  .hpx-xxl-700 {
    height: 700px !important;
  }
  .hpx-xxl-750 {
    height: 750px !important;
  }
  .hpx-xxl-800 {
    height: 800px !important;
  }
  .hpx-xxl-850 {
    height: 850px !important;
  }
  .hpx-xxl-900 {
    height: 900px !important;
  }
  .hpx-xxl-950 {
    height: 950px !important;
  }
  .hpx-xxl-1000 {
    height: 1000px !important;
  }
  .maxwpx-xxl-0 {
    max-width: 0 !important;
  }
  .maxwpx-xxl-1 {
    max-width: 1px !important;
  }
  .maxwpx-xxl-2 {
    max-width: 2px !important;
  }
  .maxwpx-xxl-3 {
    max-width: 3px !important;
  }
  .maxwpx-xxl-4 {
    max-width: 4px !important;
  }
  .maxwpx-xxl-5 {
    max-width: 5px !important;
  }
  .maxwpx-xxl-6 {
    max-width: 6px !important;
  }
  .maxwpx-xxl-7 {
    max-width: 7px !important;
  }
  .maxwpx-xxl-8 {
    max-width: 8px !important;
  }
  .maxwpx-xxl-9 {
    max-width: 9px !important;
  }
  .maxwpx-xxl-10 {
    max-width: 10px !important;
  }
  .maxwpx-xxl-15 {
    max-width: 15px !important;
  }
  .maxwpx-xxl-20 {
    max-width: 20px !important;
  }
  .maxwpx-xxl-25 {
    max-width: 25px !important;
  }
  .maxwpx-xxl-30 {
    max-width: 30px !important;
  }
  .maxwpx-xxl-35 {
    max-width: 35px !important;
  }
  .maxwpx-xxl-40 {
    max-width: 40px !important;
  }
  .maxwpx-xxl-45 {
    max-width: 45px !important;
  }
  .maxwpx-xxl-50 {
    max-width: 50px !important;
  }
  .maxwpx-xxl-55 {
    max-width: 55px !important;
  }
  .maxwpx-xxl-60 {
    max-width: 60px !important;
  }
  .maxwpx-xxl-65 {
    max-width: 65px !important;
  }
  .maxwpx-xxl-70 {
    max-width: 70px !important;
  }
  .maxwpx-xxl-75 {
    max-width: 75px !important;
  }
  .maxwpx-xxl-80 {
    max-width: 80px !important;
  }
  .maxwpx-xxl-85 {
    max-width: 85px !important;
  }
  .maxwpx-xxl-90 {
    max-width: 90px !important;
  }
  .maxwpx-xxl-95 {
    max-width: 95px !important;
  }
  .maxwpx-xxl-100 {
    max-width: 100px !important;
  }
  .maxwpx-xxl-105 {
    max-width: 105px !important;
  }
  .maxwpx-xxl-110 {
    max-width: 110px !important;
  }
  .maxwpx-xxl-115 {
    max-width: 115px !important;
  }
  .maxwpx-xxl-120 {
    max-width: 120px !important;
  }
  .maxwpx-xxl-125 {
    max-width: 125px !important;
  }
  .maxwpx-xxl-130 {
    max-width: 130px !important;
  }
  .maxwpx-xxl-135 {
    max-width: 135px !important;
  }
  .maxwpx-xxl-140 {
    max-width: 140px !important;
  }
  .maxwpx-xxl-145 {
    max-width: 145px !important;
  }
  .maxwpx-xxl-150 {
    max-width: 150px !important;
  }
  .maxwpx-xxl-155 {
    max-width: 155px !important;
  }
  .maxwpx-xxl-160 {
    max-width: 160px !important;
  }
  .maxwpx-xxl-165 {
    max-width: 165px !important;
  }
  .maxwpx-xxl-170 {
    max-width: 170px !important;
  }
  .maxwpx-xxl-175 {
    max-width: 175px !important;
  }
  .maxwpx-xxl-180 {
    max-width: 180px !important;
  }
  .maxwpx-xxl-185 {
    max-width: 185px !important;
  }
  .maxwpx-xxl-190 {
    max-width: 190px !important;
  }
  .maxwpx-xxl-195 {
    max-width: 195px !important;
  }
  .maxwpx-xxl-200 {
    max-width: 200px !important;
  }
  .maxwpx-xxl-210 {
    max-width: 210px !important;
  }
  .maxwpx-xxl-220 {
    max-width: 220px !important;
  }
  .maxwpx-xxl-230 {
    max-width: 230px !important;
  }
  .maxwpx-xxl-240 {
    max-width: 240px !important;
  }
  .maxwpx-xxl-250 {
    max-width: 250px !important;
  }
  .maxwpx-xxl-260 {
    max-width: 260px !important;
  }
  .maxwpx-xxl-270 {
    max-width: 270px !important;
  }
  .maxwpx-xxl-280 {
    max-width: 280px !important;
  }
  .maxwpx-xxl-290 {
    max-width: 290px !important;
  }
  .maxwpx-xxl-300 {
    max-width: 300px !important;
  }
  .maxwpx-xxl-310 {
    max-width: 310px !important;
  }
  .maxwpx-xxl-320 {
    max-width: 320px !important;
  }
  .maxwpx-xxl-330 {
    max-width: 330px !important;
  }
  .maxwpx-xxl-340 {
    max-width: 340px !important;
  }
  .maxwpx-xxl-350 {
    max-width: 350px !important;
  }
  .maxwpx-xxl-360 {
    max-width: 360px !important;
  }
  .maxwpx-xxl-370 {
    max-width: 370px !important;
  }
  .maxwpx-xxl-380 {
    max-width: 380px !important;
  }
  .maxwpx-xxl-390 {
    max-width: 390px !important;
  }
  .maxwpx-xxl-400 {
    max-width: 400px !important;
  }
  .maxwpx-xxl-410 {
    max-width: 410px !important;
  }
  .maxwpx-xxl-420 {
    max-width: 420px !important;
  }
  .maxwpx-xxl-430 {
    max-width: 430px !important;
  }
  .maxwpx-xxl-440 {
    max-width: 440px !important;
  }
  .maxwpx-xxl-450 {
    max-width: 450px !important;
  }
  .maxwpx-xxl-460 {
    max-width: 460px !important;
  }
  .maxwpx-xxl-470 {
    max-width: 470px !important;
  }
  .maxwpx-xxl-480 {
    max-width: 480px !important;
  }
  .maxwpx-xxl-490 {
    max-width: 490px !important;
  }
  .maxwpx-xxl-500 {
    max-width: 500px !important;
  }
  .maxwpx-xxl-510 {
    max-width: 510px !important;
  }
  .maxwpx-xxl-520 {
    max-width: 520px !important;
  }
  .maxwpx-xxl-530 {
    max-width: 530px !important;
  }
  .maxwpx-xxl-540 {
    max-width: 540px !important;
  }
  .maxwpx-xxl-550 {
    max-width: 550px !important;
  }
  .maxwpx-xxl-560 {
    max-width: 560px !important;
  }
  .maxwpx-xxl-570 {
    max-width: 570px !important;
  }
  .maxwpx-xxl-580 {
    max-width: 580px !important;
  }
  .maxwpx-xxl-590 {
    max-width: 590px !important;
  }
  .maxwpx-xxl-600 {
    max-width: 600px !important;
  }
  .maxwpx-xxl-650 {
    max-width: 650px !important;
  }
  .maxwpx-xxl-700 {
    max-width: 700px !important;
  }
  .maxwpx-xxl-750 {
    max-width: 750px !important;
  }
  .maxwpx-xxl-800 {
    max-width: 800px !important;
  }
  .maxwpx-xxl-850 {
    max-width: 850px !important;
  }
  .maxwpx-xxl-900 {
    max-width: 900px !important;
  }
  .maxwpx-xxl-950 {
    max-width: 950px !important;
  }
  .maxwpx-xxl-1000 {
    max-width: 1000px !important;
  }
  .maxhpx-xxl-0 {
    max-height: 0 !important;
  }
  .maxhpx-xxl-1 {
    max-height: 1px !important;
  }
  .maxhpx-xxl-2 {
    max-height: 2px !important;
  }
  .maxhpx-xxl-3 {
    max-height: 3px !important;
  }
  .maxhpx-xxl-4 {
    max-height: 4px !important;
  }
  .maxhpx-xxl-5 {
    max-height: 5px !important;
  }
  .maxhpx-xxl-6 {
    max-height: 6px !important;
  }
  .maxhpx-xxl-7 {
    max-height: 7px !important;
  }
  .maxhpx-xxl-8 {
    max-height: 8px !important;
  }
  .maxhpx-xxl-9 {
    max-height: 9px !important;
  }
  .maxhpx-xxl-10 {
    max-height: 10px !important;
  }
  .maxhpx-xxl-15 {
    max-height: 15px !important;
  }
  .maxhpx-xxl-20 {
    max-height: 20px !important;
  }
  .maxhpx-xxl-25 {
    max-height: 25px !important;
  }
  .maxhpx-xxl-30 {
    max-height: 30px !important;
  }
  .maxhpx-xxl-35 {
    max-height: 35px !important;
  }
  .maxhpx-xxl-40 {
    max-height: 40px !important;
  }
  .maxhpx-xxl-45 {
    max-height: 45px !important;
  }
  .maxhpx-xxl-50 {
    max-height: 50px !important;
  }
  .maxhpx-xxl-55 {
    max-height: 55px !important;
  }
  .maxhpx-xxl-60 {
    max-height: 60px !important;
  }
  .maxhpx-xxl-65 {
    max-height: 65px !important;
  }
  .maxhpx-xxl-70 {
    max-height: 70px !important;
  }
  .maxhpx-xxl-75 {
    max-height: 75px !important;
  }
  .maxhpx-xxl-80 {
    max-height: 80px !important;
  }
  .maxhpx-xxl-85 {
    max-height: 85px !important;
  }
  .maxhpx-xxl-90 {
    max-height: 90px !important;
  }
  .maxhpx-xxl-95 {
    max-height: 95px !important;
  }
  .maxhpx-xxl-100 {
    max-height: 100px !important;
  }
  .maxhpx-xxl-105 {
    max-height: 105px !important;
  }
  .maxhpx-xxl-110 {
    max-height: 110px !important;
  }
  .maxhpx-xxl-115 {
    max-height: 115px !important;
  }
  .maxhpx-xxl-120 {
    max-height: 120px !important;
  }
  .maxhpx-xxl-125 {
    max-height: 125px !important;
  }
  .maxhpx-xxl-130 {
    max-height: 130px !important;
  }
  .maxhpx-xxl-135 {
    max-height: 135px !important;
  }
  .maxhpx-xxl-140 {
    max-height: 140px !important;
  }
  .maxhpx-xxl-145 {
    max-height: 145px !important;
  }
  .maxhpx-xxl-150 {
    max-height: 150px !important;
  }
  .maxhpx-xxl-155 {
    max-height: 155px !important;
  }
  .maxhpx-xxl-160 {
    max-height: 160px !important;
  }
  .maxhpx-xxl-165 {
    max-height: 165px !important;
  }
  .maxhpx-xxl-170 {
    max-height: 170px !important;
  }
  .maxhpx-xxl-175 {
    max-height: 175px !important;
  }
  .maxhpx-xxl-180 {
    max-height: 180px !important;
  }
  .maxhpx-xxl-185 {
    max-height: 185px !important;
  }
  .maxhpx-xxl-190 {
    max-height: 190px !important;
  }
  .maxhpx-xxl-195 {
    max-height: 195px !important;
  }
  .maxhpx-xxl-200 {
    max-height: 200px !important;
  }
  .maxhpx-xxl-210 {
    max-height: 210px !important;
  }
  .maxhpx-xxl-220 {
    max-height: 220px !important;
  }
  .maxhpx-xxl-230 {
    max-height: 230px !important;
  }
  .maxhpx-xxl-240 {
    max-height: 240px !important;
  }
  .maxhpx-xxl-250 {
    max-height: 250px !important;
  }
  .maxhpx-xxl-260 {
    max-height: 260px !important;
  }
  .maxhpx-xxl-270 {
    max-height: 270px !important;
  }
  .maxhpx-xxl-280 {
    max-height: 280px !important;
  }
  .maxhpx-xxl-290 {
    max-height: 290px !important;
  }
  .maxhpx-xxl-300 {
    max-height: 300px !important;
  }
  .maxhpx-xxl-310 {
    max-height: 310px !important;
  }
  .maxhpx-xxl-320 {
    max-height: 320px !important;
  }
  .maxhpx-xxl-330 {
    max-height: 330px !important;
  }
  .maxhpx-xxl-340 {
    max-height: 340px !important;
  }
  .maxhpx-xxl-350 {
    max-height: 350px !important;
  }
  .maxhpx-xxl-360 {
    max-height: 360px !important;
  }
  .maxhpx-xxl-370 {
    max-height: 370px !important;
  }
  .maxhpx-xxl-380 {
    max-height: 380px !important;
  }
  .maxhpx-xxl-390 {
    max-height: 390px !important;
  }
  .maxhpx-xxl-400 {
    max-height: 400px !important;
  }
  .maxhpx-xxl-410 {
    max-height: 410px !important;
  }
  .maxhpx-xxl-420 {
    max-height: 420px !important;
  }
  .maxhpx-xxl-430 {
    max-height: 430px !important;
  }
  .maxhpx-xxl-440 {
    max-height: 440px !important;
  }
  .maxhpx-xxl-450 {
    max-height: 450px !important;
  }
  .maxhpx-xxl-460 {
    max-height: 460px !important;
  }
  .maxhpx-xxl-470 {
    max-height: 470px !important;
  }
  .maxhpx-xxl-480 {
    max-height: 480px !important;
  }
  .maxhpx-xxl-490 {
    max-height: 490px !important;
  }
  .maxhpx-xxl-500 {
    max-height: 500px !important;
  }
  .maxhpx-xxl-510 {
    max-height: 510px !important;
  }
  .maxhpx-xxl-520 {
    max-height: 520px !important;
  }
  .maxhpx-xxl-530 {
    max-height: 530px !important;
  }
  .maxhpx-xxl-540 {
    max-height: 540px !important;
  }
  .maxhpx-xxl-550 {
    max-height: 550px !important;
  }
  .maxhpx-xxl-560 {
    max-height: 560px !important;
  }
  .maxhpx-xxl-570 {
    max-height: 570px !important;
  }
  .maxhpx-xxl-580 {
    max-height: 580px !important;
  }
  .maxhpx-xxl-590 {
    max-height: 590px !important;
  }
  .maxhpx-xxl-600 {
    max-height: 600px !important;
  }
  .maxhpx-xxl-650 {
    max-height: 650px !important;
  }
  .maxhpx-xxl-700 {
    max-height: 700px !important;
  }
  .maxhpx-xxl-750 {
    max-height: 750px !important;
  }
  .maxhpx-xxl-800 {
    max-height: 800px !important;
  }
  .maxhpx-xxl-850 {
    max-height: 850px !important;
  }
  .maxhpx-xxl-900 {
    max-height: 900px !important;
  }
  .maxhpx-xxl-950 {
    max-height: 950px !important;
  }
  .maxhpx-xxl-1000 {
    max-height: 1000px !important;
  }
  .minwpx-xxl-0 {
    min-width: 0 !important;
  }
  .minwpx-xxl-1 {
    min-width: 1px !important;
  }
  .minwpx-xxl-2 {
    min-width: 2px !important;
  }
  .minwpx-xxl-3 {
    min-width: 3px !important;
  }
  .minwpx-xxl-4 {
    min-width: 4px !important;
  }
  .minwpx-xxl-5 {
    min-width: 5px !important;
  }
  .minwpx-xxl-6 {
    min-width: 6px !important;
  }
  .minwpx-xxl-7 {
    min-width: 7px !important;
  }
  .minwpx-xxl-8 {
    min-width: 8px !important;
  }
  .minwpx-xxl-9 {
    min-width: 9px !important;
  }
  .minwpx-xxl-10 {
    min-width: 10px !important;
  }
  .minwpx-xxl-15 {
    min-width: 15px !important;
  }
  .minwpx-xxl-20 {
    min-width: 20px !important;
  }
  .minwpx-xxl-25 {
    min-width: 25px !important;
  }
  .minwpx-xxl-30 {
    min-width: 30px !important;
  }
  .minwpx-xxl-35 {
    min-width: 35px !important;
  }
  .minwpx-xxl-40 {
    min-width: 40px !important;
  }
  .minwpx-xxl-45 {
    min-width: 45px !important;
  }
  .minwpx-xxl-50 {
    min-width: 50px !important;
  }
  .minwpx-xxl-55 {
    min-width: 55px !important;
  }
  .minwpx-xxl-60 {
    min-width: 60px !important;
  }
  .minwpx-xxl-65 {
    min-width: 65px !important;
  }
  .minwpx-xxl-70 {
    min-width: 70px !important;
  }
  .minwpx-xxl-75 {
    min-width: 75px !important;
  }
  .minwpx-xxl-80 {
    min-width: 80px !important;
  }
  .minwpx-xxl-85 {
    min-width: 85px !important;
  }
  .minwpx-xxl-90 {
    min-width: 90px !important;
  }
  .minwpx-xxl-95 {
    min-width: 95px !important;
  }
  .minwpx-xxl-100 {
    min-width: 100px !important;
  }
  .minwpx-xxl-105 {
    min-width: 105px !important;
  }
  .minwpx-xxl-110 {
    min-width: 110px !important;
  }
  .minwpx-xxl-115 {
    min-width: 115px !important;
  }
  .minwpx-xxl-120 {
    min-width: 120px !important;
  }
  .minwpx-xxl-125 {
    min-width: 125px !important;
  }
  .minwpx-xxl-130 {
    min-width: 130px !important;
  }
  .minwpx-xxl-135 {
    min-width: 135px !important;
  }
  .minwpx-xxl-140 {
    min-width: 140px !important;
  }
  .minwpx-xxl-145 {
    min-width: 145px !important;
  }
  .minwpx-xxl-150 {
    min-width: 150px !important;
  }
  .minwpx-xxl-155 {
    min-width: 155px !important;
  }
  .minwpx-xxl-160 {
    min-width: 160px !important;
  }
  .minwpx-xxl-165 {
    min-width: 165px !important;
  }
  .minwpx-xxl-170 {
    min-width: 170px !important;
  }
  .minwpx-xxl-175 {
    min-width: 175px !important;
  }
  .minwpx-xxl-180 {
    min-width: 180px !important;
  }
  .minwpx-xxl-185 {
    min-width: 185px !important;
  }
  .minwpx-xxl-190 {
    min-width: 190px !important;
  }
  .minwpx-xxl-195 {
    min-width: 195px !important;
  }
  .minwpx-xxl-200 {
    min-width: 200px !important;
  }
  .minwpx-xxl-210 {
    min-width: 210px !important;
  }
  .minwpx-xxl-220 {
    min-width: 220px !important;
  }
  .minwpx-xxl-230 {
    min-width: 230px !important;
  }
  .minwpx-xxl-240 {
    min-width: 240px !important;
  }
  .minwpx-xxl-250 {
    min-width: 250px !important;
  }
  .minwpx-xxl-260 {
    min-width: 260px !important;
  }
  .minwpx-xxl-270 {
    min-width: 270px !important;
  }
  .minwpx-xxl-280 {
    min-width: 280px !important;
  }
  .minwpx-xxl-290 {
    min-width: 290px !important;
  }
  .minwpx-xxl-300 {
    min-width: 300px !important;
  }
  .minwpx-xxl-310 {
    min-width: 310px !important;
  }
  .minwpx-xxl-320 {
    min-width: 320px !important;
  }
  .minwpx-xxl-330 {
    min-width: 330px !important;
  }
  .minwpx-xxl-340 {
    min-width: 340px !important;
  }
  .minwpx-xxl-350 {
    min-width: 350px !important;
  }
  .minwpx-xxl-360 {
    min-width: 360px !important;
  }
  .minwpx-xxl-370 {
    min-width: 370px !important;
  }
  .minwpx-xxl-380 {
    min-width: 380px !important;
  }
  .minwpx-xxl-390 {
    min-width: 390px !important;
  }
  .minwpx-xxl-400 {
    min-width: 400px !important;
  }
  .minwpx-xxl-410 {
    min-width: 410px !important;
  }
  .minwpx-xxl-420 {
    min-width: 420px !important;
  }
  .minwpx-xxl-430 {
    min-width: 430px !important;
  }
  .minwpx-xxl-440 {
    min-width: 440px !important;
  }
  .minwpx-xxl-450 {
    min-width: 450px !important;
  }
  .minwpx-xxl-460 {
    min-width: 460px !important;
  }
  .minwpx-xxl-470 {
    min-width: 470px !important;
  }
  .minwpx-xxl-480 {
    min-width: 480px !important;
  }
  .minwpx-xxl-490 {
    min-width: 490px !important;
  }
  .minwpx-xxl-500 {
    min-width: 500px !important;
  }
  .minwpx-xxl-510 {
    min-width: 510px !important;
  }
  .minwpx-xxl-520 {
    min-width: 520px !important;
  }
  .minwpx-xxl-530 {
    min-width: 530px !important;
  }
  .minwpx-xxl-540 {
    min-width: 540px !important;
  }
  .minwpx-xxl-550 {
    min-width: 550px !important;
  }
  .minwpx-xxl-560 {
    min-width: 560px !important;
  }
  .minwpx-xxl-570 {
    min-width: 570px !important;
  }
  .minwpx-xxl-580 {
    min-width: 580px !important;
  }
  .minwpx-xxl-590 {
    min-width: 590px !important;
  }
  .minwpx-xxl-600 {
    min-width: 600px !important;
  }
  .minwpx-xxl-650 {
    min-width: 650px !important;
  }
  .minwpx-xxl-700 {
    min-width: 700px !important;
  }
  .minwpx-xxl-750 {
    min-width: 750px !important;
  }
  .minwpx-xxl-800 {
    min-width: 800px !important;
  }
  .minwpx-xxl-850 {
    min-width: 850px !important;
  }
  .minwpx-xxl-900 {
    min-width: 900px !important;
  }
  .minwpx-xxl-950 {
    min-width: 950px !important;
  }
  .minwpx-xxl-1000 {
    min-width: 1000px !important;
  }
  .minhpx-xxl-0 {
    min-height: 0 !important;
  }
  .minhpx-xxl-1 {
    min-height: 1px !important;
  }
  .minhpx-xxl-2 {
    min-height: 2px !important;
  }
  .minhpx-xxl-3 {
    min-height: 3px !important;
  }
  .minhpx-xxl-4 {
    min-height: 4px !important;
  }
  .minhpx-xxl-5 {
    min-height: 5px !important;
  }
  .minhpx-xxl-6 {
    min-height: 6px !important;
  }
  .minhpx-xxl-7 {
    min-height: 7px !important;
  }
  .minhpx-xxl-8 {
    min-height: 8px !important;
  }
  .minhpx-xxl-9 {
    min-height: 9px !important;
  }
  .minhpx-xxl-10 {
    min-height: 10px !important;
  }
  .minhpx-xxl-15 {
    min-height: 15px !important;
  }
  .minhpx-xxl-20 {
    min-height: 20px !important;
  }
  .minhpx-xxl-25 {
    min-height: 25px !important;
  }
  .minhpx-xxl-30 {
    min-height: 30px !important;
  }
  .minhpx-xxl-35 {
    min-height: 35px !important;
  }
  .minhpx-xxl-40 {
    min-height: 40px !important;
  }
  .minhpx-xxl-45 {
    min-height: 45px !important;
  }
  .minhpx-xxl-50 {
    min-height: 50px !important;
  }
  .minhpx-xxl-55 {
    min-height: 55px !important;
  }
  .minhpx-xxl-60 {
    min-height: 60px !important;
  }
  .minhpx-xxl-65 {
    min-height: 65px !important;
  }
  .minhpx-xxl-70 {
    min-height: 70px !important;
  }
  .minhpx-xxl-75 {
    min-height: 75px !important;
  }
  .minhpx-xxl-80 {
    min-height: 80px !important;
  }
  .minhpx-xxl-85 {
    min-height: 85px !important;
  }
  .minhpx-xxl-90 {
    min-height: 90px !important;
  }
  .minhpx-xxl-95 {
    min-height: 95px !important;
  }
  .minhpx-xxl-100 {
    min-height: 100px !important;
  }
  .minhpx-xxl-105 {
    min-height: 105px !important;
  }
  .minhpx-xxl-110 {
    min-height: 110px !important;
  }
  .minhpx-xxl-115 {
    min-height: 115px !important;
  }
  .minhpx-xxl-120 {
    min-height: 120px !important;
  }
  .minhpx-xxl-125 {
    min-height: 125px !important;
  }
  .minhpx-xxl-130 {
    min-height: 130px !important;
  }
  .minhpx-xxl-135 {
    min-height: 135px !important;
  }
  .minhpx-xxl-140 {
    min-height: 140px !important;
  }
  .minhpx-xxl-145 {
    min-height: 145px !important;
  }
  .minhpx-xxl-150 {
    min-height: 150px !important;
  }
  .minhpx-xxl-155 {
    min-height: 155px !important;
  }
  .minhpx-xxl-160 {
    min-height: 160px !important;
  }
  .minhpx-xxl-165 {
    min-height: 165px !important;
  }
  .minhpx-xxl-170 {
    min-height: 170px !important;
  }
  .minhpx-xxl-175 {
    min-height: 175px !important;
  }
  .minhpx-xxl-180 {
    min-height: 180px !important;
  }
  .minhpx-xxl-185 {
    min-height: 185px !important;
  }
  .minhpx-xxl-190 {
    min-height: 190px !important;
  }
  .minhpx-xxl-195 {
    min-height: 195px !important;
  }
  .minhpx-xxl-200 {
    min-height: 200px !important;
  }
  .minhpx-xxl-210 {
    min-height: 210px !important;
  }
  .minhpx-xxl-220 {
    min-height: 220px !important;
  }
  .minhpx-xxl-230 {
    min-height: 230px !important;
  }
  .minhpx-xxl-240 {
    min-height: 240px !important;
  }
  .minhpx-xxl-250 {
    min-height: 250px !important;
  }
  .minhpx-xxl-260 {
    min-height: 260px !important;
  }
  .minhpx-xxl-270 {
    min-height: 270px !important;
  }
  .minhpx-xxl-280 {
    min-height: 280px !important;
  }
  .minhpx-xxl-290 {
    min-height: 290px !important;
  }
  .minhpx-xxl-300 {
    min-height: 300px !important;
  }
  .minhpx-xxl-310 {
    min-height: 310px !important;
  }
  .minhpx-xxl-320 {
    min-height: 320px !important;
  }
  .minhpx-xxl-330 {
    min-height: 330px !important;
  }
  .minhpx-xxl-340 {
    min-height: 340px !important;
  }
  .minhpx-xxl-350 {
    min-height: 350px !important;
  }
  .minhpx-xxl-360 {
    min-height: 360px !important;
  }
  .minhpx-xxl-370 {
    min-height: 370px !important;
  }
  .minhpx-xxl-380 {
    min-height: 380px !important;
  }
  .minhpx-xxl-390 {
    min-height: 390px !important;
  }
  .minhpx-xxl-400 {
    min-height: 400px !important;
  }
  .minhpx-xxl-410 {
    min-height: 410px !important;
  }
  .minhpx-xxl-420 {
    min-height: 420px !important;
  }
  .minhpx-xxl-430 {
    min-height: 430px !important;
  }
  .minhpx-xxl-440 {
    min-height: 440px !important;
  }
  .minhpx-xxl-450 {
    min-height: 450px !important;
  }
  .minhpx-xxl-460 {
    min-height: 460px !important;
  }
  .minhpx-xxl-470 {
    min-height: 470px !important;
  }
  .minhpx-xxl-480 {
    min-height: 480px !important;
  }
  .minhpx-xxl-490 {
    min-height: 490px !important;
  }
  .minhpx-xxl-500 {
    min-height: 500px !important;
  }
  .minhpx-xxl-510 {
    min-height: 510px !important;
  }
  .minhpx-xxl-520 {
    min-height: 520px !important;
  }
  .minhpx-xxl-530 {
    min-height: 530px !important;
  }
  .minhpx-xxl-540 {
    min-height: 540px !important;
  }
  .minhpx-xxl-550 {
    min-height: 550px !important;
  }
  .minhpx-xxl-560 {
    min-height: 560px !important;
  }
  .minhpx-xxl-570 {
    min-height: 570px !important;
  }
  .minhpx-xxl-580 {
    min-height: 580px !important;
  }
  .minhpx-xxl-590 {
    min-height: 590px !important;
  }
  .minhpx-xxl-600 {
    min-height: 600px !important;
  }
  .minhpx-xxl-650 {
    min-height: 650px !important;
  }
  .minhpx-xxl-700 {
    min-height: 700px !important;
  }
  .minhpx-xxl-750 {
    min-height: 750px !important;
  }
  .minhpx-xxl-800 {
    min-height: 800px !important;
  }
  .minhpx-xxl-850 {
    min-height: 850px !important;
  }
  .minhpx-xxl-900 {
    min-height: 900px !important;
  }
  .minhpx-xxl-950 {
    min-height: 950px !important;
  }
  .minhpx-xxl-1000 {
    min-height: 1000px !important;
  }
  .fs-xxl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xxl-2 {
    font-size: 2rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.75rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .fs-xxl-7 {
    font-size: 0.95rem !important;
  }
  .fs-xxl-8 {
    font-size: 0.9rem !important;
  }
  .fs-xxl-9 {
    font-size: 0.85rem !important;
  }
  .fs-xxl-10 {
    font-size: 0.8rem !important;
  }
  .bwidth-xxl-0 {
    border-width: 0 !important;
  }
  .bwidth-xxl-1 {
    border-width: 1px !important;
  }
  .bwidth-xxl-2 {
    border-width: 2px !important;
  }
  .bwidth-xxl-3 {
    border-width: 3px !important;
  }
  .bwidth-xxl-4 {
    border-width: 4px !important;
  }
  .bwidth-xxl-5 {
    border-width: 5px !important;
  }
  .rounded-xxl {
    border-radius: 0.375rem !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-2 {
    border-radius: 0.375rem !important;
  }
  .rounded-xxl-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-xxl-4 {
    border-radius: 0.5rem !important;
  }
  .rounded-xxl-5 {
    border-radius: 0.8rem !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-5 {
    top: 5% !important;
  }
  .top-xxl-10 {
    top: 10% !important;
  }
  .top-xxl-15 {
    top: 15% !important;
  }
  .top-xxl-20 {
    top: 20% !important;
  }
  .top-xxl-25 {
    top: 25% !important;
  }
  .top-xxl-30 {
    top: 30% !important;
  }
  .top-xxl-35 {
    top: 35% !important;
  }
  .top-xxl-40 {
    top: 40% !important;
  }
  .top-xxl-45 {
    top: 45% !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-55 {
    top: 55% !important;
  }
  .top-xxl-60 {
    top: 60% !important;
  }
  .top-xxl-65 {
    top: 65% !important;
  }
  .top-xxl-70 {
    top: 70% !important;
  }
  .top-xxl-75 {
    top: 75% !important;
  }
  .top-xxl-80 {
    top: 80% !important;
  }
  .top-xxl-85 {
    top: 85% !important;
  }
  .top-xxl-90 {
    top: 90% !important;
  }
  .top-xxl-95 {
    top: 95% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-5 {
    bottom: 5% !important;
  }
  .bottom-xxl-10 {
    bottom: 10% !important;
  }
  .bottom-xxl-15 {
    bottom: 15% !important;
  }
  .bottom-xxl-20 {
    bottom: 20% !important;
  }
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  .bottom-xxl-30 {
    bottom: 30% !important;
  }
  .bottom-xxl-35 {
    bottom: 35% !important;
  }
  .bottom-xxl-40 {
    bottom: 40% !important;
  }
  .bottom-xxl-45 {
    bottom: 45% !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-55 {
    bottom: 55% !important;
  }
  .bottom-xxl-60 {
    bottom: 60% !important;
  }
  .bottom-xxl-65 {
    bottom: 65% !important;
  }
  .bottom-xxl-70 {
    bottom: 70% !important;
  }
  .bottom-xxl-75 {
    bottom: 75% !important;
  }
  .bottom-xxl-80 {
    bottom: 80% !important;
  }
  .bottom-xxl-85 {
    bottom: 85% !important;
  }
  .bottom-xxl-90 {
    bottom: 90% !important;
  }
  .bottom-xxl-95 {
    bottom: 95% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-5 {
    left: 5% !important;
  }
  .start-xxl-10 {
    left: 10% !important;
  }
  .start-xxl-15 {
    left: 15% !important;
  }
  .start-xxl-20 {
    left: 20% !important;
  }
  .start-xxl-25 {
    left: 25% !important;
  }
  .start-xxl-30 {
    left: 30% !important;
  }
  .start-xxl-35 {
    left: 35% !important;
  }
  .start-xxl-40 {
    left: 40% !important;
  }
  .start-xxl-45 {
    left: 45% !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-55 {
    left: 55% !important;
  }
  .start-xxl-60 {
    left: 60% !important;
  }
  .start-xxl-65 {
    left: 65% !important;
  }
  .start-xxl-70 {
    left: 70% !important;
  }
  .start-xxl-75 {
    left: 75% !important;
  }
  .start-xxl-80 {
    left: 80% !important;
  }
  .start-xxl-85 {
    left: 85% !important;
  }
  .start-xxl-90 {
    left: 90% !important;
  }
  .start-xxl-95 {
    left: 95% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-5 {
    right: 5% !important;
  }
  .end-xxl-10 {
    right: 10% !important;
  }
  .end-xxl-15 {
    right: 15% !important;
  }
  .end-xxl-20 {
    right: 20% !important;
  }
  .end-xxl-25 {
    right: 25% !important;
  }
  .end-xxl-30 {
    right: 30% !important;
  }
  .end-xxl-35 {
    right: 35% !important;
  }
  .end-xxl-40 {
    right: 40% !important;
  }
  .end-xxl-45 {
    right: 45% !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-55 {
    right: 55% !important;
  }
  .end-xxl-60 {
    right: 60% !important;
  }
  .end-xxl-65 {
    right: 65% !important;
  }
  .end-xxl-70 {
    right: 70% !important;
  }
  .end-xxl-75 {
    right: 75% !important;
  }
  .end-xxl-80 {
    right: 80% !important;
  }
  .end-xxl-85 {
    right: 85% !important;
  }
  .end-xxl-90 {
    right: 90% !important;
  }
  .end-xxl-95 {
    right: 95% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .top-xxl-n5 {
    top: -5% !important;
  }
  .top-xxl-n10 {
    top: -10% !important;
  }
  .top-xxl-n15 {
    top: -15% !important;
  }
  .top-xxl-n20 {
    top: -20% !important;
  }
  .top-xxl-n25 {
    top: -25% !important;
  }
  .top-xxl-n30 {
    top: -30% !important;
  }
  .top-xxl-n35 {
    top: -35% !important;
  }
  .top-xxl-n40 {
    top: -40% !important;
  }
  .top-xxl-n45 {
    top: -45% !important;
  }
  .top-xxl-n50 {
    top: -50% !important;
  }
  .top-xxl-n55 {
    top: -55% !important;
  }
  .top-xxl-n60 {
    top: -60% !important;
  }
  .top-xxl-n65 {
    top: -65% !important;
  }
  .top-xxl-n70 {
    top: -70% !important;
  }
  .top-xxl-n75 {
    top: -75% !important;
  }
  .top-xxl-n80 {
    top: -80% !important;
  }
  .top-xxl-n85 {
    top: -85% !important;
  }
  .top-xxl-n90 {
    top: -90% !important;
  }
  .top-xxl-n95 {
    top: -95% !important;
  }
  .top-xxl-n100 {
    top: -100% !important;
  }
  .bottom-xxl-n5 {
    bottom: -5% !important;
  }
  .bottom-xxl-n10 {
    bottom: -10% !important;
  }
  .bottom-xxl-n15 {
    bottom: -15% !important;
  }
  .bottom-xxl-n20 {
    bottom: -20% !important;
  }
  .bottom-xxl-n25 {
    bottom: -25% !important;
  }
  .bottom-xxl-n30 {
    bottom: -30% !important;
  }
  .bottom-xxl-n35 {
    bottom: -35% !important;
  }
  .bottom-xxl-n40 {
    bottom: -40% !important;
  }
  .bottom-xxl-n45 {
    bottom: -45% !important;
  }
  .bottom-xxl-n50 {
    bottom: -50% !important;
  }
  .bottom-xxl-n55 {
    bottom: -55% !important;
  }
  .bottom-xxl-n60 {
    bottom: -60% !important;
  }
  .bottom-xxl-n65 {
    bottom: -65% !important;
  }
  .bottom-xxl-n70 {
    bottom: -70% !important;
  }
  .bottom-xxl-n75 {
    bottom: -75% !important;
  }
  .bottom-xxl-n80 {
    bottom: -80% !important;
  }
  .bottom-xxl-n85 {
    bottom: -85% !important;
  }
  .bottom-xxl-n90 {
    bottom: -90% !important;
  }
  .bottom-xxl-n95 {
    bottom: -95% !important;
  }
  .bottom-xxl-n100 {
    bottom: -100% !important;
  }
  .start-xxl-n5 {
    left: -5% !important;
  }
  .start-xxl-n10 {
    left: -10% !important;
  }
  .start-xxl-n15 {
    left: -15% !important;
  }
  .start-xxl-n20 {
    left: -20% !important;
  }
  .start-xxl-n25 {
    left: -25% !important;
  }
  .start-xxl-n30 {
    left: -30% !important;
  }
  .start-xxl-n35 {
    left: -35% !important;
  }
  .start-xxl-n40 {
    left: -40% !important;
  }
  .start-xxl-n45 {
    left: -45% !important;
  }
  .start-xxl-n50 {
    left: -50% !important;
  }
  .start-xxl-n55 {
    left: -55% !important;
  }
  .start-xxl-n60 {
    left: -60% !important;
  }
  .start-xxl-n65 {
    left: -65% !important;
  }
  .start-xxl-n70 {
    left: -70% !important;
  }
  .start-xxl-n75 {
    left: -75% !important;
  }
  .start-xxl-n80 {
    left: -80% !important;
  }
  .start-xxl-n85 {
    left: -85% !important;
  }
  .start-xxl-n90 {
    left: -90% !important;
  }
  .start-xxl-n95 {
    left: -95% !important;
  }
  .start-xxl-n100 {
    left: -100% !important;
  }
  .end-xxl-n5 {
    right: -5% !important;
  }
  .end-xxl-n10 {
    right: -10% !important;
  }
  .end-xxl-n15 {
    right: -15% !important;
  }
  .end-xxl-n20 {
    right: -20% !important;
  }
  .end-xxl-n25 {
    right: -25% !important;
  }
  .end-xxl-n30 {
    right: -30% !important;
  }
  .end-xxl-n35 {
    right: -35% !important;
  }
  .end-xxl-n40 {
    right: -40% !important;
  }
  .end-xxl-n45 {
    right: -45% !important;
  }
  .end-xxl-n50 {
    right: -50% !important;
  }
  .end-xxl-n55 {
    right: -55% !important;
  }
  .end-xxl-n60 {
    right: -60% !important;
  }
  .end-xxl-n65 {
    right: -65% !important;
  }
  .end-xxl-n70 {
    right: -70% !important;
  }
  .end-xxl-n75 {
    right: -75% !important;
  }
  .end-xxl-n80 {
    right: -80% !important;
  }
  .end-xxl-n85 {
    right: -85% !important;
  }
  .end-xxl-n90 {
    right: -90% !important;
  }
  .end-xxl-n95 {
    right: -95% !important;
  }
  .end-xxl-n100 {
    right: -100% !important;
  }
  .mtpx-xxl-0 {
    margin-top: 0 !important;
  }
  .mtpx-xxl-1 {
    margin-top: 1px !important;
  }
  .mtpx-xxl-2 {
    margin-top: 2px !important;
  }
  .mtpx-xxl-3 {
    margin-top: 3px !important;
  }
  .mtpx-xxl-4 {
    margin-top: 4px !important;
  }
  .mtpx-xxl-5 {
    margin-top: 5px !important;
  }
  .mtpx-xxl-6 {
    margin-top: 6px !important;
  }
  .mtpx-xxl-7 {
    margin-top: 7px !important;
  }
  .mtpx-xxl-8 {
    margin-top: 8px !important;
  }
  .mtpx-xxl-9 {
    margin-top: 9px !important;
  }
  .mtpx-xxl-10 {
    margin-top: 10px !important;
  }
  .mtpx-xxl-11 {
    margin-top: 11px !important;
  }
  .mtpx-xxl-12 {
    margin-top: 12px !important;
  }
  .mtpx-xxl-13 {
    margin-top: 13px !important;
  }
  .mtpx-xxl-14 {
    margin-top: 14px !important;
  }
  .mtpx-xxl-15 {
    margin-top: 15px !important;
  }
  .mtpx-xxl-16 {
    margin-top: 16px !important;
  }
  .mtpx-xxl-17 {
    margin-top: 17px !important;
  }
  .mtpx-xxl-18 {
    margin-top: 18px !important;
  }
  .mtpx-xxl-19 {
    margin-top: 19px !important;
  }
  .mtpx-xxl-20 {
    margin-top: 20px !important;
  }
  .mtpx-xxl-21 {
    margin-top: 21px !important;
  }
  .mtpx-xxl-22 {
    margin-top: 22px !important;
  }
  .mtpx-xxl-23 {
    margin-top: 23px !important;
  }
  .mtpx-xxl-24 {
    margin-top: 24px !important;
  }
  .mtpx-xxl-25 {
    margin-top: 25px !important;
  }
  .mtpx-xxl-26 {
    margin-top: 26px !important;
  }
  .mtpx-xxl-27 {
    margin-top: 27px !important;
  }
  .mtpx-xxl-28 {
    margin-top: 28px !important;
  }
  .mtpx-xxl-29 {
    margin-top: 29px !important;
  }
  .mtpx-xxl-30 {
    margin-top: 30px !important;
  }
  .mtpx-xxl-35 {
    margin-top: 35px !important;
  }
  .mtpx-xxl-40 {
    margin-top: 40px !important;
  }
  .mtpx-xxl-45 {
    margin-top: 45px !important;
  }
  .mtpx-xxl-50 {
    margin-top: 50px !important;
  }
  .mtpx-xxl-55 {
    margin-top: 55px !important;
  }
  .mtpx-xxl-60 {
    margin-top: 60px !important;
  }
  .mtpx-xxl-65 {
    margin-top: 65px !important;
  }
  .mtpx-xxl-70 {
    margin-top: 70px !important;
  }
  .mtpx-xxl-75 {
    margin-top: 75px !important;
  }
  .mtpx-xxl-80 {
    margin-top: 80px !important;
  }
  .mtpx-xxl-85 {
    margin-top: 85px !important;
  }
  .mtpx-xxl-90 {
    margin-top: 90px !important;
  }
  .mtpx-xxl-95 {
    margin-top: 95px !important;
  }
  .mtpx-xxl-100 {
    margin-top: 100px !important;
  }
  .mtpx-xxl-105 {
    margin-top: 105px !important;
  }
  .mtpx-xxl-110 {
    margin-top: 110px !important;
  }
  .mtpx-xxl-115 {
    margin-top: 115px !important;
  }
  .mtpx-xxl-120 {
    margin-top: 120px !important;
  }
  .mtpx-xxl-125 {
    margin-top: 125px !important;
  }
  .mtpx-xxl-130 {
    margin-top: 130px !important;
  }
  .mtpx-xxl-140 {
    margin-top: 140px !important;
  }
  .mtpx-xxl-145 {
    margin-top: 145px !important;
  }
  .mtpx-xxl-150 {
    margin-top: 150px !important;
  }
  .mbpx-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mbpx-xxl-1 {
    margin-bottom: 1px !important;
  }
  .mbpx-xxl-2 {
    margin-bottom: 2px !important;
  }
  .mbpx-xxl-3 {
    margin-bottom: 3px !important;
  }
  .mbpx-xxl-4 {
    margin-bottom: 4px !important;
  }
  .mbpx-xxl-5 {
    margin-bottom: 5px !important;
  }
  .mbpx-xxl-6 {
    margin-bottom: 6px !important;
  }
  .mbpx-xxl-7 {
    margin-bottom: 7px !important;
  }
  .mbpx-xxl-8 {
    margin-bottom: 8px !important;
  }
  .mbpx-xxl-9 {
    margin-bottom: 9px !important;
  }
  .mbpx-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mbpx-xxl-11 {
    margin-bottom: 11px !important;
  }
  .mbpx-xxl-12 {
    margin-bottom: 12px !important;
  }
  .mbpx-xxl-13 {
    margin-bottom: 13px !important;
  }
  .mbpx-xxl-14 {
    margin-bottom: 14px !important;
  }
  .mbpx-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mbpx-xxl-16 {
    margin-bottom: 16px !important;
  }
  .mbpx-xxl-17 {
    margin-bottom: 17px !important;
  }
  .mbpx-xxl-18 {
    margin-bottom: 18px !important;
  }
  .mbpx-xxl-19 {
    margin-bottom: 19px !important;
  }
  .mbpx-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mbpx-xxl-21 {
    margin-bottom: 21px !important;
  }
  .mbpx-xxl-22 {
    margin-bottom: 22px !important;
  }
  .mbpx-xxl-23 {
    margin-bottom: 23px !important;
  }
  .mbpx-xxl-24 {
    margin-bottom: 24px !important;
  }
  .mbpx-xxl-25 {
    margin-bottom: 25px !important;
  }
  .mbpx-xxl-26 {
    margin-bottom: 26px !important;
  }
  .mbpx-xxl-27 {
    margin-bottom: 27px !important;
  }
  .mbpx-xxl-28 {
    margin-bottom: 28px !important;
  }
  .mbpx-xxl-29 {
    margin-bottom: 29px !important;
  }
  .mbpx-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mbpx-xxl-35 {
    margin-bottom: 35px !important;
  }
  .mbpx-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mbpx-xxl-45 {
    margin-bottom: 45px !important;
  }
  .mbpx-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mbpx-xxl-55 {
    margin-bottom: 55px !important;
  }
  .mbpx-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mbpx-xxl-65 {
    margin-bottom: 65px !important;
  }
  .mbpx-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mbpx-xxl-75 {
    margin-bottom: 75px !important;
  }
  .mbpx-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mbpx-xxl-85 {
    margin-bottom: 85px !important;
  }
  .mbpx-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mbpx-xxl-95 {
    margin-bottom: 95px !important;
  }
  .mbpx-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mbpx-xxl-105 {
    margin-bottom: 105px !important;
  }
  .mbpx-xxl-110 {
    margin-bottom: 110px !important;
  }
  .mbpx-xxl-115 {
    margin-bottom: 115px !important;
  }
  .mbpx-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mbpx-xxl-125 {
    margin-bottom: 125px !important;
  }
  .mbpx-xxl-130 {
    margin-bottom: 130px !important;
  }
  .mbpx-xxl-140 {
    margin-bottom: 140px !important;
  }
  .mbpx-xxl-145 {
    margin-bottom: 145px !important;
  }
  .mbpx-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mspx-xxl-0 {
    margin-left: 0 !important;
  }
  .mspx-xxl-1 {
    margin-left: 1px !important;
  }
  .mspx-xxl-2 {
    margin-left: 2px !important;
  }
  .mspx-xxl-3 {
    margin-left: 3px !important;
  }
  .mspx-xxl-4 {
    margin-left: 4px !important;
  }
  .mspx-xxl-5 {
    margin-left: 5px !important;
  }
  .mspx-xxl-6 {
    margin-left: 6px !important;
  }
  .mspx-xxl-7 {
    margin-left: 7px !important;
  }
  .mspx-xxl-8 {
    margin-left: 8px !important;
  }
  .mspx-xxl-9 {
    margin-left: 9px !important;
  }
  .mspx-xxl-10 {
    margin-left: 10px !important;
  }
  .mspx-xxl-11 {
    margin-left: 11px !important;
  }
  .mspx-xxl-12 {
    margin-left: 12px !important;
  }
  .mspx-xxl-13 {
    margin-left: 13px !important;
  }
  .mspx-xxl-14 {
    margin-left: 14px !important;
  }
  .mspx-xxl-15 {
    margin-left: 15px !important;
  }
  .mspx-xxl-16 {
    margin-left: 16px !important;
  }
  .mspx-xxl-17 {
    margin-left: 17px !important;
  }
  .mspx-xxl-18 {
    margin-left: 18px !important;
  }
  .mspx-xxl-19 {
    margin-left: 19px !important;
  }
  .mspx-xxl-20 {
    margin-left: 20px !important;
  }
  .mspx-xxl-21 {
    margin-left: 21px !important;
  }
  .mspx-xxl-22 {
    margin-left: 22px !important;
  }
  .mspx-xxl-23 {
    margin-left: 23px !important;
  }
  .mspx-xxl-24 {
    margin-left: 24px !important;
  }
  .mspx-xxl-25 {
    margin-left: 25px !important;
  }
  .mspx-xxl-26 {
    margin-left: 26px !important;
  }
  .mspx-xxl-27 {
    margin-left: 27px !important;
  }
  .mspx-xxl-28 {
    margin-left: 28px !important;
  }
  .mspx-xxl-29 {
    margin-left: 29px !important;
  }
  .mspx-xxl-30 {
    margin-left: 30px !important;
  }
  .mspx-xxl-35 {
    margin-left: 35px !important;
  }
  .mspx-xxl-40 {
    margin-left: 40px !important;
  }
  .mspx-xxl-45 {
    margin-left: 45px !important;
  }
  .mspx-xxl-50 {
    margin-left: 50px !important;
  }
  .mspx-xxl-55 {
    margin-left: 55px !important;
  }
  .mspx-xxl-60 {
    margin-left: 60px !important;
  }
  .mspx-xxl-65 {
    margin-left: 65px !important;
  }
  .mspx-xxl-70 {
    margin-left: 70px !important;
  }
  .mspx-xxl-75 {
    margin-left: 75px !important;
  }
  .mspx-xxl-80 {
    margin-left: 80px !important;
  }
  .mspx-xxl-85 {
    margin-left: 85px !important;
  }
  .mspx-xxl-90 {
    margin-left: 90px !important;
  }
  .mspx-xxl-95 {
    margin-left: 95px !important;
  }
  .mspx-xxl-100 {
    margin-left: 100px !important;
  }
  .mspx-xxl-105 {
    margin-left: 105px !important;
  }
  .mspx-xxl-110 {
    margin-left: 110px !important;
  }
  .mspx-xxl-115 {
    margin-left: 115px !important;
  }
  .mspx-xxl-120 {
    margin-left: 120px !important;
  }
  .mspx-xxl-125 {
    margin-left: 125px !important;
  }
  .mspx-xxl-130 {
    margin-left: 130px !important;
  }
  .mspx-xxl-140 {
    margin-left: 140px !important;
  }
  .mspx-xxl-145 {
    margin-left: 145px !important;
  }
  .mspx-xxl-150 {
    margin-left: 150px !important;
  }
  .mepx-xxl-0 {
    margin-right: 0 !important;
  }
  .mepx-xxl-1 {
    margin-right: 1px !important;
  }
  .mepx-xxl-2 {
    margin-right: 2px !important;
  }
  .mepx-xxl-3 {
    margin-right: 3px !important;
  }
  .mepx-xxl-4 {
    margin-right: 4px !important;
  }
  .mepx-xxl-5 {
    margin-right: 5px !important;
  }
  .mepx-xxl-6 {
    margin-right: 6px !important;
  }
  .mepx-xxl-7 {
    margin-right: 7px !important;
  }
  .mepx-xxl-8 {
    margin-right: 8px !important;
  }
  .mepx-xxl-9 {
    margin-right: 9px !important;
  }
  .mepx-xxl-10 {
    margin-right: 10px !important;
  }
  .mepx-xxl-11 {
    margin-right: 11px !important;
  }
  .mepx-xxl-12 {
    margin-right: 12px !important;
  }
  .mepx-xxl-13 {
    margin-right: 13px !important;
  }
  .mepx-xxl-14 {
    margin-right: 14px !important;
  }
  .mepx-xxl-15 {
    margin-right: 15px !important;
  }
  .mepx-xxl-16 {
    margin-right: 16px !important;
  }
  .mepx-xxl-17 {
    margin-right: 17px !important;
  }
  .mepx-xxl-18 {
    margin-right: 18px !important;
  }
  .mepx-xxl-19 {
    margin-right: 19px !important;
  }
  .mepx-xxl-20 {
    margin-right: 20px !important;
  }
  .mepx-xxl-21 {
    margin-right: 21px !important;
  }
  .mepx-xxl-22 {
    margin-right: 22px !important;
  }
  .mepx-xxl-23 {
    margin-right: 23px !important;
  }
  .mepx-xxl-24 {
    margin-right: 24px !important;
  }
  .mepx-xxl-25 {
    margin-right: 25px !important;
  }
  .mepx-xxl-26 {
    margin-right: 26px !important;
  }
  .mepx-xxl-27 {
    margin-right: 27px !important;
  }
  .mepx-xxl-28 {
    margin-right: 28px !important;
  }
  .mepx-xxl-29 {
    margin-right: 29px !important;
  }
  .mepx-xxl-30 {
    margin-right: 30px !important;
  }
  .mepx-xxl-35 {
    margin-right: 35px !important;
  }
  .mepx-xxl-40 {
    margin-right: 40px !important;
  }
  .mepx-xxl-45 {
    margin-right: 45px !important;
  }
  .mepx-xxl-50 {
    margin-right: 50px !important;
  }
  .mepx-xxl-55 {
    margin-right: 55px !important;
  }
  .mepx-xxl-60 {
    margin-right: 60px !important;
  }
  .mepx-xxl-65 {
    margin-right: 65px !important;
  }
  .mepx-xxl-70 {
    margin-right: 70px !important;
  }
  .mepx-xxl-75 {
    margin-right: 75px !important;
  }
  .mepx-xxl-80 {
    margin-right: 80px !important;
  }
  .mepx-xxl-85 {
    margin-right: 85px !important;
  }
  .mepx-xxl-90 {
    margin-right: 90px !important;
  }
  .mepx-xxl-95 {
    margin-right: 95px !important;
  }
  .mepx-xxl-100 {
    margin-right: 100px !important;
  }
  .mepx-xxl-105 {
    margin-right: 105px !important;
  }
  .mepx-xxl-110 {
    margin-right: 110px !important;
  }
  .mepx-xxl-115 {
    margin-right: 115px !important;
  }
  .mepx-xxl-120 {
    margin-right: 120px !important;
  }
  .mepx-xxl-125 {
    margin-right: 125px !important;
  }
  .mepx-xxl-130 {
    margin-right: 130px !important;
  }
  .mepx-xxl-140 {
    margin-right: 140px !important;
  }
  .mepx-xxl-145 {
    margin-right: 145px !important;
  }
  .mepx-xxl-150 {
    margin-right: 150px !important;
  }
  .mtpx-xxl-n0 {
    margin-top: 0 !important;
  }
  .mtpx-xxl-n1 {
    margin-top: -1px !important;
  }
  .mtpx-xxl-n2 {
    margin-top: -2px !important;
  }
  .mtpx-xxl-n3 {
    margin-top: -3px !important;
  }
  .mtpx-xxl-n4 {
    margin-top: -4px !important;
  }
  .mtpx-xxl-n5 {
    margin-top: -5px !important;
  }
  .mtpx-xxl-n6 {
    margin-top: -6px !important;
  }
  .mtpx-xxl-n7 {
    margin-top: -7px !important;
  }
  .mtpx-xxl-n8 {
    margin-top: -8px !important;
  }
  .mtpx-xxl-n9 {
    margin-top: -9px !important;
  }
  .mtpx-xxl-n10 {
    margin-top: -10px !important;
  }
  .mtpx-xxl-n11 {
    margin-top: -11px !important;
  }
  .mtpx-xxl-n12 {
    margin-top: -12px !important;
  }
  .mtpx-xxl-n13 {
    margin-top: -13px !important;
  }
  .mtpx-xxl-n14 {
    margin-top: -14px !important;
  }
  .mtpx-xxl-n15 {
    margin-top: -15px !important;
  }
  .mtpx-xxl-n16 {
    margin-top: -16px !important;
  }
  .mtpx-xxl-n17 {
    margin-top: -17px !important;
  }
  .mtpx-xxl-n18 {
    margin-top: -18px !important;
  }
  .mtpx-xxl-n19 {
    margin-top: -19px !important;
  }
  .mtpx-xxl-n20 {
    margin-top: -20px !important;
  }
  .mtpx-xxl-n21 {
    margin-top: -21px !important;
  }
  .mtpx-xxl-n22 {
    margin-top: -22px !important;
  }
  .mtpx-xxl-n23 {
    margin-top: -23px !important;
  }
  .mtpx-xxl-n24 {
    margin-top: -24px !important;
  }
  .mtpx-xxl-n25 {
    margin-top: -25px !important;
  }
  .mtpx-xxl-n26 {
    margin-top: -26px !important;
  }
  .mtpx-xxl-n27 {
    margin-top: -27px !important;
  }
  .mtpx-xxl-n28 {
    margin-top: -28px !important;
  }
  .mtpx-xxl-n29 {
    margin-top: -29px !important;
  }
  .mtpx-xxl-n30 {
    margin-top: -30px !important;
  }
  .mtpx-xxl-n35 {
    margin-top: -35px !important;
  }
  .mtpx-xxl-n40 {
    margin-top: -40px !important;
  }
  .mtpx-xxl-n45 {
    margin-top: -45px !important;
  }
  .mtpx-xxl-n50 {
    margin-top: -50px !important;
  }
  .mtpx-xxl-n55 {
    margin-top: -55px !important;
  }
  .mtpx-xxl-n60 {
    margin-top: -60px !important;
  }
  .mtpx-xxl-n65 {
    margin-top: -65px !important;
  }
  .mtpx-xxl-n70 {
    margin-top: -70px !important;
  }
  .mtpx-xxl-n75 {
    margin-top: -75px !important;
  }
  .mtpx-xxl-n80 {
    margin-top: -80px !important;
  }
  .mtpx-xxl-n85 {
    margin-top: -85px !important;
  }
  .mtpx-xxl-n90 {
    margin-top: -90px !important;
  }
  .mtpx-xxl-n95 {
    margin-top: -95px !important;
  }
  .mtpx-xxl-n100 {
    margin-top: -100px !important;
  }
  .mtpx-xxl-n105 {
    margin-top: -105px !important;
  }
  .mtpx-xxl-n110 {
    margin-top: -110px !important;
  }
  .mtpx-xxl-n115 {
    margin-top: -115px !important;
  }
  .mtpx-xxl-n120 {
    margin-top: -120px !important;
  }
  .mtpx-xxl-n125 {
    margin-top: -125px !important;
  }
  .mtpx-xxl-n130 {
    margin-top: -130px !important;
  }
  .mtpx-xxl-n135 {
    margin-top: -135px !important;
  }
  .mtpx-xxl-n140 {
    margin-top: -140px !important;
  }
  .mtpx-xxl-n145 {
    margin-top: -145px !important;
  }
  .mtpx-xxl-n150 {
    margin-top: -150px !important;
  }
  .mbpx-xxl-n0 {
    margin-bottom: 0 !important;
  }
  .mbpx-xxl-n1 {
    margin-bottom: -1px !important;
  }
  .mbpx-xxl-n2 {
    margin-bottom: -2px !important;
  }
  .mbpx-xxl-n3 {
    margin-bottom: -3px !important;
  }
  .mbpx-xxl-n4 {
    margin-bottom: -4px !important;
  }
  .mbpx-xxl-n5 {
    margin-bottom: -5px !important;
  }
  .mbpx-xxl-n6 {
    margin-bottom: -6px !important;
  }
  .mbpx-xxl-n7 {
    margin-bottom: -7px !important;
  }
  .mbpx-xxl-n8 {
    margin-bottom: -8px !important;
  }
  .mbpx-xxl-n9 {
    margin-bottom: -9px !important;
  }
  .mbpx-xxl-n10 {
    margin-bottom: -10px !important;
  }
  .mbpx-xxl-n11 {
    margin-bottom: -11px !important;
  }
  .mbpx-xxl-n12 {
    margin-bottom: -12px !important;
  }
  .mbpx-xxl-n13 {
    margin-bottom: -13px !important;
  }
  .mbpx-xxl-n14 {
    margin-bottom: -14px !important;
  }
  .mbpx-xxl-n15 {
    margin-bottom: -15px !important;
  }
  .mbpx-xxl-n16 {
    margin-bottom: -16px !important;
  }
  .mbpx-xxl-n17 {
    margin-bottom: -17px !important;
  }
  .mbpx-xxl-n18 {
    margin-bottom: -18px !important;
  }
  .mbpx-xxl-n19 {
    margin-bottom: -19px !important;
  }
  .mbpx-xxl-n20 {
    margin-bottom: -20px !important;
  }
  .mbpx-xxl-n21 {
    margin-bottom: -21px !important;
  }
  .mbpx-xxl-n22 {
    margin-bottom: -22px !important;
  }
  .mbpx-xxl-n23 {
    margin-bottom: -23px !important;
  }
  .mbpx-xxl-n24 {
    margin-bottom: -24px !important;
  }
  .mbpx-xxl-n25 {
    margin-bottom: -25px !important;
  }
  .mbpx-xxl-n26 {
    margin-bottom: -26px !important;
  }
  .mbpx-xxl-n27 {
    margin-bottom: -27px !important;
  }
  .mbpx-xxl-n28 {
    margin-bottom: -28px !important;
  }
  .mbpx-xxl-n29 {
    margin-bottom: -29px !important;
  }
  .mbpx-xxl-n30 {
    margin-bottom: -30px !important;
  }
  .mbpx-xxl-n35 {
    margin-bottom: -35px !important;
  }
  .mbpx-xxl-n40 {
    margin-bottom: -40px !important;
  }
  .mbpx-xxl-n45 {
    margin-bottom: -45px !important;
  }
  .mbpx-xxl-n50 {
    margin-bottom: -50px !important;
  }
  .mbpx-xxl-n55 {
    margin-bottom: -55px !important;
  }
  .mbpx-xxl-n60 {
    margin-bottom: -60px !important;
  }
  .mbpx-xxl-n65 {
    margin-bottom: -65px !important;
  }
  .mbpx-xxl-n70 {
    margin-bottom: -70px !important;
  }
  .mbpx-xxl-n75 {
    margin-bottom: -75px !important;
  }
  .mbpx-xxl-n80 {
    margin-bottom: -80px !important;
  }
  .mbpx-xxl-n85 {
    margin-bottom: -85px !important;
  }
  .mbpx-xxl-n90 {
    margin-bottom: -90px !important;
  }
  .mbpx-xxl-n95 {
    margin-bottom: -95px !important;
  }
  .mbpx-xxl-n100 {
    margin-bottom: -100px !important;
  }
  .mbpx-xxl-n105 {
    margin-bottom: -105px !important;
  }
  .mbpx-xxl-n110 {
    margin-bottom: -110px !important;
  }
  .mbpx-xxl-n115 {
    margin-bottom: -115px !important;
  }
  .mbpx-xxl-n120 {
    margin-bottom: -120px !important;
  }
  .mbpx-xxl-n125 {
    margin-bottom: -125px !important;
  }
  .mbpx-xxl-n130 {
    margin-bottom: -130px !important;
  }
  .mbpx-xxl-n135 {
    margin-bottom: -135px !important;
  }
  .mbpx-xxl-n140 {
    margin-bottom: -140px !important;
  }
  .mbpx-xxl-n145 {
    margin-bottom: -145px !important;
  }
  .mbpx-xxl-n150 {
    margin-bottom: -150px !important;
  }
  .mspx-xxl-n0 {
    margin-left: 0 !important;
  }
  .mspx-xxl-n1 {
    margin-left: -1px !important;
  }
  .mspx-xxl-n2 {
    margin-left: -2px !important;
  }
  .mspx-xxl-n3 {
    margin-left: -3px !important;
  }
  .mspx-xxl-n4 {
    margin-left: -4px !important;
  }
  .mspx-xxl-n5 {
    margin-left: -5px !important;
  }
  .mspx-xxl-n6 {
    margin-left: -6px !important;
  }
  .mspx-xxl-n7 {
    margin-left: -7px !important;
  }
  .mspx-xxl-n8 {
    margin-left: -8px !important;
  }
  .mspx-xxl-n9 {
    margin-left: -9px !important;
  }
  .mspx-xxl-n10 {
    margin-left: -10px !important;
  }
  .mspx-xxl-n11 {
    margin-left: -11px !important;
  }
  .mspx-xxl-n12 {
    margin-left: -12px !important;
  }
  .mspx-xxl-n13 {
    margin-left: -13px !important;
  }
  .mspx-xxl-n14 {
    margin-left: -14px !important;
  }
  .mspx-xxl-n15 {
    margin-left: -15px !important;
  }
  .mspx-xxl-n16 {
    margin-left: -16px !important;
  }
  .mspx-xxl-n17 {
    margin-left: -17px !important;
  }
  .mspx-xxl-n18 {
    margin-left: -18px !important;
  }
  .mspx-xxl-n19 {
    margin-left: -19px !important;
  }
  .mspx-xxl-n20 {
    margin-left: -20px !important;
  }
  .mspx-xxl-n21 {
    margin-left: -21px !important;
  }
  .mspx-xxl-n22 {
    margin-left: -22px !important;
  }
  .mspx-xxl-n23 {
    margin-left: -23px !important;
  }
  .mspx-xxl-n24 {
    margin-left: -24px !important;
  }
  .mspx-xxl-n25 {
    margin-left: -25px !important;
  }
  .mspx-xxl-n26 {
    margin-left: -26px !important;
  }
  .mspx-xxl-n27 {
    margin-left: -27px !important;
  }
  .mspx-xxl-n28 {
    margin-left: -28px !important;
  }
  .mspx-xxl-n29 {
    margin-left: -29px !important;
  }
  .mspx-xxl-n30 {
    margin-left: -30px !important;
  }
  .mspx-xxl-n35 {
    margin-left: -35px !important;
  }
  .mspx-xxl-n40 {
    margin-left: -40px !important;
  }
  .mspx-xxl-n45 {
    margin-left: -45px !important;
  }
  .mspx-xxl-n50 {
    margin-left: -50px !important;
  }
  .mspx-xxl-n55 {
    margin-left: -55px !important;
  }
  .mspx-xxl-n60 {
    margin-left: -60px !important;
  }
  .mspx-xxl-n65 {
    margin-left: -65px !important;
  }
  .mspx-xxl-n70 {
    margin-left: -70px !important;
  }
  .mspx-xxl-n75 {
    margin-left: -75px !important;
  }
  .mspx-xxl-n80 {
    margin-left: -80px !important;
  }
  .mspx-xxl-n85 {
    margin-left: -85px !important;
  }
  .mspx-xxl-n90 {
    margin-left: -90px !important;
  }
  .mspx-xxl-n95 {
    margin-left: -95px !important;
  }
  .mspx-xxl-n100 {
    margin-left: -100px !important;
  }
  .mspx-xxl-n105 {
    margin-left: -105px !important;
  }
  .mspx-xxl-n110 {
    margin-left: -110px !important;
  }
  .mspx-xxl-n115 {
    margin-left: -115px !important;
  }
  .mspx-xxl-n120 {
    margin-left: -120px !important;
  }
  .mspx-xxl-n125 {
    margin-left: -125px !important;
  }
  .mspx-xxl-n130 {
    margin-left: -130px !important;
  }
  .mspx-xxl-n135 {
    margin-left: -135px !important;
  }
  .mspx-xxl-n140 {
    margin-left: -140px !important;
  }
  .mspx-xxl-n145 {
    margin-left: -145px !important;
  }
  .mspx-xxl-n150 {
    margin-left: -150px !important;
  }
  .mepx-xxl-n0 {
    margin-right: 0 !important;
  }
  .mepx-xxl-n1 {
    margin-right: -1px !important;
  }
  .mepx-xxl-n2 {
    margin-right: -2px !important;
  }
  .mepx-xxl-n3 {
    margin-right: -3px !important;
  }
  .mepx-xxl-n4 {
    margin-right: -4px !important;
  }
  .mepx-xxl-n5 {
    margin-right: -5px !important;
  }
  .mepx-xxl-n6 {
    margin-right: -6px !important;
  }
  .mepx-xxl-n7 {
    margin-right: -7px !important;
  }
  .mepx-xxl-n8 {
    margin-right: -8px !important;
  }
  .mepx-xxl-n9 {
    margin-right: -9px !important;
  }
  .mepx-xxl-n10 {
    margin-right: -10px !important;
  }
  .mepx-xxl-n11 {
    margin-right: -11px !important;
  }
  .mepx-xxl-n12 {
    margin-right: -12px !important;
  }
  .mepx-xxl-n13 {
    margin-right: -13px !important;
  }
  .mepx-xxl-n14 {
    margin-right: -14px !important;
  }
  .mepx-xxl-n15 {
    margin-right: -15px !important;
  }
  .mepx-xxl-n16 {
    margin-right: -16px !important;
  }
  .mepx-xxl-n17 {
    margin-right: -17px !important;
  }
  .mepx-xxl-n18 {
    margin-right: -18px !important;
  }
  .mepx-xxl-n19 {
    margin-right: -19px !important;
  }
  .mepx-xxl-n20 {
    margin-right: -20px !important;
  }
  .mepx-xxl-n21 {
    margin-right: -21px !important;
  }
  .mepx-xxl-n22 {
    margin-right: -22px !important;
  }
  .mepx-xxl-n23 {
    margin-right: -23px !important;
  }
  .mepx-xxl-n24 {
    margin-right: -24px !important;
  }
  .mepx-xxl-n25 {
    margin-right: -25px !important;
  }
  .mepx-xxl-n26 {
    margin-right: -26px !important;
  }
  .mepx-xxl-n27 {
    margin-right: -27px !important;
  }
  .mepx-xxl-n28 {
    margin-right: -28px !important;
  }
  .mepx-xxl-n29 {
    margin-right: -29px !important;
  }
  .mepx-xxl-n30 {
    margin-right: -30px !important;
  }
  .mepx-xxl-n35 {
    margin-right: -35px !important;
  }
  .mepx-xxl-n40 {
    margin-right: -40px !important;
  }
  .mepx-xxl-n45 {
    margin-right: -45px !important;
  }
  .mepx-xxl-n50 {
    margin-right: -50px !important;
  }
  .mepx-xxl-n55 {
    margin-right: -55px !important;
  }
  .mepx-xxl-n60 {
    margin-right: -60px !important;
  }
  .mepx-xxl-n65 {
    margin-right: -65px !important;
  }
  .mepx-xxl-n70 {
    margin-right: -70px !important;
  }
  .mepx-xxl-n75 {
    margin-right: -75px !important;
  }
  .mepx-xxl-n80 {
    margin-right: -80px !important;
  }
  .mepx-xxl-n85 {
    margin-right: -85px !important;
  }
  .mepx-xxl-n90 {
    margin-right: -90px !important;
  }
  .mepx-xxl-n95 {
    margin-right: -95px !important;
  }
  .mepx-xxl-n100 {
    margin-right: -100px !important;
  }
  .mepx-xxl-n105 {
    margin-right: -105px !important;
  }
  .mepx-xxl-n110 {
    margin-right: -110px !important;
  }
  .mepx-xxl-n115 {
    margin-right: -115px !important;
  }
  .mepx-xxl-n120 {
    margin-right: -120px !important;
  }
  .mepx-xxl-n125 {
    margin-right: -125px !important;
  }
  .mepx-xxl-n130 {
    margin-right: -130px !important;
  }
  .mepx-xxl-n135 {
    margin-right: -135px !important;
  }
  .mepx-xxl-n140 {
    margin-right: -140px !important;
  }
  .mepx-xxl-n145 {
    margin-right: -145px !important;
  }
  .mepx-xxl-n150 {
    margin-right: -150px !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 1% !important;
  }
  .mt-xxl-2 {
    margin-top: 2% !important;
  }
  .mt-xxl-3 {
    margin-top: 3% !important;
  }
  .mt-xxl-4 {
    margin-top: 4% !important;
  }
  .mt-xxl-5 {
    margin-top: 5% !important;
  }
  .mt-xxl-6 {
    margin-top: 6% !important;
  }
  .mt-xxl-7 {
    margin-top: 7% !important;
  }
  .mt-xxl-8 {
    margin-top: 8% !important;
  }
  .mt-xxl-10 {
    margin-top: 10% !important;
  }
  .mt-xxl-15 {
    margin-top: 15% !important;
  }
  .mt-xxl-20 {
    margin-top: 20% !important;
  }
  .mt-xxl-25 {
    margin-top: 25% !important;
  }
  .mt-xxl-30 {
    margin-top: 30% !important;
  }
  .mt-xxl-35 {
    margin-top: 35% !important;
  }
  .mt-xxl-40 {
    margin-top: 40% !important;
  }
  .mt-xxl-45 {
    margin-top: 45% !important;
  }
  .mt-xxl-50 {
    margin-top: 50% !important;
  }
  .mt-xxl-55 {
    margin-top: 55% !important;
  }
  .mt-xxl-60 {
    margin-top: 60% !important;
  }
  .mt-xxl-65 {
    margin-top: 65% !important;
  }
  .mt-xxl-70 {
    margin-top: 70% !important;
  }
  .mt-xxl-75 {
    margin-top: 75% !important;
  }
  .mt-xxl-80 {
    margin-top: 80% !important;
  }
  .mt-xxl-85 {
    margin-top: 85% !important;
  }
  .mt-xxl-90 {
    margin-top: 90% !important;
  }
  .mt-xxl-95 {
    margin-top: 95% !important;
  }
  .mt-xxl-100 {
    margin-top: 100% !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1% !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2% !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3% !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4% !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5% !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6% !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7% !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8% !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10% !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15% !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20% !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25% !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30% !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35% !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40% !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45% !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50% !important;
  }
  .mb-xxl-55 {
    margin-bottom: 55% !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60% !important;
  }
  .mb-xxl-65 {
    margin-bottom: 65% !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70% !important;
  }
  .mb-xxl-75 {
    margin-bottom: 75% !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80% !important;
  }
  .mb-xxl-85 {
    margin-bottom: 85% !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90% !important;
  }
  .mb-xxl-95 {
    margin-bottom: 95% !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100% !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 1% !important;
  }
  .ms-xxl-2 {
    margin-left: 2% !important;
  }
  .ms-xxl-3 {
    margin-left: 3% !important;
  }
  .ms-xxl-4 {
    margin-left: 4% !important;
  }
  .ms-xxl-5 {
    margin-left: 5% !important;
  }
  .ms-xxl-6 {
    margin-left: 6% !important;
  }
  .ms-xxl-7 {
    margin-left: 7% !important;
  }
  .ms-xxl-8 {
    margin-left: 8% !important;
  }
  .ms-xxl-10 {
    margin-left: 10% !important;
  }
  .ms-xxl-15 {
    margin-left: 15% !important;
  }
  .ms-xxl-20 {
    margin-left: 20% !important;
  }
  .ms-xxl-25 {
    margin-left: 25% !important;
  }
  .ms-xxl-30 {
    margin-left: 30% !important;
  }
  .ms-xxl-35 {
    margin-left: 35% !important;
  }
  .ms-xxl-40 {
    margin-left: 40% !important;
  }
  .ms-xxl-45 {
    margin-left: 45% !important;
  }
  .ms-xxl-50 {
    margin-left: 50% !important;
  }
  .ms-xxl-55 {
    margin-left: 55% !important;
  }
  .ms-xxl-60 {
    margin-left: 60% !important;
  }
  .ms-xxl-65 {
    margin-left: 65% !important;
  }
  .ms-xxl-70 {
    margin-left: 70% !important;
  }
  .ms-xxl-75 {
    margin-left: 75% !important;
  }
  .ms-xxl-80 {
    margin-left: 80% !important;
  }
  .ms-xxl-85 {
    margin-left: 85% !important;
  }
  .ms-xxl-90 {
    margin-left: 90% !important;
  }
  .ms-xxl-95 {
    margin-left: 95% !important;
  }
  .ms-xxl-100 {
    margin-left: 100% !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 1% !important;
  }
  .me-xxl-2 {
    margin-right: 2% !important;
  }
  .me-xxl-3 {
    margin-right: 3% !important;
  }
  .me-xxl-4 {
    margin-right: 4% !important;
  }
  .me-xxl-5 {
    margin-right: 5% !important;
  }
  .me-xxl-6 {
    margin-right: 6% !important;
  }
  .me-xxl-7 {
    margin-right: 7% !important;
  }
  .me-xxl-8 {
    margin-right: 8% !important;
  }
  .me-xxl-10 {
    margin-right: 10% !important;
  }
  .me-xxl-15 {
    margin-right: 15% !important;
  }
  .me-xxl-20 {
    margin-right: 20% !important;
  }
  .me-xxl-25 {
    margin-right: 25% !important;
  }
  .me-xxl-30 {
    margin-right: 30% !important;
  }
  .me-xxl-35 {
    margin-right: 35% !important;
  }
  .me-xxl-40 {
    margin-right: 40% !important;
  }
  .me-xxl-45 {
    margin-right: 45% !important;
  }
  .me-xxl-50 {
    margin-right: 50% !important;
  }
  .me-xxl-55 {
    margin-right: 55% !important;
  }
  .me-xxl-60 {
    margin-right: 60% !important;
  }
  .me-xxl-65 {
    margin-right: 65% !important;
  }
  .me-xxl-70 {
    margin-right: 70% !important;
  }
  .me-xxl-75 {
    margin-right: 75% !important;
  }
  .me-xxl-80 {
    margin-right: 80% !important;
  }
  .me-xxl-85 {
    margin-right: 85% !important;
  }
  .me-xxl-90 {
    margin-right: 90% !important;
  }
  .me-xxl-95 {
    margin-right: 95% !important;
  }
  .me-xxl-100 {
    margin-right: 100% !important;
  }
  .mt-xxl-n0 {
    margin-top: 0 !important;
  }
  .mt-xxl-n1 {
    margin-top: -1% !important;
  }
  .mt-xxl-n2 {
    margin-top: -2% !important;
  }
  .mt-xxl-n3 {
    margin-top: -3% !important;
  }
  .mt-xxl-n4 {
    margin-top: -4% !important;
  }
  .mt-xxl-n5 {
    margin-top: -5% !important;
  }
  .mt-xxl-n6 {
    margin-top: -6% !important;
  }
  .mt-xxl-n7 {
    margin-top: -7% !important;
  }
  .mt-xxl-n8 {
    margin-top: -8% !important;
  }
  .mt-xxl-n10 {
    margin-top: -10% !important;
  }
  .mt-xxl-n15 {
    margin-top: -15% !important;
  }
  .mt-xxl-n20 {
    margin-top: -20% !important;
  }
  .mt-xxl-n25 {
    margin-top: -25% !important;
  }
  .mt-xxl-n30 {
    margin-top: -30% !important;
  }
  .mt-xxl-n35 {
    margin-top: -35% !important;
  }
  .mt-xxl-n40 {
    margin-top: -40% !important;
  }
  .mt-xxl-n45 {
    margin-top: -45% !important;
  }
  .mt-xxl-n50 {
    margin-top: -50% !important;
  }
  .mt-xxl-n55 {
    margin-top: -55% !important;
  }
  .mt-xxl-n60 {
    margin-top: -60% !important;
  }
  .mt-xxl-n65 {
    margin-top: -65% !important;
  }
  .mt-xxl-n70 {
    margin-top: -70% !important;
  }
  .mt-xxl-n75 {
    margin-top: -75% !important;
  }
  .mt-xxl-n80 {
    margin-top: -80% !important;
  }
  .mt-xxl-n85 {
    margin-top: -85% !important;
  }
  .mt-xxl-n90 {
    margin-top: -90% !important;
  }
  .mt-xxl-n95 {
    margin-top: -95% !important;
  }
  .mt-xxl-n100 {
    margin-top: -100% !important;
  }
  .mb-xxl-n0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -1% !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -2% !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -3% !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -4% !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5% !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6% !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -7% !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8% !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10% !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -15% !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -20% !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -25% !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -30% !important;
  }
  .mb-xxl-n35 {
    margin-bottom: -35% !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -40% !important;
  }
  .mb-xxl-n45 {
    margin-bottom: -45% !important;
  }
  .mb-xxl-n50 {
    margin-bottom: -50% !important;
  }
  .mb-xxl-n55 {
    margin-bottom: -55% !important;
  }
  .mb-xxl-n60 {
    margin-bottom: -60% !important;
  }
  .mb-xxl-n65 {
    margin-bottom: -65% !important;
  }
  .mb-xxl-n70 {
    margin-bottom: -70% !important;
  }
  .mb-xxl-n75 {
    margin-bottom: -75% !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -80% !important;
  }
  .mb-xxl-n85 {
    margin-bottom: -85% !important;
  }
  .mb-xxl-n90 {
    margin-bottom: -90% !important;
  }
  .mb-xxl-n95 {
    margin-bottom: -95% !important;
  }
  .mb-xxl-n100 {
    margin-bottom: -100% !important;
  }
  .ms-xxl-n0 {
    margin-left: 0 !important;
  }
  .ms-xxl-n1 {
    margin-left: -1% !important;
  }
  .ms-xxl-n2 {
    margin-left: -2% !important;
  }
  .ms-xxl-n3 {
    margin-left: -3% !important;
  }
  .ms-xxl-n4 {
    margin-left: -4% !important;
  }
  .ms-xxl-n5 {
    margin-left: -5% !important;
  }
  .ms-xxl-n6 {
    margin-left: -6% !important;
  }
  .ms-xxl-n7 {
    margin-left: -7% !important;
  }
  .ms-xxl-n8 {
    margin-left: -8% !important;
  }
  .ms-xxl-n10 {
    margin-left: -10% !important;
  }
  .ms-xxl-n15 {
    margin-left: -15% !important;
  }
  .ms-xxl-n20 {
    margin-left: -20% !important;
  }
  .ms-xxl-n25 {
    margin-left: -25% !important;
  }
  .ms-xxl-n30 {
    margin-left: -30% !important;
  }
  .ms-xxl-n35 {
    margin-left: -35% !important;
  }
  .ms-xxl-n40 {
    margin-left: -40% !important;
  }
  .ms-xxl-n45 {
    margin-left: -45% !important;
  }
  .ms-xxl-n50 {
    margin-left: -50% !important;
  }
  .ms-xxl-n55 {
    margin-left: -55% !important;
  }
  .ms-xxl-n60 {
    margin-left: -60% !important;
  }
  .ms-xxl-n65 {
    margin-left: -65% !important;
  }
  .ms-xxl-n70 {
    margin-left: -70% !important;
  }
  .ms-xxl-n75 {
    margin-left: -75% !important;
  }
  .ms-xxl-n80 {
    margin-left: -80% !important;
  }
  .ms-xxl-n85 {
    margin-left: -85% !important;
  }
  .ms-xxl-n90 {
    margin-left: -90% !important;
  }
  .ms-xxl-n95 {
    margin-left: -95% !important;
  }
  .ms-xxl-n100 {
    margin-left: -100% !important;
  }
  .me-xxl-n0 {
    margin-right: 0 !important;
  }
  .me-xxl-n1 {
    margin-right: -1% !important;
  }
  .me-xxl-n2 {
    margin-right: -2% !important;
  }
  .me-xxl-n3 {
    margin-right: -3% !important;
  }
  .me-xxl-n4 {
    margin-right: -4% !important;
  }
  .me-xxl-n5 {
    margin-right: -5% !important;
  }
  .me-xxl-n6 {
    margin-right: -6% !important;
  }
  .me-xxl-n7 {
    margin-right: -7% !important;
  }
  .me-xxl-n8 {
    margin-right: -8% !important;
  }
  .me-xxl-n10 {
    margin-right: -10% !important;
  }
  .me-xxl-n15 {
    margin-right: -15% !important;
  }
  .me-xxl-n20 {
    margin-right: -20% !important;
  }
  .me-xxl-n25 {
    margin-right: -25% !important;
  }
  .me-xxl-n30 {
    margin-right: -30% !important;
  }
  .me-xxl-n35 {
    margin-right: -35% !important;
  }
  .me-xxl-n40 {
    margin-right: -40% !important;
  }
  .me-xxl-n45 {
    margin-right: -45% !important;
  }
  .me-xxl-n50 {
    margin-right: -50% !important;
  }
  .me-xxl-n55 {
    margin-right: -55% !important;
  }
  .me-xxl-n60 {
    margin-right: -60% !important;
  }
  .me-xxl-n65 {
    margin-right: -65% !important;
  }
  .me-xxl-n70 {
    margin-right: -70% !important;
  }
  .me-xxl-n75 {
    margin-right: -75% !important;
  }
  .me-xxl-n80 {
    margin-right: -80% !important;
  }
  .me-xxl-n85 {
    margin-right: -85% !important;
  }
  .me-xxl-n90 {
    margin-right: -90% !important;
  }
  .me-xxl-n95 {
    margin-right: -95% !important;
  }
  .me-xxl-n100 {
    margin-right: -100% !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-5 {
    opacity: 5% !important;
  }
  .opacity-xxl-10 {
    opacity: 10% !important;
  }
  .opacity-xxl-15 {
    opacity: 15% !important;
  }
  .opacity-xxl-20 {
    opacity: 20% !important;
  }
  .opacity-xxl-25 {
    opacity: 25% !important;
  }
  .opacity-xxl-30 {
    opacity: 30% !important;
  }
  .opacity-xxl-35 {
    opacity: 35% !important;
  }
  .opacity-xxl-40 {
    opacity: 40% !important;
  }
  .opacity-xxl-45 {
    opacity: 45% !important;
  }
  .opacity-xxl-50 {
    opacity: 50% !important;
  }
  .opacity-xxl-55 {
    opacity: 55% !important;
  }
  .opacity-xxl-60 {
    opacity: 60% !important;
  }
  .opacity-xxl-65 {
    opacity: 65% !important;
  }
  .opacity-xxl-70 {
    opacity: 70% !important;
  }
  .opacity-xxl-75 {
    opacity: 75% !important;
  }
  .opacity-xxl-80 {
    opacity: 80% !important;
  }
  .opacity-xxl-85 {
    opacity: 85% !important;
  }
  .opacity-xxl-90 {
    opacity: 90% !important;
  }
  .opacity-xxl-95 {
    opacity: 95% !important;
  }
  .opacity-xxl-100 {
    opacity: 100% !important;
  }
  .list-col-xxl-2 {
    columns: 2 !important;
  }
  .list-col-xxl-3 {
    columns: 3 !important;
  }
  .list-col-xxl-4 {
    columns: 4 !important;
  }
  .ls-xxl-0 {
    letter-spacing: 0px !important;
  }
  .ls-xxl-1 {
    letter-spacing: 1px !important;
  }
  .ls-xxl-2 {
    letter-spacing: 2px !important;
  }
  .ls-xxl-3 {
    letter-spacing: 3px !important;
  }
  .ls-xxl-4 {
    letter-spacing: 4px !important;
  }
  .ls-xxl-5 {
    letter-spacing: 5px !important;
  }
  .ls-xxl-6 {
    letter-spacing: 6px !important;
  }
  .ls-xxl-7 {
    letter-spacing: 7px !important;
  }
  .ls-xxl-8 {
    letter-spacing: 8px !important;
  }
  .ls-xxl-9 {
    letter-spacing: 9px !important;
  }
  .ls-xxl-10 {
    letter-spacing: 10px !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .rot-xxl-0 {
    transform: rotate(0deg) !important;
  }
  .rot-xxl-5 {
    transform: rotate(5deg) !important;
  }
  .rot-xxl-10 {
    transform: rotate(10deg) !important;
  }
  .rot-xxl-15 {
    transform: rotate(15deg) !important;
  }
  .rot-xxl-20 {
    transform: rotate(20deg) !important;
  }
  .rot-xxl-25 {
    transform: rotate(25deg) !important;
  }
  .rot-xxl-30 {
    transform: rotate(30deg) !important;
  }
  .rot-xxl-35 {
    transform: rotate(35deg) !important;
  }
  .rot-xxl-40 {
    transform: rotate(40deg) !important;
  }
  .rot-xxl-45 {
    transform: rotate(45deg) !important;
  }
  .rot-xxl-50 {
    transform: rotate(50deg) !important;
  }
  .rot-xxl-55 {
    transform: rotate(55deg) !important;
  }
  .rot-xxl-60 {
    transform: rotate(60deg) !important;
  }
  .rot-xxl-65 {
    transform: rotate(65deg) !important;
  }
  .rot-xxl-70 {
    transform: rotate(70deg) !important;
  }
  .rot-xxl-75 {
    transform: rotate(75deg) !important;
  }
  .rot-xxl-80 {
    transform: rotate(80deg) !important;
  }
  .rot-xxl-85 {
    transform: rotate(85deg) !important;
  }
  .rot-xxl-90 {
    transform: rotate(90deg) !important;
  }
  .rot-xxl-95 {
    transform: rotate(95deg) !important;
  }
  .rot-xxl-100 {
    transform: rotate(100deg) !important;
  }
  .rot-xxl-105 {
    transform: rotate(105deg) !important;
  }
  .rot-xxl-110 {
    transform: rotate(110deg) !important;
  }
  .rot-xxl-115 {
    transform: rotate(115deg) !important;
  }
  .rot-xxl-120 {
    transform: rotate(120deg) !important;
  }
  .rot-xxl-125 {
    transform: rotate(125deg) !important;
  }
  .rot-xxl-130 {
    transform: rotate(130deg) !important;
  }
  .rot-xxl-135 {
    transform: rotate(135deg) !important;
  }
  .rot-xxl-140 {
    transform: rotate(140deg) !important;
  }
  .rot-xxl-145 {
    transform: rotate(145deg) !important;
  }
  .rot-xxl-150 {
    transform: rotate(150deg) !important;
  }
  .rot-xxl-155 {
    transform: rotate(155deg) !important;
  }
  .rot-xxl-160 {
    transform: rotate(160deg) !important;
  }
  .rot-xxl-165 {
    transform: rotate(165deg) !important;
  }
  .rot-xxl-170 {
    transform: rotate(170deg) !important;
  }
  .rot-xxl-175 {
    transform: rotate(175deg) !important;
  }
  .rot-xxl-180 {
    transform: rotate(180deg) !important;
  }
  .rot-xxl-0 {
    transform: rotate(0deg) !important;
  }
  .rot-xxl-n5 {
    transform: rotate(-5deg) !important;
  }
  .rot-xxl-n10 {
    transform: rotate(-10deg) !important;
  }
  .rot-xxl-n15 {
    transform: rotate(-15deg) !important;
  }
  .rot-xxl-n20 {
    transform: rotate(-20deg) !important;
  }
  .rot-xxl-n25 {
    transform: rotate(-25deg) !important;
  }
  .rot-xxl-n30 {
    transform: rotate(-30deg) !important;
  }
  .rot-xxl-n35 {
    transform: rotate(-35deg) !important;
  }
  .rot-xxl-n40 {
    transform: rotate(-40deg) !important;
  }
  .rot-xxl-n45 {
    transform: rotate(-45deg) !important;
  }
  .rot-xxl-n50 {
    transform: rotate(-50deg) !important;
  }
  .rot-xxl-n55 {
    transform: rotate(-55deg) !important;
  }
  .rot-xxl-n60 {
    transform: rotate(-60deg) !important;
  }
  .rot-xxl-n65 {
    transform: rotate(-65deg) !important;
  }
  .rot-xxl-n70 {
    transform: rotate(-70deg) !important;
  }
  .rot-xxl-n75 {
    transform: rotate(-75deg) !important;
  }
  .rot-xxl-n80 {
    transform: rotate(-80deg) !important;
  }
  .rot-xxl-n85 {
    transform: rotate(-85deg) !important;
  }
  .rot-xxl-n90 {
    transform: rotate(-90deg) !important;
  }
  .rot-xxl-n95 {
    transform: rotate(-95deg) !important;
  }
  .rot-xxl-n100 {
    transform: rotate(-100deg) !important;
  }
  .rot-xxl-n105 {
    transform: rotate(-105deg) !important;
  }
  .rot-xxl-n110 {
    transform: rotate(-110deg) !important;
  }
  .rot-xxl-n115 {
    transform: rotate(-115deg) !important;
  }
  .rot-xxl-n120 {
    transform: rotate(-120deg) !important;
  }
  .rot-xxl-n125 {
    transform: rotate(-125deg) !important;
  }
  .rot-xxl-n130 {
    transform: rotate(-130deg) !important;
  }
  .rot-xxl-n135 {
    transform: rotate(-135deg) !important;
  }
  .rot-xxl-n140 {
    transform: rotate(-140deg) !important;
  }
  .rot-xxl-n145 {
    transform: rotate(-145deg) !important;
  }
  .rot-xxl-n150 {
    transform: rotate(-150deg) !important;
  }
  .rot-xxl-n155 {
    transform: rotate(-155deg) !important;
  }
  .rot-xxl-n160 {
    transform: rotate(-160deg) !important;
  }
  .rot-xxl-n165 {
    transform: rotate(-165deg) !important;
  }
  .rot-xxl-n170 {
    transform: rotate(-170deg) !important;
  }
  .rot-xxl-n175 {
    transform: rotate(-175deg) !important;
  }
  .rot-xxl-n180 {
    transform: rotate(-180deg) !important;
  }
  .ofit-xxl-none {
    object-fit: none !important;
  }
  .ofit-xxl-cover {
    object-fit: cover !important;
  }
  .ofit-xxl-contain {
    object-fit: contain !important;
  }
  .ofit-xxl-fill {
    object-fit: fill !important;
  }
  .ofit-xxl-scale-down {
    object-fit: scale-down !important;
  }
  .opos-xxl-top {
    object-position: top !important;
  }
  .opos-xxl-bottom {
    object-position: bottom !important;
  }
  .opos-xxl-start {
    object-position: left !important;
  }
  .opos-xxl-end {
    object-position: right !important;
  }
  .opos-xxl-center {
    object-position: center !important;
  }
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100% !important;
  }
  .ratio-xxl-4x3 {
    --bs-aspect-ratio: 75% !important;
  }
  .ratio-xxl-16x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
  .ratio-xxl-21x9 {
    --bs-aspect-ratio: 42.8571428571% !important;
  }
  .color-xxl-Black {
    color: #000000 !important;
  }
  .color-xxl-White {
    color: #ffffff !important;
  }
  .color-xxl-Transparent {
    color: rgba(0, 0, 0, 0) !important;
  }
  .color-xxl-GhostWhite {
    color: #fbf8ff !important;
  }
  .color-xxl-BioptronLogo {
    color: #0068b2 !important;
  }
  .color-xxl-BrownMustard {
    color: #daab5b !important;
  }
  .color-xxl-DrWhite {
    color: #fafafa !important;
  }
  .color-xxl-DrunkenDragonfly {
    color: #3bd78b !important;
  }
  .color-xxl-Red {
    color: #ff3232 !important;
  }
  .color-xxl-RoseTonic {
    color: #ffddde !important;
  }
  .color-xxl-Squant {
    color: #666666 !important;
  }
  .color-xxl-OffBlack {
    color: #303030 !important;
  }
  .color-xxl-Doctor {
    color: #f9f9f9 !important;
  }
  .color-xxl-BleachedSilk {
    color: #f2f2f2 !important;
  }
  .color-xxl-Featherbed {
    color: #afcee4 !important;
  }
  .color-xxl-Quicksilver {
    color: #a6a6a6 !important;
  }
  .color-xxl-ColdMorning {
    color: #e5e5e5 !important;
  }
  .color-xxl-PixelWhite {
    color: #dbdbdb !important;
  }
  .color-xxl-Silver {
    color: #c0c0c0 !important;
  }
  .color-xxl-BlueRibbon {
    color: #0066ff !important;
  }
  .color-xxl-LightCornflowerBlue {
    color: #93ccea !important;
  }
  .color-xxl-SuaveGrey {
    color: #d0d8dc !important;
  }
  .color-xxl-EffervescentBlue {
    color: #00385f !important;
  }
  .color-xxl-CascadingWhite {
    color: #f6f6f6 !important;
  }
  .color-xxl-Emptiness {
    color: #fcfcfc !important;
  }
  .color-xxl-ButterFudge {
    color: #a56904 !important;
  }
  .color-xxl-SatinWhite {
    color: #ced4da !important;
  }
  .color-xxl-SharkFin {
    color: #969696 !important;
  }
  .color-xxl-SpringtimeRain {
    color: #ebeef2 !important;
  }
  .color-xxl-HeraldsTrumpet {
    color: #cd9f2f !important;
  }
  .color-xxl-ChilledChilly {
    color: #ea4335 !important;
  }
  .color-xxl-VividMalachite {
    color: #00c82e !important;
  }
  .color-xxl-DarkDreams {
    color: #2f276c !important;
  }
  .color-xxl-RossoCorsa {
    color: #d60000 !important;
  }
  .color-xxl-Encrando {
    color: #f80000 !important;
  }
  .color-xxl-Green {
    color: #00c82e !important;
  }
  .color-xxl-CL100 {
    color: #cd9f2f !important;
  }
  .color-xxl-Hyperpolarized {
    color: #daab5b !important;
  }
  .tshadow-xxl-none {
    text-shadow: none !important;
  }
  .tshadow-xxl-0 {
    text-shadow: 0 0 rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-xxl-1 {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-xxl-2 {
    text-shadow: 2px 3px rgba(0, 0, 0, 0.3) !important;
  }
  .tshadow-xxl-3 {
    text-shadow: 3px 4px rgba(0, 0, 0, 0.3) !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .bio-lh-xxl-1 {
    line-height: var(--Bio-Line-Height) !important;
  }
  .bio-lh-xxl-2 {
    line-height: calc(var(--Bio-Line-Height) * 1.1) !important;
  }
  .bio-lh-xxl-3 {
    line-height: calc(var(--Bio-Line-Height) * 1.2) !important;
  }
  .bio-lh-xxl-4 {
    line-height: calc(var(--Bio-Line-Height) * 1.3) !important;
  }
  .bio-lh-xxl-5 {
    line-height: calc(var(--Bio-Line-Height) * 1.4) !important;
  }
  .bio-lh-xxl-6 {
    line-height: calc(var(--Bio-Line-Height) * 1.5) !important;
  }
  .bio-lh-xxl-7 {
    line-height: calc(var(--Bio-Line-Height) * 1.6) !important;
  }
  .bio-lh-xxl-8 {
    line-height: calc(var(--Bio-Line-Height) * 1.7) !important;
  }
  .bio-lh-xxl-9 {
    line-height: calc(var(--Bio-Line-Height) * 1.8) !important;
  }
  .bio-lh-xxl-10 {
    line-height: calc(var(--Bio-Line-Height) * 1.9) !important;
  }
  .bio-lh-xxl-n2 {
    line-height: calc(var(--Bio-Line-Height) * 0.9) !important;
  }
  .bio-lh-xxl-n3 {
    line-height: calc(var(--Bio-Line-Height) * 0.8) !important;
  }
  .bio-lh-xxl-n4 {
    line-height: calc(var(--Bio-Line-Height) * 0.7) !important;
  }
  .bio-lh-xxl-n5 {
    line-height: calc(var(--Bio-Line-Height) * 0.6) !important;
  }
  .bio-lh-xxl-n6 {
    line-height: calc(var(--Bio-Line-Height) * 0.5) !important;
  }
  .bio-lh-xxl-n7 {
    line-height: calc(var(--Bio-Line-Height) * 0.4) !important;
  }
  .bio-lh-xxl-n8 {
    line-height: calc(var(--Bio-Line-Height) * 0.3) !important;
  }
  .bio-lh-xxl-n9 {
    line-height: calc(var(--Bio-Line-Height) * 0.2) !important;
  }
  .bio-lh-xxl-n10 {
    line-height: calc(var(--Bio-Line-Height) * 0.1) !important;
  }
  .module-mt-xxl-none {
    margin-top: 0 !important;
  }
  .module-mt-xxl-normal {
    margin-top: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mt-xxl-half {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mt-xxl-double {
    margin-top: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .module-mb-xxl-none {
    margin-bottom: 0 !important;
  }
  .module-mb-xxl-normal {
    margin-bottom: var(--Bio-PageContent-Module-Spacer) !important;
  }
  .module-mb-xxl-half {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 0.5) !important;
  }
  .module-mb-xxl-double {
    margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) * 2) !important;
  }
  .bio-resize-xxl-none {
    resize: none !important;
  }
  .bio-resize-xxl-horizontal {
    resize: horizontal !important;
  }
  .bio-resize-xxl-vertical {
    resize: vertical !important;
  }
  .bio-text-decoration-xxl-none {
    text-decoration: none !important;
  }
  .bio-text-decoration-xxl-lthrough {
    text-decoration: line-through !important;
  }
  .bio-text-decoration-xxl-underline {
    text-decoration: underline !important;
  }
  .bio-gap-xxl-0 {
    gap: 0 !important;
  }
  .bio-gap-xxl-1 {
    gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gap-xxl-2 {
    gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gap-xxl-3 {
    gap: var(--Bio-Spacer) !important;
  }
  .bio-gap-xxl-4 {
    gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gap-xxl-5 {
    gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gx-xxl-0 {
    column-gap: 0 !important;
  }
  .bio-gx-xxl-1 {
    column-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gx-xxl-2 {
    column-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gx-xxl-3 {
    column-gap: var(--Bio-Spacer) !important;
  }
  .bio-gx-xxl-4 {
    column-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gx-xxl-5 {
    column-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
  .bio-gy-xxl-0 {
    row-gap: 0 !important;
  }
  .bio-gy-xxl-1 {
    row-gap: calc(var(--Bio-Spacer) * 0.25) !important;
  }
  .bio-gy-xxl-2 {
    row-gap: calc(var(--Bio-Spacer) * 0.5) !important;
  }
  .bio-gy-xxl-3 {
    row-gap: var(--Bio-Spacer) !important;
  }
  .bio-gy-xxl-4 {
    row-gap: calc(var(--Bio-Spacer) * 1.5) !important;
  }
  .bio-gy-xxl-5 {
    row-gap: calc(var(--Bio-Spacer) * 3) !important;
  }
}
/* Screen sizes */
/* Lato fonts */
/* Lato (black, regular) */
@font-face {
  font-family: Lato;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-black/lato-black.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-black/lato-black.woff") format("woff");
}
/* Lato (black, italic) */
@font-face {
  font-family: Lato;
  font-weight: 900;
  font-style: italic;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-black-italic/lato-black-italic.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-black-italic/lato-black-italic.woff") format("woff");
}
/* Lato (bold, regular) */
@font-face {
  font-family: Lato;
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-bold/lato-bold.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-bold/lato-bold.woff") format("woff");
}
/* Lato (bold, italic) */
@font-face {
  font-family: Lato;
  font-weight: 600;
  font-style: italic;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-bold-italic/lato-bold-italic.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-bold-italic/lato-bold-italic.woff") format("woff");
}
/* Lato (medium, regular) */
@font-face {
  font-family: "Lato Medium";
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-medium/lato-medium.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-medium/lato-medium.woff") format("woff");
}
/* Lato (medium, italic) */
@font-face {
  font-family: "Lato Medium";
  font-weight: 400;
  font-style: italic;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-medium-italic/lato-medium-italic.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-medium-italic/lato-medium-italic.woff") format("woff");
}
/* Lato (normal, regular) */
@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-normal/lato-normal.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-normal/lato-normal.woff") format("woff");
}
/* Lato (normal, italic) */
@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-normal-italic/lato-normal-italic.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-normal-italic/lato-normal-italic.woff") format("woff");
}
/* Lato (light, regular) */
@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-light/lato-light.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-light/lato-light.woff") format("woff");
}
/* Lato (light, italic) */
@font-face {
  font-family: Lato;
  font-weight: 300;
  font-style: italic;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-light-italic/lato-light-italic.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-light-italic/lato-light-italic.woff") format("woff");
}
/* Lato (semibold, regular) */
@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-semibold/lato-semibold.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-semibold/lato-semibold.woff") format("woff");
}
/* Lato (semibold, italic) */
@font-face {
  font-family: Lato;
  font-weight: 500;
  font-style: italic;
  text-rendering: optimizeLegibility;
  src: url("../Fonts/Lato/fonts/lato-semibold-italic/lato-semibold-italic.woff2") format("woff2"), url("../Fonts/Lato/fonts/lato-semibold-italic/lato-semibold-italic.woff") format("woff");
}
/* My variables and mixins */
:root {
  --Bio-Spacer: 1rem;
  --Bio-Radius: .5rem;
  --Bio-Transition-Duration: 250ms;
  --Bio-Line-Height: 2;
  --Gradient-Bar-Zindex: 10;
  --Bio-Body-PaddingTop: 0;
  --Bio-Font-Size: 1rem;
  --Bio-Font-Size-Large: calc(var(--Bio-Font-Size) * 1.1);
  --Bio-Font-Size-XLarge: calc(var(--Bio-Font-Size) * 1.2);
  --Bio-Font-Size-XXLarge: calc(var(--Bio-Font-Size) * 1.3);
  --Bio-Font-Size-XXXLarge: calc(var(--Bio-Font-Size) * 1.3);
  --Bio-Font-Size-Small: calc(var(--Bio-Font-Size) * .9);
  --Bio-Font-Size-XSmall: calc(var(--Bio-Font-Size) * .8);
  --Bio-Font-Size-XXSmall: calc(var(--Bio-Font-Size) * .7);
  --Bio-Font-Size-XXXSmall: calc(var(--Bio-Font-Size) * .6);
  --Bio-Text-Color: var(--Bio-Color-OffBlack);
  --Bio-PageContent-MarginTop: 1rem;
  --Bio-PageContent-Module-Spacer: 5rem;
  --Bio-Banner-Padding: calc(var(--Bio-Spacer) * 2);
  --Bio-Overlay-Zindex: 1100;
  --Bio-OverContent-Zindex: 1400;
  --Bio-OverContent-Transition-Duration: var(--Bio-Transition-Duration);
  --Bio-SideMenu-Transition-Duration: var(--Bio-Transition-Duration);
  --Bio-SideMenu-Zindex: 1200;
  --Bio-SideMenu-MaxWidth: 70vw;
  --Bio-SideMenuSwitch-Zindex: 1300;
  --Bio-SideMenuSwitch-Display: none;
}
@media (max-width: 991.98px) {
  :root {
    --Bio-PageContent-Module-Spacer: 3rem;
    --Bio-Line-Height: 1.8;
  }
}

/* My buttons */
@property --BgGradient1 {
  syntax: "<color>";
  initial-value: #c0c0c0;
  inherits: false;
}
@property --BgGradient2 {
  syntax: "<color>";
  initial-value: #a6a6a6;
  inherits: false;
}
a.btn:hover, .pagination-container .pagination li a:hover {
  text-decoration: none;
}

.btn, .pagination-container .pagination li a, .pagination-container .pagination li span {
  padding: calc(var(--Bio-Spacer) * 0.75) calc(var(--Bio-Spacer) * 1.5);
  font-size: inherit;
  transition: all var(--Bio-Transition-Duration);
}
.btn-sm, .btn-group-sm > .btn, .pagination-container .pagination li .btn-group-sm > a, .pagination-container .pagination li .btn-group-sm > span {
  padding: calc(var(--Bio-Spacer) * 0.4) calc(var(--Bio-Spacer) * 1);
  font-size: smaller;
}
.btn img, .pagination-container .pagination li a img, .pagination-container .pagination li span img {
  display: block;
}
.btn-outline, .pagination-container .pagination li a, .pagination-container .pagination li span {
  --BioBtn-Border-Color: var(--Bio-Color-Quicksilver);
  --BioBtn-BorderGlow-Color: rgba(166, 166, 166, 0.25);
  --BioBtn-Text-Color: var(--Bio-Text-Color);
  --BioBtn-Text-ColorHover: var(--Bio-Text-Color);
  --BioBtn-Bg: rgba(255, 255, 255, 0);
  --BioBtn-Bg-Color1: rgba(0, 0, 0, 0.1);
  --BioBtn-Bg-Color2: rgba(150, 150, 150, 0.01);
  --BioBtn-Bg-ColorActive1: rgba(0, 0, 0, 0.1);
  --BioBtn-Bg-ColorActive2: rgba(150, 150, 150, 0.06);
  border: solid 1px var(--BioBtn-Border-Color);
  text-transform: uppercase;
  background: var(--BioBtn-Bg);
  position: relative;
  z-index: 100;
  color: var(--BioBtn-Text-Color);
}
.btn-outline-cl100 {
  --BioBtn-Border-Color: var(--Bio-Color-CL100);
  --BioBtn-BorderGlow-Color: rgba(205, 159, 47, 0.25);
  --BioBtn-Text-Color: var(--Bio-Color-CL100);
  --BioBtn-Text-ColorHover: var(--Bio-Color-CL100);
  --BioBtn-Bg-Color1: rgba(255, 255, 255, 0.1);
  --BioBtn-Bg-Color2: rgba(205, 159, 47, 0.1);
  --BioBtn-Bg-ColorActive1: rgba(255, 255, 255, 0.1);
  --BioBtn-Bg-ColorActive2: rgba(205, 159, 47, 0.06);
  --BioBtn-Bg: radial-gradient(ellipse at bottom, var(--BioBtn-Bg-Color1), var(--BioBtn-Bg-Color2));
}
.btn-outline-red {
  --BioBtn-Border-Color: rgba(255, 50, 50, 0.75);
  --BioBtn-BorderGlow-Color: rgba(255, 50, 50, 0.75);
  --BioBtn-Text-Color: rgba(255, 50, 50, 0.75);
  --BioBtn-Text-ColorHover: var(--Bio-Color-Red);
  --BioBtn-Bg-Color1: rgba(255, 255, 255, 0.1);
  --BioBtn-Bg-Color2: rgba(255, 50, 50, 0.1);
  --BioBtn-Bg-ColorActive1: rgba(255, 255, 255, 0.1);
  --BioBtn-Bg-ColorActive2: rgba(255, 50, 50, 0.06);
  --BioBtn-Bg: radial-gradient(ellipse at bottom, var(--BioBtn-Bg-Color1), var(--BioBtn-Bg -Color2));
}
.btn-outline::before, .pagination-container .pagination li a::before, .pagination-container .pagination li span::before {
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  border: solid 2px var(--BioBtn-BorderGlow-Color);
  transition: opacity 0.45s;
  background: radial-gradient(ellipse at bottom, var(--BioBtn-Bg-Color1), var(--BioBtn-Bg-Color2));
}
.btn-outline-hover, .btn-outline:hover, .pagination-container .pagination li a:hover, .pagination-container .pagination li span:hover {
  color: var(--BioBtn-Text-ColorHover);
}
.btn-outline-hover::before, .btn-outline:hover::before, .pagination-container .pagination li a:hover::before, .pagination-container .pagination li span:hover::before {
  opacity: 1;
}
.btn-outline-active, .pagination-container .pagination li.active span {
  pointer-events: none;
  background: radial-gradient(ellipse at bottom, var(--BioBtn-Bg-ColorActive1), var(--BioBtn-Bg-ColorActive2));
}
.btn-primary {
  --BgGradient1: #0068b2;
  --BgGradient2: #0068b2;
  background: linear-gradient(var(--BgGradient1), var(--BgGradient2));
  color: #ffffff !important;
  border: solid 1px #0068b2;
  transition: --BgGradient1 var(--Bio-Transition-Duration), --BgGradient2 var(--Bio-Transition-Duration);
}
.btn-primary:hover {
  --BgGradient1: rgb(76, 180.5842696629, 255);
  --BgGradient2: rgb(25, 159.3820224719, 255);
  border-color: rgb(25, 159.3820224719, 255);
}
.btn-red {
  --BgGradient1: #d60000;
  --BgGradient2: #f80000;
  background: linear-gradient(var(--BgGradient1), var(--BgGradient2));
  color: #ffffff !important;
  transition: --BgGradient1 var(--Bio-Transition-Duration), --BgGradient2 var(--Bio-Transition-Duration);
}
.btn-red:hover {
  --BgGradient1: #ff7070;
  --BgGradient2: #ff9292;
}
.btn-link {
  color: inherit;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: underline !important;
  color: inherit;
}
.btn-link:focus {
  box-shadow: none !important;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  /* ... */
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
  /* ... */
}
/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {
  /* ... */
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
  /* ... */
}
/* at least one input mechanism of the device includes a pointing device of limited accuracy. */
@media (any-pointer: coarse) {
  /* ... */
}
/* at least one input mechanism of the device includes an accurate pointing device. */
@media (any-pointer: fine) {
  /* ... */
}
/* the device does not include any pointing device. */
@media (any-pointer: none) {
  /* ... */
}
/* one or more available input mechanism(s) can hover over elements with ease */
@media (any-hover: hover) {
  /* ... */
}
/* one or more available input mechanism(s) can hover, but not with ease (for example simulating the hovering when performing a long touch) */
@media (any-hover: on-demand) {
  /* ... */
}
/* one or more available input mechanism(s) cannot hover or there are no pointing input mechanisms */
@media (any-hover: none) {
  /* ... */
}
html {
  scroll-behavior: smooth;
}

body {
  color: var(--Bio-Text-Color);
  font-size: var(--Bio-Font-Size);
  line-height: var(--Bio-Line-Height);
  /* Lato (light, normal) */
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  cursor: default;
  position: relative;
}

.disable-scroll {
  margin: 0;
  overflow: hidden;
}

.z-index-10 {
  z-index: 10;
}

.z-index-20 {
  z-index: 20;
}

.z-index-30 {
  z-index: 30;
}

.z-index-40 {
  z-index: 40;
}

.z-index-50 {
  z-index: 50;
}

.z-index-60 {
  z-index: 60;
}

.z-index-70 {
  z-index: 70;
}

.z-index-80 {
  z-index: 80;
}

.z-index-90 {
  z-index: 90;
}

.z-index-100 {
  z-index: 100;
}

.z-index-110 {
  z-index: 110;
}

.z-index-120 {
  z-index: 120;
}

.z-index-130 {
  z-index: 130;
}

.z-index-140 {
  z-index: 140;
}

.z-index-150 {
  z-index: 150;
}

.z-index-160 {
  z-index: 160;
}

.z-index-170 {
  z-index: 170;
}

.z-index-180 {
  z-index: 180;
}

.z-index-190 {
  z-index: 190;
}

.z-index-200 {
  z-index: 200;
}

.z-index-210 {
  z-index: 210;
}

.z-index-220 {
  z-index: 220;
}

.z-index-230 {
  z-index: 230;
}

.z-index-240 {
  z-index: 240;
}

.z-index-250 {
  z-index: 250;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}
a.page-anchor {
  position: relative;
  top: calc((var(--Bio-HeaderTop-Height) + 50px) * -1);
}

.bio-hover, a.bio-hover {
  text-decoration: underline;
  position: relative;
  transition: all 0.15s ease-in-out 0s;
}
.bio-hover:hover, a.bio-hover:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.bio-hover-none:hover, a.bio-hover-none:hover {
  background-image: none;
}
.bio-hover-underline-only, a.bio-hover-underline-only {
  text-decoration: none;
}
.bio-hover-underline-only:hover, a.bio-hover-underline-only:hover {
  background-image: none;
  text-decoration: underline !important;
}
.bio-hover-gradient-white:hover, a.bio-hover-gradient-white:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.cursor-pointer {
  cursor: pointer;
}

.no-outline {
  outline: none !important;
}
.no-outline-focus-visible:focus, .bio-swiper-container .bio-swiper-button:focus {
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.no-outline.form-control:focus, .no-outline.form-control:active, .no-outline.form-select:focus, .no-outline.form-select:active, .no-outline.btn-light:focus, .no-outline.btn-light:active {
  box-shadow: none !important;
  border-color: var(--Bio-Color-SatinWhite) !important;
}

.transition-all {
  transition: all 0.25s ease-in-out 0s;
}
.transition-dur-01s {
  transition-duration: 0.1s;
}
.transition-dur-015s {
  transition-duration: 0.15s;
}
.transition-dur-02s {
  transition-duration: 0.2s;
}
.transition-dur-025s {
  transition-duration: 0.25s;
}
.transition-dur-03s {
  transition-duration: 0.3s;
}
.transition-dur-035s {
  transition-duration: 0.35s;
}
.transition-dur-04s {
  transition-duration: 0.4s;
}
.transition-dur-045s {
  transition-duration: 0.45s;
}
.transition-dur-05s {
  transition-duration: 0.5s;
}

hr.separator {
  --Separator-Margin: 2rem;
  background-color: transparent;
  margin-top: var(--Separator-Margin);
  margin-bottom: var(--Separator-Margin);
}
hr.separator-line {
  background-color: var(--Bio-Color-OffBlack);
}
hr.separator-lines {
  background-position: top;
  color: transparent;
  background-image: linear-gradient(to right, var(--Bio-Color-OffBlack), 40%, rgba(255, 255, 255, 0) 0%);
  background-size: 25px 10px;
  background-repeat: repeat-x;
}
.ie9 hr.separator-lines {
  border-top: 1px dotted var(--Bio-Color-OffBlack);
}
hr.separator-gradient {
  --BioBtn-BorderGlow-Color: rgba(166, 166, 166, 0.25);
  background: radial-gradient(var(--Bio-Color-OffBlack) 40%, rgba(48, 48, 48, 0) 70%);
}

h1, .h1 {
  /* Lato (medium, normal) */
  font-family: "Lato Medium";
  font-weight: 400;
  font-style: normal;
  line-height: calc(var(--Bio-Line-Height) * 0.8);
}
h2, .h2 {
  /* Lato (light, normal) */
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  line-height: calc(var(--Bio-Line-Height) * 0.8);
}
h3, .h3 {
  /* Lato (light, normal) */
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  line-height: calc(var(--Bio-Line-Height) * 0.8);
}
h4, .h4 {
  /* Lato (light, normal) */
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  line-height: calc(var(--Bio-Line-Height) * 0.8);
}

.lato-font-light {
  /* Lato (light, normal) */
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
}
.lato-font-normal {
  /* Lato (normal, normal) */
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
}
.lato-font-medium {
  /* Lato (medium, normal) */
  font-family: "Lato Medium";
  font-weight: 400;
  font-style: normal;
}
.lato-font-bold {
  /* Lato (bold, normal) */
  font-family: Lato;
  font-weight: 600;
  font-style: normal;
}

.text-shadow {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
}

.bg-position-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-size-cover {
  background-size: cover;
}
.bg-size-contain {
  background-size: cover;
}

.zone-gray {
  position: relative;
  padding-top: calc(var(--Bio-PageContent-Module-Spacer) / 2);
  padding-bottom: calc(var(--Bio-PageContent-Module-Spacer) / 2);
  background-color: var(--Bio-Color-BleachedSilk);
}
.zone-gray:not(.container) {
  padding-right: calc(var(--Bio-PageContent-Module-Spacer) * 0.5);
  padding-left: calc(var(--Bio-PageContent-Module-Spacer) * 0.5);
}
@media (max-width: 575.98px) {
  .zone-gray::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: calc(var(--Bio-Banner-Padding) * 4);
    top: 0;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  .zone-gray h2, .zone-gray .h2 {
    position: relative;
    z-index: 20;
  }
}

ul.bio-list, ol.bio-list {
  padding-left: 1rem;
  column-gap: calc(var(--Bio-Spacer) * 2);
}
ul.bio-list > li:not(:last-child), ol.bio-list > li:not(:last-child) {
  margin-bottom: calc(var(--Bio-Spacer) / 2);
}
ul.bio-list > li::marker, ol.bio-list > li::marker {
  font-size: calc(var(--Bio-Font-Size) * 1.2);
}
ul.bio-list.list-no-markers, ol.bio-list.list-no-markers {
  padding-left: 0 !important;
}
ul.bio-list.list-no-markers > li::marker, ol.bio-list.list-no-markers > li::marker {
  content: "" !important;
}
ul.bio-list.list-page-break-inside-avoid, ol.bio-list.list-page-break-inside-avoid {
  page-break-inside: avoid;
}
@media (min-width: 576px) {
  ul.bio-list.list-sm-no-markers, ol.bio-list.list-sm-no-markers {
    padding-left: 0 !important;
  }
  ul.bio-list.list-sm-no-markers > li::marker, ol.bio-list.list-sm-no-markers > li::marker {
    content: "" !important;
  }
  ul.bio-list.list-page-break-inside-sm-avoid, ol.bio-list.list-page-break-inside-sm-avoid {
    page-break-inside: avoid;
  }
}
@media (min-width: 768px) {
  ul.bio-list.list-md-no-markers, ol.bio-list.list-md-no-markers {
    padding-left: 0 !important;
  }
  ul.bio-list.list-md-no-markers > li::marker, ol.bio-list.list-md-no-markers > li::marker {
    content: "" !important;
  }
  ul.bio-list.list-page-break-inside-md-avoid, ol.bio-list.list-page-break-inside-md-avoid {
    page-break-inside: avoid;
  }
}
@media (min-width: 992px) {
  ul.bio-list.list-lg-no-markers, ol.bio-list.list-lg-no-markers {
    padding-left: 0 !important;
  }
  ul.bio-list.list-lg-no-markers > li::marker, ol.bio-list.list-lg-no-markers > li::marker {
    content: "" !important;
  }
  ul.bio-list.list-page-break-inside-lg-avoid, ol.bio-list.list-page-break-inside-lg-avoid {
    page-break-inside: avoid;
  }
}
@media (min-width: 1200px) {
  ul.bio-list.list-xl-no-markers, ol.bio-list.list-xl-no-markers {
    padding-left: 0 !important;
  }
  ul.bio-list.list-xl-no-markers > li::marker, ol.bio-list.list-xl-no-markers > li::marker {
    content: "" !important;
  }
  ul.bio-list.list-page-break-inside-xl-avoid, ol.bio-list.list-page-break-inside-xl-avoid {
    page-break-inside: avoid;
  }
}
@media (min-width: 1400px) {
  ul.bio-list.list-xxl-no-markers, ol.bio-list.list-xxl-no-markers {
    padding-left: 0 !important;
  }
  ul.bio-list.list-xxl-no-markers > li::marker, ol.bio-list.list-xxl-no-markers > li::marker {
    content: "" !important;
  }
  ul.bio-list.list-page-break-inside-xxl-avoid, ol.bio-list.list-page-break-inside-xxl-avoid {
    page-break-inside: avoid;
  }
}
ul.bio-list.list-markers, ol.bio-list.list-markers {
  padding-left: 1rem !important;
}
ul.bio-list.list-markers > li::marker, ol.bio-list.list-markers > li::marker {
  content: initial !important;
}
@media (min-width: 576px) {
  ul.bio-list.list-sm-markers, ol.bio-list.list-sm-markers {
    padding-left: 1rem !important;
  }
  ul.bio-list.list-sm-markers > li::marker, ol.bio-list.list-sm-markers > li::marker {
    content: initial !important;
  }
}
@media (min-width: 768px) {
  ul.bio-list.list-md-markers, ol.bio-list.list-md-markers {
    padding-left: 1rem !important;
  }
  ul.bio-list.list-md-markers > li::marker, ol.bio-list.list-md-markers > li::marker {
    content: initial !important;
  }
}
@media (min-width: 992px) {
  ul.bio-list.list-lg-markers, ol.bio-list.list-lg-markers {
    padding-left: 1rem !important;
  }
  ul.bio-list.list-lg-markers > li::marker, ol.bio-list.list-lg-markers > li::marker {
    content: initial !important;
  }
}
@media (min-width: 1200px) {
  ul.bio-list.list-xl-markers, ol.bio-list.list-xl-markers {
    padding-left: 1rem !important;
  }
  ul.bio-list.list-xl-markers > li::marker, ol.bio-list.list-xl-markers > li::marker {
    content: initial !important;
  }
}
@media (min-width: 1400px) {
  ul.bio-list.list-xxl-markers, ol.bio-list.list-xxl-markers {
    padding-left: 1rem !important;
  }
  ul.bio-list.list-xxl-markers > li::marker, ol.bio-list.list-xxl-markers > li::marker {
    content: initial !important;
  }
}

ol.bio-list > li::marker {
  font-size: inherit;
}

table.bio-table.table-valign-top td {
  vertical-align: top;
}
table.bio-table.table-odd-even tbody tr:nth-child(even) {
  background-color: var(--Bio-Color-CascadingWhite);
}
table.bio-table.table-odd-even tbody tr:nth-child(odd) {
  background-color: var(--Bio-Color-Emptiness);
}
table.bio-table td {
  padding: calc(var(--Bio-Spacer) * 0.75) calc(var(--Bio-Spacer) * 1.5);
}

.gradient-bar-top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 0.25);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 0.5);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 0.75);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-4::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-5::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1.25);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-6::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1.5);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-7::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1.75);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-8::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 2);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-9::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 2.25);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-top-10::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 2.5);
  background: linear-gradient(25turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.gradient-bar-bottom::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 0.25);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 0.5);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 0.75);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-4::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-5::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1.25);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-6::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1.5);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-7::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 1.75);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-8::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 2);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-9::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 2.25);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-bottom-10::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4 * 2.5);
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.gradient-bar-start::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 0.25);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 0.5);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 0.75);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-4::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-5::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1.25);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-6::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1.5);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-7::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1.75);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-8::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 2);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-9::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 2.25);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-start-10::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  left: 0;
  width: calc(var(--Bio-Spacer) * 4 * 2.5);
  height: 100%;
  background: linear-gradient(0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.gradient-bar-end::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 0.25);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 0.5);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 0.75);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-4::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-5::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1.25);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-6::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1.5);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-7::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 1.75);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-8::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 2);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-9::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 2.25);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.gradient-bar-end-10::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  /*border: solid 1px red;*/
  top: 0;
  right: 0;
  width: calc(var(--Bio-Spacer) * 4 * 2.5);
  height: 100%;
  background: linear-gradient(-0.75turn, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.img-sm,
.img-up-sm,
.img-down-sm,
.img-only-sm,
.img-md,
.img-up-md,
.img-down-md,
.img-only-md,
.img-lg,
.img-up-lg,
.img-down-lg,
.img-only-lg,
.img-xl,
.img-up-xl,
.img-down-xl,
.img-only-xl,
.img-xxl,
.img-up-xxl,
.img-down-xxl,
.img-only-xxl {
  display: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .img-sm, .img-only-sm {
    display: block;
  }
}
@media (min-width: 576px) {
  .img-up-sm {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .img-down-sm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .img-md, .img-only-md {
    display: block;
  }
}
@media (min-width: 768px) {
  .img-up-md {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .img-down-md {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .img-lg, .img-only-lg {
    display: block;
  }
}
@media (min-width: 992px) {
  .img-up-lg {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .img-down-lg {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .img-xl, .img-only-xl {
    display: block;
  }
}
@media (min-width: 1200px) {
  .img-up-xl {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .img-down-xl {
    display: block;
  }
}
@media (min-width: 1400px) {
  .img-xxl, .img-only-xxl {
    display: block;
  }
}
@media (min-width: 1400px) {
  .img-xxl-sm {
    display: block;
  }
}
@media (max-width: 1399.98px) {
  .img-down-xxl {
    display: block;
  }
}
.text-justify {
  text-align: justify !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .text-only-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 576px) {
  .text-sm-justify, text-up-sm-justify {
    text-align: justify !important;
  }
}
@media (max-width: 575.98px) {
  .text-down-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .text-only-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .text-md-justify, text-up-md-justify {
    text-align: justify !important;
  }
}
@media (max-width: 767.98px) {
  .text-down-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-only-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .text-lg-justify, text-up-lg-justify {
    text-align: justify !important;
  }
}
@media (max-width: 991.98px) {
  .text-down-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .text-only-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-justify, text-up-xl-justify {
    text-align: justify !important;
  }
}
@media (max-width: 1199.98px) {
  .text-down-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1400px) {
  .text-only-xxl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-justify, text-up-xxl-justify {
    text-align: justify !important;
  }
}
@media (max-width: 1399.98px) {
  .text-down-xxl-justify {
    text-align: justify !important;
  }
}
span.required-mark::before {
  content: "*";
  color: red;
  /* Lato (normal, normal) */
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: larger;
  position: relative;
  top: 0.25rem;
  line-height: 1;
  /*vertical-align: super;*/
  /*font-weight: 900;*/
}

.module-m {
  margin: var(--Bio-PageContent-Module-Spacer);
}
.module-m-half {
  margin: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-m-0 {
  margin: 0;
}

.module-my {
  margin-top: var(--Bio-PageContent-Module-Spacer);
  margin-bottom: var(--Bio-PageContent-Module-Spacer);
}
.module-my-half {
  margin-top: calc(var(--Bio-PageContent-Module-Spacer) / 2);
  margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-my-0 {
  margin: 0;
}

.module-mx {
  margin-left: var(--Bio-PageContent-Module-Spacer);
  margin-right: var(--Bio-PageContent-Module-Spacer);
}
.module-mx-half {
  margin-left: calc(var(--Bio-PageContent-Module-Spacer) / 2);
  margin-right: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-mx-0 {
  margin: 0;
}

.module-mt {
  margin-top: var(--Bio-PageContent-Module-Spacer);
}
.module-mt-half {
  margin-top: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-mt-0 {
  margin: 0;
}

.module-mb {
  margin-bottom: var(--Bio-PageContent-Module-Spacer);
}
.module-mb-half {
  margin-bottom: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-mb-0 {
  margin: 0;
}

.module-ms {
  margin-left: var(--Bio-PageContent-Module-Spacer);
}
.module-ms-half {
  margin-left: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-ms-0 {
  margin: 0;
}

.module-me {
  margin-right: var(--Bio-PageContent-Module-Spacer);
}
.module-me-half {
  margin-right: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-me-0 {
  margin: 0;
}

.module-p {
  padding: var(--Bio-PageContent-Module-Spacer);
}
.module-p-half {
  padding: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-p-0 {
  padding: 0;
}

.module-py {
  padding-top: var(--Bio-PageContent-Module-Spacer);
  padding-bottom: var(--Bio-PageContent-Module-Spacer);
}
.module-py-half {
  padding-top: calc(var(--Bio-PageContent-Module-Spacer) / 2);
  padding-bottom: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-py-0 {
  padding: 0;
}

.module-px {
  padding-left: var(--Bio-PageContent-Module-Spacer);
  padding-right: var(--Bio-PageContent-Module-Spacer);
}
.module-px-half {
  padding-left: calc(var(--Bio-PageContent-Module-Spacer) / 2);
  padding-right: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-px-0 {
  padding: 0;
}

.module-pt {
  padding-top: var(--Bio-PageContent-Module-Spacer);
}
.module-pt-half {
  padding-top: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-pt-0 {
  padding: 0;
}

.module-pb {
  padding-bottom: var(--Bio-PageContent-Module-Spacer);
}
.module-pb-half {
  padding-bottom: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-pb-0 {
  padding: 0;
}

.module-ps {
  padding-left: var(--Bio-PageContent-Module-Spacer);
}
.module-ps-half {
  padding-left: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-ps-0 {
  padding: 0;
}

.module-pe {
  padding-right: var(--Bio-PageContent-Module-Spacer);
}
.module-pe-half {
  padding-right: calc(var(--Bio-PageContent-Module-Spacer) / 2);
}
.module-pe-0 {
  padding: 0;
}

#Breadcrumbs ul {
  /*list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  font-size: var(--Bio-Font-Size-Small);
  @include lato-font('normal');
  color: var(--Bio-Color-Squant);
  flex-wrap: wrap;*/
  gap: calc(var(--Bio-Spacer) / 2);
  align-items: center;
}
#Breadcrumbs ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--Bio-Spacer) / 2);
  white-space: nowrap;
  /*overflow: hidden;*/
}
#Breadcrumbs ul > li:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url("/Content/Images/Icons/icon-breadcrumbs-arrow-right-squant-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bio-cbl {
  position: relative;
}
.bio-cbl.cbl-two-col > .container > .row {
  --bs-gutter-y: var(--Bio-PageContent-Module-Spacer);
}
.bio-cbl.cbl-w-100 > .container {
  max-width: unset;
}
.bio-cbl .main-wrapper {
  position: relative;
}
.bio-cbl .main-wrapper .content-wrapper {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.bio-cbl .main-wrapper .bg-wrapper {
  position: absolute;
  z-index: 10;
  left: calc(var(--bs-gutter-x) / 2 * -1);
  top: 0;
  width: calc(100% + var(--bs-gutter-x));
  height: 100%;
  overflow: hidden;
}
.bio-cbl .main-wrapper .bg-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.bio-cbl.cbl-home-certificates {
  --Certs-Wrapper-Zindex: 50;
  --Certs-Wrapper-Padding-Bottom: 0;
  --Certs-Wrapper-Flex-Direction: row;
  --Title-Wrapper-Text-Align: left;
  --Cert-Image-ISO13485-Width: 100%;
  --Cert-Image-ISO13485-Height: auto;
  --Cert-Image-9342EEC-Width: 100%;
  --Cert-Image-9342EEC-Height: auto;
  --Cert-Image-FDA510-Width: 100%;
  --Cert-Image-FDA510-Height: auto;
  --Lady-Image-Height: 0;
  --Lady-Zindex: 30;
  --Floor-Zindex: 20;
  --Floor-Image-Width: 100%;
  --Floor-Image-Height: auto;
  --Floor-Display: block;
  --Gradient-Bar-Zindex: 15;
  --Wall-Zindex: 10;
  --Wall-Image-Width: 100%;
  --Wall-Image-Height: 100%;
}
@media (max-width: 767.98px) {
  .bio-cbl.cbl-home-certificates {
    --Bio-Banner-Padding: 0;
  }
}
.bio-cbl.cbl-home-certificates .row::before {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  left: 0;
  width: 100%;
  /*border: solid 1px red;*/
  height: calc(var(--Bio-Spacer) * 4);
  top: 0;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.bio-cbl.cbl-home-certificates .row::after {
  content: "";
  display: block;
  position: absolute;
  z-index: var(--Gradient-Bar-Zindex);
  left: 0;
  width: 100%;
  /*border: solid 1px red;*/
  height: calc(var(--Bio-Spacer) * 4);
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.bio-cbl.cbl-home-certificates .main-wrapper .title-wrapper {
  position: relative;
  z-index: 50;
  text-align: var(--Title-Wrapper-Text-Align);
  padding-left: calc(var(--Bio-Spacer) * 2);
  padding-right: calc(var(--Bio-Spacer) * 2);
}
@media (max-width: 767.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .title-wrapper {
    padding: calc(var(--Bio-Spacer) * 3);
  }
}
@media (min-width: 768px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .title-wrapper {
    padding-top: var(--Bio-Banner-Padding);
    padding-bottom: var(--Bio-Banner-Padding);
  }
}
@media (max-width: 1199.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .title-wrapper {
    --Title-Wrapper-Text-Align: center;
  }
}
.bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
  position: relative;
  z-index: var(--Certs-Wrapper-Zindex);
  display: flex;
  flex-direction: var(--Certs-Wrapper-Flex-Direction);
  padding-bottom: var(--Certs-Wrapper-Padding-Bottom);
  justify-content: center;
  gap: 3rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
    --Certs-Wrapper-Padding-Bottom: 10%;
    --Certs-Wrapper-Flex-Direction: column;
  }
}
@media (min-width: 768px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
    --Certs-Wrapper-Padding-Bottom: 30%;
    --Certs-Wrapper-Flex-Direction: row;
  }
}
.bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper a.cert-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper a.cert-wrapper.cert-iso13485 img {
  width: var(--Cert-Image-ISO13485-Width);
  height: var(--Cert-Image-ISO13485-Height);
}
.bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper a.cert-wrapper.cert-9342eec img {
  width: var(--Cert-Image-9342EEC-Width);
  height: var(--Cert-Image-9342EEC-Height);
}
.bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper a.cert-wrapper.cert-fda510 img {
  width: var(--Cert-Image-FDA510-Width);
  height: var(--Cert-Image-FDA510-Height);
}
.bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper a.cert-wrapper .label {
  display: block;
}
@media (max-width: 767.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
    --Certs-Wrapper-Flex-Direction: column;
    --Cert-Image-ISO13485-Width: auto;
    --Cert-Image-ISO13485-Height: 13rem;
    --Cert-Image-9342EEC-Width: auto;
    --Cert-Image-9342EEC-Height: 13rem;
    --Cert-Image-FDA510-Width: auto;
    --Cert-Image-FDA510-Height: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
    --Cert-Image-ISO13485-Width: 10rem;
    --Cert-Image-ISO13485-Height: 13rem;
    --Cert-Image-9342EEC-Width: 10rem;
    --Cert-Image-9342EEC-Height: 13rem;
    --Cert-Image-FDA510-Width: 10rem;
    --Cert-Image-FDA510-Height: 7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
    --Cert-Image-ISO13485-Width: 15rem;
    --Cert-Image-ISO13485-Height: 19rem;
    --Cert-Image-9342EEC-Width: 15rem;
    --Cert-Image-9342EEC-Height: 19rem;
    --Cert-Image-FDA510-Width: 12rem;
    --Cert-Image-FDA510-Height: 8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
    --Cert-Image-ISO13485-Width: 18rem;
    --Cert-Image-ISO13485-Height: 25rem;
    --Cert-Image-9342EEC-Width: 18rem;
    --Cert-Image-9342EEC-Height: 25rem;
    --Cert-Image-FDA510-Width: 16rem;
    --Cert-Image-FDA510-Height: 12rem;
  }
}
@media (min-width: 1400px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .certs-wrapper {
    --Cert-Image-ISO13485-Width: 21rem;
    --Cert-Image-ISO13485-Height: 28rem;
    --Cert-Image-9342EEC-Width: 21rem;
    --Cert-Image-9342EEC-Height: 28rem;
    --Cert-Image-FDA510-Width: 21rem;
    --Cert-Image-FDA510-Height: 14rem;
  }
}
.bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper {
  position: absolute;
  z-index: var(--Lady-Zindex);
  bottom: 0;
  width: 100%;
  height: 1px;
}
.bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: var(--Lady-Image-Height);
}
.bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img.lady-md {
  display: var(--Lady-Image-MD-Display);
}
.bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img.lady-lg {
  display: var(--Lady-Image-LG-Display);
}
.bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img.lady-xl {
  display: var(--Lady-Image-XL-Display);
}
@media (min-width: 768px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img {
    --Lady-Image-Height: 19rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img {
    --Lady-Image-Height: 28rem;
  }
}
@media (min-width: 1200px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img {
    --Lady-Image-Height: 34rem;
  }
}
@media (min-width: 1400px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .lady-wrapper img {
    --Lady-Image-Height: 37rem;
  }
}
.bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .floor-wrapper {
  position: absolute;
  z-index: var(--Floor-Zindex);
  display: var(--Floor-Display);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .floor-wrapper {
    --Floor-Display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .floor-wrapper {
    --Floor-Image-Height: 7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .floor-wrapper {
    --Floor-Image-Height: 10rem;
  }
}
@media (min-width: 1200px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .floor-wrapper {
    --Floor-Image-Height: 12rem;
  }
}
.bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .floor-wrapper img {
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  width: var(--Floor-Image-Width);
  height: var(--Floor-Image-Height);
}
.bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .wall-wrapper {
  position: absolute;
  z-index: var(--Wall-Zindex);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .wall-wrapper img {
  width: var(--Wall-Image-Width);
  height: var(--Wall-Image-Height);
}
@media (max-width: 767.98px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .wall-wrapper img {
    --Wall-Image-Width: 100%;
    --Wall-Image-Height: 100%;
  }
}
@media (min-width: 768px) {
  .bio-cbl.cbl-home-certificates .main-wrapper .bg-wrapper .wall-wrapper img {
    --Wall-Image-Width: 100%;
    --Wall-Image-Height: auto;
  }
}

#Share button img {
  transition: all 0.25s ease-in-out 0s;
}
#Share button:hover img {
  transform: rotate(180deg);
}

.overlay {
  --Transition-Duration: var(--Bio-Transition-Duration);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 56, 95, 0.75);
  transition: opacity var(--Transition-Duration) ease-out 0s;
  opacity: 0;
}
.overlay.visible {
  opacity: 1;
}

#OverContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: var(--Bio-OverContent-Zindex);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#OverContent ::-webkit-scrollbar {
  width: 10px;
}
#OverContent ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25);
  border-radius: var(--Bio-Radius);
}
#OverContent ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: var(--Bio-Radius);
}
#OverContent ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.75);
}
#OverContent .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--Bio-Color-EffervescentBlue);
  padding: calc(var(--Bio-Spacer) * 2);
  padding-right: calc(var(--Bio-Spacer) * 0.8);
  transition: opacity var(--Bio-OverContent-Transition-Duration) ease-in-out 0s, transform var(--Bio-OverContent-Transition-Duration) ease-in-out 0s;
  opacity: 0;
  border: solid 3px rgba(255, 255, 255, 0.75);
  border-radius: var(--Bio-Radius);
  max-height: 90vh;
}
#OverContent .wrapper.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#OverContent .wrapper .wrapper-close-button {
  position: absolute;
  z-index: 20;
  top: calc(var(--Bio-Spacer) / 2);
  right: calc(var(--Bio-Spacer) / 2);
  display: block;
}
#OverContent .wrapper .wrapper-close-button .btn-close {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  opacity: 1;
  padding: calc(var(--Bio-Spacer) / 2);
  width: calc(var(--Bio-Spacer) / 2);
  height: calc(var(--Bio-Spacer) / 2);
  border-style: solid;
  border-width: 3px;
  border-color: var(--Bio-Color-White);
}
#OverContent .wrapper .wrapper-close-button .btn-close:hover {
  background-color: var(--Bio-Color-White);
}
#OverContent .wrapper .wrapper-content {
  position: relative;
  z-index: 10;
  left: 0;
  top: 0;
  display: block;
  padding-right: var(--Bio-Spacer);
}

#BodyWrapper {
  position: relative;
}

/*@import "BlockOneColumn/__BlockOneColumn.scss";
@import "BlockTwoColumns/__BlockTwoColumns.scss";*/
#ProductGallery .gallery-container-thumbs .swiper-slide {
  height: 100px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
#ProductGallery .gallery-container-thumbs .swiper-slide::before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 2px;
  border: solid 2px;
  border-radius: 2px;
  background-color: black;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.15s ease-in-out 0s;
}
#ProductGallery .gallery-container-thumbs .swiper-slide.active-slide-thumb::before {
  opacity: 0.1;
}

.video-tile {
  --video-icon-display: block;
  --video-icon-opacity: 0.3;
  --video-icon-width: 15%;
  --video-icon-transition-delay: 0s;
  --video-icon-play-display: block;
  --video-icon-pause-display: none;
  --video-poster-opacity: 1;
  --video-poster-width: 102%;
  --video-poster-height: auto;
  --video-poster-transition-width-delay: 0s;
  --video-element-opacity: 0;
  --video-header-top: 0;
  --video-header-opacity: 1;
}
@media (max-width: 991.98px) {
  .video-tile {
    --video-icon-width: 40%;
  }
}
.video-tile:hover:not(.is-playing) {
  --video-icon-width: 20%;
  --video-icon-opacity: .9;
  --video-poster-width: 107%;
}
@media (max-width: 991.98px) {
  .video-tile:hover:not(.is-playing) {
    --video-icon-width: 40%;
  }
}
.video-tile.is-stopped {
  --video-icon-play-display: block;
  --video-icon-pause-display: none;
  --video-poster-transition-height-delay: 0;
}
.video-tile.is-playing {
  /*--video-icon-width: 15%;*/
  --video-icon-play-display: none;
  --video-icon-pause-display: block;
  --video-poster-opacity: 0;
  --video-poster-height: 0;
  --video-poster-transition-height-delay: var(--Bio-Transition-Duration);
  --video-element-opacity: 1;
  --video-header-top: -50px;
  --video-header-opacity: 0;
}
@media (hover: none) and (pointer: coarse) {
  .video-tile.is-playing {
    --video-icon-display: none;
  }
}
.video-tile.is-playing:not(:hover) {
  --video-icon-opacity: 0;
  --video-icon-transition-delay: 2s;
}
.video-tile.is-paused {
  --video-icon-opacity: 1;
  --video-icon-transition-delay: 0s;
  --video-icon-play-display: block;
  --video-icon-pause-display: none;
  --video-poster-opacity: 0;
  --video-poster-height: 0;
  --video-poster-transition-height-delay: var(--Bio-Transition-Duration);
  --video-element-opacity: 1;
  --video-header-top: 0;
  --video-header-opacity: 1;
}
.video-tile .video-container {
  background-color: black;
}
.video-tile .video-header {
  transition: all var(--Bio-Transition-Duration) ease-in-out 0s;
  top: var(--video-header-top);
  opacity: var(--video-header-opacity);
}
.video-tile .video-icon {
  display: var(--video-icon-display);
  width: var(--video-icon-width);
  opacity: var(--video-icon-opacity);
  transition: all var(--Bio-Transition-Duration) ease-in-out var(--video-icon-transition-delay);
}
.video-tile .video-icon .icon-wrapper::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 5px transparent;
  box-shadow: inset 0 0 0px 3px #fff;
  background-color: black;
}
.video-tile .video-icon .icon-wrapper .icon {
  position: relative;
  z-index: 20;
}
.video-tile .video-icon .icon-wrapper .icon-play {
  display: var(--video-icon-play-display);
}
.video-tile .video-icon .icon-wrapper .icon-pause {
  display: var(--video-icon-pause-display);
}
.video-tile .video-poster {
  width: var(--video-poster-width);
  height: var(--video-poster-height);
  opacity: var(--video-poster-opacity);
  transition: opacity var(--Bio-Transition-Duration) ease-in-out 0s, width var(--Bio-Transition-Duration) ease-in-out 0s, height 0s ease-in-out var(--video-poster-transition-width-delay);
}
.video-tile .video-element {
  opacity: 0;
  opacity: var(--video-element-opacity);
  transition: opacity var(--Bio-Transition-Duration) ease-in-out var(--Bio-Transition-Duration);
  object-fit: cover;
}

:root {
  --Bio-Header-Zindex: 1000;
  --Bio-Header-BorderBottomColor: transparent;
  --Bio-Header-BorderBottomColor-Minimized: var(--Bio-Color-PixelWhite);
  --Bio-HeaderTop-Height: 100px;
  --Bio-HeaderTop-Height-Minimized: 50px;
  --Bio-HeaderTop-ZIndex: 20;
  --Bio-HeaderLogo-Height: 70%;
  --Bio-HeaderLogo-Height-Minimized: 50%;
  --Bio-HeaderLogo-Top: 50%;
  --Bio-HeaderLogo-Left: 50%;
  --Bio-HeaderLogo-Translate: translate(-50%, -50%);
  --Bio-HeaderAdditionalMenu-Display: block;
  --Bio-HeaderAdditionalMenu-Top: 50%;
  --Bio-HeaderAdditionalMenu-Right: calc(var(--Bio-Spacer) * 2);
  --Bio-HeaderAdditionalMenu-Transform: translateY(-50%);
  --Bio-HeaderAdditionalMenu-Btn-Label-Display: block;
  --Bio-HeaderAdditionalMenu-SpacerContent: "|";
  --Bio-HeaderAdditionalMenu-SpacerDisplay: block;
  --Bio-HeaderAdditionalMenu-SpacerPadding: 1rem;
  --Bio-HeaderAdditionalMenu-Btn-ExpandIcon-Display: flex;
  --Bio-HeaderAdditionalMenu-IconSize: 30px;
  --Bio-HeaderAdditionalMenu-BorderWidth: 3px;
  --Bio-HeaderNavMenu-ZIndex: 10;
  --Bio-HeaderNavMenu-Display: block;
  --Bio-HeaderNavMenu-Level0-PaddingX: calc(var(--Bio-Spacer) * 1.5);
  --Bio-HeaderNavMenu-Level0-PaddingY: calc(var(--Bio-Spacer) * 1.5);
  --Bio-HeaderNavMenu-Level1-PaddingX: calc(var(--Bio-Spacer) * 1.5);
  --Bio-HeaderNavMenu-Level1-PaddingY: calc(var(--Bio-Spacer) * 1);
  --Bio-HeaderNavMenu-Level0-PaddingX-Minimized: calc(var(--Bio-Spacer) * 1);
  --Bio-HeaderNavMenu-Level0-PaddingY-Minimized: calc(var(--Bio-Spacer) * 0.5);
  --Bio-HeaderNavMenu-Level1-PaddingX-Minimized: calc(var(--Bio-Spacer) * 1);
  --Bio-HeaderNavMenu-Level1-PaddingY-Minimized: calc(var(--Bio-Spacer) * 0.5);
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  :root {
    --Bio-HeaderTop-Height: var(--Bio-HeaderTop-Height-Minimized);
    --Bio-HeaderLogo-Height: var(--Bio-HeaderLogo-Height-Minimized);
    --Bio-Header-BorderBottomColor: var(--Bio-Header-BorderBottomColor-Minimized);
    --Bio-HeaderNavMenu-Level0-PaddingX: var(--Bio-HeaderNavMenu-Level0-PaddingX-Minimized);
    --Bio-HeaderNavMenu-Level0-PaddingY: var(--Bio-HeaderNavMenu-Level0-PaddingY-Minimized);
    --Bio-HeaderNavMenu-Level1-PaddingX: var(--Bio-HeaderNavMenu-Level1-PaddingX-Minimized);
    --Bio-HeaderNavMenu-Level1-PaddingY: var(--Bio-HeaderNavMenu-Level1-PaddingY-Minimized);
    --Bio-Body-PaddingTop: calc(var(--Bio-HeaderTop-Height) + (var(--Bio-PageContent-Module-Spacer) * 1));
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--Bio-Header-Zindex);
  width: 100%;
  border-bottom: solid 1px var(--Bio-Header-BorderBottomColor);
  transition: border-bottom-color var(--Bio-Transition-Duration);
}
@media (max-width: 1199.98px) {
  :root {
    --Bio-HeaderAdditionalMenu-SpacerPadding: .5rem;
    --Bio-HeaderAdditionalMenu-Btn-Label-Display: none;
  }
}
@media (max-width: 991.98px) {
  :root {
    --Bio-Header-BorderBottomColor: var(--Bio-Color-PixelWhite);
    --Bio-HeaderTop-Height: 50px;
    --Bio-HeaderLogo-Height: 50%;
    --Bio-HeaderLogo-Left: 1rem;
    --Bio-HeaderLogo-Translate: translateY(-50%);
    --Bio-HeaderAdditionalMenu-Display: none;
    --Bio-HeaderAdditionalMenu-Right: var(--Bio-Spacer);
    --Bio-HeaderAdditionalMenu-Btn-ExpandIcon-Display: none;
    --Bio-HeaderAdditionalMenu-SpacerContent: "";
    --Bio-HeaderNavMenu-Display: none;
    --Bio-HeaderNavMenu-Level0-PaddingY: calc(var(--Bio-Spacer) * 0.5);
    --Bio-Body-PaddingTop: calc(var(--Bio-HeaderTop-Height) + (var(--Bio-PageContent-Module-Spacer) * 0.5));
  }
}
@media (min-width: 992px) {
  header.minimized {
    --Bio-HeaderTop-Height: var(--Bio-HeaderTop-Height-Minimized);
    --Bio-HeaderLogo-Height: var(--Bio-HeaderLogo-Height-Minimized);
    --Bio-Header-BorderBottomColor: var(--Bio-Header-BorderBottomColor-Minimized);
    --Bio-HeaderNavMenu-Level0-PaddingX: var(--Bio-HeaderNavMenu-Level0-PaddingX-Minimized);
    --Bio-HeaderNavMenu-Level0-PaddingY: var(--Bio-HeaderNavMenu-Level0-PaddingY-Minimized);
    --Bio-HeaderNavMenu-Level1-PaddingX: var(--Bio-HeaderNavMenu-Level1-PaddingX-Minimized);
    --Bio-HeaderNavMenu-Level1-PaddingY: var(--Bio-HeaderNavMenu-Level1-PaddingY-Minimized);
  }
}

#HeaderTop {
  background-color: var(--Bio-Color-Doctor);
  transition: height var(--Bio-Transition-Duration);
  height: var(--Bio-HeaderTop-Height);
}

#HeaderLogo {
  position: absolute;
  height: var(--Bio-HeaderLogo-Height);
  top: var(--Bio-HeaderLogo-Top);
  left: var(--Bio-HeaderLogo-Left);
  transform: var(--Bio-HeaderLogo-Translate);
  transition: height var(--Bio-Transition-Duration);
}
#HeaderLogo .logo-image {
  height: 100%;
  display: inline-block;
}

#HeaderAdditionalMenu {
  display: var(--Bio-HeaderAdditionalMenu-Display);
  position: absolute;
  z-index: 10;
  right: var(--Bio-HeaderAdditionalMenu-Right);
  top: var(--Bio-HeaderAdditionalMenu-Top);
  transform: var(--Bio-HeaderAdditionalMenu-Transform);
  text-transform: uppercase;
  /*a {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-decoration: none;
      color: inherit;
      @include rfs(calc(var(--Bio-Spacer) / 2), gap);

      &:hover {
          text-decoration: underline;
      }
  }*/
  /*.icon {
      display: flex;
      @include rfs(var(--Bio-HeaderAdditionalMenu-IconSize), min-width);
      justify-content: center;
      align-items: center;

      &.regular-icon {
          .icon-image {
              @include rfs(calc(var(--Bio-HeaderAdditionalMenu-IconSize) / 1.5), width);
          }
      }

      &.expand-icon {
          display: var(--Bio-HeaderAdditionalMenu-Btn-ExpandIcon-Display);
          min-width: initial;

          .icon-image {
              display: block;
              @include rfs(calc(var(--Bio-Spacer) / 1.2), width);
          }
      }

      &.circle-icon {
          @include rfs(var(--Bio-HeaderAdditionalMenu-IconSize), width);
          @include rfs(var(--Bio-HeaderAdditionalMenu-IconSize), height);
          border-radius: 50%;
          overflow: hidden;
          position: relative;
          border: solid var(--Bio-HeaderAdditionalMenu-BorderWidth) var(--Bio-Color-Featherbed);

          .circle-icon-image {
              position: relative;
              display: block;
              height: 105%;
          }
      }
  }*/
}
#HeaderAdditionalMenu .wrapper {
  display: flex;
  align-items: center;
}
#HeaderAdditionalMenu .wrapper > .item {
  display: flex;
  align-items: center;
  position: relative;
}
#HeaderAdditionalMenu .wrapper > .item:not(:last-child)::after {
  content: var(--Bio-HeaderAdditionalMenu-SpacerContent);
  display: var(--Bio-HeaderAdditionalMenu-SpacerDisplay);
  color: var(--Bio-Color-Quicksilver);
  margin-left: var(--Bio-HeaderAdditionalMenu-SpacerPadding);
  margin-right: var(--Bio-HeaderAdditionalMenu-SpacerPadding);
  font-weight: 100;
  line-height: 1;
}
#HeaderAdditionalMenu .wrapper > .item.no-separator::after {
  content: "";
  margin-left: 0;
}
#HeaderAdditionalMenu .wrapper > .item.no-spacer::after {
  margin-left: 0;
  margin-right: 0;
}
#HeaderAdditionalMenu .dropbtn {
  display: flex;
  align-items: center;
  gap: calc(var(--Bio-Spacer) / 2);
}
#HeaderAdditionalMenu .dropbtn:hover .expand-icon {
  opacity: 0.5;
}
#HeaderAdditionalMenu .dropbtn:hover .dropdown-content .wrapper-overflow {
  max-height: 1000px;
}
#HeaderAdditionalMenu .dropbtn:hover .dropdown-content .wrapper-content {
  transition: transform var(--Bio-Transition-Duration), opacity var(--Bio-Transition-Duration) calc(var(--Bio-Transition-Duration) * 0.3);
  opacity: 1;
  transform: translateY(0);
}
#HeaderAdditionalMenu .dropbtn .dropdown-content {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
}
#HeaderAdditionalMenu .dropbtn .dropdown-content .wrapper-overflow {
  position: absolute;
  top: 0;
  left: calc(var(--Bio-Spacer) * -1);
  padding-top: calc(var(--Bio-Spacer) / 2);
  overflow: hidden;
  transition: max-height 250ms;
  min-width: 100%;
  max-height: 0;
}
#HeaderAdditionalMenu .dropbtn .dropdown-content .wrapper-content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--Bio-Spacer) / 2);
  padding: var(--Bio-Spacer);
  border: solid 1px lightgray;
  border-radius: var(--Bio-Radius);
  background-color: var(--Bio-Color-BleachedSilk);
  opacity: 0;
  transform: translateY(-100%);
  transition: transform var(--Bio-Transition-Duration) calc(var(--Bio-Transition-Duration) * 0.2), opacity calc(var(--Bio-Transition-Duration) * 0.6);
}
#HeaderAdditionalMenu .dropbtn .dropdown-content .label {
  display: block;
}
#HeaderAdditionalMenu .item-account .circle-icon {
  /*border-color: black;*/
}
#HeaderAdditionalMenu .item-account .dropbtn > .label {
  display: var(--Bio-HeaderAdditionalMenu-Btn-Label-Display);
  cursor: default;
}
#HeaderAdditionalMenu .item-account .dropbtn .btn-logon .icon-image {
  transform: rotate(-90deg);
}
#HeaderAdditionalMenu .item-cart:hover {
  text-decoration: none;
}
#HeaderAdditionalMenu .item-cart .circle-icon {
  background-color: var(--Bio-Color-Featherbed);
}
#HeaderAdditionalMenu .item-cart .circle-icon .circle-icon-image {
  height: 80%;
}

#HeaderNavMenu {
  --Level1-Display: flex;
  --Level1-Top: 0;
  --Level1-Opacity: 0;
  --Level1-MaxHeight: 0;
  display: var(--Bio-HeaderNavMenu-Display);
  background-color: var(--Bio-Color-BleachedSilk);
  /* Lato (normal, normal) */
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
}
#HeaderNavMenu ul.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
#HeaderNavMenu ul.nav-menu li {
  position: relative;
}
#HeaderNavMenu ul.nav-menu li a {
  display: block;
  align-items: center;
  position: relative;
  z-index: 20;
  height: 100%;
  transition: all var(--Bio-Transition-Duration);
  background-color: var(--Bio-Color-BleachedSilk);
  border-left: solid 1px var(--Bio-Color-PixelWhite);
  padding-left: var(--Bio-HeaderNavMenu-Level0-PaddingX);
  padding-right: var(--Bio-HeaderNavMenu-Level0-PaddingX);
  padding-top: var(--Bio-HeaderNavMenu-Level0-PaddingY);
  padding-bottom: var(--Bio-HeaderNavMenu-Level0-PaddingY);
  text-align: center;
}
#HeaderNavMenu ul.nav-menu li a:hover {
  background-color: var(--Bio-Color-ColdMorning);
  text-decoration: none;
}
#HeaderNavMenu ul.nav-menu li:last-child a {
  border-right: solid 1px var(--Bio-Color-PixelWhite);
}
#HeaderNavMenu ul.nav-menu li:hover ul {
  --Level1-Display: flex;
  --Level1-Top: 100%;
  --Level1-Opacity: 1;
  --Level1-MaxHeight: 1000px;
}
#HeaderNavMenu ul.nav-menu li ul {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  height: auto;
  min-width: 100%;
  max-height: var(--Level1-MaxHeight);
  left: 0;
  top: var(--Level1-Top);
  display: var(--Level1-Display);
  opacity: var(--Level1-Opacity);
  flex-direction: column;
  padding: 0;
  list-style: none;
  border: solid 1px var(--Bio-Color-PixelWhite);
  border-bottom: unset;
  background-color: var(--Bio-Color-BleachedSilk);
  transition: all var(--Bio-Transition-Duration) ease-in-out 0s;
}
#HeaderNavMenu ul.nav-menu li ul li[data-level="3"] a {
  padding-left: 3rem !important;
  /*&::before {
      content: "\2022 ";
      display: inline-block;
      margin-right: 0.5rem;
  }*/
}
#HeaderNavMenu ul.nav-menu li ul li a {
  border-left: 0;
  border-right: 0 !important;
  border-bottom: solid 1px var(--Bio-Color-PixelWhite);
  padding-left: var(--Bio-HeaderNavMenu-Level1-PaddingX);
  padding-right: var(--Bio-HeaderNavMenu-Level1-PaddingX);
  padding-top: var(--Bio-HeaderNavMenu-Level1-PaddingY);
  padding-bottom: var(--Bio-HeaderNavMenu-Level1-PaddingY);
  text-align: initial;
  white-space: nowrap;
}
#HeaderNavMenu ul.nav-menu li ul li ul {
  position: relative;
  left: unset;
  top: unset;
  border: unset;
}

#MobileTopMenu {
  --MobileTopMenu-Button-Search-Display: flex;
  position: fixed;
  z-index: 1300;
  display: none;
  flex-direction: row;
  position: fixed;
  right: 0;
  top: 0;
  gap: calc(var(--Bio-Spacer) / 3);
  height: var(--Bio-HeaderTop-Height);
  color: var(--MobileTopMenu-Color);
}
#MobileTopMenu.side-menu-is-visible {
  --MobileTopMenu-Button-Search-Display: none ;
}
@media (max-width: 991.98px) {
  #MobileTopMenu {
    display: flex;
    /*        @at-root {
                :root {
                    --Bio-SideMenuSwitch-Display: block;
                }
            }*/
  }
}
#MobileTopMenu #MobileSearchSwitch {
  width: var(--Bio-HeaderTop-Height);
  height: var(--Bio-HeaderTop-Height);
  display: var(--MobileTopMenu-Button-Search-Display);
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  padding: 0;
}
#MobileTopMenu #MobileSearchSwitch img {
  display: block;
  width: auto;
  height: 50%;
}
#MobileTopMenu #MobileSideMenuSwitch {
  --Btn-Height: var(--Bio-HeaderTop-Height);
  --Btn-Width: var(--Bio-HeaderTop-Height);
  --Bg-Color: var(--Bio-Color-Transparent);
  --Line-Width: 1.5rem;
  --Line-Height: 4px;
  --Line-Gap: 4px;
  --Line-Color: var(--Bio-Color-Black);
  --Line1-Top: 0;
  --Line1-Opacity: 1;
  --Line1-Transform: none;
  --Line2-Top: calc(var(--Line-Height) * 1 + var(--Line-Gap) * 1);
  --Line2-Transform: none;
  --Line3-Top: calc(var(--Line-Height) * 2 + var(--Line-Gap) * 2);
  --Line3-Opacity: 1;
  --Line3-Transform: none;
  /*display: var(--Bio-SideMenuSwitch-Display);*/
  /*position: fixed;*/
  /*z-index: var(--Bio-SideMenuSwitch-Zindex);*/
  top: 0;
  right: 0;
}
#MobileTopMenu #MobileSideMenuSwitch.menu-is-visible {
  --Line-Color: var(--Bio-Color-White);
  --Line1-Top: var(--Line2-Top);
  --Line1-Transform: rotate(45deg);
  --Line2-Opacity: 0;
  --Line3-Top: var(--Line2-Top);
  --Line3-Transform: rotate(-45deg);
}
#MobileTopMenu #MobileSideMenuSwitch button {
  position: relative;
  padding: 0;
  transition: all var(--Bio-Transition-Duration) ease-in-out 0s;
  background-color: var(--Bg-Color);
  width: var(--Btn-Width);
  height: var(--Btn-Height);
  border: 0;
}
#MobileTopMenu #MobileSideMenuSwitch button:before {
  content: none;
}
#MobileTopMenu #MobileSideMenuSwitch button:focus {
  box-shadow: none !important;
}
#MobileTopMenu #MobileSideMenuSwitch button .lines-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--Line-Width);
  height: calc(var(--Line-Height) * 3 + var(--Line-Gap) * 2);
}
#MobileTopMenu #MobileSideMenuSwitch button .lines-wrapper .line {
  height: var(--Line-Height);
  width: 100%;
  background-color: var(--Line-Color);
  position: absolute;
  transition: all var(--Bio-Transition-Duration) ease-in-out 0s;
  transform-origin: center;
}
#MobileTopMenu #MobileSideMenuSwitch button .lines-wrapper .line.line-1 {
  top: var(--Line1-Top);
  opacity: var(--Line1-Opacity);
  transform: var(--Line1-Transform);
}
#MobileTopMenu #MobileSideMenuSwitch button .lines-wrapper .line.line-2 {
  top: var(--Line2-Top);
  opacity: var(--Line2-Opacity);
  transform: var(--Line2-Transform);
}
#MobileTopMenu #MobileSideMenuSwitch button .lines-wrapper .line.line-3 {
  top: var(--Line3-Top);
  opacity: var(--Line3-Opacity);
  transform: var(--Line3-Transform);
}

#SideMenu {
  position: fixed;
  z-index: var(--Bio-SideMenu-Zindex);
  top: 0;
  left: 0;
  transform: translateX(-120%);
  padding: var(--Bio-Spacer);
  background-color: var(--Bio-Color-EffervescentBlue);
  max-width: var(--Bio-SideMenu-MaxWidth);
  height: 100vh;
  color: var(--Bio-Color-White);
  transition: all var(--Bio-SideMenu-Transition-Duration) ease-in-out 0s;
  box-shadow: 0 0 1rem var(--Bio-Color-Black);
  border-right: solid 1px rgba(0, 0, 0, 0.6);
}
#SideMenu.menu-is-visible {
  transform: translateX(0%);
}
#SideMenu .sidemenu-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  gap: var(--Bio-Spacer);
}
#SideMenu .sidemenu-wrapper .top-wrapper {
  padding-bottom: var(--Bio-Spacer);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
#SideMenu .sidemenu-wrapper .top-wrapper > .wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Bio-Spacer);
}
#SideMenu .sidemenu-wrapper .top-wrapper > .wrapper > .additional-menu-wrapper .item-cart {
  display: flex;
  flex-direction: row;
  gap: calc(var(--Bio-Spacer) / 2);
  align-items: center;
}
#SideMenu .sidemenu-wrapper .top-wrapper > .wrapper > .additional-menu-wrapper .item-cart .circle-icon-image {
  height: 80%;
}
#SideMenu .sidemenu-wrapper .top-wrapper > .wrapper > .account-menu-wrapper .label {
  /* Lato (normal, normal) */
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
}
#SideMenu .sidemenu-wrapper .main-wrapper {
  height: 100%;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#SideMenu .sidemenu-wrapper .main-wrapper::-webkit-scrollbar {
  width: 5px;
}
#SideMenu .sidemenu-wrapper .main-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
#SideMenu .sidemenu-wrapper .main-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
#SideMenu .sidemenu-wrapper .main-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.75);
}
#SideMenu .sidemenu-wrapper .main-wrapper ul.nav-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
#SideMenu .sidemenu-wrapper .main-wrapper ul.nav-menu a {
  display: block;
  padding: calc(var(--Bio-Spacer) / 2);
}
#SideMenu .sidemenu-wrapper .main-wrapper ul.nav-menu > li > a {
  /* Lato (normal, normal) */
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
}
#SideMenu .sidemenu-wrapper .main-wrapper ul.nav-menu > li > ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
#SideMenu .sidemenu-wrapper .main-wrapper ul.nav-menu > li > ul > li > a {
  display: block;
  gap: calc(var(--Bio-Spacer) / 2);
}
#SideMenu .sidemenu-wrapper .main-wrapper ul.nav-menu > li > ul > li > a::before {
  content: "-";
  margin-right: 5px;
  display: inline-block;
}
#SideMenu .sidemenu-wrapper .bottom-wrapper {
  padding-top: var(--Bio-Spacer);
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
#SideMenu .sidemenu-wrapper .bottom-wrapper .company-info-wrapper {
  opacity: 0.75;
}

/*@import "SideMenuSwitch.scss";*/
/*@import "SideMenuOverlay.scss";*/
#PageContent {
  position: relative;
  margin-top: var(--Bio-PageContent-MarginTop);
}
#PageContent > *:not(:last-child) {
  margin-bottom: var(--Bio-PageContent-Module-Spacer);
}

@media (min-width: 1200px) {
  #TopSlider .swiper {
    min-height: 400px;
  }
}
@media (min-width: 1400px) {
  #TopSlider .swiper {
    min-height: 475px;
  }
}
#TopSlider .swiper-pagination .pager-dot {
  text-shadow: -1px -1px 0 rgba(48, 48, 48, 0.5), 1px -1px 0 rgba(48, 48, 48, 0.5), -1px 1px 0 rgba(48, 48, 48, 0.5), 1px 1px 0 rgba(48, 48, 48, 0.5), 0 0 5px var(--Bio-Color-OffBlack);
  transition: color 0.25s ease-in-out;
  color: white;
}
#TopSlider .swiper-pagination .pager-dot:focus, #TopSlider .swiper-pagination .pager-dot:focus-visible {
  outline: none;
}
#TopSlider .swiper-pagination .pager-dot-active {
  color: var(--Bio-Color-OffBlack);
}

#OpinionsShort {
  background-image: url("/getattachment/f8c10b77-fabb-4937-9a6f-35817a9d8835/Opinions-Background.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
#OpinionsShort::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4);
  top: 0;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#OpinionsShort::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  height: calc(var(--Bio-Spacer) * 4);
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#OpinionsShort .title-wrapper .first-letter::before {
  content: "";
  display: block;
  width: calc(1.875rem + 7.5vw);
  height: calc(1.875rem + 7.5vw);
  /*border: solid 1px red;*/
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translate(-25%, -50%);
  opacity: 0.08;
  background: radial-gradient(var(--Bio-Color-BlueRibbon) 50%, rgba(0, 102, 255, 0) 70%);
}
@media (min-width: 1200px) {
  #OpinionsShort .title-wrapper .first-letter::before {
    width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  #OpinionsShort .title-wrapper .first-letter::before {
    height: 7.5rem;
  }
}
#OpinionsShort .author-photo-wrapper {
  width: 100%;
}
@media (max-width: 575.98px) {
  #OpinionsShort .author-photo-wrapper {
    width: 50%;
  }
}

#HomeDevices .devices-wrapper {
  background-image: linear-gradient(rgba(147, 204, 234, 0), rgba(147, 204, 234, 0.3) 50%);
}
#HomeDevices .bg-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url("/Content/Images/Home/Devices-Background.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#HomeDevices .description-wrapper {
  background: radial-gradient(ellipse at 50% 80%, rgba(255, 255, 255, 0.8), rgba(147, 204, 234, 0.3) 60%);
  text-align: center;
  padding-bottom: calc(var(--Bio-Spacer) * 3);
}
#HomeDevices .description-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(var(--Bio-Spacer) * 2);
  row-gap: calc(var(--Bio-Spacer) / 2);
}
@media (min-width: 768px) {
  #HomeDevices .description-wrapper ul {
    padding: 0 10%;
  }
}
#HomeDevices .description-wrapper ul li::before {
  content: "✓";
  display: inline-block;
  margin-right: calc(var(--Bio-Spacer) / 2);
  /* Lato (bold, normal) */
  font-family: Lato;
  font-weight: 600;
  font-style: normal;
}
#HomeDevices .description-wrapper table, #HomeDevices .description-wrapper table > * {
  display: block;
}
#HomeDevices .description-wrapper tr {
  display: flex;
  margin-top: calc(var(--Bio-Spacer) * 2);
  margin-bottom: calc(var(--Bio-Spacer) * 2);
  gap: calc(var(--Bio-Spacer) * 1.5);
  justify-content: center;
}
#HomeDevices .description-wrapper p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #HomeDevices .description-wrapper p {
    padding: 0 30%;
  }
}
#HomeDevices .description-wrapper .read-more-wrapper {
  text-transform: uppercase;
}

#TestimonialsShort a.testimonial-wrapper {
  text-decoration: none;
}
#TestimonialsShort a.testimonial-wrapper .author-photo-wrapper {
  width: 100%;
}
@media (max-width: 575.98px) {
  #TestimonialsShort a.testimonial-wrapper .author-photo-wrapper {
    width: 50%;
  }
}
#TestimonialsShort a.testimonial-wrapper .testimonial-text-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
#TestimonialsShort a.testimonial-wrapper .read-more-hint {
  transition: all var(--Bio-Transition-Duration);
  opacity: 0;
  transform: translateX(-10%);
}
#TestimonialsShort a.testimonial-wrapper:hover .read-more-hint {
  opacity: 1;
  transform: translateX(0);
}

#NewsShort .news-summary-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

#Footer {
  position: relative;
  z-index: 10;
  background: linear-gradient(0.25turn, #00385F, #013D65);
  overflow: hidden;
  font-size: 0.9rem;
}
#Footer::before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  display: block;
  /*border: solid 1px red;*/
  width: 120%;
  height: 140%;
  transform: translate(-60%, -50%);
  background: radial-gradient(farthest-side at center, #002438, rgba(255, 255, 255, 0));
  opacity: 0.8;
}
#Footer::after {
  content: "";
  position: absolute;
  z-index: 20;
  bottom: 2%;
  right: 0;
  display: block;
  /*border: solid 1px red;*/
  width: 120%;
  height: 140%;
  transform: translate(70%, 40%);
  background: radial-gradient(farthest-side at center, #00649D, rgba(0, 91, 145, 0));
}
#Footer .bottom-wrapper {
  border-top: solid 2px rgba(255, 255, 255, 0.1);
  position: relative;
}
#Footer .bottom-wrapper::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 240%;
  left: 50%;
  display: block;
  /*border: solid 1px red;*/
  width: 120%;
  height: 540%;
  transform: translate(-50%, -50%);
  background: radial-gradient(farthest-side at center, #00649D, rgba(0, 91, 145, 0));
}
#Footer .bottom-wrapper::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  /*border: solid 1px red;*/
  width: 100%;
  height: 100%;
  /*transform: translate(-50%, -50%);*/
  /*background: gradient(farthest-side at center, #00649D, rgba(#005B91, 0));*/
  background-image: linear-gradient(to right, rgba(0, 100, 157, 0) 0%, rgba(0, 100, 157, 0.5) 50%, rgba(0, 100, 157, 0) 100%);
}

#LanguageSelector {
  --Gap: calc(var(--Bio-Spacer) * 1.5);
  /*background-color: var(--Bio-Color-EffervescentBlue);*/
  /*padding: calc(var(--Bio-Spacer) * 2);*/
  color: var(--Bio-Color-White);
  display: flex;
  flex-direction: column;
  gap: var(--Gap);
}
#LanguageSelector .wrapper-header {
  text-align: center;
  font-size: var(--Bio-Font-Size-XXLarge);
  padding-bottom: calc(var(--Gap) * 0.7);
  border-bottom: solid 1px rgba(255, 255, 255, 0.75);
}
#LanguageSelector .wrapper-flags {
  display: flex;
  flex-direction: row;
  gap: calc(var(--Bio-Spacer) * 1.5);
  flex-wrap: wrap;
  justify-content: center;
}
#LanguageSelector .wrapper-flags a {
  display: flex;
  flex-direction: row;
  gap: calc(var(--Bio-Spacer) / 2);
  align-items: center;
}
#LanguageSelector .wrapper-flags .circle-icon {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  border: solid 2px var(--Bio-Color-White);
}
#LanguageSelector .wrapper-flags .circle-icon .circle-icon-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.bio-swiper-container.hide-navigation .bio-swiper-button {
  display: none !important;
}
.bio-swiper-container .bio-swiper-button {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.25s ease-in-out 0s;
  transform: scale(0);
  transform-origin: center;
  top: calc(50% - 20px);
}
.bio-swiper-container .bio-swiper-button-outline {
  border: solid 1px var(--Bio-Color-Silver);
}
.bio-swiper-container .bio-swiper-button-filled {
  background-color: rgba(255, 255, 255, 0.85);
}
.bio-swiper-container .bio-swiper-button-prev {
  left: 25%;
}
.bio-swiper-container .bio-swiper-button-next {
  left: calc(75% - 40px);
}
.bio-swiper-container:hover .bio-swiper-button {
  transform: scale(1);
}
.bio-swiper-container:hover .bio-swiper-button-prev {
  left: 10%;
}
.bio-swiper-container:hover .bio-swiper-button-next {
  left: calc(90% - 40px);
}

.pagination-container .pagination {
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0;
}
.dntCaptcha {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 576px) {
  .dntCaptcha {
    width: 350px;
  }
}
.dntCaptcha > * {
  padding: 0 0.5rem;
}
.dntCaptcha .input-group {
  order: 0;
  width: 65%;
}
@media (min-width: 576px) {
  .dntCaptcha .input-group {
    width: 75%;
  }
}
.dntCaptcha #dntCaptchaRefreshButton {
  order: 1;
  background-image: url(/Content/Images/Icons/icon-redo-black.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5%;
  display: block;
}
.dntCaptcha #dntCaptchaImg {
  order: 2;
  display: block;
  width: 30%;
}
@media (min-width: 576px) {
  .dntCaptcha #dntCaptchaImg {
    width: 20%;
  }
}
.dntCaptcha .text-danger {
  width: 100%;
  order: 3;
}

.form-check-input {
  margin-top: 7px;
}
@media (max-width: 991.98px) {
  .form-check-input {
    margin-top: 5px;
  }
}

.bio-accordion .accordion-button {
  font-size: inherit;
  font-weight: inherit;
}
.bio-accordion .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
  background-image: url(/Content/Images/Icons/icon-arrow-right-black.svg);
  background-size: 70%;
  background-position: center;
}
.bio-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

#at-expanding-share-button .at-expanding-share-button-toggle-btn .at-expanding-share-button-toggle-bg span {
  background-color: var(--Bio-Color-BioptronLogo) !important;
}

.table-hover > tbody > tr.no-hover:hover {
  /*background-color: #ffffff;*/
  --bs-table-accent-bg: var(--Bio-Color-White);
}

#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-areas: "textlink-title" "textlink-description" "textlink-copy" "imagelink-title" "imagelink-description" "imagelink-copy" "imagelink-preview";
}
#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-textlink-title {
  grid-area: textlink-title;
}
#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-textlink-description {
  grid-area: textlink-description;
}
#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-textlink-copy {
  grid-area: textlink-copy;
}
#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-imagelink-title {
  grid-area: imagelink-title;
}
@media only screen and (max-width: 767px) {
  #Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-imagelink-title {
    margin-top: 1rem;
  }
}
#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-imagelink-description {
  grid-area: imagelink-description;
}
#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-imagelink-copy {
  grid-area: imagelink-copy;
}
#Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper .item-imagelink-preview {
  grid-area: imagelink-preview;
}
@media only screen and (min-width: 768px) {
  #Account_AffiliateProgram_AffiliateLinks_HomePage .wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content auto auto;
    grid-auto-rows: unset;
    grid-template-areas: "textlink-title imagelink-title" "textlink-description imagelink-description" "textlink-copy imagelink-copy" ". imagelink-preview";
  }
}

select[data-zepter-widget=form-select] {
  display: none;
}

.zepter-widget-form-select {
  position: relative;
}
.zepter-widget-form-select-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 6px;
  border: solid 1px #A9A9A9;
  border-radius: 4px;
  padding: 9px 12px 6px 12px;
  background-color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #000;
  position: relative;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
.zepter-widget-form-select-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.zepter-widget-form-select-button > label {
  margin: 0;
  cursor: inherit;
}
.zepter-widget-form-select-button:focus {
  outline: none;
}
.zepter-widget-form-select-button-icon {
  position: relative;
  top: -1px;
  display: block;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0s;
  fill: black;
}
.zepter-widget-form-select-button-icon::after {
  /* Vector */
  content: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" xmlns="http://www.w3.org/2000/svg"><path d="M13.354 6.85403L8.35403 11.854C8.30759 11.9005 8.25245 11.9374 8.19175 11.9626C8.13105 11.9877 8.06599 12.0007 8.00028 12.0007C7.93457 12.0007 7.86951 11.9877 7.80881 11.9626C7.74811 11.9374 7.69296 11.9005 7.64653 11.854L2.64653 6.85403C2.55271 6.76021 2.5 6.63296 2.5 6.50028C2.5 6.3676 2.55271 6.24035 2.64653 6.14653C2.74035 6.05271 2.8676 6 3.00028 6C3.13296 6 3.26021 6.05271 3.35403 6.14653L8.00028 10.7934L12.6465 6.14653C12.693 6.10007 12.7481 6.06322 12.8088 6.03808C12.8695 6.01294 12.9346 6 13.0003 6C13.066 6 13.131 6.01294 13.1917 6.03808C13.2524 6.06322 13.3076 6.10007 13.354 6.14653C13.4005 6.19298 13.4373 6.24813 13.4625 6.30883C13.4876 6.36953 13.5006 6.43458 13.5006 6.50028C13.5006 6.56598 13.4876 6.63103 13.4625 6.69173C13.4373 6.75242 13.4005 6.80757 13.354 6.85403Z" /></svg>');
  width: 16px;
  height: 16px;
  display: block;
}
.zepter-widget-form-select-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.zepter-widget-form-select-dropdown.position-below {
  padding-top: 4px;
  top: 100%;
}
.zepter-widget-form-select-dropdown.position-above {
  padding-bottom: 4px;
  bottom: 100%;
}
.zepter-widget-form-select-dropdown-list {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1019607843), 0px 0px 0px 1px rgba(0, 0, 0, 0.1019607843);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 4px;
}
.zepter-widget-form-select-dropdown-list-option {
  border: 0;
  padding: 8px 12px;
  background-color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: background-color 0.05s ease-in-out 0s;
  cursor: pointer;
}
.zepter-widget-form-select-dropdown-list-option:focus {
  outline: 0;
}
.zepter-widget-form-select-dropdown-list-option:hover {
  background-color: #f0f0f0;
}
.zepter-widget-form-select-dropdown-list-option.is-selected {
  color: #999999;
  pointer-events: none;
}
.zepter-widget-form-select:hover > [class*=button] {
  border-color: #999999;
}
.zepter-widget-form-select.is-expand > [class*=button] *:focus {
  outline-offset: 4px;
  outline-color: var(--tw-ring-color);
  outline-width: 2px;
}
.zepter-widget-form-select.is-expand > [class*=button] [class*=icon] {
  transform: rotate(-180deg);
}
.zepter-widget-form-select.is-expand > [class*=dropdown] {
  display: block;
}