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

[data-bs-theme="dark"] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --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(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: hsla(0, 0%, 100%, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
  color-scheme: dark;
}

*,
:after,
:before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  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);
  text-align: var(--bs-body-text-align);
}

hr {
  border: 0;
  border-top: var(--bs-border-width) solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

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-bottom: 1rem;
  margin-top: 0;
}

abbr[title] {
  cursor: help;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

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 {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  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;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: 0.875em;
}

a > code {
  color: inherit;
}

kbd {
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
  color: var(--bs-body-bg);
  font-size: 0.875em;
  padding: 0.1875rem 0.375rem;
}

kbd kbd {
  font-size: 1em;
  padding: 0;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  caption-side: bottom;
}

caption {
  color: var(--bs-secondary-color);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

@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;
}

::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  cursor: pointer;
  display: list-item;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}

.img-thumbnail {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.figure-caption {
  color: var(--bs-secondary-color);
  font-size: 0.875em;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xxl,
.container-xxxm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 576px) {
  .container,
  .container-sm,
  .container-xs,
  .container-xxs {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm,
  .container-xs,
  .container-xxs {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container-xxs {
    max-width: 166.5rem;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xs,
  .container-xxl,
  .container-xxs {
    max-width: 170rem;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xs,
  .container-xxl,
  .container-xxs,
  .container-xxxm {
    max-width: 177.5rem;
  }
}

:root {
  --bs-breakpoint-start: 0;
  --bs-breakpoint-xxs: 361px;
  --bs-breakpoint-xs: 390px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxm: 1600px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 7rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 7rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 9rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 9rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 15rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 15rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 22rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 22rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 25rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 25rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 32rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 32rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 37rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 37rem;
}

@media (min-width: 361px) {
  .col-xxs {
    flex: 1 0 0%;
  }
  .row-cols-xxs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.66666667%;
  }
  .g-xxs-0,
  .gx-xxs-0 {
    --bs-gutter-x: 0;
  }
  .g-xxs-0,
  .gy-xxs-0 {
    --bs-gutter-y: 0;
  }
  .g-xxs-1,
  .gx-xxs-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxs-1,
  .gy-xxs-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxs-2,
  .gx-xxs-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxs-2,
  .gy-xxs-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxs-3,
  .gx-xxs-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxs-3,
  .gy-xxs-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxs-4,
  .gx-xxs-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxs-4,
  .gy-xxs-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxs-5,
  .gx-xxs-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxs-5,
  .gy-xxs-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxs-6,
  .gx-xxs-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxs-6,
  .gy-xxs-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxs-7,
  .gx-xxs-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxs-7,
  .gy-xxs-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxs-8,
  .gx-xxs-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxs-8,
  .gy-xxs-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxs-9,
  .gx-xxs-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxs-9,
  .gy-xxs-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxs-10,
  .gx-xxs-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxs-10,
  .gy-xxs-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxs-11,
  .gx-xxs-11 {
    --bs-gutter-x: 15rem;
  }
  .g-xxs-11,
  .gy-xxs-11 {
    --bs-gutter-y: 15rem;
  }
  .g-xxs-12,
  .gx-xxs-12 {
    --bs-gutter-x: 22rem;
  }
  .g-xxs-12,
  .gy-xxs-12 {
    --bs-gutter-y: 22rem;
  }
  .g-xxs-13,
  .gx-xxs-13 {
    --bs-gutter-x: 25rem;
  }
  .g-xxs-13,
  .gy-xxs-13 {
    --bs-gutter-y: 25rem;
  }
  .g-xxs-14,
  .gx-xxs-14 {
    --bs-gutter-x: 32rem;
  }
  .g-xxs-14,
  .gy-xxs-14 {
    --bs-gutter-y: 32rem;
  }
  .g-xxs-15,
  .gx-xxs-15 {
    --bs-gutter-x: 37rem;
  }
  .g-xxs-15,
  .gy-xxs-15 {
    --bs-gutter-y: 37rem;
  }
}

@media (min-width: 390px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xs-11,
  .gx-xs-11 {
    --bs-gutter-x: 15rem;
  }
  .g-xs-11,
  .gy-xs-11 {
    --bs-gutter-y: 15rem;
  }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 22rem;
  }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 22rem;
  }
  .g-xs-13,
  .gx-xs-13 {
    --bs-gutter-x: 25rem;
  }
  .g-xs-13,
  .gy-xs-13 {
    --bs-gutter-y: 25rem;
  }
  .g-xs-14,
  .gx-xs-14 {
    --bs-gutter-x: 32rem;
  }
  .g-xs-14,
  .gy-xs-14 {
    --bs-gutter-y: 32rem;
  }
  .g-xs-15,
  .gx-xs-15 {
    --bs-gutter-x: 37rem;
  }
  .g-xs-15,
  .gy-xs-15 {
    --bs-gutter-y: 37rem;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 22rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 22rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 25rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 25rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 32rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 32rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 37rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 37rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 15rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 15rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 22rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 22rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 25rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 25rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 32rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 32rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 37rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 37rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 22rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 22rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 25rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 25rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 32rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 32rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 37rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 37rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 22rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 22rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 25rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 25rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 32rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 32rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 37rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 37rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 22rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 22rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 25rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 25rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 32rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 32rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 37rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 37rem;
  }
}

@media (min-width: 1600px) {
  .col-xxxm {
    flex: 1 0 0%;
  }
  .row-cols-xxxm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxm-0 {
    margin-left: 0;
  }
  .offset-xxxm-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxm-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxm-3 {
    margin-left: 25%;
  }
  .offset-xxxm-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxm-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxm-6 {
    margin-left: 50%;
  }
  .offset-xxxm-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxm-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxm-9 {
    margin-left: 75%;
  }
  .offset-xxxm-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxm-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxm-0,
  .gx-xxxm-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxm-0,
  .gy-xxxm-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxm-1,
  .gx-xxxm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxm-1,
  .gy-xxxm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxm-2,
  .gx-xxxm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxxm-2,
  .gy-xxxm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxxm-3,
  .gx-xxxm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxm-3,
  .gy-xxxm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxm-4,
  .gx-xxxm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxm-4,
  .gy-xxxm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxm-5,
  .gx-xxxm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxm-5,
  .gy-xxxm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxm-6,
  .gx-xxxm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxm-6,
  .gy-xxxm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxxm-7,
  .gx-xxxm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxxm-7,
  .gy-xxxm-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxxm-8,
  .gx-xxxm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxm-8,
  .gy-xxxm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxxm-9,
  .gx-xxxm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxxm-9,
  .gy-xxxm-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxxm-10,
  .gx-xxxm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxm-10,
  .gy-xxxm-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxm-11,
  .gx-xxxm-11 {
    --bs-gutter-x: 15rem;
  }
  .g-xxxm-11,
  .gy-xxxm-11 {
    --bs-gutter-y: 15rem;
  }
  .g-xxxm-12,
  .gx-xxxm-12 {
    --bs-gutter-x: 22rem;
  }
  .g-xxxm-12,
  .gy-xxxm-12 {
    --bs-gutter-y: 22rem;
  }
  .g-xxxm-13,
  .gx-xxxm-13 {
    --bs-gutter-x: 25rem;
  }
  .g-xxxm-13,
  .gy-xxxm-13 {
    --bs-gutter-y: 25rem;
  }
  .g-xxxm-14,
  .gx-xxxm-14 {
    --bs-gutter-x: 32rem;
  }
  .g-xxxm-14,
  .gy-xxxm-14 {
    --bs-gutter-y: 32rem;
  }
  .g-xxxm-15,
  .gx-xxxm-15 {
    --bs-gutter-x: 37rem;
  }
  .g-xxxm-15,
  .gy-xxxm-15 {
    --bs-gutter-y: 37rem;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  padding-top: calc(0.375rem + var(--bs-border-width));
}

.col-form-label-lg {
  font-size: 1.25rem;
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  padding-top: calc(0.5rem + var(--bs-border-width));
}

.col-form-label-sm {
  font-size: 0.875rem;
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  padding-top: calc(0.25rem + var(--bs-border-width));
}

.form-text {
  color: var(--bs-secondary-color);
  font-size: 0.875em;
  margin-top: 0.25rem;
}

.form-control {
  appearance: none;
  background-clip: padding-box;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  color: var(--bs-body-color);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  color: var(--bs-body-color);
  outline: 0;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
  margin: 0;
  min-width: 85px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  background-color: var(--bs-tertiary-bg);
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  color: var(--bs-body-color);
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
  color: var(--bs-body-color);
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
  padding: 0.25rem 0.5rem;
}

.form-control-sm::file-selector-button {
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.form-control-lg {
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
  padding: 0.5rem 1rem;
}

.form-control-lg::file-selector-button {
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}

.form-control-color {
  height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
  padding: 0.375rem;
  width: 3rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  color: var(--bs-body-color);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  outline: 0;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 0.75rem;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-left: 0;
  padding-right: 1.5em;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

* {
  scroll-behavior: smooth;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: 1em;
  margin-top: 0.25em;
  print-color-adjust: exact;
  vertical-align: top;
  width: 1em;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  outline: 0;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}

.form-check-input[type="checkbox"]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}

[data-bs-theme="dark"]
  .form-switch
  .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E");
}

.form-range {
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #0d6efd40;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #0d6efd40;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
}

.form-floating > label {
  border: var(--bs-border-width) solid transparent;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 1rem 0.75rem;
  pointer-events: none;
  position: absolute;
  text-align: start;
  text-overflow: ellipsis;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  white-space: nowrap;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

.form-floating > .form-select {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select ~ label:after {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  content: "";
  height: 1.5em;
  inset: 1rem 0.375rem;
  position: absolute;
  z-index: -1;
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}

.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  align-items: center;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  color: var(--bs-body-color);
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-control,
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-select,
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: calc(var(--bs-border-width) * -1);
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.valid-feedback {
  color: var(--bs-form-valid-color);
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}

.valid-tooltip {
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3.75rem + 1.5em);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  color: var(--bs-form-invalid-color);
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}

.invalid-tooltip {
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3.75rem + 1.5em);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23052c65' viewBox='0 0 16 16'%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: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  align-items: center;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  color: var(--bs-accordion-btn-color);
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--bs-accordion-transition);
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-active-color);
}

.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:after {
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--bs-accordion-btn-icon-transition);
  width: var(--bs-accordion-btn-icon-width);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  border-color: var(--bs-accordion-btn-focus-border-color);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-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-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-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-left: 0;
  border-radius: 0;
  border-right: 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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236ea8fe' viewBox='0 0 16 16'%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236ea8fe' viewBox='0 0 16 16'%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");
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  box-sizing: content-box;
  height: 1em;
  opacity: var(--bs-btn-close-opacity);
  padding: 0.25em;
  width: 1em;
}

.btn-close,
.btn-close:hover {
  color: var(--bs-btn-close-color);
}

.btn-close:hover {
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none;
}

.btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0;
}

.btn-close.disabled,
.btn-close:disabled {
  opacity: var(--bs-btn-close-disabled-opacity);
  pointer-events: none;
  user-select: none;
}

.btn-close-white,
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - var(--bs-border-width)
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex);
}

.modal-dialog {
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex);
}

.modal-backdrop.fade {
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  align-items: center;
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
}

