/** Shopify CDN: Minification failed

Line 14039:2 Unexpected "{"
Line 14039:4 Expected identifier but found "%"
Line 14048:0 Unexpected "{"
Line 14048:2 Expected identifier but found "%"

**/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
:root,
[data-bs-theme="light"] {
  --bs-blue: #6772e5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #b94a48;
  --bs-orange: #ffa100;
  --bs-yellow: #ffd680;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #696866;
  --bs-gray-dark: #050400;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #e1e0e0;
  --bs-gray-300: #d7d7d6;
  --bs-gray-400: #c3c3c2;
  --bs-gray-500: #9b9b99;
  --bs-gray-600: #696866;
  --bs-gray-700: #373633;
  --bs-gray-800: #050400;
  --bs-gray-900: #212529;
  --bs-primary: #6772e5;
  --bs-secondary: #696866;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffd680;
  --bs-danger: #b94a48;
  --bs-light: #f9f9f9;
  --bs-dark: #212529;
  --bs-primary-rgb: 103, 114, 229;
  --bs-secondary-rgb: 105, 104, 102;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 214, 128;
  --bs-danger-rgb: 185, 74, 72;
  --bs-light-rgb: 249, 249, 249;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #292e5c;
  --bs-secondary-text-emphasis: #2a2a29;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #665633;
  --bs-danger-text-emphasis: #4a1e1d;
  --bs-light-text-emphasis: #373633;
  --bs-dark-text-emphasis: #373633;
  --bs-primary-bg-subtle: #e1e3fa;
  --bs-secondary-bg-subtle: #e1e1e0;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff7e6;
  --bs-danger-bg-subtle: #f1dbda;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #c3c3c2;
  --bs-primary-border-subtle: #c2c7f5;
  --bs-secondary-border-subtle: #c3c3c2;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffefcc;
  --bs-danger-border-subtle: #e3b7b6;
  --bs-light-border-subtle: #e1e0e0;
  --bs-dark-border-subtle: #9b9b99;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", -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: #e1e0e0;
  --bs-secondary-bg-rgb: 225, 224, 224;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f9f9f9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: inherit;
  --bs-link-color: #6772e5;
  --bs-link-color-rgb: 103, 114, 229;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #525bb7;
  --bs-link-hover-color-rgb: 82, 91, 183;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff7e6;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d7d7d6;
  --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(103, 114, 229, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #b94a48;
  --bs-form-invalid-border-color: #b94a48;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #d7d7d6;
  --bs-body-color-rgb: 215, 215, 214;
  --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(215, 215, 214, 0.75);
  --bs-secondary-color-rgb: 215, 215, 214;
  --bs-secondary-bg: #050400;
  --bs-secondary-bg-rgb: 5, 4, 0;
  --bs-tertiary-color: rgba(215, 215, 214, 0.5);
  --bs-tertiary-color-rgb: 215, 215, 214;
  --bs-tertiary-bg: #131515;
  --bs-tertiary-bg-rgb: 19, 21, 21;
  --bs-primary-text-emphasis: #a4aaef;
  --bs-secondary-text-emphasis: #a5a4a3;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffe6b3;
  --bs-danger-text-emphasis: #d59291;
  --bs-light-text-emphasis: #f9f9f9;
  --bs-dark-text-emphasis: #d7d7d6;
  --bs-primary-bg-subtle: #15172e;
  --bs-secondary-bg-subtle: #151514;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332b1a;
  --bs-danger-bg-subtle: #250f0e;
  --bs-light-bg-subtle: #050400;
  --bs-dark-bg-subtle: #030200;
  --bs-primary-border-subtle: #3e4489;
  --bs-secondary-border-subtle: #3f3e3d;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #99804d;
  --bs-danger-border-subtle: #6f2c2b;
  --bs-light-border-subtle: #373633;
  --bs-dark-border-subtle: #050400;
  --bs-heading-color: inherit;
  --bs-link-color: #a4aaef;
  --bs-link-hover-color: #b6bbf2;
  --bs-link-color-rgb: 164, 170, 239;
  --bs-link-hover-color-rgb: 182, 187, 242;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #d7d7d6;
  --bs-highlight-bg: #665633;
  --bs-border-color: #373633;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #d59291;
  --bs-form-invalid-border-color: #d59291;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
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;
}
code,
kbd,
pre,
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;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::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;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 25px;
  --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: 768px) {
  .container,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1290px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1270px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 768px;
  --bs-breakpoint-md: 992px;
  --bs-breakpoint-lg: 1290px;
}
.row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 > * {
  -ms-flex-negative: 0;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  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-5,
.gx-5 {
  --bs-gutter-x: 0.3125rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 0.3125rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 0.625rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 0.625rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 0.9375rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 0.9375rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem;
}
.g-30,
.gx-30 {
  --bs-gutter-x: 1.875rem;
}
.g-30,
.gy-30 {
  --bs-gutter-y: 1.875rem;
}
.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem;
}
.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem;
}
.g-50,
.gx-50 {
  --bs-gutter-x: 3.125rem;
}
.g-50,
.gy-50 {
  --bs-gutter-y: 3.125rem;
}
.g-60,
.gx-60 {
  --bs-gutter-x: 3.75rem;
}
.g-60,
.gy-60 {
  --bs-gutter-y: 3.75rem;
}
.g-70,
.gx-70 {
  --bs-gutter-x: 4.375rem;
}
.g-70,
.gy-70 {
  --bs-gutter-y: 4.375rem;
}
.g-80,
.gx-80 {
  --bs-gutter-x: 5rem;
}
.g-80,
.gy-80 {
  --bs-gutter-y: 5rem;
}
.g-90,
.gx-90 {
  --bs-gutter-x: 5.625rem;
}
.g-90,
.gy-90 {
  --bs-gutter-y: 5.625rem;
}
.g-100,
.gx-100 {
  --bs-gutter-x: 6.25rem;
}
.g-100,
.gy-100 {
  --bs-gutter-y: 6.25rem;
}
.g-110,
.gx-110 {
  --bs-gutter-x: 6.875rem;
}
.g-110,
.gy-110 {
  --bs-gutter-y: 6.875rem;
}
.g-120,
.gx-120 {
  --bs-gutter-x: 7.5rem;
}
.g-120,
.gy-120 {
  --bs-gutter-y: 7.5rem;
}
.g-130,
.gx-130 {
  --bs-gutter-x: 8.125rem;
}
.g-130,
.gy-130 {
  --bs-gutter-y: 8.125rem;
}
.g-140,
.gx-140 {
  --bs-gutter-x: 8.75rem;
}
.g-140,
.gy-140 {
  --bs-gutter-y: 8.75rem;
}
.g-150,
.gx-150 {
  --bs-gutter-x: 9.375rem;
}
.g-150,
.gy-150 {
  --bs-gutter-y: 9.375rem;
}
.g-160,
.gx-160 {
  --bs-gutter-x: 10rem;
}
.g-160,
.gy-160 {
  --bs-gutter-y: 10rem;
}
.g-170,
.gx-170 {
  --bs-gutter-x: 10.625rem;
}
.g-170,
.gy-170 {
  --bs-gutter-y: 10.625rem;
}
.g-180,
.gx-180 {
  --bs-gutter-x: 11.25rem;
}
.g-180,
.gy-180 {
  --bs-gutter-y: 11.25rem;
}
.g-190,
.gx-190 {
  --bs-gutter-x: 11.875rem;
}
.g-190,
.gy-190 {
  --bs-gutter-y: 11.875rem;
}
.g-200,
.gx-200 {
  --bs-gutter-x: 12.5rem;
}
.g-200,
.gy-200 {
  --bs-gutter-y: 12.5rem;
}
.g-210,
.gx-210 {
  --bs-gutter-x: 13.125rem;
}
.g-210,
.gy-210 {
  --bs-gutter-y: 13.125rem;
}
.g-220,
.gx-220 {
  --bs-gutter-x: 13.75rem;
}
.g-220,
.gy-220 {
  --bs-gutter-y: 13.75rem;
}
.g-230,
.gx-230 {
  --bs-gutter-x: 14.375rem;
}
.g-230,
.gy-230 {
  --bs-gutter-y: 14.375rem;
}
.g-240,
.gx-240 {
  --bs-gutter-x: 15rem;
}
.g-240,
.gy-240 {
  --bs-gutter-y: 15rem;
}
.g-250,
.gx-250 {
  --bs-gutter-x: 15.625rem;
}
.g-250,
.gy-250 {
  --bs-gutter-y: 15.625rem;
}
@media (min-width: 768px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-130,
  .gx-sm-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-sm-130,
  .gy-sm-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-sm-140,
  .gx-sm-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-sm-140,
  .gy-sm-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-170,
  .gx-sm-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-sm-170,
  .gy-sm-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-210,
  .gx-sm-210 {
    --bs-gutter-x: 13.125rem;
  }
  .g-sm-210,
  .gy-sm-210 {
    --bs-gutter-y: 13.125rem;
  }
  .g-sm-220,
  .gx-sm-220 {
    --bs-gutter-x: 13.75rem;
  }
  .g-sm-220,
  .gy-sm-220 {
    --bs-gutter-y: 13.75rem;
  }
  .g-sm-230,
  .gx-sm-230 {
    --bs-gutter-x: 14.375rem;
  }
  .g-sm-230,
  .gy-sm-230 {
    --bs-gutter-y: 14.375rem;
  }
  .g-sm-240,
  .gx-sm-240 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-240,
  .gy-sm-240 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-250,
  .gx-sm-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-sm-250,
  .gy-sm-250 {
    --bs-gutter-y: 15.625rem;
  }
}
@media (min-width: 992px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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-5,
  .gx-md-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-130,
  .gx-md-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-md-130,
  .gy-md-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-md-140,
  .gx-md-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-md-140,
  .gy-md-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 10rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 10rem;
  }
  .g-md-170,
  .gx-md-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-md-170,
  .gy-md-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-210,
  .gx-md-210 {
    --bs-gutter-x: 13.125rem;
  }
  .g-md-210,
  .gy-md-210 {
    --bs-gutter-y: 13.125rem;
  }
  .g-md-220,
  .gx-md-220 {
    --bs-gutter-x: 13.75rem;
  }
  .g-md-220,
  .gy-md-220 {
    --bs-gutter-y: 13.75rem;
  }
  .g-md-230,
  .gx-md-230 {
    --bs-gutter-x: 14.375rem;
  }
  .g-md-230,
  .gy-md-230 {
    --bs-gutter-y: 14.375rem;
  }
  .g-md-240,
  .gx-md-240 {
    --bs-gutter-x: 15rem;
  }
  .g-md-240,
  .gy-md-240 {
    --bs-gutter-y: 15rem;
  }
  .g-md-250,
  .gx-md-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-md-250,
  .gy-md-250 {
    --bs-gutter-y: 15.625rem;
  }
}
@media (min-width: 1290px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-130,
  .gx-lg-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-lg-130,
  .gy-lg-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-lg-140,
  .gx-lg-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-lg-140,
  .gy-lg-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-170,
  .gx-lg-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-lg-170,
  .gy-lg-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-210,
  .gx-lg-210 {
    --bs-gutter-x: 13.125rem;
  }
  .g-lg-210,
  .gy-lg-210 {
    --bs-gutter-y: 13.125rem;
  }
  .g-lg-220,
  .gx-lg-220 {
    --bs-gutter-x: 13.75rem;
  }
  .g-lg-220,
  .gy-lg-220 {
    --bs-gutter-y: 13.75rem;
  }
  .g-lg-230,
  .gx-lg-230 {
    --bs-gutter-x: 14.375rem;
  }
  .g-lg-230,
  .gy-lg-230 {
    --bs-gutter-y: 14.375rem;
  }
  .g-lg-240,
  .gx-lg-240 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-240,
  .gy-lg-240 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-250,
  .gx-lg-250 {
    --bs-gutter-x: 15.625rem;
  }
  .g-lg-250,
  .gy-lg-250 {
    --bs-gutter-y: 15.625rem;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}
.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='%23212529'%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-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='%23292e5c'%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-focus-border-color: #b3b9f2;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(103, 114, 229, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  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);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
  -ms-flex-negative: 0;
  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);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  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-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-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-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  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='%23a4aaef'%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='%23a4aaef'%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");
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #000 !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:focus,
.link-primary:hover {
  color: RGBA(133, 142, 234, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    133,
    142,
    234,
    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:focus,
.link-secondary:hover {
  color: RGBA(84, 83, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    84,
    83,
    82,
    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:focus,
.link-success:hover {
  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:focus,
.link-info:hover {
  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:focus,
.link-warning:hover {
  color: RGBA(255, 222, 153, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    255,
    222,
    153,
    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:focus,
.link-danger:hover {
  color: RGBA(148, 59, 58, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    148,
    59,
    58,
    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:focus,
.link-light:hover {
  color: RGBA(250, 250, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    250,
    250,
    250,
    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:focus,
.link-dark:hover {
  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:focus,
.link-body-emphasis:hover {
  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;
  -webkit-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);
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  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: 768px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1290px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  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-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden: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;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  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 {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  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: -ms-grid !important;
  display: grid !important;
}
.d-inline-grid {
  display: -ms-inline-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  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 {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 0.3125rem !important;
}
.m-10 {
  margin: 0.625rem !important;
}
.m-15 {
  margin: 0.9375rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.m-30 {
  margin: 1.875rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.m-50 {
  margin: 3.125rem !important;
}
.m-60 {
  margin: 3.75rem !important;
}
.m-70 {
  margin: 4.375rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.m-90 {
  margin: 5.625rem !important;
}
.m-100 {
  margin: 6.25rem !important;
}
.m-110 {
  margin: 6.875rem !important;
}
.m-120 {
  margin: 7.5rem !important;
}
.m-130 {
  margin: 8.125rem !important;
}
.m-140 {
  margin: 8.75rem !important;
}
.m-150 {
  margin: 9.375rem !important;
}
.m-160 {
  margin: 10rem !important;
}
.m-170 {
  margin: 10.625rem !important;
}
.m-180 {
  margin: 11.25rem !important;
}
.m-190 {
  margin: 11.875rem !important;
}
.m-200 {
  margin: 12.5rem !important;
}
.m-210 {
  margin: 13.125rem !important;
}
.m-220 {
  margin: 13.75rem !important;
}
.m-230 {
  margin: 14.375rem !important;
}
.m-240 {
  margin: 15rem !important;
}
.m-250 {
  margin: 15.625rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-5 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}
.mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}
.mx-15 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}
.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}
.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}
.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}
.mx-70 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}
.mx-80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-90 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}
.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}
.mx-110 {
  margin-right: 6.875rem !important;
  margin-left: 6.875rem !important;
}
.mx-120 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}
.mx-130 {
  margin-right: 8.125rem !important;
  margin-left: 8.125rem !important;
}
.mx-140 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}
.mx-150 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}
.mx-160 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-170 {
  margin-right: 10.625rem !important;
  margin-left: 10.625rem !important;
}
.mx-180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}
.mx-190 {
  margin-right: 11.875rem !important;
  margin-left: 11.875rem !important;
}
.mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}
.mx-210 {
  margin-right: 13.125rem !important;
  margin-left: 13.125rem !important;
}
.mx-220 {
  margin-right: 13.75rem !important;
  margin-left: 13.75rem !important;
}
.mx-230 {
  margin-right: 14.375rem !important;
  margin-left: 14.375rem !important;
}
.mx-240 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.mx-250 {
  margin-right: 15.625rem !important;
  margin-left: 15.625rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}
.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}
.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}
.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}
.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}
.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}
.my-110 {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important;
}
.my-120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}
.my-130 {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important;
}
.my-140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}
.my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}
.my-160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-170 {
  margin-top: 10.625rem !important;
  margin-bottom: 10.625rem !important;
}
.my-180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}
.my-190 {
  margin-top: 11.875rem !important;
  margin-bottom: 11.875rem !important;
}
.my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}
.my-210 {
  margin-top: 13.125rem !important;
  margin-bottom: 13.125rem !important;
}
.my-220 {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important;
}
.my-230 {
  margin-top: 14.375rem !important;
  margin-bottom: 14.375rem !important;
}
.my-240 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-250 {
  margin-top: 15.625rem !important;
  margin-bottom: 15.625rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.3125rem !important;
}
.mt-10 {
  margin-top: 0.625rem !important;
}
.mt-15 {
  margin-top: 0.9375rem !important;
}
.mt-20 {
  margin-top: 1.25rem !important;
}
.mt-30 {
  margin-top: 1.875rem !important;
}
.mt-40 {
  margin-top: 2.5rem !important;
}
.mt-50 {
  margin-top: 3.125rem !important;
}
.mt-60 {
  margin-top: 3.75rem !important;
}
.mt-70 {
  margin-top: 4.375rem !important;
}
.mt-80 {
  margin-top: 5rem !important;
}
.mt-90 {
  margin-top: 5.625rem !important;
}
.mt-100 {
  margin-top: 6.25rem !important;
}
.mt-110 {
  margin-top: 6.875rem !important;
}
.mt-120 {
  margin-top: 7.5rem !important;
}
.mt-130 {
  margin-top: 8.125rem !important;
}
.mt-140 {
  margin-top: 8.75rem !important;
}
.mt-150 {
  margin-top: 9.375rem !important;
}
.mt-160 {
  margin-top: 10rem !important;
}
.mt-170 {
  margin-top: 10.625rem !important;
}
.mt-180 {
  margin-top: 11.25rem !important;
}
.mt-190 {
  margin-top: 11.875rem !important;
}
.mt-200 {
  margin-top: 12.5rem !important;
}
.mt-210 {
  margin-top: 13.125rem !important;
}
.mt-220 {
  margin-top: 13.75rem !important;
}
.mt-230 {
  margin-top: 14.375rem !important;
}
.mt-240 {
  margin-top: 15rem !important;
}
.mt-250 {
  margin-top: 15.625rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-5 {
  margin-right: 0.3125rem !important;
}
.me-10 {
  margin-right: 0.625rem !important;
}
.me-15 {
  margin-right: 0.9375rem !important;
}
.me-20 {
  margin-right: 1.25rem !important;
}
.me-30 {
  margin-right: 1.875rem !important;
}
.me-40 {
  margin-right: 2.5rem !important;
}
.me-50 {
  margin-right: 3.125rem !important;
}
.me-60 {
  margin-right: 3.75rem !important;
}
.me-70 {
  margin-right: 4.375rem !important;
}
.me-80 {
  margin-right: 5rem !important;
}
.me-90 {
  margin-right: 5.625rem !important;
}
.me-100 {
  margin-right: 6.25rem !important;
}
.me-110 {
  margin-right: 6.875rem !important;
}
.me-120 {
  margin-right: 7.5rem !important;
}
.me-130 {
  margin-right: 8.125rem !important;
}
.me-140 {
  margin-right: 8.75rem !important;
}
.me-150 {
  margin-right: 9.375rem !important;
}
.me-160 {
  margin-right: 10rem !important;
}
.me-170 {
  margin-right: 10.625rem !important;
}
.me-180 {
  margin-right: 11.25rem !important;
}
.me-190 {
  margin-right: 11.875rem !important;
}
.me-200 {
  margin-right: 12.5rem !important;
}
.me-210 {
  margin-right: 13.125rem !important;
}
.me-220 {
  margin-right: 13.75rem !important;
}
.me-230 {
  margin-right: 14.375rem !important;
}
.me-240 {
  margin-right: 15rem !important;
}
.me-250 {
  margin-right: 15.625rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.3125rem !important;
}
.mb-10 {
  margin-bottom: 0.625rem !important;
}
.mb-15 {
  margin-bottom: 0.9375rem !important;
}
.mb-20 {
  margin-bottom: 1.25rem !important;
}
.mb-30 {
  margin-bottom: 1.875rem !important;
}
.mb-40 {
  margin-bottom: 2.5rem !important;
}
.mb-50 {
  margin-bottom: 3.125rem !important;
}
.mb-60 {
  margin-bottom: 3.75rem !important;
}
.mb-70 {
  margin-bottom: 4.375rem !important;
}
.mb-80 {
  margin-bottom: 5rem !important;
}
.mb-90 {
  margin-bottom: 5.625rem !important;
}
.mb-100 {
  margin-bottom: 6.25rem !important;
}
.mb-110 {
  margin-bottom: 6.875rem !important;
}
.mb-120 {
  margin-bottom: 7.5rem !important;
}
.mb-130 {
  margin-bottom: 8.125rem !important;
}
.mb-140 {
  margin-bottom: 8.75rem !important;
}
.mb-150 {
  margin-bottom: 9.375rem !important;
}
.mb-160 {
  margin-bottom: 10rem !important;
}
.mb-170 {
  margin-bottom: 10.625rem !important;
}
.mb-180 {
  margin-bottom: 11.25rem !important;
}
.mb-190 {
  margin-bottom: 11.875rem !important;
}
.mb-200 {
  margin-bottom: 12.5rem !important;
}
.mb-210 {
  margin-bottom: 13.125rem !important;
}
.mb-220 {
  margin-bottom: 13.75rem !important;
}
.mb-230 {
  margin-bottom: 14.375rem !important;
}
.mb-240 {
  margin-bottom: 15rem !important;
}
.mb-250 {
  margin-bottom: 15.625rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-5 {
  margin-left: 0.3125rem !important;
}
.ms-10 {
  margin-left: 0.625rem !important;
}
.ms-15 {
  margin-left: 0.9375rem !important;
}
.ms-20 {
  margin-left: 1.25rem !important;
}
.ms-30 {
  margin-left: 1.875rem !important;
}
.ms-40 {
  margin-left: 2.5rem !important;
}
.ms-50 {
  margin-left: 3.125rem !important;
}
.ms-60 {
  margin-left: 3.75rem !important;
}
.ms-70 {
  margin-left: 4.375rem !important;
}
.ms-80 {
  margin-left: 5rem !important;
}
.ms-90 {
  margin-left: 5.625rem !important;
}
.ms-100 {
  margin-left: 6.25rem !important;
}
.ms-110 {
  margin-left: 6.875rem !important;
}
.ms-120 {
  margin-left: 7.5rem !important;
}
.ms-130 {
  margin-left: 8.125rem !important;
}
.ms-140 {
  margin-left: 8.75rem !important;
}
.ms-150 {
  margin-left: 9.375rem !important;
}
.ms-160 {
  margin-left: 10rem !important;
}
.ms-170 {
  margin-left: 10.625rem !important;
}
.ms-180 {
  margin-left: 11.25rem !important;
}
.ms-190 {
  margin-left: 11.875rem !important;
}
.ms-200 {
  margin-left: 12.5rem !important;
}
.ms-210 {
  margin-left: 13.125rem !important;
}
.ms-220 {
  margin-left: 13.75rem !important;
}
.ms-230 {
  margin-left: 14.375rem !important;
}
.ms-240 {
  margin-left: 15rem !important;
}
.ms-250 {
  margin-left: 15.625rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 0.3125rem !important;
}
.p-10 {
  padding: 0.625rem !important;
}
.p-15 {
  padding: 0.9375rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.p-30 {
  padding: 1.875rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.p-50 {
  padding: 3.125rem !important;
}
.p-60 {
  padding: 3.75rem !important;
}
.p-70 {
  padding: 4.375rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.p-90 {
  padding: 5.625rem !important;
}
.p-100 {
  padding: 6.25rem !important;
}
.p-110 {
  padding: 6.875rem !important;
}
.p-120 {
  padding: 7.5rem !important;
}
.p-130 {
  padding: 8.125rem !important;
}
.p-140 {
  padding: 8.75rem !important;
}
.p-150 {
  padding: 9.375rem !important;
}
.p-160 {
  padding: 10rem !important;
}
.p-170 {
  padding: 10.625rem !important;
}
.p-180 {
  padding: 11.25rem !important;
}
.p-190 {
  padding: 11.875rem !important;
}
.p-200 {
  padding: 12.5rem !important;
}
.p-210 {
  padding: 13.125rem !important;
}
.p-220 {
  padding: 13.75rem !important;
}
.p-230 {
  padding: 14.375rem !important;
}
.p-240 {
  padding: 15rem !important;
}
.p-250 {
  padding: 15.625rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-5 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}
.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.px-15 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}
.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}
.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}
.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.px-70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}
.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-90 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}
.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}
.px-110 {
  padding-right: 6.875rem !important;
  padding-left: 6.875rem !important;
}
.px-120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}
.px-130 {
  padding-right: 8.125rem !important;
  padding-left: 8.125rem !important;
}
.px-140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}
.px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}
.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.px-170 {
  padding-right: 10.625rem !important;
  padding-left: 10.625rem !important;
}
.px-180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}
.px-190 {
  padding-right: 11.875rem !important;
  padding-left: 11.875rem !important;
}
.px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}
.px-210 {
  padding-right: 13.125rem !important;
  padding-left: 13.125rem !important;
}
.px-220 {
  padding-right: 13.75rem !important;
  padding-left: 13.75rem !important;
}
.px-230 {
  padding-right: 14.375rem !important;
  padding-left: 14.375rem !important;
}
.px-240 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
.px-250 {
  padding-right: 15.625rem !important;
  padding-left: 15.625rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}