.modal-header .btn-close {
  margin: calc(var(--bs-modal-header-padding-y) * -0.5)
    calc(var(--bs-modal-header-padding-x) * -0.5)
    calc(var(--bs-modal-header-padding-y) * -0.5) auto;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.modal-body {
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative;
}

.modal-footer {
  align-items: center;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bs-modal-width);
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 360.98px) {
  .modal-fullscreen-xxs-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xxs-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxs-down .modal-footer,
  .modal-fullscreen-xxs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxs-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 389.98px) {
  .modal-fullscreen-xs-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xs-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xs-down .modal-footer,
  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xxxm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxxm-down .modal-footer,
  .modal-fullscreen-xxxm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxm-down .modal-body {
    overflow-y: auto;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.text-bg-primary {
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.text-bg-secondary {
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.text-bg-success {
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.text-bg-info {
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.text-bg-warning {
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.text-bg-danger {
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.text-bg-light {
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.text-bg-dark {
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
  color: #fff !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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    10,
    88,
    202,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    var(--bs-secondary-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    86,
    94,
    100,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    var(--bs-success-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-success: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, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    255,
    205,
    57,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    var(--bs-danger-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    176,
    42,
    55,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    var(--bs-light-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    249,
    250,
    251,
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(
    var(--bs-dark-rgb),
    var(--bs-link-underline-opacity, 1)
  ) !important;
}

.link-dark: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 {
  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);
  outline: 0;
}

.icon-link {
  align-items: center;
  backface-visibility: hidden;
  display: inline-flex;
  gap: 0.375rem;
  text-decoration-color: rgba(
    var(--bs-link-color-rgb),
    var(--bs-link-opacity, 0.5)
  );
  text-underline-offset: 0.25em;
}

.icon-link > .bi {
  fill: currentcolor;
  flex-shrink: 0;
  height: 1em;
  transition: transform 0.2s ease-in-out;
  width: 1em;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 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 {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

.sticky-top {
  top: 0;
}

.sticky-bottom,
.sticky-top {
  position: sticky;
  z-index: 1020;
}

.sticky-bottom {
  bottom: 0;
}

@media (min-width: 361px) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxs-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

@media (min-width: 390px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

@media (min-width: 1600px) {
  .sticky-xxxm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxm-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020;
  }
}

.hstack {
  align-items: center;
  flex-direction: row;
}

.hstack,
.vstack {
  align-self: stretch;
  display: flex;
}

.vstack {
  flex: 1 1 auto;
  flex-direction: column;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

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

.vr {
  align-self: stretch;
  background-color: currentcolor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

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

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

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

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

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

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

.object-fit-none {
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem #00000026 !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem #00000013 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(
    var(--bs-success-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(
    var(--bs-danger-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(
    var(--bs-light-rgb),
    var(--bs-focus-ring-opacity)
  );
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translate(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-11 {
  margin: 15rem !important;
}

.m-12 {
  margin: 22rem !important;
}

.m-13 {
  margin: 25rem !important;
}

.m-14 {
  margin: 32rem !important;
}

.m-15 {
  margin: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-11 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.mx-12 {
  margin-left: 22rem !important;
  margin-right: 22rem !important;
}

.mx-13 {
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}

.mx-14 {
  margin-left: 32rem !important;
  margin-right: 32rem !important;
}

.mx-15 {
  margin-left: 37rem !important;
  margin-right: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-11 {
  margin-bottom: 15rem !important;
  margin-top: 15rem !important;
}

.my-12 {
  margin-bottom: 22rem !important;
  margin-top: 22rem !important;
}

.my-13 {
  margin-bottom: 25rem !important;
  margin-top: 25rem !important;
}

.my-14 {
  margin-bottom: 32rem !important;
  margin-top: 32rem !important;
}

.my-15 {
  margin-bottom: 37rem !important;
  margin-top: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 15rem !important;
}

.mt-12 {
  margin-top: 22rem !important;
}

.mt-13 {
  margin-top: 25rem !important;
}

.mt-14 {
  margin-top: 32rem !important;
}

.mt-15 {
  margin-top: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.me-11 {
  margin-right: 15rem !important;
}

.me-12 {
  margin-right: 22rem !important;
}

.me-13 {
  margin-right: 25rem !important;
}

.me-14 {
  margin-right: 32rem !important;
}

.me-15 {
  margin-right: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-11 {
  margin-bottom: 15rem !important;
}

.mb-12 {
  margin-bottom: 22rem !important;
}

.mb-13 {
  margin-bottom: 25rem !important;
}

.mb-14 {
  margin-bottom: 32rem !important;
}

.mb-15 {
  margin-bottom: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ms-11 {
  margin-left: 15rem !important;
}

.ms-12 {
  margin-left: 22rem !important;
}

.ms-13 {
  margin-left: 25rem !important;
}

.ms-14 {
  margin-left: 32rem !important;
}

.ms-15 {
  margin-left: 37rem !important;
}

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

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

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

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

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

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

.m-n6 {
  margin: -6rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.m-n11 {
  margin: -15rem !important;
}

.m-n12 {
  margin: -22rem !important;
}

.m-n13 {
  margin: -25rem !important;
}

.m-n14 {
  margin: -32rem !important;
}

.m-n15 {
  margin: -37rem !important;
}

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

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

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

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

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

.mx-n6 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.mx-n7 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.mx-n8 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.mx-n9 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.mx-n10 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.mx-n11 {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.mx-n12 {
  margin-left: -22rem !important;
  margin-right: -22rem !important;
}

.mx-n13 {
  margin-left: -25rem !important;
  margin-right: -25rem !important;
}

.mx-n14 {
  margin-left: -32rem !important;
  margin-right: -32rem !important;
}

.mx-n15 {
  margin-left: -37rem !important;
  margin-right: -37rem !important;
}

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

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

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

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

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

.my-n6 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important;
}

.my-n7 {
  margin-bottom: -7rem !important;
  margin-top: -7rem !important;
}

.my-n8 {
  margin-bottom: -8rem !important;
  margin-top: -8rem !important;
}

.my-n9 {
  margin-bottom: -9rem !important;
  margin-top: -9rem !important;
}

.my-n10 {
  margin-bottom: -10rem !important;
  margin-top: -10rem !important;
}

.my-n11 {
  margin-bottom: -15rem !important;
  margin-top: -15rem !important;
}

.my-n12 {
  margin-bottom: -22rem !important;
  margin-top: -22rem !important;
}

.my-n13 {
  margin-bottom: -25rem !important;
  margin-top: -25rem !important;
}

.my-n14 {
  margin-bottom: -32rem !important;
  margin-top: -32rem !important;
}

.my-n15 {
  margin-bottom: -37rem !important;
  margin-top: -37rem !important;
}

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

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

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

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

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

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n7 {
  margin-top: -7rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n9 {
  margin-top: -9rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.mt-n11 {
  margin-top: -15rem !important;
}

.mt-n12 {
  margin-top: -22rem !important;
}

.mt-n13 {
  margin-top: -25rem !important;
}

.mt-n14 {
  margin-top: -32rem !important;
}

.mt-n15 {
  margin-top: -37rem !important;
}

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

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

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

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

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

.me-n6 {
  margin-right: -6rem !important;
}

.me-n7 {
  margin-right: -7rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n9 {
  margin-right: -9rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.me-n11 {
  margin-right: -15rem !important;
}

.me-n12 {
  margin-right: -22rem !important;
}

.me-n13 {
  margin-right: -25rem !important;
}

.me-n14 {
  margin-right: -32rem !important;
}

.me-n15 {
  margin-right: -37rem !important;
}

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

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

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

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

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

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n7 {
  margin-bottom: -7rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.mb-n9 {
  margin-bottom: -9rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

.mb-n11 {
  margin-bottom: -15rem !important;
}

.mb-n12 {
  margin-bottom: -22rem !important;
}

.mb-n13 {
  margin-bottom: -25rem !important;
}

.mb-n14 {
  margin-bottom: -32rem !important;
}

.mb-n15 {
  margin-bottom: -37rem !important;
}

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

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

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

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

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

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n7 {
  margin-left: -7rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n9 {
  margin-left: -9rem !important;
}

.ms-n10 {
  margin-left: -10rem !important;
}

.ms-n11 {
  margin-left: -15rem !important;
}

.ms-n12 {
  margin-left: -22rem !important;
}

.ms-n13 {
  margin-left: -25rem !important;
}

.ms-n14 {
  margin-left: -32rem !important;
}

.ms-n15 {
  margin-left: -37rem !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-11 {
  padding: 15rem !important;
}

.p-12 {
  padding: 22rem !important;
}

.p-13 {
  padding: 25rem !important;
}

.p-14 {
  padding: 32rem !important;
}

.p-15 {
  padding: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.px-11 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-12 {
  padding-left: 22rem !important;
  padding-right: 22rem !important;
}

.px-13 {
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.px-14 {
  padding-left: 32rem !important;
  padding-right: 32rem !important;
}

.px-15 {
  padding-left: 37rem !important;
  padding-right: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.py-11 {
  padding-bottom: 15rem !important;
  padding-top: 15rem !important;
}

.py-12 {
  padding-bottom: 22rem !important;
  padding-top: 22rem !important;
}

.py-13 {
  padding-bottom: 25rem !important;
  padding-top: 25rem !important;
}

.py-14 {
  padding-bottom: 32rem !important;
  padding-top: 32rem !important;
}

.py-15 {
  padding-bottom: 37rem !important;
  padding-top: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-11 {
  padding-top: 15rem !important;
}

.pt-12 {
  padding-top: 22rem !important;
}

.pt-13 {
  padding-top: 25rem !important;
}

.pt-14 {
  padding-top: 32rem !important;
}

.pt-15 {
  padding-top: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pe-11 {
  padding-right: 15rem !important;
}

.pe-12 {
  padding-right: 22rem !important;
}

.pe-13 {
  padding-right: 25rem !important;
}

.pe-14 {
  padding-right: 32rem !important;
}

.pe-15 {
  padding-right: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-11 {
  padding-bottom: 15rem !important;
}

.pb-12 {
  padding-bottom: 22rem !important;
}

.pb-13 {
  padding-bottom: 25rem !important;
}

.pb-14 {
  padding-bottom: 32rem !important;
}

.pb-15 {
  padding-bottom: 37rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-11 {
  padding-left: 15rem !important;
}

.ps-12 {
  padding-left: 22rem !important;
}

.ps-13 {
  padding-left: 25rem !important;
}

.ps-14 {
  padding-left: 32rem !important;
}

.ps-15 {
  padding-left: 37rem !important;
}

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

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

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

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

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

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

.gap-6 {
  gap: 6rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-11 {
  gap: 15rem !important;
}

.gap-12 {
  gap: 22rem !important;
}

.gap-13 {
  gap: 25rem !important;
}

.gap-14 {
  gap: 32rem !important;
}

.gap-15 {
  gap: 37rem !important;
}

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 6rem !important;
}

.row-gap-7 {
  row-gap: 7rem !important;
}

.row-gap-8 {
  row-gap: 8rem !important;
}

.row-gap-9 {
  row-gap: 9rem !important;
}

.row-gap-10 {
  row-gap: 10rem !important;
}

.row-gap-11 {
  row-gap: 15rem !important;
}

.row-gap-12 {
  row-gap: 22rem !important;
}

.row-gap-13 {
  row-gap: 25rem !important;
}

.row-gap-14 {
  row-gap: 32rem !important;
}

.row-gap-15 {
  row-gap: 37rem !important;
}

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

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

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

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

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

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

.column-gap-6 {
  column-gap: 6rem !important;
}

.column-gap-7 {
  column-gap: 7rem !important;
}

.column-gap-8 {
  column-gap: 8rem !important;
}

.column-gap-9 {
  column-gap: 9rem !important;
}

.column-gap-10 {
  column-gap: 10rem !important;
}

.column-gap-11 {
  column-gap: 15rem !important;
}

.column-gap-12 {
  column-gap: 22rem !important;
}

.column-gap-13 {
  column-gap: 25rem !important;
}

.column-gap-14 {
  column-gap: 32rem !important;
}

.column-gap-15 {
  column-gap: 37rem !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: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !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,
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25,
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50,
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75,
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100,
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1,
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2,
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3,
.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,
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-tertiary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-bottom-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-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: 361px) {
  .float-xxs-start {
    float: left !important;
  }
  .float-xxs-end {
    float: right !important;
  }
  .float-xxs-none {
    float: none !important;
  }
  .object-fit-xxs-contain {
    object-fit: contain !important;
  }
  .object-fit-xxs-cover {
    object-fit: cover !important;
  }
  .object-fit-xxs-fill {
    object-fit: fill !important;
  }
  .object-fit-xxs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxs-none {
    object-fit: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-grid {
    display: grid !important;
  }
  .d-xxs-inline-grid {
    display: inline-grid !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .d-xxs-none {
    display: none !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .justify-content-xxs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
  .order-xxs-first {
    order: -1 !important;
  }
  .order-xxs-0 {
    order: 0 !important;
  }
  .order-xxs-1 {
    order: 1 !important;
  }
  .order-xxs-2 {
    order: 2 !important;
  }
  .order-xxs-3 {
    order: 3 !important;
  }
  .order-xxs-4 {
    order: 4 !important;
  }
  .order-xxs-5 {
    order: 5 !important;
  }
  .order-xxs-last {
    order: 6 !important;
  }
  .m-xxs-0 {
    margin: 0 !important;
  }
  .m-xxs-1 {
    margin: 1rem !important;
  }
  .m-xxs-2 {
    margin: 2rem !important;
  }
  .m-xxs-3 {
    margin: 3rem !important;
  }
  .m-xxs-4 {
    margin: 4rem !important;
  }
  .m-xxs-5 {
    margin: 5rem !important;
  }
  .m-xxs-6 {
    margin: 6rem !important;
  }
  .m-xxs-7 {
    margin: 7rem !important;
  }
  .m-xxs-8 {
    margin: 8rem !important;
  }
  .m-xxs-9 {
    margin: 9rem !important;
  }
  .m-xxs-10 {
    margin: 10rem !important;
  }
  .m-xxs-11 {
    margin: 15rem !important;
  }
  .m-xxs-12 {
    margin: 22rem !important;
  }
  .m-xxs-13 {
    margin: 25rem !important;
  }
  .m-xxs-14 {
    margin: 32rem !important;
  }
  .m-xxs-15 {
    margin: 37rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mx-xxs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxs-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxs-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxs-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxs-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxs-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xxs-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xxs-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xxs-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xxs-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xxs-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xxs-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-xxs-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xxs-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-xxs-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-xxs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxs-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxs-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxs-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-xxs-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxs-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xxs-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxs-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-xxs-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-xxs-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-xxs-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-xxs-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xxs-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xxs-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-xxs-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xxs-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-xxs-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-xxs-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxs-0 {
    margin-top: 0 !important;
  }
  .mt-xxs-1 {
    margin-top: 1rem !important;
  }
  .mt-xxs-2 {
    margin-top: 2rem !important;
  }
  .mt-xxs-3 {
    margin-top: 3rem !important;
  }
  .mt-xxs-4 {
    margin-top: 4rem !important;
  }
  .mt-xxs-5 {
    margin-top: 5rem !important;
  }
  .mt-xxs-6 {
    margin-top: 6rem !important;
  }
  .mt-xxs-7 {
    margin-top: 7rem !important;
  }
  .mt-xxs-8 {
    margin-top: 8rem !important;
  }
  .mt-xxs-9 {
    margin-top: 9rem !important;
  }
  .mt-xxs-10 {
    margin-top: 10rem !important;
  }
  .mt-xxs-11 {
    margin-top: 15rem !important;
  }
  .mt-xxs-12 {
    margin-top: 22rem !important;
  }
  .mt-xxs-13 {
    margin-top: 25rem !important;
  }
  .mt-xxs-14 {
    margin-top: 32rem !important;
  }
  .mt-xxs-15 {
    margin-top: 37rem !important;
  }
  .mt-xxs-auto {
    margin-top: auto !important;
  }
  .me-xxs-0 {
    margin-right: 0 !important;
  }
  .me-xxs-1 {
    margin-right: 1rem !important;
  }
  .me-xxs-2 {
    margin-right: 2rem !important;
  }
  .me-xxs-3 {
    margin-right: 3rem !important;
  }
  .me-xxs-4 {
    margin-right: 4rem !important;
  }
  .me-xxs-5 {
    margin-right: 5rem !important;
  }
  .me-xxs-6 {
    margin-right: 6rem !important;
  }
  .me-xxs-7 {
    margin-right: 7rem !important;
  }
  .me-xxs-8 {
    margin-right: 8rem !important;
  }
  .me-xxs-9 {
    margin-right: 9rem !important;
  }
  .me-xxs-10 {
    margin-right: 10rem !important;
  }
  .me-xxs-11 {
    margin-right: 15rem !important;
  }
  .me-xxs-12 {
    margin-right: 22rem !important;
  }
  .me-xxs-13 {
    margin-right: 25rem !important;
  }
  .me-xxs-14 {
    margin-right: 32rem !important;
  }
  .me-xxs-15 {
    margin-right: 37rem !important;
  }
  .me-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxs-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxs-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxs-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxs-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxs-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxs-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxs-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxs-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxs-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxs-11 {
    margin-bottom: 15rem !important;
  }
  .mb-xxs-12 {
    margin-bottom: 22rem !important;
  }
  .mb-xxs-13 {
    margin-bottom: 25rem !important;
  }
  .mb-xxs-14 {
    margin-bottom: 32rem !important;
  }
  .mb-xxs-15 {
    margin-bottom: 37rem !important;
  }
  .mb-xxs-auto {
    margin-bottom: auto !important;
  }
  .ms-xxs-0 {
    margin-left: 0 !important;
  }
  .ms-xxs-1 {
    margin-left: 1rem !important;
  }
  .ms-xxs-2 {
    margin-left: 2rem !important;
  }
  .ms-xxs-3 {
    margin-left: 3rem !important;
  }
  .ms-xxs-4 {
    margin-left: 4rem !important;
  }
  .ms-xxs-5 {
    margin-left: 5rem !important;
  }
  .ms-xxs-6 {
    margin-left: 6rem !important;
  }
  .ms-xxs-7 {
    margin-left: 7rem !important;
  }
  .ms-xxs-8 {
    margin-left: 8rem !important;
  }
  .ms-xxs-9 {
    margin-left: 9rem !important;
  }
  .ms-xxs-10 {
    margin-left: 10rem !important;
  }
  .ms-xxs-11 {
    margin-left: 15rem !important;
  }
  .ms-xxs-12 {
    margin-left: 22rem !important;
  }
  .ms-xxs-13 {
    margin-left: 25rem !important;
  }
  .ms-xxs-14 {
    margin-left: 32rem !important;
  }
  .ms-xxs-15 {
    margin-left: 37rem !important;
  }
  .ms-xxs-auto {
    margin-left: auto !important;
  }
  .m-xxs-n1 {
    margin: -1rem !important;
  }
  .m-xxs-n2 {
    margin: -2rem !important;
  }
  .m-xxs-n3 {
    margin: -3rem !important;
  }
  .m-xxs-n4 {
    margin: -4rem !important;
  }
  .m-xxs-n5 {
    margin: -5rem !important;
  }
  .m-xxs-n6 {
    margin: -6rem !important;
  }
  .m-xxs-n7 {
    margin: -7rem !important;
  }
  .m-xxs-n8 {
    margin: -8rem !important;
  }
  .m-xxs-n9 {
    margin: -9rem !important;
  }
  .m-xxs-n10 {
    margin: -10rem !important;
  }
  .m-xxs-n11 {
    margin: -15rem !important;
  }
  .m-xxs-n12 {
    margin: -22rem !important;
  }
  .m-xxs-n13 {
    margin: -25rem !important;
  }
  .m-xxs-n14 {
    margin: -32rem !important;
  }
  .m-xxs-n15 {
    margin: -37rem !important;
  }
  .mx-xxs-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-xxs-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-xxs-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-xxs-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-xxs-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-xxs-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-xxs-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-xxs-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-xxs-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-xxs-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-xxs-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-xxs-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-xxs-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-xxs-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-xxs-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-xxs-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-xxs-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-xxs-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-xxs-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-xxs-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-xxs-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-xxs-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-xxs-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-xxs-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-xxs-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-xxs-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-xxs-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-xxs-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-xxs-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-xxs-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-xxs-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxs-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxs-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxs-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxs-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxs-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxs-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxs-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxs-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxs-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxs-n11 {
    margin-top: -15rem !important;
  }
  .mt-xxs-n12 {
    margin-top: -22rem !important;
  }
  .mt-xxs-n13 {
    margin-top: -25rem !important;
  }
  .mt-xxs-n14 {
    margin-top: -32rem !important;
  }
  .mt-xxs-n15 {
    margin-top: -37rem !important;
  }
  .me-xxs-n1 {
    margin-right: -1rem !important;
  }
  .me-xxs-n2 {
    margin-right: -2rem !important;
  }
  .me-xxs-n3 {
    margin-right: -3rem !important;
  }
  .me-xxs-n4 {
    margin-right: -4rem !important;
  }
  .me-xxs-n5 {
    margin-right: -5rem !important;
  }
  .me-xxs-n6 {
    margin-right: -6rem !important;
  }
  .me-xxs-n7 {
    margin-right: -7rem !important;
  }
  .me-xxs-n8 {
    margin-right: -8rem !important;
  }
  .me-xxs-n9 {
    margin-right: -9rem !important;
  }
  .me-xxs-n10 {
    margin-right: -10rem !important;
  }
  .me-xxs-n11 {
    margin-right: -15rem !important;
  }
  .me-xxs-n12 {
    margin-right: -22rem !important;
  }
  .me-xxs-n13 {
    margin-right: -25rem !important;
  }
  .me-xxs-n14 {
    margin-right: -32rem !important;
  }
  .me-xxs-n15 {
    margin-right: -37rem !important;
  }
  .mb-xxs-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxs-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxs-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxs-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxs-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxs-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxs-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxs-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxs-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxs-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxs-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-xxs-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-xxs-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-xxs-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-xxs-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-xxs-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxs-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxs-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxs-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxs-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxs-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxs-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxs-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxs-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxs-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxs-n11 {
    margin-left: -15rem !important;
  }
  .ms-xxs-n12 {
    margin-left: -22rem !important;
  }
  .ms-xxs-n13 {
    margin-left: -25rem !important;
  }
  .ms-xxs-n14 {
    margin-left: -32rem !important;
  }
  .ms-xxs-n15 {
    margin-left: -37rem !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .p-xxs-1 {
    padding: 1rem !important;
  }
  .p-xxs-2 {
    padding: 2rem !important;
  }
  .p-xxs-3 {
    padding: 3rem !important;
  }
  .p-xxs-4 {
    padding: 4rem !important;
  }
  .p-xxs-5 {
    padding: 5rem !important;
  }
  .p-xxs-6 {
    padding: 6rem !important;
  }
  .p-xxs-7 {
    padding: 7rem !important;
  }
  .p-xxs-8 {
    padding: 8rem !important;
  }
  .p-xxs-9 {
    padding: 9rem !important;
  }
  .p-xxs-10 {
    padding: 10rem !important;
  }
  .p-xxs-11 {
    padding: 15rem !important;
  }
  .p-xxs-12 {
    padding: 22rem !important;
  }
  .p-xxs-13 {
    padding: 25rem !important;
  }
  .p-xxs-14 {
    padding: 32rem !important;
  }
  .p-xxs-15 {
    padding: 37rem !important;
  }
  .px-xxs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxs-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxs-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxs-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxs-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxs-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xxs-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xxs-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xxs-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xxs-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xxs-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xxs-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-xxs-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-xxs-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-xxs-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-xxs-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxs-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxs-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-xxs-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxs-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xxs-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xxs-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-xxs-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-xxs-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-xxs-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-xxs-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xxs-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xxs-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-xxs-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-xxs-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-xxs-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-xxs-0 {
    padding-top: 0 !important;
  }
  .pt-xxs-1 {
    padding-top: 1rem !important;
  }
  .pt-xxs-2 {
    padding-top: 2rem !important;
  }
  .pt-xxs-3 {
    padding-top: 3rem !important;
  }
  .pt-xxs-4 {
    padding-top: 4rem !important;
  }
  .pt-xxs-5 {
    padding-top: 5rem !important;
  }
  .pt-xxs-6 {
    padding-top: 6rem !important;
  }
  .pt-xxs-7 {
    padding-top: 7rem !important;
  }
  .pt-xxs-8 {
    padding-top: 8rem !important;
  }
  .pt-xxs-9 {
    padding-top: 9rem !important;
  }
  .pt-xxs-10 {
    padding-top: 10rem !important;
  }
  .pt-xxs-11 {
    padding-top: 15rem !important;
  }
  .pt-xxs-12 {
    padding-top: 22rem !important;
  }
  .pt-xxs-13 {
    padding-top: 25rem !important;
  }
  .pt-xxs-14 {
    padding-top: 32rem !important;
  }
  .pt-xxs-15 {
    padding-top: 37rem !important;
  }
  .pe-xxs-0 {
    padding-right: 0 !important;
  }
  .pe-xxs-1 {
    padding-right: 1rem !important;
  }
  .pe-xxs-2 {
    padding-right: 2rem !important;
  }
  .pe-xxs-3 {
    padding-right: 3rem !important;
  }
  .pe-xxs-4 {
    padding-right: 4rem !important;
  }
  .pe-xxs-5 {
    padding-right: 5rem !important;
  }
  .pe-xxs-6 {
    padding-right: 6rem !important;
  }
  .pe-xxs-7 {
    padding-right: 7rem !important;
  }
  .pe-xxs-8 {
    padding-right: 8rem !important;
  }
  .pe-xxs-9 {
    padding-right: 9rem !important;
  }
  .pe-xxs-10 {
    padding-right: 10rem !important;
  }
  .pe-xxs-11 {
    padding-right: 15rem !important;
  }
  .pe-xxs-12 {
    padding-right: 22rem !important;
  }
  .pe-xxs-13 {
    padding-right: 25rem !important;
  }
  .pe-xxs-14 {
    padding-right: 32rem !important;
  }
  .pe-xxs-15 {
    padding-right: 37rem !important;
  }
  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxs-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxs-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxs-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxs-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxs-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxs-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxs-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxs-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxs-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxs-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxs-11 {
    padding-bottom: 15rem !important;
  }
  .pb-xxs-12 {
    padding-bottom: 22rem !important;
  }
  .pb-xxs-13 {
    padding-bottom: 25rem !important;
  }
  .pb-xxs-14 {
    padding-bottom: 32rem !important;
  }
  .pb-xxs-15 {
    padding-bottom: 37rem !important;
  }
  .ps-xxs-0 {
    padding-left: 0 !important;
  }
  .ps-xxs-1 {
    padding-left: 1rem !important;
  }
  .ps-xxs-2 {
    padding-left: 2rem !important;
  }
  .ps-xxs-3 {
    padding-left: 3rem !important;
  }
  .ps-xxs-4 {
    padding-left: 4rem !important;
  }
  .ps-xxs-5 {
    padding-left: 5rem !important;
  }
  .ps-xxs-6 {
    padding-left: 6rem !important;
  }
  .ps-xxs-7 {
    padding-left: 7rem !important;
  }
  .ps-xxs-8 {
    padding-left: 8rem !important;
  }
  .ps-xxs-9 {
    padding-left: 9rem !important;
  }
  .ps-xxs-10 {
    padding-left: 10rem !important;
  }
  .ps-xxs-11 {
    padding-left: 15rem !important;
  }
  .ps-xxs-12 {
    padding-left: 22rem !important;
  }
  .ps-xxs-13 {
    padding-left: 25rem !important;
  }
  .ps-xxs-14 {
    padding-left: 32rem !important;
  }
  .ps-xxs-15 {
    padding-left: 37rem !important;
  }
  .gap-xxs-0 {
    gap: 0 !important;
  }
  .gap-xxs-1 {
    gap: 1rem !important;
  }
  .gap-xxs-2 {
    gap: 2rem !important;
  }
  .gap-xxs-3 {
    gap: 3rem !important;
  }
  .gap-xxs-4 {
    gap: 4rem !important;
  }
  .gap-xxs-5 {
    gap: 5rem !important;
  }
  .gap-xxs-6 {
    gap: 6rem !important;
  }
  .gap-xxs-7 {
    gap: 7rem !important;
  }
  .gap-xxs-8 {
    gap: 8rem !important;
  }
  .gap-xxs-9 {
    gap: 9rem !important;
  }
  .gap-xxs-10 {
    gap: 10rem !important;
  }
  .gap-xxs-11 {
    gap: 15rem !important;
  }
  .gap-xxs-12 {
    gap: 22rem !important;
  }
  .gap-xxs-13 {
    gap: 25rem !important;
  }
  .gap-xxs-14 {
    gap: 32rem !important;
  }
  .gap-xxs-15 {
    gap: 37rem !important;
  }
  .row-gap-xxs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxs-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxs-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxs-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxs-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxs-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxs-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxs-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxs-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxs-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxs-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxs-11 {
    row-gap: 15rem !important;
  }
  .row-gap-xxs-12 {
    row-gap: 22rem !important;
  }
  .row-gap-xxs-13 {
    row-gap: 25rem !important;
  }
  .row-gap-xxs-14 {
    row-gap: 32rem !important;
  }
  .row-gap-xxs-15 {
    row-gap: 37rem !important;
  }
  .column-gap-xxs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxs-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxs-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxs-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxs-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxs-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxs-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxs-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxs-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxs-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxs-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxs-11 {
    column-gap: 15rem !important;
  }
  .column-gap-xxs-12 {
    column-gap: 22rem !important;
  }
  .column-gap-xxs-13 {
    column-gap: 25rem !important;
  }
  .column-gap-xxs-14 {
    column-gap: 32rem !important;
  }
  .column-gap-xxs-15 {
    column-gap: 37rem !important;
  }
  .text-xxs-start {
    text-align: left !important;
  }
  .text-xxs-end {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}

@media (min-width: 390px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 1rem !important;
  }
  .m-xs-2 {
    margin: 2rem !important;
  }
  .m-xs-3 {
    margin: 3rem !important;
  }
  .m-xs-4 {
    margin: 4rem !important;
  }
  .m-xs-5 {
    margin: 5rem !important;
  }
  .m-xs-6 {
    margin: 6rem !important;
  }
  .m-xs-7 {
    margin: 7rem !important;
  }
  .m-xs-8 {
    margin: 8rem !important;
  }
  .m-xs-9 {
    margin: 9rem !important;
  }
  .m-xs-10 {
    margin: 10rem !important;
  }
  .m-xs-11 {
    margin: 15rem !important;
  }
  .m-xs-12 {
    margin: 22rem !important;
  }
  .m-xs-13 {
    margin: 25rem !important;
  }
  .m-xs-14 {
    margin: 32rem !important;
  }
  .m-xs-15 {
    margin: 37rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xs-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xs-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xs-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xs-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xs-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xs-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xs-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xs-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xs-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xs-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xs-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-xs-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xs-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-xs-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xs-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xs-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xs-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-xs-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xs-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xs-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xs-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-xs-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-xs-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-xs-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-xs-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xs-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xs-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-xs-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xs-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-xs-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-xs-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
  .mt-xs-5 {
    margin-top: 5rem !important;
  }
  .mt-xs-6 {
    margin-top: 6rem !important;
  }
  .mt-xs-7 {
    margin-top: 7rem !important;
  }
  .mt-xs-8 {
    margin-top: 8rem !important;
  }
  .mt-xs-9 {
    margin-top: 9rem !important;
  }
  .mt-xs-10 {
    margin-top: 10rem !important;
  }
  .mt-xs-11 {
    margin-top: 15rem !important;
  }
  .mt-xs-12 {
    margin-top: 22rem !important;
  }
  .mt-xs-13 {
    margin-top: 25rem !important;
  }
  .mt-xs-14 {
    margin-top: 32rem !important;
  }
  .mt-xs-15 {
    margin-top: 37rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 1rem !important;
  }
  .me-xs-2 {
    margin-right: 2rem !important;
  }
  .me-xs-3 {
    margin-right: 3rem !important;
  }
  .me-xs-4 {
    margin-right: 4rem !important;
  }
  .me-xs-5 {
    margin-right: 5rem !important;
  }
  .me-xs-6 {
    margin-right: 6rem !important;
  }
  .me-xs-7 {
    margin-right: 7rem !important;
  }
  .me-xs-8 {
    margin-right: 8rem !important;
  }
  .me-xs-9 {
    margin-right: 9rem !important;
  }
  .me-xs-10 {
    margin-right: 10rem !important;
  }
  .me-xs-11 {
    margin-right: 15rem !important;
  }
  .me-xs-12 {
    margin-right: 22rem !important;
  }
  .me-xs-13 {
    margin-right: 25rem !important;
  }
  .me-xs-14 {
    margin-right: 32rem !important;
  }
  .me-xs-15 {
    margin-right: 37rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 15rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 22rem !important;
  }
  .mb-xs-13 {
    margin-bottom: 25rem !important;
  }
  .mb-xs-14 {
    margin-bottom: 32rem !important;
  }
  .mb-xs-15 {
    margin-bottom: 37rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 1rem !important;
  }
  .ms-xs-2 {
    margin-left: 2rem !important;
  }
  .ms-xs-3 {
    margin-left: 3rem !important;
  }
  .ms-xs-4 {
    margin-left: 4rem !important;
  }
  .ms-xs-5 {
    margin-left: 5rem !important;
  }
  .ms-xs-6 {
    margin-left: 6rem !important;
  }
  .ms-xs-7 {
    margin-left: 7rem !important;
  }
  .ms-xs-8 {
    margin-left: 8rem !important;
  }
  .ms-xs-9 {
    margin-left: 9rem !important;
  }
  .ms-xs-10 {
    margin-left: 10rem !important;
  }
  .ms-xs-11 {
    margin-left: 15rem !important;
  }
  .ms-xs-12 {
    margin-left: 22rem !important;
  }
  .ms-xs-13 {
    margin-left: 25rem !important;
  }
  .ms-xs-14 {
    margin-left: 32rem !important;
  }
  .ms-xs-15 {
    margin-left: 37rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .m-xs-n1 {
    margin: -1rem !important;
  }
  .m-xs-n2 {
    margin: -2rem !important;
  }
  .m-xs-n3 {
    margin: -3rem !important;
  }
  .m-xs-n4 {
    margin: -4rem !important;
  }
  .m-xs-n5 {
    margin: -5rem !important;
  }
  .m-xs-n6 {
    margin: -6rem !important;
  }
  .m-xs-n7 {
    margin: -7rem !important;
  }
  .m-xs-n8 {
    margin: -8rem !important;
  }
  .m-xs-n9 {
    margin: -9rem !important;
  }
  .m-xs-n10 {
    margin: -10rem !important;
  }
  .m-xs-n11 {
    margin: -15rem !important;
  }
  .m-xs-n12 {
    margin: -22rem !important;
  }
  .m-xs-n13 {
    margin: -25rem !important;
  }
  .m-xs-n14 {
    margin: -32rem !important;
  }
  .m-xs-n15 {
    margin: -37rem !important;
  }
  .mx-xs-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-xs-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-xs-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-xs-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-xs-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-xs-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-xs-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-xs-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-xs-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-xs-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-xs-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-xs-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-xs-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-xs-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-xs-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-xs-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-xs-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-xs-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-xs-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-xs-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-xs-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-xs-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-xs-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-xs-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-xs-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-xs-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-xs-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-xs-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-xs-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-xs-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-xs-n1 {
    margin-top: -1rem !important;
  }
  .mt-xs-n2 {
    margin-top: -2rem !important;
  }
  .mt-xs-n3 {
    margin-top: -3rem !important;
  }
  .mt-xs-n4 {
    margin-top: -4rem !important;
  }
  .mt-xs-n5 {
    margin-top: -5rem !important;
  }
  .mt-xs-n6 {
    margin-top: -6rem !important;
  }
  .mt-xs-n7 {
    margin-top: -7rem !important;
  }
  .mt-xs-n8 {
    margin-top: -8rem !important;
  }
  .mt-xs-n9 {
    margin-top: -9rem !important;
  }
  .mt-xs-n10 {
    margin-top: -10rem !important;
  }
  .mt-xs-n11 {
    margin-top: -15rem !important;
  }
  .mt-xs-n12 {
    margin-top: -22rem !important;
  }
  .mt-xs-n13 {
    margin-top: -25rem !important;
  }
  .mt-xs-n14 {
    margin-top: -32rem !important;
  }
  .mt-xs-n15 {
    margin-top: -37rem !important;
  }
  .me-xs-n1 {
    margin-right: -1rem !important;
  }
  .me-xs-n2 {
    margin-right: -2rem !important;
  }
  .me-xs-n3 {
    margin-right: -3rem !important;
  }
  .me-xs-n4 {
    margin-right: -4rem !important;
  }
  .me-xs-n5 {
    margin-right: -5rem !important;
  }
  .me-xs-n6 {
    margin-right: -6rem !important;
  }
  .me-xs-n7 {
    margin-right: -7rem !important;
  }
  .me-xs-n8 {
    margin-right: -8rem !important;
  }
  .me-xs-n9 {
    margin-right: -9rem !important;
  }
  .me-xs-n10 {
    margin-right: -10rem !important;
  }
  .me-xs-n11 {
    margin-right: -15rem !important;
  }
  .me-xs-n12 {
    margin-right: -22rem !important;
  }
  .me-xs-n13 {
    margin-right: -25rem !important;
  }
  .me-xs-n14 {
    margin-right: -32rem !important;
  }
  .me-xs-n15 {
    margin-right: -37rem !important;
  }
  .mb-xs-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xs-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xs-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xs-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xs-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xs-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xs-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xs-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xs-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xs-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xs-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-xs-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-xs-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-xs-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-xs-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-xs-n1 {
    margin-left: -1rem !important;
  }
  .ms-xs-n2 {
    margin-left: -2rem !important;
  }
  .ms-xs-n3 {
    margin-left: -3rem !important;
  }
  .ms-xs-n4 {
    margin-left: -4rem !important;
  }
  .ms-xs-n5 {
    margin-left: -5rem !important;
  }
  .ms-xs-n6 {
    margin-left: -6rem !important;
  }
  .ms-xs-n7 {
    margin-left: -7rem !important;
  }
  .ms-xs-n8 {
    margin-left: -8rem !important;
  }
  .ms-xs-n9 {
    margin-left: -9rem !important;
  }
  .ms-xs-n10 {
    margin-left: -10rem !important;
  }
  .ms-xs-n11 {
    margin-left: -15rem !important;
  }
  .ms-xs-n12 {
    margin-left: -22rem !important;
  }
  .ms-xs-n13 {
    margin-left: -25rem !important;
  }
  .ms-xs-n14 {
    margin-left: -32rem !important;
  }
  .ms-xs-n15 {
    margin-left: -37rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 1rem !important;
  }
  .p-xs-2 {
    padding: 2rem !important;
  }
  .p-xs-3 {
    padding: 3rem !important;
  }
  .p-xs-4 {
    padding: 4rem !important;
  }
  .p-xs-5 {
    padding: 5rem !important;
  }
  .p-xs-6 {
    padding: 6rem !important;
  }
  .p-xs-7 {
    padding: 7rem !important;
  }
  .p-xs-8 {
    padding: 8rem !important;
  }
  .p-xs-9 {
    padding: 9rem !important;
  }
  .p-xs-10 {
    padding: 10rem !important;
  }
  .p-xs-11 {
    padding: 15rem !important;
  }
  .p-xs-12 {
    padding: 22rem !important;
  }
  .p-xs-13 {
    padding: 25rem !important;
  }
  .p-xs-14 {
    padding: 32rem !important;
  }
  .p-xs-15 {
    padding: 37rem !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xs-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xs-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xs-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xs-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xs-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xs-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xs-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xs-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xs-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xs-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xs-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-xs-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-xs-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-xs-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-xs-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xs-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xs-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-xs-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xs-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xs-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xs-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-xs-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-xs-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-xs-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-xs-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xs-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xs-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-xs-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-xs-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-xs-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 1rem !important;
  }
  .pt-xs-2 {
    padding-top: 2rem !important;
  }
  .pt-xs-3 {
    padding-top: 3rem !important;
  }
  .pt-xs-4 {
    padding-top: 4rem !important;
  }
  .pt-xs-5 {
    padding-top: 5rem !important;
  }
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
  .pt-xs-7 {
    padding-top: 7rem !important;
  }
  .pt-xs-8 {
    padding-top: 8rem !important;
  }
  .pt-xs-9 {
    padding-top: 9rem !important;
  }
  .pt-xs-10 {
    padding-top: 10rem !important;
  }
  .pt-xs-11 {
    padding-top: 15rem !important;
  }
  .pt-xs-12 {
    padding-top: 22rem !important;
  }
  .pt-xs-13 {
    padding-top: 25rem !important;
  }
  .pt-xs-14 {
    padding-top: 32rem !important;
  }
  .pt-xs-15 {
    padding-top: 37rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 1rem !important;
  }
  .pe-xs-2 {
    padding-right: 2rem !important;
  }
  .pe-xs-3 {
    padding-right: 3rem !important;
  }
  .pe-xs-4 {
    padding-right: 4rem !important;
  }
  .pe-xs-5 {
    padding-right: 5rem !important;
  }
  .pe-xs-6 {
    padding-right: 6rem !important;
  }
  .pe-xs-7 {
    padding-right: 7rem !important;
  }
  .pe-xs-8 {
    padding-right: 8rem !important;
  }
  .pe-xs-9 {
    padding-right: 9rem !important;
  }
  .pe-xs-10 {
    padding-right: 10rem !important;
  }
  .pe-xs-11 {
    padding-right: 15rem !important;
  }
  .pe-xs-12 {
    padding-right: 22rem !important;
  }
  .pe-xs-13 {
    padding-right: 25rem !important;
  }
  .pe-xs-14 {
    padding-right: 32rem !important;
  }
  .pe-xs-15 {
    padding-right: 37rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 15rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 22rem !important;
  }
  .pb-xs-13 {
    padding-bottom: 25rem !important;
  }
  .pb-xs-14 {
    padding-bottom: 32rem !important;
  }
  .pb-xs-15 {
    padding-bottom: 37rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 1rem !important;
  }
  .ps-xs-2 {
    padding-left: 2rem !important;
  }
  .ps-xs-3 {
    padding-left: 3rem !important;
  }
  .ps-xs-4 {
    padding-left: 4rem !important;
  }
  .ps-xs-5 {
    padding-left: 5rem !important;
  }
  .ps-xs-6 {
    padding-left: 6rem !important;
  }
  .ps-xs-7 {
    padding-left: 7rem !important;
  }
  .ps-xs-8 {
    padding-left: 8rem !important;
  }
  .ps-xs-9 {
    padding-left: 9rem !important;
  }
  .ps-xs-10 {
    padding-left: 10rem !important;
  }
  .ps-xs-11 {
    padding-left: 15rem !important;
  }
  .ps-xs-12 {
    padding-left: 22rem !important;
  }
  .ps-xs-13 {
    padding-left: 25rem !important;
  }
  .ps-xs-14 {
    padding-left: 32rem !important;
  }
  .ps-xs-15 {
    padding-left: 37rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 1rem !important;
  }
  .gap-xs-2 {
    gap: 2rem !important;
  }
  .gap-xs-3 {
    gap: 3rem !important;
  }
  .gap-xs-4 {
    gap: 4rem !important;
  }
  .gap-xs-5 {
    gap: 5rem !important;
  }
  .gap-xs-6 {
    gap: 6rem !important;
  }
  .gap-xs-7 {
    gap: 7rem !important;
  }
  .gap-xs-8 {
    gap: 8rem !important;
  }
  .gap-xs-9 {
    gap: 9rem !important;
  }
  .gap-xs-10 {
    gap: 10rem !important;
  }
  .gap-xs-11 {
    gap: 15rem !important;
  }
  .gap-xs-12 {
    gap: 22rem !important;
  }
  .gap-xs-13 {
    gap: 25rem !important;
  }
  .gap-xs-14 {
    gap: 32rem !important;
  }
  .gap-xs-15 {
    gap: 37rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xs-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xs-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xs-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xs-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xs-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xs-11 {
    row-gap: 15rem !important;
  }
  .row-gap-xs-12 {
    row-gap: 22rem !important;
  }
  .row-gap-xs-13 {
    row-gap: 25rem !important;
  }
  .row-gap-xs-14 {
    row-gap: 32rem !important;
  }
  .row-gap-xs-15 {
    row-gap: 37rem !important;
  }
  .column-gap-xs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xs-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xs-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xs-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xs-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xs-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xs-11 {
    column-gap: 15rem !important;
  }
  .column-gap-xs-12 {
    column-gap: 22rem !important;
  }
  .column-gap-xs-13 {
    column-gap: 25rem !important;
  }
  .column-gap-xs-14 {
    column-gap: 32rem !important;
  }
  .column-gap-xs-15 {
    column-gap: 37rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-11 {
    margin: 15rem !important;
  }
  .m-sm-12 {
    margin: 22rem !important;
  }
  .m-sm-13 {
    margin: 25rem !important;
  }
  .m-sm-14 {
    margin: 32rem !important;
  }
  .m-sm-15 {
    margin: 37rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-sm-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-sm-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-sm-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-sm-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-sm-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-sm-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-sm-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-sm-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-sm-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-sm-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-sm-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-sm-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-sm-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-sm-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-sm-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-sm-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-sm-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-11 {
    margin-top: 15rem !important;
  }
  .mt-sm-12 {
    margin-top: 22rem !important;
  }
  .mt-sm-13 {
    margin-top: 25rem !important;
  }
  .mt-sm-14 {
    margin-top: 32rem !important;
  }
  .mt-sm-15 {
    margin-top: 37rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-11 {
    margin-right: 15rem !important;
  }
  .me-sm-12 {
    margin-right: 22rem !important;
  }
  .me-sm-13 {
    margin-right: 25rem !important;
  }
  .me-sm-14 {
    margin-right: 32rem !important;
  }
  .me-sm-15 {
    margin-right: 37rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 22rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 25rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 32rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 37rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-11 {
    margin-left: 15rem !important;
  }
  .ms-sm-12 {
    margin-left: 22rem !important;
  }
  .ms-sm-13 {
    margin-left: 25rem !important;
  }
  .ms-sm-14 {
    margin-left: 32rem !important;
  }
  .ms-sm-15 {
    margin-left: 37rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .m-sm-n11 {
    margin: -15rem !important;
  }
  .m-sm-n12 {
    margin: -22rem !important;
  }
  .m-sm-n13 {
    margin: -25rem !important;
  }
  .m-sm-n14 {
    margin: -32rem !important;
  }
  .m-sm-n15 {
    margin: -37rem !important;
  }
  .mx-sm-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-sm-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-sm-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-sm-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-sm-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-sm-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-sm-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-sm-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-sm-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-sm-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-sm-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-sm-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-sm-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-sm-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-sm-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-sm-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-sm-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-sm-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-sm-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-sm-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-sm-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-sm-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-sm-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-sm-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-sm-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-sm-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-sm-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-sm-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-sm-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-sm-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-sm-n1 {
    margin-top: -1rem !important;
  }
  .mt-sm-n2 {
    margin-top: -2rem !important;
  }
  .mt-sm-n3 {
    margin-top: -3rem !important;
  }
  .mt-sm-n4 {
    margin-top: -4rem !important;
  }
  .mt-sm-n5 {
    margin-top: -5rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n7 {
    margin-top: -7rem !important;
  }
  .mt-sm-n8 {
    margin-top: -8rem !important;
  }
  .mt-sm-n9 {
    margin-top: -9rem !important;
  }
  .mt-sm-n10 {
    margin-top: -10rem !important;
  }
  .mt-sm-n11 {
    margin-top: -15rem !important;
  }
  .mt-sm-n12 {
    margin-top: -22rem !important;
  }
  .mt-sm-n13 {
    margin-top: -25rem !important;
  }
  .mt-sm-n14 {
    margin-top: -32rem !important;
  }
  .mt-sm-n15 {
    margin-top: -37rem !important;
  }
  .me-sm-n1 {
    margin-right: -1rem !important;
  }
  .me-sm-n2 {
    margin-right: -2rem !important;
  }
  .me-sm-n3 {
    margin-right: -3rem !important;
  }
  .me-sm-n4 {
    margin-right: -4rem !important;
  }
  .me-sm-n5 {
    margin-right: -5rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n7 {
    margin-right: -7rem !important;
  }
  .me-sm-n8 {
    margin-right: -8rem !important;
  }
  .me-sm-n9 {
    margin-right: -9rem !important;
  }
  .me-sm-n10 {
    margin-right: -10rem !important;
  }
  .me-sm-n11 {
    margin-right: -15rem !important;
  }
  .me-sm-n12 {
    margin-right: -22rem !important;
  }
  .me-sm-n13 {
    margin-right: -25rem !important;
  }
  .me-sm-n14 {
    margin-right: -32rem !important;
  }
  .me-sm-n15 {
    margin-right: -37rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-sm-n1 {
    margin-left: -1rem !important;
  }
  .ms-sm-n2 {
    margin-left: -2rem !important;
  }
  .ms-sm-n3 {
    margin-left: -3rem !important;
  }
  .ms-sm-n4 {
    margin-left: -4rem !important;
  }
  .ms-sm-n5 {
    margin-left: -5rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n7 {
    margin-left: -7rem !important;
  }
  .ms-sm-n8 {
    margin-left: -8rem !important;
  }
  .ms-sm-n9 {
    margin-left: -9rem !important;
  }
  .ms-sm-n10 {
    margin-left: -10rem !important;
  }
  .ms-sm-n11 {
    margin-left: -15rem !important;
  }
  .ms-sm-n12 {
    margin-left: -22rem !important;
  }
  .ms-sm-n13 {
    margin-left: -25rem !important;
  }
  .ms-sm-n14 {
    margin-left: -32rem !important;
  }
  .ms-sm-n15 {
    margin-left: -37rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-11 {
    padding: 15rem !important;
  }
  .p-sm-12 {
    padding: 22rem !important;
  }
  .p-sm-13 {
    padding: 25rem !important;
  }
  .p-sm-14 {
    padding: 32rem !important;
  }
  .p-sm-15 {
    padding: 37rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-sm-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-sm-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-sm-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-sm-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-sm-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-sm-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-sm-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-sm-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-sm-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-sm-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-sm-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-sm-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-sm-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-sm-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-sm-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-sm-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-sm-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-sm-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-11 {
    padding-top: 15rem !important;
  }
  .pt-sm-12 {
    padding-top: 22rem !important;
  }
  .pt-sm-13 {
    padding-top: 25rem !important;
  }
  .pt-sm-14 {
    padding-top: 32rem !important;
  }
  .pt-sm-15 {
    padding-top: 37rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-11 {
    padding-right: 15rem !important;
  }
  .pe-sm-12 {
    padding-right: 22rem !important;
  }
  .pe-sm-13 {
    padding-right: 25rem !important;
  }
  .pe-sm-14 {
    padding-right: 32rem !important;
  }
  .pe-sm-15 {
    padding-right: 37rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 22rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 25rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 32rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 37rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-11 {
    padding-left: 15rem !important;
  }
  .ps-sm-12 {
    padding-left: 22rem !important;
  }
  .ps-sm-13 {
    padding-left: 25rem !important;
  }
  .ps-sm-14 {
    padding-left: 32rem !important;
  }
  .ps-sm-15 {
    padding-left: 37rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-2 {
    gap: 2rem !important;
  }
  .gap-sm-3 {
    gap: 3rem !important;
  }
  .gap-sm-4 {
    gap: 4rem !important;
  }
  .gap-sm-5 {
    gap: 5rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-7 {
    gap: 7rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .gap-sm-11 {
    gap: 15rem !important;
  }
  .gap-sm-12 {
    gap: 22rem !important;
  }
  .gap-sm-13 {
    gap: 25rem !important;
  }
  .gap-sm-14 {
    gap: 32rem !important;
  }
  .gap-sm-15 {
    gap: 37rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 7rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 9rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 15rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 22rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 25rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 32rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 37rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 7rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 8rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 9rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 10rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 15rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 22rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 25rem !important;
  }
  .column-gap-sm-14 {
    column-gap: 32rem !important;
  }
  .column-gap-sm-15 {
    column-gap: 37rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-11 {
    margin: 15rem !important;
  }
  .m-md-12 {
    margin: 22rem !important;
  }
  .m-md-13 {
    margin: 25rem !important;
  }
  .m-md-14 {
    margin: 32rem !important;
  }
  .m-md-15 {
    margin: 37rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-md-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-md-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-md-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-md-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-md-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-md-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-md-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-md-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-md-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-md-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-md-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-md-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-md-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-md-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-md-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-md-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-md-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-11 {
    margin-top: 15rem !important;
  }
  .mt-md-12 {
    margin-top: 22rem !important;
  }
  .mt-md-13 {
    margin-top: 25rem !important;
  }
  .mt-md-14 {
    margin-top: 32rem !important;
  }
  .mt-md-15 {
    margin-top: 37rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-11 {
    margin-right: 15rem !important;
  }
  .me-md-12 {
    margin-right: 22rem !important;
  }
  .me-md-13 {
    margin-right: 25rem !important;
  }
  .me-md-14 {
    margin-right: 32rem !important;
  }
  .me-md-15 {
    margin-right: 37rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-11 {
    margin-bottom: 15rem !important;
  }
  .mb-md-12 {
    margin-bottom: 22rem !important;
  }
  .mb-md-13 {
    margin-bottom: 25rem !important;
  }
  .mb-md-14 {
    margin-bottom: 32rem !important;
  }
  .mb-md-15 {
    margin-bottom: 37rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-11 {
    margin-left: 15rem !important;
  }
  .ms-md-12 {
    margin-left: 22rem !important;
  }
  .ms-md-13 {
    margin-left: 25rem !important;
  }
  .ms-md-14 {
    margin-left: 32rem !important;
  }
  .ms-md-15 {
    margin-left: 37rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .m-md-n11 {
    margin: -15rem !important;
  }
  .m-md-n12 {
    margin: -22rem !important;
  }
  .m-md-n13 {
    margin: -25rem !important;
  }
  .m-md-n14 {
    margin: -32rem !important;
  }
  .m-md-n15 {
    margin: -37rem !important;
  }
  .mx-md-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-md-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-md-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-md-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-md-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-md-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-md-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-md-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-md-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-md-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-md-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-md-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-md-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-md-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-md-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-md-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-md-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-md-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-md-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-md-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-md-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-md-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-md-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-md-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-md-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-md-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-md-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-md-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-md-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-md-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-md-n1 {
    margin-top: -1rem !important;
  }
  .mt-md-n2 {
    margin-top: -2rem !important;
  }
  .mt-md-n3 {
    margin-top: -3rem !important;
  }
  .mt-md-n4 {
    margin-top: -4rem !important;
  }
  .mt-md-n5 {
    margin-top: -5rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n7 {
    margin-top: -7rem !important;
  }
  .mt-md-n8 {
    margin-top: -8rem !important;
  }
  .mt-md-n9 {
    margin-top: -9rem !important;
  }
  .mt-md-n10 {
    margin-top: -10rem !important;
  }
  .mt-md-n11 {
    margin-top: -15rem !important;
  }
  .mt-md-n12 {
    margin-top: -22rem !important;
  }
  .mt-md-n13 {
    margin-top: -25rem !important;
  }
  .mt-md-n14 {
    margin-top: -32rem !important;
  }
  .mt-md-n15 {
    margin-top: -37rem !important;
  }
  .me-md-n1 {
    margin-right: -1rem !important;
  }
  .me-md-n2 {
    margin-right: -2rem !important;
  }
  .me-md-n3 {
    margin-right: -3rem !important;
  }
  .me-md-n4 {
    margin-right: -4rem !important;
  }
  .me-md-n5 {
    margin-right: -5rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n7 {
    margin-right: -7rem !important;
  }
  .me-md-n8 {
    margin-right: -8rem !important;
  }
  .me-md-n9 {
    margin-right: -9rem !important;
  }
  .me-md-n10 {
    margin-right: -10rem !important;
  }
  .me-md-n11 {
    margin-right: -15rem !important;
  }
  .me-md-n12 {
    margin-right: -22rem !important;
  }
  .me-md-n13 {
    margin-right: -25rem !important;
  }
  .me-md-n14 {
    margin-right: -32rem !important;
  }
  .me-md-n15 {
    margin-right: -37rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-md-n1 {
    margin-left: -1rem !important;
  }
  .ms-md-n2 {
    margin-left: -2rem !important;
  }
  .ms-md-n3 {
    margin-left: -3rem !important;
  }
  .ms-md-n4 {
    margin-left: -4rem !important;
  }
  .ms-md-n5 {
    margin-left: -5rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n7 {
    margin-left: -7rem !important;
  }
  .ms-md-n8 {
    margin-left: -8rem !important;
  }
  .ms-md-n9 {
    margin-left: -9rem !important;
  }
  .ms-md-n10 {
    margin-left: -10rem !important;
  }
  .ms-md-n11 {
    margin-left: -15rem !important;
  }
  .ms-md-n12 {
    margin-left: -22rem !important;
  }
  .ms-md-n13 {
    margin-left: -25rem !important;
  }
  .ms-md-n14 {
    margin-left: -32rem !important;
  }
  .ms-md-n15 {
    margin-left: -37rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-11 {
    padding: 15rem !important;
  }
  .p-md-12 {
    padding: 22rem !important;
  }
  .p-md-13 {
    padding: 25rem !important;
  }
  .p-md-14 {
    padding: 32rem !important;
  }
  .p-md-15 {
    padding: 37rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-md-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-md-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-md-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-md-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-md-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-md-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-md-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-md-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-md-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-md-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-md-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-md-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-md-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-md-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-md-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-md-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-md-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-md-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-11 {
    padding-top: 15rem !important;
  }
  .pt-md-12 {
    padding-top: 22rem !important;
  }
  .pt-md-13 {
    padding-top: 25rem !important;
  }
  .pt-md-14 {
    padding-top: 32rem !important;
  }
  .pt-md-15 {
    padding-top: 37rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-11 {
    padding-right: 15rem !important;
  }
  .pe-md-12 {
    padding-right: 22rem !important;
  }
  .pe-md-13 {
    padding-right: 25rem !important;
  }
  .pe-md-14 {
    padding-right: 32rem !important;
  }
  .pe-md-15 {
    padding-right: 37rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-11 {
    padding-bottom: 15rem !important;
  }
  .pb-md-12 {
    padding-bottom: 22rem !important;
  }
  .pb-md-13 {
    padding-bottom: 25rem !important;
  }
  .pb-md-14 {
    padding-bottom: 32rem !important;
  }
  .pb-md-15 {
    padding-bottom: 37rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-11 {
    padding-left: 15rem !important;
  }
  .ps-md-12 {
    padding-left: 22rem !important;
  }
  .ps-md-13 {
    padding-left: 25rem !important;
  }
  .ps-md-14 {
    padding-left: 32rem !important;
  }
  .ps-md-15 {
    padding-left: 37rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-2 {
    gap: 2rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-4 {
    gap: 4rem !important;
  }
  .gap-md-5 {
    gap: 5rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-7 {
    gap: 7rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .gap-md-11 {
    gap: 15rem !important;
  }
  .gap-md-12 {
    gap: 22rem !important;
  }
  .gap-md-13 {
    gap: 25rem !important;
  }
  .gap-md-14 {
    gap: 32rem !important;
  }
  .gap-md-15 {
    gap: 37rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 1rem !important;
  }
  .row-gap-md-2 {
    row-gap: 2rem !important;
  }
  .row-gap-md-3 {
    row-gap: 3rem !important;
  }
  .row-gap-md-4 {
    row-gap: 4rem !important;
  }
  .row-gap-md-5 {
    row-gap: 5rem !important;
  }
  .row-gap-md-6 {
    row-gap: 6rem !important;
  }
  .row-gap-md-7 {
    row-gap: 7rem !important;
  }
  .row-gap-md-8 {
    row-gap: 8rem !important;
  }
  .row-gap-md-9 {
    row-gap: 9rem !important;
  }
  .row-gap-md-10 {
    row-gap: 10rem !important;
  }
  .row-gap-md-11 {
    row-gap: 15rem !important;
  }
  .row-gap-md-12 {
    row-gap: 22rem !important;
  }
  .row-gap-md-13 {
    row-gap: 25rem !important;
  }
  .row-gap-md-14 {
    row-gap: 32rem !important;
  }
  .row-gap-md-15 {
    row-gap: 37rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 1rem !important;
  }
  .column-gap-md-2 {
    column-gap: 2rem !important;
  }
  .column-gap-md-3 {
    column-gap: 3rem !important;
  }
  .column-gap-md-4 {
    column-gap: 4rem !important;
  }
  .column-gap-md-5 {
    column-gap: 5rem !important;
  }
  .column-gap-md-6 {
    column-gap: 6rem !important;
  }
  .column-gap-md-7 {
    column-gap: 7rem !important;
  }
  .column-gap-md-8 {
    column-gap: 8rem !important;
  }
  .column-gap-md-9 {
    column-gap: 9rem !important;
  }
  .column-gap-md-10 {
    column-gap: 10rem !important;
  }
  .column-gap-md-11 {
    column-gap: 15rem !important;
  }
  .column-gap-md-12 {
    column-gap: 22rem !important;
  }
  .column-gap-md-13 {
    column-gap: 25rem !important;
  }
  .column-gap-md-14 {
    column-gap: 32rem !important;
  }
  .column-gap-md-15 {
    column-gap: 37rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-11 {
    margin: 15rem !important;
  }
  .m-lg-12 {
    margin: 22rem !important;
  }
  .m-lg-13 {
    margin: 25rem !important;
  }
  .m-lg-14 {
    margin: 32rem !important;
  }
  .m-lg-15 {
    margin: 37rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-lg-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-lg-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-lg-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-lg-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-lg-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-lg-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-lg-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-lg-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-lg-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-lg-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-lg-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-lg-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-lg-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-lg-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-lg-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-lg-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-lg-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-11 {
    margin-top: 15rem !important;
  }
  .mt-lg-12 {
    margin-top: 22rem !important;
  }
  .mt-lg-13 {
    margin-top: 25rem !important;
  }
  .mt-lg-14 {
    margin-top: 32rem !important;
  }
  .mt-lg-15 {
    margin-top: 37rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-11 {
    margin-right: 15rem !important;
  }
  .me-lg-12 {
    margin-right: 22rem !important;
  }
  .me-lg-13 {
    margin-right: 25rem !important;
  }
  .me-lg-14 {
    margin-right: 32rem !important;
  }
  .me-lg-15 {
    margin-right: 37rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 22rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 25rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 32rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 37rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-11 {
    margin-left: 15rem !important;
  }
  .ms-lg-12 {
    margin-left: 22rem !important;
  }
  .ms-lg-13 {
    margin-left: 25rem !important;
  }
  .ms-lg-14 {
    margin-left: 32rem !important;
  }
  .ms-lg-15 {
    margin-left: 37rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .m-lg-n11 {
    margin: -15rem !important;
  }
  .m-lg-n12 {
    margin: -22rem !important;
  }
  .m-lg-n13 {
    margin: -25rem !important;
  }
  .m-lg-n14 {
    margin: -32rem !important;
  }
  .m-lg-n15 {
    margin: -37rem !important;
  }
  .mx-lg-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-lg-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-lg-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-lg-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-lg-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-lg-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-lg-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-lg-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-lg-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-lg-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-lg-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-lg-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-lg-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-lg-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-lg-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-lg-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-lg-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-lg-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-lg-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-lg-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-lg-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-lg-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-lg-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-lg-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-lg-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-lg-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-lg-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-lg-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-lg-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-lg-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-lg-n1 {
    margin-top: -1rem !important;
  }
  .mt-lg-n2 {
    margin-top: -2rem !important;
  }
  .mt-lg-n3 {
    margin-top: -3rem !important;
  }
  .mt-lg-n4 {
    margin-top: -4rem !important;
  }
  .mt-lg-n5 {
    margin-top: -5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -7rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
  .mt-lg-n10 {
    margin-top: -10rem !important;
  }
  .mt-lg-n11 {
    margin-top: -15rem !important;
  }
  .mt-lg-n12 {
    margin-top: -22rem !important;
  }
  .mt-lg-n13 {
    margin-top: -25rem !important;
  }
  .mt-lg-n14 {
    margin-top: -32rem !important;
  }
  .mt-lg-n15 {
    margin-top: -37rem !important;
  }
  .me-lg-n1 {
    margin-right: -1rem !important;
  }
  .me-lg-n2 {
    margin-right: -2rem !important;
  }
  .me-lg-n3 {
    margin-right: -3rem !important;
  }
  .me-lg-n4 {
    margin-right: -4rem !important;
  }
  .me-lg-n5 {
    margin-right: -5rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n7 {
    margin-right: -7rem !important;
  }
  .me-lg-n8 {
    margin-right: -8rem !important;
  }
  .me-lg-n9 {
    margin-right: -9rem !important;
  }
  .me-lg-n10 {
    margin-right: -10rem !important;
  }
  .me-lg-n11 {
    margin-right: -15rem !important;
  }
  .me-lg-n12 {
    margin-right: -22rem !important;
  }
  .me-lg-n13 {
    margin-right: -25rem !important;
  }
  .me-lg-n14 {
    margin-right: -32rem !important;
  }
  .me-lg-n15 {
    margin-right: -37rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-lg-n1 {
    margin-left: -1rem !important;
  }
  .ms-lg-n2 {
    margin-left: -2rem !important;
  }
  .ms-lg-n3 {
    margin-left: -3rem !important;
  }
  .ms-lg-n4 {
    margin-left: -4rem !important;
  }
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n7 {
    margin-left: -7rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8rem !important;
  }
  .ms-lg-n9 {
    margin-left: -9rem !important;
  }
  .ms-lg-n10 {
    margin-left: -10rem !important;
  }
  .ms-lg-n11 {
    margin-left: -15rem !important;
  }
  .ms-lg-n12 {
    margin-left: -22rem !important;
  }
  .ms-lg-n13 {
    margin-left: -25rem !important;
  }
  .ms-lg-n14 {
    margin-left: -32rem !important;
  }
  .ms-lg-n15 {
    margin-left: -37rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-11 {
    padding: 15rem !important;
  }
  .p-lg-12 {
    padding: 22rem !important;
  }
  .p-lg-13 {
    padding: 25rem !important;
  }
  .p-lg-14 {
    padding: 32rem !important;
  }
  .p-lg-15 {
    padding: 37rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-lg-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-lg-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-lg-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-lg-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-lg-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-lg-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-lg-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-lg-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-lg-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-lg-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-lg-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-lg-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-lg-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-lg-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-lg-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-lg-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-lg-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-lg-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-11 {
    padding-top: 15rem !important;
  }
  .pt-lg-12 {
    padding-top: 22rem !important;
  }
  .pt-lg-13 {
    padding-top: 25rem !important;
  }
  .pt-lg-14 {
    padding-top: 32rem !important;
  }
  .pt-lg-15 {
    padding-top: 37rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-11 {
    padding-right: 15rem !important;
  }
  .pe-lg-12 {
    padding-right: 22rem !important;
  }
  .pe-lg-13 {
    padding-right: 25rem !important;
  }
  .pe-lg-14 {
    padding-right: 32rem !important;
  }
  .pe-lg-15 {
    padding-right: 37rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 22rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 25rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 32rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 37rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-11 {
    padding-left: 15rem !important;
  }
  .ps-lg-12 {
    padding-left: 22rem !important;
  }
  .ps-lg-13 {
    padding-left: 25rem !important;
  }
  .ps-lg-14 {
    padding-left: 32rem !important;
  }
  .ps-lg-15 {
    padding-left: 37rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-2 {
    gap: 2rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-4 {
    gap: 4rem !important;
  }
  .gap-lg-5 {
    gap: 5rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-7 {
    gap: 7rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .gap-lg-11 {
    gap: 15rem !important;
  }
  .gap-lg-12 {
    gap: 22rem !important;
  }
  .gap-lg-13 {
    gap: 25rem !important;
  }
  .gap-lg-14 {
    gap: 32rem !important;
  }
  .gap-lg-15 {
    gap: 37rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 7rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 9rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 15rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 22rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 25rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 32rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 37rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 7rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 8rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 9rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 10rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 15rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 22rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 25rem !important;
  }
  .column-gap-lg-14 {
    column-gap: 32rem !important;
  }
  .column-gap-lg-15 {
    column-gap: 37rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-11 {
    margin: 15rem !important;
  }
  .m-xl-12 {
    margin: 22rem !important;
  }
  .m-xl-13 {
    margin: 25rem !important;
  }
  .m-xl-14 {
    margin: 32rem !important;
  }
  .m-xl-15 {
    margin: 37rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xl-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xl-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-xl-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xl-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-xl-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-xl-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xl-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xl-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-xl-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-xl-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-xl-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-xl-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xl-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xl-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-xl-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xl-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-xl-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-11 {
    margin-top: 15rem !important;
  }
  .mt-xl-12 {
    margin-top: 22rem !important;
  }
  .mt-xl-13 {
    margin-top: 25rem !important;
  }
  .mt-xl-14 {
    margin-top: 32rem !important;
  }
  .mt-xl-15 {
    margin-top: 37rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-11 {
    margin-right: 15rem !important;
  }
  .me-xl-12 {
    margin-right: 22rem !important;
  }
  .me-xl-13 {
    margin-right: 25rem !important;
  }
  .me-xl-14 {
    margin-right: 32rem !important;
  }
  .me-xl-15 {
    margin-right: 37rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 22rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 25rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 32rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 37rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-11 {
    margin-left: 15rem !important;
  }
  .ms-xl-12 {
    margin-left: 22rem !important;
  }
  .ms-xl-13 {
    margin-left: 25rem !important;
  }
  .ms-xl-14 {
    margin-left: 32rem !important;
  }
  .ms-xl-15 {
    margin-left: 37rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .m-xl-n11 {
    margin: -15rem !important;
  }
  .m-xl-n12 {
    margin: -22rem !important;
  }
  .m-xl-n13 {
    margin: -25rem !important;
  }
  .m-xl-n14 {
    margin: -32rem !important;
  }
  .m-xl-n15 {
    margin: -37rem !important;
  }
  .mx-xl-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-xl-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-xl-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-xl-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-xl-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-xl-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-xl-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-xl-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-xl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-xl-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-xl-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-xl-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-xl-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-xl-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-xl-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-xl-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-xl-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-xl-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-xl-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-xl-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-xl-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-xl-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-xl-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-xl-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-xl-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-xl-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-xl-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-xl-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-xl-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-xl-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-xl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xl-n11 {
    margin-top: -15rem !important;
  }
  .mt-xl-n12 {
    margin-top: -22rem !important;
  }
  .mt-xl-n13 {
    margin-top: -25rem !important;
  }
  .mt-xl-n14 {
    margin-top: -32rem !important;
  }
  .mt-xl-n15 {
    margin-top: -37rem !important;
  }
  .me-xl-n1 {
    margin-right: -1rem !important;
  }
  .me-xl-n2 {
    margin-right: -2rem !important;
  }
  .me-xl-n3 {
    margin-right: -3rem !important;
  }
  .me-xl-n4 {
    margin-right: -4rem !important;
  }
  .me-xl-n5 {
    margin-right: -5rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n7 {
    margin-right: -7rem !important;
  }
  .me-xl-n8 {
    margin-right: -8rem !important;
  }
  .me-xl-n9 {
    margin-right: -9rem !important;
  }
  .me-xl-n10 {
    margin-right: -10rem !important;
  }
  .me-xl-n11 {
    margin-right: -15rem !important;
  }
  .me-xl-n12 {
    margin-right: -22rem !important;
  }
  .me-xl-n13 {
    margin-right: -25rem !important;
  }
  .me-xl-n14 {
    margin-right: -32rem !important;
  }
  .me-xl-n15 {
    margin-right: -37rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-xl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xl-n11 {
    margin-left: -15rem !important;
  }
  .ms-xl-n12 {
    margin-left: -22rem !important;
  }
  .ms-xl-n13 {
    margin-left: -25rem !important;
  }
  .ms-xl-n14 {
    margin-left: -32rem !important;
  }
  .ms-xl-n15 {
    margin-left: -37rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-11 {
    padding: 15rem !important;
  }
  .p-xl-12 {
    padding: 22rem !important;
  }
  .p-xl-13 {
    padding: 25rem !important;
  }
  .p-xl-14 {
    padding: 32rem !important;
  }
  .p-xl-15 {
    padding: 37rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xl-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xl-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-xl-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-xl-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-xl-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-xl-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xl-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xl-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xl-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-xl-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-xl-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-xl-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-xl-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xl-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xl-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-xl-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-xl-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-xl-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-11 {
    padding-top: 15rem !important;
  }
  .pt-xl-12 {
    padding-top: 22rem !important;
  }
  .pt-xl-13 {
    padding-top: 25rem !important;
  }
  .pt-xl-14 {
    padding-top: 32rem !important;
  }
  .pt-xl-15 {
    padding-top: 37rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-11 {
    padding-right: 15rem !important;
  }
  .pe-xl-12 {
    padding-right: 22rem !important;
  }
  .pe-xl-13 {
    padding-right: 25rem !important;
  }
  .pe-xl-14 {
    padding-right: 32rem !important;
  }
  .pe-xl-15 {
    padding-right: 37rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 22rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 25rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 32rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 37rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-11 {
    padding-left: 15rem !important;
  }
  .ps-xl-12 {
    padding-left: 22rem !important;
  }
  .ps-xl-13 {
    padding-left: 25rem !important;
  }
  .ps-xl-14 {
    padding-left: 32rem !important;
  }
  .ps-xl-15 {
    padding-left: 37rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-2 {
    gap: 2rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-4 {
    gap: 4rem !important;
  }
  .gap-xl-5 {
    gap: 5rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-7 {
    gap: 7rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-9 {
    gap: 9rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .gap-xl-11 {
    gap: 15rem !important;
  }
  .gap-xl-12 {
    gap: 22rem !important;
  }
  .gap-xl-13 {
    gap: 25rem !important;
  }
  .gap-xl-14 {
    gap: 32rem !important;
  }
  .gap-xl-15 {
    gap: 37rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 15rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 22rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 25rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 32rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 37rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 15rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 22rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 25rem !important;
  }
  .column-gap-xl-14 {
    column-gap: 32rem !important;
  }
  .column-gap-xl-15 {
    column-gap: 37rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-11 {
    margin: 15rem !important;
  }
  .m-xxl-12 {
    margin: 22rem !important;
  }
  .m-xxl-13 {
    margin: 25rem !important;
  }
  .m-xxl-14 {
    margin: 32rem !important;
  }
  .m-xxl-15 {
    margin: 37rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xxl-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xxl-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-xxl-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xxl-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-xxl-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxl-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-xxl-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-xxl-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-xxl-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-xxl-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xxl-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xxl-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-xxl-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xxl-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-xxl-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-11 {
    margin-top: 15rem !important;
  }
  .mt-xxl-12 {
    margin-top: 22rem !important;
  }
  .mt-xxl-13 {
    margin-top: 25rem !important;
  }
  .mt-xxl-14 {
    margin-top: 32rem !important;
  }
  .mt-xxl-15 {
    margin-top: 37rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-11 {
    margin-right: 15rem !important;
  }
  .me-xxl-12 {
    margin-right: 22rem !important;
  }
  .me-xxl-13 {
    margin-right: 25rem !important;
  }
  .me-xxl-14 {
    margin-right: 32rem !important;
  }
  .me-xxl-15 {
    margin-right: 37rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 22rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 25rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 32rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 37rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-11 {
    margin-left: 15rem !important;
  }
  .ms-xxl-12 {
    margin-left: 22rem !important;
  }
  .ms-xxl-13 {
    margin-left: 25rem !important;
  }
  .ms-xxl-14 {
    margin-left: 32rem !important;
  }
  .ms-xxl-15 {
    margin-left: 37rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n7 {
    margin: -7rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .m-xxl-n11 {
    margin: -15rem !important;
  }
  .m-xxl-n12 {
    margin: -22rem !important;
  }
  .m-xxl-n13 {
    margin: -25rem !important;
  }
  .m-xxl-n14 {
    margin: -32rem !important;
  }
  .m-xxl-n15 {
    margin: -37rem !important;
  }
  .mx-xxl-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-xxl-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-xxl-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-xxl-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-xxl-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-xxl-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-xxl-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-xxl-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-xxl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-xxl-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-xxl-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-xxl-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-xxl-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-xxl-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-xxl-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-xxl-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-xxl-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-xxl-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-xxl-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-xxl-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-xxl-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-xxl-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-xxl-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-xxl-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-xxl-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-xxl-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-xxl-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-xxl-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-xxl-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-xxl-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -15rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -22rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -25rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -32rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -37rem !important;
  }
  .me-xxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxl-n11 {
    margin-right: -15rem !important;
  }
  .me-xxl-n12 {
    margin-right: -22rem !important;
  }
  .me-xxl-n13 {
    margin-right: -25rem !important;
  }
  .me-xxl-n14 {
    margin-right: -32rem !important;
  }
  .me-xxl-n15 {
    margin-right: -37rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -15rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -22rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -25rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -32rem !important;
  }
  .ms-xxl-n15 {
    margin-left: -37rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-11 {
    padding: 15rem !important;
  }
  .p-xxl-12 {
    padding: 22rem !important;
  }
  .p-xxl-13 {
    padding: 25rem !important;
  }
  .p-xxl-14 {
    padding: 32rem !important;
  }
  .p-xxl-15 {
    padding: 37rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xxl-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xxl-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-xxl-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-xxl-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-xxl-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xxl-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-xxl-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-xxl-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-xxl-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-xxl-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xxl-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xxl-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-xxl-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-xxl-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-xxl-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-11 {
    padding-top: 15rem !important;
  }
  .pt-xxl-12 {
    padding-top: 22rem !important;
  }
  .pt-xxl-13 {
    padding-top: 25rem !important;
  }
  .pt-xxl-14 {
    padding-top: 32rem !important;
  }
  .pt-xxl-15 {
    padding-top: 37rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-11 {
    padding-right: 15rem !important;
  }
  .pe-xxl-12 {
    padding-right: 22rem !important;
  }
  .pe-xxl-13 {
    padding-right: 25rem !important;
  }
  .pe-xxl-14 {
    padding-right: 32rem !important;
  }
  .pe-xxl-15 {
    padding-right: 37rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 22rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 25rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 32rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 37rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-11 {
    padding-left: 15rem !important;
  }
  .ps-xxl-12 {
    padding-left: 22rem !important;
  }
  .ps-xxl-13 {
    padding-left: 25rem !important;
  }
  .ps-xxl-14 {
    padding-left: 32rem !important;
  }
  .ps-xxl-15 {
    padding-left: 37rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-2 {
    gap: 2rem !important;
  }
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  .gap-xxl-4 {
    gap: 4rem !important;
  }
  .gap-xxl-5 {
    gap: 5rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-7 {
    gap: 7rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .gap-xxl-11 {
    gap: 15rem !important;
  }
  .gap-xxl-12 {
    gap: 22rem !important;
  }
  .gap-xxl-13 {
    gap: 25rem !important;
  }
  .gap-xxl-14 {
    gap: 32rem !important;
  }
  .gap-xxl-15 {
    gap: 37rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 15rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 22rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 25rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 32rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 37rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxl-11 {
    column-gap: 15rem !important;
  }
  .column-gap-xxl-12 {
    column-gap: 22rem !important;
  }
  .column-gap-xxl-13 {
    column-gap: 25rem !important;
  }
  .column-gap-xxl-14 {
    column-gap: 32rem !important;
  }
  .column-gap-xxl-15 {
    column-gap: 37rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .float-xxxm-start {
    float: left !important;
  }
  .float-xxxm-end {
    float: right !important;
  }
  .float-xxxm-none {
    float: none !important;
  }
  .object-fit-xxxm-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxm-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxm-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxm-none {
    object-fit: none !important;
  }
  .d-xxxm-inline {
    display: inline !important;
  }
  .d-xxxm-inline-block {
    display: inline-block !important;
  }
  .d-xxxm-block {
    display: block !important;
  }
  .d-xxxm-grid {
    display: grid !important;
  }
  .d-xxxm-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxm-table {
    display: table !important;
  }
  .d-xxxm-table-row {
    display: table-row !important;
  }
  .d-xxxm-table-cell {
    display: table-cell !important;
  }
  .d-xxxm-flex {
    display: flex !important;
  }
  .d-xxxm-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxm-none {
    display: none !important;
  }
  .flex-xxxm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxm-row {
    flex-direction: row !important;
  }
  .flex-xxxm-column {
    flex-direction: column !important;
  }
  .flex-xxxm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxm-center {
    justify-content: center !important;
  }
  .justify-content-xxxm-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxm-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxm-start {
    align-items: flex-start !important;
  }
  .align-items-xxxm-end {
    align-items: flex-end !important;
  }
  .align-items-xxxm-center {
    align-items: center !important;
  }
  .align-items-xxxm-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxm-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxm-start {
    align-content: flex-start !important;
  }
  .align-content-xxxm-end {
    align-content: flex-end !important;
  }
  .align-content-xxxm-center {
    align-content: center !important;
  }
  .align-content-xxxm-between {
    align-content: space-between !important;
  }
  .align-content-xxxm-around {
    align-content: space-around !important;
  }
  .align-content-xxxm-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxm-auto {
    align-self: auto !important;
  }
  .align-self-xxxm-start {
    align-self: flex-start !important;
  }
  .align-self-xxxm-end {
    align-self: flex-end !important;
  }
  .align-self-xxxm-center {
    align-self: center !important;
  }
  .align-self-xxxm-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxm-stretch {
    align-self: stretch !important;
  }
  .order-xxxm-first {
    order: -1 !important;
  }
  .order-xxxm-0 {
    order: 0 !important;
  }
  .order-xxxm-1 {
    order: 1 !important;
  }
  .order-xxxm-2 {
    order: 2 !important;
  }
  .order-xxxm-3 {
    order: 3 !important;
  }
  .order-xxxm-4 {
    order: 4 !important;
  }
  .order-xxxm-5 {
    order: 5 !important;
  }
  .order-xxxm-last {
    order: 6 !important;
  }
  .m-xxxm-0 {
    margin: 0 !important;
  }
  .m-xxxm-1 {
    margin: 1rem !important;
  }
  .m-xxxm-2 {
    margin: 2rem !important;
  }
  .m-xxxm-3 {
    margin: 3rem !important;
  }
  .m-xxxm-4 {
    margin: 4rem !important;
  }
  .m-xxxm-5 {
    margin: 5rem !important;
  }
  .m-xxxm-6 {
    margin: 6rem !important;
  }
  .m-xxxm-7 {
    margin: 7rem !important;
  }
  .m-xxxm-8 {
    margin: 8rem !important;
  }
  .m-xxxm-9 {
    margin: 9rem !important;
  }
  .m-xxxm-10 {
    margin: 10rem !important;
  }
  .m-xxxm-11 {
    margin: 15rem !important;
  }
  .m-xxxm-12 {
    margin: 22rem !important;
  }
  .m-xxxm-13 {
    margin: 25rem !important;
  }
  .m-xxxm-14 {
    margin: 32rem !important;
  }
  .m-xxxm-15 {
    margin: 37rem !important;
  }
  .m-xxxm-auto {
    margin: auto !important;
  }
  .mx-xxxm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxxm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxxm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxxm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxxm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxxm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxxm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xxxm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-xxxm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-xxxm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-xxxm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-xxxm-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-xxxm-12 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-xxxm-13 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-xxxm-14 {
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }
  .mx-xxxm-15 {
    margin-left: 37rem !important;
    margin-right: 37rem !important;
  }
  .mx-xxxm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxxm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxxm-1 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxxm-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
  .my-xxxm-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxxm-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xxxm-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxxm-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
  .my-xxxm-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
  .my-xxxm-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
  .my-xxxm-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
  .my-xxxm-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .my-xxxm-11 {
    margin-bottom: 15rem !important;
    margin-top: 15rem !important;
  }
  .my-xxxm-12 {
    margin-bottom: 22rem !important;
    margin-top: 22rem !important;
  }
  .my-xxxm-13 {
    margin-bottom: 25rem !important;
    margin-top: 25rem !important;
  }
  .my-xxxm-14 {
    margin-bottom: 32rem !important;
    margin-top: 32rem !important;
  }
  .my-xxxm-15 {
    margin-bottom: 37rem !important;
    margin-top: 37rem !important;
  }
  .my-xxxm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxxm-0 {
    margin-top: 0 !important;
  }
  .mt-xxxm-1 {
    margin-top: 1rem !important;
  }
  .mt-xxxm-2 {
    margin-top: 2rem !important;
  }
  .mt-xxxm-3 {
    margin-top: 3rem !important;
  }
  .mt-xxxm-4 {
    margin-top: 4rem !important;
  }
  .mt-xxxm-5 {
    margin-top: 5rem !important;
  }
  .mt-xxxm-6 {
    margin-top: 6rem !important;
  }
  .mt-xxxm-7 {
    margin-top: 7rem !important;
  }
  .mt-xxxm-8 {
    margin-top: 8rem !important;
  }
  .mt-xxxm-9 {
    margin-top: 9rem !important;
  }
  .mt-xxxm-10 {
    margin-top: 10rem !important;
  }
  .mt-xxxm-11 {
    margin-top: 15rem !important;
  }
  .mt-xxxm-12 {
    margin-top: 22rem !important;
  }
  .mt-xxxm-13 {
    margin-top: 25rem !important;
  }
  .mt-xxxm-14 {
    margin-top: 32rem !important;
  }
  .mt-xxxm-15 {
    margin-top: 37rem !important;
  }
  .mt-xxxm-auto {
    margin-top: auto !important;
  }
  .me-xxxm-0 {
    margin-right: 0 !important;
  }
  .me-xxxm-1 {
    margin-right: 1rem !important;
  }
  .me-xxxm-2 {
    margin-right: 2rem !important;
  }
  .me-xxxm-3 {
    margin-right: 3rem !important;
  }
  .me-xxxm-4 {
    margin-right: 4rem !important;
  }
  .me-xxxm-5 {
    margin-right: 5rem !important;
  }
  .me-xxxm-6 {
    margin-right: 6rem !important;
  }
  .me-xxxm-7 {
    margin-right: 7rem !important;
  }
  .me-xxxm-8 {
    margin-right: 8rem !important;
  }
  .me-xxxm-9 {
    margin-right: 9rem !important;
  }
  .me-xxxm-10 {
    margin-right: 10rem !important;
  }
  .me-xxxm-11 {
    margin-right: 15rem !important;
  }
  .me-xxxm-12 {
    margin-right: 22rem !important;
  }
  .me-xxxm-13 {
    margin-right: 25rem !important;
  }
  .me-xxxm-14 {
    margin-right: 32rem !important;
  }
  .me-xxxm-15 {
    margin-right: 37rem !important;
  }
  .me-xxxm-auto {
    margin-right: auto !important;
  }
  .mb-xxxm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxxm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxxm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxm-11 {
    margin-bottom: 15rem !important;
  }
  .mb-xxxm-12 {
    margin-bottom: 22rem !important;
  }
  .mb-xxxm-13 {
    margin-bottom: 25rem !important;
  }
  .mb-xxxm-14 {
    margin-bottom: 32rem !important;
  }
  .mb-xxxm-15 {
    margin-bottom: 37rem !important;
  }
  .mb-xxxm-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxm-0 {
    margin-left: 0 !important;
  }
  .ms-xxxm-1 {
    margin-left: 1rem !important;
  }
  .ms-xxxm-2 {
    margin-left: 2rem !important;
  }
  .ms-xxxm-3 {
    margin-left: 3rem !important;
  }
  .ms-xxxm-4 {
    margin-left: 4rem !important;
  }
  .ms-xxxm-5 {
    margin-left: 5rem !important;
  }
  .ms-xxxm-6 {
    margin-left: 6rem !important;
  }
  .ms-xxxm-7 {
    margin-left: 7rem !important;
  }
  .ms-xxxm-8 {
    margin-left: 8rem !important;
  }
  .ms-xxxm-9 {
    margin-left: 9rem !important;
  }
  .ms-xxxm-10 {
    margin-left: 10rem !important;
  }
  .ms-xxxm-11 {
    margin-left: 15rem !important;
  }
  .ms-xxxm-12 {
    margin-left: 22rem !important;
  }
  .ms-xxxm-13 {
    margin-left: 25rem !important;
  }
  .ms-xxxm-14 {
    margin-left: 32rem !important;
  }
  .ms-xxxm-15 {
    margin-left: 37rem !important;
  }
  .ms-xxxm-auto {
    margin-left: auto !important;
  }
  .m-xxxm-n1 {
    margin: -1rem !important;
  }
  .m-xxxm-n2 {
    margin: -2rem !important;
  }
  .m-xxxm-n3 {
    margin: -3rem !important;
  }
  .m-xxxm-n4 {
    margin: -4rem !important;
  }
  .m-xxxm-n5 {
    margin: -5rem !important;
  }
  .m-xxxm-n6 {
    margin: -6rem !important;
  }
  .m-xxxm-n7 {
    margin: -7rem !important;
  }
  .m-xxxm-n8 {
    margin: -8rem !important;
  }
  .m-xxxm-n9 {
    margin: -9rem !important;
  }
  .m-xxxm-n10 {
    margin: -10rem !important;
  }
  .m-xxxm-n11 {
    margin: -15rem !important;
  }
  .m-xxxm-n12 {
    margin: -22rem !important;
  }
  .m-xxxm-n13 {
    margin: -25rem !important;
  }
  .m-xxxm-n14 {
    margin: -32rem !important;
  }
  .m-xxxm-n15 {
    margin: -37rem !important;
  }
  .mx-xxxm-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-xxxm-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-xxxm-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-xxxm-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-xxxm-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .mx-xxxm-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .mx-xxxm-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }
  .mx-xxxm-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
  .mx-xxxm-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }
  .mx-xxxm-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }
  .mx-xxxm-n11 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }
  .mx-xxxm-n12 {
    margin-left: -22rem !important;
    margin-right: -22rem !important;
  }
  .mx-xxxm-n13 {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }
  .mx-xxxm-n14 {
    margin-left: -32rem !important;
    margin-right: -32rem !important;
  }
  .mx-xxxm-n15 {
    margin-left: -37rem !important;
    margin-right: -37rem !important;
  }
  .my-xxxm-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-xxxm-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important;
  }
  .my-xxxm-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-xxxm-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-xxxm-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .my-xxxm-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important;
  }
  .my-xxxm-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important;
  }
  .my-xxxm-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important;
  }
  .my-xxxm-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important;
  }
  .my-xxxm-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important;
  }
  .my-xxxm-n11 {
    margin-bottom: -15rem !important;
    margin-top: -15rem !important;
  }
  .my-xxxm-n12 {
    margin-bottom: -22rem !important;
    margin-top: -22rem !important;
  }
  .my-xxxm-n13 {
    margin-bottom: -25rem !important;
    margin-top: -25rem !important;
  }
  .my-xxxm-n14 {
    margin-bottom: -32rem !important;
    margin-top: -32rem !important;
  }
  .my-xxxm-n15 {
    margin-bottom: -37rem !important;
    margin-top: -37rem !important;
  }
  .mt-xxxm-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxxm-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxxm-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxxm-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxxm-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxxm-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxxm-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxxm-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxxm-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxxm-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxxm-n11 {
    margin-top: -15rem !important;
  }
  .mt-xxxm-n12 {
    margin-top: -22rem !important;
  }
  .mt-xxxm-n13 {
    margin-top: -25rem !important;
  }
  .mt-xxxm-n14 {
    margin-top: -32rem !important;
  }
  .mt-xxxm-n15 {
    margin-top: -37rem !important;
  }
  .me-xxxm-n1 {
    margin-right: -1rem !important;
  }
  .me-xxxm-n2 {
    margin-right: -2rem !important;
  }
  .me-xxxm-n3 {
    margin-right: -3rem !important;
  }
  .me-xxxm-n4 {
    margin-right: -4rem !important;
  }
  .me-xxxm-n5 {
    margin-right: -5rem !important;
  }
  .me-xxxm-n6 {
    margin-right: -6rem !important;
  }
  .me-xxxm-n7 {
    margin-right: -7rem !important;
  }
  .me-xxxm-n8 {
    margin-right: -8rem !important;
  }
  .me-xxxm-n9 {
    margin-right: -9rem !important;
  }
  .me-xxxm-n10 {
    margin-right: -10rem !important;
  }
  .me-xxxm-n11 {
    margin-right: -15rem !important;
  }
  .me-xxxm-n12 {
    margin-right: -22rem !important;
  }
  .me-xxxm-n13 {
    margin-right: -25rem !important;
  }
  .me-xxxm-n14 {
    margin-right: -32rem !important;
  }
  .me-xxxm-n15 {
    margin-right: -37rem !important;
  }
  .mb-xxxm-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxm-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxm-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxm-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxm-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxm-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxxm-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxm-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxxm-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxm-n11 {
    margin-bottom: -15rem !important;
  }
  .mb-xxxm-n12 {
    margin-bottom: -22rem !important;
  }
  .mb-xxxm-n13 {
    margin-bottom: -25rem !important;
  }
  .mb-xxxm-n14 {
    margin-bottom: -32rem !important;
  }
  .mb-xxxm-n15 {
    margin-bottom: -37rem !important;
  }
  .ms-xxxm-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxxm-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxxm-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxxm-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxxm-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxxm-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxxm-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxxm-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxxm-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxxm-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxxm-n11 {
    margin-left: -15rem !important;
  }
  .ms-xxxm-n12 {
    margin-left: -22rem !important;
  }
  .ms-xxxm-n13 {
    margin-left: -25rem !important;
  }
  .ms-xxxm-n14 {
    margin-left: -32rem !important;
  }
  .ms-xxxm-n15 {
    margin-left: -37rem !important;
  }
  .p-xxxm-0 {
    padding: 0 !important;
  }
  .p-xxxm-1 {
    padding: 1rem !important;
  }
  .p-xxxm-2 {
    padding: 2rem !important;
  }
  .p-xxxm-3 {
    padding: 3rem !important;
  }
  .p-xxxm-4 {
    padding: 4rem !important;
  }
  .p-xxxm-5 {
    padding: 5rem !important;
  }
  .p-xxxm-6 {
    padding: 6rem !important;
  }
  .p-xxxm-7 {
    padding: 7rem !important;
  }
  .p-xxxm-8 {
    padding: 8rem !important;
  }
  .p-xxxm-9 {
    padding: 9rem !important;
  }
  .p-xxxm-10 {
    padding: 10rem !important;
  }
  .p-xxxm-11 {
    padding: 15rem !important;
  }
  .p-xxxm-12 {
    padding: 22rem !important;
  }
  .p-xxxm-13 {
    padding: 25rem !important;
  }
  .p-xxxm-14 {
    padding: 32rem !important;
  }
  .p-xxxm-15 {
    padding: 37rem !important;
  }
  .px-xxxm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxxm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxxm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxxm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxxm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxxm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxxm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xxxm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-xxxm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-xxxm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-xxxm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-xxxm-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-xxxm-12 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .px-xxxm-13 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .px-xxxm-14 {
    padding-left: 32rem !important;
    padding-right: 32rem !important;
  }
  .px-xxxm-15 {
    padding-left: 37rem !important;
    padding-right: 37rem !important;
  }
  .py-xxxm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxxm-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxxm-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .py-xxxm-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxxm-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xxxm-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .py-xxxm-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
  .py-xxxm-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .py-xxxm-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
  .py-xxxm-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
  .py-xxxm-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
  .py-xxxm-11 {
    padding-bottom: 15rem !important;
    padding-top: 15rem !important;
  }
  .py-xxxm-12 {
    padding-bottom: 22rem !important;
    padding-top: 22rem !important;
  }
  .py-xxxm-13 {
    padding-bottom: 25rem !important;
    padding-top: 25rem !important;
  }
  .py-xxxm-14 {
    padding-bottom: 32rem !important;
    padding-top: 32rem !important;
  }
  .py-xxxm-15 {
    padding-bottom: 37rem !important;
    padding-top: 37rem !important;
  }
  .pt-xxxm-0 {
    padding-top: 0 !important;
  }
  .pt-xxxm-1 {
    padding-top: 1rem !important;
  }
  .pt-xxxm-2 {
    padding-top: 2rem !important;
  }
  .pt-xxxm-3 {
    padding-top: 3rem !important;
  }
  .pt-xxxm-4 {
    padding-top: 4rem !important;
  }
  .pt-xxxm-5 {
    padding-top: 5rem !important;
  }
  .pt-xxxm-6 {
    padding-top: 6rem !important;
  }
  .pt-xxxm-7 {
    padding-top: 7rem !important;
  }
  .pt-xxxm-8 {
    padding-top: 8rem !important;
  }
  .pt-xxxm-9 {
    padding-top: 9rem !important;
  }
  .pt-xxxm-10 {
    padding-top: 10rem !important;
  }
  .pt-xxxm-11 {
    padding-top: 15rem !important;
  }
  .pt-xxxm-12 {
    padding-top: 22rem !important;
  }
  .pt-xxxm-13 {
    padding-top: 25rem !important;
  }
  .pt-xxxm-14 {
    padding-top: 32rem !important;
  }
  .pt-xxxm-15 {
    padding-top: 37rem !important;
  }
  .pe-xxxm-0 {
    padding-right: 0 !important;
  }
  .pe-xxxm-1 {
    padding-right: 1rem !important;
  }
  .pe-xxxm-2 {
    padding-right: 2rem !important;
  }
  .pe-xxxm-3 {
    padding-right: 3rem !important;
  }
  .pe-xxxm-4 {
    padding-right: 4rem !important;
  }
  .pe-xxxm-5 {
    padding-right: 5rem !important;
  }
  .pe-xxxm-6 {
    padding-right: 6rem !important;
  }
  .pe-xxxm-7 {
    padding-right: 7rem !important;
  }
  .pe-xxxm-8 {
    padding-right: 8rem !important;
  }
  .pe-xxxm-9 {
    padding-right: 9rem !important;
  }
  .pe-xxxm-10 {
    padding-right: 10rem !important;
  }
  .pe-xxxm-11 {
    padding-right: 15rem !important;
  }
  .pe-xxxm-12 {
    padding-right: 22rem !important;
  }
  .pe-xxxm-13 {
    padding-right: 25rem !important;
  }
  .pe-xxxm-14 {
    padding-right: 32rem !important;
  }
  .pe-xxxm-15 {
    padding-right: 37rem !important;
  }
  .pb-xxxm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxxm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxxm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxm-11 {
    padding-bottom: 15rem !important;
  }
  .pb-xxxm-12 {
    padding-bottom: 22rem !important;
  }
  .pb-xxxm-13 {
    padding-bottom: 25rem !important;
  }
  .pb-xxxm-14 {
    padding-bottom: 32rem !important;
  }
  .pb-xxxm-15 {
    padding-bottom: 37rem !important;
  }
  .ps-xxxm-0 {
    padding-left: 0 !important;
  }
  .ps-xxxm-1 {
    padding-left: 1rem !important;
  }
  .ps-xxxm-2 {
    padding-left: 2rem !important;
  }
  .ps-xxxm-3 {
    padding-left: 3rem !important;
  }
  .ps-xxxm-4 {
    padding-left: 4rem !important;
  }
  .ps-xxxm-5 {
    padding-left: 5rem !important;
  }
  .ps-xxxm-6 {
    padding-left: 6rem !important;
  }
  .ps-xxxm-7 {
    padding-left: 7rem !important;
  }
  .ps-xxxm-8 {
    padding-left: 8rem !important;
  }
  .ps-xxxm-9 {
    padding-left: 9rem !important;
  }
  .ps-xxxm-10 {
    padding-left: 10rem !important;
  }
  .ps-xxxm-11 {
    padding-left: 15rem !important;
  }
  .ps-xxxm-12 {
    padding-left: 22rem !important;
  }
  .ps-xxxm-13 {
    padding-left: 25rem !important;
  }
  .ps-xxxm-14 {
    padding-left: 32rem !important;
  }
  .ps-xxxm-15 {
    padding-left: 37rem !important;
  }
  .gap-xxxm-0 {
    gap: 0 !important;
  }
  .gap-xxxm-1 {
    gap: 1rem !important;
  }
  .gap-xxxm-2 {
    gap: 2rem !important;
  }
  .gap-xxxm-3 {
    gap: 3rem !important;
  }
  .gap-xxxm-4 {
    gap: 4rem !important;
  }
  .gap-xxxm-5 {
    gap: 5rem !important;
  }
  .gap-xxxm-6 {
    gap: 6rem !important;
  }
  .gap-xxxm-7 {
    gap: 7rem !important;
  }
  .gap-xxxm-8 {
    gap: 8rem !important;
  }
  .gap-xxxm-9 {
    gap: 9rem !important;
  }
  .gap-xxxm-10 {
    gap: 10rem !important;
  }
  .gap-xxxm-11 {
    gap: 15rem !important;
  }
  .gap-xxxm-12 {
    gap: 22rem !important;
  }
  .gap-xxxm-13 {
    gap: 25rem !important;
  }
  .gap-xxxm-14 {
    gap: 32rem !important;
  }
  .gap-xxxm-15 {
    gap: 37rem !important;
  }
  .row-gap-xxxm-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxm-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxm-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxxm-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxxm-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxxm-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxm-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxxm-7 {
    row-gap: 7rem !important;
  }
  .row-gap-xxxm-8 {
    row-gap: 8rem !important;
  }
  .row-gap-xxxm-9 {
    row-gap: 9rem !important;
  }
  .row-gap-xxxm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxm-11 {
    row-gap: 15rem !important;
  }
  .row-gap-xxxm-12 {
    row-gap: 22rem !important;
  }
  .row-gap-xxxm-13 {
    row-gap: 25rem !important;
  }
  .row-gap-xxxm-14 {
    row-gap: 32rem !important;
  }
  .row-gap-xxxm-15 {
    row-gap: 37rem !important;
  }
  .column-gap-xxxm-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxm-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxm-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxxm-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxxm-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxxm-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxxm-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxxm-7 {
    column-gap: 7rem !important;
  }
  .column-gap-xxxm-8 {
    column-gap: 8rem !important;
  }
  .column-gap-xxxm-9 {
    column-gap: 9rem !important;
  }
  .column-gap-xxxm-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xxxm-11 {
    column-gap: 15rem !important;
  }
  .column-gap-xxxm-12 {
    column-gap: 22rem !important;
  }
  .column-gap-xxxm-13 {
    column-gap: 25rem !important;
  }
  .column-gap-xxxm-14 {
    column-gap: 32rem !important;
  }
  .column-gap-xxxm-15 {
    column-gap: 37rem !important;
  }
  .text-xxxm-start {
    text-align: left !important;
  }
  .text-xxxm-end {
    text-align: right !important;
  }
  .text-xxxm-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

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

.h2,
h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .h2,
  h2 {
    font-size: 4rem;
  }
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.p,
p {
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  margin: 0 0 1.6em;
}

.p-xxl,
p-xxl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .p-xxl,
  p-xxl {
    font-size: 4rem;
  }
}

.p-xl,
p-xl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .p-xl,
  p-xl {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.p-lg,
p-lg {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .p-lg,
  p-lg {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}

.p-md,
p-md {
  font-size: 2.25rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .p-md,
  p-md {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-sm,
p-sm {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
}

.p-xs,
p-xs {
  font-size: 1.75rem;
  line-height: 1.6;
}

.z-bg {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-8 {
  z-index: 8;
}

.z-10 {
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.z-20 {
  z-index: 20;
}

.z-25 {
  z-index: 25;
}

.z-30 {
  z-index: 30;
}

.z-35 {
  z-index: 35;
}

.z-40 {
  z-index: 40;
}

.z-42 {
  z-index: 42;
}

.z-44 {
  z-index: 44;
}

.z-46 {
  z-index: 46;
}

.z-48 {
  z-index: 48;
}

.z-50 {
  z-index: 50;
}

.z-52 {
  z-index: 52;
}

.z-54 {
  z-index: 54;
}

.z-56 {
  z-index: 56;
}

.z-58 {
  z-index: 58;
}

.z-60 {
  z-index: 60;
}

#menu-icon {
  cursor: pointer;
  width: 4rem;
}

#menu-icon rect {
  fill: #000;
  transition: fill 0.15s ease-out;
}

#menu-btn.toggled:not(.toggling) rect,
#menu-btn.toggling rect {
  fill: #fff;
}

.header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-container {
  margin-top: 3rem;
}

.header-logo {
  max-width: 200px;
  width: 100%;
}

.header-logo svg {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.header-logo path {
  transition: fill 0.15s ease-out;
}

.header-logo:is(.toggling) path {
  transition: fill 0.15s ease-out;
}

.header-logo.toggled path {
  transition: fill 0.15s ease-out;
}

.header-link {
  text-decoration: none;
}

.header-cta-wrapper {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 5.69975rem;
  min-width: min(17rem, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .header-cta-wrapper {
    width: 100%;
  }
}

.header-cta-wrapper .cta {
  width: 100%;
}

@media (max-width: 575.98px) {
  .header-cta-wrapper {
    width: 100%;
  }
  .header-cta-wrapper > * {
    max-width: 100%;
    width: 100%;
  }
  .header-cta-wrapper a {
    box-sizing: border-box !important;
  }
}

.header-cta-wrapper .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.header-cta-wrapper .cta-bg,
.header-cta-wrapper .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-cta-wrapper .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.header-cta-wrapper:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.header-cta-wrapper:hover .cta-bg-overlay {
  opacity: 0.8;
}

.header-cta-wrapper .cta-inner-before {
  flex-direction: row;
}

.header-cta-wrapper .cta-inner-after {
  flex-direction: row-reverse;
}

.header-cta-wrapper .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 1.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .header-cta-wrapper .cta-inner {
    font-size: 1.8rem;
  }
}

.header-cta-wrapper .cta-inner img {
  max-width: 3rem;
}

.header-cta-wrapper * {
  color: #fff;
  text-decoration: none;
}

.header-cta-wrapper a {
  user-select: none;
}

.header-cta-wrapper a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-cta-wrapper:active a,
.header-cta-wrapper:focus a,
.header-cta-wrapper:hover * {
  color: #fff;
}

.header-items > .hs_cos_wrapper_type_menu {
  flex-shrink: 0;
}

.header-items > .hs_cos_wrapper_type_menu,
.header-items > .hs_cos_wrapper_type_menu > .hs-menu-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.header-items > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
}

.header-items > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li {
  display: flex;
  position: relative;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:first-of-type {
  margin-left: 0;
}

.header-items > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li > a {
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: 0.12s ease-out;
}

.header-items > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li > ul {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  left: 0.0175rem;
  list-style: none;
  min-width: 100%;
  opacity: 0;
  padding: 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(-1px);
  width: fit-content;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li {
  display: flex;
  position: relative;
  width: 100%;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > a {
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition: 0.12s ease-out;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li:after {
  border-radius: 0.75rem;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.125s ease-out;
  width: 100%;
  z-index: 1;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li:hover:after {
  opacity: 1;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.active
  > a {
  font-weight: 700;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul:after {
  border-radius: 1rem;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.125s ease-out;
  width: 100%;
  z-index: -1;
}

.header-items > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:after {
  border-radius: 1rem;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  transition: opacity 0.125s ease-out;
  width: 100%;
  z-index: -1;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.049' height='8.438'%3E%3Cpath fill='none' stroke='%23343a40' stroke-width='2' d='m.707.707 6.318 6.317L13.341.707' data-name='Path 7117'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 8.4px;
  width: 13px;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active-branch
  > a,
.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active
  > a {
  font-weight: 700;
}

.header-items > .hs_cos_wrapper_type_menu > .hs-menu-wrapper > ul > li:hover {
  filter: drop-shadow(0 0.5rem 2rem rgba(0, 0, 0, 0.045));
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover.hs-item-has-children:after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: calc(100% + 0.75rem);
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover.hs-item-has-children
  > a {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover.hs-item-has-children
  > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.049' height='8.438'%3E%3Cpath fill='none' stroke='%23343a40' stroke-width='2' d='m.707.707 6.318 6.317L13.341.707' data-name='Path 7117'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 8.4px;
  width: 13px;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover
  > ul {
  opacity: 1;
  pointer-events: all;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover:after,
.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover
  > ul:after {
  opacity: 1;
}

.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:first-of-type
  > a,
.header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:first-of-type
  > ul {
  margin-left: 0;
}

.header-items-mobile {
  padding: 4rem 0;
}

.header-items-mobile > .hs_cos_wrapper,
.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper {
  width: 100%;
}

.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper > ul {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  list-style: none;
  padding: 0;
  width: 100%;
}

.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper > ul > li {
  align-items: start;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 8rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li:last-of-type {
  margin-bottom: 0;
}

.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper > ul > li > a {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
}

.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper > ul > li > a,
.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper > ul > li > a:hover {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
}

.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper > ul > li > ul {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  list-style: none;
  padding: 0;
  width: 100%;
}

.header-items-mobile > .hs_cos_wrapper > .hs-menu-wrapper > ul > li > ul > li {
  font-size: 4rem;
  font-size: 3rem !important;
  font-weight: 500;
  line-height: 1.3;
  line-height: 1.6 !important;
  position: relative;
  width: 100%;
}

@media (max-width: 575.98px) {
  .header-items-mobile
    > .hs_cos_wrapper
    > .hs-menu-wrapper
    > ul
    > li
    > ul
    > li {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > a {
  color: #e1e1e1;
  display: block;
  text-decoration: none;
  width: 100%;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.hs-item-has-children:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23E1E1E1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 15 6-6 6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  display: inline-block;
  height: 3rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0.8994375rem;
  transform: rotate(180deg);
  transition: 0.24s ease-out;
  width: 3rem;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.hs-item-has-children.header-m-item-open:after {
  transform: rotate(0);
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > ul {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 0;
  justify-content: start;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  padding-left: 4rem;
  position: relative;
  width: 100%;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > ul:before {
  border-right: 0.125rem solid #7b7b7b;
  content: "";
  height: 100%;
  left: 1rem;
  max-height: calc(100% - 2.39938rem);
  position: absolute;
  top: 0;
  width: 0;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > ul
  > li {
  font-size: 4rem;
  font-size: 3rem !important;
  font-weight: 500;
  line-height: 1.3;
  line-height: 1.6 !important;
  position: relative;
  width: 100%;
}

@media (max-width: 575.98px) {
  .header-items-mobile
    > .hs_cos_wrapper
    > .hs-menu-wrapper
    > ul
    > li
    > ul
    > li
    > ul
    > li {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > ul
  > li:first-of-type {
  margin-top: 2rem;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  color: #e1e1e1;
  display: block;
  text-decoration: none;
  width: 100%;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > ul
  > li.active
  > a {
  font-weight: 600;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > ul
  > li:before {
  border-top: 0.125rem solid #7b7b7b;
  content: "";
  height: 0;
  left: -3.05rem;
  position: absolute;
  top: 50%;
  width: 2.25rem;
}

.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.active-branch:before,
.header-items-mobile
  > .hs_cos_wrapper
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.active:before {
  background: #ff710f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: "";
  height: 0.7rem;
  left: -15px;
  position: absolute;
  top: 2.399375rem;
  transform: translateY(-50%);
  width: 0.7rem;
}

@media (max-width: 767.98px) {
  .header-items-mobile
    > .hs_cos_wrapper
    > .hs-menu-wrapper
    > ul
    > li
    > ul
    > li.active-branch:before,
  .header-items-mobile
    > .hs_cos_wrapper
    > .hs-menu-wrapper
    > ul
    > li
    > ul
    > li.active:before {
    height: 5px;
    left: -10px;
    width: 5px;
  }
}

.header-m-content {
  display: none;
  overflow: auto;
}

.header-m-item {
  opacity: 0;
}

.header-m-item > a {
  will-change: opacity;
}

.header-m-item-line {
  border-bottom: 0.125rem solid #343434;
  height: 0.125rem;
  will-change: max-width;
}

.header-m-item-line:last-of-type {
  display: none;
}

.header-m-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5.5rem;
  min-height: 7.11375rem;
  min-width: min(240px, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .header-m-cta {
    width: 100%;
  }
}

.header-m-cta .cta {
  width: 100%;
}

@media (max-width: 991.98px) {
  .header-m-cta {
    width: 100%;
  }
  .header-m-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .header-m-cta a {
    box-sizing: border-box !important;
  }
}

.header-m-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.header-m-cta .cta-bg,
.header-m-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-m-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.header-m-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.header-m-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.header-m-cta .cta-inner-before {
  flex-direction: row;
}

.header-m-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.header-m-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 1.69rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .header-m-cta .cta-inner {
    font-size: 2rem;
  }
}

.header-m-cta .cta-inner img {
  max-width: 3rem;
}

.header-m-cta * {
  color: #fff;
  text-decoration: none;
}

.header-m-cta a {
  user-select: none;
}

.header-m-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-m-cta:active a,
.header-m-cta:focus a,
.header-m-cta:hover * {
  color: #fff;
}

.header-bg {
  background-color: #1c1c1c;
  opacity: 0;
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > a,
.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > a {
  background-color: #fff0;
  color: #343434;
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li:after {
  background-color: #f3f3f3;
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.active,
.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.active
  > a {
  color: #000;
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:after,
.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul:after {
  background-color: #fff;
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.049' height='8.438'%3E%3Cpath fill='none' stroke='%23343a40' stroke-width='2' d='m.707.707 6.318 6.317L13.341.707' data-name='Path 7117'/%3E%3C/svg%3E");
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active,
.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active-branch
  > a,
.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active
  > a {
  color: #000;
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover {
  filter: drop-shadow(0 0.5rem 2rem rgba(0, 0, 0, 0.045));
}

.header-light
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover
  > a {
  background-color: #fff;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > a {
  background-color: #fff0;
  color: #fff;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li
  > a {
  background-color: #fff0;
  color: #343434;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li:after {
  background-color: #f3f3f3;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.active,
.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul
  > li.active
  > a {
  color: #000;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:after,
.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li
  > ul:after {
  background-color: #fff;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.049' height='8.438'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='m.707.707 6.318 6.317L13.341.707' data-name='Path 7117'/%3E%3C/svg%3E");
  transition: 0.16s ease-out;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active,
.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active-branch
  > a,
.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li.active
  > a {
  color: #fff;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover {
  filter: drop-shadow(0 0.5rem 2rem rgba(0, 0, 0, 0.045));
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover
  > a {
  background-color: #fff0;
  color: #343434;
}

.header-dark
  .header-items
  > .hs_cos_wrapper_type_menu
  > .hs-menu-wrapper
  > ul
  > li:hover.hs-item-has-children
  > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.049' height='8.438'%3E%3Cpath fill='none' stroke='%23343a40' stroke-width='2' d='m.707.707 6.318 6.317L13.341.707' data-name='Path 7117'/%3E%3C/svg%3E");
}

.header-dark #headerLogoPart,
.header-dark #headerLogoPart2 {
  fill: #fff;
}

.lpheader {
  padding: 36px 0 0;
}

@media (max-width: 575.98px) {
  .lpheader {
    padding: 14px 0 0;
  }
}

.footer {
  background: #1c1c1c;
  border-top: 2px solid #ff710f;
  color: #bebebe;
}

.footer-top {
  border-bottom: 1px solid #343434;
  padding-bottom: 48px;
}

.footer-title {
  color: #ff710f;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .footer-title {
    font-size: 2.25rem;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    line-height: 1.3;
  }
}

@media (max-width: 575.98px) and (max-width: 575.98px) {
  .footer-title {
    font-size: 3rem;
    line-height: 1.3;
  }
}

@media (max-width: 991.98px) {
  .footer-menu {
    border-bottom: 1px solid #343434;
    padding-bottom: 48px;
  }
}

.footer-menu .hs-menu-wrapper ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
}

.footer-menu .hs-menu-wrapper ul li {
  margin-bottom: 8px;
  position: relative;
}

.footer-menu .hs-menu-wrapper ul li:not(.active):before {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: "";
  height: 0.7rem;
  left: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.1s ease-in-out;
  width: 0.7rem;
}

@media (max-width: 767.98px) {
  .footer-menu .hs-menu-wrapper ul li:not(.active):before {
    height: 5px;
    left: -10px;
    width: 5px;
  }
}

.footer-menu .hs-menu-wrapper ul li:not(.active):hover:before {
  opacity: 1;
}

.footer-menu .hs-menu-wrapper ul li.active:before {
  background: #ff710f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: "";
  height: 0.7rem;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
}

@media (max-width: 767.98px) {
  .footer-menu .hs-menu-wrapper ul li.active:before {
    height: 5px;
    left: -10px;
    width: 5px;
  }
}

.footer-menu a {
  color: #e1e1e1;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer-menu a:last-of-type {
  margin-bottom: 0;
}

.footer-social {
  background: #343434;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #7b7b7b !important;
  display: inline-block;
  height: 6rem;
  overflow: hidden;
  position: relative;
  transition: color 0.15s ease-in-out;
  width: 6rem;
}

.footer-social:after {
  background: linear-gradient(180deg, #ff8937, #fe6800);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.15s ease-in-out;
  z-index: 1;
}

.footer-social:hover {
  color: #fff !important;
}

.footer-social:hover:after {
  opacity: 1;
}

.footer-social svg {
  height: 4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  z-index: 2;
}

.footer-link {
  color: #bebebe;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-scroll {
  width: 6rem;
}

.footer-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.11375rem;
  min-width: min(448px, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .footer-cta {
    width: 100%;
  }
}

.footer-cta .cta {
  width: 100%;
}

@media (max-width: 575.98px) {
  .footer-cta {
    width: 100%;
  }
  .footer-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .footer-cta a {
    box-sizing: border-box !important;
  }
}

.footer-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.footer-cta .cta-bg,
.footer-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.footer-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.footer-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.footer-cta .cta-inner-before {
  flex-direction: row;
}

.footer-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.footer-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 1.69rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .footer-cta .cta-inner {
    font-size: 2rem;
  }
}

.footer-cta .cta-inner img {
  max-width: 3rem;
}

.footer-cta * {
  color: #fff;
  text-decoration: none;
}

.footer-cta a {
  user-select: none;
}

.footer-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-cta:active a,
.footer-cta:focus a,
.footer-cta:hover * {
  color: #fff;
}

.footer-lp-menu ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-lp-menu ul li:first-of-type a:after {
  content: "/";
  margin-left: 15px;
}

.footer-lp-menu ul a {
  color: #bebebe;
  margin: 0 7.5px;
  text-decoration: none;
}

.footer-lp-menu ul a:hover {
  color: #e1e1e1;
}

.modal-content {
  border: unset;
  border-radius: 10px;
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 510px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
  }
}

.modal-header {
  border-bottom: unset;
  justify-content: end;
  padding: unset;
}

.modal-header .btn-close {
  appearance: none;
  background: #000
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: 10px 10px;
  border: unset;
  border-radius: 50rem;
  height: 28px;
  outline: unset;
  transform: translate(6px, -6px);
  width: 28px;
}

.modal-header .btn-close:hover {
  cursor: pointer;
}

.modal-body {
  padding: 15px 40px 45px;
}

@media (max-width: 991.98px) {
  .modal-body {
    padding: 15px 30px 35px;
  }
}

@media (max-width: 575.98px) {
  .modal-body {
    padding: 15px 20px 25px;
  }
}

@media (min-width: 992px) {
  .form-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.form-container form {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
}

.form-container .hs-fieldtype-phonenumber,
.form-container .hs-fieldtype-text {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.form-container .hs-fieldtype-phonenumber label,
.form-container .hs-fieldtype-text label {
  display: none;
}

.form-container .hs_submit {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.form-container .hs-input {
  appearance: none;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  color: #000;
  font-size: 17px;
  line-height: 1;
  outline: none;
  padding: 17px 18px;
  transition: box-shadow 0.1s ease-out, border-color 0.1s ease-out;
  width: 100%;
}

.form-container .hs-input.placeholder {
  color: #a9a9a9;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.form-container .hs-input:-moz-placeholder,
.form-container .hs-input::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.form-container .hs-input:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.form-container .hs-input::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.form-container .hs-input:focus {
  border-color: #459dbf;
  box-shadow: 0 0 0 0.25rem #459dbf40;
}

.form-container .hs-input:focus.placeholder {
  opacity: 0.4;
}

.form-container .hs-input:focus:-moz-placeholder,
.form-container .hs-input:focus::-moz-placeholder {
  opacity: 0.4;
}

.form-container .hs-input:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.form-container .hs-input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

.form-container .hs-input.error,
.form-container .hs-input.invalid {
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
    no-repeat calc(100% - 10px);
  background-size: 18px 18px;
  border-color: #dc3545;
  box-shadow: 0 0 0 2.5px #dc354540;
}

.form-container .hs-error-msgs {
  bottom: -20px;
  color: #dc3545;
  font-size: 12px;
  left: 12px;
  line-height: 21px;
  list-style-type: none;
  margin: 0;
  min-width: max-content;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
}

.form-container .hs-button {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8.1152375rem;
  min-width: min(240px, 100%);
  padding-bottom: 17px;
  padding-top: 17px;
  position: relative;
  width: 100%;
}

@media (max-width: 575.98px) {
  .form-container .hs-button {
    width: 100%;
  }
}

.form-container .hs-button .cta {
  width: 100%;
}

@media (max-width: 575.98px) {
  .form-container .hs-button {
    width: 100%;
  }
  .form-container .hs-button > * {
    max-width: 100%;
    width: 100%;
  }
  .form-container .hs-button a {
    box-sizing: border-box !important;
  }
}

.form-container .hs-button .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.form-container .hs-button .cta-bg,
.form-container .hs-button .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form-container .hs-button .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.form-container .hs-button:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.form-container .hs-button:hover .cta-bg-overlay {
  opacity: 0.8;
}

.form-container .hs-button .cta-inner-before {
  flex-direction: row;
}

.form-container .hs-button .cta-inner-after {
  flex-direction: row-reverse;
}

.form-container .hs-button .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 2.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .form-container .hs-button .cta-inner {
    font-size: 2rem;
  }
}

.form-container .hs-button .cta-inner img {
  max-width: 3rem;
}

.form-container .hs-button * {
  color: #fff;
  text-decoration: none;
}

.form-container .hs-button a {
  user-select: none;
}

.form-container .hs-button a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form-container .hs-button:active a,
.form-container .hs-button:focus a,
.form-container .hs-button:hover * {
  color: #fff;
}

.modal {
  height: 100vh;
}

.modal-pretext {
  margin-bottom: 18px;
}

.modal-pretext,
.modal-pretext > .hs_cos_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-pretext > .hs_cos_wrapper {
  max-width: 560px;
}

.modal-pretext > .hs_cos_wrapper > h2,
.modal-pretext > .hs_cos_wrapper > h3 {
  font-weight: 700;
  margin-bottom: 8px;
}

.modal-pretext > .hs_cos_wrapper > p {
  margin-bottom: 16px;
}

.modal-pretext > .hs_cos_wrapper > :last-child {
  margin-bottom: 0;
}

* {
  -webkit-font-smoothing: subpixel-antialiased;
}

:root {
  font-size: 50%;
}

@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 4rem;
  }
}

body {
  background: #f3f3f3;
  color: #343434;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
}

#smooth-content {
  background: #f3f3f3;
  will-change: transform;
}

img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  height: auto;
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}

.app {
  overflow-x: hidden;
  overflow-y: visible;
}

.animated-loader-logo {
  will-change: opacity;
}

::-moz-selection {
  -webkit-text-fill-color: #fff;
  background: #005bff;
  -webkit-background-clip: unset !important;
  color: #fff;
}

::selection {
  -webkit-text-fill-color: #fff;
  background: #005bff;
  -webkit-background-clip: unset !important;
  color: #fff;
}

.app {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease-in-out;
}

.app.loaded {
  opacity: 1;
  pointer-events: auto;
}

.will-change,
.wse {
  will-change: opacity, transform;
}

.wse {
  background-color: #fff;
  border-radius: 18px;
  transform: scale(0.95) translateZ(0);
}

.geo-shape-square-blur {
  backdrop-filter: blur(0.75rem);
  background: linear-gradient(180deg, #ff8937, #fe6800);
  mix-blend-mode: overlay;
}

.geo-shape-square-blur-drop {
  backdrop-filter: blur(1.625rem);
  background-color: #73737399;
  mix-blend-mode: multiply;
}

.flare {
  height: 100%;
  left: 50%;
  max-width: 100vw;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 100vw;
  z-index: 3;
}

.flare-node {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='1200' fill='none'%3E%3Ccircle cx='600' cy='600' r='600' fill='url(%23a)' fill-opacity='.2'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='rotate(90 0 600) scale(600)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF710F'/%3E%3Cstop offset='1' stop-color='%23FF710F' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-size: contain;
  height: 1205px;
  position: absolute;
  width: 1205px;
}

@media (max-width: 991.98px) {
  .flare-node {
    height: 900px;
    width: 900px;
  }
}

@media (max-width: 575.98px) {
  .flare-node {
    height: 734px;
    width: 734px;
  }
}

.accordion-item {
  background: #fff !important;
  border: unset;
  -webkit-border-radius: 1rem !important;
  -moz-border-radius: 1rem !important;
  border-radius: 1rem !important;
  color: #343434;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  padding: 2.375rem 2rem;
}

.accordion-item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.accordion-button {
  align-items: start;
  background: transparent !important;
  color: #343434;
  font-size: 2rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 0;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%237B7B7B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: contain;
  height: 3rem;
  margin-left: 5.75rem;
  width: 3rem;
}

@media (max-width: 575.98px) {
  .accordion-button:after {
    margin-left: 4.5rem;
  }
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%237B7B7B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.accordion-button[aria-expanded="true"] {
  color: #ff710f !important;
}

.accordion-button:focus {
  border: unset;
  box-shadow: unset;
  color: #343434;
}

.accordion-body {
  padding: 0;
}

.accordion-body-text {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text,
.accordion-body-text > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > *,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > h1,
.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > h2,
.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > h3,
.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > h4,
.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > h5,
.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > h6,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > h1,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > h2,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > h3,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > h4,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > h5,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text mark,
.accordion-body-text > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h1,
.accordion-body-text > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h1,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h1,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h1,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h2,
.accordion-body-text > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h2,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h2,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h2,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h3,
.accordion-body-text > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h3,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h3,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h4,
.accordion-body-text > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h5,
.accordion-body-text > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h6,
.accordion-body-text > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text p,
.accordion-body-text > .hs_cos_wrapper_type_rich_text p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  max-width: min(100rem, 100%);
}

@media (max-width: 575.98px) {
  .accordion-body-text > .hs_cos_wrapper_type_inline_rich_text p br,
  .accordion-body-text > .hs_cos_wrapper_type_rich_text p br {
    display: none;
  }
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text p,
.accordion-body-text > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.accordion-body-text > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.accordion-body-text > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.img-fluid {
  width: 100%;
}

.hero {
  padding: 18.75rem 0 15rem;
}

@media (max-width: 1599.98px) {
  .hero {
    padding: 18.75rem 0 8rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding: 15rem 0 2rem;
  }
}

.hero-logos {
  margin-bottom: 2rem;
  max-width: 62rem;
}

@media (max-width: 991.98px) {
  .hero-logos {
    margin: 8rem auto 0;
    max-width: 83.255%;
  }
}

.hero-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text,
.hero-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text > *,
.hero-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.hero-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.hero-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.hero-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.hero-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.hero-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.hero-content > .hs_cos_wrapper_type_rich_text > h1,
.hero-content > .hs_cos_wrapper_type_rich_text > h2,
.hero-content > .hs_cos_wrapper_type_rich_text > h3,
.hero-content > .hs_cos_wrapper_type_rich_text > h4,
.hero-content > .hs_cos_wrapper_type_rich_text > h5,
.hero-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text mark,
.hero-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text h1,
.hero-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .hero-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .hero-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .hero-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .hero-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text h2,
.hero-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .hero-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .hero-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .hero-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .hero-content > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text h3,
.hero-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .hero-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .hero-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .hero-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text h4,
.hero-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .hero-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text h5,
.hero-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .hero-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text h6,
.hero-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .hero-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text p,
.hero-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text p br,
.hero-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text p,
.hero-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.hero-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.hero-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.hero-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4rem;
  min-height: 8.1152375rem;
  min-width: min(56rem, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .hero-cta {
    width: 100%;
  }
}

.hero-cta .cta {
  width: 100%;
}

@media (max-width: 991.98px) {
  .hero-cta {
    width: 100%;
  }
  .hero-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .hero-cta a {
    box-sizing: border-box !important;
  }
}

.hero-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.hero-cta .cta-bg,
.hero-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.hero-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.hero-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.hero-cta .cta-inner-before {
  flex-direction: row;
}

.hero-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.hero-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 2.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .hero-cta .cta-inner {
    font-size: 2rem;
  }
}

.hero-cta .cta-inner img {
  max-width: 3rem;
}

.hero-cta * {
  color: #fff;
  text-decoration: none;
}

.hero-cta a {
  user-select: none;
}

.hero-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-cta:active a,
.hero-cta:focus a,
.hero-cta:hover * {
  color: #fff;
}

.hero-video {
  align-items: stretch;
  aspect-ratio: 1.78;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  will-change: transform;
}

.hero-video .iframe_wrapper {
  padding-bottom: 53.25%;
}

.hero-video-wrapper {
  max-width: 122rem;
  position: relative;
}

.hero-video > .hs_cos_wrapper_type_module {
  display: flex;
}

.hero-video-info {
  align-items: stretch;
  background-color: #fff;
  border-radius: 1rem;
  bottom: 0;
  box-shadow: 0 1.5rem 4rem #0000001a;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  left: 62%;
  max-width: 74.75rem;
  padding: 2rem;
  position: absolute;
  transform: translate(-62%, 105%) translateZ(0);
}

@media (max-width: 575.98px) {
  .hero-video-info {
    gap: 1.3rem;
    max-width: 42.75rem;
    padding: 1.5rem 2rem;
  }
}

.hero-video-info-divider {
  background-color: #e1e1e1;
  width: 0.125rem;
}

.hero-video-info-item {
  width: calc(50% - 1rem);
}

.hero-video-info-item-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text > *,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > h1,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > h2,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > h3,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > h4,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > h5,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text mark,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: auto;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h4,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h5,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h6,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text p {
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: min(71rem, 100%);
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text p br,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.hero-video-info-item-content
  > .hs_cos_wrapper_type_inline_rich_text
  > :last-child,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text,
.hero-video-info-item-content > .hs_cos_wrapper_type_rich_text {
  height: 100%;
}

@media (max-width: 575.98px) {
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text h2 {
    color: #000;
    font-family: Bebas Neue, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
  }
  .hero-video-info-item-content > .hs_cos_wrapper_type_inline_rich_text p,
  .hero-video-info-item-content > .hs_cos_wrapper_type_rich_text p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.mission {
  padding: 8rem 0;
}

@media (max-width: 1599.98px) {
  .mission {
    padding: 8rem 0;
  }
}

.mission-card {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 2rem 7rem #0000001a;
  padding: 8rem 11.25rem 8rem 15rem;
}

@media (max-width: 991.98px) {
  .mission-card {
    padding: 0rem 5rem 6rem;
  }
}

@media (max-width: 575.98px) {
  .mission-card {
    padding: 3rem;
  }
}

.mission-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text,
.mission-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #7b7b7b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text > *,
.mission-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.mission-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.mission-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.mission-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.mission-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.mission-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.mission-content > .hs_cos_wrapper_type_rich_text > h1,
.mission-content > .hs_cos_wrapper_type_rich_text > h2,
.mission-content > .hs_cos_wrapper_type_rich_text > h3,
.mission-content > .hs_cos_wrapper_type_rich_text > h4,
.mission-content > .hs_cos_wrapper_type_rich_text > h5,
.mission-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text mark,
.mission-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text h1,
.mission-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .mission-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text h2,
.mission-content > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
.mission-content > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text h3,
.mission-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .mission-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text h4,
.mission-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .mission-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text h5,
.mission-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .mission-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text h6,
.mission-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .mission-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text p,
.mission-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(69.875rem, 100%);
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text p br,
.mission-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text p,
.mission-content > .hs_cos_wrapper_type_rich_text p {
  color: #7b7b7b;
}

.mission-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.mission-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.mission-quote {
  align-items: start;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  border-radius: 2rem;
  display: inline-flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 63.9rem;
  padding: 6rem;
}

@media (max-width: 991.98px) {
  .mission-quote {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .mission-quote {
    gap: 3rem;
    padding: 2rem;
  }
}

.mission-quote-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .mission-quote-content {
    align-items: center;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text,
.mission-quote-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text {
    align-items: center;
    text-align: center;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > *,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > h1,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > h2,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > h3,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > h4,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > h5,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text mark,
.mission-quote-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h1,
.mission-quote-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h2,
.mission-quote-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h3,
.mission-quote-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h4,
.mission-quote-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h5,
.mission-quote-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h6,
.mission-quote-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text p,
.mission-quote-content > .hs_cos_wrapper_type_rich_text p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  max-width: min(100rem, 100%);
}

@media (max-width: 575.98px) {
  .mission-quote-content > .hs_cos_wrapper_type_inline_rich_text p br,
  .mission-quote-content > .hs_cos_wrapper_type_rich_text p br {
    display: none;
  }
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text p,
.mission-quote-content > .hs_cos_wrapper_type_rich_text p {
  color: #fff;
}

.mission-quote-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.mission-quote-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.mission-quote-author {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.mission-quote-author-icon {
  border-radius: 8rem;
  height: 8rem;
  width: 8rem;
}

.mission-quote-author-name {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text > *,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text > h1,
.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text > h2,
.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text > h3,
.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text > h4,
.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text > h5,
.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text > h6,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > h1,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > h2,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > h3,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > h4,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > h5,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text mark,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h1,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h2,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h3,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h4,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h5,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h6,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text p,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 0;
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text p br,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.mission-quote-author-name > .hs_cos_wrapper_type_inline_rich_text p,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text p {
  color: #fff;
}

.mission-quote-author-name
  > .hs_cos_wrapper_type_inline_rich_text
  > :last-child,
.mission-quote-author-name > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.mission-quote-author-name > .hs_cos_wrapper_type_rich_text p:first-of-type {
  font-size: 2.25rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .mission-quote-author-name > .hs_cos_wrapper_type_rich_text p:first-of-type {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.mission-benefits-item {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.mission-benefits-item-icon {
  align-items: center;
  background: rgba(255, 113, 15, 0.15);
  border-radius: 2rem;
  display: flex;
  flex-shrink: 0;
  height: 8rem;
  justify-content: center;
  padding: 1.5rem;
  width: 8rem;
}

@media (max-width: 575.98px) {
  .mission-benefits-item-icon {
    border-radius: 1rem;
    height: 6rem;
    padding: 1rem;
    width: 6rem;
  }
}

.mission-benefits-item-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text > *,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > h1,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > h2,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > h3,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > h4,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > h5,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text mark,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h4,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h5,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h6,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text p {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text p,
  .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text p {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text p br,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.mission-benefits-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.mission-benefits-item-content
  > .hs_cos_wrapper_type_inline_rich_text
  > :last-child,
.mission-benefits-item-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.benefits {
  padding: 15rem 0;
}

@media (max-width: 1599.98px) {
  .benefits {
    padding: 5rem 0;
  }
}

.benefits-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text,
.benefits-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text > *,
.benefits-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.benefits-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.benefits-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.benefits-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.benefits-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.benefits-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.benefits-content > .hs_cos_wrapper_type_rich_text > h1,
.benefits-content > .hs_cos_wrapper_type_rich_text > h2,
.benefits-content > .hs_cos_wrapper_type_rich_text > h3,
.benefits-content > .hs_cos_wrapper_type_rich_text > h4,
.benefits-content > .hs_cos_wrapper_type_rich_text > h5,
.benefits-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text mark,
.benefits-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text h1,
.benefits-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .benefits-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .benefits-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .benefits-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .benefits-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text h2,
.benefits-content > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .benefits-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
.benefits-content > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text h3,
.benefits-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .benefits-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .benefits-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .benefits-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text h4,
.benefits-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .benefits-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text h5,
.benefits-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .benefits-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text h6,
.benefits-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .benefits-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .benefits-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text p,
.benefits-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text p br,
.benefits-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text p,
.benefits-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.benefits-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.benefits-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .benefits-content {
    max-width: 71rem;
  }
}

.benefits-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
  min-height: 8.1152375rem;
  min-width: min(41rem, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .benefits-cta {
    width: 100%;
  }
}

.benefits-cta .cta {
  width: 100%;
}

@media (max-width: 991.98px) {
  .benefits-cta {
    width: 100%;
  }
  .benefits-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .benefits-cta a {
    box-sizing: border-box !important;
  }
}

.benefits-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.benefits-cta .cta-bg,
.benefits-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.benefits-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.benefits-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.benefits-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.benefits-cta .cta-inner-before {
  flex-direction: row;
}

.benefits-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.benefits-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 2.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .benefits-cta .cta-inner {
    font-size: 2rem;
  }
}

.benefits-cta .cta-inner img {
  max-width: 3rem;
}

.benefits-cta * {
  color: #fff;
  text-decoration: none;
}

.benefits-cta a {
  user-select: none;
}

.benefits-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.benefits-cta:active a,
.benefits-cta:focus a,
.benefits-cta:hover * {
  color: #fff;
}

.benefits-img {
  border-radius: 2rem;
  overflow: hidden;
}

.benefits-img img {
  width: 100%;
}

.benefits-img:before {
  background: linear-gradient(
    180deg,
    rgba(255, 113, 15, 0.44),
    rgba(255, 113, 15, 0)
  );
  border-radius: 2rem;
  content: "";
  height: 50.149%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.benefits-img-wrapper {
  max-width: 71rem;
}

.benefits-img-deco {
  bottom: -3%;
  height: 7rem;
  left: 0;
  position: absolute;
  transform: translate(-50%);
  width: 7rem;
}

.donts-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(71rem, 100%);
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text,
.donts-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text > *,
.donts-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.donts-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.donts-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.donts-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.donts-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.donts-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.donts-content > .hs_cos_wrapper_type_rich_text > h1,
.donts-content > .hs_cos_wrapper_type_rich_text > h2,
.donts-content > .hs_cos_wrapper_type_rich_text > h3,
.donts-content > .hs_cos_wrapper_type_rich_text > h4,
.donts-content > .hs_cos_wrapper_type_rich_text > h5,
.donts-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text mark,
.donts-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text h1,
.donts-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .donts-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .donts-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .donts-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .donts-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text h2,
.donts-content > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .donts-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
.donts-content > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text h3,
.donts-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .donts-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .donts-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .donts-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text h4,
.donts-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .donts-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text h5,
.donts-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .donts-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text h6,
.donts-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .donts-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .donts-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text p,
.donts-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text p br,
.donts-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text p,
.donts-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.donts-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.donts-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .donts-content {
    max-width: 71rem;
  }
}

.donts-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
  min-height: 8.1152375rem;
  min-width: min(41rem, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .donts-cta {
    width: 100%;
  }
}

.donts-cta .cta {
  width: 100%;
}

@media (max-width: 991.98px) {
  .donts-cta {
    width: 100%;
  }
  .donts-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .donts-cta a {
    box-sizing: border-box !important;
  }
}

.donts-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.donts-cta .cta-bg,
.donts-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.donts-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.donts-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.donts-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.donts-cta .cta-inner-before {
  flex-direction: row;
}

.donts-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.donts-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 2.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .donts-cta .cta-inner {
    font-size: 2rem;
  }
}

.donts-cta .cta-inner img {
  max-width: 3rem;
}

.donts-cta * {
  color: #fff;
  text-decoration: none;
}

.donts-cta a {
  user-select: none;
}

.donts-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.donts-cta:active a,
.donts-cta:focus a,
.donts-cta:hover * {
  color: #fff;
}

.donts-img {
  mix-blend-mode: darken;
}

@media (max-width: 991.98px) {
  .donts-img {
    max-width: 71rem;
  }
}

.donts-img img {
  width: 100%;
}

.master-bg {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.master-bg img {
  height: auto;
  width: 100%;
}

@media (max-width: 575.98px) {
  .master-bg img {
    max-width: unset;
    width: 366%;
  }
}

.master-deco-img-1 {
  left: 10rem;
}

.master-deco-img-1,
.master-deco-img-2 {
  mix-blend-mode: darken;
  top: 44%;
  transform: translateY(-50%);
  width: 23.4375vw;
}

.master-deco-img-2 {
  right: 10rem;
}

.master-img,
.master-img img {
  width: 100%;
}

.master-img-wrapper {
  margin: 2rem 0;
  max-width: 18rem;
  width: 100%;
}

.master-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 69.875rem;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text,
.master-content > .hs_cos_wrapper_type_rich_text {
  align-items: center;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text > *,
.master-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.master-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.master-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.master-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.master-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.master-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.master-content > .hs_cos_wrapper_type_rich_text > h1,
.master-content > .hs_cos_wrapper_type_rich_text > h2,
.master-content > .hs_cos_wrapper_type_rich_text > h3,
.master-content > .hs_cos_wrapper_type_rich_text > h4,
.master-content > .hs_cos_wrapper_type_rich_text > h5,
.master-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text mark,
.master-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text h1,
.master-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .master-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .master-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .master-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .master-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .master-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.master-content > .hs_cos_wrapper_type_inline_rich_text h2,
.master-content > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .master-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.master-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
.master-content > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text h3,
.master-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .master-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .master-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .master-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.master-content > .hs_cos_wrapper_type_inline_rich_text h4,
.master-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .master-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.master-content > .hs_cos_wrapper_type_inline_rich_text h5,
.master-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .master-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.master-content > .hs_cos_wrapper_type_inline_rich_text h6,
.master-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .master-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .master-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.master-content > .hs_cos_wrapper_type_inline_rich_text p,
.master-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(69.875rem, 100%);
}

.master-content > .hs_cos_wrapper_type_inline_rich_text p br,
.master-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text p,
.master-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.master-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.master-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.voices {
  padding: 15rem 0;
}

@media (max-width: 1599.98px) {
  .voices {
    padding: 8rem 0;
  }
}

.voices-title {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 8rem;
}

@media (max-width: 575.98px) {
  .voices-title {
    align-items: center;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text,
.voices-title > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text,
  .voices-title > .hs_cos_wrapper_type_rich_text {
    align-items: center;
    text-align: center;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text > *,
.voices-title > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text > h1,
.voices-title > .hs_cos_wrapper_type_inline_rich_text > h2,
.voices-title > .hs_cos_wrapper_type_inline_rich_text > h3,
.voices-title > .hs_cos_wrapper_type_inline_rich_text > h4,
.voices-title > .hs_cos_wrapper_type_inline_rich_text > h5,
.voices-title > .hs_cos_wrapper_type_inline_rich_text > h6,
.voices-title > .hs_cos_wrapper_type_rich_text > h1,
.voices-title > .hs_cos_wrapper_type_rich_text > h2,
.voices-title > .hs_cos_wrapper_type_rich_text > h3,
.voices-title > .hs_cos_wrapper_type_rich_text > h4,
.voices-title > .hs_cos_wrapper_type_rich_text > h5,
.voices-title > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text mark,
.voices-title > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text h1,
.voices-title > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .voices-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .voices-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .voices-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .voices-title > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text h2,
.voices-title > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h2,
  .voices-title > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text h2 br,
.voices-title > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text h3,
.voices-title > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .voices-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .voices-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .voices-title > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text h4,
.voices-title > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .voices-title > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text h5,
.voices-title > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .voices-title > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text h6,
.voices-title > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .voices-title > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .voices-title > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text p,
.voices-title > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text p br,
.voices-title > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text p,
.voices-title > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.voices-title > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.voices-title > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.voices-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 6rem;
  min-height: 8.1152375rem;
  min-width: min(56rem, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .voices-cta {
    width: 100%;
  }
}

.voices-cta .cta {
  width: 100%;
}

@media (max-width: 991.98px) {
  .voices-cta {
    width: 100%;
  }
  .voices-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .voices-cta a {
    box-sizing: border-box !important;
  }
}

.voices-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.voices-cta .cta-bg,
.voices-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.voices-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.voices-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.voices-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.voices-cta .cta-inner-before {
  flex-direction: row;
}

.voices-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.voices-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 2.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .voices-cta .cta-inner {
    font-size: 2rem;
  }
}

.voices-cta .cta-inner img {
  max-width: 3rem;
}

.voices-cta * {
  color: #fff;
  text-decoration: none;
}

.voices-cta a {
  user-select: none;
}

.voices-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.voices-cta:active a,
.voices-cta:focus a,
.voices-cta:hover * {
  color: #fff;
}

.voices-item {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}

.voices-item-video {
  border-radius: 1rem;
  margin-bottom: 3rem;
  overflow: hidden;
  width: 100%;
}

.voices-item-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .voices-item-content {
    align-items: start;
  }
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text,
.voices-item-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 575.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text,
  .voices-item-content > .hs_cos_wrapper_type_rich_text {
    align-items: start;
    text-align: left;
  }
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > *,
.voices-item-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.voices-item-content > .hs_cos_wrapper_type_rich_text > h1,
.voices-item-content > .hs_cos_wrapper_type_rich_text > h2,
.voices-item-content > .hs_cos_wrapper_type_rich_text > h3,
.voices-item-content > .hs_cos_wrapper_type_rich_text > h4,
.voices-item-content > .hs_cos_wrapper_type_rich_text > h5,
.voices-item-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text mark,
.voices-item-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
.voices-item-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
.voices-item-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
.voices-item-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
.voices-item-content > .hs_cos_wrapper_type_rich_text h3 br {
  display: none;
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text h4,
.voices-item-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text h5,
.voices-item-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text h6,
.voices-item-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .voices-item-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .voices-item-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.voices-item-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text p br,
.voices-item-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.voices-item-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.voices-item-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.voices-item-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.contents {
  padding: 15rem 0;
}

@media (max-width: 1599.98px) {
  .contents {
    padding: 8rem 0;
  }
}

.contents-title {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10rem;
}

@media (max-width: 575.98px) {
  .contents-title {
    align-items: center;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text,
.contents-title > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text,
  .contents-title > .hs_cos_wrapper_type_rich_text {
    align-items: center;
    text-align: center;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text > *,
.contents-title > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text > h1,
.contents-title > .hs_cos_wrapper_type_inline_rich_text > h2,
.contents-title > .hs_cos_wrapper_type_inline_rich_text > h3,
.contents-title > .hs_cos_wrapper_type_inline_rich_text > h4,
.contents-title > .hs_cos_wrapper_type_inline_rich_text > h5,
.contents-title > .hs_cos_wrapper_type_inline_rich_text > h6,
.contents-title > .hs_cos_wrapper_type_rich_text > h1,
.contents-title > .hs_cos_wrapper_type_rich_text > h2,
.contents-title > .hs_cos_wrapper_type_rich_text > h3,
.contents-title > .hs_cos_wrapper_type_rich_text > h4,
.contents-title > .hs_cos_wrapper_type_rich_text > h5,
.contents-title > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text mark,
.contents-title > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text h1,
.contents-title > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .contents-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .contents-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .contents-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .contents-title > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text h2,
.contents-title > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h2,
  .contents-title > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text h2 br,
.contents-title > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text h3,
.contents-title > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .contents-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .contents-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .contents-title > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text h4,
.contents-title > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .contents-title > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text h5,
.contents-title > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .contents-title > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text h6,
.contents-title > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-title > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .contents-title > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text p,
.contents-title > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text p br,
.contents-title > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text p,
.contents-title > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.contents-title > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.contents-title > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .contents-title {
    margin-bottom: 14rem;
  }
}

.contents-img-wrapper {
  max-width: 66.25rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .contents-img-wrapper {
    max-width: 60rem;
  }
}

.contents-img-wrapper:after {
  background: linear-gradient(180deg, #ff8937, #fe6800);
  border-radius: 1rem;
  content: "";
  height: 125.448%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 59.6226%;
  z-index: -1;
}

.contents-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text,
.contents-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text > *,
.contents-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.contents-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.contents-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.contents-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.contents-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.contents-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.contents-content > .hs_cos_wrapper_type_rich_text > h1,
.contents-content > .hs_cos_wrapper_type_rich_text > h2,
.contents-content > .hs_cos_wrapper_type_rich_text > h3,
.contents-content > .hs_cos_wrapper_type_rich_text > h4,
.contents-content > .hs_cos_wrapper_type_rich_text > h5,
.contents-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text mark,
.contents-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text h1,
.contents-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .contents-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .contents-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .contents-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .contents-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text h2,
.contents-content > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .contents-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
.contents-content > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text h3,
.contents-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .contents-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .contents-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .contents-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text h4,
.contents-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .contents-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text h5,
.contents-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .contents-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text h6,
.contents-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .contents-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .contents-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text p,
.contents-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text p br,
.contents-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text p,
.contents-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text ol,
.contents-content > .hs_cos_wrapper_type_inline_rich_text ul,
.contents-content > .hs_cos_wrapper_type_rich_text ol,
.contents-content > .hs_cos_wrapper_type_rich_text ul {
  list-style-type: none;
  margin: 6.4rem 0 8rem;
  padding-left: 12rem;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text ol > li,
.contents-content > .hs_cos_wrapper_type_inline_rich_text ul > li,
.contents-content > .hs_cos_wrapper_type_rich_text ol > li,
.contents-content > .hs_cos_wrapper_type_rich_text ul > li {
  margin-bottom: 3.625rem;
  position: relative;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text ol > li:before,
.contents-content > .hs_cos_wrapper_type_inline_rich_text ul > li:before,
.contents-content > .hs_cos_wrapper_type_rich_text ol > li:before,
.contents-content > .hs_cos_wrapper_type_rich_text ul > li:before {
  background-color: #ff710f26;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.333' d='M5 5v30h30M16.933 17.7l3.9 4.8m4.314-.287 4.728-7.643M11.667 15a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Zm16.666-3.333a3.333 3.333 0 1 0 6.667 0 3.333 3.333 0 0 0-6.667 0ZM20 25a3.333 3.333 0 1 0 6.666 0A3.333 3.333 0 0 0 20 25Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='20' x2='20' y1='5' y2='35' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8937'/%3E%3Cstop offset='1' stop-color='%23FE6800'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5rem;
  border-radius: 2rem;
  content: "";
  height: 8rem;
  left: -12rem;
  position: absolute;
  top: 0;
  width: 8rem;
}

.contents-content
  > .hs_cos_wrapper_type_inline_rich_text
  ol
  > li:nth-of-type(2):before,
.contents-content
  > .hs_cos_wrapper_type_inline_rich_text
  ul
  > li:nth-of-type(2):before,
.contents-content
  > .hs_cos_wrapper_type_rich_text
  ol
  > li:nth-of-type(2):before,
.contents-content
  > .hs_cos_wrapper_type_rich_text
  ul
  > li:nth-of-type(2):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.333' d='M10.833 28.333h18.334M20 20a10 10 0 0 0-10 10v3.333A1.666 1.666 0 0 0 11.667 35h16.666A1.666 1.666 0 0 0 30 33.333V30a10 10 0 0 0-10-10Zm0 0a10 10 0 0 1-10-10V6.667A1.667 1.667 0 0 1 11.667 5h16.666A1.666 1.666 0 0 1 30 6.667V10a10 10 0 0 1-10 10Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='20' x2='20' y1='5' y2='35' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8937'/%3E%3Cstop offset='1' stop-color='%23FE6800'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.contents-content
  > .hs_cos_wrapper_type_inline_rich_text
  ol
  > li:nth-of-type(3):before,
.contents-content
  > .hs_cos_wrapper_type_inline_rich_text
  ul
  > li:nth-of-type(3):before,
.contents-content
  > .hs_cos_wrapper_type_rich_text
  ol
  > li:nth-of-type(3):before,
.contents-content
  > .hs_cos_wrapper_type_rich_text
  ul
  > li:nth-of-type(3):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='url(%23a)' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.333' d='M25.833 21.667A5.833 5.833 0 0 0 20 27.5m0 0v1.667m0-1.667a5.834 5.834 0 0 0-5.833-5.833M20 27.5V10.833m0 18.334a5.834 5.834 0 0 0 11.667 0v-3m-11.667 3a5.834 5.834 0 0 1-11.667 0v-3m20.834.5a5.833 5.833 0 0 0 0-11.667h-.834m3.334.5v-4.667a5.833 5.833 0 0 0-11.667 0m0 0a5.834 5.834 0 0 0-11.667 0V15.5m2.5 11.167a5.833 5.833 0 0 1 0-11.667h.834'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='20' x2='20' y1='5' y2='35' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8937'/%3E%3Cstop offset='1' stop-color='%23FE6800'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text ol > li p,
.contents-content > .hs_cos_wrapper_type_inline_rich_text ul > li p,
.contents-content > .hs_cos_wrapper_type_rich_text ol > li p,
.contents-content > .hs_cos_wrapper_type_rich_text ul > li p {
  margin-bottom: 1rem;
}

.contents-content > .hs_cos_wrapper_type_inline_rich_text ol > li:last-of-type,
.contents-content > .hs_cos_wrapper_type_inline_rich_text ol > li > :last-child,
.contents-content > .hs_cos_wrapper_type_inline_rich_text ul > li:last-of-type,
.contents-content > .hs_cos_wrapper_type_inline_rich_text ul > li > :last-child,
.contents-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.contents-content > .hs_cos_wrapper_type_rich_text ol > li:last-of-type,
.contents-content > .hs_cos_wrapper_type_rich_text ol > li > :last-child,
.contents-content > .hs_cos_wrapper_type_rich_text ul > li:last-of-type,
.contents-content > .hs_cos_wrapper_type_rich_text ul > li > :last-child,
.contents-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .contents-content {
    max-width: 71rem;
  }
}

.what {
  padding: 15rem 0;
}

@media (max-width: 1599.98px) {
  .what {
    padding: 8rem 0;
  }
}

@media (max-width: 991.98px) {
  .what-row {
    max-width: 71rem;
  }
}

.what-item-icon {
  align-items: center;
  background: rgba(255, 113, 15, 0.15);
  border-radius: 2rem;
  display: flex;
  flex-shrink: 0;
  height: 8rem;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 1.5rem;
  width: 8rem;
}

.what-item-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text,
.what-item-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text > *,
.what-item-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.what-item-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.what-item-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.what-item-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.what-item-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.what-item-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.what-item-content > .hs_cos_wrapper_type_rich_text > h1,
.what-item-content > .hs_cos_wrapper_type_rich_text > h2,
.what-item-content > .hs_cos_wrapper_type_rich_text > h3,
.what-item-content > .hs_cos_wrapper_type_rich_text > h4,
.what-item-content > .hs_cos_wrapper_type_rich_text > h5,
.what-item-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text mark,
.what-item-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
.what-item-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .what-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .what-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .what-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .what-item-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
.what-item-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .what-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .what-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .what-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .what-item-content > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
.what-item-content > .hs_cos_wrapper_type_rich_text h3 {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .what-item-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
.what-item-content > .hs_cos_wrapper_type_rich_text h3 br {
  display: none;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text h4,
.what-item-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .what-item-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text h5,
.what-item-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .what-item-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text h6,
.what-item-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .what-item-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .what-item-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.what-item-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text p br,
.what-item-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.what-item-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.what-item-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.what-item-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.way {
  padding: 2rem 0 15rem;
}

@media (max-width: 1599.98px) {
  .way {
    padding: 8rem 0;
  }
}

.way-banner {
  border-radius: 12.5rem;
  box-shadow: 0 0.5rem 2rem #0000001a;
  padding: 4rem 8rem;
}

@media (max-width: 991.98px) {
  .way-banner {
    border-radius: 2rem;
    max-width: 71rem;
    padding: 3rem;
  }
}

.way-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: start;
}

@media (max-width: 991.98px) {
  .way-item {
    width: 100%;
  }
}

.way-item-icon {
  align-items: center;
  background-color: #ff710f26;
  border-radius: 12.5rem;
  color: #ff710f;
  display: flex;
  flex-shrink: 0;
  font-size: 2.25rem;
  font-weight: 500;
  height: 7rem;
  justify-content: center;
  line-height: 1.5;
  padding: 1.25rem;
  width: 7rem;
}

@media (max-width: 575.98px) {
  .way-item-icon {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.way-item-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text,
.way-item-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text > *,
.way-item-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.way-item-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.way-item-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.way-item-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.way-item-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.way-item-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.way-item-content > .hs_cos_wrapper_type_rich_text > h1,
.way-item-content > .hs_cos_wrapper_type_rich_text > h2,
.way-item-content > .hs_cos_wrapper_type_rich_text > h3,
.way-item-content > .hs_cos_wrapper_type_rich_text > h4,
.way-item-content > .hs_cos_wrapper_type_rich_text > h5,
.way-item-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text mark,
.way-item-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
.way-item-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .way-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .way-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .way-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .way-item-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
.way-item-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .way-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .way-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .way-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .way-item-content > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
.way-item-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .way-item-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .way-item-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .way-item-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text h4,
.way-item-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .way-item-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text h5,
.way-item-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .way-item-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text h6,
.way-item-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .way-item-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .way-item-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.way-item-content > .hs_cos_wrapper_type_rich_text p {
  font-size: 1.75rem;
  line-height: 1.6;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text p br,
.way-item-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.way-item-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.way-item-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.way-item-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .way-item-content {
    padding-right: 1.5rem;
  }
}

.way-item-wrapper {
  position: relative;
}

.way-item-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath stroke='%23BEBEBE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9.834 6 6 6-6 6'/%3E%3C/svg%3E");
  background-size: 3rem;
  content: "";
  height: 3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 3rem;
}

@media (max-width: 991.98px) {
  .way-item-wrapper:after {
    bottom: -4.5rem;
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}

.way-item-wrapper:last-of-type:after {
  display: none;
}

.way-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
  min-height: 8.1152375rem;
  min-width: min(56rem, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .way-cta {
    width: 100%;
  }
}

.way-cta .cta {
  width: 100%;
}

@media (max-width: 991.98px) {
  .way-cta {
    width: 100%;
  }
  .way-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .way-cta a {
    box-sizing: border-box !important;
  }
}

.way-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.way-cta .cta-bg,
.way-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.way-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.way-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.way-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.way-cta .cta-inner-before {
  flex-direction: row;
}

.way-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.way-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 2.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .way-cta .cta-inner {
    font-size: 2rem;
  }
}

.way-cta .cta-inner img {
  max-width: 3rem;
}

.way-cta * {
  color: #fff;
  text-decoration: none;
}

.way-cta a {
  user-select: none;
}

.way-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.way-cta:active a,
.way-cta:focus a,
.way-cta:hover * {
  color: #fff;
}

@media (max-width: 991.98px) {
  .way-cta {
    max-width: 71rem;
  }
}

.about {
  padding: 15rem 0;
}

@media (max-width: 1599.98px) {
  .about {
    padding: 8rem 0;
  }
}

.about-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text,
.about-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text > *,
.about-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.about-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.about-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.about-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.about-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.about-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.about-content > .hs_cos_wrapper_type_rich_text > h1,
.about-content > .hs_cos_wrapper_type_rich_text > h2,
.about-content > .hs_cos_wrapper_type_rich_text > h3,
.about-content > .hs_cos_wrapper_type_rich_text > h4,
.about-content > .hs_cos_wrapper_type_rich_text > h5,
.about-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text mark,
.about-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text h1,
.about-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .about-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .about-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .about-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .about-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .about-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.about-content > .hs_cos_wrapper_type_inline_rich_text h2,
.about-content > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .about-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.about-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
.about-content > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text h3,
.about-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .about-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h3,
  .about-content > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .about-content > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.about-content > .hs_cos_wrapper_type_inline_rich_text h4,
.about-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .about-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.about-content > .hs_cos_wrapper_type_inline_rich_text h5,
.about-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .about-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.about-content > .hs_cos_wrapper_type_inline_rich_text h6,
.about-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .about-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .about-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.about-content > .hs_cos_wrapper_type_inline_rich_text p,
.about-content > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.about-content > .hs_cos_wrapper_type_inline_rich_text p br,
.about-content > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text p,
.about-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.about-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.about-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .about-content {
    max-width: 71rem;
  }
}

.about-cta {
  align-items: stretch;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
  min-height: 8.1152375rem;
  min-width: min(41rem, 100%);
  position: relative;
}

@media (max-width: 575.98px) {
  .about-cta {
    width: 100%;
  }
}

.about-cta .cta {
  width: 100%;
}

@media (max-width: 991.98px) {
  .about-cta {
    width: 100%;
  }
  .about-cta > * {
    max-width: 100%;
    width: 100%;
  }
  .about-cta a {
    box-sizing: border-box !important;
  }
}

.about-cta .cta-bg-overlay {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(276deg, #ff8937 0, #fe6800 100%)
  );
  opacity: 0;
  pointer-events: none;
  transition: 0.46s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}

.about-cta .cta-bg,
.about-cta .cta-bg-overlay {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-cta .cta-bg {
  background: var(
    --brand-colors-gradient-01,
    linear-gradient(180deg, #ff8937 0, #fe6800 100%)
  );
  z-index: -1;
}

.about-cta:hover .cta-inner {
  box-shadow: 0 0 0 4px #ff6a0026;
}

.about-cta:hover .cta-bg-overlay {
  opacity: 0.8;
}

.about-cta .cta-inner-before {
  flex-direction: row;
}

.about-cta .cta-inner-after {
  flex-direction: row-reverse;
}

.about-cta .cta-inner {
  align-items: center;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: center;
  line-height: 160%;
  padding: 2.19rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  will-change: opacity, transform;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .about-cta .cta-inner {
    font-size: 2rem;
  }
}

.about-cta .cta-inner img {
  max-width: 3rem;
}

.about-cta * {
  color: #fff;
  text-decoration: none;
}

.about-cta a {
  user-select: none;
}

.about-cta a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-cta:active a,
.about-cta:focus a,
.about-cta:hover * {
  color: #fff;
}

.about-img {
  border-radius: 2rem;
  overflow: hidden;
}

.about-img img {
  width: 100%;
}

.about-img:before {
  background: linear-gradient(
    0deg,
    rgba(255, 113, 15, 0.44),
    rgba(255, 113, 15, 0)
  );
  border-radius: 2rem;
  bottom: 0;
  content: "";
  height: 50.149%;
  left: 0;
  position: absolute;
  width: 100%;
}

.about-img-wrapper {
  max-width: 71rem;
}

@media (max-width: 575.98px) {
  .about-img-wrapper {
    max-width: calc(100% - 2rem);
  }
}

.about-img-deco {
  bottom: 52%;
  height: 7rem;
  left: 0;
  position: absolute;
  transform: translate(-50%);
  width: 7rem;
}

.about-img-card {
  bottom: -6.2874%;
  max-width: 32.57%;
  position: absolute;
  right: -7.042%;
}

@media (max-width: 575.98px) {
  .about-img-card {
    bottom: -2.2874%;
    right: -2.042%;
  }
}

.more {
  padding: 15rem 0;
}

@media (max-width: 1599.98px) {
  .more {
    padding: 8rem 0;
  }
}

.more-title {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10rem;
}

@media (max-width: 575.98px) {
  .more-title {
    align-items: center;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text,
.more-title > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text,
  .more-title > .hs_cos_wrapper_type_rich_text {
    align-items: center;
    text-align: center;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text > *,
.more-title > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.more-title > .hs_cos_wrapper_type_inline_rich_text > h1,
.more-title > .hs_cos_wrapper_type_inline_rich_text > h2,
.more-title > .hs_cos_wrapper_type_inline_rich_text > h3,
.more-title > .hs_cos_wrapper_type_inline_rich_text > h4,
.more-title > .hs_cos_wrapper_type_inline_rich_text > h5,
.more-title > .hs_cos_wrapper_type_inline_rich_text > h6,
.more-title > .hs_cos_wrapper_type_rich_text > h1,
.more-title > .hs_cos_wrapper_type_rich_text > h2,
.more-title > .hs_cos_wrapper_type_rich_text > h3,
.more-title > .hs_cos_wrapper_type_rich_text > h4,
.more-title > .hs_cos_wrapper_type_rich_text > h5,
.more-title > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.more-title > .hs_cos_wrapper_type_inline_rich_text mark,
.more-title > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.more-title > .hs_cos_wrapper_type_inline_rich_text h1,
.more-title > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .more-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .more-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .more-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .more-title > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .more-title > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text h2,
.more-title > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h2,
  .more-title > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text h2 br,
.more-title > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.more-title > .hs_cos_wrapper_type_inline_rich_text h3,
.more-title > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .more-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .more-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .more-title > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text h4,
.more-title > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .more-title > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text h5,
.more-title > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .more-title > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text h6,
.more-title > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .more-title > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .more-title > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.more-title > .hs_cos_wrapper_type_inline_rich_text p,
.more-title > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.more-title > .hs_cos_wrapper_type_inline_rich_text p br,
.more-title > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.more-title > .hs_cos_wrapper_type_inline_rich_text p,
.more-title > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.more-title > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.more-title > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .more-title {
    margin-bottom: 3rem;
  }
}

.mentors {
  padding: 15rem 0;
}

@media (max-width: 1599.98px) {
  .mentors {
    padding: 8rem 0;
  }
}

.mentors-title {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 7rem;
}

@media (max-width: 575.98px) {
  .mentors-title {
    align-items: center;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text,
.mentors-title > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text,
  .mentors-title > .hs_cos_wrapper_type_rich_text {
    align-items: center;
    text-align: center;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text > *,
.mentors-title > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text > h1,
.mentors-title > .hs_cos_wrapper_type_inline_rich_text > h2,
.mentors-title > .hs_cos_wrapper_type_inline_rich_text > h3,
.mentors-title > .hs_cos_wrapper_type_inline_rich_text > h4,
.mentors-title > .hs_cos_wrapper_type_inline_rich_text > h5,
.mentors-title > .hs_cos_wrapper_type_inline_rich_text > h6,
.mentors-title > .hs_cos_wrapper_type_rich_text > h1,
.mentors-title > .hs_cos_wrapper_type_rich_text > h2,
.mentors-title > .hs_cos_wrapper_type_rich_text > h3,
.mentors-title > .hs_cos_wrapper_type_rich_text > h4,
.mentors-title > .hs_cos_wrapper_type_rich_text > h5,
.mentors-title > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text mark,
.mentors-title > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text h1,
.mentors-title > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .mentors-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .mentors-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h1,
  .mentors-title > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .mentors-title > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text h2,
.mentors-title > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h2,
  .mentors-title > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text h2 br,
.mentors-title > .hs_cos_wrapper_type_rich_text h2 br {
  display: none;
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text h3,
.mentors-title > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .mentors-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h3,
  .mentors-title > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .mentors-title > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text h4,
.mentors-title > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .mentors-title > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text h5,
.mentors-title > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .mentors-title > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text h6,
.mentors-title > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mentors-title > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .mentors-title > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text p,
.mentors-title > .hs_cos_wrapper_type_rich_text p {
  max-width: min(71rem, 100%);
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text p br,
.mentors-title > .hs_cos_wrapper_type_rich_text p br {
  display: none;
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text p,
.mentors-title > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.mentors-title > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.mentors-title > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .mentors-title {
    margin-bottom: 4rem;
  }
}

.mentors-items {
  max-width: 146rem;
}

.mentors-item {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 1.5rem 4rem #0000001a;
  padding: 2rem;
}

.mentors-item-img {
  border-radius: 1rem;
  overflow: hidden;
}

.mentors-item-content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 0;
}

@media (max-width: 575.98px) {
  .mentors-item-content {
    padding: 0;
  }
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text,
.mentors-item-content > .hs_cos_wrapper_type_rich_text {
  align-items: start;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > *,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > h1,
.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > h2,
.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > h3,
.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > h4,
.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > h5,
.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > h6,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > h1,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > h2,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > h3,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > h4,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > h5,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text mark,
.mentors-item-content > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
.mentors-item-content > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h1,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
.mentors-item-content > .hs_cos_wrapper_type_rich_text h2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 8rem;
  }
}

@media (max-width: 575.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h2,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h3,
.mentors-item-content > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h3 br,
.mentors-item-content > .hs_cos_wrapper_type_rich_text h3 br {
  display: none;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h4,
.mentors-item-content > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h5,
.mentors-item-content > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h6,
.mentors-item-content > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.mentors-item-content > .hs_cos_wrapper_type_rich_text p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  max-width: min(100rem, 100%);
}

@media (max-width: 575.98px) {
  .mentors-item-content > .hs_cos_wrapper_type_inline_rich_text p br,
  .mentors-item-content > .hs_cos_wrapper_type_rich_text p br {
    display: none;
  }
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text li,
.mentors-item-content > .hs_cos_wrapper_type_rich_text li {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  max-width: min(71rem, 100%);
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text li br,
.mentors-item-content > .hs_cos_wrapper_type_rich_text li br {
  display: none;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text p,
.mentors-item-content > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.mentors-item-content > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.mentors-item-content > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.trading-career {
  padding-bottom: 10rem;
}

@media (max-width: 1199.98px) {
  .trading-career {
    padding-bottom: 5rem;
  }
}

@media (max-width: 575.98px) {
  .trading-career {
    padding-bottom: 2rem;
  }
}

.trading-career-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text,
.trading-career-text > .hs_cos_wrapper_type_rich_text {
  align-items: center;
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > *,
.trading-career-text > .hs_cos_wrapper_type_rich_text > * {
  will-change: opacity, transform;
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > h1,
.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > h2,
.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > h3,
.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > h4,
.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > h5,
.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > h6,
.trading-career-text > .hs_cos_wrapper_type_rich_text > h1,
.trading-career-text > .hs_cos_wrapper_type_rich_text > h2,
.trading-career-text > .hs_cos_wrapper_type_rich_text > h3,
.trading-career-text > .hs_cos_wrapper_type_rich_text > h4,
.trading-career-text > .hs_cos_wrapper_type_rich_text > h5,
.trading-career-text > .hs_cos_wrapper_type_rich_text > h6 {
  color: #000;
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text mark,
.trading-career-text > .hs_cos_wrapper_type_rich_text mark {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #ff8937, #fe6800);
  -webkit-background-clip: text !important;
  padding: 0;
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text h1,
.trading-career-text > .hs_cos_wrapper_type_rich_text h1 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 15rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.25rem;
}

@media (max-width: 1399.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h1,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 13.5rem;
  }
}

@media (max-width: 1199.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h1,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 11.5rem;
  }
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h1,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h1 {
    font-size: 8rem;
  }
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h1 br,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h1 br {
    display: none;
  }
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text h2,
.trading-career-text > .hs_cos_wrapper_type_rich_text h2 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h2,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 4rem;
  }
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h2 br,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h2 br {
  }
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text h3,
.trading-career-text > .hs_cos_wrapper_type_rich_text h3 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h3,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 7rem;
  }
}

@media (max-width: 389.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h3,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h3 {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h3 br,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h3 br {
    display: none;
  }
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text h4,
.trading-career-text > .hs_cos_wrapper_type_rich_text h4 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h4 br,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h4 br {
    display: none;
  }
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text h5,
.trading-career-text > .hs_cos_wrapper_type_rich_text h5 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h5 br,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h5 br {
    display: none;
  }
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text h6,
.trading-career-text > .hs_cos_wrapper_type_rich_text h6 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text h6 br,
  .trading-career-text > .hs_cos_wrapper_type_rich_text h6 br {
    display: none;
  }
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text p,
.trading-career-text > .hs_cos_wrapper_type_rich_text p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  max-width: min(100rem, 100%);
}

@media (max-width: 575.98px) {
  .trading-career-text > .hs_cos_wrapper_type_inline_rich_text p br,
  .trading-career-text > .hs_cos_wrapper_type_rich_text p br {
    display: none;
  }
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text p,
.trading-career-text > .hs_cos_wrapper_type_rich_text p {
  color: #343434;
}

.trading-career-text > .hs_cos_wrapper_type_inline_rich_text > :last-child,
.trading-career-text > .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.trading-career-text p {
  width: min(71rem, 100%);
}

.col-12.col-lg-6.d-flex.justify-content-center.align-items-center.justify-content-lg-end.order-0.order-lg-1 {
  position: relative;
  top: -35px;
}

.hs_cos_wrapper_type_inline_rich_text, .mission-benefits-item-content > .hs_cos_wrapper_type_rich_text {
  font-size: 16px !important;
}