.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}
.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}
.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}
.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}
.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}
.py-110 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}
.py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.py-130 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}
.py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}
.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}
.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-170 {
  padding-top: 10.625rem !important;
  padding-bottom: 10.625rem !important;
}
.py-180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}
.py-190 {
  padding-top: 11.875rem !important;
  padding-bottom: 11.875rem !important;
}
.py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}
.py-210 {
  padding-top: 13.125rem !important;
  padding-bottom: 13.125rem !important;
}
.py-220 {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important;
}
.py-230 {
  padding-top: 14.375rem !important;
  padding-bottom: 14.375rem !important;
}
.py-240 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-250 {
  padding-top: 15.625rem !important;
  padding-bottom: 15.625rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 0.3125rem !important;
}
.pt-10 {
  padding-top: 0.625rem !important;
}
.pt-15 {
  padding-top: 0.9375rem !important;
}
.pt-20 {
  padding-top: 1.25rem !important;
}
.pt-30 {
  padding-top: 1.875rem !important;
}
.pt-40 {
  padding-top: 2.5rem !important;
}
.pt-50 {
  padding-top: 3.125rem !important;
}
.pt-60 {
  padding-top: 3.75rem !important;
}
.pt-70 {
  padding-top: 4.375rem !important;
}
.pt-80 {
  padding-top: 5rem !important;
}
.pt-90 {
  padding-top: 5.625rem !important;
}
.pt-100 {
  padding-top: 6.25rem !important;
}
.pt-110 {
  padding-top: 6.875rem !important;
}
.pt-120 {
  padding-top: 7.5rem !important;
}
.pt-130 {
  padding-top: 8.125rem !important;
}
.pt-140 {
  padding-top: 8.75rem !important;
}
.pt-150 {
  padding-top: 9.375rem !important;
}
.pt-160 {
  padding-top: 10rem !important;
}
.pt-170 {
  padding-top: 10.625rem !important;
}
.pt-180 {
  padding-top: 11.25rem !important;
}
.pt-190 {
  padding-top: 11.875rem !important;
}
.pt-200 {
  padding-top: 12.5rem !important;
}
.pt-210 {
  padding-top: 13.125rem !important;
}
.pt-220 {
  padding-top: 13.75rem !important;
}
.pt-230 {
  padding-top: 14.375rem !important;
}
.pt-240 {
  padding-top: 15rem !important;
}
.pt-250 {
  padding-top: 15.625rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-5 {
  padding-right: 0.3125rem !important;
}
.pe-10 {
  padding-right: 0.625rem !important;
}
.pe-15 {
  padding-right: 0.9375rem !important;
}
.pe-20 {
  padding-right: 1.25rem !important;
}
.pe-30 {
  padding-right: 1.875rem !important;
}
.pe-40 {
  padding-right: 2.5rem !important;
}
.pe-50 {
  padding-right: 3.125rem !important;
}
.pe-60 {
  padding-right: 3.75rem !important;
}
.pe-70 {
  padding-right: 4.375rem !important;
}
.pe-80 {
  padding-right: 5rem !important;
}
.pe-90 {
  padding-right: 5.625rem !important;
}
.pe-100 {
  padding-right: 6.25rem !important;
}
.pe-110 {
  padding-right: 6.875rem !important;
}
.pe-120 {
  padding-right: 7.5rem !important;
}
.pe-130 {
  padding-right: 8.125rem !important;
}
.pe-140 {
  padding-right: 8.75rem !important;
}
.pe-150 {
  padding-right: 9.375rem !important;
}
.pe-160 {
  padding-right: 10rem !important;
}
.pe-170 {
  padding-right: 10.625rem !important;
}
.pe-180 {
  padding-right: 11.25rem !important;
}
.pe-190 {
  padding-right: 11.875rem !important;
}
.pe-200 {
  padding-right: 12.5rem !important;
}
.pe-210 {
  padding-right: 13.125rem !important;
}
.pe-220 {
  padding-right: 13.75rem !important;
}
.pe-230 {
  padding-right: 14.375rem !important;
}
.pe-240 {
  padding-right: 15rem !important;
}
.pe-250 {
  padding-right: 15.625rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 0.3125rem !important;
}
.pb-10 {
  padding-bottom: 0.625rem !important;
}
.pb-15 {
  padding-bottom: 0.9375rem !important;
}
.pb-20 {
  padding-bottom: 1.25rem !important;
}
.pb-30 {
  padding-bottom: 1.875rem !important;
}
.pb-40 {
  padding-bottom: 2.5rem !important;
}
.pb-50 {
  padding-bottom: 3.125rem !important;
}
.pb-60 {
  padding-bottom: 3.75rem !important;
}
.pb-70 {
  padding-bottom: 4.375rem !important;
}
.pb-80 {
  padding-bottom: 5rem !important;
}
.pb-90 {
  padding-bottom: 5.625rem !important;
}
.pb-100 {
  padding-bottom: 6.25rem !important;
}
.pb-110 {
  padding-bottom: 6.875rem !important;
}
.pb-120 {
  padding-bottom: 7.5rem !important;
}
.pb-130 {
  padding-bottom: 8.125rem !important;
}
.pb-140 {
  padding-bottom: 8.75rem !important;
}
.pb-150 {
  padding-bottom: 9.375rem !important;
}
.pb-160 {
  padding-bottom: 10rem !important;
}
.pb-170 {
  padding-bottom: 10.625rem !important;
}
.pb-180 {
  padding-bottom: 11.25rem !important;
}
.pb-190 {
  padding-bottom: 11.875rem !important;
}
.pb-200 {
  padding-bottom: 12.5rem !important;
}
.pb-210 {
  padding-bottom: 13.125rem !important;
}
.pb-220 {
  padding-bottom: 13.75rem !important;
}
.pb-230 {
  padding-bottom: 14.375rem !important;
}
.pb-240 {
  padding-bottom: 15rem !important;
}
.pb-250 {
  padding-bottom: 15.625rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-5 {
  padding-left: 0.3125rem !important;
}
.ps-10 {
  padding-left: 0.625rem !important;
}
.ps-15 {
  padding-left: 0.9375rem !important;
}
.ps-20 {
  padding-left: 1.25rem !important;
}
.ps-30 {
  padding-left: 1.875rem !important;
}
.ps-40 {
  padding-left: 2.5rem !important;
}
.ps-50 {
  padding-left: 3.125rem !important;
}
.ps-60 {
  padding-left: 3.75rem !important;
}
.ps-70 {
  padding-left: 4.375rem !important;
}
.ps-80 {
  padding-left: 5rem !important;
}
.ps-90 {
  padding-left: 5.625rem !important;
}
.ps-100 {
  padding-left: 6.25rem !important;
}
.ps-110 {
  padding-left: 6.875rem !important;
}
.ps-120 {
  padding-left: 7.5rem !important;
}
.ps-130 {
  padding-left: 8.125rem !important;
}
.ps-140 {
  padding-left: 8.75rem !important;
}
.ps-150 {
  padding-left: 9.375rem !important;
}
.ps-160 {
  padding-left: 10rem !important;
}
.ps-170 {
  padding-left: 10.625rem !important;
}
.ps-180 {
  padding-left: 11.25rem !important;
}
.ps-190 {
  padding-left: 11.875rem !important;
}
.ps-200 {
  padding-left: 12.5rem !important;
}
.ps-210 {
  padding-left: 13.125rem !important;
}
.ps-220 {
  padding-left: 13.75rem !important;
}
.ps-230 {
  padding-left: 14.375rem !important;
}
.ps-240 {
  padding-left: 15rem !important;
}
.ps-250 {
  padding-left: 15.625rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-5 {
  gap: 0.3125rem !important;
}
.gap-10 {
  gap: 0.625rem !important;
}
.gap-15 {
  gap: 0.9375rem !important;
}
.gap-20 {
  gap: 1.25rem !important;
}
.gap-30 {
  gap: 1.875rem !important;
}
.gap-40 {
  gap: 2.5rem !important;
}
.gap-50 {
  gap: 3.125rem !important;
}
.gap-60 {
  gap: 3.75rem !important;
}
.gap-70 {
  gap: 4.375rem !important;
}
.gap-80 {
  gap: 5rem !important;
}
.gap-90 {
  gap: 5.625rem !important;
}
.gap-100 {
  gap: 6.25rem !important;
}
.gap-110 {
  gap: 6.875rem !important;
}
.gap-120 {
  gap: 7.5rem !important;
}
.gap-130 {
  gap: 8.125rem !important;
}
.gap-140 {
  gap: 8.75rem !important;
}
.gap-150 {
  gap: 9.375rem !important;
}
.gap-160 {
  gap: 10rem !important;
}
.gap-170 {
  gap: 10.625rem !important;
}
.gap-180 {
  gap: 11.25rem !important;
}
.gap-190 {
  gap: 11.875rem !important;
}
.gap-200 {
  gap: 12.5rem !important;
}
.gap-210 {
  gap: 13.125rem !important;
}
.gap-220 {
  gap: 13.75rem !important;
}
.gap-230 {
  gap: 14.375rem !important;
}
.gap-240 {
  gap: 15rem !important;
}
.gap-250 {
  gap: 15.625rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-5 {
  row-gap: 0.3125rem !important;
}
.row-gap-10 {
  row-gap: 0.625rem !important;
}
.row-gap-15 {
  row-gap: 0.9375rem !important;
}
.row-gap-20 {
  row-gap: 1.25rem !important;
}
.row-gap-30 {
  row-gap: 1.875rem !important;
}
.row-gap-40 {
  row-gap: 2.5rem !important;
}
.row-gap-50 {
  row-gap: 3.125rem !important;
}
.row-gap-60 {
  row-gap: 3.75rem !important;
}
.row-gap-70 {
  row-gap: 4.375rem !important;
}
.row-gap-80 {
  row-gap: 5rem !important;
}
.row-gap-90 {
  row-gap: 5.625rem !important;
}
.row-gap-100 {
  row-gap: 6.25rem !important;
}
.row-gap-110 {
  row-gap: 6.875rem !important;
}
.row-gap-120 {
  row-gap: 7.5rem !important;
}
.row-gap-130 {
  row-gap: 8.125rem !important;
}
.row-gap-140 {
  row-gap: 8.75rem !important;
}
.row-gap-150 {
  row-gap: 9.375rem !important;
}
.row-gap-160 {
  row-gap: 10rem !important;
}
.row-gap-170 {
  row-gap: 10.625rem !important;
}
.row-gap-180 {
  row-gap: 11.25rem !important;
}
.row-gap-190 {
  row-gap: 11.875rem !important;
}
.row-gap-200 {
  row-gap: 12.5rem !important;
}
.row-gap-210 {
  row-gap: 13.125rem !important;
}
.row-gap-220 {
  row-gap: 13.75rem !important;
}
.row-gap-230 {
  row-gap: 14.375rem !important;
}
.row-gap-240 {
  row-gap: 15rem !important;
}
.row-gap-250 {
  row-gap: 15.625rem !important;
}
.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-5 {
  -webkit-column-gap: 0.3125rem !important;
  -moz-column-gap: 0.3125rem !important;
  column-gap: 0.3125rem !important;
}
.column-gap-10 {
  -webkit-column-gap: 0.625rem !important;
  -moz-column-gap: 0.625rem !important;
  column-gap: 0.625rem !important;
}
.column-gap-15 {
  -webkit-column-gap: 0.9375rem !important;
  -moz-column-gap: 0.9375rem !important;
  column-gap: 0.9375rem !important;
}
.column-gap-20 {
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}
.column-gap-30 {
  -webkit-column-gap: 1.875rem !important;
  -moz-column-gap: 1.875rem !important;
  column-gap: 1.875rem !important;
}
.column-gap-40 {
  -webkit-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}
.column-gap-50 {
  -webkit-column-gap: 3.125rem !important;
  -moz-column-gap: 3.125rem !important;
  column-gap: 3.125rem !important;
}
.column-gap-60 {
  -webkit-column-gap: 3.75rem !important;
  -moz-column-gap: 3.75rem !important;
  column-gap: 3.75rem !important;
}
.column-gap-70 {
  -webkit-column-gap: 4.375rem !important;
  -moz-column-gap: 4.375rem !important;
  column-gap: 4.375rem !important;
}
.column-gap-80 {
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}
.column-gap-90 {
  -webkit-column-gap: 5.625rem !important;
  -moz-column-gap: 5.625rem !important;
  column-gap: 5.625rem !important;
}
.column-gap-100 {
  -webkit-column-gap: 6.25rem !important;
  -moz-column-gap: 6.25rem !important;
  column-gap: 6.25rem !important;
}
.column-gap-110 {
  -webkit-column-gap: 6.875rem !important;
  -moz-column-gap: 6.875rem !important;
  column-gap: 6.875rem !important;
}
.column-gap-120 {
  -webkit-column-gap: 7.5rem !important;
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important;
}
.column-gap-130 {
  -webkit-column-gap: 8.125rem !important;
  -moz-column-gap: 8.125rem !important;
  column-gap: 8.125rem !important;
}
.column-gap-140 {
  -webkit-column-gap: 8.75rem !important;
  -moz-column-gap: 8.75rem !important;
  column-gap: 8.75rem !important;
}
.column-gap-150 {
  -webkit-column-gap: 9.375rem !important;
  -moz-column-gap: 9.375rem !important;
  column-gap: 9.375rem !important;
}
.column-gap-160 {
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}
.column-gap-170 {
  -webkit-column-gap: 10.625rem !important;
  -moz-column-gap: 10.625rem !important;
  column-gap: 10.625rem !important;
}
.column-gap-180 {
  -webkit-column-gap: 11.25rem !important;
  -moz-column-gap: 11.25rem !important;
  column-gap: 11.25rem !important;
}
.column-gap-190 {
  -webkit-column-gap: 11.875rem !important;
  -moz-column-gap: 11.875rem !important;
  column-gap: 11.875rem !important;
}
.column-gap-200 {
  -webkit-column-gap: 12.5rem !important;
  -moz-column-gap: 12.5rem !important;
  column-gap: 12.5rem !important;
}
.column-gap-210 {
  -webkit-column-gap: 13.125rem !important;
  -moz-column-gap: 13.125rem !important;
  column-gap: 13.125rem !important;
}
.column-gap-220 {
  -webkit-column-gap: 13.75rem !important;
  -moz-column-gap: 13.75rem !important;
  column-gap: 13.75rem !important;
}
.column-gap-230 {
  -webkit-column-gap: 14.375rem !important;
  -moz-column-gap: 14.375rem !important;
  column-gap: 14.375rem !important;
}
.column-gap-240 {
  -webkit-column-gap: 15rem !important;
  -moz-column-gap: 15rem !important;
  column-gap: 15rem !important;
}
.column-gap-250 {
  -webkit-column-gap: 15.625rem !important;
  -moz-column-gap: 15.625rem !important;
  column-gap: 15.625rem !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.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 {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  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: 768px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 0.3125rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem !important;
  }
  .m-sm-15 {
    margin: 0.9375rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-110 {
    margin: 6.875rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .m-sm-130 {
    margin: 8.125rem !important;
  }
  .m-sm-140 {
    margin: 8.75rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-170 {
    margin: 10.625rem !important;
  }
  .m-sm-180 {
    margin: 11.25rem !important;
  }
  .m-sm-190 {
    margin: 11.875rem !important;
  }
  .m-sm-200 {
    margin: 12.5rem !important;
  }
  .m-sm-210 {
    margin: 13.125rem !important;
  }
  .m-sm-220 {
    margin: 13.75rem !important;
  }
  .m-sm-230 {
    margin: 14.375rem !important;
  }
  .m-sm-240 {
    margin: 15rem !important;
  }
  .m-sm-250 {
    margin: 15.625rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-sm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-sm-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sm-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-210 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }
  .mx-sm-220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .mx-sm-230 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }
  .mx-sm-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-250 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !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-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-sm-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sm-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }
  .my-sm-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .my-sm-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .my-sm-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-110 {
    margin-top: 6.875rem !important;
  }
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-130 {
    margin-top: 8.125rem !important;
  }
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mt-sm-170 {
    margin-top: 10.625rem !important;
  }
  .mt-sm-180 {
    margin-top: 11.25rem !important;
  }
  .mt-sm-190 {
    margin-top: 11.875rem !important;
  }
  .mt-sm-200 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-210 {
    margin-top: 13.125rem !important;
  }
  .mt-sm-220 {
    margin-top: 13.75rem !important;
  }
  .mt-sm-230 {
    margin-top: 14.375rem !important;
  }
  .mt-sm-240 {
    margin-top: 15rem !important;
  }
  .mt-sm-250 {
    margin-top: 15.625rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-10 {
    margin-right: 0.625rem !important;
  }
  .me-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .me-sm-20 {
    margin-right: 1.25rem !important;
  }
  .me-sm-30 {
    margin-right: 1.875rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-50 {
    margin-right: 3.125rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-70 {
    margin-right: 4.375rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-90 {
    margin-right: 5.625rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-110 {
    margin-right: 6.875rem !important;
  }
  .me-sm-120 {
    margin-right: 7.5rem !important;
  }
  .me-sm-130 {
    margin-right: 8.125rem !important;
  }
  .me-sm-140 {
    margin-right: 8.75rem !important;
  }
  .me-sm-150 {
    margin-right: 9.375rem !important;
  }
  .me-sm-160 {
    margin-right: 10rem !important;
  }
  .me-sm-170 {
    margin-right: 10.625rem !important;
  }
  .me-sm-180 {
    margin-right: 11.25rem !important;
  }
  .me-sm-190 {
    margin-right: 11.875rem !important;
  }
  .me-sm-200 {
    margin-right: 12.5rem !important;
  }
  .me-sm-210 {
    margin-right: 13.125rem !important;
  }
  .me-sm-220 {
    margin-right: 13.75rem !important;
  }
  .me-sm-230 {
    margin-right: 14.375rem !important;
  }
  .me-sm-240 {
    margin-right: 15rem !important;
  }
  .me-sm-250 {
    margin-right: 15.625rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sm-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-210 {
    margin-bottom: 13.125rem !important;
  }
  .mb-sm-220 {
    margin-bottom: 13.75rem !important;
  }
  .mb-sm-230 {
    margin-bottom: 14.375rem !important;
  }
  .mb-sm-240 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-250 {
    margin-bottom: 15.625rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-10 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-30 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-110 {
    margin-left: 6.875rem !important;
  }
  .ms-sm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-130 {
    margin-left: 8.125rem !important;
  }
  .ms-sm-140 {
    margin-left: 8.75rem !important;
  }
  .ms-sm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-sm-160 {
    margin-left: 10rem !important;
  }
  .ms-sm-170 {
    margin-left: 10.625rem !important;
  }
  .ms-sm-180 {
    margin-left: 11.25rem !important;
  }
  .ms-sm-190 {
    margin-left: 11.875rem !important;
  }
  .ms-sm-200 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-210 {
    margin-left: 13.125rem !important;
  }
  .ms-sm-220 {
    margin-left: 13.75rem !important;
  }
  .ms-sm-230 {
    margin-left: 14.375rem !important;
  }
  .ms-sm-240 {
    margin-left: 15rem !important;
  }
  .ms-sm-250 {
    margin-left: 15.625rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 0.3125rem !important;
  }
  .p-sm-10 {
    padding: 0.625rem !important;
  }
  .p-sm-15 {
    padding: 0.9375rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-110 {
    padding: 6.875rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .p-sm-130 {
    padding: 8.125rem !important;
  }
  .p-sm-140 {
    padding: 8.75rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-170 {
    padding: 10.625rem !important;
  }
  .p-sm-180 {
    padding: 11.25rem !important;
  }
  .p-sm-190 {
    padding: 11.875rem !important;
  }
  .p-sm-200 {
    padding: 12.5rem !important;
  }
  .p-sm-210 {
    padding: 13.125rem !important;
  }
  .p-sm-220 {
    padding: 13.75rem !important;
  }
  .p-sm-230 {
    padding: 14.375rem !important;
  }
  .p-sm-240 {
    padding: 15rem !important;
  }
  .p-sm-250 {
    padding: 15.625rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-sm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-sm-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sm-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-210 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }
  .px-sm-220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .px-sm-230 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }
  .px-sm-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-250 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-50 {
    padding-top: 0rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-sm-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sm-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }
  .py-sm-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .py-sm-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .py-sm-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-110 {
    padding-top: 6.875rem !important;
  }
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-130 {
    padding-top: 8.125rem !important;
  }
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pt-sm-170 {
    padding-top: 10.625rem !important;
  }
  .pt-sm-180 {
    padding-top: 11.25rem !important;
  }
  .pt-sm-190 {
    padding-top: 11.875rem !important;
  }
  .pt-sm-200 {
    padding-top: 12.5rem !important;
  }
  .ars-cus {
    padding-top: 18.5rem !important;
  }
  .pt-sm-210 {
    padding-top: 13.125rem !important;
  }
  .pt-sm-220 {
    padding-top: 13.75rem !important;
  }
  .pt-sm-230 {
    padding-top: 14.375rem !important;
  }
  .pt-sm-240 {
    padding-top: 15rem !important;
  }
  .pt-sm-250 {
    padding-top: 15.625rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-110 {
    padding-right: 6.875rem !important;
  }
  .pe-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-130 {
    padding-right: 8.125rem !important;
  }
  .pe-sm-140 {
    padding-right: 8.75rem !important;
  }
  .pe-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-sm-160 {
    padding-right: 10rem !important;
  }
  .pe-sm-170 {
    padding-right: 10.625rem !important;
  }
  .pe-sm-180 {
    padding-right: 11.25rem !important;
  }
  .pe-sm-190 {
    padding-right: 11.875rem !important;
  }
  .pe-sm-200 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-210 {
    padding-right: 13.125rem !important;
  }
  .pe-sm-220 {
    padding-right: 13.75rem !important;
  }
  .pe-sm-230 {
    padding-right: 14.375rem !important;
  }
  .pe-sm-240 {
    padding-right: 15rem !important;
  }
  .pe-sm-250 {
    padding-right: 15.625rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sm-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-210 {
    padding-bottom: 13.125rem !important;
  }
  .pb-sm-220 {
    padding-bottom: 13.75rem !important;
  }
  .pb-sm-230 {
    padding-bottom: 14.375rem !important;
  }
  .pb-sm-240 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-250 {
    padding-bottom: 15.625rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-10 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-110 {
    padding-left: 6.875rem !important;
  }
  .ps-sm-120 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-130 {
    padding-left: 8.125rem !important;
  }
  .ps-sm-140 {
    padding-left: 8.75rem !important;
  }
  .ps-sm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-sm-160 {
    padding-left: 10rem !important;
  }
  .ps-sm-170 {
    padding-left: 10.625rem !important;
  }
  .ps-sm-180 {
    padding-left: 11.25rem !important;
  }
  .ps-sm-190 {
    padding-left: 11.875rem !important;
  }
  .ps-sm-200 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-210 {
    padding-left: 13.125rem !important;
  }
  .ps-sm-220 {
    padding-left: 13.75rem !important;
  }
  .ps-sm-230 {
    padding-left: 14.375rem !important;
  }
  .ps-sm-240 {
    padding-left: 15rem !important;
  }
  .ps-sm-250 {
    padding-left: 15.625rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-5 {
    gap: 0.3125rem !important;
  }
  .gap-sm-10 {
    gap: 0.625rem !important;
  }
  .gap-sm-15 {
    gap: 0.9375rem !important;
  }
  .gap-sm-20 {
    gap: 1.25rem !important;
  }
  .gap-sm-30 {
    gap: 1.875rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-50 {
    gap: 3.125rem !important;
  }
  .gap-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-sm-70 {
    gap: 4.375rem !important;
  }
  .gap-sm-80 {
    gap: 5rem !important;
  }
  .gap-sm-90 {
    gap: 5.625rem !important;
  }
  .gap-sm-100 {
    gap: 6.25rem !important;
  }
  .gap-sm-110 {
    gap: 6.875rem !important;
  }
  .gap-sm-120 {
    gap: 7.5rem !important;
  }
  .gap-sm-130 {
    gap: 8.125rem !important;
  }
  .gap-sm-140 {
    gap: 8.75rem !important;
  }
  .gap-sm-150 {
    gap: 9.375rem !important;
  }
  .gap-sm-160 {
    gap: 10rem !important;
  }
  .gap-sm-170 {
    gap: 10.625rem !important;
  }
  .gap-sm-180 {
    gap: 11.25rem !important;
  }
  .gap-sm-190 {
    gap: 11.875rem !important;
  }
  .gap-sm-200 {
    gap: 12.5rem !important;
  }
  .gap-sm-210 {
    gap: 13.125rem !important;
  }
  .gap-sm-220 {
    gap: 13.75rem !important;
  }
  .gap-sm-230 {
    gap: 14.375rem !important;
  }
  .gap-sm-240 {
    gap: 15rem !important;
  }
  .gap-sm-250 {
    gap: 15.625rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-sm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-sm-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-sm-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-sm-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-sm-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-sm-160 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-sm-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-sm-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-sm-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-sm-210 {
    row-gap: 13.125rem !important;
  }
  .row-gap-sm-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-sm-230 {
    row-gap: 14.375rem !important;
  }
  .row-gap-sm-240 {
    row-gap: 15rem !important;
  }
  .row-gap-sm-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 0.3125rem !important;
    -moz-column-gap: 0.3125rem !important;
    column-gap: 0.3125rem !important;
  }
  .column-gap-sm-10 {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-sm-15 {
    -webkit-column-gap: 0.9375rem !important;
    -moz-column-gap: 0.9375rem !important;
    column-gap: 0.9375rem !important;
  }
  .column-gap-sm-20 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-30 {
    -webkit-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
    column-gap: 1.875rem !important;
  }
  .column-gap-sm-40 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-50 {
    -webkit-column-gap: 3.125rem !important;
    -moz-column-gap: 3.125rem !important;
    column-gap: 3.125rem !important;
  }
  .column-gap-sm-60 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-sm-70 {
    -webkit-column-gap: 4.375rem !important;
    -moz-column-gap: 4.375rem !important;
    column-gap: 4.375rem !important;
  }
  .column-gap-sm-80 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-sm-90 {
    -webkit-column-gap: 5.625rem !important;
    -moz-column-gap: 5.625rem !important;
    column-gap: 5.625rem !important;
  }
  .column-gap-sm-100 {
    -webkit-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
    column-gap: 6.25rem !important;
  }
  .column-gap-sm-110 {
    -webkit-column-gap: 6.875rem !important;
    -moz-column-gap: 6.875rem !important;
    column-gap: 6.875rem !important;
  }
  .column-gap-sm-120 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-sm-130 {
    -webkit-column-gap: 8.125rem !important;
    -moz-column-gap: 8.125rem !important;
    column-gap: 8.125rem !important;
  }
  .column-gap-sm-140 {
    -webkit-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
    column-gap: 8.75rem !important;
  }
  .column-gap-sm-150 {
    -webkit-column-gap: 9.375rem !important;
    -moz-column-gap: 9.375rem !important;
    column-gap: 9.375rem !important;
  }
  .column-gap-sm-160 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-sm-170 {
    -webkit-column-gap: 10.625rem !important;
    -moz-column-gap: 10.625rem !important;
    column-gap: 10.625rem !important;
  }
  .column-gap-sm-180 {
    -webkit-column-gap: 11.25rem !important;
    -moz-column-gap: 11.25rem !important;
    column-gap: 11.25rem !important;
  }
  .column-gap-sm-190 {
    -webkit-column-gap: 11.875rem !important;
    -moz-column-gap: 11.875rem !important;
    column-gap: 11.875rem !important;
  }
  .column-gap-sm-200 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-sm-210 {
    -webkit-column-gap: 13.125rem !important;
    -moz-column-gap: 13.125rem !important;
    column-gap: 13.125rem !important;
  }
  .column-gap-sm-220 {
    -webkit-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
    column-gap: 13.75rem !important;
  }
  .column-gap-sm-230 {
    -webkit-column-gap: 14.375rem !important;
    -moz-column-gap: 14.375rem !important;
    column-gap: 14.375rem !important;
  }
  .column-gap-sm-240 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-sm-250 {
    -webkit-column-gap: 15.625rem !important;
    -moz-column-gap: 15.625rem !important;
    column-gap: 15.625rem !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: 992px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 0.3125rem !important;
  }
  .m-md-10 {
    margin: 0.625rem !important;
  }
  .m-md-15 {
    margin: 0.9375rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-110 {
    margin: 6.875rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .m-md-130 {
    margin: 8.125rem !important;
  }
  .m-md-140 {
    margin: 8.75rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-170 {
    margin: 10.625rem !important;
  }
  .m-md-180 {
    margin: 11.25rem !important;
  }
  .m-md-190 {
    margin: 11.875rem !important;
  }
  .m-md-200 {
    margin: 12.5rem !important;
  }
  .m-md-210 {
    margin: 13.125rem !important;
  }
  .m-md-220 {
    margin: 13.75rem !important;
  }
  .m-md-230 {
    margin: 14.375rem !important;
  }
  .m-md-240 {
    margin: 15rem !important;
  }
  .m-md-250 {
    margin: 15.625rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-md-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-md-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-md-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-210 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }
  .mx-md-220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .mx-md-230 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }
  .mx-md-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-250 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !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-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-md-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-md-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }
  .my-md-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .my-md-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .my-md-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mt-md-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-110 {
    margin-top: 6.875rem !important;
  }
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .mt-md-130 {
    margin-top: 8.125rem !important;
  }
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mt-md-170 {
    margin-top: 10.625rem !important;
  }
  .mt-md-180 {
    margin-top: 11.25rem !important;
  }
  .mt-md-190 {
    margin-top: 11.875rem !important;
  }
  .mt-md-200 {
    margin-top: 12.5rem !important;
  }
  .mt-md-210 {
    margin-top: 13.125rem !important;
  }
  .mt-md-220 {
    margin-top: 13.75rem !important;
  }
  .mt-md-230 {
    margin-top: 14.375rem !important;
  }
  .mt-md-240 {
    margin-top: 15rem !important;
  }
  .mt-md-250 {
    margin-top: 15.625rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 0.3125rem !important;
  }
  .me-md-10 {
    margin-right: 0.625rem !important;
  }
  .me-md-15 {
    margin-right: 0.9375rem !important;
  }
  .me-md-20 {
    margin-right: 1.25rem !important;
  }
  .me-md-30 {
    margin-right: 1.875rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-50 {
    margin-right: 3.125rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-70 {
    margin-right: 4.375rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-90 {
    margin-right: 5.625rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-110 {
    margin-right: 6.875rem !important;
  }
  .me-md-120 {
    margin-right: 7.5rem !important;
  }
  .me-md-130 {
    margin-right: 8.125rem !important;
  }
  .me-md-140 {
    margin-right: 8.75rem !important;
  }
  .me-md-150 {
    margin-right: 9.375rem !important;
  }
  .me-md-160 {
    margin-right: 10rem !important;
  }
  .me-md-170 {
    margin-right: 10.625rem !important;
  }
  .me-md-180 {
    margin-right: 11.25rem !important;
  }
  .me-md-190 {
    margin-right: 11.875rem !important;
  }
  .me-md-200 {
    margin-right: 12.5rem !important;
  }
  .me-md-210 {
    margin-right: 13.125rem !important;
  }
  .me-md-220 {
    margin-right: 13.75rem !important;
  }
  .me-md-230 {
    margin-right: 14.375rem !important;
  }
  .me-md-240 {
    margin-right: 15rem !important;
  }
  .me-md-250 {
    margin-right: 15.625rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mb-md-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-md-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-md-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-md-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-210 {
    margin-bottom: 13.125rem !important;
  }
  .mb-md-220 {
    margin-bottom: 13.75rem !important;
  }
  .mb-md-230 {
    margin-bottom: 14.375rem !important;
  }
  .mb-md-240 {
    margin-bottom: 15rem !important;
  }
  .mb-md-250 {
    margin-bottom: 15.625rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-10 {
    margin-left: 0.625rem !important;
  }
  .ms-md-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-md-20 {
    margin-left: 1.25rem !important;
  }
  .ms-md-30 {
    margin-left: 1.875rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-50 {
    margin-left: 3.125rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-70 {
    margin-left: 4.375rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-90 {
    margin-left: 5.625rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-110 {
    margin-left: 6.875rem !important;
  }
  .ms-md-120 {
    margin-left: 7.5rem !important;
  }
  .ms-md-130 {
    margin-left: 8.125rem !important;
  }
  .ms-md-140 {
    margin-left: 8.75rem !important;
  }
  .ms-md-150 {
    margin-left: 9.375rem !important;
  }
  .ms-md-160 {
    margin-left: 10rem !important;
  }
  .ms-md-170 {
    margin-left: 10.625rem !important;
  }
  .ms-md-180 {
    margin-left: 11.25rem !important;
  }
  .ms-md-190 {
    margin-left: 11.875rem !important;
  }
  .ms-md-200 {
    margin-left: 12.5rem !important;
  }
  .ms-md-210 {
    margin-left: 13.125rem !important;
  }
  .ms-md-220 {
    margin-left: 13.75rem !important;
  }
  .ms-md-230 {
    margin-left: 14.375rem !important;
  }
  .ms-md-240 {
    margin-left: 15rem !important;
  }
  .ms-md-250 {
    margin-left: 15.625rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 0.3125rem !important;
  }
  .p-md-10 {
    padding: 0.625rem !important;
  }
  .p-md-15 {
    padding: 0.9375rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-50 {
    padding: 3.125rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-110 {
    padding: 6.875rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .p-md-130 {
    padding: 8.125rem !important;
  }
  .p-md-140 {
    padding: 8.75rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-170 {
    padding: 10.625rem !important;
  }
  .p-md-180 {
    padding: 11.25rem !important;
  }
  .p-md-190 {
    padding: 11.875rem !important;
  }
  .p-md-200 {
    padding: 12.5rem !important;
  }
  .p-md-210 {
    padding: 13.125rem !important;
  }
  .p-md-220 {
    padding: 13.75rem !important;
  }
  .p-md-230 {
    padding: 14.375rem !important;
  }
  .p-md-240 {
    padding: 15rem !important;
  }
  .p-md-250 {
    padding: 15.625rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-md-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-md-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-md-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-210 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }
  .px-md-220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .px-md-230 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }
  .px-md-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-250 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-md-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-md-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }
  .py-md-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .py-md-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .py-md-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .pt-md-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-110 {
    padding-top: 6.875rem !important;
  }
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .pt-md-130 {
    padding-top: 8.125rem !important;
  }
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pt-md-170 {
    padding-top: 10.625rem !important;
  }
  .pt-md-180 {
    padding-top: 11.25rem !important;
  }
  .pt-md-190 {
    padding-top: 11.875rem !important;
  }
  .pt-md-200 {
    padding-top: 12.5rem !important;
  }
  .pt-md-210 {
    padding-top: 13.125rem !important;
  }
  .pt-md-220 {
    padding-top: 13.75rem !important;
  }
  .pt-md-230 {
    padding-top: 14.375rem !important;
  }
  .pt-md-240 {
    padding-top: 15rem !important;
  }
  .pt-md-250 {
    padding-top: 15.625rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-10 {
    padding-right: 0.625rem !important;
  }
  .pe-md-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-md-20 {
    padding-right: 1.25rem !important;
  }
  .pe-md-30 {
    padding-right: 1.875rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-50 {
    padding-right: 3.125rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-70 {
    padding-right: 4.375rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-90 {
    padding-right: 5.625rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-110 {
    padding-right: 6.875rem !important;
  }
  .pe-md-120 {
    padding-right: 7.5rem !important;
  }
  .pe-md-130 {
    padding-right: 8.125rem !important;
  }
  .pe-md-140 {
    padding-right: 8.75rem !important;
  }
  .pe-md-150 {
    padding-right: 9.375rem !important;
  }
  .pe-md-160 {
    padding-right: 10rem !important;
  }
  .pe-md-170 {
    padding-right: 10.625rem !important;
  }
  .pe-md-180 {
    padding-right: 11.25rem !important;
  }
  .pe-md-190 {
    padding-right: 11.875rem !important;
  }
  .pe-md-200 {
    padding-right: 12.5rem !important;
  }
  .pe-md-210 {
    padding-right: 13.125rem !important;
  }
  .pe-md-220 {
    padding-right: 13.75rem !important;
  }
  .pe-md-230 {
    padding-right: 14.375rem !important;
  }
  .pe-md-240 {
    padding-right: 15rem !important;
  }
  .pe-md-250 {
    padding-right: 15.625rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pb-md-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-md-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-md-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-md-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-210 {
    padding-bottom: 13.125rem !important;
  }
  .pb-md-220 {
    padding-bottom: 13.75rem !important;
  }
  .pb-md-230 {
    padding-bottom: 14.375rem !important;
  }
  .pb-md-240 {
    padding-bottom: 15rem !important;
  }
  .pb-md-250 {
    padding-bottom: 15.625rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-10 {
    padding-left: 0.625rem !important;
  }
  .ps-md-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-md-20 {
    padding-left: 1.25rem !important;
  }
  .ps-md-30 {
    padding-left: 1.875rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-50 {
    padding-left: 3.125rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-70 {
    padding-left: 4.375rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-90 {
    padding-left: 5.625rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-110 {
    padding-left: 6.875rem !important;
  }
  .ps-md-120 {
    padding-left: 7.5rem !important;
  }
  .ps-md-130 {
    padding-left: 8.125rem !important;
  }
  .ps-md-140 {
    padding-left: 8.75rem !important;
  }
  .ps-md-150 {
    padding-left: 9.375rem !important;
  }
  .ps-md-160 {
    padding-left: 10rem !important;
  }
  .ps-md-170 {
    padding-left: 10.625rem !important;
  }
  .ps-md-180 {
    padding-left: 11.25rem !important;
  }
  .ps-md-190 {
    padding-left: 11.875rem !important;
  }
  .ps-md-200 {
    padding-left: 12.5rem !important;
  }
  .ps-md-210 {
    padding-left: 13.125rem !important;
  }
  .ps-md-220 {
    padding-left: 13.75rem !important;
  }
  .ps-md-230 {
    padding-left: 14.375rem !important;
  }
  .ps-md-240 {
    padding-left: 15rem !important;
  }
  .ps-md-250 {
    padding-left: 15.625rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-5 {
    gap: 0.3125rem !important;
  }
  .gap-md-10 {
    gap: 0.625rem !important;
  }
  .gap-md-15 {
    gap: 0.9375rem !important;
  }
  .gap-md-20 {
    gap: 1.25rem !important;
  }
  .gap-md-30 {
    gap: 1.875rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-50 {
    gap: 3.125rem !important;
  }
  .gap-md-60 {
    gap: 3.75rem !important;
  }
  .gap-md-70 {
    gap: 4.375rem !important;
  }
  .gap-md-80 {
    gap: 5rem !important;
  }
  .gap-md-90 {
    gap: 5.625rem !important;
  }
  .gap-md-100 {
    gap: 6.25rem !important;
  }
  .gap-md-110 {
    gap: 6.875rem !important;
  }
  .gap-md-120 {
    gap: 7.5rem !important;
  }
  .gap-md-130 {
    gap: 8.125rem !important;
  }
  .gap-md-140 {
    gap: 8.75rem !important;
  }
  .gap-md-150 {
    gap: 9.375rem !important;
  }
  .gap-md-160 {
    gap: 10rem !important;
  }
  .gap-md-170 {
    gap: 10.625rem !important;
  }
  .gap-md-180 {
    gap: 11.25rem !important;
  }
  .gap-md-190 {
    gap: 11.875rem !important;
  }
  .gap-md-200 {
    gap: 12.5rem !important;
  }
  .gap-md-210 {
    gap: 13.125rem !important;
  }
  .gap-md-220 {
    gap: 13.75rem !important;
  }
  .gap-md-230 {
    gap: 14.375rem !important;
  }
  .gap-md-240 {
    gap: 15rem !important;
  }
  .gap-md-250 {
    gap: 15.625rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-md-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-md-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-md-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-md-80 {
    row-gap: 5rem !important;
  }
  .row-gap-md-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-md-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-md-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-md-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-md-160 {
    row-gap: 10rem !important;
  }
  .row-gap-md-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-md-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-md-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-md-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-md-210 {
    row-gap: 13.125rem !important;
  }
  .row-gap-md-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-md-230 {
    row-gap: 14.375rem !important;
  }
  .row-gap-md-240 {
    row-gap: 15rem !important;
  }
  .row-gap-md-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 0.3125rem !important;
    -moz-column-gap: 0.3125rem !important;
    column-gap: 0.3125rem !important;
  }
  .column-gap-md-10 {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-md-15 {
    -webkit-column-gap: 0.9375rem !important;
    -moz-column-gap: 0.9375rem !important;
    column-gap: 0.9375rem !important;
  }
  .column-gap-md-20 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-md-30 {
    -webkit-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
    column-gap: 1.875rem !important;
  }
  .column-gap-md-40 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-md-50 {
    -webkit-column-gap: 3.125rem !important;
    -moz-column-gap: 3.125rem !important;
    column-gap: 3.125rem !important;
  }
  .column-gap-md-60 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-md-70 {
    -webkit-column-gap: 4.375rem !important;
    -moz-column-gap: 4.375rem !important;
    column-gap: 4.375rem !important;
  }
  .column-gap-md-80 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-md-90 {
    -webkit-column-gap: 5.625rem !important;
    -moz-column-gap: 5.625rem !important;
    column-gap: 5.625rem !important;
  }
  .column-gap-md-100 {
    -webkit-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
    column-gap: 6.25rem !important;
  }
  .column-gap-md-110 {
    -webkit-column-gap: 6.875rem !important;
    -moz-column-gap: 6.875rem !important;
    column-gap: 6.875rem !important;
  }
  .column-gap-md-120 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-md-130 {
    -webkit-column-gap: 8.125rem !important;
    -moz-column-gap: 8.125rem !important;
    column-gap: 8.125rem !important;
  }
  .column-gap-md-140 {
    -webkit-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
    column-gap: 8.75rem !important;
  }
  .column-gap-md-150 {
    -webkit-column-gap: 9.375rem !important;
    -moz-column-gap: 9.375rem !important;
    column-gap: 9.375rem !important;
  }
  .column-gap-md-160 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-md-170 {
    -webkit-column-gap: 10.625rem !important;
    -moz-column-gap: 10.625rem !important;
    column-gap: 10.625rem !important;
  }
  .column-gap-md-180 {
    -webkit-column-gap: 11.25rem !important;
    -moz-column-gap: 11.25rem !important;
    column-gap: 11.25rem !important;
  }
  .column-gap-md-190 {
    -webkit-column-gap: 11.875rem !important;
    -moz-column-gap: 11.875rem !important;
    column-gap: 11.875rem !important;
  }
  .column-gap-md-200 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-md-210 {
    -webkit-column-gap: 13.125rem !important;
    -moz-column-gap: 13.125rem !important;
    column-gap: 13.125rem !important;
  }
  .column-gap-md-220 {
    -webkit-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
    column-gap: 13.75rem !important;
  }
  .column-gap-md-230 {
    -webkit-column-gap: 14.375rem !important;
    -moz-column-gap: 14.375rem !important;
    column-gap: 14.375rem !important;
  }
  .column-gap-md-240 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-md-250 {
    -webkit-column-gap: 15.625rem !important;
    -moz-column-gap: 15.625rem !important;
    column-gap: 15.625rem !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: 1290px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 0.3125rem !important;
  }
  .m-lg-10 {
    margin: 0.625rem !important;
  }
  .m-lg-15 {
    margin: 0.9375rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-110 {
    margin: 6.875rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .m-lg-130 {
    margin: 8.125rem !important;
  }
  .m-lg-140 {
    margin: 8.75rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-170 {
    margin: 10.625rem !important;
  }
  .m-lg-180 {
    margin: 11.25rem !important;
  }
  .m-lg-190 {
    margin: 11.875rem !important;
  }
  .m-lg-200 {
    margin: 12.5rem !important;
  }
  .m-lg-210 {
    margin: 13.125rem !important;
  }
  .m-lg-220 {
    margin: 13.75rem !important;
  }
  .m-lg-230 {
    margin: 14.375rem !important;
  }
  .m-lg-240 {
    margin: 15rem !important;
  }
  .m-lg-250 {
    margin: 15.625rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-lg-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-lg-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-lg-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-210 {
    margin-right: 13.125rem !important;
    margin-left: 13.125rem !important;
  }
  .mx-lg-220 {
    margin-right: 13.75rem !important;
    margin-left: 13.75rem !important;
  }
  .mx-lg-230 {
    margin-right: 14.375rem !important;
    margin-left: 14.375rem !important;
  }
  .mx-lg-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-250 {
    margin-right: 15.625rem !important;
    margin-left: 15.625rem !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-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-lg-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-lg-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
  }
  .my-lg-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .my-lg-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
  }
  .my-lg-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-110 {
    margin-top: 6.875rem !important;
  }
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-130 {
    margin-top: 8.125rem !important;
  }
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mt-lg-170 {
    margin-top: 10.625rem !important;
  }
  .mt-lg-180 {
    margin-top: 11.25rem !important;
  }
  .mt-lg-190 {
    margin-top: 11.875rem !important;
  }
  .mt-lg-200 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-210 {
    margin-top: 13.125rem !important;
  }
  .mt-lg-220 {
    margin-top: 13.75rem !important;
  }
  .mt-lg-230 {
    margin-top: 14.375rem !important;
  }
  .mt-lg-240 {
    margin-top: 15rem !important;
  }
  .mt-lg-250 {
    margin-top: 15.625rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-10 {
    margin-right: 0.625rem !important;
  }
  .me-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .me-lg-20 {
    margin-right: 1.25rem !important;
  }
  .me-lg-30 {
    margin-right: 1.875rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-50 {
    margin-right: 3.125rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-70 {
    margin-right: 4.375rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-90 {
    margin-right: 5.625rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-110 {
    margin-right: 6.875rem !important;
  }
  .me-lg-120 {
    margin-right: 7.5rem !important;
  }
  .me-lg-130 {
    margin-right: 8.125rem !important;
  }
  .me-lg-140 {
    margin-right: 8.75rem !important;
  }
  .me-lg-150 {
    margin-right: 9.375rem !important;
  }
  .me-lg-160 {
    margin-right: 10rem !important;
  }
  .me-lg-170 {
    margin-right: 10.625rem !important;
  }
  .me-lg-180 {
    margin-right: 11.25rem !important;
  }
  .me-lg-190 {
    margin-right: 11.875rem !important;
  }
  .me-lg-200 {
    margin-right: 12.5rem !important;
  }
  .me-lg-210 {
    margin-right: 13.125rem !important;
  }
  .me-lg-220 {
    margin-right: 13.75rem !important;
  }
  .me-lg-230 {
    margin-right: 14.375rem !important;
  }
  .me-lg-240 {
    margin-right: 15rem !important;
  }
  .me-lg-250 {
    margin-right: 15.625rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-lg-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-210 {
    margin-bottom: 13.125rem !important;
  }
  .mb-lg-220 {
    margin-bottom: 13.75rem !important;
  }
  .mb-lg-230 {
    margin-bottom: 14.375rem !important;
  }
  .mb-lg-240 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-250 {
    margin-bottom: 15.625rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-10 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-110 {
    margin-left: 6.875rem !important;
  }
  .ms-lg-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-130 {
    margin-left: 8.125rem !important;
  }
  .ms-lg-140 {
    margin-left: 8.75rem !important;
  }
  .ms-lg-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lg-160 {
    margin-left: 10rem !important;
  }
  .ms-lg-170 {
    margin-left: 10.625rem !important;
  }
  .ms-lg-180 {
    margin-left: 11.25rem !important;
  }
  .ms-lg-190 {
    margin-left: 11.875rem !important;
  }
  .ms-lg-200 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-210 {
    margin-left: 13.125rem !important;
  }
  .ms-lg-220 {
    margin-left: 13.75rem !important;
  }
  .ms-lg-230 {
    margin-left: 14.375rem !important;
  }
  .ms-lg-240 {
    margin-left: 15rem !important;
  }
  .ms-lg-250 {
    margin-left: 15.625rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 0.3125rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .p-lg-15 {
    padding: 0.9375rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-110 {
    padding: 6.875rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .p-lg-130 {
    padding: 8.125rem !important;
  }
  .p-lg-140 {
    padding: 8.75rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-170 {
    padding: 10.625rem !important;
  }
  .p-lg-180 {
    padding: 11.25rem !important;
  }
  .p-lg-190 {
    padding: 11.875rem !important;
  }
  .p-lg-200 {
    padding: 12.5rem !important;
  }
  .p-lg-210 {
    padding: 13.125rem !important;
  }
  .p-lg-220 {
    padding: 13.75rem !important;
  }
  .p-lg-230 {
    padding: 14.375rem !important;
  }
  .p-lg-240 {
    padding: 15rem !important;
  }
  .p-lg-250 {
    padding: 15.625rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-lg-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-lg-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-lg-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-210 {
    padding-right: 13.125rem !important;
    padding-left: 13.125rem !important;
  }
  .px-lg-220 {
    padding-right: 13.75rem !important;
    padding-left: 13.75rem !important;
  }
  .px-lg-230 {
    padding-right: 14.375rem !important;
    padding-left: 14.375rem !important;
  }
  .px-lg-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-250 {
    padding-right: 15.625rem !important;
    padding-left: 15.625rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-lg-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-lg-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
  }
  .py-lg-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .py-lg-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
  }
  .py-lg-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-110 {
    padding-top: 6.875rem !important;
  }
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-130 {
    padding-top: 8.125rem !important;
  }
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pt-lg-170 {
    padding-top: 10.625rem !important;
  }
  .pt-lg-180 {
    padding-top: 11.25rem !important;
  }
  .pt-lg-190 {
    padding-top: 11.875rem !important;
  }
  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-210 {
    padding-top: 13.125rem !important;
  }
  .pt-lg-220 {
    padding-top: 13.75rem !important;
  }
  .pt-lg-230 {
    padding-top: 14.375rem !important;
  }
  .pt-lg-240 {
    padding-top: 15rem !important;
  }
  .pt-lg-250 {
    padding-top: 15.625rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-110 {
    padding-right: 6.875rem !important;
  }
  .pe-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-130 {
    padding-right: 8.125rem !important;
  }
  .pe-lg-140 {
    padding-right: 8.75rem !important;
  }
  .pe-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lg-160 {
    padding-right: 10rem !important;
  }
  .pe-lg-170 {
    padding-right: 10.625rem !important;
  }
  .pe-lg-180 {
    padding-right: 11.25rem !important;
  }
  .pe-lg-190 {
    padding-right: 11.875rem !important;
  }
  .pe-lg-200 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-210 {
    padding-right: 13.125rem !important;
  }
  .pe-lg-220 {
    padding-right: 13.75rem !important;
  }
  .pe-lg-230 {
    padding-right: 14.375rem !important;
  }
  .pe-lg-240 {
    padding-right: 15rem !important;
  }
  .pe-lg-250 {
    padding-right: 15.625rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-lg-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-210 {
    padding-bottom: 13.125rem !important;
  }
  .pb-lg-220 {
    padding-bottom: 13.75rem !important;
  }
  .pb-lg-230 {
    padding-bottom: 14.375rem !important;
  }
  .pb-lg-240 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-250 {
    padding-bottom: 15.625rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-10 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-110 {
    padding-left: 6.875rem !important;
  }
  .ps-lg-120 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-130 {
    padding-left: 8.125rem !important;
  }
  .ps-lg-140 {
    padding-left: 8.75rem !important;
  }
  .ps-lg-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lg-160 {
    padding-left: 10rem !important;
  }
  .ps-lg-170 {
    padding-left: 10.625rem !important;
  }
  .ps-lg-180 {
    padding-left: 11.25rem !important;
  }
  .ps-lg-190 {
    padding-left: 11.875rem !important;
  }
  .ps-lg-200 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-210 {
    padding-left: 13.125rem !important;
  }
  .ps-lg-220 {
    padding-left: 13.75rem !important;
  }
  .ps-lg-230 {
    padding-left: 14.375rem !important;
  }
  .ps-lg-240 {
    padding-left: 15rem !important;
  }
  .ps-lg-250 {
    padding-left: 15.625rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-5 {
    gap: 0.3125rem !important;
  }
  .gap-lg-10 {
    gap: 0.625rem !important;
  }
  .gap-lg-15 {
    gap: 0.9375rem !important;
  }
  .gap-lg-20 {
    gap: 1.25rem !important;
  }
  .gap-lg-30 {
    gap: 1.875rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-50 {
    gap: 3.125rem !important;
  }
  .gap-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-lg-70 {
    gap: 4.375rem !important;
  }
  .gap-lg-80 {
    gap: 5rem !important;
  }
  .gap-lg-90 {
    gap: 5.625rem !important;
  }
  .gap-lg-100 {
    gap: 6.25rem !important;
  }
  .gap-lg-110 {
    gap: 6.875rem !important;
  }
  .gap-lg-120 {
    gap: 7.5rem !important;
  }
  .gap-lg-130 {
    gap: 8.125rem !important;
  }
  .gap-lg-140 {
    gap: 8.75rem !important;
  }
  .gap-lg-150 {
    gap: 9.375rem !important;
  }
  .gap-lg-160 {
    gap: 10rem !important;
  }
  .gap-lg-170 {
    gap: 10.625rem !important;
  }
  .gap-lg-180 {
    gap: 11.25rem !important;
  }
  .gap-lg-190 {
    gap: 11.875rem !important;
  }
  .gap-lg-200 {
    gap: 12.5rem !important;
  }
  .gap-lg-210 {
    gap: 13.125rem !important;
  }
  .gap-lg-220 {
    gap: 13.75rem !important;
  }
  .gap-lg-230 {
    gap: 14.375rem !important;
  }
  .gap-lg-240 {
    gap: 15rem !important;
  }
  .gap-lg-250 {
    gap: 15.625rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-lg-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-lg-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-lg-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-lg-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-lg-160 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-lg-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-lg-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-lg-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-lg-210 {
    row-gap: 13.125rem !important;
  }
  .row-gap-lg-220 {
    row-gap: 13.75rem !important;
  }
  .row-gap-lg-230 {
    row-gap: 14.375rem !important;
  }
  .row-gap-lg-240 {
    row-gap: 15rem !important;
  }
  .row-gap-lg-250 {
    row-gap: 15.625rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 0.3125rem !important;
    -moz-column-gap: 0.3125rem !important;
    column-gap: 0.3125rem !important;
  }
  .column-gap-lg-10 {
    -webkit-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
    column-gap: 0.625rem !important;
  }
  .column-gap-lg-15 {
    -webkit-column-gap: 0.9375rem !important;
    -moz-column-gap: 0.9375rem !important;
    column-gap: 0.9375rem !important;
  }
  .column-gap-lg-20 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-30 {
    -webkit-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
    column-gap: 1.875rem !important;
  }
  .column-gap-lg-40 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-50 {
    -webkit-column-gap: 3.125rem !important;
    -moz-column-gap: 3.125rem !important;
    column-gap: 3.125rem !important;
  }
  .column-gap-lg-60 {
    -webkit-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-70 {
    -webkit-column-gap: 4.375rem !important;
    -moz-column-gap: 4.375rem !important;
    column-gap: 4.375rem !important;
  }
  .column-gap-lg-80 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-lg-90 {
    -webkit-column-gap: 5.625rem !important;
    -moz-column-gap: 5.625rem !important;
    column-gap: 5.625rem !important;
  }
  .column-gap-lg-100 {
    -webkit-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
    column-gap: 6.25rem !important;
  }
  .column-gap-lg-110 {
    -webkit-column-gap: 6.875rem !important;
    -moz-column-gap: 6.875rem !important;
    column-gap: 6.875rem !important;
  }
  .column-gap-lg-120 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  .column-gap-lg-130 {
    -webkit-column-gap: 8.125rem !important;
    -moz-column-gap: 8.125rem !important;
    column-gap: 8.125rem !important;
  }
  .column-gap-lg-140 {
    -webkit-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
    column-gap: 8.75rem !important;
  }
  .column-gap-lg-150 {
    -webkit-column-gap: 9.375rem !important;
    -moz-column-gap: 9.375rem !important;
    column-gap: 9.375rem !important;
  }
  .column-gap-lg-160 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  .column-gap-lg-170 {
    -webkit-column-gap: 10.625rem !important;
    -moz-column-gap: 10.625rem !important;
    column-gap: 10.625rem !important;
  }
  .column-gap-lg-180 {
    -webkit-column-gap: 11.25rem !important;
    -moz-column-gap: 11.25rem !important;
    column-gap: 11.25rem !important;
  }
  .column-gap-lg-190 {
    -webkit-column-gap: 11.875rem !important;
    -moz-column-gap: 11.875rem !important;
    column-gap: 11.875rem !important;
  }
  .column-gap-lg-200 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  .column-gap-lg-210 {
    -webkit-column-gap: 13.125rem !important;
    -moz-column-gap: 13.125rem !important;
    column-gap: 13.125rem !important;
  }
  .column-gap-lg-220 {
    -webkit-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
    column-gap: 13.75rem !important;
  }
  .column-gap-lg-230 {
    -webkit-column-gap: 14.375rem !important;
    -moz-column-gap: 14.375rem !important;
    column-gap: 14.375rem !important;
  }
  .column-gap-lg-240 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  .column-gap-lg-250 {
    -webkit-column-gap: 15.625rem !important;
    -moz-column-gap: 15.625rem !important;
    column-gap: 15.625rem !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) {
  .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: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.vertical-middle {
  vertical-align: middle;
}
picture {
  display: block;
}
img {
  max-width: 100%;
}
.accordion-top-single .accordion-body,
.best-reivews-c .top-best-reivews p,
.customers-love p,
.fw-300,
.single-product-r .sleeper-type span,
.transform-living-slider p,
.transform-living-top h3 {
  font-weight: 300;
}
.fw-400,
.single-product-r h5,
.single-product-r h5 strong,
.single-product-r h6 {
  font-weight: 400;
}
.fw-500,
.single-top-header-h a,
.single-top-header-h p {
  font-weight: 500;
}
.breadcrumb-c a,
.breadcrumb-c a:before,
.customers-love h3,
.fw-600,
.qantity-c select,
.single-product-r h3,
.single-product-r h4,
.transform-living-slider h4 {
  font-weight: 600;
}
.fw-700,
.relaxation-l h2,
.sophistication-h h2,
.transform-living-slider span,
.transform-living-top h2 {
  font-weight: 700;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-17 {
  font-size: 17px;
}
.fz-18 {
  font-size: 18px;
}
.fz-19 {
  font-size: 19px;
}
.fz-20 {
  font-size: 20px;
}
.fz-21 {
  font-size: 21px;
}
.fz-22 {
  font-size: 22px;
}
.fz-23 {
  font-size: 23px;
}
.fz-24 {
  font-size: 24px;
}
.font-o {
  font-size: 0;
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
.bg-oragne {
  background-color: #ffa100;
}
.bg-light-oragne {
  background-color: #e1a932;
}
.original-oragne {
  color: #e1a932;
}
.bg-original-oragne {
  background-color: #e1a932;
}
.color-orange {
  color: #fca120;
}
.bg-yellow {
  background-color: #e1a932;
}
h1 {
  font-size: 68px;
  font-weight: 700;
}
h2 {
  font-size: 44px;
  font-weight: 700;
}
h3 {
  font-size: 35px;
  font-weight: 700;
}
h4 {
  font-size: 28px;
  font-weight: 700;
}
h5 {
  font-size: 22px;
  font-weight: 700;
}
h6 {
  font-size: 18px;
  font-weight: 700;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.text-underline:hover {
  text-decoration: underline;
}
bold,
strong {
  font-weight: bold;
}
picture {
  display: block;
}
li {
  list-style: none;
}
input {
  border: 0;
  width: 100%;
}
button {
  border: 0;
  background: transparent;
}
.fit {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.menu-l a {
  color: #222121;
  font-weight: 600;
  font-size: 18px;
}
.menu-l a:hover {
  text-decoration: underline;
}
.menu-l li {
  margin-right: 24px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .menu-l li {
    margin-right: 12px;
  }
}
.menu-l li:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .site-logo {
    max-width: 160px;
  }
}
.site-logo a {
  display: block;
}
@media (max-width: 767.98px) {
  .site-logo a {
    line-height: 16px;
  }
}
.has-submenu {
  position: relative;
}
.has-submenu:hover .submenu {
  display: block;
}
.has-submenu > a {
  position: relative;
  padding-right: 18px;
}
@media (max-width: 767.98px) {
  .has-submenu > a {
    margin-left: 10px;
  }
}
.has-submenu > a:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 10px;
  height: 6px;
  background: url("/cdn/shop/t/75/assets/sub-menu.svg?v=1707469980")
    center;
}
@media (max-width: 767.98px) {
  .has-submenu > a:after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
.has-submenu li {
  margin-right: 0;
}
.submenu {
  display: none;
  min-width: 220px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}
.submenu li {
  margin-bottom: 10px;
}
.submenu li:last-child {
  margin-bottom: 0;
}
.menu-r li {
  margin-right: 18px;
}
@media (max-width: 991.98px) {
  .menu-r li {
    margin-right: 0;
  }
}
.menu-r li:last-child {
  margin-right: 0;
}
.menu-r a {
  color: #777777;
  font-weight: 400;
}
.menu-r a:hover {
  text-decoration: underline;
}
.menu-r .menu-space,
.menu-r button {
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .menu-r .menu-space,
  .menu-r button {
    padding: 0 5px;
  }
}
.has-cart {
  position: relative;
}
.has-cart:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: #e2523e;
  border-radius: 50%;
}
.menu-button {
  position: relative;
  width: 22px;
  height: 16px;
  margin-right: 4vw;
}
.menu-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #222121;
  height: 1px;
}
.menu-button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222121;
  height: 1px;
}
.menu-button span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  background-color: #222121;
  height: 1px;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background-color: #fff;
  z-index: 999;
  padding: 20px 20px;
  text-align: center;
}
.mobile-menu a {
  display: block;
  font-size: 18px;
  color: #222121;
  padding: 5px 0 10px 0;
}
.mobile-menu li {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 12px;
}
.close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.home-top-s {
  background: url("/cdn/shop/t/75/assets/home-top-bg.png?v=1707469754")
    top center no-repeat;
  background-size: cover !important;
}
.home-top-h {
  padding-bottom: 230px;
}
@media (max-width: 767.98px) {
  .home-top-h {
    padding-bottom: 60px;
  }
}
.home-top-h li {
  color: #f9f9f9;
}
@media (max-width: 767.98px) {
  .home-top-h li {
    font-size: 12px;
  }
}
.home-top-h li a {
  color: #f9f9f9;
}
@media (max-width: 767.98px) {
  .home-top-h li a {
    font-size: 12px;
  }
}
.home-top-h h1 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 24px;
}
.home-top-h h1 strong {
  color: #ffa100;
}
@media (max-width: 767.98px) {
  .home-top-h h1 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.shop-now {
  background-color: #d8ab4b;
  border-radius: 8px;
}
.shop-now:hover {
  background-color: #ffb93f;
}
@media (max-width: 991.98px) {
  .home-t-h {
    overflow-x: scroll;
  }
}
.home-t-h .row {
  min-width: 1020px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .home-t-h .row {
    min-width: 970px;
  }
}
.home-t-h img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}
@media (max-width: 767.98px) {
  .home-t-h img {
    max-width: 22px;
  }
}
.home-t-h span {
  color: #1a1a1a;
}
@media (max-width: 991.98px) {
  .home-t-h span {
    font-size: 14px;
  }
}
.partners-s {
  background-color: #f8f8f8;
}
.partners-h h2 {
  color: rgba(34, 33, 33, 0.74);
}
@media (max-width: 767.98px) {
  .partners-h h2 {
    font-size: 16px;
  }
}
.partners-h ul {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}
.partners-h li {
  margin: 0 12px;
}
@media (max-width: 767.98px) {
  .partners-h li {
    padding: 0 5px;
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .partners-h li img {
    max-width: 135px;
    height: auto;
  }
}
.title h2 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  padding: 0 20px 7px 20px;
}
.title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #fca120;
}
@media (max-width: 767.98px) {
  .title h2 {
    font-size: 22px;
  }
  #shopify-section-template--17585414897801__trust_boxes_GcfWwE .title h2{
    padding-bottom: 15px;
  }
}
.title h3 {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .title h3 {
    font-size: 14px;
  }
}
.shop-categories-h .title h2 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .shop-categories-h .title h2 {
    font-size: 22px;
  }
}
.shop-categories {
  width: 100%;
  max-width: 923px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .shop-categories .row {
    margin: 0 -10px;
  }
}
@media (max-width: 767.98px) {
  .shop-categories .col-6 {
    padding: 0 10px;
  }
}
.shop-categories picture {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 86%;
}
.shop-categories picture:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.shop-categories a {
  display: block;
}
.shop-categories a img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop-categories p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .shop-categories p {
    font-size: 20px;
  }
}
.transfomr-sleeping-s {
  background: url("/cdn/shop/t/75/assets/transform-sleep.jpg?v=1707469919")
    center no-repeat;
  background-size: cover !important;
}
@media (max-width: 767.98px) {
  .transfomr-sleeping-s {
    background: url("/cdn/shop/t/75/assets/transform-sleep-mobile.jpg?v=1707469928")
      center no-repeat;
    background-size: cover !important;
  }
}
.transfomr-sleeping-h {
  padding: 270px 0 225px 0;
}
@media (max-width: 767.98px) {
  .transfomr-sleeping-h {
    padding: 100px 0 85px 0;
  }
}
.transfomr-sleeping-h h2 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .transfomr-sleeping-h h2 {
    font-size: 20px;
  }
}
.transfomr-sleeping-h .bg-oragne {
  background-color: #e1a932;
}
.happy-customers-h h2 {
  text-align: center;
  font-size: 112px;
}
@media (max-width: 767.98px) {
  .happy-customers-h h2 {
    font-size: 64px;
  }
}
.happy-customers-h h3 {
  text-align: center;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .happy-customers-h h3 {
    font-size: 18px;
  }
}
.happy-customers-h h4 {
  font-size: 24px;
  color: #353535;
}
@media (max-width: 767.98px) {
  .happy-customers-h h4 {
    font-size: 18px;
  }
}
.happy-customers-h h4 img {
  margin-top: -5px;
}
.happy-customers-h p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .happy-customers-h p {
    font-size: 16px;
  }
}
.layer-l {
  width: 530px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer-l {
    width: 370px;
  }
}
.layer-l h2 {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 32px;
  margin-bottom: 23px;
}
.layer-l ul {
  counter-reset: counter;
}
.layer-l li {
  position: relative;
  counter-increment: counter;
  font-size: 18px;
  padding-left: 50px;
  font-style: italic;
  color: #333333;
  margin-bottom: 46px;
}
.layer-l li:before {
  content: counter(counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  left: 0;
  width: 31px;
  height: 31px;
  font-size: 18px;
  font-style: normal;
  border-radius: 50%;
  background-color: #e1a932;
}
.layer-l li:last-child {
  margin-bottom: 0;
}
.layer-r ul {
  position: absolute;
  top: 20%;
  left: 30%;
}
@media (max-width: 767.98px) {
  .layer-r ul {
    text-align: center;
    position: static;
    top: inherit;
    left: inherit;
  }
}
.layer-r li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -2px;
  left: 0;
  font-style: italic;
  font-weight: 700;
  width: 31px;
  height: 31px;
  font-size: 18px;
  font-style: normal;
  border-radius: 50%;
  background-color: #e1a932;
}
@media (max-width: 767.98px) {
  .layer-r li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 0 !important;
  }
}
.layer-r li:hover span {
  display: block;
}
.layer-r li:first-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer-r li:first-child {
    margin-bottom: 20px;
  }
}
.layer-r li:nth-child(2) {
  margin-bottom: 27px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer-r li:nth-child(2) {
    margin-bottom: 24px;
  }
}
.layer-r li:nth-child(3) {
  margin-bottom: 33px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer-r li:nth-child(3) {
    margin-bottom: 20px;
  }
}
.layer-r li:nth-child(4) {
  margin-bottom: 37px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer-r li:nth-child(4) {
    margin-bottom: 17px;
  }
}
.layer-r span {
  display: none;
  width: 341px;
  position: absolute;
  left: 150%;
  padding: 28px 24px;
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .layer-r span {
    text-align: left;
    left: -60px;
    bottom: 150%;
    padding: 10px 10px;
    width: 150px;
  }
}
.layer-r span h2 {
  color: #1a1a1a;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .layer-r span h2 {
    font-size: 14px;
  }
}
.layer-r span h2 img {
  margin-top: -4px;
}
.layer-r span p {
  color: #333333;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .layer-r span p {
    font-size: 12px;
  }
}
.trusted-s {
  background-color: #fff9ec;
}
.trusted-h .row {
  max-width: 890px;
  margin: 0 auto;
}
.trusted-h span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.trusted-h p {
  color: #353535;
}
@media (max-width: 767.98px) {
  .trusted-h p {
    font-size: 16px;
  }
}
.price-low-h .row {
  max-width: 890px;
  margin: 0 auto;
}
.price-low-h span {
  display: block;
  height: 70px;
  margin-bottom: 30px;
}
.price-low-h p {
  color: #353535;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .price-low-h p {
    font-size: 18px;
  }
}
.special-h .special-aviable {
  margin: 0 -25px;
}
@media (max-width: 767.98px) {
  .special-h .special-aviable {
    margin: -12px;
  }
}
.special-h .col-md-4 {
  padding: 0 25px;
}
@media (max-width: 767.98px) {
  .special-h .col-md-4 {
    padding: 0 12px;
  }
}
.special-b {
  max-width: 930px;
  margin: 0 auto;
}
.specail-c {
  border-radius: 8px;
  padding: 25px 25px;
  border: 1px solid rgba(96, 96, 96, 0.4);
}
.specail-c a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.specail-c p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.specail-c span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #e1a932;
}
.layers-c {
  position: relative;
}
.layer1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  z-index: 10;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (max-width: 767.98px) {
  .layer1 {
    width: 48vw;
  }
}
.layer1:hover span {
  -webkit-filter: saturate(1.4) brightness(1.02);
  filter: saturate(1.4) brightness(1.02);
}
.layer1 span {
  position: absolute;
  bottom: 90px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  -webkit-filter: brightness(0.86);
  filter: brightness(0.86);
  background-color: #e1a932;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  filter: brightness(0.86);
}
@media (max-width: 767.98px) {
  .layer1 span {
    width: 25px;
    height: 25px;
    display: none;
  }
}
.layer2 {
  z-index: 5;
}
.layer2 span {
  right: 30px;
  bottom: 20px;
}
.layer3 {
  z-index: 4;
  margin-top: -110px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer3 {
    margin-top: -80px;
  }
}
@media (max-width: 767.98px) {
  .layer3 {
    margin-top: -15vw;
  }
}
.layer3 span {
  right: 40px;
  bottom: 12px;
}
.layer4 {
  z-index: 3;
  margin-top: -130px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer4 {
    margin-top: -90px;
  }
}
@media (max-width: 767.98px) {
  .layer4 {
    margin-top: -18vw;
  }
}
.layer4 span {
  right: 50px;
  bottom: 12px;
}
.layer5 {
  z-index: 2;
  margin-top: -147px;
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  .layer5 {
    margin-top: -112px;
  }
}
@media (max-width: 767.98px) {
  .layer5 {
    margin-top: -20vw;
  }
}
.layer5 span {
  right: 60px;
  bottom: 12px;
}
.layer-ch {
  cursor: pointer;
  position: relative;
  max-height: inherit;
  -webkit-filter: brightness(0.86);
  filter: brightness(0.86);
  margin-left: 30px;
  left: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.layer-ch:hover {
  -webkit-filter: saturate(1.4) brightness(1.02);
  filter: saturate(1.4) brightness(1.02);
  left: 20px;
}
@media (max-width: 767.98px) {
  .layer-ch:hover {
    left: 10px;
  }
}
.layer-ch span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #e1a932;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}
@media (max-width: 991.98px) {
  .layer-ch span {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767.98px) {
  .layer-ch span {
    display: none;
  }
}
@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.layer-r {
  display: none;
}
.layer-r h2 {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.layer-r p {
  color: #333333;
  font-weight: 300;
}
.faq-t {
  max-width: 768px;
  padding: 48px 43px;
  border-radius: 12px;
  background-color: #f3f5f6;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .faq-t {
    padding: 33px 15px;
  }
}
.faq-t h4 {
  text-align: left;
}
.faq-t h4 button {
  text-align: left;
  width: 100%;
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 700;
  background: url("/cdn/shop/t/75/assets/faq-arrow.svg?v=1707469993")
    right center no-repeat;
}
@media (max-width: 767.98px) {
  .faq-t h4 button {
    font-size: 12px;
  }
}
.accordion-content-h {
  border-bottom: 1px solid rgba(106, 106, 106, 0.27);
  margin-bottom: 15px;
}
.accordion-content-h:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.aviable-h {
  max-width: 584px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin: 0 auto;
}
.aviable-h p {
  margin-bottom: 16px;
}
.news-letter-s {
  background-color: #ffd680;
}
.newsletter-h h2 {
  font-size: 38px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .newsletter-h h2 {
    font-size: 30px;
            text-align: center;
  }
  .newsletter-h .mb-70 {
    margin-bottom: 1.375rem !important;
}
  .newsletter-h.pt-md-100.pb-md-100.pt-80.pb-150 {
    padding: 3rem 1rem !important;
}
}
.newsletter-h p {
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
}
@media (max-width: 767.98px) {
  .newsletter-h p {
    font-size: 14px;
  text-align: center;
     font-weight: 400;
  }
}
.newsletter-h input[type="email"] {
  height: 77px;
  padding: 0 30px;
  font-size: 24px;
  color: #333333;
  border-radius: 10px;
  border: 1px solid #e1a932;
}
@media (max-width: 767.98px) {
  .newsletter-h input[type="email"] {
    height: 50px;
    font-size: 16px;
  }
}
.newsletter-h input[type="email"]::-webkit-input-placeholder {
  font-size: 24px;
  color: #333333;
}
.newsletter-h input[type="email"]::-moz-placeholder {
  font-size: 24px;
  color: #333333;
}
.newsletter-h input[type="email"]:-ms-input-placeholder {
  font-size: 24px;
  color: #333333;
}
.newsletter-h input[type="email"]::-ms-input-placeholder {
  font-size: 24px;
  color: #333333;
}
.newsletter-h input[type="email"]::placeholder {
  font-size: 24px;
  color: #333333;
}
@media (max-width: 767.98px) {
  .newsletter-h input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
  }
  .newsletter-h input[type="email"]::-moz-placeholder {
    font-size: 16px;
  }
  .newsletter-h input[type="email"]:-ms-input-placeholder {
    font-size: 16px;
  }
  .newsletter-h input[type="email"]::-ms-input-placeholder {
    font-size: 16px;
  }
  .newsletter-h input[type="email"]::placeholder {
    font-size: 16px;
  }
}
.newsletter-h input[type="email"]:focus {
  outline: none;
}
.newsletter-h input[type="submit"] {
  width: 95px;
  height: 77px;
  border-radius: 10px;
  font-size: 0;
  border: 1px solid #fff;
  background-color: #e1a932;
  background-image: url("/cdn/shop/t/75/assets/submit.svg?v=1707470020");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .newsletter-h input[type="submit"] {
    width: 60px;
    height: 50px;
    background-size: 34px;
  }
}
.best-collection-h .title {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .best-collection-h .title {
    font-size: 22px;
  }
}
.best-collections-slider .swiper-slide {
  height: auto;
}
.collection-c {
  height: 100%;
  border-radius: 30px;
  padding: 0 20px 75px 20px;
  border: 1px solid rgba(158, 158, 158, 0.5);
  overflow: hidden;
}
.collection-c picture {
  margin: 0 -20px;
}
.collection-c picture a {
  display: block;
  padding-bottom: 65.5%;
  overflow: hidden;
  border-bottom: 30px;
}
.collection-c picture img {
  position: absolute;
  top: 0;
  left: 0;
}
.collection-c .yotpo-icon {
  display: inline-block;
  background: url("/cdn/shop/t/75/assets/star.svg?v=1707470033")
    center no-repeat !important;
  background-size: 14px !important;
  margin: 0 !important;
  width: 14px !important;
  height: 14px !important;
}
.collection-c .yotpo-bottomline {
  font-size: 12px !important;
  color: #2f2f2f !important;
  font-weight: 600 !important;
  margin-bottom: 14px;
}
.collection-c .yotpo-bottomline a {
  font-size: 12px !important;
  color: #2f2f2f !important;
  font-weight: 600 !important;
}
.collection-c h2 {
  color: #333333;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
}
.collection-c h2 a {
  font-weight: 700;
  color: #333333;
  font-size: 22px;
}
.collection-c h2 a:hover {
  color: #6772e5;
}
.collection-c h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.collection-c .best-selling {
  font-size: 18px;
  background: #ffedc7;
  font-weight: 600;
  padding: 5px 5px;
  border-radius: 10px;
}
.collection-c h6 {
  color: #469052;
  text-decoration: line-through;
}
.collection-c .view-more {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #d8ab4b;
  padding: 10px 5px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid #d8ab4b;
}
.collection-c .view-more:hover {
  color: #fff;
  background: #d8ab4b;
}
.collection-c select {
  width: 100%;
  border: 1px solid #d8ab4b;
  padding: 10px 5px;
  border-radius: 8px;
  outline: none;
  margin-bottom: 20px;
}
.collection-c .shop-now {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.collection-special {
  background-color: rgba(255, 214, 128, 0.44);
  color: #e2523e;
  margin: 0 -20px;
}
.most-popular {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
}
.most-popular span {
  padding: 4px 24px;
  z-index: 2;
}
.like-button {
  position: absolute;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 22px;
  bottom: 15px;
  background-color: #fff;
  z-index: 2;
  border-radius: 50%;
}
.like-button:hover {
  background-color: rgb(255, 214, 128);
}
.liked-button {
  background-color: rgb(255, 214, 128);
}
.sleeper-type {
  margin-bottom: 20px;
}
.sleeper-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sleeper-type li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.sleeper-type img {
  min-width: 34px;
  height: 36px;
  margin-bottom: 4px;
}
.collection-l {
  margin-bottom: 30px;
}
.collection-l li {
  position: relative;
  font-weight: 300;
  padding-left: 30px;
  margin-bottom: 18px;
}
.collection-l li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/cdn/shop/t/75/assets/list-check.svg?v=1707470042")
    center no-repeat;
}
.collection-pagination {
  display: inline-block;
  width: auto !important;
}
.collection-pagination span {
  opacity: 1;
  background-color: #d9d9d9;
}
.collection-pagination .swiper-pagination-bullet-active {
  background-color: #d8ab4b;
}
.collection-button-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collections-scrollbar {
  height: 3px;
  border-radius: 10px;
  background-color: #c7d3eb;
}
.collections-scrollbar .swiper-scrollbar-drag {
  background-color: #d8ab4b;
}
.products-h {
  max-width: 997px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .products-h .row {
    margin: 0 -5px;
  }
}
@media (max-width: 767.98px) {
  .products-h .col-6 {
    padding: 0 5px;
  }
}
.prod-categories-c {
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .prod-categories-c {
    border: 0;
  }
}
.prod-categories-c picture {
  padding-bottom: 55%;
  border-radius: 10px;
}
.prod-categories-c picture a {
  display: block;
}
.prod-categories-c picture a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.prod-categories-c picture img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.prod-categories-c h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .prod-categories-c h2 {
    font-size: 18px;
  }
}
.prod-categories-c h2 a {
  font-size: 32px;
  color: #1a1a1a;
}
@media (max-width: 767.98px) {
  .prod-categories-c h2 a {
    font-size: 18px;
  }
}
.prod-categories-c h2 a:hover {
  color: #6772e5;
}
.prod-categories-c p {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .prod-categories-c p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.product-categories-link {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #d8ab4b;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .product-categories-link {
    left: 0;
    bottom: 20px;
    font-size: 14px;
  }
}
.pricing-plans-h .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pricing-plans-h .swiper-slide:first-child {
    max-width: 300px;
  }
}
.pricing-plans-h .swiper-slide:first-child .pricing-c {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 767.98px) {
  .pricing-plans-h .swiper-slide:nth-child(3) {
    max-width: 300px;
  }
}
.pricing-plans-h .swiper-slide:nth-child(3) .pricing-c {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 10px 4px 20px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 4px 20px -4px rgba(0, 0, 0, 0.4);
}
.pricing-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pricing-arrows {
  font-size: 0;
}
.pricing-c {
  color: rgba(26, 26, 26, 0.5);
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.4);
}
.pricing-c h2,
.pricing-c h3,
.pricing-c p {
  color: rgba(26, 26, 26, 0.5);
}
.pricing-c h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .pricing-c h2 {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
.pricing-c h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .pricing-c h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.pricing-c p {
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .pricing-c p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.pricing-c-b {
  position: relative;
  border-radius: 30px;
  background-color: #d8ab4b;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 2;
}
.pricing-c-b picture {
  border-radius: 20px;
}
.pricing-c-b h2,
.pricing-c-b h3,
.pricing-c-b p {
  color: #fff !important;
}
.pricing-c-b a {
  color: #1a1a1a;
  background-color: #fff;
}
.pricing-c-b a:hover {
  color: #fff;
}
.top-best-reivews p {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .top-best-reivews p {
    font-size: 16px;
  }
}
.top-best-reivews h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .top-best-reivews h2 {
    font-size: 22px;
  }
}
.top-best-reivews img {
  width: 40px;
}
@media (max-width: 767.98px) {
  .top-best-reivews img {
    width: 30px;
  }
}
.top-best-reivews ul {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .top-best-reivews ul {
    margin-bottom: 30px;
  }
}
.top-best-reivews h3 {
  font-size: 25px;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .top-best-reivews h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.reviews-c {
  padding: 40px 30px 20px 30px;
  border-radius: 20px;
  border: 1px solid rgba(106, 106, 106, 0.7);
}
@media (max-width: 767.98px) {
  .reviews-c {
    padding: 40px 20px 50px 20px;
  }
}
.reviews-c picture {
  position: relative;
  padding-bottom: 70%;
}
.reviews-c picture img {
  position: absolute;
  top: 0;
  left: 0;
}
.reviews-c h2 {
  font-size: 24px;
  margin-bottom: 11px;
}
@media (max-width: 767.98px) {
  .reviews-c h2 {
    font-size: 16px;
  }
}
.reviews-c p {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .reviews-c p {
    margin-bottom: 18px;
  }
}
.reviews-c ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.reviews-c li img {
  width: 19px;
}
.reviews-c h3 {
  font-size: 16px;
  color: #484848;
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #484848;
}
.reviews-c em {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
}
.reviews-c h4 {
  font-size: 16px;
  color: #484848;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .reviews-c h4 {
    font-size: 14px;
  }
}
.reviews-c h5 {
  font-size: 14px;
  font-weight: 300;
}
.reviews-c h5 img {
  margin-top: -4px;
}
.review-button-prev {
  display: inline-block;
  vertical-align: middle;
}
.review-button-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.review-pagination {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
}
.review-pagination span {
  background-color: #d9d9d9;
  opacity: 1;
}
.review-pagination .swiper-pagination-bullet-active {
  background-color: #d8ab4b;
}
.review-button-next {
  display: inline-block;
  vertical-align: middle;
}
.footer-s {
  background: #fffaf3;
}
.footer-logo img {
  width: 261px;
}
.footer-b {
  border-bottom: 1px solid #eff2f1;
}
.footer-l a {
  font-size: 14px;
  color: #6a6a6a;
}
.footer-l a:hover {
  text-decoration: underline;
}
.footer-l a img {
  margin-top: -3px;
  padding-right: 10px;
      width: 2.5rem;
}
.footer-links a {
  display: block;
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-r h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-r li {
  margin-right: 10px;
}
.footer-bottom p {
  font-size: 13px;
  color: #333333;
}
@media (max-width: 767.98px) {
  .footer-bottom p {
    font-size: 10px;
  }
}
.footer-bottom a {
  font-size: 14px;
  color: #333333;
}
@media (max-width: 767.98px) {
  .footer-bottom a {
    font-size: 10px;
  }
}
.single-top-header-s {
  background-color: #e1a932;
}
.single-top-header-h a,
.single-top-header-h p {
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
}
.breadcrumb-c a,
.breadcrumb-c span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 16px;
  margin-right: 25px;
}
.breadcrumb-c a {
  position: relative;
}
.breadcrumb-c a:hover {
  text-decoration: underline;
}
.breadcrumb-c a:before {
  content: ">";
  position: absolute;
  top: 0;
  right: -20px;
  color: #000000;
  font-size: 16px;
}
.single-top-s {
  overflow: hidden;
}
.single-top-product-n {
  margin: 0 -20px;
}
.single-product-arrow {
  display: block !important;
  position: absolute;
  top: 50%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .single-product-slider-top {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.single-product-slider-top .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .single-product-slider-top .swiper-slide img {
    width: 100%;
  }
}
.single-product-slider-bottom .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
}
.single-product-slider-bottom .swiper-slide-thumb-active {
  border: 1px solid #be8e2d;
}
.accordion-top-single .accordion-item {
  margin-bottom: 17px;
}
.accordion-top-single h2 button {
  width: 100%;
  font-size: 20px;
  color: #222121;
  padding-bottom: 17px;
  border-bottom: 1px solid #c4c4c4;
  background: url("/cdn/shop/t/58/assets/faq-single2.svg?v=1713369336")
    top 15px right 10px no-repeat;
}
.accordion-top-single h2 button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #c4c4c4;
}
.accordion-top-single h2 .collapsed {
  background: url("/cdn/shop/t/58/assets/faq-single1.svg?v=1713369327")
    top 10px right 10px no-repeat;
}
.accordion-top-single .accordion-body {
  padding-top: 10px;
  font-size: 16px;
  color: #2f2f2f;
}
.customers-love {
  text-align: center;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
.customers-love h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 24px;
}
.customers-love ul {
  font-size: 0;
}
.customers-love li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.customers-love picture {
  margin-bottom: 10px;
}
.customers-love p {
  font-size: 10px;
}
.single-product-next {
  right: 20px;
}
.single-product-prev {
  left: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-product-r h1 {
  color: #333333;
  font-size: 24px;
}
.single-product-r .collection-c {
  padding: 0;
  border: 0;
  height: auto;
  border-radius: 0;
}
.single-product-r .collection-c a {
  color: #2f2f2f;
  font-size: 16px !important;
  font-weight: 300 !important;
}
.single-product-r .collection-c .yotpo-icon {
  background-size: 15px !important;
}
.single-product-r h3 {
  color: #000000;
  font-size: 40px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .single-product-r h3 {
    font-size: 24px;
  }
}
.single-product-r h3 em {
  position: relative;
  color: #e44450;
  font-size: 20px;
  bottom: 5px;
  text-decoration: line-through;
}
@media (max-width: 767.98px) {
  .single-product-r h3 em {
    font-size: 14px;
  }
}
.single-product-r h4 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 4px;
}
.single-product-r h5 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 27px;
}
@media (max-width: 767.98px) {
  .single-product-r h5 {
    margin-bottom: 17px;
  }
}
.single-product-r h5 strong {
  color: #4cd964;
}
.single-product-r h6 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
}
.single-product-r .sleeper-type ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.single-product-r .sleeper-type li {
  margin-right: 20px;
}
.single-product-r .sleeper-type span {
  font-size: 13px;
}
.single-product-r .shop-now {
  background-color: #c39430;
}
.single-product-r .shop-now:hover {
  background-color: #ffb93f;
}
.qantity-c p {
  font-size: 12px;
  color: #2f2f2f;
  margin-bottom: 8px;
}
.qantity-c select {
  text-align: center;
  width: 100%;
  height: 72px;
  font-size: 20px;
  color: #222121;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
}
.dementions p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 13px;
}
.dementions a {
  display: inline-block;
  font-size: 14px;
  color: #be8e2d;
  text-decoration: underline;
}
.comfort-rating-s {
  background-color: #fdfaf6;
}
.chat-c {
  padding: 25px 0;
  border-top: 1px solid #ffd680;
}
.chat-c p {
  font-size: 16px;
}
.comfort-rating-h h2 {
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .comfort-rating-h h2 {
    font-size: 28px;
  }
}
.comfort-rating-h p {
  text-align: center;
  color: #000000;
  font-size: 16px;
}
.shop-pay p {
  font-size: 14px;
  color: #000000;
}
.shop-pay span {
  display: block;
  font-size: 14px;
  color: #000000;
}
.comfort-c {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .comfort-c picture {
    max-width: 64px;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .comfort-c p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .comfort-c span {
    word-break: break-all;
  }
}
.comfort-c .row {
  margin: 0 -5px;
}
.happy-customers-title-s {
  background-color: #fbfaf9;
}
.relaxation-sofa-s {
  background-color: #fdfaf6;
}
.relaxation-l {
  width: 511px;
}
@media (max-width: 991.98px) {
  .relaxation-l {
    width: auto;
  }
}
.relaxation-l h2 {
  color: #1a1a1a;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .relaxation-l h2 {
    font-size: 28px;
  }
}
.relaxation-l h2 strong {
  color: #e1a932;
}
.best-reivews-c .top-best-reivews p {
  font-size: 18px;
}
.best-reivews-c .top-best-reivews h2 strong {
  color: #e1a932;
}
.best-reivews-c .review-pagination {
  display: block;
}
.best-reivews-c .swiper-pagination-bullet-active {
  background-color: #be8e2d;
}
.transform-living-s {
  background-color: #fdfaf6;
}
.transform-living-top h2 {
  width: 100%;
  max-width: 910px;
  font-size: 36px;
  margin: 0 auto 30px;
}
@media (max-width: 767.98px) {
  .transform-living-top h2 {
    font-size: 24px;
    margin: 0 auto 14px;
  }
}
.transform-living-top h3 {
  width: 100%;
  max-width: 804px;
  font-size: 18px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .transform-living-top h3 {
    display: none;
  }
}
.transform-living-slider span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  color: #1a1a1a;
  font-size: 18px;
  border-radius: 50%;
  background-color: #d8ab4b;
}
@media (max-width: 991.98px) {
  .transform-living-slider span {
    margin: 0 auto;
  }
}
.transform-living-slider h4 {
  font-size: 22px;
  margin-bottom: 27px;
}
@media (max-width: 767.98px) {
  .transform-living-slider h4 {
    margin-bottom: 14px;
  }
}
.transform-living-slider p {
  color: #000000;
  font-size: 16px;
}
.transfomr-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.transfomr-pagination {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
}
.transfomr-pagination span {
  background-color: #d9d9d9;
  opacity: 1;
}
.transfomr-pagination .swiper-pagination-bullet-active {
  background-color: #d8ab4b;
}
.sophistication-h h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .sophistication-h h2 {
    font-size: 28px;
  }
}
.sophistication-h h2 em {
  color: #e1a932;
}
.sophistication-h p {
  color: #2f2f2f;
  font-size: 18px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .sophistication-h p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .sophistication-h picture {
    margin: 0 -12px;
  }
}
.news-sletters-s .newsletter-h input[type="submit"] {
  border: 1px solid #e1a932;
  margin-left: -20px;
}
.faqs {
  background-color: #fbfaf9;
}
.faqs .title h2:before {
  display: none;
}
.faqs .title li {
  vertical-align: top;
}
.faqs .title li p {
  color: #000000;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .faqs .title li p {
    font-size: 12px;
    font-weight: 300;
  }
}
.faqs .faq-t {
  background-color: #fff;
}
.footers-s {
  background-color: #fdfaf6;
}
.quick-filters p {
  font-size: 18px;
}
.quick-filters a {
  display: inline-block;
  color: #bf8e2c;
  font-size: 12px;
  padding: 10px 21px;
  text-transform: uppercase;
  border: 1px solid #be8e2d;
  border-radius: 4px;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .quick-filters a {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.quick-filters a:hover {
  background: #be8e2d;
  color: #fff;
}
.a-products-h .collection-c {
  position: relative;
}
.sale {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  background: #ff3434;
}
.open-modal-button {
  color: #d8ab4b;
}
.open-modal-button:hover {
  text-decoration: underline;
}
.choose-size {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
span.collection-special {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
.font-size-lg a {
  font-size: 20px !important;
  font-weight: 500 !important;
}
.col-sm {
  padding: 2rem;
}
.base-frames-cpdp-desc p {
  margin-bottom: 12px;
}
.sofa-desc-holder {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #232323;
  margin-bottom: 30px;
}
.base-frames-cpdp-desc li {
  font-weight: 400 !important;
  margin-bottom: 6px;
}
.sofa-desc-holder li:before {
  padding-right: 10px;
  content: "\00B7";
  font-size: 21px;
  font-weight: bold;
}
.product__item__footer {
  max-width: 335px;
}
.base-frames-cpdp-desc {
  text-align: left;
}
.sofa-desc-holder ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
h4.product__sale {
  font-size: 1.625rem;
  color: #037bff;
}
.text-gray-300 {
  color: #999 !important;
  font-size: 14px !important;
}
.rich-text__text p {
  font-size: 24px !important;
  line-height: 38px !important;
  color: #000 !important;
  margin-bottom: 30px;
}
.rich-text__text ul {
  padding-left: 50px !important;
  list-style: disc !important;
  text-align: left !important;
  margin-bottom: 30px !important;
  font-size: 21px !important;
  line-height: 29px !important;
}
.rich-text__text ul li {
  margin-bottom: 15px !important;
  list-style: disc !important;
}
.single-top-product-n {
  row-gap: 2rem;
}
.single-top-h .col-lg-3 {
  width: 25% !important;
}
.single-top-h .form__control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 3px 0.9375rem 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #333;
  background: padding-box #fff;
  border: 1px solid hsla(36, 21%, 55%, 0.31);
  border-radius: 4px;
}
.rich-text__text h2 {
  font-size: 38px !important;
  color: #000 !important;
}
.customers-love {
  max-width: 100% !important;
}
.compare-home-new-section h3 {
  font-size: 29px;
  color: #333;
}
.new-products-holder h2 {
  font-size: 28px;
  color: #333;
}

.footer-l a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.footer-links a {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .ats {
    width: 70%;
  }
  .footer-s .col-md-5 {
    width: 30%;
            display: flex
;
        justify-content: flex-end;
  }
  .footer-s .col-md-auto.mb-md-0.mb-30 {
    width: 50%;
  }
  .footer-b {
    padding-left: 0 !important;
            padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .certified__decs.mb-sm-50.mb-25.line-height-base p {
    padding: 2rem 0 !important;
  }
  footer.footer-s {
    background-color: #fffaf3;
  }
  footer.footer-s .pt-90 {
    padding-top: 2rem !important;
  }
  footer.footer-s .col-md-auto {
    text-align: center;
  }
  /* picture.footer-logo {
    text-align: center;
  } */
  .has-cart:before {
    top: -10px;
    right: -14px;
  }
  .ssd button:before{
    width: 14px !important;
        background-color: unset !important;
  }
 .footer_link-mob {
    display: flex !important;
   font-size: 16px !important;
        font-weight: 400 !important;
}
.footer-links a {
    font-size: 16px;
    margin-top: 10px;
}
      .footer-logo {
        margin-bottom: 0rem !important;
    }
  .mak-footer-btm-sp {
    margin-bottom: 2rem !important;
  }
  .footer-b {
    padding-bottom: 1rem !important;
}
}
.hs-site-cart-popup-layout .hs-add-discount {
  display: none;
}




a.contacts__link.font-weight-bold.mt-auto {
    display: none;
}
.features__desc p a {
    display: none;
}
.features__desc.text-gray-500.font-size-sm.line-height-base.font-weight-normal.mb-30 a {
    display: none;
}
.specail-c span{
  display: none;
}
.footer-l a{
      pointer-events: none;
}

@media (max-width: 768px){
    .ma-12 {
    flex-direction: column !important;
}
  { % if collection.template == 'tri-fold-mattres' % }
  .hero__content {
    height: 42rem !important;
}
.hero__overlay-white {
    position: relative;
    top: 200px;
    background: transparent;
}
{ % endif % }
}







/* Mar Mbl Css New */
.vc h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  color:black;
}
  .col.new-cls2 p {
    margin: 0;
}
@media (max-width: 768px){
  .my-cls .slick-track{
    display: flex;
    align-items: center;
  }
  .home-t-hs .col.px-5 p{
        width: max-content
  }
  .col.px-5.slick-slide {
    width: max-content !important;
    margin: 0 10px;
}
  .vc h2 {
    font-size: 22px;
}
  .vc{
    padding-bottom: 1rem;
}
  .nbc h4.mb-10 {
    display: flex;
    flex-direction: column;
}
  .nbc h4.mb-10 img {
    width: 70px;
}
  .nbc p.fw-300 br {
    display: none;
}
.vgj .newsletter-h {
    padding-top: 4rem !important;
    padding-bottom: 4.5rem !important;
}
  .col-sm.nvw a.shop-now {
    margin-top: 2rem;
}

.col-sm.nvw {
    padding-bottom: 0;
}
  .col-sm.nvw p{
    margin: 0;
  }
  .bnh {
    margin-bottom: 1.5rem !important;
}
  li.d-inline-block.vertical-middle.first-policy-hidden {
    display: none!important;
  }
}


.frimg-text .frimgtxt-layout {
    padding: 1rem;
}
div#product__specifics__container h2.text-center.font-weight-bold {
    z-index: 1;
    position: relative;
    top: 50px;
}
